A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::EnbRrcMemberLteEnbCmacSapUser Class Reference
+ Inheritance diagram for ns3::EnbRrcMemberLteEnbCmacSapUser:
+ Collaboration diagram for ns3::EnbRrcMemberLteEnbCmacSapUser:

Public Member Functions

 EnbRrcMemberLteEnbCmacSapUser (LteEnbRrc *rrc)
virtual void NotifyLcConfigResult (uint16_t rnti, uint8_t lcid, bool success)
virtual void RrcConfigurationUpdateInd (LteUeConfig_t params)
- Public Member Functions inherited from ns3::LteEnbCmacSapUser
virtual ~LteEnbCmacSapUser ()

Private Attributes

LteEnbRrcm_rrc

Detailed Description

Definition at line 57 of file lte-enb-rrc.cc.

Constructor & Destructor Documentation

ns3::EnbRrcMemberLteEnbCmacSapUser::EnbRrcMemberLteEnbCmacSapUser ( LteEnbRrc rrc)

Definition at line 69 of file lte-enb-rrc.cc.

Member Function Documentation

void ns3::EnbRrcMemberLteEnbCmacSapUser::NotifyLcConfigResult ( uint16_t  rnti,
uint8_t  lcid,
bool  success 
)
virtual

notify the result of the last LC config operation

Parameters
rntithe rnti of the user
lcidthe logical channel id
successtrue if the operation was successful, false otherwise

Implements ns3::LteEnbCmacSapUser.

Definition at line 75 of file lte-enb-rrc.cc.

References ns3::LteEnbRrc::DoNotifyLcConfigResult(), and m_rrc.

+ Here is the call graph for this function:

void ns3::EnbRrcMemberLteEnbCmacSapUser::RrcConfigurationUpdateInd ( LteUeConfig_t  params)
virtual

Implements ns3::LteEnbCmacSapUser.

Definition at line 81 of file lte-enb-rrc.cc.

References ns3::LteEnbRrc::DoRrcConfigurationUpdateInd(), and m_rrc.

+ Here is the call graph for this function:

Member Data Documentation

LteEnbRrc* ns3::EnbRrcMemberLteEnbCmacSapUser::m_rrc
private

Definition at line 66 of file lte-enb-rrc.cc.

Referenced by NotifyLcConfigResult(), and RrcConfigurationUpdateInd().


The documentation for this class was generated from the following file: