SliceDesc
SliceDesc describes an End-to-End (E2E) 3GPP slice.
PLMN field of tag plmn
The PLMN of the slice composed of the concatenation of the MNC and MCC in five digits. Six digit PLMNs are not yet supported.
DNN field of tag dnn
The DNN (Data Network Name) of the slice, equivalent to APN (Access Point Name) in the context of LTE. Supports only alphanumeric characters with some hyphens in between with maximum 63 characters.
NetworkMode field of tag network-mode
The NetworkMode associated with this 3GPP E2E slice.
IPv4Range field of tag ipv4-range
The IPv4Range of addresses for this 3GPP E2E slice. If the NetworkMode is IPv4 or IPv4v6, this field is mandatory.
IPv6Range field of tag ipv6-range
The IPv6Range of addresses for this 3GPP E2E slice. If the NetworkMode is IPv6 or IPv4v6, this field is mandatory.
ServiceType field of tag service-type
The ServiceType of the slice. Currently, only supports eMBB, uRLLC, and mMTC.
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.