OSS NAS Tools for C# for LTE/EPC for 3GPP Release 16.7.0
Oss.Nas1670.ActivateDefaultEPSBearerContextRequest Class Reference

Represents the ActivateDefaultEPSBearerContextRequest type More...

Inherits Sequence.

Public Member Functions

 ActivateDefaultEPSBearerContextRequest ()
 The default constructor. More...
 
 ActivateDefaultEPSBearerContextRequest (Oss.Nas1670.EPSQualityOfService argEpsQoS, byte[] argAccessPointName, Oss.Nas1670.PDNAddress argPdnAddress)
 Constructs an instance of ActivateDefaultEPSBearerContextRequest with the specified mandatory components. More...
 
 ActivateDefaultEPSBearerContextRequest (Oss.Nas1670.EPSQualityOfService argEpsQoS, byte[] argAccessPointName, Oss.Nas1670.PDNAddress argPdnAddress, Oss.Nas1670.TransactionIdentifier argTransactionIdentifier, Oss.Nas1670.QualityOfService argNegotiatedQoS, Oss.Nas1670.LLCServiceAccessPointIdentifier argNegotiatedLLCSAPI, Oss.Nas1670.RadioPriority argRadioPriority, Oss.Nas1670.PacketFlowIdentifierContainer argPacketFlowIdentifier, Oss.Nas1670.APNAggregateMaximumBitRate argApnAMBR, int? argEsmCause, Oss.Nas1670.ProtocolConfigurationOptionsNW argProtocolConfigurationOptions, Oss.Nas1670.ConnectivityType argConnectivityType, Oss.Nas1670.WLanOffloadAcceptability argWlanOffloadIndication, byte[] argNbifomContainer, Oss.Nas1670.HeaderCompressionConfiguration argHeaderCompressionConfiguration, Oss.Nas1670.ControlPlaneOnlyIndication argControlPlaneOnlyIndication, Oss.Nas1670.ProtocolConfigurationOptionsNW argExtendedProtocolConfigurationOptions, int? argServingPLMNRateControl, Oss.Nas1670.ExtendedAPNAggregateMaximumBitRate argExtendedAPNAMBR)
 Constructs an instance of ActivateDefaultEPSBearerContextRequest 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.Nas1670.EPSQualityOfService EpsQoS [get, set]
 Field 'epsQoS' (mandatory) More...
 
byte[] AccessPointName [get, set]
 Field 'accessPointName' (mandatory) More...
 
Oss.Nas1670.PDNAddress PdnAddress [get, set]
 Field 'pdnAddress' (mandatory) More...
 
Oss.Nas1670.TransactionIdentifier TransactionIdentifier [get, set]
 Field 'transactionIdentifier' (optional) More...
 
Oss.Nas1670.QualityOfService NegotiatedQoS [get, set]
 Field 'negotiatedQoS' (optional) More...
 
Oss.Nas1670.LLCServiceAccessPointIdentifier NegotiatedLLCSAPI [get, set]
 Field 'negotiatedLLCSAPI' (optional) More...
 
Oss.Nas1670.RadioPriority RadioPriority [get, set]
 Field 'radioPriority' (optional) More...
 
Oss.Nas1670.PacketFlowIdentifierContainer PacketFlowIdentifier [get, set]
 Field 'packetFlowIdentifier' (optional) More...
 
Oss.Nas1670.APNAggregateMaximumBitRate ApnAMBR [get, set]
 Field 'apnAMBR' (optional) More...
 
int? EsmCause [get, set]
 Field 'esmCause' (optional) The ESMCause class defines meaningful names for particular values of the field More...
 
Oss.Nas1670.ProtocolConfigurationOptionsNW ProtocolConfigurationOptions [get, set]
 Field 'protocolConfigurationOptions' (optional) More...
 
Oss.Nas1670.ConnectivityType ConnectivityType [get, set]
 Field 'connectivityType' (optional) More...
 
