Commit 66d08415 authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'TS28.312_Rel18_CR0074_Add_solution_for_intent_driven_approach_for_radio_network_capacity_optimization' into 'Integration_Rel18_SA5_150_YAML'

Update file TS28312_IntentExpectations.yaml

See merge request !717
parents d876e001 ecb22ab2
Loading
Loading
Loading
Loading
Loading
+110 −0
Original line number Diff line number Diff line
@@ -38,6 +38,10 @@ components:
              - $ref: "#/components/schemas/AveDLRANUEThptTarget"
              - $ref: "#/components/schemas/LowULRANUEThptRatioTarget"
              - $ref: "#/components/schemas/LowDLRANUEThptRatioTarget" 
              - $ref: '#/components/schemas/HighULPrbLoadRatioTarget'
              - $ref: '#/components/schemas/HighDLPrbLoadRatioTarget'
              - $ref: '#/components/schemas/AveULPrbLoadTarget'
              - $ref: '#/components/schemas/AveDLPrbLoadTarget'
        expectationContexts:
          type: array
          items:
@@ -313,6 +317,112 @@ components:
            - IS_LESS_THAN
        contextValueRange:
          type: number
    HighULPrbLoadRatioTarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for HighULPrbLoadRatioTarget         
      type: object
      properties:
        targetName:
          type: string
          enum:
            - HighULPrbLoadRatio
        targetCondition:
          type: string
          enum:
            - IS_LESS_THAN
        targetValueRange:
          type: integer
          minimum: 0
          maximum: 100
        targetContexts:
          $ref: '#/components/schemas/HighULPrbLoadContext'
    HighULPrbLoadContext:
      description: >-
        This data type is the "TargetContext" data type with specialisations for HighULPrbLoadContext      
      type: object
      properties:
        contextAttribute:
          type: string
          enum:
            - HighULPrbLoadThreshold
        contextCondition:
          type: string
          enum:
            - IS_LESS_THAN
        contextValueRange:
          type: integer
          minimum: 0
          maximum: 100
    HighDLPrbLoadRatioTarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for HighDLPrbLoadRatioTarget         
      type: object
      properties:
        targetName:
          type: string
          enum:
            - HighDLPrbLoadRatio
        targetCondition:
          type: string
          enum:
            - IS_LESS_THAN
        targetValueRange:
          type: integer
          minimum: 0
          maximum: 100
        targetContexts:
          $ref: '#/components/schemas/HighDLPrbLoadContext'
    HighDLPrbLoadContext:
      description: >-
        This data type is the "TargetContext" data type with specialisations for HighDLPrbLoadContext      
      type: object
      properties:
        contextAttribute:
          type: string
          enum:
            - HighDLPrbLoadThreshold
        contextCondition:
          type: string
          enum:
            - IS_LESS_THAN
        contextValueRange:
          type: integer
          minimum: 0
          maximum: 100
    AveULPrbLoadTarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for AveULPrbLoadTarget    
      type: object
      properties:
        targetName:
          type: string
          enum:
            - AveULPrbLoad
        targetCondition:
          type: string
          enum:
            - IS_LESS_THAN
        targetValueRange:
          type: integer
          minimum: 0
          maximum: 100
    AveDLPrbLoadTarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for AveDLPrbLoadTarget    
      type: object
      properties:
        targetName:
          type: string
          enum:
            - AveDLPrbLoad
        targetCondition:
          type: string
          enum:
            - IS_LESS_THAN
        targetValueRange:
          type: integer
          minimum: 0
          maximum: 100
    DLThptPerUETarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for DLThptPerUETarget