Commit c6a8fc0b authored by Mirko Cano Soveri's avatar Mirko Cano Soveri
Browse files

Merge branch 'Integration_Rel16_SA5_150_YAML' into 'Rel-16'

SA5#150 OpenAPI SS changes for Rel-16

See merge request !742
parents 56d39f61 d82c5742
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Fault Supervision MnS
  version: 16.15.0
  version: 16.16.0
  description: >-
    OAS 3.0.1 definition of the Fault Supervision MnS
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -135,7 +135,7 @@ paths:
    patch:
      summary: 'Clear, acknowledge or unacknowledge a single alarm'
      description: >-
        Clears, acknowledges or uncknowldeges a single alarm by patching the alarm
        Clears, acknowledges or unacknowldeges a single alarm by patching the alarm
        information. A conditional acknowledge request based on the perceived
        severity is not supported.
      parameters:
@@ -961,7 +961,7 @@ components:
    MergePatchAcknowledgeAlarm:
      description: >-
        Patch document acknowledging or unacknowledging a single alarm. For
        acknowleding an alarm the value of ackState is ACKNOWLEDGED, for unacknowleding
        acknowledging an alarm the value of ackState is ACKNOWLEDGED, for unacknowledging
        an alarm the value of ackState is UNACKNOWLEDGED.
      type: object
      required:
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: File Data Reporting MnS
  version: 16.15.0
  version: 16.16.0
  description: >-
    OAS 3.0.1 definition of the File Data Reporting MnS
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -179,7 +179,7 @@ components:
      enum:
        - Performance
        - Trace
        - Anatytics
        - Analytics
        - Proprietary
    FileNotificationTypes:
      type: string
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Provisioning MnS
  version: 16.15.0
  version: 16.16.0
  description: >-
    OAS 3.0.1 definition of the Provisioning MnS
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -52,7 +52,7 @@ paths:
            This status code shall be returned when the resource is replaced, and
            when the replaced resource representation is not identical to the resource
            representation in the request.
            This status code may be retourned when the resource is updated and when the
            This status code may be returned when the resource is updated and when the
            updated resource representation is identical to the resource representation
            in the request.
            The representation of the updated resource is returned in the response
@@ -202,7 +202,7 @@ paths:
          description: >-
            This parameter specifies the attributes of the scoped resources that
            are returned.
          required: true
          required: false
          schema:
            type: array
            items:
+5 −5
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
@@ -126,7 +126,7 @@ components:
    TACList:
      type: array
      items:
        $ref: 'TS28541_NrNrm.yaml#/components/schemas/NrTac'
        $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac'
    WeightFactor:
      type: integer
    UdmInfo:
@@ -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
+17 −18
Original line number Diff line number Diff line
@@ -79,16 +79,6 @@ components:
    NrPci:
      type: integer
      maximum: 503
    NrTac:
      type: integer
      maximum: 16777215
    Tai:
      type: object
      properties:
        plmnId:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        nrTac:
          $ref: '#/components/schemas/NrTac'

    BackhaulAddress:
      type: object
@@ -96,7 +86,7 @@ components:
        gnbId:
          $ref: '#/components/schemas/GnbId'
        tai:
          $ref: "#/components/schemas/Tai"
          $ref: "TS28623_GenericNrm.yaml#/components/schemas/Tai"
    MappingSetIDBackhaulAddress:
      type: object
      properties:
@@ -158,7 +148,7 @@ components:
        timeDuration:
          type: integer

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

    UeAccDelayProbilityDist:
    UeAccDelayProbabilityDist:
      type: object
      properties:
        targetProbability:
@@ -847,7 +837,7 @@ components:
                    nrPci:
                      $ref: '#/components/schemas/NrPci'
                    nrTac:
                      $ref: '#/components/schemas/NrTac'
                      $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tac'
                    arfcnDL:
                      type: integer
                    arfcnUL:
@@ -1061,10 +1051,19 @@ components:
                  properties:
                    rRMPolicyMaxRatio:
                      type: integer
                      default: 100
                      minimum: 0
                      maximum: 100
                    rRMPolicyMinRatio:
                      type: integer
                      default: 0
                      minimum: 0
                      maximum: 100
                    rRMPolicyDedicatedRatio:
                      type: integer
                      default: 0
                      minimum: 0
                      maximum: 100

    NRCellRelation-Single:
      allOf:
@@ -1287,10 +1286,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:
Loading