Skip to content
openapi: 3.0.0
info:
version: 1.4.0-alpha.1
version: 1.4.0-alpha.2
title: Npcf_EventExposure
description: |
PCF Event Exposure Service.
......@@ -8,7 +8,7 @@ info:
All rights reserved.
externalDocs:
description: 3GPP TS 29.523 V19.0.0; 5G System; Policy Control Event Exposure Service; Stage 3.
description: 3GPP TS 29.523 V19.1.0; 5G System; Policy Control Event Exposure Service; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.523/
servers:
......@@ -470,11 +470,18 @@ components:
$ref: 'TS29522_ServiceParameter.yaml#/components/schemas/Failure'
rateLimitRepo:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Ambr'
uePolEventInfos:
type: array
items:
$ref: 'TS29522_ServiceParameter.yaml#/components/schemas/UePolEventInfo'
minItems: 1
sigInfos:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfSignallingInfo'
minItems: 1
afSliceReplOut:
$ref: 'TS29534_Npcf_AMPolicyAuthorization.yaml#/components/schemas/SliceReplOutcomeInfo'
required:
- event
- timeStamp
......@@ -533,6 +540,7 @@ components:
- APPLICATION_STOP
- RATE_LIMIT_INFO_REPO
- SIGNALLING_INFO
- SLICE_REPLACE_OUTCOME
- type: string
description: >
This string provides forward-compatibility with future extensions to the enumeration
......
openapi: 3.0.0
info:
version: 1.4.0-alpha.2
version: 1.4.0-alpha.3
title: Npcf_UEPolicyControl
description: |
UE Policy Control Service.
......@@ -9,7 +9,7 @@ info:
All rights reserved.
externalDocs:
description: 3GPP TS 29.525 V19.2.0; 5G System; UE Policy Control Service.
description: 3GPP TS 29.525 V19.3.0; 5G System; UE Policy Control Service.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.525/'
servers:
......
......@@ -2,14 +2,14 @@ openapi: 3.0.0
info:
title: Nnssaaf_AIW
version: 1.2.0-alpha.1
version: 1.2.0-alpha.2
description: |
AAA Interworking Authentication and Authorization Service.
© 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: 3GPP TS29.526, NSSAA Service, version 19.0.0.
description: 3GPP TS29.526, NSSAA Service, version 19.1.0.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.526/
servers:
......
......@@ -2,14 +2,14 @@ openapi: 3.0.0
info:
title: Nnssaaf_NSSAA
version: 1.3.0-alpha.1
version: 1.3.0-alpha.2
description: |
Network Slice-Specific Authentication and Authorization Service.
© 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: 3GPP TS29.526, NSSAA Service, version 19.0.0.
description: 3GPP TS29.526, NSSAA Service, version 19.1.0.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.526/
servers:
......
openapi: 3.0.0
info:
version: '1.3.0'
version: '1.4.0-alpha.1'
title: 'NSSF NSSAI Availability'
description: |
NSSF NSSAI Availability 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.
security:
- {}
......@@ -18,7 +18,7 @@ servers:
default: https://example.com
description: apiRoot as defined in clause 4.4 of 3GPP TS 29.501
externalDocs:
description: 3GPP TS 29.531 V18.7.0; 5G System; Network Slice Selection Services; Stage 3
description: 3GPP TS 29.531 V19.3.0; 5G System; Network Slice Selection Services; Stage 3
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.531/
paths:
/nssai-availability/{nfId}:
......@@ -110,7 +110,7 @@ paths:
description: Identifier of the NF service consumer instance
required: true
schema:
type: string
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
- name: Content-Encoding
in: header
description: Content-Encoding, described in IETF RFC 9110
......@@ -190,7 +190,7 @@ paths:
description: Identifier of the NF service consumer instance
required: true
schema:
type: string
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
responses:
'204':
......@@ -695,6 +695,11 @@ components:
minItems: 1
supportedFeatures:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
acceptedEvents:
type: array
items:
$ref: '#/components/schemas/NssfEventType'
minItems: 1
NssfEventNotification:
description: This contains the notification for created event subscription
......@@ -723,12 +728,24 @@ components:
$ref: 'TS29531_Nnssf_NSSelection.yaml#/components/schemas/NsiId'
minItems: 1
nssaiValidityTimeInfo:
deprecated: true
description: >
A map(list of key-value pairs where single Nssai serves as key)
of the current validity time
type: object
additionalProperties:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
nssaiValidityTimeInfoList:
description: >
A map(list of key-value pairs where single Nssai serves as key)
of the current validity time information
type: object
additionalProperties:
type: array
items:
$ref: 'TS29503_Nudm_SDM.yaml#/components/schemas/RecurTime'
minItems: 1
minProperties: 1
SnssaiReplacementSubscribeInfo:
description: >
......
openapi: 3.0.0
info:
version: '2.3.0'
version: '2.4.0-alpha.1'
title: 'NSSF NS Selection'
description: |
NSSF Network Slice Selection 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.
security:
- {}
......@@ -18,7 +18,7 @@ servers:
default: https://example.com
description: apiRoot as defined in clause 4.4 of 3GPP TS 29.501
externalDocs:
description: 3GPP TS 29.531 V18.7.0; 5G System; Network Slice Selection Services; Stage 3
description: 3GPP TS 29.531 V19.3.0; 5G System; Network Slice Selection Services; Stage 3
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.531/
paths:
/network-slice-information:
......
......@@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: 'Nmbsmf-MBSSession'
version: 1.3.0-alpha.1
version: 1.3.0-alpha.2
description: |
MB-SMF MBSSession Service.
© 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -10,7 +10,7 @@ info:
externalDocs:
description: >
3GPP TS 29.532 V19.0.0; 5G System; 5G Multicast-Broadcast Session Management Services;
3GPP TS 29.532 V19.1.0; 5G System; 5G Multicast-Broadcast Session Management Services;
Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.532/
......
......@@ -2,7 +2,7 @@ openapi: 3.0.0
#
info:
title: Npcf_AMPolicyAuthorization Service API
version: 1.2.0-alpha.1
version: 1.2.0-alpha.2
description: |
PCF Access and Mobility Policy Authorization Service.
© 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -10,7 +10,7 @@ info:
externalDocs:
description: >
3GPP TS 29.534 V19.0.0;
3GPP TS 29.534 V19.1.0;
5G System; Access and Mobility Policy Authorization Service; Stage 3.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.534/'
#
......@@ -560,13 +560,13 @@ components:
minItems: 1
asTimeDisParam:
$ref: 'TS29507_Npcf_AMPolicyControl.yaml#/components/schemas/AsTimeDistributionParam'
afSliceReplInfo:
$ref: '#/components/schemas/SliceReplInfo'
sliceReplReq:
$ref: '#/components/schemas/SliceReplReq'
anyOf:
- anyOf:
- required: [highThruInd]
- required: [covReq]
- required: [afSliceReplInfo]
- required: [sliceReplReq]
- required: [asTimeDisParam]
- required: [evSubsc]
#
......@@ -595,8 +595,8 @@ components:
nullable: true
asTimeDisParam:
$ref: 'TS29507_Npcf_AMPolicyControl.yaml#/components/schemas/AsTimeDistributionParam'
afSliceReplInfo:
$ref: '#/components/schemas/SliceReplInfo'
sliceReplReq:
$ref: '#/components/schemas/SliceReplReq'
#
AmEventsSubscData:
description: >
......@@ -698,7 +698,7 @@ components:
pduidInfo:
$ref: '#/components/schemas/PduidInformation'
afSliceReplOut:
$ref: '#/components/schemas/SliceReplOutcome'
$ref: '#/components/schemas/SliceReplOutcomeInfo'
#
PduidInformation:
description: Contains the ProSe Discovery UE ID and its validity timer.
......@@ -726,7 +726,7 @@ components:
servingNetwork:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnIdNid'
#
SliceReplInfo:
SliceReplReqInfo:
description: Represents the AF requested Network Slice replacement information.
type: object
required:
......@@ -737,6 +737,32 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
altSnssai:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
SliceReplReq:
description: >
Represents the requested Network Slice Replacement requirements.
type: object
properties:
type:
$ref: 'TS29522_AMPolicyAuthorization.yaml#/components/schemas/SliceReplType'
afSliceReplReq:
$ref: '#/components/schemas/SliceReplReqInfo'
required:
- type
#
SliceReplOutcomeInfo:
description: >
Represents the outcome of the AF requested Network Slice replacement.
type: object
required:
- result
properties:
result:
$ref: '#/components/schemas/SliceReplOutcome'
failCause:
$ref: '#/components/schemas/SliceReplFailureCause'
#
# ENUMERATIONS DATA TYPES
#
......@@ -761,6 +787,7 @@ components:
enum:
- SAC_CH
- PDUID_CH
- SLICE_REPLACE_OUTCOME
- type: string
description: >
This string provides forward-compatibility with future extensions to the enumeration but
......@@ -770,22 +797,56 @@ components:
Possible values are:
- SAC_CH: Service Area Coverage Change.
- PDUID_CH: The PDUID assigned to a UE for the UE ProSe Policies changed.
- SLICE_REPLACE_OUTCOME: This notification of the outcome of AF requested
Network Slice replacement.
#
SliceReplOutcome:
anyOf:
- type: string
enum:
- SUCCESS
- UNSUCCESS
- SUCCESSFUL
- UNSUCCESSFUL
- type: string
description: >
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: |
Represents the outcome of AF requested Network Slice replacement.
Represents the notification of the outcome of the AF requested Network Slice replacement or
the AF requested Network Slice Replacement termination.
Possible values are:
- SUCCESSFUL: Indicates that the AF requested Network Slice replacement initiation or AF
requested Network Slice Replacement termination is successful.
- UNSUCCESSFUL: Indicates that the AF requested Network Slice replacement initiation or AF
requested Network Slice Replacement termination is unsuccessful.
#
SliceReplFailureCause:
anyOf:
- type: string
enum:
- UNSPECIFIED
- NOT_WITHIN_UE_SUBSCRIPTION
- NOT_SUPPORTED_IN_RA
- INSUFFICIENT_RES
- type: string
description: >
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: |
Represents the cause why the PCF requests the termination of the policy association.
Possible values are:
- SUCCESS: Indicates that the AF requested Network Slice replacement is successful.
- UNSUCCESS: Indicates that the AF requested Network Slice replacement is unsuccessful.
- UNSPECIFIED: Indicates that the failure cause of the enforcement of the AF requested
Network Slice Replacement requirements is for unspecified reasons.
- NOT_WITHIN_UE_SUBSCRIPTION: Indicates that the failure cause of the enforcement of the AF
requested Network Slice Replacement requirements is, because the provided Alternative
S-NSSAI is not part of the UE's subscription.
- NOT_SUPPORTED_IN_RA: Indicates that the failure cause of the enforcement of the AF
requested Network Slice Replacement requirements is, because the provided
Alternative or the initial S-NSSAI is not supported in the UE's Registration Area.
- INSUFFICIENT_RES: Indicates that the failure cause of the enforcement of the AF
requested Network Slice Replacement requirements is, because of insufficient resources
in the provided Alternative or the initial S-NSSAI.
#
AppAmContextRespData:
description: It represents a response to a modification or creation request of an Individual Application AM resource. It may contain the notification of the already met events.
......
openapi: 3.0.0
info:
title: 3gpp-akma
version: 1.1.0
version: 1.2.0-alpha.1
description: |
API for Naanf_AKMA.
© 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.535 V18.4.0; 5G System; AKMA Anchor Services.
description: 3GPP TS 29.535 V19.3.0; 5G System; AKMA Anchor Services.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.535/'
security:
......
......@@ -2,14 +2,14 @@ openapi: 3.0.0
info:
title: Nnsacf_NSAC
version: 1.2.0-alpha.1
version: 1.2.0-alpha.2
description: |
Nnsacf_NSAC Service.
© 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: 3GPP TS 29.536 V19.0.0; 5G System; Network Slice Admission Control Services; Stage 3.
description: 3GPP TS 29.536 V19.1.0; 5G System; Network Slice Admission Control Services; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.536/
servers:
......@@ -581,6 +581,7 @@ components:
#
EACMode:
description: EAC mode.
anyOf:
- type: string
enum:
......@@ -591,12 +592,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: >
EAC mode. Possible values are
- ACTIVE
- DEACTIVE
AcuFlag:
description: Update Flag of ACU operation.
anyOf:
- type: string
enum:
......@@ -608,13 +606,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: >
Update Flag of ACU operation. Possible values are
- INCREASE
- DECREASE
- UPDATE
AcuFailureReason:
description: Failure Reason of ACU operation to an S-NSSAI.
anyOf:
- type: string
enum:
......@@ -630,17 +624,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: >
Failure Reason of ACU operation to an S-NSSAI. Possible values are
- SLICE_NOT_FOUND
- EXCEED_MAX_UE_NUM
- EXCEED_MAX_UE_NUM_3GPP
- EXCEED_MAX_UE_NUM_N3GPP
- EXCEED_MAX_PDU_NUM
- EXCEED_MAX_PDU_NUM_3GPP
- EXCEED_MAX_PDU_NUM_N3GPP
SliceQuotaType:
description: Slice quota type.
anyOf:
- type: string
enum:
......@@ -652,15 +638,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: >
Slice quota type. Possible values are
- MAX_UE_NUM
- MAX_PDU_NUM
- BOTH
NsacAdmissionMode:
description: >
Indicates the NSAC admission mode applied in roaming case.
description: Indicates the NSAC admission mode applied in roaming case.
anyOf:
- type: string
enum:
......@@ -671,8 +651,6 @@ 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.
- VPLMN_ADMISSION
- VPLMN_WITH_HPLMN_ASSISTANCE
QuotaExceedIndication:
description: >
......@@ -689,6 +667,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.
- EXCEED_MAX_UE_NUM
- EXCEED_MAX_PDU_NUM
- EXCEED_MAX_UE_AND_PDU_NUM
......@@ -2,14 +2,14 @@ openapi: 3.0.0
info:
title: Nnsacf_SliceEventExposure
version: 1.2.0-alpha.1
version: 1.2.0-alpha.2
description: |
Nnsacf_SliceEventExposure Service.
© 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: 3GPP TS 29.536 V19.0.0; 5G System; Network Slice Admission Control Services; Stage 3.
description: 3GPP TS 29.536 V19.1.0; 5G System; Network Slice Admission Control Services; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.536/
servers:
......@@ -458,6 +458,10 @@ components:
- NUM_OF_REGD_UES
- NUM_OF_ESTD_PDU_SESSIONS
- type: string
description: >
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.
SACEventTrigger:
description: Describes how NSACF should generate the report for the slice event
......@@ -467,3 +471,7 @@ components:
- THRESHOLD
- PERIODIC
- type: string
description: >
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.
......@@ -2,15 +2,15 @@ openapi: 3.0.0
info:
title: Npcf_MBSPolicyAuthorization API
version: 1.1.0
version: 1.2.0-alpha.1
description: |
MBS Policy Authorization 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.537 V18.4.0; 5G System; Multicast/Broadcast Policy Control Services.
3GPP TS 29.537 V19.0.0; 5G System; Multicast/Broadcast Policy Control Services.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.537/'
security:
......
......@@ -2,15 +2,15 @@ openapi: 3.0.0
info:
title: Npcf_MBSPolicyControl API
version: 1.1.1
version: 1.2.0-alpha.1
description: |
MBS Policy Control 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.537 V18.5.0; 5G System; Multicast/Broadcast Policy Control Services.
3GPP TS 29.537 V19.0.0; 5G System; Multicast/Broadcast Policy Control Services.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.537/'
security:
......
openapi: 3.0.0
info:
version: '2.3.0'
version: '2.4.0-alpha.1'
title: 'Nsmsf_SMService Service API'
description: |
SMSF SMService.
© 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.540 V18.4.0; 5G System; SMS Services; Stage 3
description: 3GPP TS 29.540 V19.2.0; 5G System; SMS Services; Stage 3
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.540/'
security:
......
......@@ -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.
......@@ -2,15 +2,15 @@ openapi: 3.0.0
info:
title: Nnef_SMService
version: 1.1.0
version: 1.2.0-alpha.1
description: |
Nnef SMService 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/
......
openapi: 3.0.0
info:
version: '1.3.0-alpha.1'
version: '1.3.0-alpha.2'
title: 'Nsmf_NIDD'
description: |
SMF NIDD 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.542 V19.0.0; 5G System; Session Management Services for Non-IP Data Delivery (NIDD); Stage 3
description: 3GPP TS 29.542 V19.1.0; 5G System; Session Management Services for Non-IP Data Delivery (NIDD); Stage 3
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.542/
servers:
......
......@@ -2,14 +2,14 @@ openapi: 3.0.0
info:
title: Npcf_PDTQPolicyControl API
version: 1.0.0
version: 1.1.0-alpha.1
description: |
PCF PDTQ Policy Control 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.543 V18.1.0; 5G System; Data Transfer Policy Control Services; Stage 3.
description: 3GPP TS 29.543 V19.1.0; 5G System; Data Transfer Policy Control Services; Stage 3.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.543/'
servers:
......
openapi: 3.0.0
info:
title: 'Nspaf_SecuredPacket'
version: '1.3.0-alpha.1'
version: '1.3.0-alpha.2'
description: |
Nspaf Secured Packet 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.544, SP-AF Services, version V19.0.0
description: 3GPP TS 29.544, SP-AF Services, version V19.1.0
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.544/
servers:
- url: '{apiRoot}/nspaf-secured-packet/v1'
......
......@@ -2,15 +2,15 @@ openapi: 3.0.0
info:
title: SEALDD Server Data Delivery Context Relocation
version: 1.1.0-alpha.1
version: 1.1.0-alpha.2
description: |
SEALDD Server Data Delivery Context Relocation.
© 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.548 V19.1.0 Service Enabler Architecture Layer for Verticals (SEAL);
3GPP TS 29.548 V19.3.0 Service Enabler Architecture Layer for Verticals (SEAL);
SEAL Data Delivery (SEALDD) Server Services; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.548/
......