Skip to main content

TermSlice

Description

TermSlice represents the slice information of a Terminal.


DNN field of tag dnn

DNN that the UE should request from the CN.

Kind: NameTag
Tag: dnn
Data Type: Alias
Optional: False


NetworkMode field of tag network-mode

The NetworkMode the UE should request from the CN.

Kind: string
Tag: network-mode
Manager Tag: network-mode
Data Type: string
Enumeration: IPv4, IPv6, IPv4v6, Ethernet, Unstructured
Optional: False


ServiceType field of tag service-type

The ServiceType of the slice. Currently, only supports eMBB, uRLLC, and mMTC.

Kind: SST
Tag: service-type
Manager Tag: service-type
Data Type: string
Optional: False


Differentiator field of tag differentiator

The Differentiator ID of the slice. This value is preferred to be in hexadecimal format, but could be any numerical non-negative value. The value 0x000000 is reserved for the default slice and 0xFFFFFF for the no slice selection according to the 3GPP specifications. If used with the YAML file, you could prefix the value with 0x to indicate hexadecimal format. Unfortunately, the JSON format does not support this notation, and you need to make sure the value is indeed properly translated to decimal.

Kind: int32
Tag: differentiator
Manager Tag: differentiator
Data Type: int32
Format: int32
Maximum Value: 16777215
Minimum Value: 0
Optional: False