5G-LENA nr-v3.1-69-g2dd513a7
The 5G/NR module for the ns-3 simulator
|
SR received from MAC, to pass to schedulers. More...
#include "nr-mac-sched-sap.h"
Public Attributes | |
SfnSf | m_snfSf |
SnfSf in which the sr where received. | |
std::vector< uint16_t > | m_srList |
List of RNTI which asked for a SR. | |
SR received from MAC, to pass to schedulers.
Scheduling request information.
http://www.eurecom.fr/~kaltenbe/fapi-2.0/structSchedUlSrInfoReqParameters.html
Definition at line 109 of file nr-mac-sched-sap.h.
SfnSf ns3::NrMacSchedSapProvider::SchedUlSrInfoReqParameters::m_snfSf |
SnfSf in which the sr where received.
Definition at line 111 of file nr-mac-sched-sap.h.
Referenced by ns3::NrGnbMac::DoSlotUlIndication().
std::vector<uint16_t> ns3::NrMacSchedSapProvider::SchedUlSrInfoReqParameters::m_srList |
List of RNTI which asked for a SR.
Definition at line 112 of file nr-mac-sched-sap.h.
Referenced by ns3::NrMacSchedulerNs3::DoSchedUlSrInfoReq(), and ns3::NrGnbMac::DoSlotUlIndication().