Skip to content
openapi: 3.0.0 openapi: 3.0.0
info: info:
version: '1.5.0' version: '1.5.1'
title: 'Common Data Types' title: 'Common Data Types'
...@@ -11,7 +11,7 @@ info: ...@@ -11,7 +11,7 @@ info:
All rights reserved. All rights reserved.
externalDocs: 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/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.571/'
paths: {} paths: {}
...@@ -5039,7 +5039,8 @@ components: ...@@ -5039,7 +5039,8 @@ components:
- GTP_DELAYDLPSAUPFNGRANMEAN_SNSSAI_QFI - GTP_DELAYDLPSAUPFNGRANMEAN_SNSSAI_QFI
- type: string - type: string
description: > 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: ...@@ -5177,6 +5178,9 @@ components:
configured for Immediate MDT or combined Immediate MDT and Trace in LTE. 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 When present, this IE shall indicate the Event Threshold for RSRP, and the value shall
be between 0-97. be between 0-97.
mnOnlyInd:
type: boolean
default: false
eventThresholdRsrpNr: eventThresholdRsrpNr:
type: integer type: integer
...@@ -6352,6 +6356,11 @@ components: ...@@ -6352,6 +6356,11 @@ components:
description: IMS Session Identifier description: IMS Session Identifier
type: string 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: MediaId:
description: IMS Media Flow Identifier description: IMS Media Flow Identifier
type: string type: string
...@@ -6362,6 +6371,11 @@ components: ...@@ -6362,6 +6371,11 @@ components:
maximum: 64 maximum: 64
default: 64 default: 64
TlsId:
description: The TLS ID for the media stream.
type: string
pattern: '^[A-Za-z0-9+/_-]{20,255}$'
# #
# Enumerations # Enumerations
...@@ -6428,13 +6442,16 @@ components: ...@@ -6428,13 +6442,16 @@ components:
minimum: 0 minimum: 0
description: Local or remote port for Data Channel description: Local or remote port for Data Channel
fingerprint: fingerprint:
type: string deprecated: true
pattern: '^(SHA-1|SHA-224|SHA-256|SHA-384|SHA-512|MD5|MD2|TOKEN)\s[0-9A-F]{2}(:[0-9A-F]{2})+' allOf:
description: local or remote certificate fingerprint for the DTLS association - $ref: '#/components/schemas/Fingerprint'
fingerprints:
type: array
items:
$ref: '#/components/schemas/Fingerprint'
minItems: 1
tlsId: tlsId:
type: string $ref: '#/components/schemas/TlsId'
pattern: '^[A-Fa-f0-9+/_-]{20,255}$'
description: local or remote TLS ID for the media stream
securitySetup: securitySetup:
$ref: '#/components/schemas/SecuritySetup' $ref: '#/components/schemas/SecuritySetup'
...@@ -6509,7 +6526,14 @@ components: ...@@ -6509,7 +6526,14 @@ components:
type: string type: string
description: application binding information of the Data Channel. description: application binding information of the Data Channel.
appDcInfo: appDcInfo:
deprecated: true
allOf:
- $ref: '#/components/schemas/AppDcInfo'
appDcInfoList:
type: array
items:
$ref: '#/components/schemas/AppDcInfo' $ref: '#/components/schemas/AppDcInfo'
minItems: 1
AppDcInfo: AppDcInfo:
...@@ -6540,13 +6564,18 @@ components: ...@@ -6540,13 +6564,18 @@ components:
minimum: 0 minimum: 0
description: Port number for SCTP connection over DTLS description: Port number for SCTP connection over DTLS
fingerprint: fingerprint:
type: string deprecated: true
pattern: '^(SHA-1|SHA-224|SHA-256|SHA-384|SHA-512|MD5|MD2|TOKEN)\s[0-9A-F]{2}(:[0-9A-F]{2})+$' allOf:
description: Certificate fingerprint for the DTLS association - $ref: '#/components/schemas/Fingerprint'
fingerprints:
type: array
items:
$ref: '#/components/schemas/Fingerprint'
minItems: 1
tlsId: tlsId:
type: string $ref: '#/components/schemas/TlsId'
pattern: '^[A-Fa-f0-9+/_-]{20,255}$'
description: TLS ID for the DTLS connection
securitySetup: securitySetup:
$ref: '#/components/schemas/SecuritySetup' $ref: '#/components/schemas/SecuritySetup'
......
openapi: 3.0.0 openapi: 3.0.0
info: info:
version: '1.3.0' version: '1.3.1'
title: 'N32 Handshake API' title: 'N32 Handshake API'
description: | description: |
N32-c Handshake Service. N32-c Handshake Service.
...@@ -14,7 +14,7 @@ servers: ...@@ -14,7 +14,7 @@ servers:
default: https://example.com default: https://example.com
description: apiRoot as defined in clause 4.4 of 3GPP TS 29.501. description: apiRoot as defined in clause 4.4 of 3GPP TS 29.501.
externalDocs: 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/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.573/
paths: paths:
...@@ -39,7 +39,11 @@ paths: ...@@ -39,7 +39,11 @@ paths:
schema: schema:
$ref: '#/components/schemas/SecNegotiateRspData' $ref: '#/components/schemas/SecNegotiateRspData'
'307': '307':
$ref: 'TS29571_CommonData.yaml#/components/responses/307' description: redirection
content:
application/problem+json:
schema:
$ref: '#/components/schemas/ExtRedirectResponse'
'400': '400':
$ref: 'TS29571_CommonData.yaml#/components/responses/400' $ref: 'TS29571_CommonData.yaml#/components/responses/400'
'401': '401':
...@@ -238,6 +242,7 @@ components: ...@@ -238,6 +242,7 @@ components:
- KEY_MATERIAL - KEY_MATERIAL
- AUTHENTICATION_MATERIAL - AUTHENTICATION_MATERIAL
- AUTHORIZATION_TOKEN - AUTHORIZATION_TOKEN
- RECURSIVE_NON_LEAF
- OTHER - OTHER
- NONSENSITIVE - NONSENSITIVE
- type: string - type: string
...@@ -276,6 +281,8 @@ components: ...@@ -276,6 +281,8 @@ components:
additionalProperties: additionalProperties:
type: boolean type: boolean
minProperties: 1 minProperties: 1
ancestorIe:
type: string
ApiIeMapping: ApiIeMapping:
description: API URI to IE mapping on which the protection policy needs to be applied description: API URI to IE mapping on which the protection policy needs to be applied
...@@ -646,3 +653,16 @@ components: ...@@ -646,3 +653,16 @@ components:
- RELEASE_REESTABLISHMENT_NOT_ALLOWED - RELEASE_REESTABLISHMENT_NOT_ALLOWED
- REESTABLISH - REESTABLISH
- type: string - 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'
openapi: 3.0.0 openapi: 3.0.0
info: info:
version: 1.1.0 version: 1.1.1
title: Ndccf_DataManagement title: Ndccf_DataManagement
description: | description: |
DCCF Data Management Service. DCCF Data Management Service.
...@@ -9,7 +9,7 @@ info: ...@@ -9,7 +9,7 @@ info:
All rights reserved. All rights reserved.
externalDocs: externalDocs:
description: 3GPP TS 29.574 V18.6.0; 5G System; Data Collection Coordination Services; Stage 3. description: 3GPP TS 29.574 V18.7.0; 5G System; Data Collection Coordination Services; Stage 3.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.574/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.574/'
# #
servers: servers:
...@@ -597,7 +597,7 @@ paths: ...@@ -597,7 +597,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uri' $ref: '#/components/schemas/DataTransferResp'
'400': '400':
$ref: 'TS29571_CommonData.yaml#/components/responses/400' $ref: 'TS29571_CommonData.yaml#/components/responses/400'
'401': '401':
...@@ -776,6 +776,7 @@ components: ...@@ -776,6 +776,7 @@ components:
- required: [anaNotifications] - required: [anaNotifications]
- required: [anaReports] - required: [anaReports]
- required: [fetchInstruct] - required: [fetchInstruct]
- required: [delAlert]
properties: properties:
anaNotifCorrId: anaNotifCorrId:
type: string type: string
...@@ -836,6 +837,8 @@ components: ...@@ -836,6 +837,8 @@ components:
description: Notification correlation identifier. description: Notification correlation identifier.
newSubscriptionUri: newSubscriptionUri:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uri' $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
dataNotif: dataNotif:
$ref: 'TS29575_Nadrf_DataManagement.yaml#/components/schemas/DataNotification' $ref: 'TS29575_Nadrf_DataManagement.yaml#/components/schemas/DataNotification'
dataReports: dataReports:
...@@ -1099,6 +1102,19 @@ components: ...@@ -1099,6 +1102,19 @@ components:
or analytics that are about to be deleted. or analytics that are about to be deleted.
required: required:
- retrievalInd - retrievalInd
#
DataTransferResp:
description: >
Represents an Individual DCCF Data Subscription resource created at the
target DCCF.
type: object
properties:
newSubscriptionUri:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
required:
- newSubscriptionUri
# #
SummarizationAttribute: SummarizationAttribute:
anyOf: anyOf:
......
openapi: 3.0.0 openapi: 3.0.0
info: info:
version: 1.0.0 version: 1.0.1
title: Nadrf_MLModelManagement title: Nadrf_MLModelManagement
description: | description: |
ADRF ML Model Management Service. ADRF ML Model Management Service.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved. All rights reserved.
externalDocs: externalDocs:
description: 3GPP TS 29.575 V18.6.0; 5G System; Analytics Data Repository Services; Stage 3. description: 3GPP TS 29.575 V18.7.0; 5G System; Analytics Data Repository Services; Stage 3.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.575/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.575/'
# #
servers: servers:
...@@ -378,7 +378,7 @@ components: ...@@ -378,7 +378,7 @@ components:
type: object type: object
allOf: allOf:
- required: [modelUniqueId] - required: [modelUniqueId]
- required: [DeleteResult] - required: [deleteResult]
properties: properties:
modelUniqueId: modelUniqueId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger' $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
...@@ -427,7 +427,7 @@ components: ...@@ -427,7 +427,7 @@ components:
Represents the store result type. Represents the store result type.
Possible values are: Possible values are:
- ML_MODEL_DELETED: Indicates that the ML model was deleted in ADRF. - ML_MODEL_DELETED: Indicates that the ML model was deleted in ADRF.
- ML_MODEL_FILE_ADDRESS_NOT_FOUND: Indicates that the ML model was not found in ADRF. - ML_MODEL_NOT_FOUND: Indicates that the ML model was not found in ADRF.
- ML_MODEL_FOUND_BUT_NOT_DELETED: Indicates that the ML model was found in ADRF but not deleted. - ML_MODEL_FOUND_BUT_NOT_DELETED: Indicates that the ML model was found in ADRF but not deleted.
# #
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: nmbsf-mbs-ud-ingest title: nmbsf-mbs-ud-ingest
version: 1.1.0 version: 1.1.1
description: | description: |
API for MBS User Data Ingest Session Service. API for MBS User Data Ingest Session Service.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
...@@ -10,7 +10,7 @@ info: ...@@ -10,7 +10,7 @@ info:
externalDocs: externalDocs:
description: > description: >
3GPP TS 29.580 V18.5.0; 5G System; Multicast/Broadcast Service Function Services. 3GPP TS 29.580 V18.6.0; 5G System; Multicast/Broadcast Service Function Services.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.580/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.580/'
servers: servers:
...@@ -749,6 +749,8 @@ components: ...@@ -749,6 +749,8 @@ components:
items: items:
$ref: 'TS29122_CommonData.yaml#/components/schemas/TimeWindow' $ref: 'TS29122_CommonData.yaml#/components/schemas/TimeWindow'
minItems: 1 minItems: 1
actPeriodsRepRule:
$ref: 'TS26517_MBSUserServiceAnnouncement.yaml#/components/schemas/RepetitionRule'
mbsUserServAnmt: mbsUserServAnmt:
$ref: '#/components/schemas/MBSUserServAnmt' $ref: '#/components/schemas/MBSUserServAnmt'
mbsUserServiceAnmt: mbsUserServiceAnmt:
...@@ -774,6 +776,8 @@ components: ...@@ -774,6 +776,8 @@ components:
required: required:
- mbsUserServId - mbsUserServId
- mbsDisSessInfos - mbsDisSessInfos
not:
required: [actPeriods, actPeriodsRepRule]
MBSDistributionSessionInfo: MBSDistributionSessionInfo:
description: Represents MBS Distribution Session information. description: Represents MBS Distribution Session information.
...@@ -849,6 +853,14 @@ components: ...@@ -849,6 +853,14 @@ components:
Subscription. Subscription.
type: object type: object
properties: properties:
actPeriods:
type: array
items:
$ref: 'TS29122_CommonData.yaml#/components/schemas/TimeWindow'
minItems: 1
nullable: true
actPeriodsRepRule:
$ref: '#/components/schemas/RepetitionRuleRm'
mbsDisSessInfos: mbsDisSessInfos:
type: object type: object
additionalProperties: additionalProperties:
...@@ -859,11 +871,6 @@ components: ...@@ -859,11 +871,6 @@ components:
Contains the requested modifications to one or more MBS Distribution Session(s) Contains the requested modifications to one or more MBS Distribution Session(s)
composing the MBS User Data Ingest Session. composing the MBS User Data Ingest Session.
The key of the map shall be any unique string encoded value. The key of the map shall be any unique string encoded value.
actPeriods:
type: array
items:
$ref: 'TS29122_CommonData.yaml#/components/schemas/TimeWindow'
minItems: 1
ObjectDistrMethInfo: ObjectDistrMethInfo:
description: > description: >
...@@ -1120,6 +1127,24 @@ components: ...@@ -1120,6 +1127,24 @@ components:
required: required:
- causes - causes
RepetitionRuleRm:
description: >
Represents the same as the RepetitionRule data type defined in 3GPP TS 26.517 but with the
OpenAPI nullable property set to true.
type: object
properties:
startTime:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
duration:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
repetitionInterval:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
nullable: true
required:
- startTime
- duration
- repetitionInterval
# SIMPLE DATA TYPES # SIMPLE DATA TYPES
# #
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: Nnef_EASDeployment title: Nnef_EASDeployment
version: 1.1.0 version: 1.1.1
description: | description: |
NEF EAS Deployment service. NEF EAS Deployment service.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
...@@ -10,7 +10,7 @@ info: ...@@ -10,7 +10,7 @@ info:
externalDocs: externalDocs:
description: > description: >
3GPP TS 29.591 V18.6.0; 5G System; Network Exposure Function Southbound Services; Stage 3. 3GPP TS 29.591 V18.8.0; 5G System; Network Exposure Function Southbound Services; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.591/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.591/
servers: servers:
...@@ -249,6 +249,8 @@ components: ...@@ -249,6 +249,8 @@ components:
type: string type: string
notifUri: notifUri:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uri' $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
required: required:
- eventId - eventId
- notifId - notifId
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: Nnef_ECSAddressConfigurationInformation title: Nnef_ECSAddressConfigurationInformation
version: 1.0.0 version: 1.0.1
description: | description: |
NEF ECS Address Service. NEF ECS Address Service.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
...@@ -10,7 +10,7 @@ info: ...@@ -10,7 +10,7 @@ info:
externalDocs: externalDocs:
description: > description: >
3GPP TS 29.591 V18.6.0; 5G System; Network Exposure Function Southbound Services; Stage 3. 3GPP TS 29.591 V18.7.0; 5G System; Network Exposure Function Southbound Services; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.591/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.591/
servers: servers:
...@@ -392,8 +392,6 @@ components: ...@@ -392,8 +392,6 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai' $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
minItems: 1 minItems: 1
description: Each updated element identifies a slice. description: Each updated element identifies a slice.
internalGroupId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/GroupId'
immRepInd: immRepInd:
type: boolean type: boolean
description: > description: >
......
openapi: 3.0.0 openapi: 3.0.0
info: info:
title: Nnef_UEId title: Nnef_UEId
version: 1.0.0 version: 1.0.1
description: | description: |
NEF Traffic Correlation Service. NEF Traffic Correlation Service.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved. All rights reserved.
externalDocs: externalDocs:
description: > description: >
3GPP TS 29.591 V18.6.0; 5G System; Network Exposure Function Southbound Services; Stage 3. 3GPP TS 29.591 V18.7.0; 5G System; Network Exposure Function Southbound Services; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.591/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.591/
servers: servers:
- url: '{apiRoot}/nnef-ueid/v1' - url: '{apiRoot}/nnef-ueid/v1'
...@@ -101,6 +101,8 @@ paths: ...@@ -101,6 +101,8 @@ paths:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/MapUeIdInfo' $ref: '#/components/schemas/MapUeIdInfo'
'204':
description: No Content (The requested UE ID mapping information does not exist.)
'400': '400':
$ref: 'TS29571_CommonData.yaml#/components/responses/400' $ref: 'TS29571_CommonData.yaml#/components/responses/400'
'401': '401':
...@@ -169,8 +171,7 @@ components: ...@@ -169,8 +171,7 @@ components:
- required: [uePvtIpAddr] - required: [uePvtIpAddr]
MapUeIdInfo: MapUeIdInfo:
description: > description: Contains the UE ID mapping information.
Contains the UE ID mapping information.
type: object type: object
properties: properties:
appLayerId: appLayerId:
......
openapi: 3.0.0 openapi: 3.0.0
info: info:
title: Nchf_ConvergedCharging title: Nchf_ConvergedCharging
version: 3.2.0-alpha.6 version: 3.2.0
description: | description: |
ConvergedCharging Service © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). ConvergedCharging Service © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved. All rights reserved.
externalDocs: externalDocs:
description: > description: >
3GPP TS 32.291 V18.6.0: Telecommunication management; Charging management; 3GPP TS 32.291 V18.7.0: Telecommunication management; Charging management;
5G system, charging service; Stage 3. 5G system, charging service; Stage 3.
url: 'http://www.3gpp.org/ftp/Specs/archive/32_series/32.291/' url: 'http://www.3gpp.org/ftp/Specs/archive/32_series/32.291/'
servers: servers:
...@@ -1046,9 +1046,10 @@ components: ...@@ -1046,9 +1046,10 @@ components:
$ref: '#/components/schemas/ReplyPathRequested' $ref: '#/components/schemas/ReplyPathRequested'
sMUserDataHeader: sMUserDataHeader:
type: string type: string
pattern: '^[0-9a-fA-F]+$'
sMStatus: sMStatus:
type: string type: string
pattern: '^[0-7]?[0-9a-fA-F]$' pattern: '^[0-9a-fA-F]{2}$'
sMDischargeTime: sMDischargeTime:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime' $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
numberofMessagesSent: numberofMessagesSent:
......
openapi: 3.0.0 openapi: 3.0.0
info: info:
title: Nchf_OfflineOnlyCharging title: Nchf_OfflineOnlyCharging
version: 1.2.0-alpha.1 version: 1.2.0
description: | description: |
OfflineOnlyCharging Service OfflineOnlyCharging Service
© 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved. All rights reserved.
externalDocs: externalDocs:
description: > 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. 5G system, charging service; Stage 3.
url: 'http://www.3gpp.org/ftp/Specs/archive/32_series/32.291/' url: 'http://www.3gpp.org/ftp/Specs/archive/32_series/32.291/'
servers: servers:
......