Commit ba3ff9eb authored by Shitao Li's avatar Shitao Li
Browse files

Update EdgeNRM.yaml

parent 43b16605
Loading
Loading
Loading
Loading
+23 −9
Original line number Diff line number Diff line
@@ -25,9 +25,10 @@ components:
      type: object
      properties:
        cellIdList:
          type: integer
          type: array
          item: integer
        trackingAreaIdList:
          $ref: 'nrNrm.yaml#/components/schemas/Tai'
          $ref: 'nrNrm.yaml#/components/schemas/TaiList'
        servingPLMN:
          $ref: 'nrNrm.yaml#/components/schemas/PlmnId'
    GeoLoc:
@@ -55,9 +56,11 @@ components:
      type: object
      properties:
        affinityEAS:
          type: string
          type: array
          item: string
        antiAffinityEAS:
          type: string
          type: array
          item: string
    VirtualResource:
      type: object
      properties:
@@ -65,6 +68,8 @@ components:
          type: integer
        virtualDisk:
          type: integer
        virtualCPU:
          type: string
    SoftwareImageInfo:
      type: object
      properties:
@@ -72,6 +77,10 @@ components:
          type: integer
        minimumRAM:
          type: integer
        discFormat:
          type: string
        operatingSystem:
          type: string      
        swImageRef:
          type: string

@@ -125,11 +134,13 @@ components:
                    eASIdentifier:
                      type: string
                    eESAddress:
                      type: string
                      type: array
                      item: string
                    eASRequirementsRef:
                      $ref: 'comDefs.yaml#/components/schemas/Dn'
                    eASAddress:
                      type: string
                      type: array
                      item: string
        - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO'
    EESFunction-Single:
      allOf:
@@ -144,9 +155,12 @@ components:
                    eESIdentifier:
                      type: string
                    eESServingLocation:
                      type: array
                      items:
                        $ref: '#/components/schemas/ServingLocation'
                    eESAddress:
                      type: string
                      type: array
                      item: string
                    softwareImageInfo:
                      $ref: '#/components/schemas/SoftwareImageInfo'
                    serviceContinuitySupport:
@@ -172,7 +186,7 @@ components:
                    edgeDataNetworkRef:
                      $ref: 'comDefs.yaml#/components/schemas/DnList'
                    eESFuncitonRef:
                      $ref: 'comDefs.yaml#/components/schemas/Dn'
                      $ref: 'comDefs.yaml#/components/schemas/DnList'
                    softwareImageInfo:
                      $ref: '#/components/schemas/SoftwareImageInfo'
        - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO'