From 0798a7f9afde93b375a75e5311c73d8acacf9c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Antonio=20Ordo=C3=B1ez=20Lucena?= Date: Tue, 5 Nov 2024 11:27:57 +0000 Subject: [PATCH 1/3] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 3475d0cbc..66748e77d 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -74,11 +74,23 @@ components: items: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' GGnbId: - type: string - pattern: '^[0-9]{3}[0-9]{2,3}-(22|23|24|25|26|27|28|29|30|31|32)-[0-9]{1,10}' + type: object + properties: + plmnId: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' + gnbidlength: + $ref: '#/components/schemas/GnbIdLength' + gnbId: + $ref: '#/components/schemas/GnbId GEnbId: - type: string - pattern: '^[0-9]{3}[0-9]{2,3}-(18|20|21|22)-[0-9]{1,7}' + type: object + properties: + plmnId: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' + enbId: + type: integer + minimum: 0 + maximum: 4194303 GGnbIdList: type: array -- GitLab From e0b74ac485cdc52f73a8f98fe66f54ccd28ae7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Antonio=20Ordo=C3=B1ez=20Lucena?= Date: Wed, 6 Nov 2024 19:34:28 +0000 Subject: [PATCH 2/3] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 66748e77d..37b74b97f 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -81,7 +81,7 @@ components: gnbidlength: $ref: '#/components/schemas/GnbIdLength' gnbId: - $ref: '#/components/schemas/GnbId + $ref: '#/components/schemas/GnbId' GEnbId: type: object properties: -- GitLab From 995e659cf49d87d2a6a3f483beaf36c096c1c0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Antonio=20Ordo=C3=B1ez=20Lucena?= Date: Thu, 21 Nov 2024 14:42:53 +0000 Subject: [PATCH 3/3] Fix "gnbidlenght" attribute and identation --- OpenAPI/TS28541_NrNrm.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 37b74b97f..f4809ba71 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -74,23 +74,23 @@ components: items: $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type' GGnbId: - type: object - properties: - plmnId: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' - gnbidlength: - $ref: '#/components/schemas/GnbIdLength' - gnbId: - $ref: '#/components/schemas/GnbId' + type: object + properties: + plmnId: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' + gnbIdLength: + $ref: '#/components/schemas/GnbIdLength' + gnbId: + $ref: '#/components/schemas/GnbId' GEnbId: - type: object - properties: - plmnId: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' - enbId: - type: integer - minimum: 0 - maximum: 4194303 + type: object + properties: + plmnId: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' + enbId: + type: integer + minimum: 0 + maximum: 4194303 GGnbIdList: type: array -- GitLab