Skip to content
GitLab
Explore
Sign in
Expand all
Show whitespace changes
Inline
Side-by-side
TS29571_CommonData.yaml
View file @
d54f1ea3
openapi
:
3.0.0
info
:
version
:
'
1.5.
0
'
version
:
'
1.5.
1
'
title
:
'
Common
Data
Types'
...
...
@@ -11,7 +11,7 @@ info:
All rights reserved.
externalDocs
:
description
:
3GPP TS 29.571 Common Data Types for Service Based Interfaces, version 18.
6
.0
description
:
3GPP TS 29.571 Common Data Types for Service Based Interfaces, version 18.
7
.0
url
:
'
https://www.3gpp.org/ftp/Specs/archive/29_series/29.571/'
paths
:
{}
...
...
@@ -5039,7 +5039,8 @@ components:
-
GTP_DELAYDLPSAUPFNGRANMEAN_SNSSAI_QFI
-
type
:
string
description
:
>
The enumeration MeasurementType defines Measurement Type in the UE level measurements trace.
The enumeration MeasurementType defines Measurement Type in the
5GC UE level measurements trace.
...
...
@@ -5177,6 +5178,9 @@ components:
configured for Immediate MDT or combined Immediate MDT and Trace in LTE.
When present, this IE shall indicate the Event Threshold for RSRP, and the value shall
be between 0-97.
mnOnlyInd
:
type
:
boolean
default
:
false
eventThresholdRsrpNr
:
type
:
integer
...
...
@@ -6352,6 +6356,11 @@ components:
description
:
IMS Session Identifier
type
:
string
Fingerprint
:
description
:
The certificate fingerprint for the DTLS association.
type
:
string
pattern
:
'
^(SHA-1|SHA-224|SHA-256|SHA-384|SHA-512|MD5|MD2)\s[0-9A-F]{2}(:[0-9A-F]{2})+$'
MediaId
:
description
:
IMS Media Flow Identifier
type
:
string
...
...
@@ -6362,6 +6371,11 @@ components:
maximum
:
64
default
:
64
TlsId
:
description
:
The TLS ID for the media stream.
type
:
string
pattern
:
'
^[A-Za-z0-9+/_-]{20,255}$'
#
# Enumerations
...
...
@@ -6428,13 +6442,16 @@ components:
minimum
:
0
description
:
Local or remote port for Data Channel
fingerprint
:
type
:
string
pattern
:
'
^(SHA-1|SHA-224|SHA-256|SHA-384|SHA-512|MD5|MD2|TOKEN)\s[0-9A-F]{2}(:[0-9A-F]{2})+'
description
:
local or remote certificate fingerprint for the DTLS association
deprecated
:
true
allOf
:
-
$ref
:
'
#/components/schemas/Fingerprint'
fingerprints
:
type
:
array
items
:
$ref
:
'
#/components/schemas/Fingerprint'
minItems
:
1
tlsId
:
type
:
string
pattern
:
'
^[A-Fa-f0-9+/_-]{20,255}$'
description
:
local or remote TLS ID for the media stream
$ref
:
'
#/components/schemas/TlsId'
securitySetup
:
$ref
:
'
#/components/schemas/SecuritySetup'
...
...
@@ -6509,7 +6526,14 @@ components:
type
:
string
description
:
application binding information of the Data Channel.
appDcInfo
:
deprecated
:
true
allOf
:
-
$ref
:
'
#/components/schemas/AppDcInfo'
appDcInfoList
:
type
:
array
items
:
$ref
:
'
#/components/schemas/AppDcInfo'
minItems
:
1
AppDcInfo
:
...
...
@@ -6540,13 +6564,18 @@ components:
minimum
:
0
description
:
Port number for SCTP connection over DTLS
fingerprint
:
type
:
string
pattern
:
'
^(SHA-1|SHA-224|SHA-256|SHA-384|SHA-512|MD5|MD2|TOKEN)\s[0-9A-F]{2}(:[0-9A-F]{2})+$'
description
:
Certificate fingerprint for the DTLS association
deprecated
:
true
allOf
:
-
$ref
:
'
#/components/schemas/Fingerprint'
fingerprints
:
type
:
array
items
:
$ref
:
'
#/components/schemas/Fingerprint'
minItems
:
1
tlsId
:
type
:
string
pattern
:
'
^[A-Fa-f0-9+/_-]{20,255}$'
description
:
TLS ID for the DTLS connection
$ref
:
'
#/components/schemas/TlsId'
securitySetup
:
$ref
:
'
#/components/schemas/SecuritySetup'
...
...
TS29573_N32_Handshake.yaml
View file @
d54f1ea3
openapi
:
3.0.0
info
:
version
:
'
1.3.
0
'
version
:
'
1.3.
1
'
title
:
'
N32
Handshake
API'
description
:
|
N32-c Handshake Service.
...
...
@@ -14,7 +14,7 @@ servers:
default
:
https://example.com
description
:
apiRoot as defined in clause 4.4 of 3GPP TS 29.501.
externalDocs
:
description
:
3GPP TS 29.573 V18.
7
.0; 5G System; Public Land Mobile Network (PLMN) Interconnection; Stage
3
description
:
3GPP TS 29.573 V18.
8
.0; 5G System; Public Land Mobile Network (PLMN) Interconnection; Stage
3
url
:
https://www.3gpp.org/ftp/Specs/archive/29_series/29.573/
paths
:
...
...
@@ -39,7 +39,11 @@ paths:
schema
:
$ref
:
'
#/components/schemas/SecNegotiateRspData'
'
307'
:
$ref
:
'
TS29571_CommonData.yaml#/components/responses/307'
description
:
redirection
content
:
application/problem+json
:
schema
:
$ref
:
'
#/components/schemas/ExtRedirectResponse'
'
400'
:
$ref
:
'
TS29571_CommonData.yaml#/components/responses/400'
'
401'
:
...
...
@@ -238,6 +242,7 @@ components:
-
KEY_MATERIAL
-
AUTHENTICATION_MATERIAL
-
AUTHORIZATION_TOKEN
-
RECURSIVE_NON_LEAF
-
OTHER
-
NONSENSITIVE
-
type
:
string
...
...
@@ -276,6 +281,8 @@ components:
additionalProperties
:
type
:
boolean
minProperties
:
1
ancestorIe
:
type
:
string
ApiIeMapping
:
description
:
API URI to IE mapping on which the protection policy needs to be applied
...
...
@@ -646,3 +653,16 @@ components:
-
RELEASE_REESTABLISHMENT_NOT_ALLOWED
-
REESTABLISH
-
type
:
string
ExtRedirectResponse
:
description
:
Extension of the redirection response
allOf
:
-
$ref
:
'
TS29571_CommonData.yaml#/components/schemas/RedirectResponse'
-
$ref
:
'
#/components/schemas/RedirectResponseAddInfo'
RedirectResponseAddInfo
:
description
:
Additional information in the redirection response
type
:
object
properties
:
seppFqdnForDiscovery
:
$ref
:
'
TS29571_CommonData.yaml#/components/schemas/Fqdn'
TS29574_Ndccf_DataManagement.yaml
View file @
d54f1ea3
This diff is collapsed.
Click to expand it.
TS29575_Nadrf_MLModelManagement.yaml
View file @
d54f1ea3
This diff is collapsed.
Click to expand it.
TS29580_Nmbsf_MBSUserDataIngestSession.yaml
View file @
d54f1ea3
This diff is collapsed.
Click to expand it.
TS29591_Nnef_EASDeployment.yaml
View file @
d54f1ea3
This diff is collapsed.
Click to expand it.
TS29591_Nnef_ECSAddress.yaml
View file @
d54f1ea3
This diff is collapsed.
Click to expand it.
TS29591_Nnef_UEId.yaml
View file @
d54f1ea3
This diff is collapsed.
Click to expand it.
TS32291_Nchf_ConvergedCharging.yaml
View file @
d54f1ea3
This diff is collapsed.
Click to expand it.
TS32291_Nchf_OfflineOnlyCharging.yaml
View file @
d54f1ea3
openapi
:
3.0.0
info
:
title
:
Nchf_OfflineOnlyCharging
version
:
1.2.0
-alpha.1
version
:
1.2.0
description
:
|
OfflineOnlyCharging Service
© 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs
:
description
:
>
3GPP TS 32.291 V18.
0
.0: Telecommunication management; Charging management;
3GPP TS 32.291
V18.
7
.0: Telecommunication management; Charging management;
5G system, charging service; Stage 3.
url
:
'
http://www.3gpp.org/ftp/Specs/archive/32_series/32.291/'
servers
:
...
...
Prev
1
2
3
4
5
Next