Oss.Nas1670.WLanOffloadAcceptability WlanOffloadIndication [get, set]
 Field 'wlanOffloadIndication' (optional) More...
 
byte[] NbifomContainer [get, set]
 Field 'nbifomContainer' (optional) More...
 
Oss.Nas1670.HeaderCompressionConfiguration HeaderCompressionConfiguration [get, set]
 Field 'headerCompressionConfiguration' (optional) More...
 
Oss.Nas1670.ControlPlaneOnlyIndication ControlPlaneOnlyIndication [get, set]
 Field 'controlPlaneOnlyIndication' (optional) More...
 
Oss.Nas1670.ProtocolConfigurationOptionsNW ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional) More...
 
int? ServingPLMNRateControl [get, set]
 Field 'servingPLMNRateControl' (optional) More...
 
Oss.Nas1670.ExtendedAPNAggregateMaximumBitRate ExtendedAPNAMBR [get, set]
 Field 'extendedAPNAMBR' (optional) More...
 

Detailed Description

Constructor & Destructor Documentation

◆ ActivateDefaultEPSBearerContextRequest() [1/3]

Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.ActivateDefaultEPSBearerContextRequest ( )
inline

The default constructor.

◆ ActivateDefaultEPSBearerContextRequest() [2/3]

Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.ActivateDefaultEPSBearerContextRequest ( Oss.Nas1670.EPSQualityOfService  argEpsQoS,
byte[]  argAccessPointName,
Oss.Nas1670.PDNAddress  argPdnAddress 
)
inline

Constructs an instance of ActivateDefaultEPSBearerContextRequest with the specified mandatory components.

Parameters
argEpsQoSThe value of the epsQoS mandatory field
argAccessPointNameThe value of the accessPointName mandatory field
argPdnAddressThe value of the pdnAddress mandatory field

◆ ActivateDefaultEPSBearerContextRequest() [3/3]

Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.ActivateDefaultEPSBearerContextRequest ( Oss.Nas1670.EPSQualityOfService  argEpsQoS,
byte[]  argAccessPointName,
Oss.Nas1670.PDNAddress  argPdnAddress,
Oss.Nas1670.TransactionIdentifier  argTransactionIdentifier,
Oss.Nas1670.QualityOfService  argNegotiatedQoS,
Oss.Nas1670.LLCServiceAccessPointIdentifier  argNegotiatedLLCSAPI,
Oss.Nas1670.RadioPriority  argRadioPriority,
Oss.Nas1670.PacketFlowIdentifierContainer  argPacketFlowIdentifier,
Oss.Nas1670.APNAggregateMaximumBitRate  argApnAMBR,
int?  argEsmCause,
Oss.Nas1670.ProtocolConfigurationOptionsNW  argProtocolConfigurationOptions,
Oss.Nas1670.ConnectivityType  argConnectivityType,
Oss.Nas1670.WLanOffloadAcceptability  argWlanOffloadIndication,
byte[]  argNbifomContainer,
Oss.Nas1670.HeaderCompressionConfiguration  argHeaderCompressionConfiguration,
Oss.Nas1670.ControlPlaneOnlyIndication  argControlPlaneOnlyIndication,
Oss.Nas1670.ProtocolConfigurationOptionsNW  argExtendedProtocolConfigurationOptions,
int?  argServingPLMNRateControl,
Oss.Nas1670.ExtendedAPNAggregateMaximumBitRate  argExtendedAPNAMBR 
)
inline

Constructs an instance of ActivateDefaultEPSBearerContextRequest with the specified components.

