OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.ModifyEPSBearerContextRequest Class Reference

Represents the ModifyEPSBearerContextRequest type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 ModifyEPSBearerContextRequest ()
 The default constructor.
 
 ModifyEPSBearerContextRequest (Oss.Nas1790.EPSQualityOfService argNewEPSQoS, Oss.Nas1790.TrafficFlowTemplate argTft, Oss.Nas1790.QualityOfService argNewQoS, Oss.Nas1790.LLCServiceAccessPointIdentifier argNegotiatedLLCSAPI, Oss.Nas1790.RadioPriority argRadioPriority, Oss.Nas1790.PacketFlowIdentifierContainer argPacketFlowIdentifier, Oss.Nas1790.APNAggregateMaximumBitRate argApnAMBR, Oss.Nas1790.ProtocolConfigurationOptionsNW argProtocolConfigurationOptions, Oss.Nas1790.WLanOffloadAcceptability argWlanOffloadIndication, byte[] argNbifomContainer, Oss.Nas1790.HeaderCompressionConfiguration argHeaderCompressionConfiguration, Oss.Nas1790.ProtocolConfigurationOptionsNW argExtendedProtocolConfigurationOptions, Oss.Nas1790.ExtendedAPNAggregateMaximumBitRate argExtendedAPNAMBR, Oss.Nas1790.ExtendedQualityOfService argExtendedEPSQoS)
 Constructs an instance of ModifyEPSBearerContextRequest with the specified components. More...
 
override bool Equals (object right)
 Determines whether the specified object is equal to the current object. More...
 
override int GetHashCode ()
 Represents a hash function for a particular type. More...
 
object Copy ()
 Creates a deep copy of this object. More...
 

Properties

Oss.Nas1790.EPSQualityOfService NewEPSQoS [get, set]
 Field 'newEPSQoS' (optional)
 
Oss.Nas1790.TrafficFlowTemplate Tft [get, set]
 Field 'tft' (optional)
 
Oss.Nas1790.QualityOfService NewQoS [get, set]
 Field 'newQoS' (optional)
 
Oss.Nas1790.LLCServiceAccessPointIdentifier NegotiatedLLCSAPI [get, set]
 Field 'negotiatedLLCSAPI' (optional)
 
Oss.Nas1790.RadioPriority RadioPriority [get, set]
 Field 'radioPriority' (optional)
 
Oss.Nas1790.PacketFlowIdentifierContainer PacketFlowIdentifier [get, set]
 Field 'packetFlowIdentifier' (optional)
 
Oss.Nas1790.APNAggregateMaximumBitRate ApnAMBR [get, set]
 Field 'apnAMBR' (optional)
 
Oss.Nas1790.ProtocolConfigurationOptionsNW ProtocolConfigurationOptions [get, set]
 Field 'protocolConfigurationOptions' (optional)
 
Oss.Nas1790.WLanOffloadAcceptability WlanOffloadIndication [get, set]
 Field 'wlanOffloadIndication' (optional)
 
byte[] NbifomContainer [get, set]
 Field 'nbifomContainer' (optional)
 
Oss.Nas1790.HeaderCompressionConfiguration HeaderCompressionConfiguration [get, set]
 Field 'headerCompressionConfiguration' (optional)
 
Oss.Nas1790.ProtocolConfigurationOptionsNW ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional)
 
Oss.Nas1790.ExtendedAPNAggregateMaximumBitRate ExtendedAPNAMBR [get, set]
 Field 'extendedAPNAMBR' (optional)
 
Oss.Nas1790.ExtendedQualityOfService ExtendedEPSQoS [get, set]
 Field 'extendedEPSQoS' (optional)
 

Detailed Description

Represents the ModifyEPSBearerContextRequest type

Constructor & Destructor Documentation

◆ ModifyEPSBearerContextRequest()

Oss.Nas1790.ModifyEPSBearerContextRequest.ModifyEPSBearerContextRequest ( Oss.Nas1790.EPSQualityOfService  argNewEPSQoS,
Oss.Nas1790.TrafficFlowTemplate  argTft,
Oss.Nas1790.QualityOfService  argNewQoS,
Oss.Nas1790.LLCServiceAccessPointIdentifier  argNegotiatedLLCSAPI,
Oss.Nas1790.RadioPriority  argRadioPriority,
Oss.Nas1790.PacketFlowIdentifierContainer  argPacketFlowIdentifier,
Oss.Nas1790.APNAggregateMaximumBitRate  argApnAMBR,
Oss.Nas1790.ProtocolConfigurationOptionsNW  argProtocolConfigurationOptions,
Oss.Nas1790.WLanOffloadAcceptability  argWlanOffloadIndication,
byte[]  argNbifomContainer,
Oss.Nas1790.HeaderCompressionConfiguration  argHeaderCompressionConfiguration,
Oss.Nas1790.ProtocolConfigurationOptionsNW  argExtendedProtocolConfigurationOptions,
Oss.Nas1790.ExtendedAPNAggregateMaximumBitRate  argExtendedAPNAMBR,
Oss.Nas1790.ExtendedQualityOfService  argExtendedEPSQoS 
)
inline

Constructs an instance of ModifyEPSBearerContextRequest with the specified components.

Parameters
argNewEPSQoSThe value of the newEPSQoS optional field
argTftThe value of the tft optional field
argNewQoSThe value of the newQoS optional field
argNegotiatedLLCSAPIThe value of the negotiatedLLCSAPI optional field
argRadioPriorityThe value of the radioPriority optional field
argPacketFlowIdentifierThe value of the packetFlowIdentifier optional field
argApnAMBRThe value of the apnAMBR optional field
argProtocolConfigurationOptionsThe value of the protocolConfigurationOptions optional field
argWlanOffloadIndicationThe value of the wlanOffloadIndication optional field
argNbifomContainerThe value of the nbifomContainer optional field
argHeaderCompressionConfigurationThe value of the headerCompressionConfiguration optional field
argExtendedProtocolConfigurationOptionsThe value of the extendedProtocolConfigurationOptions optional field
argExtendedAPNAMBRThe value of the extendedAPNAMBR optional field
argExtendedEPSQoSThe value of the extendedEPSQoS optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.ModifyEPSBearerContextRequest.Copy ( )
inline

Creates a deep copy of this object.

Returns
A new object that is a deep copy of this instance.

◆ Equals()

override bool Oss.Nas1790.ModifyEPSBearerContextRequest.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, false.

◆ GetHashCode()

override int Oss.Nas1790.ModifyEPSBearerContextRequest.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.