Class holding definition common to all UE/eNodeB SAP Users/Providers. More...
#include "lte-rrc-sap.h"
Public Types | |
enum | ReestablishmentCause { RECONFIGURATION_FAILURE , HANDOVER_FAILURE , OTHER_FAILURE } |
ReestablishmentCause enumeration. More... | |
Public Member Functions | |
virtual | ~LteRrcSap () |
Static Public Member Functions | |
static double | ConvertPdschConfigDedicated2Double (PdschConfigDedicated pdschConfigDedicated) |
Convert PDSCH config dedicated function. More... | |
Static Public Attributes | |
static const uint8_t | MaxReportCells = 8 |
Constraint values. More... | |
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 54 of file lte-rrc-sap.h.
ReestablishmentCause enumeration.
Enumerator | |
---|---|
RECONFIGURATION_FAILURE | |
HANDOVER_FAILURE | |
OTHER_FAILURE |
Definition at line 613 of file lte-rrc-sap.h.
|
virtual |
Definition at line 25 of file lte-rrc-sap.cc.
|
inlinestatic |
Convert PDSCH config dedicated function.
pdschConfigDedicated | PdschConfigDedicated |
Definition at line 189 of file lte-rrc-sap.h.
References ns3::LteRrcSap::PdschConfigDedicated::dB0, ns3::LteRrcSap::PdschConfigDedicated::dB1, ns3::LteRrcSap::PdschConfigDedicated::dB2, ns3::LteRrcSap::PdschConfigDedicated::dB3, ns3::LteRrcSap::PdschConfigDedicated::dB_1dot77, ns3::LteRrcSap::PdschConfigDedicated::dB_3, ns3::LteRrcSap::PdschConfigDedicated::dB_4dot77, ns3::LteRrcSap::PdschConfigDedicated::dB_6, and ns3::LteRrcSap::PdschConfigDedicated::pa.
Referenced by ns3::LteUeRrc::ApplyRadioResourceConfigDedicated(), ns3::LteUeRrc::ApplyRadioResourceConfigDedicatedSecondaryCarrier(), and ns3::UeManager::RecvRrcConnectionReconfigurationCompleted().
|
static |
Constraint values.
Definition at line 60 of file lte-rrc-sap.h.
Referenced by ns3::LteRrcSap::ReportConfigEutra::ReportConfigEutra().