Parameters of the LOAD INFORMATION message. More...
#include "epc-x2-sap.h"
Collaboration diagram for ns3::EpcX2Sap::LoadInformationParams:Public Attributes | |
| std::vector< CellInformationItem > | cellInformationList |
| cell information list More... | |
| uint16_t | targetCellId {UINT16_MAX} |
| target cell ID More... | |
Parameters of the LOAD INFORMATION message.
See section 9.1.2.1 for further info about the parameters
Definition at line 303 of file epc-x2-sap.h.
| std::vector<CellInformationItem> ns3::EpcX2Sap::LoadInformationParams::cellInformationList |
cell information list
Definition at line 306 of file epc-x2-sap.h.
Referenced by ns3::LteFfrDistributedAlgorithm::DoRecvLoadInformation(), ns3::LteEnbRrc::DoRecvLoadInformation(), ns3::EpcX2::DoSendLoadInformation(), ns3::EpcX2::RecvFromX2cSocket(), and ns3::LteFfrDistributedAlgorithm::SendLoadInformation().
| uint16_t ns3::EpcX2Sap::LoadInformationParams::targetCellId {UINT16_MAX} |
target cell ID
Definition at line 305 of file epc-x2-sap.h.
Referenced by ns3::EpcX2::DoSendLoadInformation(), and ns3::LteFfrDistributedAlgorithm::SendLoadInformation().