From bf39c932652c7ab452b682911853ad82117d0162 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 07:50:44 +0000 Subject: [PATCH 1/9] Rel19_CR_TS_28.541_Enhancements_on_DefaultNotificationSubscription --- OpenAPI/TS28541_5GcNrm.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index e5c4c0b3c..f217c374e 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -118,6 +118,10 @@ components: type: array items: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' + defaultNotificationSubscriptions: + type: array + items: + $ref: '#/components/schemas/DefaultNotificationSubscription' NFStatus: type: string description: any of enumerated value @@ -225,6 +229,9 @@ components: callbackURI: type: string readOnly: true + interPlmnCallbackUri: + type: string + readOnly: true n1MessageClass: type: boolean readOnly: true @@ -237,6 +244,29 @@ components: binding: type: string readOnly: true + acceptedEncoding: + type: string + readOnly: true + supportedFeatures: + type: string + readOnly: true + serviceInfoList: + type: array + items: + $ref: '#/components/schemas/DefSubServiceInfo' + callbackUriPrefix: + type: string + readOnly: true +DefSubServiceInfo: + type: object + properties: + versions: + type: string + readOnly: true + supportedFeatures: + type: string + readOnly: true + ManagedNFProfile: type: object properties: -- GitLab From 84907c53da717dd0dbcb55bb63954042ebe760b7 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 07:52:52 +0000 Subject: [PATCH 2/9] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index f217c374e..e947390ad 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -257,7 +257,7 @@ components: callbackUriPrefix: type: string readOnly: true -DefSubServiceInfo: + DefSubServiceInfo: type: object properties: versions: @@ -266,7 +266,6 @@ DefSubServiceInfo: supportedFeatures: type: string readOnly: true - ManagedNFProfile: type: object properties: -- GitLab From dee59c9e4f5711e9ca2547f3fe247aed44965cd0 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 11:13:10 +0000 Subject: [PATCH 3/9] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index e947390ad..a185792b8 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -261,7 +261,9 @@ components: type: object properties: versions: - type: string + type: array + items: + type: string readOnly: true supportedFeatures: type: string -- GitLab From 256c47fd8bc0f7876752d459d762146336c4aa81 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 20 Nov 2024 20:53:15 +0000 Subject: [PATCH 4/9] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index a185792b8..bfb1fb7c8 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -230,8 +230,7 @@ components: type: string readOnly: true interPlmnCallbackUri: - type: string - readOnly: true + $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo' n1MessageClass: type: boolean readOnly: true @@ -255,8 +254,7 @@ components: items: $ref: '#/components/schemas/DefSubServiceInfo' callbackUriPrefix: - type: string - readOnly: true + $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo' DefSubServiceInfo: type: object properties: -- GitLab From 69c272d507953c81b0ffdd43930263b20c452ec8 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 07:50:44 +0000 Subject: [PATCH 5/9] Rel19_CR_TS_28.541_Enhancements_on_DefaultNotificationSubscription --- OpenAPI/TS28541_5GcNrm.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 3cd379df7..4af97243e 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -155,6 +155,10 @@ components: type: boolean sharedServiceDataId: type: string + defaultNotificationSubscriptions: + type: array + items: + $ref: '#/components/schemas/DefaultNotificationSubscription' NFStatus: type: string @@ -263,6 +267,9 @@ components: callbackURI: type: string readOnly: true + interPlmnCallbackUri: + type: string + readOnly: true n1MessageClass: type: boolean readOnly: true @@ -275,6 +282,29 @@ components: binding: type: string readOnly: true + acceptedEncoding: + type: string + readOnly: true + supportedFeatures: + type: string + readOnly: true + serviceInfoList: + type: array + items: + $ref: '#/components/schemas/DefSubServiceInfo' + callbackUriPrefix: + type: string + readOnly: true +DefSubServiceInfo: + type: object + properties: + versions: + type: string + readOnly: true + supportedFeatures: + type: string + readOnly: true + ManagedNFProfile: type: object properties: -- GitLab From c7d7b9aa6ed6e8e2205cfeaccd1279f68338e4e4 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 07:52:52 +0000 Subject: [PATCH 6/9] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 4af97243e..639ee3bbf 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -295,7 +295,7 @@ components: callbackUriPrefix: type: string readOnly: true -DefSubServiceInfo: + DefSubServiceInfo: type: object properties: versions: @@ -304,7 +304,6 @@ DefSubServiceInfo: supportedFeatures: type: string readOnly: true - ManagedNFProfile: type: object properties: -- GitLab From 7c1249793184cd7d87c5180ffca00b4ff63e0199 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 11:13:10 +0000 Subject: [PATCH 7/9] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 639ee3bbf..1a2db021d 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -299,7 +299,9 @@ components: type: object properties: versions: - type: string + type: array + items: + type: string readOnly: true supportedFeatures: type: string -- GitLab From 265aedb07bc51d968757ee649fc9681249d6bcde Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 20 Nov 2024 20:53:15 +0000 Subject: [PATCH 8/9] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 1a2db021d..b103089ee 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -268,8 +268,7 @@ components: type: string readOnly: true interPlmnCallbackUri: - type: string - readOnly: true + $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo' n1MessageClass: type: boolean readOnly: true @@ -293,8 +292,7 @@ components: items: $ref: '#/components/schemas/DefSubServiceInfo' callbackUriPrefix: - type: string - readOnly: true + $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo' DefSubServiceInfo: type: object properties: -- GitLab From af08c7eaa48c1044a63f00dabda0e8f6915efd44 Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 29 Nov 2024 14:51:49 +0000 Subject: [PATCH 9/9] correcting merge issue, Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 469a374e7..b103089ee 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -133,7 +133,6 @@ components: type: array items: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' -<<<<<<< HEAD priority: type: integer minimum: 0 -- GitLab