Commit f25802de authored by sunxixi's avatar sunxixi
Browse files

Update 5gcNrm.yaml

parent 8d711a44
Loading
Loading
Loading
Loading
+32 −1
Original line number Diff line number Diff line
@@ -464,6 +464,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'
    

#-------- Definition of concrete IOCs --------------------------------------------

@@ -1084,6 +1104,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: