ns-3
|
#include <lte-ue-cmac-sap.h>
Public Member Functions | |
virtual void | ConfigureUe (uint16_t rnti)=0 |
virtual void | AddLc (uint8_t lcId, LteMacSapUser *msu)=0 |
virtual void | RemoveLc (uint8_t lcId)=0 |
virtual void | RrcUpdateConfigurationReq (LteUeConfig_t params)=0 |
Service Access Point (SAP) offered by the UE MAC to the UE RRC
This is the MAC SAP Provider, i.e., the part of the SAP that contains the MAC methods called by the RRC
|
pure virtual |
called by the RRC after going to RRC connected
rnti |
Referenced by ns3::LteUeRrc::ConfigureUe().