Parameters
argEpsQoSThe value of the epsQoS mandatory field
argAccessPointNameThe value of the accessPointName mandatory field
argPdnAddressThe value of the pdnAddress mandatory field
argTransactionIdentifierThe value of the transactionIdentifier optional field
argNegotiatedQoSThe value of the negotiatedQoS 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
argEsmCauseThe value of the esmCause optional field
argProtocolConfigurationOptionsThe value of the protocolConfigurationOptions optional field
argConnectivityTypeThe value of the connectivityType optional field
argWlanOffloadIndicationThe value of the wlanOffloadIndication optional field
argNbifomContainerThe value of the nbifomContainer optional field
argHeaderCompressionConfigurationThe value of the headerCompressionConfiguration optional field
argControlPlaneOnlyIndicationThe value of the controlPlaneOnlyIndication optional field
argExtendedProtocolConfigurationOptionsThe value of the extendedProtocolConfigurationOptions optional field
argServingPLMNRateControlThe value of the servingPLMNRateControl optional field
argExtendedAPNAMBRThe value of the extendedAPNAMBR optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.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.Nas1670.ActivateDefaultEPSBearerContextRequest.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.Nas1670.ActivateDefaultEPSBearerContextRequest.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ AccessPointName

byte [] Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.AccessPointName
getset

Field 'accessPointName' (mandatory)

◆ ApnAMBR

Oss.Nas1670.APNAggregateMaximumBitRate Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.ApnAMBR
getset

Field 'apnAMBR' (optional)

◆ ConnectivityType

Oss.Nas1670.ConnectivityType Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.ConnectivityType
getset

Field 'connectivityType' (optional)

◆ ControlPlaneOnlyIndication

Oss.Nas1670.ControlPlaneOnlyIndication Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.ControlPlaneOnlyIndication
getset

Field 'controlPlaneOnlyIndication' (optional)

◆ EpsQoS

Oss.Nas1670.EPSQualityOfService Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.EpsQoS
getset

Field 'epsQoS' (mandatory)

◆ EsmCause

int? Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.EsmCause
getset

Field 'esmCause' (optional) The ESMCause class defines meaningful names for particular values of the field

◆ ExtendedAPNAMBR

Oss.Nas1670.ExtendedAPNAggregateMaximumBitRate Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.ExtendedAPNAMBR
getset

Field 'extendedAPNAMBR' (optional)

◆ ExtendedProtocolConfigurationOptions

Oss.Nas1670.ProtocolConfigurationOptionsNW Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.ExtendedProtocolConfigurationOptions
getset

Field 'extendedProtocolConfigurationOptions' (optional)

◆ HeaderCompressionConfiguration

Oss.Nas1670.HeaderCompressionConfiguration Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.HeaderCompressionConfiguration
getset

Field 'headerCompressionConfiguration' (optional)

◆ NbifomContainer

byte [] Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.NbifomContainer
getset

Field 'nbifomContainer' (optional)

◆ NegotiatedLLCSAPI

Oss.Nas1670.LLCServiceAccessPointIdentifier Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.NegotiatedLLCSAPI
getset

Field 'negotiatedLLCSAPI' (optional)

◆ NegotiatedQoS

Oss.Nas1670.QualityOfService Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.NegotiatedQoS
getset

Field 'negotiatedQoS' (optional)

◆ PacketFlowIdentifier

Oss.Nas1670.PacketFlowIdentifierContainer Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.PacketFlowIdentifier
getset

Field 'packetFlowIdentifier' (optional)

◆ PdnAddress

Oss.Nas1670.PDNAddress Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.PdnAddress
getset

Field 'pdnAddress' (mandatory)

◆ ProtocolConfigurationOptions

Oss.Nas1670.ProtocolConfigurationOptionsNW Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.ProtocolConfigurationOptions
getset

Field 'protocolConfigurationOptions' (optional)

◆ RadioPriority

Oss.Nas1670.RadioPriority Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.RadioPriority
getset

Field 'radioPriority' (optional)

◆ ServingPLMNRateControl

int? Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.ServingPLMNRateControl
getset

Field 'servingPLMNRateControl' (optional)

◆ TransactionIdentifier

Oss.Nas1670.TransactionIdentifier Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.TransactionIdentifier
getset

Field 'transactionIdentifier' (optional)

◆ WlanOffloadIndication

Oss.Nas1670.WLanOffloadAcceptability Oss.Nas1670.ActivateDefaultEPSBearerContextRequest.WlanOffloadIndication
getset

Field 'wlanOffloadIndication' (optional)