#include "lte-rrc-sap.h"
Public Attributes | |
uint32_t | cellIdentity |
cell identity More... | |
uint32_t | plmnIdentity |
PLMN identity. More... | |
std::list< uint32_t > | plmnIdentityList |
PLMN identity list. More... | |
uint16_t | trackingAreaCode |
tracking area code More... | |
CgiInfo structure.
Definition at line 627 of file lte-rrc-sap.h.
uint32_t ns3::LteRrcSap::CgiInfo::cellIdentity |
cell identity
Definition at line 630 of file lte-rrc-sap.h.
Referenced by ns3::RrcAsn1Header::DeserializeMeasResults(), and MeasurementReportTestCase::DoRun().
uint32_t ns3::LteRrcSap::CgiInfo::plmnIdentity |
PLMN identity.
Definition at line 629 of file lte-rrc-sap.h.
Referenced by ns3::RrcAsn1Header::DeserializeMeasResults(), and MeasurementReportTestCase::DoRun().
std::list<uint32_t> ns3::LteRrcSap::CgiInfo::plmnIdentityList |
PLMN identity list.
Definition at line 632 of file lte-rrc-sap.h.
Referenced by ns3::RrcAsn1Header::DeserializeMeasResults().
uint16_t ns3::LteRrcSap::CgiInfo::trackingAreaCode |
tracking area code
Definition at line 631 of file lte-rrc-sap.h.
Referenced by ns3::RrcAsn1Header::DeserializeMeasResults(), and MeasurementReportTestCase::DoRun().