Commit 102dd0a6 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#104

parent 057aab6d
Loading
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: Nnef_Authentication
  version: '1.0.2'
  version: '1.0.3'
  description: |
    NEF Auth Service.  
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: >
    3GPP TS 29.256 V17.3.0; 5G System;Uncrewed Aerial Systems Network Function (UAS-NF);
    3GPP TS 29.256 V17.6.0; 5G System;Uncrewed Aerial Systems Network Function (UAS-NF);
    Aerial Management Services; Stage 3
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.256/

@@ -165,6 +165,11 @@ components:
          deprecated: true
        notifyCorrId:
          type: string
        authSessAmbr:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Ambr'
        authProfIndex:
          type: string


    AuthNotification:
      description: UAV related notification
+5 −7
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: UAE Server Real-time UAV Status Service
  version: 1.0.0
  version: 1.0.1
  description: |
    UAE Server Real-time UAV Status Service.  
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: >
    3GPP TS 29.257 V17.1.0; Application layer support for Uncrewed Aerial System (UAS);
    3GPP TS 29.257 V17.2.0; Application layer support for Uncrewed Aerial System (UAS);
    UAS Application Enabler (UAE) Server Services; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.257/

@@ -354,11 +354,9 @@ components:
          $ref: 'TS29122_MonitoringEvent.yaml#/components/schemas/LocationInfo'
      allOf:
        - required: [uavId]
        - oneOf:
        - anyOf:
          - required: [uavLocInfo]
          - allOf:
            - required: [uavLocInfo]
            - required: [uavNetConnStatus]
          - required: [uavLocInfo, uavNetConnStatus]

    UavNetConnStatus:
      description: Represents UAV network connection status information.
+3 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '2.2.5'
  version: '2.2.6'
  title: 'Nudm_SDM'
  description: |
    Nudm Subscriber Data Management Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.503 Unified Data Management Services, version 17.14.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 17.15.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
@@ -3655,6 +3655,7 @@ components:
          - WB_N1
          - NB_N1
          - NR_N1
          - NR_N1_REDCAP
        - type: string

    SorUpdateIndicator:
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 2.2.5
  version: 2.2.6
  title: 'Nudr_DataRepository API OpenAPI file'
  description: |
    Unified Data Repository Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.504 V17.14.0; 5G System; Unified Data Repository Services; Stage 3
  description: 3GPP TS 29.504 V17.15.0; 5G System; Unified Data Repository Services; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.504/'

servers:
+4 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.505 V17.11.0; 5G System; Usage of the Unified Data Repository Service for subscription data; Stage 3
  description: 3GPP TS 29.505 V17.12.0; 5G System; Usage of the Unified Data Repository Service for subscription data; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.505/'

paths:
@@ -6347,11 +6347,12 @@ paths:
      tags:
        - HSS Event Group Subscription Info (Document)
      parameters:
        - name: externalGroupId
        - name: ueGroupId
          in: path
          description: Group of UEs or any UE
          required: true
          schema:
            $ref: 'TS29503_Nudm_SDM.yaml#/components/schemas/ExtGroupId'
            $ref: '#/components/schemas/VarUeGroupId'
        - name: subsId
          in: path
          required: true
Loading