|
| | MemberLteEnbRrcSapUser (C *owner) |
| | Constructor. More...
|
| |
| virtual RrcConnectionReconfiguration | DecodeHandoverCommand (Ptr< Packet > p) |
| | Decode handover command. More...
|
| |
| virtual HandoverPreparationInfo | DecodeHandoverPreparationInformation (Ptr< Packet > p) |
| | Decode handover prepration information. More...
|
| |
| virtual Ptr< Packet > | EncodeHandoverCommand (RrcConnectionReconfiguration msg) |
| | Encode handover command. More...
|
| |
| virtual Ptr< Packet > | EncodeHandoverPreparationInformation (HandoverPreparationInfo msg) |
| | Encode handover prepration information. More...
|
| |
| virtual void | RemoveUe (uint16_t rnti) |
| | Remove UE function. More...
|
| |
| virtual void | SendRrcConnectionReconfiguration (uint16_t rnti, RrcConnectionReconfiguration msg) |
| | Send an RRCConnectionReconfiguration message to a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). More...
|
| |
| virtual void | SendRrcConnectionReestablishment (uint16_t rnti, RrcConnectionReestablishment msg) |
| | Send an RRCConnectionReestablishment message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More...
|
| |
| virtual void | SendRrcConnectionReestablishmentReject (uint16_t rnti, RrcConnectionReestablishmentReject msg) |
| | Send an RRCConnectionReestablishmentReject message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More...
|
| |
| virtual void | SendRrcConnectionReject (uint16_t rnti, RrcConnectionReject msg) |
| | Send an RRCConnectionReject message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More...
|
| |
| virtual void | SendRrcConnectionRelease (uint16_t rnti, RrcConnectionRelease msg) |
| | Send an RRCConnectionRelease message to a UE during an RRC connection release procedure (Section 5.3.8 of TS 36.331). More...
|
| |
| virtual void | SendRrcConnectionSetup (uint16_t rnti, RrcConnectionSetup msg) |
| | Send an RRCConnectionSetup message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More...
|
| |
| virtual void | SendSystemInformation (uint16_t cellId, SystemInformation msg) |
| | Send a SystemInformation message to all attached UEs during a system information acquisition procedure (Section 5.2.2 of TS 36.331). More...
|
| |
| virtual void | SetupUe (uint16_t rnti, SetupUeParameters params) |
| | Setup UE function. More...
|
| |
| virtual RrcConnectionReconfiguration | DecodeHandoverCommand (Ptr< Packet > p)=0 |
| | Decode handover command. More...
|
| |
| virtual HandoverPreparationInfo | DecodeHandoverPreparationInformation (Ptr< Packet > p)=0 |
| | Decode handover prepration information. More...
|
| |
| virtual Ptr< Packet > | EncodeHandoverCommand (RrcConnectionReconfiguration msg)=0 |
| | Encode handover command. More...
|
| |
| virtual Ptr< Packet > | EncodeHandoverPreparationInformation (HandoverPreparationInfo msg)=0 |
| | Encode handover prepration information. More...
|
| |
| virtual void | RemoveUe (uint16_t rnti)=0 |
| | Remove UE function. More...
|
| |
| virtual void | SendRrcConnectionReconfiguration (uint16_t rnti, RrcConnectionReconfiguration msg)=0 |
| | Send an RRCConnectionReconfiguration message to a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331). More...
|
| |
| virtual void | SendRrcConnectionReestablishment (uint16_t rnti, RrcConnectionReestablishment msg)=0 |
| | Send an RRCConnectionReestablishment message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More...
|
| |
| virtual void | SendRrcConnectionReestablishmentReject (uint16_t rnti, RrcConnectionReestablishmentReject msg)=0 |
| | Send an RRCConnectionReestablishmentReject message to a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331). More...
|
| |
| virtual void | SendRrcConnectionReject (uint16_t rnti, RrcConnectionReject msg)=0 |
| | Send an RRCConnectionReject message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More...
|
| |
| virtual void | SendRrcConnectionRelease (uint16_t rnti, RrcConnectionRelease msg)=0 |
| | Send an RRCConnectionRelease message to a UE during an RRC connection release procedure (Section 5.3.8 of TS 36.331). More...
|
| |
| virtual void | SendRrcConnectionSetup (uint16_t rnti, RrcConnectionSetup msg)=0 |
| | Send an RRCConnectionSetup message to a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331). More...
|
| |
| virtual void | SendSystemInformation (uint16_t cellId, SystemInformation msg)=0 |
| | Send a SystemInformation message to all attached UEs during a system information acquisition procedure (Section 5.2.2 of TS 36.331). More...
|
| |
| virtual void | SetupUe (uint16_t rnti, SetupUeParameters params)=0 |
| | Setup UE function. More...
|
| |
| virtual | ~LteRrcSap () |
| |
template<class C>
class ns3::MemberLteEnbRrcSapUser< C >
Template for the implementation of the LteEnbRrcSapUser as a member of an owner class of type C to which all methods are forwarded.
Definition at line 1502 of file lte-rrc-sap.h.