Commit 024e0f30 authored by ruiyue's avatar ruiyue
Browse files

Rel-20 CR TS 28.312 Enhancement of core network and service delivering and assurance scenarios

parent d24dad23
Loading
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ components:
              - $ref: '#/components/schemas/MaxNumberofRegisteredsubscribersTarget'
              - $ref: '#/components/schemas/IncomingDataTarget'
              - $ref: '#/components/schemas/OutgoingDataTarget'
              - $ref: '#/components/schemas/LatencyTarget'              
              - $ref: 'TS28312_IntentNrm.yaml#/components/schemas/ExpectationTarget'
        expectationContexts:
          type: array
@@ -314,6 +315,7 @@ components:
              - $ref: '#/components/schemas/TaiContext'
              - $ref: '#/components/schemas/ServingScopeContext'
              - $ref: '#/components/schemas/DnnContext'
              - $ref: '#/components/schemas/PreferredUPFContext'              
              - $ref: 'TS28312_IntentNrm.yaml#/components/schemas/Context'
    NetworkMaintenanceExpectationObject:
      description: >-
@@ -971,6 +973,23 @@ components:
            - IS_LESS_THAN
        targetValueRange:
          type: integer
    LatencyTarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for LatencyTarget.
        It represents the latency target for the core network service (ending at the UPF) that the 
        intent expectation is applied.
      type: object
      properties:
        targetName:
          type: string
          enum:
            - Latency
        targetCondition:
          type: string
          enum:
            - IS_LESS_THAN
        targetValueRange:
          type: integer            
    MaintenanceVersionTarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for Maintenance Version Target. It describes the maintenance version target for the network maintenance, such as target version of the maintenance object after maintenance.
@@ -1326,6 +1345,24 @@ components:
          uniqueItems: true
          items:
            type: string
    PreferredUPFContext:
      description: >-
        This data type is the "ObjectContext" data type with specialisations for PreferredUPFContext   
      type: object
      properties:
        contextAttribute:
          type: string
          enum:
            - PreferredUPF
        contextCondition:
          type: string
          enum:
            - IS_ALL_OF
        contextValueRange:
          type: array
          uniqueItems: true
          items:
            type: string            
    MaintenanceVersionContext:
      description: >-
        This data type is the "ObjectContext" data type with specialisations for MaintenanceVersionContext. It describes the scope of the maintenance objects based on software version.