![]() |
5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
|
Class holding definition common to all UE/eNodeB SAP Users/Providers. More...
#include "nr-rrc-sap.h"
Public Types | |
enum | ReestablishmentCause { RECONFIGURATION_FAILURE , HANDOVER_FAILURE , OTHER_FAILURE } |
ReestablishmentCause enumeration. More... | |
Static Public Member Functions | |
static double | ConvertPdschConfigDedicated2Double (PdschConfigDedicated pdschConfigDedicated) |
Static Public Attributes | |
static const uint8_t | MaxReportCells = 8 |
Constraint values. | |
Class holding definition common to all UE/eNodeB SAP Users/Providers.
See 3GPP TS 36.331 for reference.
Note that only those values that are (expected to be) used by the ns-3 model are mentioned here. The naming of the variables that are defined here is the same of 36.331, except for removal of "-" and conversion to CamelCase or ALL_CAPS where needed in order to follow the ns-3 coding style. Due to the 1-to-1 mapping with TS 36.331, detailed doxygen documentation is omitted, so please refer to 36.331 for the meaning of these data structures / fields.
Definition at line 41 of file nr-rrc-sap.h.
ReestablishmentCause enumeration.
Definition at line 618 of file nr-rrc-sap.h.
|
inlinestatic |
Convert PDSCH config dedicated function
pdschConfigDedicated | PdschConfigDedicated |
Definition at line 176 of file nr-rrc-sap.h.
References ns3::NrRrcSap::PdschConfigDedicated::pa.
Referenced by ns3::NrUeManager::RecvRrcConnectionReconfigurationCompleted().
|
static |
Constraint values.
Definition at line 47 of file nr-rrc-sap.h.
Referenced by ns3::NrRrcSap::ReportConfigEutra::ReportConfigEutra().