OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType Class Reference

Represents the type of the valueOfOptionalIE field More...

Inherits Choice.

Public Types

enum  Id {
  Unselected = 0, PduSessionIDChosen = 1, SNSSAIChosen = 2, AdditionalInformationChosen = 3,
  DnnChosen = 4, BackOffTimerValueChosen = 5, Nas5GMMCauseChosen = 6, OldPDUSessionIDChosen = 7,
  RequestTypeChosen = 8, MaPDUSessionInformationChosen = 9, ReleaseAssistanceIndicationChosen = 10
}
 CHOICE alternatives More...
 

Public Member Functions

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

Id Selected [get]
 Gets current selection More...
 
int??? PduSessionID [get, set]
 Gets or selects the 'pduSessionID' alternative. More...
 
Oss.Nas5GS1680.SNSSAISNSSAI [get, set]
 Gets or selects the 'sNSSAI' alternative. More...
 
byte[]? AdditionalInformation [get, set]
 Gets or selects the 'additionalInformation' alternative. More...
 
byte[]? Dnn [get, set]
 Gets or selects the 'dnn' alternative. More...
 
Oss.Nas5GS1680.GPRSTimer3BackOffTimerValue [get, set]
 Gets or selects the 'backOffTimerValue' alternative. More...
 
int??? Nas5GMMCause [get, set]
 Gets or selects the 'nas5GMMCause' alternative. The NAS5GMMCause class defines meaningful names for particular values of the alternative More...
 
int??? OldPDUSessionID [get, set]
 Gets or selects the 'oldPDUSessionID' alternative. More...
 
int??? RequestType [get, set]
 Gets or selects the 'requestType' alternative. The RequestType8 class defines meaningful names for particular values of the alternative More...
 
Oss.Nas5GS1680.MAPDUSessionInformation8MaPDUSessionInformation [get, set]
 Gets or selects the 'maPDUSessionInformation' alternative. More...
 
Oss.Nas5GS1680.ReleaseAssistanceIndication8ReleaseAssistanceIndication [get, set]
 Gets or selects the 'releaseAssistanceIndication' alternative. More...
 

Detailed Description

Represents the type of the valueOfOptionalIE field

Member Enumeration Documentation

◆ Id

CHOICE alternatives

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.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.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.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, it returns false.

◆ GetHashCode()

override int Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ AdditionalInformation

byte []? Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.AdditionalInformation
getset

Gets or selects the 'additionalInformation' alternative.

◆ BackOffTimerValue

Oss.Nas5GS1680.GPRSTimer3? Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.BackOffTimerValue
getset

Gets or selects the 'backOffTimerValue' alternative.

◆ Dnn

byte []? Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.Dnn
getset

Gets or selects the 'dnn' alternative.

◆ MaPDUSessionInformation

Oss.Nas5GS1680.MAPDUSessionInformation8? Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.MaPDUSessionInformation
getset

Gets or selects the 'maPDUSessionInformation' alternative.

◆ Nas5GMMCause

int??? Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.Nas5GMMCause
getset

Gets or selects the 'nas5GMMCause' alternative. The NAS5GMMCause class defines meaningful names for particular values of the alternative

◆ OldPDUSessionID

int??? Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.OldPDUSessionID
getset

Gets or selects the 'oldPDUSessionID' alternative.

◆ PduSessionID

int??? Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.PduSessionID
getset

Gets or selects the 'pduSessionID' alternative.

◆ ReleaseAssistanceIndication

Oss.Nas5GS1680.ReleaseAssistanceIndication8? Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.ReleaseAssistanceIndication
getset

Gets or selects the 'releaseAssistanceIndication' alternative.

◆ RequestType

int??? Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.RequestType
getset

Gets or selects the 'requestType' alternative. The RequestType8 class defines meaningful names for particular values of the alternative

◆ Selected

Id Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.Selected
get

Gets current selection

◆ SNSSAI

Oss.Nas5GS1680.SNSSAI? Oss.Nas5GS1680.OptionalIE.ValueOfOptionalIEType.SNSSAI
getset

Gets or selects the 'sNSSAI' alternative.