Commit 3f6ddb8e authored by yadavra's avatar yadavra
Browse files

Edit TS29549_SS_NetworkResourceAdaptation.yaml with CRs agreed in CT3#146 and CT3#147 meeting.

parent 2d84501c
Loading
Loading
Loading
Loading
Loading
+17 −10
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  version: 1.2.2
  version: 1.2.3
  title: SS_NetworkResourceAdaptation
  description: |
    SS Network Resource Adaptation Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: >
    3GPP TS 29.549 V18.9.0; Service Enabler Architecture Layer for Verticals (SEAL);
    3GPP TS 29.549 V18.11.0; Service Enabler Architecture Layer for Verticals (SEAL);
    Application Programming Interface (API) specification; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.549/

@@ -22,7 +22,7 @@ servers:
    variables:
      apiRoot:
        default: https://example.com
        description: apiRoot as defined in clause 4.4 of 3GPP TS 29.501
        description: apiRoot as defined in clause 6.5 of 3GPP TS 29.549

paths:
  /multicast-subscriptions:
@@ -1815,12 +1815,6 @@ components:
          $ref: 'TS29486_VAE_FileDistribution.yaml#/components/schemas/LocalMbmsInfo'
        localMbmsActInd:
          type: boolean
        mbsResRespInfo:
          $ref: '#/components/schemas/MBSResourceRespInfo'
      anyOf:
        - required: [mbsResServInfo]
        - required: [mbsResServiceArea]
        - required: [localMbmsInfo]
      not:
        required: [localMbmsInfo, localMbmsActInd]

@@ -1872,6 +1866,11 @@ components:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DurationSec'
        policyGuidance:
          $ref: '#/components/schemas/PolicyGuidance'
        policyGuidances:
          type: array
          items:
            $ref: '#/components/schemas/PolicyGuidance'
          minItems: 0
        bdtPolRefId:
          type: string
        notifUri:
@@ -1901,6 +1900,12 @@ components:
          $ref: '#/components/schemas/GeoArea'
        expTime:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DurationSec'
        policyGuidances:
          type: array
          items:
            $ref: '#/components/schemas/PolicyGuidance'
          minItems: 0

    PolicyGuidance:
      description: > 
        Represents the list of Policy Guidance.
@@ -1910,6 +1915,7 @@ components:
          $ref: '#/components/schemas/PolicyType'
        cost:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'

    GeoArea:
      description: Represents a Geographical area.
      type: object
@@ -2194,3 +2200,4 @@ components:
        - TRAFFIC_PATTERN_MANAGE: Indicates management of the UE unified traffic pattern request.
        - TRAFFIC_PATTERN_MONITOR: Indicates monitoring of the UE unified traffic pattern.
        - NETWORK_PARAM_COORDINATION: Indicates network parameter coordination by NRM with 5GC.