[RIC-621] - Fix Automation
[ric-plt/e2mgr.git] / Swagger / E2Manager_API.yaml
index 78d06ce..1bab2f6 100644 (file)
@@ -557,6 +557,10 @@ components:
       type: object
     Gnb:
       properties:
+        gnbType:
+          oneOf:
+            - type: string
+            - type: integer
         servedNrCells:
           $ref: '#/components/schemas/ServedNrCells'
         ranFunctions:
@@ -1039,5 +1043,7 @@ components:
           type: string
         setupFailure:
           $ref: '#/components/schemas/SetupFailure'
+        setupFromNetwork:
+          type: boolean
       additionalProperties: false
-      type: object
\ No newline at end of file
+      type: object