#include <lte-rrc-sap.h>
Public Types | |
enum | ReestablishmentCause { RECONFIGURATION_FAILURE, HANDOVER_FAILURE, OTHER_FAILURE } |
Public Member Functions | |
virtual | ~LteRrcSap () |
Class holding definition common to all Ue/Enb 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.311, detailed doxygen documentation is omitted, so please refer to 36.311 for the meaning of these data structures / fields.
Definition at line 52 of file lte-rrc-sap.h.
Definition at line 347 of file lte-rrc-sap.h.
|
virtual |
Definition at line 25 of file lte-rrc-sap.cc.