From 122bda63d92ed422a39a28cefda29fa75a4ee46a Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Fri, 13 Aug 2021 09:32:48 +0200 Subject: [PATCH 1/2] Rel-17 CR 28.541 Add NPN Identity on NR cell to support access control for NPN UEs --- OpenAPI/nrNrm.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/OpenAPI/nrNrm.yaml b/OpenAPI/nrNrm.yaml index 456b3060a..035cf12ee 100644 --- a/OpenAPI/nrNrm.yaml +++ b/OpenAPI/nrNrm.yaml @@ -73,6 +73,23 @@ components: type: array items: $ref: '#/components/schemas/PlmnInfo' + cagId: + type: string + nid: + type: string + NpnIdentity: + type: object + properties: + plmnId": + $ref: '#/components/schemas/PlmnId' + cagidList: + $ref: '#/components/schemas/cagId' + nidList: + $ref: '#/components/schemas/nid' + NpnIdentityList: + type: array + items: + $ref: '#/components/schemas/NpnIdentity' 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}' @@ -849,6 +866,8 @@ components: $ref: '#/components/schemas/CellState' plmnInfoList: $ref: '#/components/schemas/PlmnInfoList' + npnIdentityList: + $ref: '#/components/schemas/NpnIdentiyList' nrPci: $ref: '#/components/schemas/NrPci' nrTac: -- GitLab From a7e65bdd064271f6b34d6df8119a7cb61cb323c9 Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Fri, 13 Aug 2021 09:42:34 +0200 Subject: [PATCH 2/2] Rel-17 CR 28.541 Add NPN Identity on NR cell to support access control for NPN UEs --- OpenAPI/nrNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/nrNrm.yaml b/OpenAPI/nrNrm.yaml index 035cf12ee..f332d2d8a 100644 --- a/OpenAPI/nrNrm.yaml +++ b/OpenAPI/nrNrm.yaml @@ -867,7 +867,7 @@ components: plmnInfoList: $ref: '#/components/schemas/PlmnInfoList' npnIdentityList: - $ref: '#/components/schemas/NpnIdentiyList' + $ref: '#/components/schemas/NpnIdentityList' nrPci: $ref: '#/components/schemas/NrPci' nrTac: -- GitLab