Skip to content
Commits on Source (2)
...@@ -2,15 +2,15 @@ openapi: 3.0.0 ...@@ -2,15 +2,15 @@ openapi: 3.0.0
info: info:
title: Nnef_SMContext title: Nnef_SMContext
version: 1.2.0 version: 1.3.0-alpha.1
description: | description: |
Nnef SMContext Service. Nnef SMContext Service.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved. All rights reserved.
externalDocs: externalDocs:
description: > description: >
3GPP TS 29.541 V18.3.0; 5G System; Session Management Services for Non-IP Data Delivery (NIDD) 3GPP TS 29.541 V19.1.0; 5G System; Session Management Services for Non-IP Data Delivery (NIDD)
and Short Message Services (SMS); Stage 3. and Short Message Services (SMS); Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.541/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.541/
...@@ -516,6 +516,7 @@ components: ...@@ -516,6 +516,7 @@ components:
# Enumeration Data Types # Enumeration Data Types
# #
SmContextStatus: SmContextStatus:
description: SM Context Status
anyOf: anyOf:
- type: string - type: string
enum: enum:
...@@ -525,11 +526,9 @@ components: ...@@ -525,11 +526,9 @@ components:
This string provides forward-compatibility with future This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode extensions to the enumeration but is not used to encode
content defined in the present version of this API. content defined in the present version of this API.
description: |
Possible values are
- RELEASED: Indicates that the Individual SM Context for NIDD is released.
SmallDataRateControlTimeUnit: SmallDataRateControlTimeUnit:
description: Time Unit used for Small Data Rate Control
anyOf: anyOf:
- type: string - type: string
enum: enum:
...@@ -543,15 +542,9 @@ components: ...@@ -543,15 +542,9 @@ components:
This string provides forward-compatibility with future This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode extensions to the enumeration but is not used to encode
content defined in the present version of this API. content defined in the present version of this API.
description: |
Possible values are
- MINUTE: Indicates the rate control is applied per minute.
- HOUR: Indicates the rate control is applied per hour.
- DAY: Indicates the rate control is applied per day.
- WEEK: Indicates the rate control is applied per week.
- 6MINUTES: Indicates the rate control is applied per 6 minutes.
ReleaseCause: ReleaseCause:
description: The cause to release the SM Context.
anyOf: anyOf:
- type: string - type: string
enum: enum:
...@@ -561,6 +554,3 @@ components: ...@@ -561,6 +554,3 @@ components:
This string provides forward-compatibility with future This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode extensions to the enumeration but is not used to encode
content defined in the present version of this API. content defined in the present version of this API.
description: |
The cause to release the SM Context. Possible values are
- PDU_SESSION_RELEASED: Indicates that the Individual SM Context for NIDD is released.