Issue-ID: SDC-4781
Change-Id: I36d470b60480bcf3bac664d338ed7458e21fb4de
Signed-off-by: dhanush.p <dhanush.p@t-systems.com>
properties:
mcc:
type: string
properties:
mcc:
type: string
+ required: true
+ constraints:
+ - pattern: '^[0-9]{3}$'
- Mobile Country Code (MCC) of the PLMN identifier. See 3GPP TS 23.003 subclause 2.2 and 12.1.
+ Mobile Country Code(MCC) of the PLMN identifier. Exactly 3 digits.
+ required: true
+ constraints:
+ - pattern: '^[0-9]{2,3}$'
- Mobile Network Code (MNC) of the PLMN identifier. See 3GPP TS 23.003 subclause 2.2 and 12.1.
+ Mobile Network Code (MNC) of the PLMN identifier. 2 or 3 digits.
tosca.datatypes.3gpp.Snssai:
derived_from: tosca.datatypes.Root
properties:
sst:
tosca.datatypes.3gpp.Snssai:
derived_from: tosca.datatypes.Root
properties:
sst:
- type: string
- required: false
+ type: integer
+ required: true
+ constraints:
+ - in_range: [0, 255]
- This attribute specifies the Slice/Service type (SST) of the network slice.
+ This attribute specifies the Slice/Service type (SST) of the network slice. Examples: 1 = eMBB, 2 = uRLLC, 3 = mIot.
sd:
type: string
required: false
sd:
type: string
required: false