EnbMacMemberLteEnbCmacSapProvider class. More...
Inheritance diagram for ns3::EnbMacMemberLteEnbCmacSapProvider:
Collaboration diagram for ns3::EnbMacMemberLteEnbCmacSapProvider:Public Member Functions | |
| EnbMacMemberLteEnbCmacSapProvider (LteEnbMac *mac) | |
| Constructor. More... | |
| virtual void | AddLc (LcInfo lcinfo, LteMacSapUser *msu) |
| Add a new logical channel. More... | |
| virtual void | AddUe (uint16_t rnti) |
| Add UE function. More... | |
| virtual AllocateNcRaPreambleReturnValue | AllocateNcRaPreamble (uint16_t rnti) |
| Allocate a random access preamble for non-contention based random access (e.g., for handover). More... | |
| virtual void | ConfigureMac (uint16_t ulBandwidth, uint16_t dlBandwidth) |
| virtual RachConfig | GetRachConfig () |
| virtual void | ReconfigureLc (LcInfo lcinfo) |
| Reconfigure an existing logical channel. More... | |
| virtual void | ReleaseLc (uint16_t rnti, uint8_t lcid) |
| release an existing logical channel More... | |
| virtual void | RemoveUe (uint16_t rnti) |
| remove the UE, e.g., after handover or termination of the RRC connection More... | |
| virtual void | UeUpdateConfigurationReq (UeConfig params) |
| update the configuration of the UE More... | |
Public Member Functions inherited from ns3::LteEnbCmacSapProvider | |
| virtual | ~LteEnbCmacSapProvider () |
Private Attributes | |
| LteEnbMac * | m_mac |
| the MAC More... | |
EnbMacMemberLteEnbCmacSapProvider class.
Definition at line 59 of file lte-enb-mac.cc.
| ns3::EnbMacMemberLteEnbCmacSapProvider::EnbMacMemberLteEnbCmacSapProvider | ( | LteEnbMac * | mac | ) |
|
virtual |
Add a new logical channel.
| lcinfo | |
| msu |
Implements ns3::LteEnbCmacSapProvider.
Definition at line 110 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoAddLc(), and m_mac.
Here is the call graph for this function:
|
virtual |
Add UE function.
| rnti |
Implements ns3::LteEnbCmacSapProvider.
Definition at line 98 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoAddUe(), and m_mac.
Here is the call graph for this function:
|
virtual |
Allocate a random access preamble for non-contention based random access (e.g., for handover).
| rnti | the RNTI of the UE who will perform non-contention based random access |
Implements ns3::LteEnbCmacSapProvider.
Definition at line 140 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoAllocateNcRaPreamble(), and m_mac.
Here is the call graph for this function:
|
virtual |
| ulBandwidth | |
| dlBandwidth |
Implements ns3::LteEnbCmacSapProvider.
Definition at line 92 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoConfigureMac(), and m_mac.
Here is the call graph for this function:
|
virtual |
Implements ns3::LteEnbCmacSapProvider.
Definition at line 134 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoGetRachConfig(), and m_mac.
Here is the call graph for this function:
|
virtual |
Reconfigure an existing logical channel.
| lcinfo |
Implements ns3::LteEnbCmacSapProvider.
Definition at line 116 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoReconfigureLc(), and m_mac.
Here is the call graph for this function:
|
virtual |
release an existing logical channel
| rnti | |
| lcid |
Implements ns3::LteEnbCmacSapProvider.
Definition at line 122 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoReleaseLc(), and m_mac.
Here is the call graph for this function:
|
virtual |
remove the UE, e.g., after handover or termination of the RRC connection
| rnti |
Implements ns3::LteEnbCmacSapProvider.
Definition at line 104 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoRemoveUe(), and m_mac.
Here is the call graph for this function:
|
virtual |
update the configuration of the UE
| params |
Implements ns3::LteEnbCmacSapProvider.
Definition at line 128 of file lte-enb-mac.cc.
References ns3::LteEnbMac::DoUeUpdateConfigurationReq(), and m_mac.
Here is the call graph for this function:
|
private |
the MAC
Definition at line 82 of file lte-enb-mac.cc.
Referenced by AddLc(), AddUe(), AllocateNcRaPreamble(), ConfigureMac(), GetRachConfig(), ReconfigureLc(), ReleaseLc(), RemoveUe(), and UeUpdateConfigurationReq().