Commit 4ab8444a authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel19_CR_TS_28.541_Correction_on_inconsistent_definition_in_stage3' into 'Integration_Rel19_SA5_162_YAML'

Rel19_CR1590_TS_28.541_Correction_on_inconsistent_definition_in_stage3

See merge request !1847
parents 4ffbfcd3 5ca609f4
Loading
Loading
Loading
Loading
Loading
+7 −11
Original line number Diff line number Diff line
@@ -1263,7 +1263,7 @@ components:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            bWPlist:
            bWPList:
              type: array
              uniqueItems: true
              items:
@@ -2223,7 +2223,9 @@ components:
              type: object
              properties:
                coverageShapeList:
                  type: integer
                  type: array
                  items:
                    $ref: '#/components/schemas/CoverageShape'
                downlinkTransmitPowerRange:
                  $ref: '#/components/schemas/ParameterRange'
                antennaTiltRange:
@@ -2236,19 +2238,13 @@ components:
                  $ref: '#/components/schemas/ParameterRange'

    CCOWeakCoverageParameters-Single:
      allOf:
        - $ref: '#/components/schemas/CCOParameters-Attr'
        - type: object
      $ref: '#/components/schemas/CCOParameters-Attr'

    CCOPilotPollutionParameters-Single:
      allOf:
        - $ref: '#/components/schemas/CCOParameters-Attr'
        - type: object
      $ref: '#/components/schemas/CCOParameters-Attr'
    
    CCOOvershootCoverageParameters-Single:
      allOf:
        - $ref: '#/components/schemas/CCOParameters-Attr'
        - type: object
      $ref: '#/components/schemas/CCOParameters-Attr'
    
    NTNFunction-Single:
      allOf: