Commit 98b76750 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#111

parent d2c5914f
Loading
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@ openapi: 3.0.0

info:
  title: Npcf_SMPolicyControl API
  version: 1.2.5
  version: 1.2.6
  description: |
    Session Management Policy Control 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.512 V17.17.0; 5G System; Session Management Policy Control Service.
  description: 3GPP TS 29.512 V17.18.0; 5G System; Session Management Policy Control Service.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.512/'
security:
  - {}
@@ -2009,7 +2009,6 @@ components:
          - RE_TIMEOUT
          - RES_RELEASE
          - SUCC_RES_ALLO
          - RAI_CH
          - RAT_TY_CH
          - REF_QOS_IND_CH
          - NUM_OF_PACKET_FILTER
@@ -2064,7 +2063,6 @@ components:
        - RE_TIMEOUT: Indicates the SMF generated the request because there has been a PCC revalidation timeout
        - RES_RELEASE: Indicate that the SMF can inform the PCF of the outcome of the release of resources for those rules that require so.
        - SUCC_RES_ALLO: Indicates that the requested rule data is the successful resource allocation.
        - RAI_CH: Location Change with respect to the RAI of GERAN and UTRAN.
        - RAT_TY_CH: RAT Type Change.
        - REF_QOS_IND_CH: Reflective QoS indication Change
        - NUM_OF_PACKET_FILTER: Indicates that the SMF shall report the number of supported packet filter for signalled QoS rules
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 1.2.6
  version: 1.2.7
  title: Namf_Communication
  description: |
    AMF Communication 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.

security:
@@ -14,7 +14,7 @@ security:
      - namf-comm

externalDocs:
  description: 3GPP TS 29.518 V17.16.0; 5G System; Access and Mobility Management Services
  description: 3GPP TS 29.518 V17.17.0; 5G System; Access and Mobility Management Services
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.518/'

servers:
+4 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@ info:
  title: Unified Data Repository Service API file for Application Data
  description: |
    The API version is defined in 3GPP TS 29.504  
    © 2024, 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.519 V17.14.0; 5G System; Usage of the Unified Data Repository Service for Policy Data,
    3GPP TS 29.519 V17.16.0; 5G System; Usage of the Unified Data Repository Service for Policy Data,
    Application Data and Structured Data for Exposure.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.519/'

@@ -3198,6 +3198,8 @@ components:
          minItems: 1
          description: Indicates the service area coverage requirement.
          nullable: true
        policyDuration:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSecRm'

    ApplicationDataSubs:
      description: Identifies a subscription to application data change notification.
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 1.2.6
  version: 1.2.7
  title: Nnwdaf_AnalyticsInfo
  description: |
    Nnwdaf_AnalyticsInfo Service API.  
    © 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.520 V17.18.0; 5G System; Network Data Analytics Services.
  description: 3GPP TS 29.520 V17.19.0; 5G System; Network Data Analytics Services.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.520/'

security:
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Nnwdaf_DataManagement
  version: 1.0.5
  version: 1.0.6
  description: |
    Nnwdaf_DataManagement API 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.520 V17.18.0; 5G System; Network Data Analytics Services.
  description: 3GPP TS 29.520 V17.19.0; 5G System; Network Data Analytics Services.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.520/'
servers:
  - url: '{apiRoot}/nnwdaf-datamanagement/v1'
Loading