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
...
@@ -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.
© 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.
All rights reserved.
externalDocs
:
externalDocs
:
description
:
>
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.
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.