#include <lte-control-messages.h>
Inheritance diagram for ns3::MibLteControlMessage:
Collaboration diagram for ns3::MibLteControlMessage:Public Member Functions | |
| MibLteControlMessage (void) | |
| LteRrcSap::MasterInformationBlock | GetMib () const |
| void | SetMib (LteRrcSap::MasterInformationBlock mib) |
Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
| SimpleRefCount () | |
| SimpleRefCount (const SimpleRefCount &o) | |
| uint32_t | GetReferenceCount (void) const |
| SimpleRefCount & | operator= (const SimpleRefCount &o) |
| void | Ref (void) const |
| void | Unref (void) const |
Private Attributes | |
| LteRrcSap::MasterInformationBlock | m_mib |
Additional Inherited Members | |
Static Public Member Functions inherited from ns3::SimpleRefCount< LteControlMessage > | |
| static void | Cleanup (void) |
abstract model for broadcasting the Master Information Block
Definition at line 449 of file lte-control-messages.h.
| ns3::MibLteControlMessage::MibLteControlMessage | ( | void | ) |
Definition at line 242 of file lte-control-messages.cc.
References ns3::LteControlMessage::MIB, and ns3::LteControlMessage::SetMessageType().
Here is the call graph for this function:| LteRrcSap::MasterInformationBlock ns3::MibLteControlMessage::GetMib | ( | ) | const |
Definition at line 255 of file lte-control-messages.cc.
References m_mib.
| void ns3::MibLteControlMessage::SetMib | ( | LteRrcSap::MasterInformationBlock | mib | ) |
Definition at line 249 of file lte-control-messages.cc.
References m_mib.
|
private |
Definition at line 461 of file lte-control-messages.h.