ns-3
|
#include <lte-enb-cmac-sap.h>
Public Member Functions | |
virtual void | NotifyLcConfigResult (uint16_t rnti, uint8_t lcid, bool success)=0 |
virtual void | RrcConfigurationUpdateInd (LteUeConfig_t params)=0 |
Service Access Point (SAP) offered by the MAC to the RRC See Femto Forum MAC Scheduler Interface Specification v 1.11, Figure 1
This is the MAC SAP User, i.e., the part of the SAP that contains the RRC methods called by the MAC
|
pure 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 |