Part of the RRC protocol. More...
#include "lte-rrc-sap.h"
 Inheritance diagram for ns3::LteEnbRrcSapProvider:
 Collaboration diagram for ns3::LteEnbRrcSapProvider:Classes | |
| struct | CompleteSetupUeParameters | 
Public Member Functions | |
| virtual void | CompleteSetupUe (uint16_t rnti, CompleteSetupUeParameters params)=0 | 
| virtual void | RecvMeasurementReport (uint16_t rnti, MeasurementReport msg)=0 | 
| Receive a MeasurementReport message from a UE during a measurement reporting procedure (Section 5.5.5 of TS 36.331).  More... | |
| virtual void | RecvRrcConnectionReconfigurationCompleted (uint16_t rnti, RrcConnectionReconfigurationCompleted msg)=0 | 
| Receive an RRCConnectionReconfigurationComplete message from a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).  More... | |
| virtual void | RecvRrcConnectionReestablishmentComplete (uint16_t rnti, RrcConnectionReestablishmentComplete msg)=0 | 
| Receive an RRCConnectionReestablishmentComplete message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).  More... | |
| virtual void | RecvRrcConnectionReestablishmentRequest (uint16_t rnti, RrcConnectionReestablishmentRequest msg)=0 | 
| Receive an RRCConnectionReestablishmentRequest message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).  More... | |
| virtual void | RecvRrcConnectionRequest (uint16_t rnti, RrcConnectionRequest msg)=0 | 
| Receive an RRCConnectionRequest message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).  More... | |
| virtual void | RecvRrcConnectionSetupCompleted (uint16_t rnti, RrcConnectionSetupCompleted msg)=0 | 
| Receive an RRCConnectionSetupComplete message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).  More... | |
  Public Member Functions inherited from ns3::LteRrcSap | |
| virtual | ~LteRrcSap () | 
Additional Inherited Members | |
  Public Types inherited from ns3::LteRrcSap | |
| enum | ReestablishmentCause { RECONFIGURATION_FAILURE, HANDOVER_FAILURE, OTHER_FAILURE } | 
  Static Public Member Functions inherited from ns3::LteRrcSap | |
| static double | ConvertPdschConfigDedicated2Double (PdschConfigDedicated pdschConfigDedicated) | 
  Static Public Attributes inherited from ns3::LteRrcSap | |
| static const uint8_t | MaxReportCells = 255 | 
Part of the RRC protocol.
This Service Access Point (SAP) is used to let the eNB RRC receive a message from a UE RRC. Each method defined in this class corresponds to the reception of a message that is defined in Section 6.2.2 of TS 36.331.
Definition at line 903 of file lte-rrc-sap.h.
      
  | 
  pure virtual | 
Implemented in ns3::MemberLteEnbRrcSapProvider< C >.
Referenced by ns3::LteEnbRrcProtocolReal::DoSetupUe().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Receive a MeasurementReport message from a UE during a measurement reporting procedure (Section 5.5.5 of TS 36.331).
| rnti | the RNTI of UE which sent the message | 
| msg | the message | 
Implemented in ns3::MemberLteEnbRrcSapProvider< C >.
Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpSdu(), and ns3::LteUeRrcProtocolIdeal::DoSendMeasurementReport().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Receive an RRCConnectionReconfigurationComplete message from a UE during an RRC connection reconfiguration procedure (Section 5.3.5 of TS 36.331).
| rnti | the RNTI of UE which sent the message | 
| msg | the message | 
Implemented in ns3::MemberLteEnbRrcSapProvider< C >.
Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpSdu(), and ns3::LteUeRrcProtocolIdeal::DoSendRrcConnectionReconfigurationCompleted().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Receive an RRCConnectionReestablishmentComplete message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
| rnti | the RNTI of UE which sent the message | 
| msg | the message | 
Implemented in ns3::MemberLteEnbRrcSapProvider< C >.
Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpSdu(), and ns3::LteUeRrcProtocolIdeal::DoSendRrcConnectionReestablishmentComplete().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Receive an RRCConnectionReestablishmentRequest message from a UE during an RRC connection re-establishment procedure (Section 5.3.7 of TS 36.331).
| rnti | the RNTI of UE which sent the message | 
| msg | the message | 
Implemented in ns3::MemberLteEnbRrcSapProvider< C >.
Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpPdu(), and ns3::LteUeRrcProtocolIdeal::DoSendRrcConnectionReestablishmentRequest().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Receive an RRCConnectionRequest message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
| rnti | the RNTI of UE which sent the message | 
| msg | the message | 
Implemented in ns3::MemberLteEnbRrcSapProvider< C >.
Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpPdu(), and ns3::LteUeRrcProtocolIdeal::DoSendRrcConnectionRequest().
 Here is the caller graph for this function:
      
  | 
  pure virtual | 
Receive an RRCConnectionSetupComplete message from a UE during an RRC connection establishment procedure (Section 5.3.3 of TS 36.331).
| rnti | the RNTI of UE which sent the message | 
| msg | the message | 
Implemented in ns3::MemberLteEnbRrcSapProvider< C >.
Referenced by ns3::LteEnbRrcProtocolReal::DoReceivePdcpSdu(), and ns3::LteUeRrcProtocolIdeal::DoSendRrcConnectionSetupCompleted().
 Here is the caller graph for this function: