Commit 2433e5fa authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#86

parent 72685cd5
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: 3gpp-device-triggering
  version: 1.0.1
  version: 1.0.2
  description: | 
    API for device trigger.
    © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 29.122 V15.4.0 T8 reference point for Northbound APIs
  description: 3GPP TS 29.122 V15.6.0 T8 reference point for Northbound APIs
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
  - {}
@@ -316,6 +316,8 @@ components:
          $ref: '#/components/schemas/Priority'
        applicationPortId:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/Port'
        appSrcPortId:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/Port'
        triggerPayload:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/Bytes'
        notificationDestination:
+5 −5
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@ info:
    API for access control policy.
    © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
  version: "1.0.1"
  version: "1.0.2"
externalDocs:
  description: 3GPP TS 29.222 V15.4.0 Common API Framework for 3GPP Northbound APIs
  description: 3GPP TS 29.222 V15.5.0 Common API Framework for 3GPP Northbound APIs
  url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
  - url: '{apiRoot}/access-control-policy/v1'
@@ -49,7 +49,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/accessControlPolicyList'
                $ref: '#/components/schemas/AccessControlPolicyList'
        '400':
          $ref: 'TS29122_CommonData.yaml#/components/responses/400'
        '401':
@@ -73,7 +73,7 @@ paths:

components:
  schemas:
    accessControlPolicyList:
    AccessControlPolicyList:
      type: object
      properties:
        apiInvokerPolicies:
+4 −4
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@ info:
    API for CAPIF security management.
    © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
  version: "1.0.1"
  version: "1.0.2"
externalDocs:
  description: 3GPP TS 29.222 V15.4.0 Common API Framework for 3GPP Northbound APIs
  description: 3GPP TS 29.222 V15.5.0 Common API Framework for 3GPP Northbound APIs
  url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
  - url: '{apiRoot}/capif-security/v1'
@@ -313,7 +313,7 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
      required:
        - securityInfo
        - securityNotificationDestination
        - notificationDestination
    SecurityInformation:
      type: object
      properties:
+14 −4
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.0.2'
  version: '1.0.3'
  title: 'Nudm_EE'
  description: |
    Nudm Event Exposure Service.
@@ -9,7 +9,7 @@ info:
    All rights reserved.

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

servers:
@@ -233,6 +233,8 @@ components:
          type: boolean
        locationReportingConfiguration:
          $ref: '#/components/schemas/LocationReportingConfiguration'
        associationType:
          $ref: '#/components/schemas/AssociationType'

    LocationReportingConfiguration:
      type: object
@@ -319,7 +321,7 @@ components:
          - CHANGE_OF_SUPI_PEI_ASSOCIATION
          - ROAMING_STATUS
          - COMMUNICATION_FAILURE
          - AVAILABILITY_AFTER_DNN_FAILURE
          - AVAILABILITY_AFTER_DDN_FAILURE
        - type: string

    LocationAccuracy:
@@ -329,3 +331,11 @@ components:
          - CELL_LEVEL
          - TA_LEVEL
        - type: string

    AssociationType:
      anyOf:
        - type: string
          enum:
          - IMEI_CHANGE
          - IMEISV_CHANGE
        - type: string
+13 −6
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '2.0.2'
  version: '2.0.3'
  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 15.5.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 15.6.0
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
@@ -1278,7 +1278,12 @@ components:
        subscribedDnnList:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
            anyOf:
              - $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
              - $ref: 'TS29571_CommonData.yaml#/components/schemas/WildcardDnn'
        nssaiInclusionAllowed:
          type: boolean
          default: false

    SmfSelectionSubscriptionData:
      type: object
@@ -1309,7 +1314,9 @@ components:
        - dnn
      properties:
        dnn:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
          anyOf:
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/WildcardDnn'
        defaultDnnIndicator:
          $ref: '#/components/schemas/DnnIndicator'
        lboRoamingAllowed:
@@ -1406,7 +1413,7 @@ components:
        singleNssai:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
        dnnConfigurations:
          description: A map (list of key-value pairs where Dnn serves as key) of DnnConfigurations
          description: A map (list of key-value pairs where Dnn, or optionally the Wildcard DNN, serves as key) of DnnConfigurations
          type: object
          additionalProperties:
            $ref: '#/components/schemas/DnnConfiguration'
Loading