Public Attributes | |
uint16_t | cellId |
uint64_t | imsi |
Ptr< RadioBearerStatsCalculator > | stats |
Additional Inherited Members | |
![]() | |
SimpleRefCount () | |
Constructor. More... | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment. More... | |
void | Ref (void) const |
Increment the reference count. More... | |
void | Unref (void) const |
Decrement the reference count. More... | |
![]() | |
static void | Cleanup (void) |
Noop. More... | |
Definition at line 45 of file radio-bearer-stats-connector.cc.
uint16_t ns3::BoundCallbackArgument::cellId |
Definition at line 50 of file radio-bearer-stats-connector.cc.
Referenced by ns3::DlRxPduCallback(), ns3::DlTxPduCallback(), ns3::UlRxPduCallback(), and ns3::UlTxPduCallback().
uint64_t ns3::BoundCallbackArgument::imsi |
Definition at line 49 of file radio-bearer-stats-connector.cc.
Referenced by ns3::DlRxPduCallback(), ns3::DlTxPduCallback(), ns3::UlRxPduCallback(), and ns3::UlTxPduCallback().
Ptr<RadioBearerStatsCalculator> ns3::BoundCallbackArgument::stats |
Definition at line 48 of file radio-bearer-stats-connector.cc.
Referenced by ns3::DlRxPduCallback(), ns3::DlTxPduCallback(), ns3::UlRxPduCallback(), and ns3::UlTxPduCallback().