Commit 83ac7d25 authored by ruiyue's avatar ruiyue
Browse files

Update nrNrm.yaml

parent 2dd66fb5
Loading
Loading
Loading
Loading
+0 −38
Original line number Diff line number Diff line
@@ -69,22 +69,6 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/PlmnInfo'
    SnpnId:
      type: object
      properties:
        mcc:
          $ref: 'comDefs.yaml#/components/schemas/Mcc'
        mnc:
          $ref: '#/components/schemas/Mnc'
        nid:
          type: string
    SnpnInfo:
      type: object
      properties:
        snpnId:
          $ref: '#/components/schemas/SnpnId'
        snssai:
          $ref: '#/components/schemas/Snssai'
    cagId:
      type: string
    nid:
@@ -132,28 +116,6 @@ components:
          $ref: '#/components/schemas/PlmnId'
        nrTac:
          $ref: '#/components/schemas/NrTac'
    TaiList:
      type: array
      items:
        $ref: '#/components/schemas/Tai' 
    NrtacRange: 
      type: object
      properties:
        nRTACstart:
          type: string
        nRTACend:
          type: string
        nRTACpattern:
          type: string
    TaiRange:
      type: object
      properties:
        plmnId:
          $ref: '#/components/schemas/PlmnId'
        nRTACRangeList:
          type: array
          items: 
             $ref: '#/components/schemas/NrtacRange'

    BackhaulAddress:
      type: object