Commit 44d3f759 authored by sunxixi's avatar sunxixi Committed by sunse
Browse files

Update 5gcNrm.yaml

parent fe6beb2f
Loading
Loading
Loading
Loading
+32 −1
Original line number Diff line number Diff line
@@ -500,6 +500,26 @@ components:
      items:
        type: string
        
    NRTACRange:
      type: object
      properties:
        nRTACstart:
          type: string
        nRTACend:
          type: string
        nRTACpattern:
          type: string

    TaiRange:
      type: object
      properties:
        plmnId:
          $ref: 'nrNrm.yaml#/components/schemas/PlmnIdList'
        nRTACRangelist:
          type: array
          items:
            $ref: '#/components/schemas/NRTACRange' 
            
    ECSAddrConfigInfo:
      type: array
      items:
@@ -1134,6 +1154,17 @@ components:
                      $ref: '#/components/schemas/CapabilityList'
                    isCAPIFSup:
                      type: boolean
                    taiList:
                      type: array
                      items:
                        $ref: 'nrNrm.yaml#/components/schemas/Tai'
                    taiRangeList:
                      type: array
                      items:
                        $ref: '#/components/schemas/TaiRange'
                    dnai:
                      type: string

        - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties: