5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrMacSchedulerSrs::SrsPeriodicityAndOffset Struct Reference

Struct to indicate to the scheduler the periodicity and the offset, in slots. More...

#include "nr-mac-scheduler-srs.h"

Public Attributes

bool m_isValid {false}
 Indicates if the values are valid.
 
uint32_t m_offset {0}
 The offset requested (in slot).
 
uint32_t m_periodicity {0}
 The periodicity requested (in slot).
 

Detailed Description

Struct to indicate to the scheduler the periodicity and the offset, in slots.

The struct must be considerated invalid if the field m_isValid is set to false.

Definition at line 67 of file nr-mac-scheduler-srs.h.

Member Data Documentation

◆ m_isValid

bool ns3::NrMacSchedulerSrs::SrsPeriodicityAndOffset::m_isValid {false}

Indicates if the values are valid.

Definition at line 69 of file nr-mac-scheduler-srs.h.

Referenced by ns3::NrMacSchedulerSrsDefault::AddUe(), and ns3::NrMacSchedulerNs3::DoCschedUeConfigReq().

◆ m_offset

uint32_t ns3::NrMacSchedulerSrs::SrsPeriodicityAndOffset::m_offset {0}

The offset requested (in slot).

Definition at line 71 of file nr-mac-scheduler-srs.h.

Referenced by ns3::NrMacSchedulerSrsDefault::AddUe(), and ns3::NrMacSchedulerNs3::DoCschedUeConfigReq().

◆ m_periodicity

uint32_t ns3::NrMacSchedulerSrs::SrsPeriodicityAndOffset::m_periodicity {0}

The periodicity requested (in slot).

Definition at line 70 of file nr-mac-scheduler-srs.h.

Referenced by ns3::NrMacSchedulerSrsDefault::AddUe(), and ns3::NrMacSchedulerNs3::DoCschedUeConfigReq().


The documentation for this struct was generated from the following file: