Commit 6aff18ef authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#88

parent b49b758c
Loading
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@ info:
  title: GMDviaMBMSbyxMB
  description: | 
    API for Group Message Delivery via MBMS by xMB
    © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2020, 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.122 V15.4.0 T8 reference point for Northbound APIs
  description: 3GPP TS 29.122 V15.7.0 T8 reference point for Northbound APIs
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
  - {}
@@ -630,7 +630,6 @@ components:
        scefMessageDeliveryPort:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/PortRo'
      required:
        - scsAsId
        - notificationDestination
    GMDByxMBNotification:
      type: object
+6 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: 3gpp-nidd
  version: 1.0.1
  version: 1.0.2
  description: | 
    API for non IP data delivery.
    © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2020, 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.7.0 T8 reference point for Northbound APIs
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
  - {}
@@ -711,6 +711,7 @@ components:
          - FAILURE_RDS_DISABLED
          - FAILURE_NEXT_HOP
          - FAILURE_TIMEOUT
          - FAILURE_TEMPORARILY_NOT_REACHABLE
      - type: string
        description: >
          This string provides forward-compatibility with future
@@ -731,6 +732,7 @@ components:
        - FAILURE_RDS_DISABLED: RDS was disabled
        - FAILURE_NEXT_HOP: Unsuccessful delivery to the next hop.
        - FAILURE_TIMEOUT: Unsuccessful delivery due to timeout.
        - FAILURE_TEMPORARILY_NOT_REACHABLE: The SCEF has been informed that the UE is temporarily not reachable without buffering the data.
      readOnly: true
    NiddStatus:
      anyOf:
+4 −4
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@ info:
  title: CAPIF_Access_Control_Policy_API
  description: |
    API for access control policy.
    © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
  version: "1.0.2"
  version: "1.0.3"
externalDocs:
  description: 3GPP TS 29.222 V15.5.0 Common API Framework for 3GPP Northbound APIs
  description: 3GPP TS 29.222 V15.6.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'
@@ -101,7 +101,7 @@ components:
          minItems: 0
          description: The time ranges during which the invocations are allowed on the service API by the API invoker.
      required:
        - apiInvokerID
        - apiInvokerId
    TimeRangeList:
      type: object
      properties:
+5 −5
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@ info:
  title: CAPIF_Logging_API_Invocation_API
  description: |
    API for invocation logs.
    © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2020, 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.6.0 Common API Framework for 3GPP Northbound APIs
  url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
  - url: '{apiRoot}/api-invocation-logs/v1'
@@ -104,7 +104,7 @@ components:
      required:
        - aefId
        - apiInvokerId
        - log
        - logs
    Log:
      type: object
      properties:
+9 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.0.3'
  version: '1.0.4'
  title: 'Nsmf_PDUSession'
  description: |
    SMF PDU Session Service.
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.502 V15.7.0; 5G System; Session Management Services; Stage 3
  description: 3GPP TS 29.502 V15.8.0; 5G System; Session Management Services; Stage 3
  url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.502/

servers:
@@ -1436,6 +1436,10 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
        guami:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Guami'
        maxIntegrityProtectedDataRateUl:
          $ref: '#/components/schemas/MaxIntegrityProtectedDataRate'
        maxIntegrityProtectedDataRateDl:
          $ref: '#/components/schemas/MaxIntegrityProtectedDataRate'
      required:
        - dnn
        - vsmfId
@@ -1487,6 +1491,8 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
        maxIntegrityProtectedDataRate:
          $ref: '#/components/schemas/MaxIntegrityProtectedDataRate'
        maxIntegrityProtectedDataRateDl:
          $ref: '#/components/schemas/MaxIntegrityProtectedDataRate'
        alwaysOnGranted:
          type: boolean
          default: false
@@ -2063,7 +2069,7 @@ components:

    Teid:
      type: string
      pattern: '^[A-F0-9]{8}$'
      pattern: '^[A-Fa-f0-9]{8}$'

    EpsBearerContextStatus:
      type: string
Loading