5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrEpcX2HandoverRequestAckHeader Class Reference

#include "nr-epc-x2-header.h"

+ Inheritance diagram for ns3::NrEpcX2HandoverRequestAckHeader:
+ Collaboration diagram for ns3::NrEpcX2HandoverRequestAckHeader:

Public Member Functions

uint32_t Deserialize (Buffer::Iterator start) override
 
std::vector< NrEpcX2Sap::ErabAdmittedItemGetAdmittedBearers () const
 
TypeId GetInstanceTypeId () const override
 
uint32_t GetLengthOfIes () const
 
uint16_t GetNewGnbUeX2apId () const
 
std::vector< NrEpcX2Sap::ErabNotAdmittedItemGetNotAdmittedBearers () 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 SetAdmittedBearers (std::vector< NrEpcX2Sap::ErabAdmittedItem > bearers)
 
void SetNewGnbUeX2apId (uint16_t x2apId)
 
void SetNotAdmittedBearers (std::vector< NrEpcX2Sap::ErabNotAdmittedItem > bearers)
 
void SetOldGnbUeX2apId (uint16_t x2apId)
 

Static Public Member Functions

static TypeId GetTypeId ()
 Get the type ID.
 

Detailed Description

NrEpcX2HandoverRequestAckHeader

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 72 bytes (on a 64-bit architecture).

Definition at line 219 of file nr-epc-x2-header.h.

Constructor & Destructor Documentation

◆ NrEpcX2HandoverRequestAckHeader()

ns3::NrEpcX2HandoverRequestAckHeader::NrEpcX2HandoverRequestAckHeader ( )

Definition at line 422 of file nr-epc-x2-header.cc.

◆ ~NrEpcX2HandoverRequestAckHeader()

ns3::NrEpcX2HandoverRequestAckHeader::~NrEpcX2HandoverRequestAckHeader ( )
override

Definition at line 430 of file nr-epc-x2-header.cc.

Member Function Documentation

◆ Deserialize()

uint32_t ns3::NrEpcX2HandoverRequestAckHeader::Deserialize ( Buffer::Iterator  start)
override

Definition at line 489 of file nr-epc-x2-header.cc.

◆ GetAdmittedBearers()

std::vector< NrEpcX2Sap::ErabAdmittedItem > ns3::NrEpcX2HandoverRequestAckHeader::GetAdmittedBearers ( ) const

Get admittied bearers function

Returns
<NrEpcX2Sap::ErabAdmittedItem>

Definition at line 605 of file nr-epc-x2-header.cc.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ GetInstanceTypeId()

TypeId ns3::NrEpcX2HandoverRequestAckHeader::GetInstanceTypeId ( ) const
override

Definition at line 451 of file nr-epc-x2-header.cc.

◆ GetLengthOfIes()

uint32_t ns3::NrEpcX2HandoverRequestAckHeader::GetLengthOfIes ( ) const

Get length of IEs function

Returns
the length of IEs

Definition at line 633 of file nr-epc-x2-header.cc.

Referenced by ns3::NrEpcX2::DoSendHandoverRequestAck().

+ Here is the caller graph for this function:

◆ GetNewGnbUeX2apId()

uint16_t ns3::NrEpcX2HandoverRequestAckHeader::GetNewGnbUeX2apId ( ) const

Get new gNB UE X2 AP ID function

Returns
the new gNB UE X2 AP ID

Definition at line 593 of file nr-epc-x2-header.cc.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ GetNotAdmittedBearers()

std::vector< NrEpcX2Sap::ErabNotAdmittedItem > ns3::NrEpcX2HandoverRequestAckHeader::GetNotAdmittedBearers ( ) const

Get not admitted bearers function

Returns
the not admitted bearers

Definition at line 619 of file nr-epc-x2-header.cc.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ GetNumberOfIes()

uint32_t ns3::NrEpcX2HandoverRequestAckHeader::GetNumberOfIes ( ) const

Get number of IEs function

Returns
the number of IEs

Definition at line 639 of file nr-epc-x2-header.cc.

Referenced by ns3::NrEpcX2::DoSendHandoverRequestAck().

+ Here is the caller graph for this function:

◆ GetOldGnbUeX2apId()

uint16_t ns3::NrEpcX2HandoverRequestAckHeader::GetOldGnbUeX2apId ( ) const

Get old gNB UE X2 AP ID function

Returns
the old gNB UE X2 AP ID

Definition at line 581 of file nr-epc-x2-header.cc.

Referenced by ns3::NrEpcX2::RecvFromX2cSocket().

+ Here is the caller graph for this function:

◆ GetSerializedSize()

uint32_t ns3::NrEpcX2HandoverRequestAckHeader::GetSerializedSize ( ) const
override

Definition at line 457 of file nr-epc-x2-header.cc.

◆ GetTypeId()

TypeId ns3::NrEpcX2HandoverRequestAckHeader::GetTypeId ( )
static

Get the type ID.

Returns
the object TypeId

Definition at line 441 of file nr-epc-x2-header.cc.

◆ Print()

void ns3::NrEpcX2HandoverRequestAckHeader::Print ( std::ostream &  os) const
override

Definition at line 536 of file nr-epc-x2-header.cc.

◆ Serialize()

void ns3::NrEpcX2HandoverRequestAckHeader::Serialize ( Buffer::Iterator  start) const
override

Definition at line 463 of file nr-epc-x2-header.cc.

◆ SetAdmittedBearers()

void ns3::NrEpcX2HandoverRequestAckHeader::SetAdmittedBearers ( std::vector< NrEpcX2Sap::ErabAdmittedItem bearers)

Set admitted bearers function

Parameters
bearersthe admitted bearers

Definition at line 611 of file nr-epc-x2-header.cc.

Referenced by ns3::NrEpcX2::DoSendHandoverRequestAck().

+ Here is the caller graph for this function:

◆ SetNewGnbUeX2apId()

void ns3::NrEpcX2HandoverRequestAckHeader::SetNewGnbUeX2apId ( uint16_t  x2apId)

Set new gNB UE X2 AP ID function

Parameters
x2apIdthe new gNB UE X2 AP ID

Definition at line 599 of file nr-epc-x2-header.cc.

Referenced by ns3::NrEpcX2::DoSendHandoverRequestAck().

+ Here is the caller graph for this function:

◆ SetNotAdmittedBearers()

void ns3::NrEpcX2HandoverRequestAckHeader::SetNotAdmittedBearers ( std::vector< NrEpcX2Sap::ErabNotAdmittedItem bearers)

Set not admitted bearers function

Parameters
bearersthe not admitted bearers

Definition at line 625 of file nr-epc-x2-header.cc.

Referenced by ns3::NrEpcX2::DoSendHandoverRequestAck().

+ Here is the caller graph for this function:

◆ SetOldGnbUeX2apId()

void ns3::NrEpcX2HandoverRequestAckHeader::SetOldGnbUeX2apId ( uint16_t  x2apId)

Set old gNB UE X2 AP ID function

Parameters
x2apIdthe old gNB UE X2 AP ID

Definition at line 587 of file nr-epc-x2-header.cc.

Referenced by ns3::NrEpcX2::DoSendHandoverRequestAck().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: