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

Public Member Functions

 DrbActivator (Ptr< NetDevice > ueDevice, EpsBearer bearer)
 
void ActivateDrb (uint64_t imsi, uint16_t cellId, uint16_t rnti)
 
- Public Member Functions inherited from ns3::SimpleRefCount< DrbActivator >
 SimpleRefCount ()
 Constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 

Static Public Member Functions

static void ActivateCallback (Ptr< DrbActivator > a, std::string context, uint64_t imsi, uint16_t cellId, uint16_t rnti)
 
- Static Public Member Functions inherited from ns3::SimpleRefCount< DrbActivator >
static void Cleanup (void)
 Noop. More...
 

Private Attributes

bool m_active
 
EpsBearer m_bearer
 
uint64_t m_imsi
 
Ptr< NetDevicem_ueDevice
 

Detailed Description

Definition at line 776 of file lte-helper.cc.

Constructor & Destructor Documentation

ns3::DrbActivator::DrbActivator ( Ptr< NetDevice ueDevice,
EpsBearer  bearer 
)

Definition at line 789 of file lte-helper.cc.

Member Function Documentation

void ns3::DrbActivator::ActivateCallback ( Ptr< DrbActivator a,
std::string  context,
uint64_t  imsi,
uint16_t  cellId,
uint16_t  rnti 
)
static

Definition at line 798 of file lte-helper.cc.

References NS_LOG_FUNCTION.

Referenced by ns3::LteHelper::ActivateDataRadioBearer().

+ Here is the caller graph for this function:

Member Data Documentation

bool ns3::DrbActivator::m_active
private

Definition at line 783 of file lte-helper.cc.

Referenced by ActivateDrb().

EpsBearer ns3::DrbActivator::m_bearer
private

Definition at line 785 of file lte-helper.cc.

Referenced by ActivateDrb().

uint64_t ns3::DrbActivator::m_imsi
private

Definition at line 786 of file lte-helper.cc.

Referenced by ActivateDrb().

Ptr<NetDevice> ns3::DrbActivator::m_ueDevice
private

Definition at line 784 of file lte-helper.cc.

Referenced by ActivateDrb().


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