From 22ef82d8de348f9b3c76d1c5bb40b0bd01c41268 Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Thu, 15 May 2025 16:12:00 +0000 Subject: [PATCH 1/2] Edit TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 0cab03904..ea3330495 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -711,6 +711,19 @@ components: $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/TscaiInputContainer' tscaiInputUl: $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/TscaiInputContainer' + easRedisIndRequired: + $ref: '#/components/schemas/EasRedisIndRequired' + tscaiTimeDom: + $ref: '#/components/schemas/TscaiTimeDom' + batNotificationCapable: + $ref: '#/components/schemas/BatNotificationCapable' + uENotifEnabled: + $ref: '#/components/schemas/UENotifEnabled' + packFiltAllPrec: + $ref: '#/components/schemas/PackFiltAllPrec' + nscSupportedFeats: + $ref: '#/components/schemas/NscSupportedFeats' + SnssaiInfo: type: object -- GitLab From 996255dc78d6843556b36ee5845f0630a618e878 Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Thu, 15 May 2025 16:30:54 +0000 Subject: [PATCH 2/2] Edit TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index ea3330495..4cf5a0420 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -663,6 +663,14 @@ components: items: $ref: '#/components/schemas/TrafficControlData' + ServiceFeatureMap: + type: object + properties: + featureList: + type: string + serviceName: + type: string + PccRule: type: object properties: @@ -712,18 +720,23 @@ components: tscaiInputUl: $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/TscaiInputContainer' easRedisIndRequired: - $ref: '#/components/schemas/EasRedisIndRequired' + type: boolean + default: false tscaiTimeDom: - $ref: '#/components/schemas/TscaiTimeDom' + type: integer batNotificationCapable: - $ref: '#/components/schemas/BatNotificationCapable' + type: boolean + default: false uENotifEnabled: - $ref: '#/components/schemas/UENotifEnabled' + type: boolean + default: false packFiltAllPrec: - $ref: '#/components/schemas/PackFiltAllPrec' + type: integer nscSupportedFeats: - $ref: '#/components/schemas/NscSupportedFeats' - + type: array + uniqueItems: true + items: + $ref: '#/components/schemas/ServiceFeatureMap' SnssaiInfo: type: object -- GitLab