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

Represents the BearerResourceModificationRequest type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 BearerResourceModificationRequest ()
 The default constructor.
 
 BearerResourceModificationRequest (int argEpsBearerIdentityForPacketFilter, Oss.Nas1790.TrafficFlowTemplate argTrafficFlowAggregate)
 Constructs an instance of BearerResourceModificationRequest with the specified mandatory components. More...
 
 BearerResourceModificationRequest (int argEpsBearerIdentityForPacketFilter, Oss.Nas1790.TrafficFlowTemplate argTrafficFlowAggregate, Oss.Nas1790.EPSQualityOfService argRequiredTrafficFlowQoS, int? argEsmCause, Oss.Nas1790.ProtocolConfigurationOptionsUE argProtocolConfigurationOptions, Oss.Nas1790.DeviceProperties argDeviceProperties, byte[] argNbifomContainer, Oss.Nas1790.HeaderCompressionConfiguration argHeaderCompressionConfiguration, Oss.Nas1790.ProtocolConfigurationOptionsUE argExtendedProtocolConfigurationOptions, Oss.Nas1790.ExtendedQualityOfService argExtendedEPSQoS)
 Constructs an instance of BearerResourceModificationRequest 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

int EpsBearerIdentityForPacketFilter [get, set]
 Field 'epsBearerIdentityForPacketFilter' (mandatory) The LinkedEPSBearerIdentity class defines meaningful names for particular values of the field
 
int SpareHalfOctet [get]
 Field 'spareHalfOctet' (mandatory, readonly)
 
Oss.Nas1790.TrafficFlowTemplate TrafficFlowAggregate [get, set]
 Field 'trafficFlowAggregate' (mandatory)
 
Oss.Nas1790.EPSQualityOfService RequiredTrafficFlowQoS [get, set]
 Field 'requiredTrafficFlowQoS' (optional)
 
int? EsmCause [get, set]
 Field 'esmCause' (optional) The ESMCause class defines meaningful names for particular values of the field
 
Oss.Nas1790.ProtocolConfigurationOptionsUE ProtocolConfigurationOptions [get, set]
 Field 'protocolConfigurationOptions' (optional)
 
Oss.Nas1790.DeviceProperties DeviceProperties [get, set]
 Field 'deviceProperties' (optional)
 
byte[] NbifomContainer [get, set]
 Field 'nbifomContainer' (optional)
 
Oss.Nas1790.HeaderCompressionConfiguration HeaderCompressionConfiguration [get, set]
 Field 'headerCompressionConfiguration' (optional)
 
Oss.Nas1790.ProtocolConfigurationOptionsUE ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional)
 
Oss.Nas1790.ExtendedQualityOfService ExtendedEPSQoS [get, set]
 Field 'extendedEPSQoS' (optional)
 

Detailed Description

Constructor & Destructor Documentation

◆ BearerResourceModificationRequest() [1/2]

Oss.Nas1790.BearerResourceModificationRequest.BearerResourceModificationRequest ( int  argEpsBearerIdentityForPacketFilter,
Oss.Nas1790.TrafficFlowTemplate  argTrafficFlowAggregate 
)
inline

Constructs an instance of BearerResourceModificationRequest with the specified mandatory components.

Parameters
argEpsBearerIdentityForPacketFilterThe value of the epsBearerIdentityForPacketFilter mandatory field
argTrafficFlowAggregateThe value of the trafficFlowAggregate mandatory field

◆ BearerResourceModificationRequest() [2/2]

Oss.Nas1790.BearerResourceModificationRequest.BearerResourceModificationRequest ( int  argEpsBearerIdentityForPacketFilter,
Oss.Nas1790.TrafficFlowTemplate  argTrafficFlowAggregate,
Oss.Nas1790.EPSQualityOfService  argRequiredTrafficFlowQoS,
int?  argEsmCause,
Oss.Nas1790.ProtocolConfigurationOptionsUE  argProtocolConfigurationOptions,
Oss.Nas1790.DeviceProperties  argDeviceProperties,
byte[]  argNbifomContainer,
Oss.Nas1790.HeaderCompressionConfiguration  argHeaderCompressionConfiguration,
Oss.Nas1790.ProtocolConfigurationOptionsUE  argExtendedProtocolConfigurationOptions,
Oss.Nas1790.ExtendedQualityOfService  argExtendedEPSQoS 
)
inline

Constructs an instance of BearerResourceModificationRequest with the specified components.

Parameters
argEpsBearerIdentityForPacketFilterThe value of the epsBearerIdentityForPacketFilter mandatory field
argTrafficFlowAggregateThe value of the trafficFlowAggregate mandatory field
argRequiredTrafficFlowQoSThe value of the requiredTrafficFlowQoS optional field
argEsmCauseThe value of the esmCause optional field
argProtocolConfigurationOptionsThe value of the protocolConfigurationOptions optional field
argDevicePropertiesThe value of the deviceProperties optional field
argNbifomContainerThe value of the nbifomContainer optional field
argHeaderCompressionConfigurationThe value of the headerCompressionConfiguration optional field
argExtendedProtocolConfigurationOptionsThe value of the extendedProtocolConfigurationOptions optional field
argExtendedEPSQoSThe value of the extendedEPSQoS optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.BearerResourceModificationRequest.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.BearerResourceModificationRequest.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.BearerResourceModificationRequest.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.