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

Public Member Functions

 EnbRrcMemberLteEnbCmacSapUser (LteEnbRrc *rrc)
 
virtual uint16_t AllocateTemporaryCellRnti ()
 
virtual void NotifyLcConfigResult (uint16_t rnti, uint8_t lcid, bool success)
 
virtual void RrcConfigurationUpdateInd (UeConfig params)
 

Private Attributes

LteEnbRrcm_rrc
 

Detailed Description

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

Member Function Documentation

uint16_t ns3::EnbRrcMemberLteEnbCmacSapUser::AllocateTemporaryCellRnti ( )
virtual

request the allocation of a Temporary C-RNTI

Returns
the T-C-RNTI

Implements ns3::LteEnbCmacSapUser.

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

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 86 of file lte-enb-rrc.cc.

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

Notify the RRC of a UE config updated requested by the MAC (normally, by the scheduler)

Parameters
params

Implements ns3::LteEnbCmacSapUser.

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


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