Skip to content
......@@ -5,10 +5,10 @@ info:
API for EES Application Client Information.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
version: 1.1.0
version: 1.1.1
externalDocs:
description: >
3GPP TS 29.558 V18.6.0 Enabling Edge Applications;
3GPP TS 29.558 V18.8.0 Enabling Edge Applications;
Application Programming Interface (API) specification; Stage 3
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.558/
security:
......@@ -380,21 +380,21 @@ components:
type: object
description: Represents the filters information for AC Information Subscription.
properties:
acTypes:
acTypesList:
type: array
items:
type: string
minItems: 1
description: List of AC Types or categories.
ecspIds:
ecspIdsList:
type: array
items:
type: string
minItems: 1
description: The list of identifiers of ECSPs associated with the EEC.
acIds:
acIdsList:
type: array
items:
type: string
minItems: 1
description: List of identifiers of ACs to be matched.
svcArea:
$ref: 'TS29558_Eecs_EESRegistration.yaml#/components/schemas/ServiceArea'
maxAcKpi:
......
......@@ -3,12 +3,12 @@ info:
title: EES UE Location Information_API
description: |
API for EES UE Location Information.
© 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.
version: 1.1.0
version: 1.1.1
externalDocs:
description: >
3GPP TS 29.558 V18.6.0 Enabling Edge Applications;
3GPP TS 29.558 V18.9.0 Enabling Edge Applications;
Application Programming Interface (API) specification; Stage 3
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.558/
security:
......
......@@ -2,15 +2,15 @@ openapi: 3.0.0
info:
title: Ntsctsf_QoSandTSCAssistance Service API
version: 1.1.0
version: 1.1.1
description: |
TSCTSF QoS and TSC Assistance 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.565 V18.6.0; 5G System; Time Sensitive Communication and Time Synchronization function
3GPP TS 29.565 V18.10.0; 5G System; Time Sensitive Communication and Time Synchronization function
Services; Stage 3.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.565/'
......
......@@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Ntsctsf_TimeSynchronization Service API
version: 1.1.1
version: 1.1.2
description: |
TSCTSF Time Synchronization Service.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -10,7 +10,7 @@ info:
externalDocs:
description: >
3GPP TS 29.565 V18.7.0; 5G System; Time Sensitive Communication and Time Synchronization Function
3GPP TS 29.565 V18.8.0; 5G System; Time Sensitive Communication and Time Synchronization Function
Services; Stage 3.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.565/'
servers:
......@@ -820,6 +820,8 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi'
n6Ind:
type: boolean
enum:
- true
ptpEnable:
type: boolean
logSyncInter:
......
openapi: 3.0.0
info:
version: '1.5.1'
version: '1.5.3'
title: 'Common Data Types'
description: |
Common Data Types for Service Based Interfaces.
© 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.571 Common Data Types for Service Based Interfaces, version 18.7.0
description: 3GPP TS 29.571 Common Data Types for Service Based Interfaces, version 18.10.0
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.571/'
paths: {}
......@@ -4585,7 +4585,7 @@ components:
type: array
items:
type: integer
minimum: 1
minimum: 0
maximum: 127
minItems: 1
rtpPayloadFormat:
......@@ -4601,7 +4601,7 @@ components:
nullable: true
items:
type: integer
minimum: 1
minimum: 0
maximum: 127
minItems: 1
rtpPayloadFormat:
......@@ -5760,14 +5760,14 @@ components:
NrRedCapUeInfo:
description: >
Indicates whether the broadcast MBS session is intended only for NR RedCap UEs,
both for NR RedCap UEs and non-RedCap UEs, or only for non-RedCap UEs.
Indicates whether the broadcast MBS session is intended only for NR (e)RedCap UEs,
only for UEs that are neither NR RedCap UEs nor NR eRedCap UEs, or for any kind of UE.
anyOf:
- type: string
enum:
- NR_REDCAP_UE_ONLY
- BOTH_NR_REDCAP_UE_AND_NON_REDCAP_UE
- NON_REDCAP_UE_ONLY
- NR_REDCAP_UE_ONLY # NR RedCap UEs and NR eRedCap UEs
- BOTH_NR_REDCAP_UE_AND_NON_REDCAP_UE # any kind of UEs
- NON_REDCAP_UE_ONLY # neither NR RedCap UEs nor NR eRedCap UEs
- type: string
#
......@@ -6387,7 +6387,6 @@ components:
- type: string
enum:
- DC
- AR
- AUDIO
- VIDEO
- type: string
......
openapi: 3.0.0
info:
version: '1.3.0'
version: '1.3.3'
title: 'LMF Location'
description: |
LMF Location 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.572 V18.6.0; 5G System; Location Management Services; Stage 3
description: 3GPP TS 29.572 V18.9.0; 5G System; Location Management Services; Stage 3
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.572/'
servers:
......@@ -1219,6 +1219,7 @@ components:
- $ref: '#/components/schemas/HorizontalWithVerticalVelocity'
- $ref: '#/components/schemas/HorizontalVelocityWithUncertainty'
- $ref: '#/components/schemas/HorizontalWithVerticalVelocityAndUncertainty'
- $ref: '#/components/schemas/RelativeVelocityWithUncertainty'
HorizontalVelocity:
description: Horizontal velocity.
......@@ -1392,6 +1393,8 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
ldrReference:
$ref: '#/components/schemas/LdrReference'
lcsCorrelationID:
$ref: '#/components/schemas/CorrelationID'
supportedFeatures:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
......@@ -1457,6 +1460,10 @@ components:
$ref: '#/components/schemas/LosNlosMeasureInd'
upCumEvtRptCriteria:
$ref: 'TS29515_Ngmlc_Location.yaml#/components/schemas/UpCumEvtRptCriteria'
lcsUppExistInd:
type: boolean
enum:
- true
EventReportMessage:
description: Indicates an event report message.
......@@ -1622,6 +1629,8 @@ components:
items:
$ref: '#/components/schemas/TimeWindow'
minItems: 1
timeWindowsNrppa:
$ref: '#/components/schemas/TimeWindowsNrppa'
LocMeasurementResp:
description: Location Measurement Response.
......@@ -1806,10 +1815,62 @@ components:
properties:
ncgi:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Ncgi'
ecgi:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Ecgi'
TimeWindowsNrppa:
description: Time windows when network assisted positioning is used.
type: object
properties:
measurementList:
$ref: '#/components/schemas/TimeWindowInfoMeasurementList'
srsList:
$ref: '#/components/schemas/TimeWindowInfoSrsList'
anyOf:
- required: [measurementList]
- required: [srsList]
RelativeVelocityWithUncertainty:
description: Relative velocity with radial velocity and transverse velocity.
type: object
properties:
rVelocity:
$ref: '#/components/schemas/RadialVelocity'
aTransverseVelocity:
$ref: '#/components/schemas/AngularVelocity'
eTransverseVelocity:
$ref: '#/components/schemas/AngularVelocity'
RadialVelocity:
description: Rate of change of a range.
type: object
required:
- unitsRadialVelocity
- radialVelocity
- rVelocityUncertainty
properties:
unitsRadialVelocity:
$ref: '#/components/schemas/UnitsLinearVelocity'
radialVelocity:
$ref: '#/components/schemas/RadialVelocityValue'
rVelocityUncertainty:
$ref: '#/components/schemas/RadialVelocityUncertainty'
AngularVelocity:
description: Rate of change of an angle.
type: object
required:
- unitsAngularVelocity
- angularVelocity
- aVelocityUncertainty
properties:
unitsAngularVelocity:
$ref: '#/components/schemas/UnitsAngularVelocity'
angularVelocity:
$ref: '#/components/schemas/AngularVelocityValue'
aVelocityUncertainty:
$ref: '#/components/schemas/AngularVelocityUncertainty'
#
#
# SIMPLE TYPES
......@@ -1994,7 +2055,17 @@ components:
format: byte
TimeWindow:
description: Time Window.
description: Time Window when UE assisted positioning is used.
type: string
format: byte
TimeWindowInfoMeasurementList:
description: Contains the Time Window Information Measurement List.
type: string
format: byte
TimeWindowInfoSrsList:
description: Contains the Time Window Information SRS List.
type: string
format: byte
......@@ -2003,6 +2074,32 @@ components:
type: string
format: byte
RadialVelocityValue:
description: Indicates value of rate of change of a range between the device A and device B.
type: integer
minimum: -2048
maximum: 2047
AngularVelocityValue:
description: Indicates rate of change of an angle.
type: integer
minimum: -1024
maximum: 1023
AngularVelocityUncertainty:
description: Indicates uncertainty for rate of change of an angle.
type: integer
minimum: 0
maximum: 255
RadialVelocityUncertainty:
description: Indicates uncertainty for rate of change of an range.
type: integer
minimum: 0
maximum: 255
#
# ENUMS
#
......@@ -2202,6 +2299,7 @@ components:
- type: string
enum:
- SUPPLEMENTARY_SERVICES
- DUMMY
- type: string
ReportedEventType:
......@@ -2327,3 +2425,21 @@ components:
- LCS_UPP
- SUPL
- type: string
UnitsLinearVelocity:
description: The the units of linear velocity.
anyOf:
- type: string
enum:
- MPERS
- CMPERS
- type: string
UnitsAngularVelocity:
description: The units of angular velocity.
anyOf:
- type: string
enum:
- DEGPERSEC1
- DEGPERSEC01
- type: string
openapi: 3.0.0
info:
version: '1.3.1'
version: '1.3.2'
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.8.0; 5G System; Public Land Mobile Network (PLMN) Interconnection; Stage 3
description: 3GPP TS 29.573 V18.9.0; 5G System; Public Land Mobile Network (PLMN) Interconnection; Stage 3
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.573/
paths:
......@@ -366,6 +366,8 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Fqdn'
senderN32fPort:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
n32KeepaliveTimer:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
SecNegotiateRspData:
description: Defines the selected security capabilities by a SEPP
......@@ -414,6 +416,8 @@ components:
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
minItems: 1
n32KeepaliveTimer:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
SecParamExchReqData:
description: Request data structure for parameter exchange
......
openapi: 3.0.0
info:
version: 1.1.0
version: 1.1.2
title: Ndccf_ContextManagement
description: |
DCCF Context Management 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.574 V18.6.0; 5G System; Data Collection Coordination Services; Stage 3.
description: 3GPP TS 29.574 V18.9.0; 5G System; Data Collection Coordination Services; Stage 3.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.574/'
#
servers:
......@@ -203,7 +203,7 @@ components:
anaSub:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NnwdafEventsSubscription'
dataSub:
$ref: 'TS29575_Nadrf_DataManagement.yaml#/components/schemas/DataNotification'
$ref: 'TS29575_Nadrf_DataManagement.yaml#/components/schemas/DataSubscription'
nwdafId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
nwdafSetId:
......
openapi: 3.0.0
info:
version: 1.1.1
version: 1.1.3
title: Ndccf_DataManagement
description: |
DCCF Data Management 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.574 V18.7.0; 5G System; Data Collection Coordination Services; Stage 3.
description: 3GPP TS 29.574 V18.9.0; 5G System; Data Collection Coordination Services; Stage 3.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.574/'
#
servers:
......@@ -806,16 +806,6 @@ components:
The default value is false.
delAlert:
$ref: '#/components/schemas/DeletionAlert'
termCause:
$ref: '#/components/schemas/TermCause'
pendDataNotifCause:
$ref: 'TS29520_Nnwdaf_DataManagement.yaml#/components/schemas/PendingNotificationCause'
reUserConsentPurs:
type: array
items:
$ref: '#/components/schemas/DataCollectionPurpose'
minItems: 1
description: The purposes of data collection for which the user consent is revoked.
timeStamp:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
#
......@@ -860,6 +850,16 @@ components:
subscription that requested by the DCCF, i.e. no further notifications related to this
subscription will be provided, apart from sending final report (if available).
The default value is false.
termCause:
$ref: '#/components/schemas/TermCause'
pendDataNotifCause:
$ref: 'TS29520_Nnwdaf_DataManagement.yaml#/components/schemas/PendingNotificationCause'
reUserConsentPurs:
type: array
items:
$ref: '#/components/schemas/DataCollectionPurpose'
minItems: 1
description: The purposes of data collection for which the user consent is revoked.
timeStamp:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
#
......
openapi: 3.0.0
info:
version: 1.1.0
version: 1.1.2
title: Nadrf_DataManagement
description: |
ADRF Data Management Service.
© 2023, 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.575 V18.6.0; 5G System; Analytics Data Repository Services; Stage 3.
description: 3GPP TS 29.575 V18.9.0; 5G System; Analytics Data Repository Services; Stage 3.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.575/'
#
servers:
......
openapi: 3.0.0
info:
version: 1.1.0
version: 1.1.1
title: Nmfaf_3caDataManagement
description: |
MFAF 3GPP Consumer Adaptor (3CA) Data Management 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.576 V18.4.0; 5G System; Messaging Framework Adaptor Services; Stage 3.
description: 3GPP TS 29.576 V18.6.0; 5G System; Messaging Framework Adaptor Services; Stage 3.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.576/'
servers:
......
......@@ -2,15 +2,15 @@ openapi: 3.0.0
info:
title: nmbsf-mbs-ud-ingest
version: 1.1.1
version: 1.1.2
description: |
API for MBS User Data Ingest Session 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.580 V18.6.0; 5G System; Multicast/Broadcast Service Function Services.
3GPP TS 29.580 V18.7.0; 5G System; Multicast/Broadcast Service Function Services.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.580/'
servers:
......
......@@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Nnef_EASDeployment
version: 1.1.0
version: 1.1.1
description: |
NEF EAS Deployment service.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -10,7 +10,7 @@ info:
externalDocs:
description: >
3GPP TS 29.591 V18.6.0; 5G System; Network Exposure Function Southbound Services; Stage 3.
3GPP TS 29.591 V18.8.1; 5G System; Network Exposure Function Southbound Services; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.591/
servers:
......@@ -249,6 +249,8 @@ components:
type: string
notifUri:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
required:
- eventId
- notifId
......
......@@ -2,15 +2,15 @@ openapi: 3.0.0
info:
title: Nnef_EventExposure
version: 1.3.0
version: 1.3.2
description: |
NEF Event Exposure 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.591 V18.6.0; 5G System; Network Exposure Function Southbound Services; Stage 3.
3GPP TS 29.591 V18.10.0; 5G System; Network Exposure Function Southbound Services; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.591/
servers:
......
openapi: 3.0.0
info:
title: Nudsf_DataRepository
version: 1.2.0
version: 1.2.1
description: |
Nudsf Data Repository 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.598 UDSF Services, V18.6.0.
description: 3GPP TS 29.598 UDSF Services, V18.7.0.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.598/'
servers:
......@@ -99,11 +99,7 @@ paths:
$ref: '#/components/schemas/CountExpression'
responses:
'200':
description: Successful case. Response contains result of the search.
content:
application/json:
schema:
$ref: '#/components/schemas/RecordSearchResult'
$ref: '#/components/responses/RecordSearchResultBody'
'204':
description: >
The search condition does not match any Record.
......@@ -2200,7 +2196,7 @@ components:
nudsf-dr:meta-schema:create: Access to create meta schema
schemas:
RecordSearchResult:
RecordSearchResultDescriptor:
description: Count and collection of Record references matching the providing filter.
type: object
properties:
......@@ -2213,12 +2209,6 @@ components:
minItems: 1
supportedFeatures:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
matchingRecords:
description: A map (list of key-value pairs where recordId serves as key) of Records
type: object
additionalProperties:
$ref: '#/components/schemas/Record'
minProperties: 1
tagCountResult:
description: A map of TagCount (list of key-value pairs with unique indentifier as key)
type: object
......@@ -2227,6 +2217,26 @@ components:
example: {"advancedTagCount1" : {"tag1" : 1}, "advancedTagCount2" : {"tag2" : 2}}
required:
- count
RecordSearchResult:
description: Record search result
type: object
properties:
descriptor:
# json representation of the search result descriptor
$ref: '#/components/schemas/RecordSearchResultDescriptor'
matchingRecords:
# List of multipart data
type: array
description: list of Records
items:
$ref: '#/components/schemas/Record'
required:
- descriptor
- matchingRecords
example: >-
{ "descriptor": { "count": 1, "references": [ "realmABC/storageXYZ/records/record123" ] }, "matchingRecords": [ { "meta": { "tags" : { "tag1" : ["value1"], "tag2" :["value2"] } }, "blocks": [ { "Content-Id": "record123/block1", "Content-Type": "text/plain", "content": "QmxvY2sgY29udGVudA==" } ] } ] }
RecordMeta:
description: Meta data of a Record
type: object
......@@ -2850,6 +2860,43 @@ components:
Last-Modified:
$ref: '#/components/headers/Last-Modified'
'RecordSearchResultBody': # The record search result or multipart search/retrieve result response body
description: >-
- 200 Get. Records matching the search exist. The response shall include either a recordSearchResultDescriptor or a recordSearchResultDescriptor part followed by parts for the meta and blocks of all matching Records.
content:
application/json:
schema:
$ref: '#/components/schemas/RecordSearchResultDescriptor'
multipart/mixed:
schema:
$ref: '#/components/schemas/RecordSearchResult'
encoding:
descriptor: # The descriptor part shall be the first part and is mandatory
contentType: application/json
headers:
Content-Id:
schema:
type: string
required: true
meta: # 0 or more meta parts may follow the descriptor part
contentType: application/json
headers:
Content-Id:
schema:
type: string
required: true
blocks: # 0 or more block parts may follow each meta part
contentType: '*/*' # Block part can be of any type
headers:
Content-Id: # Block identifier is defined by the Content-Id header.
schema:
type: string
required: true
Content-Transfer-Encoding:
schema:
type: string
required: true
'409':
description: Conflict
content:
......
openapi: 3.0.0
info:
title: Nchf_ConvergedCharging
version: 3.2.0
version: 3.2.2
description: |
ConvergedCharging Service © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
ConvergedCharging Service © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: >
3GPP TS 32.291 V18.7.0: Telecommunication management; Charging management;
3GPP TS 32.291 V18.9.0: Telecommunication management; Charging management;
5G system, charging service; Stage 3.
url: 'http://www.3gpp.org/ftp/Specs/archive/32_series/32.291/'
servers:
......@@ -1049,7 +1049,7 @@ components:
pattern: '^[0-9a-fA-F]+$'
sMStatus:
type: string
pattern: '^[0-9a-fA-F]{2}$'
pattern: '^[0-9a-fA-F]+$'
sMDischargeTime:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
numberofMessagesSent:
......@@ -1096,8 +1096,13 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Supi'
recipientGPSI:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi'
recipientOtherAddress:
recipientOtherAddress: # Included for backwards compatibility, shall not be used
$ref: '#/components/schemas/SMAddressInfo'
recipientOtherAddresses:
type: array
items:
$ref: '#/components/schemas/RecipientAddress'
minItems: 0
recipientReceivedAddress:
$ref: '#/components/schemas/SMAddressInfo'
recipientSCCPAddress:
......@@ -2275,7 +2280,7 @@ components:
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uint32'
minItems: 0
optionalCapability :
optionalCapability :
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uint32'
......@@ -2732,13 +2737,13 @@ components:
- type: string
enum:
- EMAIL_ADDRESS
- MSISDN
- MSISDN # Included for backwards compatibility, shall not be used
- IPV4_ADDRESS
- IPV6_ADDRESS
- NUMERIC_SHORTCODE
- ALPHANUMERIC_SHORTCODE
- OTHER
- IMSI
- IMSI # Included for backwards compatibility, shall not be used
- type: string
SMAddresseeType:
anyOf:
......@@ -3135,3 +3140,5 @@ components:
- Re-Authentication-Notification
- Revocation Notification
- type: string