Update docker-compose deployment 49/9349/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Fri, 21 Oct 2022 11:38:20 +0000 (13:38 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Fri, 21 Oct 2022 11:38:26 +0000 (13:38 +0200)
- clean-up README as former workaround is not needed
  with the latest revision of Rel-16.

IssueID: OAM-303
Change-Id: I3e93a8896376745094b303af3cfc1e5734e4a531
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/integration/smo/oam/ves-collector/externalRepo/3gpp/rep/sa5/MnS/blob/Rel16/OpenAPI/README.md

index f738044..4241b37 100644 (file)
@@ -8,7 +8,7 @@ Please copy the files from
 https://forge.3gpp.org/rep/sa5/MnS/tree/Rel-16/OpenAPI
 ```
 
-For E-Release only the following schemas ...
+For G-Release only the following schemas ...
 
  * TS28623_ComDefs.yaml
  * TS28532_FaultMnS.yaml
@@ -18,35 +18,3 @@ For E-Release only the following schemas ...
  * TS28532_ProvMnS.yaml
 
 .. are supported.
-
-Therefore the references (dependencies) in the file 'provMnS.yaml' to other schemas must be commanded, otherwise the schema itself would invalid.
-
-# Temporary modification for E-Release in 'provMnS.yaml'
-
-In this release only a subset of 3GPP Release 16 schema are supported. References to non supported schemas should be commanded, until those are supported.
-
-```
-developer @ localhost ~/workspace/_3gpp/MnS/OpenAPI (Rel-16)
-└─ $ ▶ git diff .
-diff --git a/OpenAPI/provMnS.yaml b/OpenAPI/provMnS.yaml
-index 1dd467e..699bdce 100644
---- a/OpenAPI/provMnS.yaml
-+++ b/OpenAPI/provMnS.yaml
-@@ -412,11 +412,11 @@ components:
-             type: array
-             items:
-               type: object
--        - anyOf:
--            - $ref: 'genericNrm.yaml#/components/schemas/resources-genericNrm'
--            - $ref: 'nrNrm.yaml#/components/schemas/resources-nrNrm'
--            - $ref: '5gcNrm.yaml#/components/schemas/resources-5gcNrm'
--            - $ref: 'sliceNrm.yaml#/components/schemas/resources-sliceNrm'
-+        # - anyOf:
-+        #     - $ref: 'genericNrm.yaml#/components/schemas/resources-genericNrm'
-+        #     - $ref: 'nrNrm.yaml#/components/schemas/resources-nrNrm'
-+        #     - $ref: '5gcNrm.yaml#/components/schemas/resources-5gcNrm'
-+        #     - $ref: 'sliceNrm.yaml#/components/schemas/resources-sliceNrm'
-
-     MoiChange:
-       type: object
-```