![]() |
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 |
uint16_t | GetCause () const |
uint16_t | GetCriticalityDiagnostics () const |
TypeId | GetInstanceTypeId () const override |
uint32_t | GetLengthOfIes () const |
uint32_t | GetNumberOfIes () const |
uint16_t | GetOldGnbUeX2apId () const |
uint32_t | GetSerializedSize () const override |
void | Print (std::ostream &os) const override |
void | Serialize (Buffer::Iterator start) const override |
void | SetCause (uint16_t cause) |
void | SetCriticalityDiagnostics (uint16_t criticalityDiagnostics) |
void | SetOldGnbUeX2apId (uint16_t x2apId) |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type ID. | |
NrEpcX2HandoverPreparationFailureHeader
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 24 bytes (on a 64-bit architecture).
Definition at line 305 of file nr-epc-x2-header.h.
ns3::NrEpcX2HandoverPreparationFailureHeader::NrEpcX2HandoverPreparationFailureHeader | ( | ) |
Definition at line 648 of file nr-epc-x2-header.cc.
|
override |
Definition at line 657 of file nr-epc-x2-header.cc.
|
override |
Definition at line 699 of file nr-epc-x2-header.cc.
uint16_t ns3::NrEpcX2HandoverPreparationFailureHeader::GetCause | ( | ) | const |
Get cause function
Definition at line 734 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::RecvFromX2cSocket().
uint16_t ns3::NrEpcX2HandoverPreparationFailureHeader::GetCriticalityDiagnostics | ( | ) | const |
Get criticality diagnostics function
Definition at line 746 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::RecvFromX2cSocket().
|
override |
Definition at line 677 of file nr-epc-x2-header.cc.
uint32_t ns3::NrEpcX2HandoverPreparationFailureHeader::GetLengthOfIes | ( | ) | const |
Get length of IEs function
Definition at line 758 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::DoSendHandoverPreparationFailure().
uint32_t ns3::NrEpcX2HandoverPreparationFailureHeader::GetNumberOfIes | ( | ) | const |
Get number of IEs function
Definition at line 764 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::DoSendHandoverPreparationFailure().
uint16_t ns3::NrEpcX2HandoverPreparationFailureHeader::GetOldGnbUeX2apId | ( | ) | const |
Get old gNB UE X2 AP ID function
Definition at line 722 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::RecvFromX2cSocket().
|
override |
Definition at line 683 of file nr-epc-x2-header.cc.
|
static |
|
override |
Definition at line 714 of file nr-epc-x2-header.cc.
|
override |
Definition at line 689 of file nr-epc-x2-header.cc.
void ns3::NrEpcX2HandoverPreparationFailureHeader::SetCause | ( | uint16_t | cause | ) |
Set cause function
cause |
Definition at line 740 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::DoSendHandoverPreparationFailure().
void ns3::NrEpcX2HandoverPreparationFailureHeader::SetCriticalityDiagnostics | ( | uint16_t | criticalityDiagnostics | ) |
Set criticality diagnostics function
criticalityDiagnostics | the criticality diagnostics |
Definition at line 752 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::DoSendHandoverPreparationFailure().
void ns3::NrEpcX2HandoverPreparationFailureHeader::SetOldGnbUeX2apId | ( | uint16_t | x2apId | ) |
Set old gNB UE X2 AP ID function
x2apId | the old gNB UE X2 AP ID |
Definition at line 728 of file nr-epc-x2-header.cc.
Referenced by ns3::NrEpcX2::DoSendHandoverPreparationFailure().