Skip to content
Commits on Source (2)
......@@ -2,15 +2,15 @@ openapi: 3.0.0
info:
title: Nnef_SMContext
version: 1.2.0
version: 1.3.0-alpha.1
description: |
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.
externalDocs:
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.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.541/
......@@ -516,6 +516,7 @@ components:
# Enumeration Data Types
#
SmContextStatus:
description: SM Context Status
anyOf:
- type: string
enum:
......@@ -525,11 +526,9 @@ components:
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
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:
description: Time Unit used for Small Data Rate Control
anyOf:
- type: string
enum:
......@@ -543,15 +542,9 @@ components:
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
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:
description: The cause to release the SM Context.
anyOf:
- type: string
enum:
......@@ -561,6 +554,3 @@ components:
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
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.