Commit 2446398d authored by ruiyue's avatar ruiyue
Browse files

Merge branch '28.538_S5-223251_Update_ECM_NRM_stage_3_143e' into 'Integration_Rel17_SA5_143_YAML'

Update EdgeNRM.yaml

See merge request !341
parents 16a134f0 f282740d
Loading
Loading
Loading
Loading
+29 −9
Original line number Diff line number Diff line
@@ -25,9 +25,11 @@ components:
      type: object
      properties:
        cellIdList:
          type: array
          items:
            type: integer
        trackingAreaIdList:
          $ref: 'nrNrm.yaml#/components/schemas/Tai'
          $ref: 'nrNrm.yaml#/components/schemas/TaiList'
        servingPLMN:
          $ref: 'nrNrm.yaml#/components/schemas/PlmnId'
    GeoLoc:
@@ -55,8 +57,12 @@ components:
      type: object
      properties:
        affinityEAS:
          type: array
          items:
            type: string
        antiAffinityEAS:
          type: array
          items:
            type: string
    VirtualResource:
      type: object
@@ -65,6 +71,8 @@ components:
          type: integer
        virtualDisk:
          type: integer
        virutalCPU:
          type: string
    SoftwareImageInfo:
      type: object
      properties:
@@ -72,6 +80,10 @@ components:
          type: integer
        minimumRAM:
          type: integer
        discFormat:
          type: string
        operatingSystem:
          type: string
        swImageRef:
          type: string
    RegistrationInfo:
@@ -139,12 +151,16 @@ components:
                    eASIdentifier:
                      type: string
                    eESAddress:
                      type: array
                      items:
                        type: string
                    eASRequirementsRef:
                      $ref: 'comDefs.yaml#/components/schemas/Dn'
                    eESFunctionRef:
                      $ref: 'comDefs.yaml#/components/schemas/DnList'
                    eASAddress:
                      type: array
                      items:
                        type: string
                    registrationInfo:
                      $ref: '#/components/schemas/RegistrationInfo'  
@@ -162,8 +178,12 @@ components:
                    eESIdentifier:
                      type: string
                    eESServingLocation:
                      type: array
                      items:
                        $ref: '#/components/schemas/ServingLocation'
                    eESAddress:
                      type: array
                      items:
                        type: string
                    softwareImageInfo:
                      $ref: '#/components/schemas/SoftwareImageInfo'
@@ -192,7 +212,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'