Commit 8a06f67a authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'Rel18_CR_TS_28.541_Correction_on_inconsistent_definition_in_stage3' into 'Integration_Rel18_SA5_162_YAML'

Rel18_CR1576_TS_28.541_Correction_on_inconsistent_definition_in_stage3

See merge request !1848
parents ba747433 e5349c47
Loading
Loading
Loading
Loading
Loading
+7 −11
Original line number Diff line number Diff line
@@ -1113,7 +1113,7 @@ components:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            bWPlist:
            bWPList:
              type: array
              items:
                 $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
@@ -1996,7 +1996,9 @@ components:
              type: object
              properties:
                coverageShapeList:
                  type: integer
                  type: array
                  items:
                    $ref: '#/components/schemas/CoverageShape'
                downlinkTransmitPowerRange:
                  $ref: '#/components/schemas/ParameterRange'
                antennaTiltRange:
@@ -2009,19 +2011,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: