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

Represents the type of the routeSelectionValue field More...

Inherits Choice.

Public Types

enum  Id {
  Unselected = 0, SscModeChosen = 1, SNSSAIChosen = 2, DnnChosen = 3,
  PduSessionChosen = 4, PreferredAccessChosen = 5, MultiAccessPreferenceChosen = 6, NonSeamlessNon3GPPOffloadIndicationChosen = 7,
  LocationCriteriaChosen = 8, TimeWindowChosen = 9
}
 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...
 
Oss.Nas5GS1680.SSCModeTypeSscMode [get, set]
 Gets or selects the 'sscMode' alternative. More...
 
Oss.Nas5GS1680.SNSSAILSNSSAI [get, set]
 Gets or selects the 's-NSSAI' alternative. More...
 
Oss.Nas5GS1680.DNNValueDnn [get, set]
 Gets or selects the 'dnn' alternative. More...
 
Oss.Nas5GS1680.PDUSessionPduSession [get, set]
 Gets or selects the 'pduSession' alternative. More...
 
Oss.Nas5GS1680.PreferredAccessPreferredAccess [get, set]
 Gets or selects the 'preferredAccess' alternative. More...
 
byte??? MultiAccessPreference [get, set]
 Gets or selects the 'multi-accessPreference' alternative. More...
 
byte??? NonSeamlessNon3GPPOffloadIndication [get, set]
 Gets or selects the 'non-seamlessNon-3GPPOffloadIndication' alternative. More...
 
Oss.Nas5GS1680.LocationCriteriaLocationCriteria [get, set]
 Gets or selects the 'locationCriteria' alternative. More...
 
Oss.Nas5GS1680.TimeWindowTimeWindow [get, set]
 Gets or selects the 'timeWindow' alternative. More...
 

Detailed Description

Represents the type of the routeSelectionValue field

Member Enumeration Documentation

◆ Id

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.RouteSelectionDescriptorComponent.RouteSelectionValueType.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.RouteSelectionDescriptorComponent.RouteSelectionValueType.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.RouteSelectionDescriptorComponent.RouteSelectionValueType.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Dnn

Oss.Nas5GS1680.DNNValue? Oss.Nas5GS1680.RouteSelectionDescriptorComponent.RouteSelectionValueType.Dnn
getset

Gets or selects the 'dnn' alternative.

◆ LocationCriteria

Oss.Nas5GS1680.LocationCriteria? Oss.Nas5GS1680.RouteSelectionDescriptorComponent.RouteSelectionValueType.LocationCriteria
getset

Gets or selects the 'locationCriteria' alternative.

◆ MultiAccessPreference

byte??? Oss.Nas5GS1680.RouteSelectionDescriptorComponent.RouteSelectionValueType.MultiAccessPreference
getset

Gets or selects the 'multi-accessPreference' alternative.

◆ NonSeamlessNon3GPPOffloadIndication

byte??? Oss.Nas5GS1680.RouteSelectionDescriptorComponent.RouteSelectionValueType.NonSeamlessNon3GPPOffloadIndication
getset

Gets or selects the 'non-seamlessNon-3GPPOffloadIndication' alternative.

◆ PduSession

Oss.Nas5GS1680.PDUSession? Oss.Nas5GS1680.RouteSelectionDescriptorComponent.RouteSelectionValueType.PduSession
getset

Gets or selects the 'pduSession' alternative.

◆ PreferredAccess

Oss.Nas5GS1680.PreferredAccess? Oss.Nas5GS1680.RouteSelectionDescriptorComponent.RouteSelectionValueType.PreferredAccess
getset

Gets or selects the 'preferredAccess' alternative.

◆ Selected

Id Oss.Nas5GS1680.RouteSelectionDescriptorComponent.RouteSelectionValueType.Selected
get

Gets current selection

◆ SNSSAI

Oss.Nas5GS1680.SNSSAIL? Oss.Nas5GS1680.RouteSelectionDescriptorComponent.RouteSelectionValueType.SNSSAI
getset

Gets or selects the 's-NSSAI' alternative.

◆ SscMode

Oss.Nas5GS1680.SSCModeType? Oss.Nas5GS1680.RouteSelectionDescriptorComponent.RouteSelectionValueType.SscMode
getset

Gets or selects the 'sscMode' alternative.

◆ TimeWindow

Oss.Nas5GS1680.TimeWindow? Oss.Nas5GS1680.RouteSelectionDescriptorComponent.RouteSelectionValueType.TimeWindow
getset

Gets or selects the 'timeWindow' alternative.