From 7b20583cf2c9bd2d81a45ce8b60bf8c1bf64e178 Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 23 Dec 2021 10:54:00 +0000 Subject: [PATCH 1/2] Update 5gcNrm.yaml for CR0637 TS28.541 --- OpenAPI/5gcNrm.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/OpenAPI/5gcNrm.yaml b/OpenAPI/5gcNrm.yaml index b676afe78..726707974 100644 --- a/OpenAPI/5gcNrm.yaml +++ b/OpenAPI/5gcNrm.yaml @@ -173,6 +173,32 @@ components: - $ref: '#/components/schemas/UpfInfo' - $ref: '#/components/schemas/AmfInfo' - $ref: '#/components/schemas/Udrinfo' + NotificationType: + type: string + enum: + - N1_MESSAGES + - N2_INFORMATION + - LOCATION_NOTIFICATION + - DATA_REMOVAL_NOTIFICATION + - DATA_CHANGE_NOTIFICATION + - LOCATION_UPDATE_NOTIFICATION + - NSSAA_REAUTH_NOTIFICATION + - NSSAA_REVOC_NOTIFICATION + DefaultNotificationSubscription: + type: object + properties: + notificationType: + $ref: '#/components/schemas/NotificationType' + callbackURI: + type: string + n1MessageClass: + type: boolean + n2InfroamtionClass: + type: boolean + versions: + type: string + binding: + type: string ManagedNFProfile: type: object properties: @@ -180,6 +206,8 @@ components: type: string nfType: $ref: 'genericNrm.yaml#/components/schemas/NFType' + heartbeatTimer: + type: integer authzInfo: type: string hostAddr: -- GitLab From 0ae8bf978e8ac28f024c335151a2e568b64786c8 Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 23 Dec 2021 11:06:20 +0000 Subject: [PATCH 2/2] fix syntax issue Update 5gcNrm.yaml --- OpenAPI/5gcNrm.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/OpenAPI/5gcNrm.yaml b/OpenAPI/5gcNrm.yaml index 726707974..d7497dc28 100644 --- a/OpenAPI/5gcNrm.yaml +++ b/OpenAPI/5gcNrm.yaml @@ -184,21 +184,21 @@ components: - LOCATION_UPDATE_NOTIFICATION - NSSAA_REAUTH_NOTIFICATION - NSSAA_REVOC_NOTIFICATION - DefaultNotificationSubscription: - type: object - properties: - notificationType: - $ref: '#/components/schemas/NotificationType' - callbackURI: - type: string - n1MessageClass: - type: boolean - n2InfroamtionClass: - type: boolean - versions: - type: string - binding: - type: string + DefaultNotificationSubscription: + type: object + properties: + notificationType: + $ref: '#/components/schemas/NotificationType' + callbackURI: + type: string + n1MessageClass: + type: boolean + n2InfroamtionClass: + type: boolean + versions: + type: string + binding: + type: string ManagedNFProfile: type: object properties: -- GitLab