Commit e02ed3f7 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'Rel19_CR1412_TS28541_correction_to_stage_2_and_stage_3_attribute_name_inconsistence' into 'Integration_Rel19_SA5_158_YAML'

Rel19 TS28541 CR1412 correction to stage 2 stage3 attribute name inconsistence

See merge request !1482
parents 3e9ed05c a0854036
Loading
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -541,7 +541,7 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/RimRSReportInfo'
    TceMappingInfo:
    TceIDMappingInfo:
      type: object
      properties:
        tceIPAddress:
@@ -550,10 +550,10 @@ components:
          type: integer
        pLMNTarget:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
    TceMappingInfoList:
    TceIDMappingInfoList:
      type: array
      items:
        $ref: '#/components/schemas/TceMappingInfo'
        $ref: '#/components/schemas/TceIDMappingInfo'
    ResourceType:
      type: string
      enum:
@@ -936,9 +936,13 @@ components:
                    xnHOBlackList:
                      $ref: '#/components/schemas/GGnbIdList'
                    mappingSetIDBackhaulAddress:
                      type: array
                      uniqueItems: true
                      items:
                        $ref: '#/components/schemas/MappingSetIDBackhaulAddress'
                    tceMappingInfoList:
                      $ref: '#/components/schemas/TceMappingInfoList'
                      minItems: 1
                    tceIDMappingInfoList:
                      $ref: '#/components/schemas/TceIDMappingInfoList'
                    configurable5QISetRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    dynamic5QISetRef:
+1 −1
Original line number Diff line number Diff line
@@ -922,7 +922,7 @@ components:
                  type: string 
                epApplicationRefs:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                connectionPointRefList:
                externalEndPointRefList:
                  type: array
                  items:
                    $ref: '#/components/schemas/ConnectionPointInfo'