Parameters of the RESOURCE STATUS UPDATE message. More...
#include <epc-x2-sap.h>
Public Attributes | |
std::vector < CellMeasurementResultItem > | cellMeasurementResultList |
uint16_t | enb1MeasurementId |
uint16_t | enb2MeasurementId |
uint16_t | targetCellId |
Parameters of the RESOURCE STATUS UPDATE message.
See section 9.1.2.14 for further info about the parameters
Definition at line 311 of file epc-x2-sap.h.
std::vector<CellMeasurementResultItem> ns3::EpcX2Sap::ResourceStatusUpdateParams::cellMeasurementResultList |
Definition at line 316 of file epc-x2-sap.h.
Referenced by ns3::LteEnbRrc::DoRecvResourceStatusUpdate(), ns3::EpcX2::DoSendResourceStatusUpdate(), and ns3::EpcX2::RecvFromX2cSocket().
uint16_t ns3::EpcX2Sap::ResourceStatusUpdateParams::enb1MeasurementId |
Definition at line 314 of file epc-x2-sap.h.
Referenced by ns3::EpcX2::DoSendResourceStatusUpdate(), and ns3::EpcX2::RecvFromX2cSocket().
uint16_t ns3::EpcX2Sap::ResourceStatusUpdateParams::enb2MeasurementId |
Definition at line 315 of file epc-x2-sap.h.
Referenced by ns3::EpcX2::DoSendResourceStatusUpdate(), and ns3::EpcX2::RecvFromX2cSocket().
uint16_t ns3::EpcX2Sap::ResourceStatusUpdateParams::targetCellId |
Definition at line 313 of file epc-x2-sap.h.
Referenced by ns3::EpcX2::DoSendResourceStatusUpdate().