Commit da696deb authored by yadavra's avatar yadavra
Browse files

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

parent 772d77e2
Loading
Loading
Loading
Loading
Loading
+17 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  version: 1.3.0
  version: 1.3.01
  title: SS_NetworkResourceAdaptation
  description: |
    SS Network Resource Adaptation Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 20252026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: >
    3GPP TS 29.549 V19.5.0; Service Enabler Architecture Layer for Verticals (SEAL);
    3GPP TS 29.549 V19.57.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.54.4 of 3GPP TS 29.549501

paths:
  /multicast-subscriptions:
@@ -2040,6 +2040,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:
@@ -2069,6 +2074,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.
@@ -2078,6 +2089,7 @@ components:
          $ref: '#/components/schemas/PolicyType'
        cost:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'

    GeoArea:
      description: Represents a Geographical area.
      type: object
@@ -2362,3 +2374,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.