class
NrSib1MessageAbstract model for broadcasting the System Information Block Type 1 (SIB1) within the control channel (BCCH).
Base classes
- class NrControlMessage
- The NrControlMessage class.
Constructors, destructors, conversion operators
- NrSib1Message()
- Create a new instance of SIB1 control message.
Public functions
Function documentation
LteRrcSap::SystemInformationBlockType1 ns3:: NrSib1Message:: GetSib1() const
Retrieve the SIB1 content from this control message.
Returns | the current SIB1 content that this control message holds |
---|
void ns3:: NrSib1Message:: SetSib1(LteRrcSap::SystemInformationBlockType1 sib1)
Replace the SIB1 content of this control message.
Parameters | |
---|---|
sib1 | the desired SIB1 content |