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

Represents the BearerResourceAllocationRequest type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 BearerResourceAllocationRequest ()
 The default constructor.
 
 BearerResourceAllocationRequest (int argLinkedEPSBearerIdentity, Oss.Nas1790.TrafficFlowTemplate argTrafficFlowAggregate, Oss.Nas1790.EPSQualityOfService argRequiredTrafficFlowQoS)
 Constructs an instance of BearerResourceAllocationRequest with the specified mandatory components. More...
 
 BearerResourceAllocationRequest (int argLinkedEPSBearerIdentity, Oss.Nas1790.TrafficFlowTemplate argTrafficFlowAggregate, Oss.Nas1790.EPSQualityOfService argRequiredTrafficFlowQoS, Oss.Nas1790.ProtocolConfigurationOptionsUE argProtocolConfigurationOptions, Oss.Nas1790.DeviceProperties argDeviceProperties, byte[] argNbifomContainer, Oss.Nas1790.ProtocolConfigurationOptionsUE argExtendedProtocolConfigurationOptions, Oss.Nas1790.ExtendedQualityOfService argExtendedEPSQoS)
 Constructs an instance of BearerResourceAllocationRequest 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 LinkedEPSBearerIdentity [get, set]
 Field 'linkedEPSBearerIdentity' (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' (mandatory)
 
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.ProtocolConfigurationOptionsUE ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional)
 
Oss.Nas1790.ExtendedQualityOfService ExtendedEPSQoS [get, set]
 Field 'extendedEPSQoS' (optional)
 

Detailed Description

Represents the BearerResourceAllocationRequest type

Constructor & Destructor Documentation

◆ BearerResourceAllocationRequest() [1/2]

Oss.Nas1790.BearerResourceAllocationRequest.BearerResourceAllocationRequest ( int  argLinkedEPSBearerIdentity,
Oss.Nas1790.TrafficFlowTemplate  argTrafficFlowAggregate,
Oss.Nas1790.EPSQualityOfService  argRequiredTrafficFlowQoS 
)
inline

Constructs an instance of BearerResourceAllocationRequest with the specified mandatory components.

Parameters
argLinkedEPSBearerIdentityThe value of the linkedEPSBearerIdentity mandatory field
argTrafficFlowAggregateThe value of the trafficFlowAggregate mandatory field
argRequiredTrafficFlowQoSThe value of the requiredTrafficFlowQoS mandatory field

◆ BearerResourceAllocationRequest() [2/2]

Oss.Nas1790.BearerResourceAllocationRequest.BearerResourceAllocationRequest ( int  argLinkedEPSBearerIdentity,
Oss.Nas1790.TrafficFlowTemplate  argTrafficFlowAggregate,
Oss.Nas1790.EPSQualityOfService  argRequiredTrafficFlowQoS,
Oss.Nas1790.ProtocolConfigurationOptionsUE  argProtocolConfigurationOptions,
Oss.Nas1790.DeviceProperties  argDeviceProperties,
byte[]  argNbifomContainer,
Oss.Nas1790.ProtocolConfigurationOptionsUE  argExtendedProtocolConfigurationOptions,
Oss.Nas1790.ExtendedQualityOfService  argExtendedEPSQoS 
)
inline

Constructs an instance of BearerResourceAllocationRequest with the specified components.

Parameters
argLinkedEPSBearerIdentityThe value of the linkedEPSBearerIdentity mandatory field
argTrafficFlowAggregateThe value of the trafficFlowAggregate mandatory field
argRequiredTrafficFlowQoSThe value of the requiredTrafficFlowQoS mandatory field
argProtocolConfigurationOptionsThe value of the protocolConfigurationOptions optional field
argDevicePropertiesThe value of the deviceProperties optional field
argNbifomContainerThe value of the nbifomContainer optional field
argExtendedProtocolConfigurationOptionsThe value of the extendedProtocolConfigurationOptions optional field
argExtendedEPSQoSThe value of the extendedEPSQoS optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.