From 93bc4b0f1f5fb52b4700d3bef477cb75e9647866 Mon Sep 17 00:00:00 2001 From: Weihong Zhu Date: Fri, 21 Jan 2022 03:34:35 +0000 Subject: [PATCH 1/2] Update nrNrm.yaml --- OpenAPI/nrNrm.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenAPI/nrNrm.yaml b/OpenAPI/nrNrm.yaml index 5ef76d430..783fa1812 100755 --- a/OpenAPI/nrNrm.yaml +++ b/OpenAPI/nrNrm.yaml @@ -1017,6 +1017,8 @@ components: properties: cellLocalId: type: integer + administrativeState: + $ref: 'genericNrm.yaml#/components/schemas/AdministrativeState' plmnInfoList: $ref: '#/components/schemas/PlmnInfoList' nrTac: -- GitLab From 8a5a75b75a9686818ae377d6d8d883f33b77a876 Mon Sep 17 00:00:00 2001 From: Weihong Zhu Date: Sat, 29 Jan 2022 15:53:50 +0000 Subject: [PATCH 2/2] Update nrNrm.yaml --- OpenAPI/nrNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/nrNrm.yaml b/OpenAPI/nrNrm.yaml index 783fa1812..53fdd7a8d 100755 --- a/OpenAPI/nrNrm.yaml +++ b/OpenAPI/nrNrm.yaml @@ -1018,7 +1018,7 @@ components: cellLocalId: type: integer administrativeState: - $ref: 'genericNrm.yaml#/components/schemas/AdministrativeState' + $ref: 'comDefs.yaml#/components/schemas/AdministrativeState' plmnInfoList: $ref: '#/components/schemas/PlmnInfoList' nrTac: -- GitLab