Commit 059dbb57 authored by ruiyue's avatar ruiyue
Browse files

Update nrNrm.yaml

parent d33610d2
Loading
Loading
Loading
Loading
+0 −39
Original line number Diff line number Diff line
@@ -73,22 +73,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:
@@ -136,29 +120,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
      properties: