![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
#include "nr-epc-x2-header.h"
Public Member Functions | |
uint32_t | Deserialize (Buffer::Iterator start) override |
std::vector< NrEpcX2Sap::CellInformationItem > | GetCellInformationList () const |
TypeId | GetInstanceTypeId () const override |
uint32_t | GetLengthOfIes () const |
uint32_t | GetNumberOfIes () const |
uint32_t | GetSerializedSize () const override |
void | Print (std::ostream &os) const override |
void | Serialize (Buffer::Iterator start) const override |
void | SetCellInformationList (std::vector< NrEpcX2Sap::CellInformationItem > cellInformationList) |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type ID. | |
Introspection did not find any typical Config paths.
No Attributes are defined for this type.
No TraceSources are defined for this type.
Size of this type is 40 bytes (on a 64-bit architecture).
Definition at line 515 of file nr-epc-x2-header.h.
ns3::NrEpcX2LoadInformationHeader::NrEpcX2LoadInformationHeader | ( | ) |
Definition at line 1075 of file nr-epc-x2-header.cc.
|
override |
Definition at line 1082 of file nr-epc-x2-header.cc.
|
override |
Definition at line 1176 of file nr-epc-x2-header.cc.
std::vector< NrEpcX2Sap::CellInformationItem > ns3::NrEpcX2LoadInformationHeader::GetCellInformationList | ( | ) | const |
Get cell information list function
Definition at line 1251 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::RecvFromX2cSocket().
|
override |
Definition at line 1100 of file nr-epc-x2-header.cc.
uint32_t ns3::NrEpcX2LoadInformationHeader::GetLengthOfIes | ( | ) | const |
Get length of IEs function
Definition at line 1292 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::DoSendLoadInformation().
uint32_t ns3::NrEpcX2LoadInformationHeader::GetNumberOfIes | ( | ) | const |
Get number of IEs function
Definition at line 1298 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::DoSendLoadInformation().
|
override |
Definition at line 1106 of file nr-epc-x2-header.cc.
|
static |
|
override |
Definition at line 1245 of file nr-epc-x2-header.cc.
|
override |
Definition at line 1112 of file nr-epc-x2-header.cc.
void ns3::NrEpcX2LoadInformationHeader::SetCellInformationList | ( | std::vector< NrEpcX2Sap::CellInformationItem > | cellInformationList | ) |
Set cell information list function
cellInformationList | std::vector <NrEpcX2Sap::CellInformationItem> |
Definition at line 1257 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::DoSendLoadInformation().