![]() |
5G-LENA nr-v3.3-161-gad18933f
The 5G/NR module for the ns-3 simulator
|
Abstract model for broadcasting the Master Information Block (MIB) within the control channel (BCCH). More...
#include "nr-control-messages.h"
Public Member Functions | |
NrMibMessage () | |
Create a new instance of MIB control message. | |
NrRrcSap::MasterInformationBlock | GetMib () const |
Retrieve the MIB content from this control message. | |
void | SetMib (NrRrcSap::MasterInformationBlock mib) |
Replace the MIB content of this control message. | |
Additional Inherited Members | |
The Message Type. More... |
Abstract model for broadcasting the Master Information Block (MIB) within the control channel (BCCH).
Definition at line 313 of file nr-control-messages.h.
ns3::NrMibMessage::NrMibMessage | ( | ) |
Create a new instance of MIB control message.
Definition at line 192 of file nr-control-messages.cc.
References ns3::NrControlMessage::MIB, and ns3::NrControlMessage::SetMessageType().
NrRrcSap::MasterInformationBlock ns3::NrMibMessage::GetMib | ( | ) | const |
Retrieve the MIB content from this control message.
Definition at line 204 of file nr-control-messages.cc.
void ns3::NrMibMessage::SetMib | ( | NrRrcSap::MasterInformationBlock | mib | ) |
Replace the MIB content of this control message.
mib | the desired MIB content |
Definition at line 198 of file nr-control-messages.cc.