Clarification request: what exactly is the t=<x>us field in [SCHED] Slot decisions logs? #1275
Unanswered
Moussa-Guemdani
asked this question in
General Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi srsRAN team,
Hi all,
While inspecting DU logs I see lines like
2025-06-26T03:00:08.273425 [SCHED ] [I] [ 359.7] Slot decisions pci=1 t=2us (0 PDSCHs, 1 PUSCH): UL: ue=0 rnti=0x4601 h_id=1 ss_id=2 rb=[3..9) newtx=true rv=0 tbs=544 k2=4
Digging into lib/scheduler/logging/scheduler_result_logger.cpp I found:
decision_latency is a
std::chrono::microseconds
, so it looks like t= is the time the scheduler needed to create the grant list for that slot.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions