Commit 847606f6 authored by sunse's avatar sunse
Browse files

manual fix of code merge confliction for CR 0602

parents b214a9cf 2cab45c8
Loading
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -73,6 +73,22 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/PlmnInfo'
    SnpnId:
      type: object
      properties:
        mcc:
          $ref: 'genericNrm.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:
@@ -124,6 +140,24 @@ components:
      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