Class for forwarding CMAC SAP User functions. More...
Inheritance diagram for ns3::EnbRrcMemberLteEnbCmacSapUser:
Collaboration diagram for ns3::EnbRrcMemberLteEnbCmacSapUser:Public Member Functions | |
| EnbRrcMemberLteEnbCmacSapUser (LteEnbRrc *rrc) | |
| virtual uint16_t | AllocateTemporaryCellRnti () |
| request the allocation of a Temporary C-RNTI More... | |
| virtual void | NotifyLcConfigResult (uint16_t rnti, uint8_t lcid, bool success) |
| notify the result of the last LC config operation More... | |
| virtual void | RrcConfigurationUpdateInd (UeConfig params) |
| Notify the RRC of a UE config updated requested by the MAC (normally, by the scheduler) More... | |
Public Member Functions inherited from ns3::LteEnbCmacSapUser | |
| virtual | ~LteEnbCmacSapUser () |
Private Attributes | |
| LteEnbRrc * | m_rrc |
Class for forwarding CMAC SAP User functions.
Definition at line 58 of file lte-enb-rrc.cc.
| ns3::EnbRrcMemberLteEnbCmacSapUser::EnbRrcMemberLteEnbCmacSapUser | ( | LteEnbRrc * | rrc | ) |
Definition at line 71 of file lte-enb-rrc.cc.
|
virtual |
request the allocation of a Temporary C-RNTI
Implements ns3::LteEnbCmacSapUser.
Definition at line 77 of file lte-enb-rrc.cc.
References ns3::LteEnbRrc::DoAllocateTemporaryCellRnti(), and m_rrc.
Here is the call graph for this function:
|
virtual |
notify the result of the last LC config operation
| rnti | the rnti of the user |
| lcid | the logical channel id |
| success | true if the operation was successful, false otherwise |
Implements ns3::LteEnbCmacSapUser.
Definition at line 83 of file lte-enb-rrc.cc.
References ns3::LteEnbRrc::DoNotifyLcConfigResult(), and m_rrc.
Here is the call graph for this function:
|
virtual |
Notify the RRC of a UE config updated requested by the MAC (normally, by the scheduler)
| params |
Implements ns3::LteEnbCmacSapUser.
Definition at line 89 of file lte-enb-rrc.cc.
References ns3::LteEnbRrc::DoRrcConfigurationUpdateInd(), and m_rrc.
Here is the call graph for this function:
|
private |
Definition at line 68 of file lte-enb-rrc.cc.
Referenced by AllocateTemporaryCellRnti(), NotifyLcConfigResult(), and RrcConfigurationUpdateInd().