Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
Update TS29541_Nnef_SMContext.yaml
· 238ee7fe
luyuny
authored
May 27, 2025
Incorporate agreed CRs after CT4#128 & 129
238ee7fe
Merge branch 'Rel19-draft-TSG108' of
https://forge.3gpp.org/rep/all/5G_APIs
into Rel19-draft-TSG108
· 37290fb8
luyuny
authored
May 27, 2025
37290fb8
Show whitespace changes
Inline
Side-by-side
TS29541_Nnef_SMContext.yaml
View file @
37290fb8
...
...
@@ -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.
© 202
4
, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
© 202
5
, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs
:
description
:
>
3GPP TS 29.541 V1
8.3
.0; 5G System; Session Management Services for Non-IP Data Delivery (NIDD)
3GPP TS 29.541 V1
9.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.