Skip to content
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: 3gpp-analyticsexposure title: 3gpp-analyticsexposure
version: 1.2.0 version: 1.2.1
description: | description: |
API for Analytics Exposure. API for Analytics Exposure.
© 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.522 V18.6.0; 5G System; Network Exposure Function Northbound APIs. 3GPP TS 29.522 V18.7.0; 5G System; Network Exposure Function Northbound APIs.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'
security: security:
...@@ -561,6 +561,13 @@ components: ...@@ -561,6 +561,13 @@ components:
resume the consumption of the analytics. Default value is "false" if omitted. resume the consumption of the analytics. Default value is "false" if omitted.
accuInfo: accuInfo:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AccuracyInfo' $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AccuracyInfo'
cancelAccuInd:
type: boolean
description: >
Indicates cancelled subscription of the analytics accuracy information.
Set to "true" indicates the NWDAF cancelled subscription of analytics accuracy
information as the NWDAF does not support the accuracy checking capability.
Otherwise set to "false". Default value is "false" if omitted.
nsiLoadLevelData: nsiLoadLevelData:
type: array type: array
items: items:
...@@ -1063,6 +1070,13 @@ components: ...@@ -1063,6 +1070,13 @@ components:
minItems: 1 minItems: 1
accuInfo: accuInfo:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AccuracyInfo' $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AccuracyInfo'
cancelAccuInd:
type: boolean
description: >
Indicates cancelled request of the analytics accuracy information.
Set to "true" indicates the NWDAF cancelled request of analytics accuracy
information as the NWDAF does not support the accuracy checking capability.
Otherwise set to "false". Default value is "false" if omitted.
relProxInfos: relProxInfos:
type: array type: array
items: items:
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: 3gpp-ecs-address title: 3gpp-ecs-address
version: 1.0.0 version: 1.0.1
description: | description: |
API for AF provisioned ECS Address Configuration Information. API for AF provisioned ECS Address Configuration Information.
© 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.522 V18.6.0; 5G System; Network Exposure Function Northbound APIs. 3GPP TS 29.522 V18.7.0; 5G System; Network Exposure Function Northbound APIs.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'
security: security:
...@@ -381,6 +381,16 @@ components: ...@@ -381,6 +381,16 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn' $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
snssai: snssai:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai' $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
ecsAuthMethods:
type: array
items:
$ref: 'TS29503_Nudm_PP.yaml#/components/schemas/EcsAuthMethod'
minItems: 1
supportedPlmns:
type: array
items:
$ref: 'TS29503_Nudm_PP.yaml#/components/schemas/SupportedPlmn'
minItems: 1
suppFeat: suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures' $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
required: required:
...@@ -394,7 +404,7 @@ components: ...@@ -394,7 +404,7 @@ components:
afIds: afIds:
type: array type: array
items: items:
$ref: 'TS29522_AKMA.yaml#/components/schemas/AfId' type: string
minItems: 1 minItems: 1
description: AF identifiers to be used as deletion criterion. description: AF identifiers to be used as deletion criterion.
dnn: dnn:
...@@ -403,6 +413,8 @@ components: ...@@ -403,6 +413,8 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai' $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
ecsAddrInfo: ecsAddrInfo:
$ref: '#/components/schemas/EcsAddrInfo' $ref: '#/components/schemas/EcsAddrInfo'
suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
anyOf: anyOf:
- required: [afIds] - required: [afIds]
- required: [dnn] - required: [dnn]
...@@ -416,6 +428,16 @@ components: ...@@ -416,6 +428,16 @@ components:
properties: properties:
ecsServerAddr: ecsServerAddr:
$ref: 'TS29571_CommonData.yaml#/components/schemas/EcsServerAddr' $ref: 'TS29571_CommonData.yaml#/components/schemas/EcsServerAddr'
ecsAuthMethods:
type: array
items:
$ref: 'TS29503_Nudm_PP.yaml#/components/schemas/EcsAuthMethod'
minItems: 1
supportedPlmns:
type: array
items:
$ref: 'TS29503_Nudm_PP.yaml#/components/schemas/SupportedPlmn'
minItems: 1
spatialValidityCond: spatialValidityCond:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SpatialValidityCond' $ref: 'TS29571_CommonData.yaml#/components/schemas/SpatialValidityCond'
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: 3gpp-ecs-address-provision title: 3gpp-ecs-address-provision
version: 1.1.0 version: 1.1.1
description: | description: |
API for ECS Address Provisioning. API for ECS Address Provisioning.
© 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.522 V18.6.0; 5G System; Network Exposure Function Northbound APIs. 3GPP TS 29.522 V18.7.0; 5G System; Network Exposure Function Northbound APIs.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'
security: security:
...@@ -311,6 +311,11 @@ components: ...@@ -311,6 +311,11 @@ components:
items: items:
$ref: 'TS29503_Nudm_PP.yaml#/components/schemas/EcsAuthMethod' $ref: 'TS29503_Nudm_PP.yaml#/components/schemas/EcsAuthMethod'
minItems: 1 minItems: 1
supportedPlmns:
type: array
items:
$ref: 'TS29503_Nudm_PP.yaml#/components/schemas/SupportedPlmn'
minItems: 1
suppFeat: suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures' $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
required: required:
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: 3gpp-mbs-group-msg title: 3gpp-mbs-group-msg
version: 1.0.0 version: 1.0.1
description: | description: |
API for MBS Group Message Delivery. API for MBS Group Message Delivery.
© 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.522 V18.6.0; 5G System; Network Exposure Function Northbound APIs. 3GPP TS 29.522 V18.7.0; 5G System; Network Exposure Function Northbound APIs.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'
security: security:
...@@ -329,6 +329,8 @@ components: ...@@ -329,6 +329,8 @@ components:
$ref: 'TS26517_MBSUserServiceAnnouncement.yaml#/components/schemas/UserServiceDescription' $ref: 'TS26517_MBSUserServiceAnnouncement.yaml#/components/schemas/UserServiceDescription'
servAreaWithoutMbs: servAreaWithoutMbs:
$ref: '#/components/schemas/MbsServArea' $ref: '#/components/schemas/MbsServArea'
nrRedCapUeInfo:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NrRedCapUeInfo'
suppFeat: suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures' $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
required: required:
...@@ -353,6 +355,8 @@ components: ...@@ -353,6 +355,8 @@ components:
$ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime' $ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
notifUri: notifUri:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Uri' $ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
nrRedCapUeInfo:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NrRedCapUeInfo'
MbsGroupMsgDelStatusNotif: MbsGroupMsgDelStatusNotif:
description: Represents the status notification information for an MBS group message delivery. description: Represents the status notification information for an MBS group message delivery.
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: 3gpp-mbs-tmgi title: 3gpp-mbs-tmgi
version: 1.1.0 version: 1.1.1
description: | description: |
API for the allocation, deallocation and management of TMGI(s) for MBS. API for the allocation, deallocation and management of TMGI(s) for MBS.
© 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.522 V18.6.0; 5G System; Network Exposure Function Northbound APIs. 3GPP TS 29.522 V18.7.0; 5G System; Network Exposure Function Northbound APIs.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'
security: security:
...@@ -251,9 +251,24 @@ components: ...@@ -251,9 +251,24 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/MbsServiceArea' $ref: 'TS29571_CommonData.yaml#/components/schemas/MbsServiceArea'
reducedExtMbsServArea: reducedExtMbsServArea:
$ref: 'TS29571_CommonData.yaml#/components/schemas/ExternalMbsServiceArea' $ref: 'TS29571_CommonData.yaml#/components/schemas/ExternalMbsServiceArea'
reducedMbsServAreas:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/MbsServiceArea'
minItems: 1
reducedExtMbsServAreas:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/ExternalMbsServiceArea'
minItems: 1
oneOf: oneOf:
- required: [reducedMbsServArea] - required: [reducedMbsServArea]
- required: [reducedExtMbsServArea] - required: [reducedExtMbsServArea]
allOf:
- not:
required: [reducedMbsServArea, reducedExtMbsServAreas]
- not:
required: [reducedExtMbsServArea, reducedMbsServAreas]
ProblemDetailsTmgiAlloc: ProblemDetailsTmgiAlloc:
description: > description: >
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: 3gpp-service-parameter title: 3gpp-service-parameter
version: 1.2.0 version: 1.2.1
description: | description: |
API for AF service paramter API for AF service paramter
© 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.522 V18.6.0; 5G System; Network Exposure Function Northbound APIs. 3GPP TS 29.522 V18.7.0; 5G System; Network Exposure Function Northbound APIs.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'
security: security:
...@@ -462,6 +462,14 @@ components: ...@@ -462,6 +462,14 @@ components:
$ref: '#/components/schemas/UrspRuleRequest' $ref: '#/components/schemas/UrspRuleRequest'
minItems: 1 minItems: 1
description: Contains the service parameter used to guide the URSP. description: Contains the service parameter used to guide the URSP.
vpsUrspGuidance:
type: array
items:
$ref: '#/components/schemas/UrspRuleRequest'
minItems: 1
description: >
Contains the service parameters used to guide the VPLMN-specific URSP
rule(s).
a2xParamsPc5: a2xParamsPc5:
$ref: '#/components/schemas/A2xParamsPc5' $ref: '#/components/schemas/A2xParamsPc5'
a2xParamsUu: a2xParamsUu:
...@@ -507,6 +515,15 @@ components: ...@@ -507,6 +515,15 @@ components:
$ref: '#/components/schemas/UrspRuleRequest' $ref: '#/components/schemas/UrspRuleRequest'
minItems: 1 minItems: 1
description: Contains the service parameter used to guide the URSP. description: Contains the service parameter used to guide the URSP.
vpsUrspGuidance:
type: array
items:
$ref: '#/components/schemas/UrspRuleRequest'
minItems: 1
description: >
Contains the service parameters used to guide the VPLMN-specific
URSP rule(s).
nullable: true
a2xParamsPc5: a2xParamsPc5:
$ref: '#/components/schemas/A2xParamsPc5Rm' $ref: '#/components/schemas/A2xParamsPc5Rm'
a2xParamsUu: a2xParamsUu:
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: 3gpp-time-sync-exposure title: 3gpp-time-sync-exposure
version: 1.1.0 version: 1.1.1
description: | description: |
API for time synchronization exposure. API for time synchronization exposure.
© 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.522 V18.6.0; 5G System; Network Exposure Function Northbound APIs. 3GPP TS 29.522 V18.8.0; 5G System; Network Exposure Function Northbound APIs.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'
security: security:
...@@ -920,8 +920,8 @@ components: ...@@ -920,8 +920,8 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi' $ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi'
n6Ind: n6Ind:
type: boolean type: boolean
description: > enum:
Indicates the N6 termination which the parameters below apply. - true
ptpEnable: ptpEnable:
type: boolean type: boolean
description: > description: >
......
...@@ -2,14 +2,14 @@ openapi: 3.0.0 ...@@ -2,14 +2,14 @@ openapi: 3.0.0
info: info:
title: 3gpp-ueid title: 3gpp-ueid
version: 1.1.0 version: 1.1.1
description: | description: |
API for UE ID service. API for UE ID 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.522 V18.6.0; 5G System; Network Exposure Function Northbound APIs. description: 3GPP TS 29.522 V18.7.0; 5G System; Network Exposure Function Northbound APIs.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'
security: security:
- {} - {}
...@@ -474,6 +474,8 @@ components: ...@@ -474,6 +474,8 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr' $ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr'
ueMacAddr: ueMacAddr:
$ref: 'TS29571_CommonData.yaml#/components/schemas/MacAddr48' $ref: 'TS29571_CommonData.yaml#/components/schemas/MacAddr48'
suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
required: required:
- afId - afId
oneOf: oneOf:
...@@ -520,5 +522,5 @@ components: ...@@ -520,5 +522,5 @@ components:
Represents the requested modification to a UE ID Mapping Information Provisioning. Represents the requested modification to a UE ID Mapping Information Provisioning.
type: object type: object
properties: properties:
ueIdMappingInfo: rsUeIdMappingInfo:
$ref: '#/components/schemas/RangSlUeIdMappInfo' $ref: '#/components/schemas/RangSlUeIdMappInfo'
openapi: 3.0.0 openapi: 3.0.0
info: info:
version: 1.3.0 version: 1.3.1
title: Npcf_UEPolicyControl title: Npcf_UEPolicyControl
description: | description: |
UE Policy Control Service. UE Policy Control Service.
...@@ -9,7 +9,7 @@ info: ...@@ -9,7 +9,7 @@ info:
All rights reserved. All rights reserved.
externalDocs: externalDocs:
description: 3GPP TS 29.525 V18.6.0; 5G System; UE Policy Control Service. description: 3GPP TS 29.525 V18.7.0; 5G System; UE Policy Control Service.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.525/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.525/'
servers: servers:
...@@ -360,6 +360,8 @@ components: ...@@ -360,6 +360,8 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PduSessionInfo' $ref: 'TS29571_CommonData.yaml#/components/schemas/PduSessionInfo'
minItems: 1 minItems: 1
description: Combination of DNN and S-NSSAIs for which LBO information is requested. description: Combination of DNN and S-NSSAIs for which LBO information is requested.
chfInfo:
$ref: 'TS29512_Npcf_SMPolicyControl.yaml#/components/schemas/ChargingInformation'
suppFeat: suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures' $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
n2Pc5RsppPol: n2Pc5RsppPol:
...@@ -439,6 +441,10 @@ components: ...@@ -439,6 +441,10 @@ components:
minItems: 1 minItems: 1
hPcfId: hPcfId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId' $ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
hPcfUri:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
hPcfSetId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfSetId'
uePolReq: uePolReq:
$ref: '#/components/schemas/UePolicyRequest' $ref: '#/components/schemas/UePolicyRequest'
guami: guami:
...@@ -469,6 +475,8 @@ components: ...@@ -469,6 +475,8 @@ components:
network corresponding to the configured S-NSSAI in the serving PLMN. network corresponding to the configured S-NSSAI in the serving PLMN.
n3gNodeReSel: n3gNodeReSel:
$ref: '#/components/schemas/Non3gppAccess' $ref: '#/components/schemas/Non3gppAccess'
sliceN3gNodeSelCap:
$ref: '#/components/schemas/SliceSpecificN3gNodeSelectionCapability'
satBackhaulCategory: satBackhaulCategory:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SatelliteBackhaulCategory' $ref: 'TS29571_CommonData.yaml#/components/schemas/SatelliteBackhaulCategory'
5gsToEpsMob: 5gsToEpsMob:
...@@ -494,8 +502,6 @@ components: ...@@ -494,8 +502,6 @@ components:
description: > description: >
Contains LBO roaming information for DNN and S-NSSAI combination(s). Contains LBO roaming information for DNN and S-NSSAI combination(s).
This attribute only applies in roaming and when the AMF is the NF service consumer. This attribute only applies in roaming and when the AMF is the NF service consumer.
chfInfo:
$ref: 'TS29512_Npcf_SMPolicyControl.yaml#/components/schemas/ChargingInformation'
suppFeat: suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures' $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
rangSlCapab: rangSlCapab:
...@@ -589,6 +595,10 @@ components: ...@@ -589,6 +595,10 @@ components:
description: > description: >
The Configured NSSAI for the serving PLMN, and the mapped S-NSSAI value of home The Configured NSSAI for the serving PLMN, and the mapped S-NSSAI value of home
network corresponding to the configured S-NSSAI in the serving PLMN. network corresponding to the configured S-NSSAI in the serving PLMN.
n3gNodeReSel:
$ref: '#/components/schemas/Non3gppAccess'
sliceN3gNodeSelCap:
$ref: '#/components/schemas/SliceSpecificN3gNodeSelectionCapability'
satBackhaulCategory: satBackhaulCategory:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SatelliteBackhaulCategory' $ref: 'TS29571_CommonData.yaml#/components/schemas/SatelliteBackhaulCategory'
urspEnfRep: urspEnfRep:
...@@ -609,6 +619,7 @@ components: ...@@ -609,6 +619,7 @@ components:
the subscription to VPLMN-specific URSP delivery outcome. the subscription to VPLMN-specific URSP delivery outcome.
The key of the map represents the AF request to guide VPLMN-specific URSP rules. The key of the map represents the AF request to guide VPLMN-specific URSP rules.
This attribute only applies in roaming and when the V-PCF is the NF service consumer. This attribute only applies in roaming and when the V-PCF is the NF service consumer.
nullable: true
lboRoamInfo: lboRoamInfo:
type: array type: array
items: items:
...@@ -829,6 +840,8 @@ components: ...@@ -829,6 +840,8 @@ components:
description: > description: >
AF subscribed event(s) notifications related to AF provisioned guidance AF subscribed event(s) notifications related to AF provisioned guidance
for VPLMN-specific URSP rules. for VPLMN-specific URSP rules.
nullable: true
nullable: true
LboRoamingInformation: LboRoamingInformation:
description: > description: >
...@@ -1125,6 +1138,28 @@ components: ...@@ -1125,6 +1138,28 @@ components:
- UU: This value is used to indicate that UE supports A2X communications over the PC5 - UU: This value is used to indicate that UE supports A2X communications over the PC5
reference point. reference point.
SliceSpecificN3gNodeSelectionCapability:
anyOf:
- type: string
enum:
- ONLY_N3IWF_SS_SEL
- ONLY_TNGF_SS_SEL
- TNGF_N3IWF_SS_SEL
- 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 UE capabilities with regard to slice-specific non-3gpp node selection.
Possible values are:
- ONLY_N3IWF_SS_SEL: Indicates that the UE supports N3IWF selection based on the slices
the UE wishes to use over untrusted non-3GPP access.
- ONLY_TNGF_SS_SEL: Indicates that the UE supports TNGF selection based on the slices
the UE wishes to use over trusted non-3GPP access.
- TNGF_N3IWF_SS_SEL: Indicates that the UE supports N3IWF selection based on the slices
the UE wishes to use over untrusted non-3GPP access and TNGF selection based on the
slices the UE wishes to use over trusted non-3GPP access.
# #
UePolicyTransferFailureCause: UePolicyTransferFailureCause:
description: UE Policy Transfer Failure Cause. description: UE Policy Transfer Failure Cause.
......
...@@ -2,14 +2,14 @@ openapi: 3.0.0 ...@@ -2,14 +2,14 @@ openapi: 3.0.0
info: info:
title: Nnsacf_NSAC title: Nnsacf_NSAC
version: 1.1.0 version: 1.1.1
description: | description: |
Nnsacf_NSAC Service. Nnsacf_NSAC 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.536 V18.6.0; 5G System; Network Slice Admission Control Services; Stage 3. description: 3GPP TS 29.536 V18.7.0; 5G System; Network Slice Admission Control Services; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.536/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.536/
servers: servers:
...@@ -288,6 +288,10 @@ components: ...@@ -288,6 +288,10 @@ components:
nnsacf-nsac:local-configs-update: > nnsacf-nsac:local-configs-update: >
Access to the NSAC update of the local maximum number of registered UEs and/or Access to the NSAC update of the local maximum number of registered UEs and/or
PDU sessions of the network slice at NSACF PDU sessions of the network slice at NSACF
nnsacf-nsac:roaming-quotas-query: >
Access to request the maximum number of registered UEs and/or PDU sessions of a
network slice for inbound roamers for VPLMN NSAC admission mode
schemas: schemas:
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: Npcf_MBSPolicyControl API title: Npcf_MBSPolicyControl API
version: 1.1.0 version: 1.1.1
description: | description: |
MBS Policy Control Service MBS Policy Control 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.537 V18.4.0; 5G System; Multicast/Broadcast Policy Control Services. 3GPP TS 29.537 V18.5.0; 5G System; Multicast/Broadcast Policy Control Services.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.537/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.537/'
security: security:
...@@ -306,6 +306,17 @@ components: ...@@ -306,6 +306,17 @@ components:
$ref: '#/components/schemas/MbsPcrt' $ref: '#/components/schemas/MbsPcrt'
minItems: 1 minItems: 1
nullable: true nullable: true
mbsChargingData:
type: object
additionalProperties:
$ref: '#/components/schemas/MbsChargingData'
minProperties: 1
description: >
Contains the MBS Charging Decision consisting of the MBS Charging Data instance(s)
applicable for the MBS Session.
The key of the map shall be set to the value of the mbsChgId attribute of the
corresponding map value encoded using the MbsChargingData data structure.
nullable: true
MbsPolicyData: MbsPolicyData:
description: > description: >
...@@ -340,6 +351,13 @@ components: ...@@ -340,6 +351,13 @@ components:
type: string type: string
minItems: 1 minItems: 1
maxItems: 1 maxItems: 1
refMbsChgData:
type: array
items:
type: string
minItems: 1
maxItems: 1
nullable: true
required: required:
- mbsPccRuleId - mbsPccRuleId
...@@ -436,6 +454,20 @@ components: ...@@ -436,6 +454,20 @@ components:
failureCode: failureCode:
$ref: '#/components/schemas/MbsFailureCode' $ref: '#/components/schemas/MbsFailureCode'
MbsChargingData:
description: Represents the MBS Charging Data.
type: object
properties:
mbsChgId:
type: string
mbsRatingGrp:
$ref: 'TS29571_CommonData.yaml#/components/schemas/RatingGroup'
meteringMethod:
$ref: 'TS29512_Npcf_SMPolicyControl.yaml#/components/schemas/MeteringMethod'
required:
- mbsChgId
nullable: true
# Simple data types: # Simple data types:
MbsMaxDataBurstVol: MbsMaxDataBurstVol:
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: MSGS_TopiclistEvent title: MSGS_TopiclistEvent
version: 1.0.0 version: 1.0.1
description: | description: |
API for Topic Messaging Event Service. API for Topic Messaging Event 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.538 V18.6.0; Enabling MSGin5G Service; Application Programming Interfaces (API) 3GPP TS 29.538 V18.7.0; Enabling MSGin5G Service; Application Programming Interfaces (API)
specification; Stage 3 specification; Stage 3
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.538/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.538/
...@@ -38,23 +38,19 @@ paths: ...@@ -38,23 +38,19 @@ paths:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/TopicListSubscription' $ref: '#/components/schemas/TopicListSubscription'
callbacks: responses:
MessagingTopicListNotification: '201':
'{$request.body#/notificationURI}': description: Topic list on the MSGin5G Server is successfully subscribed
post:
requestBody:
required: true
content: content:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/TopicListNotification' $ref: '#/components/schemas/TopicListSubscription'
responses: headers:
'204': Location:
description: No Content (successful notification) description: 'Contains the URI of the newly created resource'
'307': required: true
$ref: 'TS29122_CommonData.yaml#/components/responses/307' schema:
'308': type: string
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400': '400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400' $ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401': '401':
...@@ -77,19 +73,23 @@ paths: ...@@ -77,19 +73,23 @@ paths:
$ref: 'TS29122_CommonData.yaml#/components/responses/503' $ref: 'TS29122_CommonData.yaml#/components/responses/503'
default: default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default' $ref: 'TS29122_CommonData.yaml#/components/responses/default'
responses: callbacks:
'201': MessagingTopicListNotification:
description: Topic list on the MSGin5G Server is successfully subscribed '{$request.body#/notificationURI}':
post:
requestBody:
required: true
content: content:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/TopicListSubscriptionAck' $ref: '#/components/schemas/TopicListNotification'
headers: responses:
Location: '204':
description: 'Contains the URI of the newly created resource' description: No Content (successful notification)
required: true '307':
schema: $ref: 'TS29122_CommonData.yaml#/components/responses/307'
type: string '308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400': '400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400' $ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401': '401':
...@@ -113,34 +113,31 @@ paths: ...@@ -113,34 +113,31 @@ paths:
default: default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default' $ref: 'TS29122_CommonData.yaml#/components/responses/default'
/topiclist-subscriptions/{subscriptionId}: /topiclist-subscriptions/{subscriptionId}:
post:
summary: Unsubscribe to Messaging Topic list on a MSGin5G Server
tags:
- Topic List Unsubscriptionn
parameters: parameters:
- name: subscriptionId - name: subscriptionId
in: path in: path
description: Topic list subscription Id description: >
Represents the identifier of the Individual Topic List Subscription resource.
required: true required: true
schema: schema:
type: string type: string
requestBody:
required: true delete:
content: summary: Request the deletion of an existing Individual Topic List Subscription resource.
application/json: operationId: DeleteIndTopicListSubsc
schema: tags:
$ref: '#/components/schemas/TopicListUnsubscription' - Individual Topic List Subscription (Document)
responses: responses:
'200':
description: The individual Topic list unsubscription is successfully handled with the subscription not deleted.
content:
application/json:
schema:
$ref: '#/components/schemas/TopicListUnsubscriptionAck'
'204': '204':
description: > description: >
No Content. The individual MSGin5G Server Messaging Topic list subscription matching the subscription Id is successfully deleted. No Content. The Individual Topic List Subscription resource is successfully
deleted.
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400': '400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400' $ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401': '401':
...@@ -286,19 +283,6 @@ components: ...@@ -286,19 +283,6 @@ components:
secCred: secCred:
type: string type: string
TopicListSubscriptionAck:
description: Response of Messaging Topic list subscription
type: object
required:
- subStat
properties:
subStat:
type: string
exprTime:
$ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
TopicListUnsubscriptionAck: TopicListUnsubscriptionAck:
description: Response of Messaging Topic list unsubscription description: Response of Messaging Topic list unsubscription
type: object type: object
......
...@@ -6,11 +6,11 @@ info: ...@@ -6,11 +6,11 @@ info:
API for A-ADRF Data Management Service. API for A-ADRF Data 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.
version: "1.0.0" version: "1.0.1"
externalDocs: externalDocs:
description: > description: >
3GPP TS 29.549 V18.6.0 Service Enabler Architecture Layer for Verticals (SEAL); 3GPP TS 29.549 V18.7.0 Service Enabler Architecture Layer for Verticals (SEAL);
Application Programming Interface (API) specification; Stage 3. Application Programming Interface (API) specification; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.549/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.549/
...@@ -275,9 +275,8 @@ components: ...@@ -275,9 +275,8 @@ components:
type: string type: string
description: Version of the API which was invoked. description: Version of the API which was invoked.
inputParameters: inputParameters:
type: array type: string
items: {}
minItems: 1
description: List of input parameters. description: List of input parameters.
result: result:
type: string type: string
...@@ -317,8 +316,12 @@ components: ...@@ -317,8 +316,12 @@ components:
type: string type: string
validConds: validConds:
$ref: 'TS29549_SS_Events.yaml#/components/schemas/ValidityConditions' $ref: 'TS29549_SS_Events.yaml#/components/schemas/ValidityConditions'
apiLog: apiLogs:
type: array
items:
$ref: '#/components/schemas/ApiLogInfo' $ref: '#/components/schemas/ApiLogInfo'
minItems: 1
description: The API logs information.
rttDeviation: rttDeviation:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Float' $ref: 'TS29571_CommonData.yaml#/components/schemas/Float'
snssais: snssais:
......
...@@ -6,11 +6,11 @@ info: ...@@ -6,11 +6,11 @@ info:
API for ADAE service API analytics service. API for ADAE service API analytics 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.
version: "1.0.0" version: "1.0.1"
externalDocs: externalDocs:
description: > description: >
3GPP TS 29.549 V18.6.0 Service Enabler Architecture Layer for Verticals (SEAL); 3GPP TS 29.549 V18.7.0 Service Enabler Architecture Layer for Verticals (SEAL);
Application Programming Interface (API) specification; Stage 3. Application Programming Interface (API) specification; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.549/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.549/
...@@ -19,7 +19,7 @@ security: ...@@ -19,7 +19,7 @@ security:
- oAuth2ClientCredentials: [] - oAuth2ClientCredentials: []
servers: servers:
- url: '{apiRoot}/ss-adae-sspa/v1' - url: '{apiRoot}/ss-adae-sa/v1'
variables: variables:
apiRoot: apiRoot:
default: https://example.com default: https://example.com
...@@ -236,6 +236,7 @@ components: ...@@ -236,6 +236,7 @@ components:
required: required:
- analyticsType - analyticsType
- notifUri - notifUri
- eventCriteria
oneOf: oneOf:
- required: [serviceApiName] - required: [serviceApiName]
- required: [serviceApiType] - required: [serviceApiType]
......
...@@ -6,11 +6,11 @@ info: ...@@ -6,11 +6,11 @@ info:
API for SEAL VAL Service Area Configuration Service. API for SEAL VAL Service Area Configuration 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.
version: "1.0.0" version: "1.0.1"
externalDocs: externalDocs:
description: > description: >
3GPP TS 29.549 V18.6.0 Service Enabler Architecture Layer for Verticals (SEAL); 3GPP TS 29.549 V18.7.0 Service Enabler Architecture Layer for Verticals (SEAL);
Application Programming Interface (API) specification; Stage 3. Application Programming Interface (API) specification; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.549/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.549/
...@@ -311,6 +311,9 @@ components: ...@@ -311,6 +311,9 @@ components:
$ref: 'TS29549_SS_UserProfileRetrieval.yaml#/components/schemas/ValTargetUe' $ref: 'TS29549_SS_UserProfileRetrieval.yaml#/components/schemas/ValTargetUe'
valUeB: valUeB:
$ref: 'TS29549_SS_UserProfileRetrieval.yaml#/components/schemas/ValTargetUe' $ref: 'TS29549_SS_UserProfileRetrieval.yaml#/components/schemas/ValTargetUe'
required:
- valUeA
- valUeB
# Simple data types and Enumerations # Simple data types and Enumerations
U2UAnalytics: U2UAnalytics:
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: ECS Service Provisioning Service title: ECS Service Provisioning Service
version: 1.0.0 version: 1.0.1
description: | description: |
ECS Service Provisioning Service. ECS Service Provisioning 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.558 V18.6.0; Enabling Edge Applications; 3GPP TS 29.558 V18.8.0; Enabling Edge Applications;
Application Programming Interface (API) specification; Stage 3. Application Programming Interface (API) specification; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.558/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.558/
...@@ -364,8 +364,11 @@ components: ...@@ -364,8 +364,11 @@ components:
Represents a Service Provisioning information retrieval request. Represents a Service Provisioning information retrieval request.
type: object type: object
properties: properties:
federationInfo: fedInfo:
type: array
items:
$ref: '#/components/schemas/FederationInfo' $ref: '#/components/schemas/FederationInfo'
minItems: 1
acProfs: acProfs:
type: array type: array
items: items:
...@@ -403,8 +406,11 @@ components: ...@@ -403,8 +406,11 @@ components:
properties: properties:
notifUri: notifUri:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Uri' $ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
federationInfo: fedInfo:
type: array
items:
$ref: '#/components/schemas/FederationInfo' $ref: '#/components/schemas/FederationInfo'
minItems: 1
acProfs: acProfs:
type: array type: array
items: items:
...@@ -431,8 +437,11 @@ components: ...@@ -431,8 +437,11 @@ components:
properties: properties:
notifUri: notifUri:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Uri' $ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
federationInfo: fedInfo:
type: array
items:
$ref: '#/components/schemas/FederationInfo' $ref: '#/components/schemas/FederationInfo'
minItems: 1
acProfs: acProfs:
type: array type: array
items: items:
......
...@@ -5,10 +5,10 @@ info: ...@@ -5,10 +5,10 @@ info:
API for Target EES Discovery. API for Target EES Discovery.
© 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.
version: 1.1.0 version: 1.1.1
externalDocs: externalDocs:
description: > description: >
3GPP TS 29.558 V18.6.0 Enabling Edge Applications; 3GPP TS 29.558 V18.7.0 Enabling Edge Applications;
Application Programming Interface (API) specification; Stage 3 Application Programming Interface (API) specification; Stage 3
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.558/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.558/
security: security:
...@@ -112,6 +112,12 @@ paths: ...@@ -112,6 +112,12 @@ paths:
required: false required: false
schema: schema:
type: string type: string
- name: supp-feats
in: query
description: Contains the list of supported feature(s).
required: false
schema:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
responses: responses:
'200': '200':
description: > description: >
......
openapi: 3.0.0 openapi: 3.0.0
info: info:
version: '1.2.0' version: '1.2.1'
title: 'Nhss_UECM' title: 'Nhss_UECM'
description: | description: |
HSS UE Context Management. HSS UE Context Management.
...@@ -9,7 +9,7 @@ info: ...@@ -9,7 +9,7 @@ info:
All rights reserved. All rights reserved.
externalDocs: externalDocs:
description: 3GPP TS 29.563 HSS Services for Interworking With UDM, version 18.5.0 description: 3GPP TS 29.563 HSS Services for Interworking With UDM, version 18.6.0
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.563/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.563/'
servers: servers:
...@@ -265,4 +265,5 @@ components: ...@@ -265,4 +265,5 @@ components:
- UE_INITIAL_AND_SINGLE_REGISTRATION - UE_INITIAL_AND_SINGLE_REGISTRATION
- UE_INITIAL_AND_DUAL_REGISTRATION - UE_INITIAL_AND_DUAL_REGISTRATION
- EPS_TO_5GS_MOBILITY - EPS_TO_5GS_MOBILITY
- EPS_TO_5GS_MOBILITY_WITHOUT_N26_IWK
- type: string - type: string
...@@ -2,14 +2,14 @@ openapi: 3.0.0 ...@@ -2,14 +2,14 @@ openapi: 3.0.0
info: info:
title: 'UPF Event Exposure Service' title: 'UPF Event Exposure Service'
version: 1.1.0 version: 1.1.1
description: | description: |
UPF Event Exposure Service. UPF Event Exposure 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.564 V18.5.0; 5G System; User Plane Function Services; Stage 3. description: 3GPP TS 29.564 V18.6.0; 5G System; User Plane Function Services; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.564/ url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.564/
servers: servers:
...@@ -338,6 +338,8 @@ components: ...@@ -338,6 +338,8 @@ components:
anyUe: anyUe:
type: boolean type: boolean
default: false default: false
supi:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Supi'
dnn: dnn:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn' $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
snssai: snssai:
......
...@@ -2,7 +2,7 @@ openapi: 3.0.0 ...@@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: Ntsctsf_TimeSynchronization Service API title: Ntsctsf_TimeSynchronization Service API
version: 1.1.0 version: 1.1.2
description: | description: |
TSCTSF Time Synchronization Service. TSCTSF Time Synchronization 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.565 V18.6.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. Services; Stage 3.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.565/' url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.565/'
servers: servers:
...@@ -176,7 +176,7 @@ paths: ...@@ -176,7 +176,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: 'TS29522_TimeSyncExposure.yaml#/components/schemas/TimeSyncExposureSubsc' $ref: '#/components/schemas/TimeSyncExposureSubsc'
parameters: parameters:
- name: subscriptionId - name: subscriptionId
description: String identifying an Individual Time Synchronization Exposure Subscription. description: String identifying an Individual Time Synchronization Exposure Subscription.
...@@ -531,7 +531,7 @@ components: ...@@ -531,7 +531,7 @@ components:
clientCredentials: clientCredentials:
tokenUrl: '{nrfApiRoot}/oauth2/token' tokenUrl: '{nrfApiRoot}/oauth2/token'
scopes: scopes:
ntsctsf-timesynchronization: Access to the Ntsctsf_TimeSynchronization API ntsctsf-time-sync: Access to the Ntsctsf_TimeSynchronization API
schemas: schemas:
TimeSyncExposureSubsc: TimeSyncExposureSubsc:
...@@ -820,6 +820,8 @@ components: ...@@ -820,6 +820,8 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi' $ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi'
n6Ind: n6Ind:
type: boolean type: boolean
enum:
- true
ptpEnable: ptpEnable:
type: boolean type: boolean
logSyncInter: logSyncInter:
......