class
NrMibMessageAbstract model for broadcasting the Master Information Block (MIB) within the control channel (BCCH).
Base classes
- class NrControlMessage
- The NrControlMessage class.
Constructors, destructors, conversion operators
- NrMibMessage()
- Create a new instance of MIB control message.
Public functions
Function documentation
LteRrcSap::MasterInformationBlock ns3:: NrMibMessage:: GetMib() const
Retrieve the MIB content from this control message.
Returns | the current MIB content that this control message holds |
---|
void ns3:: NrMibMessage:: SetMib(LteRrcSap::MasterInformationBlock mib)
Replace the MIB content of this control message.
Parameters | |
---|---|
mib | the desired MIB content |