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

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

+ Inheritance diagram for ns3::NrEpcX2SnStatusTransferHeader:
+ Collaboration diagram for ns3::NrEpcX2SnStatusTransferHeader:

Public Member Functions

uint32_t Deserialize (Buffer::Iterator start) override
 
std::vector< NrEpcX2Sap::ErabsSubjectToStatusTransferItemGetErabsSubjectToStatusTransferList () const
 
TypeId GetInstanceTypeId () const override
 
uint32_t GetLengthOfIes () const
 
uint16_t GetNewGnbUeX2apId () 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 SetErabsSubjectToStatusTransferList (std::vector< NrEpcX2Sap::ErabsSubjectToStatusTransferItem > erabs)
 
void SetNewGnbUeX2apId (uint16_t x2apId)
 
void SetOldGnbUeX2apId (uint16_t x2apId)
 

Static Public Member Functions

static TypeId GetTypeId ()
 Get the type ID.
 

Detailed Description

NrEpcX2SnStatusTransferHeader

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

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

Constructor & Destructor Documentation

◆ NrEpcX2SnStatusTransferHeader()

ns3::NrEpcX2SnStatusTransferHeader::NrEpcX2SnStatusTransferHeader ( )

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

◆ ~NrEpcX2SnStatusTransferHeader()

ns3::NrEpcX2SnStatusTransferHeader::~NrEpcX2SnStatusTransferHeader ( )
override

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

Member Function Documentation

◆ Deserialize()

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

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

◆ GetErabsSubjectToStatusTransferList()

std::vector< NrEpcX2Sap::ErabsSubjectToStatusTransferItem > ns3::NrEpcX2SnStatusTransferHeader::GetErabsSubjectToStatusTransferList ( ) const

Get ERABs subject to status transfer list function

Returns
std::vector <NrEpcX2Sap::ErabsSubjectToStatusTransferItem>

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

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

+ Here is the caller graph for this function:

◆ GetInstanceTypeId()

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

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

◆ GetLengthOfIes()

uint32_t ns3::NrEpcX2SnStatusTransferHeader::GetLengthOfIes ( ) const

Get length of IEs function

Returns
the length of IEs

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

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

+ Here is the caller graph for this function:

◆ GetNewGnbUeX2apId()

uint16_t ns3::NrEpcX2SnStatusTransferHeader::GetNewGnbUeX2apId ( ) const

Get new gNB UE X2 AP ID function

Returns
the new gNB UE X2AP ID

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

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

+ Here is the caller graph for this function:

◆ GetNumberOfIes()

uint32_t ns3::NrEpcX2SnStatusTransferHeader::GetNumberOfIes ( ) const

Get number of IEs function

Returns
the number of IEs

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

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

+ Here is the caller graph for this function:

◆ GetOldGnbUeX2apId()

uint16_t ns3::NrEpcX2SnStatusTransferHeader::GetOldGnbUeX2apId ( ) const

Get old gNB UE X2 AP ID function

Returns
the old gNB UE X2 AP ID

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

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

+ Here is the caller graph for this function:

◆ GetSerializedSize()

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

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

◆ GetTypeId()

TypeId ns3::NrEpcX2SnStatusTransferHeader::GetTypeId ( )
static

Get the type ID.

Returns
the object TypeId

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

◆ Print()

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

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

◆ Serialize()

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

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

◆ SetErabsSubjectToStatusTransferList()

void ns3::NrEpcX2SnStatusTransferHeader::SetErabsSubjectToStatusTransferList ( std::vector< NrEpcX2Sap::ErabsSubjectToStatusTransferItem erabs)

Set ERABs subject to status transfer list function

Parameters
erabsstd::vector <NrEpcX2Sap::ErabsSubjectToStatusTransferItem>

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

References ns3::NrEpcX2Sap::m_maxPdcpSn.

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

+ Here is the caller graph for this function:

◆ SetNewGnbUeX2apId()

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

Set new gNB UE X2 AP ID function

Parameters
x2apIdthe new gNB UE X2AP ID

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

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

+ Here is the caller graph for this function:

◆ SetOldGnbUeX2apId()

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

Set old gNB UE X2 AP ID function

Parameters
x2apIdthe old gNB UE X2 AP ID

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

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

+ Here is the caller graph for this function:

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