Commit 707158a6 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.541_Rel18_CR0969_Removing_redundant_Tai_definition_in_NR_NRM' into 'Integration_Rel18_SA5_150_YAML'

Ts28.541 rel18 cr0969 removing redundant tai definition in nr nrm

See merge request !702
parents 8733465c a8000bf7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ components:
    TACList:
      type: array
      items:
        $ref: 'TS28541_NrNrm.yaml#/components/schemas/NrTac'
        $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac'
    WeightFactor:
      type: integer
    AusfInfo:
@@ -653,7 +653,7 @@ components:
    TaiList:
      type: array
      items:
        $ref: 'TS28541_NrNrm.yaml#/components/schemas/Tai' 
        $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai' 
    SupiRange:
      type: object
      properties:
+6 −14
Original line number Diff line number Diff line
@@ -97,30 +97,22 @@ components:
      type: integer
      maximum: 503
    NrTac:
      type: integer
      maximum: 16777215
      $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac'
    NrTacList:
      type: array
      items:
        $ref: '#/components/schemas/NrTac'
    Tai:
      type: object
      properties:
        plmnId:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        nrTac:
          $ref: '#/components/schemas/NrTac'
        $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac'
    TaiList:
      type: array
      items:
        $ref: '#/components/schemas/Tai' 
        $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai' 
    BackhaulAddress:
      type: object
      properties:
        gnbId:
          $ref: '#/components/schemas/GnbId'
        tai:
          $ref: "#/components/schemas/Tai"
          $ref: "TS28623_GenericNrm.yaml#/components/schemas/Tai"
    MappingSetIDBackhaulAddress:
      type: object
      properties:
@@ -949,7 +941,7 @@ components:
                    nrPci:
                      $ref: '#/components/schemas/NrPci'
                    nrTac:
                      $ref: '#/components/schemas/NrTac'
                      $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac'
                    arfcnDL:
                      type: integer
                    arfcnUL:
@@ -1039,7 +1031,7 @@ components:
            plmnInfoList:
              $ref: '#/components/schemas/PlmnInfoList'
            nrTac:
              $ref: '#/components/schemas/NrTac'
              $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac'

    NRFrequency-Single:
      allOf: