From 5bddaab484adbde863c6629cf5d684abd1ce2da0 Mon Sep 17 00:00:00 2001
From: leventecsanyi <levente.csanyi@est.tech>
Date: Wed, 15 Jan 2025 11:57:28 +0100
Subject: Moved impl package out from api package

 - refactored cps service packages and the architecture test

Issue-ID: CPS-2543
Change-Id: I0fab54cebd157b19ff6105b7d4b6d8265a1af485
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
---
 docs/api/swagger/ncmp/openapi.yaml | 50 +++++++++++++++-----------------------
 1 file changed, 20 insertions(+), 30 deletions(-)

(limited to 'docs/api/swagger')

diff --git a/docs/api/swagger/ncmp/openapi.yaml b/docs/api/swagger/ncmp/openapi.yaml
index 4e369f5dce..692266183b 100644
--- a/docs/api/swagger/ncmp/openapi.yaml
+++ b/docs/api/swagger/ncmp/openapi.yaml
@@ -38,7 +38,7 @@ paths:
         examples:
           sample 1:
             value:
-              resourceIdentifier: "\GNBDUFunction"
+              resourceIdentifier: \GNBDUFunction
           sample 2:
             value:
               resourceIdentifier: "\\GNBDUFunction[@gNBId='1001']"
@@ -155,7 +155,7 @@ paths:
         examples:
           sample 1:
             value:
-              resourceIdentifier: "\GNBDUFunction"
+              resourceIdentifier: \GNBDUFunction
           sample 2:
             value:
               resourceIdentifier: "\\GNBDUFunction[@gNBId='1001']"
@@ -299,7 +299,7 @@ paths:
         examples:
           sample 1:
             value:
-              resourceIdentifier: "\GNBDUFunction"
+              resourceIdentifier: \GNBDUFunction
           sample 2:
             value:
               resourceIdentifier: "\\GNBDUFunction[@gNBId='1001']"
@@ -419,7 +419,7 @@ paths:
         examples:
           sample 1:
             value:
-              resourceIdentifier: "\GNBDUFunction"
+              resourceIdentifier: \GNBDUFunction
           sample 2:
             value:
               resourceIdentifier: "\\GNBDUFunction[@gNBId='1001']"
@@ -544,7 +544,7 @@ paths:
         examples:
           sample 1:
             value:
-              resourceIdentifier: "\GNBDUFunction"
+              resourceIdentifier: \GNBDUFunction
           sample 2:
             value:
               resourceIdentifier: "\\GNBDUFunction[@gNBId='1001']"
@@ -1542,7 +1542,7 @@ components:
       examples:
         sample 1:
           value:
-            resourceIdentifier: "\GNBDUFunction"
+            resourceIdentifier: \GNBDUFunction
         sample 2:
           value:
             resourceIdentifier: "\\GNBDUFunction[@gNBId='1001']"
@@ -1872,19 +1872,13 @@ components:
     RestModuleDefinition:
       example:
         moduleName: my-module-name
-        content: |
-          module _3gpp-nr-nrm-gnbdufunction {
-            yang-version 1.1;
-            namespace 'urn:3gpp:sa5:_3gpp-nr-nrm-gnbdufunction';
-            prefix gnbdu3gpp;
-            revision '2020-09-15' {
-              description
-              'Defines the YANG mapping of the GNBDUFunction Information 
-               Object Class (IOC) that is part of the NR Network Resource Model (NRM).
-               Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
-               TTA, TTC). All rights reserved.';
-            }
-          }
+        content: "module _3gpp-nr-nrm-gnbdufunction {\n  yang-version 1.1;\n  namespace\
+          \ 'urn:3gpp:sa5:_3gpp-nr-nrm-gnbdufunction';\n  prefix gnbdu3gpp;\n  revision\
+          \ '2020-09-15' {\n    description\n    'Defines the YANG mapping of the\
+          \ GNBDUFunction Information \n     Object Class (IOC) that is part of the\
+          \ NR Network Resource Model (NRM). \n     Copyright 2024, 3GPP Organizational\
+          \ Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,\n     TTA, TTC). All rights reserved.';\n\
+          \  }\n}\n"
         revision: 2020-09-15
       properties:
         moduleName:
@@ -1894,17 +1888,13 @@ components:
           example: 2020-09-15
           type: string
         content:
-          example: |
-            module _3gpp-nr-nrm-gnbdufunction {
-            yang-version 1.1;
-            namespace 'urn:3gpp:sa5:_3gpp-nr-nrm-gnbdufunction';
-            prefix gnbdu3gpp;
-            revision '2020-09-15' {
-              description
-              'Defines the YANG mapping of the GNBDUFunction Information 
-               Object Class (IOC) that is part of the NR Network Resource Model (NRM).
-               Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
-               TTA, TTC). All rights reserved.';
+          example: "module _3gpp-nr-nrm-gnbdufunction {\n  yang-version 1.1;\n  namespace\
+            \ 'urn:3gpp:sa5:_3gpp-nr-nrm-gnbdufunction';\n  prefix gnbdu3gpp;\n  revision\
+            \ '2020-09-15' {\n    description\n    'Defines the YANG mapping of the\
+            \ GNBDUFunction Information \n     Object Class (IOC) that is part of\
+            \ the NR Network Resource Model (NRM). \n     Copyright 2024, 3GPP Organizational\
+            \ Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,\n     TTA, TTC). All rights\
+            \ reserved.';\n  }\n}\n"
           type: string
       title: Module definitions
       type: object
-- 
cgit