Loading OpenAPI/TS28541_5GcNrm.yaml +26 −6 Original line number Diff line number Diff line Loading @@ -2325,7 +2325,7 @@ components: imsEventList: type: array items: $ref: 'TS29571_CommonData.yaml#/components/schemas/ImsEvent' type: string minItems: 1 MrfpInfo: Loading @@ -2338,6 +2338,11 @@ components: $ref: '#/components/schemas/MediaCapability' minItems: 1 MediaCapability: description: media capability offered by NF instance type: string pattern: '^[a-zA-Z0-9_]+$' MfInfo: description: Information of a MF NF Instance type: object Loading @@ -2355,7 +2360,7 @@ components: aiotAreaIDList: type: array items: $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotAreaId' type: string minItems: 1 NssfInfo: Loading @@ -2375,7 +2380,7 @@ components: deviceIdList: type: array items: $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotDevPermId' type: string minItems: 1 afIdList: type: array Loading @@ -2383,8 +2388,6 @@ components: type: string minItems: 1 DcsfInfo: description: Information of a DCSF NF Instance type: object Loading @@ -2392,7 +2395,7 @@ components: imsDomianNameList: type: array items: $ref: '#/components/schemas/ImsDomainName' type: string imsiRanges: type: array items: Loading @@ -2414,6 +2417,23 @@ components: $ref: '#/components/schemas/IdentityRange' minItems: 1 ImsiRange: description: > A range of IMSIs (subscriber identities), either based on a numeric range, or based on regular-expression matching type: object oneOf: - required: [ start, end ] - required: [ pattern ] properties: start: type: string pattern: '^[0-9]+$' end: type: string pattern: '^[0-9]+$' pattern: type: string UpfInfo: description: Information of an UPF NF Instance Loading Loading
OpenAPI/TS28541_5GcNrm.yaml +26 −6 Original line number Diff line number Diff line Loading @@ -2325,7 +2325,7 @@ components: imsEventList: type: array items: $ref: 'TS29571_CommonData.yaml#/components/schemas/ImsEvent' type: string minItems: 1 MrfpInfo: Loading @@ -2338,6 +2338,11 @@ components: $ref: '#/components/schemas/MediaCapability' minItems: 1 MediaCapability: description: media capability offered by NF instance type: string pattern: '^[a-zA-Z0-9_]+$' MfInfo: description: Information of a MF NF Instance type: object Loading @@ -2355,7 +2360,7 @@ components: aiotAreaIDList: type: array items: $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotAreaId' type: string minItems: 1 NssfInfo: Loading @@ -2375,7 +2380,7 @@ components: deviceIdList: type: array items: $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotDevPermId' type: string minItems: 1 afIdList: type: array Loading @@ -2383,8 +2388,6 @@ components: type: string minItems: 1 DcsfInfo: description: Information of a DCSF NF Instance type: object Loading @@ -2392,7 +2395,7 @@ components: imsDomianNameList: type: array items: $ref: '#/components/schemas/ImsDomainName' type: string imsiRanges: type: array items: Loading @@ -2414,6 +2417,23 @@ components: $ref: '#/components/schemas/IdentityRange' minItems: 1 ImsiRange: description: > A range of IMSIs (subscriber identities), either based on a numeric range, or based on regular-expression matching type: object oneOf: - required: [ start, end ] - required: [ pattern ] properties: start: type: string pattern: '^[0-9]+$' end: type: string pattern: '^[0-9]+$' pattern: type: string UpfInfo: description: Information of an UPF NF Instance Loading