Commit 13361c41 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'TS28.541_Rel16_CR0971_fix_small_inconsistent_issues_in_stage2,_typo_in_stage_2_and_3' into 'Integration_Rel16_SA5_150_YAML'

TS28.541_Rel16_CR0971

See merge request !696
parents 4d563d0a 7148d99c
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ components:
            $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'
    NFStatus:
      type: string
      description: any of enumrated value
      description: any of enumerated value
      enum:
        - REGISTERED
        - SUSPENDED
@@ -151,7 +151,7 @@ components:
          type: integer
    SupportedDataSetId:
      type: string
      description: any of enumrated value
      description: any of enumerated value
      enum:
        - SUBSCRIPTION
        - POLICY
@@ -192,7 +192,7 @@ components:
          type: integer
    SEPPType:
      type: string
      description: any of enumrated value
      description: any of enumerated value
      enum:
        - CSEPP
        - PSEPP
@@ -209,7 +209,7 @@ components:
        $ref: '#/components/schemas/SupportedFunc'
    CommModelType:
      type: string
      description: any of enumrated value
      description: any of enumerated value
      enum:
        - DIRECT_COMMUNICATION_WO_NRF
        - DIRECT_COMMUNICATION_WITH_NRF
+6 −6
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ components:
        timeDuration:
          type: integer

    UeAccProbilityDist:
    UeAccProbabilityDist:
      type: object
      properties:
        targetProbability:
@@ -166,7 +166,7 @@ components:
        numberofpreamblessent:
          type: integer

    UeAccDelayProbilityDist:
    UeAccDelayProbabilityDist:
      type: object
      properties:
        targetProbability:
@@ -1287,10 +1287,10 @@ components:
                  properties:
                    drachOptimizationControl:
                      type: boolean
                    ueAccProbilityDist:
                      $ref: "#/components/schemas/UeAccProbilityDist"
                    ueAccDelayProbilityDist:
                      $ref: "#/components/schemas/UeAccDelayProbilityDist"
                    ueAccProbabilityDist:
                      $ref: "#/components/schemas/UeAccProbabilityDist"
                    ueAccDelayProbabilityDist:
                      $ref: "#/components/schemas/UeAccDelayProbabilityDist"
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'

    DMROFunction-Single:
+3 −1
Original line number Diff line number Diff line
@@ -258,6 +258,8 @@ components:
          v2XCommModels:
            $ref: '#/components/schemas/V2XCommModels'
          coverageArea:
            type: array
            items:
              type: string
          termDensity:
            $ref: '#/components/schemas/TermDensity'