This structure is used as interface between trace sources and RadioBearerStatsCalculator. More...
Public Attributes | |
uint16_t | cellId |
cellId More... | |
uint64_t | imsi |
imsi More... | |
Ptr< RadioBearerStatsCalculator > | stats |
statistics calculator More... | |
Additional Inherited Members | |
![]() | |
SimpleRefCount () | |
Default constructor. More... | |
SimpleRefCount (const SimpleRefCount &o[[maybe_unused]]) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o[[maybe_unused]]) |
Assignment operator. More... | |
void | Ref () const |
Increment the reference count. More... | |
void | Unref () const |
Decrement the reference count. More... | |
This structure is used as interface between trace sources and RadioBearerStatsCalculator.
It stores and provides calculators with cellId and IMSI, because most trace sources do not provide it.
Definition at line 49 of file radio-bearer-stats-connector.cc.
uint16_t ns3::BoundCallbackArgument::cellId |
cellId
Definition at line 54 of file radio-bearer-stats-connector.cc.
uint64_t ns3::BoundCallbackArgument::imsi |
imsi
Definition at line 53 of file radio-bearer-stats-connector.cc.
Ptr<RadioBearerStatsCalculator> ns3::BoundCallbackArgument::stats |
statistics calculator
Definition at line 52 of file radio-bearer-stats-connector.cc.