Update docker-compose deployment
[oam.git] / 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
-```