From 7d633eefdfd5486c3944dd637956f7592e368fc2 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega Date: Thu, 3 Nov 2022 12:06:20 +0000 Subject: [PATCH 1/2] Update README.md Signed-off-by: Miguel Angel Reina Ortega --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d48cceab2..7ded0d216 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,20 @@ The Rel-16 branch represents the latest Rel-16 content approved and published after each TSG SA plenary. -Rel17-draft branch represents the current working in progress release status. +The Rel-17 branch represents the latest Rel-17 content approved and published after each TSG SA plenary. + +Rel-18 branch represents the current working in progress release status. (c) 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. -Branch {+Rel17-draft+} validation status: +Branch {+Rel-18+} validation status: -[![pipeline status](https://forge.3gpp.org/rep/SA5/MnS/badges/Rel17-draft/pipeline.svg)](https://forge.3gpp.org/rep/SA5/MnS/commits/Rel17-draft) +[![pipeline status](https://forge.3gpp.org/rep/SA5/MnS/badges/Rel-18/pipeline.svg)](https://forge.3gpp.org/rep/SA5/MnS/commits/Rel-18) ## Data models validation The YANG data models in the present projects are validated by an automated CI agent. Learn more at: -* [Jenkins job run for this project](https://forge.3gpp.org/jenkins/view/SA5/) -* [Validation scripts repository](https://forge.3gpp.org/rep/tools/3gpp-scripts) +* [Management And Orchestration APIs Wiki](https://forge.3gpp.org/rep/sa5/MnS/-/wikis/home) +* [Validation scripts repository](https://forge.3gpp.org/rep/tools/3gpp-scripts/sa5) -- GitLab From 5896b6f0e6efe18db02a9d7206dcd7312d35f3e3 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 4 Nov 2022 02:52:13 +0000 Subject: [PATCH 2/2] Update TS28541_NrNrm.yaml // Initial CR --- OpenAPI/TS28541_NrNrm.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index d150a1405..a9b4c3418 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -825,16 +825,18 @@ components: $ref: '#/components/schemas/GnbName' plmnId: $ref: '#/components/schemas/PlmnId' - x2BlackList: + x2BlockList: $ref: '#/components/schemas/GGnbIdList' - xnBlackList: + xnBlockList: $ref: '#/components/schemas/GGnbIdList' - x2WhiteList: + x2AllowList: $ref: '#/components/schemas/GGnbIdList' - xnWhiteList: + xnAllowList: $ref: '#/components/schemas/GGnbIdList' - x2XnHOBlackList: + x2HOBlockList: $ref: '#/components/schemas/GEnbIdList' + xnHOBlackList: + $ref: '#/components/schemas/GGnbIdList' mappingSetIDBackhaulAddress: $ref: '#/components/schemas/MappingSetIDBackhaulAddress' tceMappingInfoList: -- GitLab