Skip to content
openapi: 3.0.1
info:
title: AI/ML NRM
version: 18.4.0
version: 18.5.0
description: >-
OAS 3.0.1 specification of the AI/ML NRM
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -348,9 +348,6 @@ components:
attributes:
allOf:
- type: object
oneOf:
- required: [ requestStatus, mLModelToTestRef ]
- required: [ requestStatus, mLModelCoordinationGroupToTestRef ]
properties:
requestStatus:
$ref: '#/components/schemas/RequestStatus'
......@@ -358,9 +355,9 @@ components:
type: boolean
suspendRequest:
type: boolean
mLModelToTestRef:
mLModelRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
mLModelCoordinationGroupToTestRef:
mLModelCoordinationGroupRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
MLTestingReport-Single:
......@@ -467,6 +464,10 @@ components:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
sourceTrainedMLModelRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
aIMLInferenceReportRefList:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
usedByFunctionRefList:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
MLModelRepository-Single:
allOf:
......@@ -542,7 +543,7 @@ components:
type: boolean
mLUpdateProcessRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
mLModelRef:
mLModelRefList:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
MLUpdateProcess-Single:
......@@ -555,9 +556,13 @@ components:
properties:
progressStatus:
$ref: '#/components/schemas/ProcessMonitor'
mLModelRef:
cancelProcess:
type: boolean
suspendProcess:
type: boolean
mLModelRefList:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
mLUpdateRequestRef:
mLUpdateRequestRefList:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
mLUpdateReportRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
......@@ -572,7 +577,7 @@ components:
properties:
updatedMLCapability:
$ref: '#/components/schemas/AvailMLCapabilityReport'
mLModelRef:
mLModelRefList:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
mLUpdateProcessRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
......@@ -596,7 +601,7 @@ components:
$ref: '#/components/schemas/AIMLManagementPolicy'
usedByFunctionRefList:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
mLModelRef:
mLModelRefList:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
- type: object
......@@ -626,7 +631,7 @@ components:
items:
$ref: '#/components/schemas/InferenceOutput'
minItems: 1
mLModelRef:
mLModelRefList:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
AIMLInferenceEmulationFunction-Single:
......@@ -639,7 +644,7 @@ components:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr'
- type: object
properties:
AIMLInferenceEmulationReport:
AIMLInferenceReport:
$ref: '#/components/schemas/AIMLInferenceReport-Multiple'
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
......
openapi: 3.0.1
info:
title: Intent NRM
version: 18.4.0
version: 18.5.0
description: >-
OAS 3.0.1 definition of the Intent NRM
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -64,10 +64,7 @@ components:
maximum: 100
description: It expresses the priority of the stated intent within a MnS consumer.
intentPreemptionCapability:
type: string
enum:
- TRUE
- FALSE
type: boolean
observationPeriod:
type: integer
description: >-
......
......@@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: coslaNrm
version: 18.1.0
version: 18.2.0
description: >-
OAS 3.0.1 specification of the Cosla NRM
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -156,12 +156,14 @@ components:
$ref: '#/components/schemas/ControlLoopLifeCyclePhase'
aCCLDisallowedList:
$ref: '#/components/schemas/ACCLDisallowedAttributes'
AssuranceGoal:
$ref: '#/components/schemas/AssuranceGoal-Multiple'
networkSliceRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
networkSliceSubnetRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
AssuranceReport:
$ref: '#/components/schemas/AssuranceReport-Single'
AssuranceGoal:
$ref: '#/components/schemas/AssuranceGoal-Multiple'
AssuranceGoal-Single:
allOf:
......
openapi: 3.0.1
info:
title: 3GPP Edge NRM
version: 18.7.0
version: 18.8.0
description: >-
OAS 3.0.1 specification of the Edge NRM
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -88,6 +88,17 @@ components:
type: string
swImageRef:
type: string
RegistrationInfo:
type: object
properties:
registrationExpiry:
type: string
readOnly: true
registrationID:
type: string
readOnly: true
secCredential:
type: string
Duration:
type: object
properties:
......@@ -205,6 +216,8 @@ components:
type: array
items:
type: string
registrationInfo:
$ref: '#/components/schemas/RegistrationInfo'
eASRequirementsRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
eASAddress:
......@@ -271,6 +284,9 @@ components:
type: boolean
eASFunctionRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
registrationInfo:
$ref: '#/components/schemas/RegistrationInfo'
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
ECSFunction-Single:
......
openapi: 3.0.1
info:
title: 3GPP 5GC NRM
version: 18.8.0
version: 18.9.0
description: >-
OAS 3.0.1 specification of the 5GC NRM
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -59,16 +59,20 @@ components:
type: object
description: 'NF profile stored in NRF, defined in TS 29.510'
properties:
nFInstanceId:
nfInstanceId:
type: string
description: uuid of NF instance
nFType:
nfType:
$ref: 'TS28623_GenericNrm.yaml#/components/schemas/NFType'
nFStatus:
nfStatus:
$ref: '#/components/schemas/NFStatus'
plmn:
type: array
items:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
sNssais:
type: array
items:
$ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'
fqdn:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn'
......@@ -86,7 +90,9 @@ components:
type: string
serviceName:
type: string
version:
versions:
type: array
items:
type: string
schema:
type: string
......@@ -98,9 +104,11 @@ components:
type: array
items:
$ref: '#/components/schemas/IpEndPoint'
apiPrfix:
apiPrefix:
type: string
allowedPlmns:
type: array
items:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
allowedNfTypes:
type: array
......@@ -217,6 +225,8 @@ components:
properties:
nfInstanceID:
type: string
interPlmnFqdn:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn'
nfType:
$ref: 'TS28623_GenericNrm.yaml#/components/schemas/NFType'
heartbeatTimer:
......@@ -787,12 +797,10 @@ components:
type: array
items:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv4Addr'
minItems: 1
ipv6EndpointAddresses:
type: array
items:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv6Addr'
minItems: 1
fqdn:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn'
networkInstance:
......@@ -812,8 +820,12 @@ components:
type: object
properties:
ipv4EndpointAddresses:
type: array
items:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv4Addr'
ipv6EndpointAddresses:
type: array
items:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv6Addr'
fqdn:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn'
......@@ -2328,7 +2340,7 @@ components:
blockedDur:
$ref: '#/components/schemas/TimeDuration'
blockedSlice:
type: string
$ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'
TimeDuration:
description: location for which the PLMN access restrictions are to be applied in case of NTN
type: object
......@@ -3030,8 +3042,6 @@ components:
$ref: '#/components/schemas/AmfIdentifier'
sBIFqdn:
type: string
interPlmnFQDN:
type: string
weightFactor:
$ref: '#/components/schemas/WeightFactor'
cNSIIdList:
......@@ -3077,8 +3087,8 @@ components:
$ref: '#/components/schemas/EP_N22-Multiple'
EP_N26:
$ref: '#/components/schemas/EP_N26-Multiple'
EP_NLS:
$ref: '#/components/schemas/EP_NLS-Multiple'
EP_NL1:
$ref: '#/components/schemas/EP_NL1-Multiple'
EP_NL2:
$ref: '#/components/schemas/EP_NL2-Multiple'
EP_N58:
......@@ -3521,8 +3531,8 @@ components:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
- type: object
properties:
EP_NLS:
$ref: '#/components/schemas/EP_NLS-Multiple'
EP_NL1:
$ref: '#/components/schemas/EP_NL1-Multiple'
NgeirFunction-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
......@@ -4267,7 +4277,7 @@ components:
$ref: 'TS28541_NrNrm.yaml#/components/schemas/LocalAddress'
remoteAddress:
$ref: 'TS28541_NrNrm.yaml#/components/schemas/RemoteAddress'
EP_NLS-Single:
EP_NL1-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
......@@ -4576,6 +4586,19 @@ components:
type: integer
qFMeasurementPeriod:
type: integer
qFMonitoredSatelliteBackhaulCategories:
type: array
items:
$ref: '#/components/schemas/SatelliteBackhaulCategories'
SatelliteBackhaulCategories:
type: string
description: any of enumerated value
enum:
- DYNAMIC_GEO
- DYNAMIC_MEO
- DYNAMIC_LEO
- DYNAMIC_OTHER_SAT
PredefinedPccRuleSet-Single:
allOf:
......@@ -4637,8 +4660,8 @@ components:
type: string
cNSIIdList:
$ref: '#/components/schemas/CNSIIdList'
nFProfileList:
$ref: '#/components/schemas/NFProfileList'
managedNFProfile:
$ref: '#/components/schemas/ManagedNFProfile'
commModelList:
$ref: '#/components/schemas/CommModelList'
nssafInfo:
......@@ -5259,6 +5282,10 @@ components:
enum:
- ACTIVATED
- DEACTIVATED
mLModelRefList:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
aIMLInferenceFunctionRefList:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
EP_SM12-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
......@@ -5549,10 +5576,10 @@ components:
type: array
items:
$ref: '#/components/schemas/EP_MAP_SMSC-Single'
EP_NLS-Multiple:
EP_NL1-Multiple:
type: array
items:
$ref: '#/components/schemas/EP_NLS-Single'
$ref: '#/components/schemas/EP_NL1-Single'
EP_NL2-Multiple:
type: array
items:
......@@ -5838,7 +5865,7 @@ components:
- $ref: '#/components/schemas/EP_S5U-Single'
- $ref: '#/components/schemas/EP_Rx-Single'
- $ref: '#/components/schemas/EP_MAP_SMSC-Single'
- $ref: '#/components/schemas/EP_NLS-Single'
- $ref: '#/components/schemas/EP_NL1-Single'
- $ref: '#/components/schemas/EP_NL2-Single'
- $ref: '#/components/schemas/EP_NL3-Single'
- $ref: '#/components/schemas/EP_NL5-Single'
......
openapi: 3.0.1
info:
title: NR NRM
version: 18.8.0
version: 18.9.0
description: >-
OAS 3.0.1 specification of the NR NRM
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -996,6 +996,10 @@ components:
$ref: 'TS28541_5GcNrm.yaml#/components/schemas/Configurable5QISet-Multiple'
Dynamic5QISet:
$ref: 'TS28541_5GcNrm.yaml#/components/schemas/Dynamic5QISet-Multiple'
NRNetwork:
$ref: '#/components/schemas/NRNetwork-Single'
EUtranNetwork:
$ref: '#/components/schemas/EUtraNetwork-Single'
NrCellCu-Single:
allOf:
......@@ -1102,9 +1106,9 @@ components:
description: "Condition is BWP sets are supported"
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
rimRSMonitoringStartTime:
type: string
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
rimRSMonitoringStopTime:
type: string
$ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
rimRSMonitoringWindowDuration:
type: integer
rimRSMonitoringWindowStartingOffset:
......@@ -1705,6 +1709,15 @@ components:
$ref: '#/components/schemas/EP_F1C-Multiple'
EP_F1U:
$ref: '#/components/schemas/EP_F1U-Multiple'
NRNetwork-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
NRFrequency:
$ref: '#/components/schemas/NRFrequency-Multiple'
ExternalGnbCuCpFunction:
$ref: '#/components/schemas/ExternalGnbCuCpFunction-Multiple'
ExternalGnbCuUpFunction-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
......@@ -1775,6 +1788,15 @@ components:
nRFrequencyRef:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
EUtraNetwork-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
- type: object
properties:
EUtranFrequency:
$ref: '#/components/schemas/EUtranFrequency-Multiple'
ExternalENBFunction:
$ref: '#/components/schemas/ExternalENBFunction-Multiple'
ExternalENBFunction-Single:
allOf:
- $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
......@@ -2203,6 +2225,9 @@ components:
- $ref: '#/components/schemas/NrCellDu-Single'
- $ref: '#/components/schemas/NrOperatorCellDu-Single'
- $ref: '#/components/schemas/NRNetwork-Single'
- $ref: '#/components/schemas/EUtraNetwork-Single'
- $ref: '#/components/schemas/NRFrequency-Single'
- $ref: '#/components/schemas/EUtranFrequency-Single'
......
openapi: 3.0.1
info:
title: Generic NRM
version: 18.7.0
version: 18.8.0
description: >-
OAS 3.0.1 definition of the Generic NRM
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -201,23 +201,7 @@ components:
properties:
streamTarget:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
Scope:
oneOf:
- type: object
properties:
scopeType:
type: string
enum:
- BASE_ONLY
- BASE_ALL
- BASE_NTH_LEVEL
- BASE_SUBTREE
scopeLevel:
type: integer
- type: object
properties:
dataNodeSelector:
type: string
ProcessMonitor:
description: >-
This data type is the "ProcessMonitor" data type without specialisations.
......@@ -250,7 +234,11 @@ components:
timer:
type: integer
AreaScope:
oneOf:
allOf:
- type: array
items:
$ref: '#/components/schemas/NpnId-Type'
- oneOf:
- type: array
items:
$ref: '#/components/schemas/EutraCellId'
......@@ -263,10 +251,6 @@ components:
- type: array
items:
$ref: '#/components/schemas/Tai'
- type: array
items:
$ref: '#/components/schemas/NpnId-Type'
Tai:
type: object
properties:
......
openapi: 3.0.1
info:
title: Subscription Control NRM
version: 18.7.0
version: 18.8.0
description: >-
OAS 3.0.1 definition of the Subscription Control NRM fragment
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -14,7 +14,8 @@ components:
schemas:
#-------- Definition of types-----------------------------------------------------
Scope:
type: object
oneOf:
- type: object
properties:
scopeType:
type: string
......@@ -25,6 +26,10 @@ components:
- BASE_SUBTREE
scopeLevel:
type: integer
- type: object
properties:
dataNodeSelector:
type: string
#-------- Definition of concrete IOCs --------------------------------------------
NtfSubscriptionControl-Single:
......
openapi: 3.0.1
info:
title: Trace Control NRM
version: 18.7.0
version: 18.8.0
description: >-
OAS 3.0.1 definition of the Trace Control NRM fragment
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -261,6 +261,8 @@ components:
- N20
- N22
- N26
- N41
- N42
AUSFInterfaces:
type: array
items:
......@@ -297,6 +299,7 @@ components:
- N5
- N7
- N15
- N28
SMFInterfaces:
type: array
items:
......@@ -307,6 +310,10 @@ components:
- N10
- N11
- S5-C
- N16
- N16a
- N38
- N40
SMSFInterfaces:
type: array
items:
......@@ -399,9 +406,6 @@ components:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Mcc'
mnc:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc'
required:
- mcc
- mnc
listOfTraceMetrics:
description: The trace metrics to be reported. See 3GPP TS 32.422 clause 10 for additional details.
......@@ -432,10 +436,6 @@ components:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc'
traceId:
type: string
required:
- mcc
- mnc
- traceId
traceReportingFormat-Type:
type: string
......@@ -465,13 +465,10 @@ components:
- SUPI
TargetIdValue:
type: string
required:
- TargetIdType
- TargetIdValue
triggeringEvents-Type:
type: object
description: Specifies when to start a Trace Recording Session and which message shall be recorded first, when to stop a Trace Recording Session and which message shall be recorded last respectively. See 3GPP TS 32.422 clause 5.1 for additional detials.
description: Specifies when to start a Trace Recording Session and which message shall be recorded first, when to stop a Trace Recording Session and which message shall be recorded last respectively. See 3GPP TS 32.422 clause 5.1 for additional details.
properties:
MSC_SERVER:
type: array
......@@ -556,6 +553,7 @@ components:
- NetworkDeregistration
- UEMobilityFromEPC
- UEMobilityToEPC
- ConvergedChargingService
SMF:
type: array
items:
......@@ -567,6 +565,9 @@ components:
- PDUsessionUPactivationDeactivation
- MobilityBtw3gppAndN3gppTo5GC
- MobilityFromEpc
- MobilityBtwISMForVSMF
- ConvergedChargingService
- OfflineOnlyCharging
PCF:
type: array
items:
......@@ -576,6 +577,7 @@ components:
- SMpolicy
- Authorization
- BDTpolicy
- SpendingLimitControl
UPF:
type: array
items:
......@@ -639,7 +641,7 @@ components:
description: Determines whether beam level measurements shall be included in case of immediate MDT M1 measurement in NR. For additional details see 3GPP TS 32.422 clause 5.10.40.
type: boolean
collectionPeriodRrmLte-Type:
collectionPeriodRRMLTE-Type:
description: See details in 3GPP TS 32.422 clause 5.10.20.
type: string
enum:
......@@ -654,7 +656,7 @@ components:
- 10240ms
- 60000ms
collectionPeriodM6Lte-Type:
collectionPeriodM6LTE-Type:
description: See details in 3GPP TS 32.422 clause 5.10.32.
type: string
enum:
......@@ -663,13 +665,13 @@ components:
- 5120ms
- 10240ms
collectionPeriodM7Lte-Type:
collectionPeriodM7LTE-Type:
description: See details in 3GPP TS 32.422 clause 5.10.33.
type: integer
minimum: 1
maximum: 60
collectionPeriodRrmUmts-Type:
collectionPeriodRRMUMTS-Type:
description: See details in 3GPP TS 32.422 clause 5.10.21.
type: string
enum:
......@@ -682,7 +684,7 @@ components:
- 4000ms
- 6000ms
collectionPeriodRrmNr-Type:
collectionPeriodRRMNR-Type:
description: See details in 3GPP TS 32.422 clause 5.10.30.
type: string
enum:
......@@ -692,7 +694,7 @@ components:
- 10240ms
- 60000ms
collectionPeriodM6Nr-Type:
collectionPeriodM6NR-Type:
description: See details in 3GPP TS 32.422 clause 5.10.34.
type: string
enum:
......@@ -711,7 +713,7 @@ components:
- 12min
- 30min
collectionPeriodM7Nr-Type:
collectionPeriodM7NR-Type:
description: See details in 3GPP TS 32.422 clause 5.10.35.
type: integer
minimum: 1
......@@ -725,7 +727,7 @@ components:
- A2_EVENT
eventThreshold-Type:
description: See details in 3GPP TS 32.422 clause 5.10.7, 5.10.7a, 5.10.13 and 5.10.14.
description: See details in 3GPP TS 32.422 clause 5.10.7 (LTE/NR Event A2 RSRP, RSRQ, SINR), 5.10.13 (UMTS Event 1f) and 5.10.14 (UMTS Event 1i).
type: object
properties:
EventThresholdRSRP:
......@@ -744,6 +746,10 @@ components:
- type: integer
minimum: 0
maximum: 127
EventThresholdSINR:
type: integer
minimum: 0
maximum: 127
EventThreshold1F:
type: object
properties:
......@@ -872,7 +878,7 @@ components:
- INFINITY
eventThresholdL1-Type:
description: See details in 3GPP TS 32.422 clause 5.10.X.
description: See details in 3GPP TS 32.422 clause 5.10.36.
type: object
properties:
RSRP:
......@@ -885,13 +891,13 @@ components:
maximum: 127
hysteresisL1-Type:
description: See details in 3GPP TS 32.422 clause 5.10.Y.
description: See details in 3GPP TS 32.422 clause 5.10.37.
type: integer
minimum: 0
maximum: 30
timeToTriggerL1-Type:
description: See details in 3GPP TS 32.422 clause 5.10.Z.
description: See details in 3GPP TS 32.422 clause 5.10.38.
type: string
enum:
- 0ms
......@@ -911,7 +917,7 @@ components:
- 2560ms
- 5120ms
measurementPeriodLte-Type:
measurementPeriodLTE-Type:
description: See details in 3GPP TS 32.422 clause 5.10.23.
type: string
enum:
......@@ -921,7 +927,7 @@ components:
- 10240ms
- 1min
measurementPeriodUmts-Type:
measurementPeriodUMTS-Type:
description: See details in 3GPP TS 32.422 clause 5.10.22.
type: string
enum:
......@@ -947,8 +953,8 @@ components:
- CPICH_RSCP
- PathLoss
eventThresholdUphUmts-Type:
description: See details in 3GPP TS 32.422 clause 5.10.A.
eventThresholdUphUMTS-Type:
description: See details in 3GPP TS 32.422 clause 5.10.39.
type: integer
minimum: 0
maximum: 31
......@@ -963,9 +969,6 @@ components:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Mcc'
mnc:
$ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc'
required:
- mcc
- mnc
maxItems: 16
positioningMethod-Type:
......@@ -1299,26 +1302,26 @@ components:
$ref: '#/components/schemas/reportInterval-Type'
eventThreshold:
$ref: '#/components/schemas/eventThreshold-Type'
collectionPeriodRrmLte:
$ref: '#/components/schemas/collectionPeriodRrmLte-Type'
collectionPeriodM6Lte:
$ref: '#/components/schemas/collectionPeriodM6Lte-Type'
collectionPeriodM7Lte:
$ref: '#/components/schemas/collectionPeriodM7Lte-Type'
collectionPeriodRrmUmts:
$ref: '#/components/schemas/collectionPeriodRrmUmts-Type'
collectionPeriodRrmNr:
$ref: '#/components/schemas/collectionPeriodRrmNr-Type'
collectionPeriodM6Nr:
$ref: '#/components/schemas/collectionPeriodM6Nr-Type'
collectionPeriodM7Nr:
$ref: '#/components/schemas/collectionPeriodM7Nr-Type'
eventThresholdUphUmts:
$ref: '#/components/schemas/eventThresholdUphUmts-Type'
measurementPeriodUmts:
$ref: '#/components/schemas/measurementPeriodUmts-Type'
measurementPeriodLte:
$ref: '#/components/schemas/measurementPeriodLte-Type'
collectionPeriodRRMLTE:
$ref: '#/components/schemas/collectionPeriodRRMLTE-Type'
collectionPeriodM6LTE:
$ref: '#/components/schemas/collectionPeriodM6LTE-Type'
collectionPeriodM7LTE:
$ref: '#/components/schemas/collectionPeriodM7LTE-Type'
collectionPeriodRRMUMTS:
$ref: '#/components/schemas/collectionPeriodRRMUMTS-Type'
collectionPeriodRRMNR:
$ref: '#/components/schemas/collectionPeriodRRMNR-Type'
collectionPeriodM6NR:
$ref: '#/components/schemas/collectionPeriodM6NR-Type'
collectionPeriodM7NR:
$ref: '#/components/schemas/collectionPeriodM7NR-Type'
eventThresholdUphUMTS:
$ref: '#/components/schemas/eventThresholdUphUMTS-Type'
measurementPeriodUMTS:
$ref: '#/components/schemas/measurementPeriodUMTS-Type'
measurementPeriodLTE:
$ref: '#/components/schemas/measurementPeriodLTE-Type'
measurementQuantity:
$ref: '#/components/schemas/measurementQuantity-Type'
beamLevelMeasurement:
......@@ -1348,6 +1351,7 @@ components:
type: array
items:
$ref: '#/components/schemas/MbsfnArea'
maxItems: 8
reportType:
$ref: '#/components/schemas/reportType-Type'
plmnList:
......@@ -1355,7 +1359,10 @@ components:
eventListForEventTriggeredMeasurement:
$ref: '#/components/schemas/eventListForEventTriggeredMeasurement-Type'
areaConfigurationForNeighCell:
type: array
items:
$ref: '#/components/schemas/AreaConfig'
maxItems: 32
nPNIdentityList:
type: array
items:
......
......@@ -200,6 +200,8 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/BdcUsedBy'
appBindingInfo:
$ref: 'TS29571_CommonData.yaml#/components/schemas/AppBindingInfo'
qosHintInfo:
$ref: 'TS29175_Nimsas_SessionEventControl.yaml#/components/schemas/QosHintInfo'
ArMediaSpecification:
......@@ -263,3 +265,5 @@ components:
description: >
This string provides forward-compatibility with future extensions to the enumeration
and is not used to encode content defined in the present version of this API.
......@@ -211,6 +211,31 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/BdcUsedBy'
appBindingInfo:
$ref: 'TS29571_CommonData.yaml#/components/schemas/AppBindingInfo'
qosHintInfo:
$ref: '#/components/schemas/QosHintInfo'
QosHintInfo:
description: The QoS hint information used for the media.
type: object
properties:
loss:
description: the maximum desirable end-to-end transport level packet loss rate
type: number
format: zero-based-integer or non-zero-real
localLoss:
description: the maximum desirable end-to-end transport level packet loss rate applied across the local link
type: number
format: zero-based-integer or non-zero-real
latency:
description: the maximum desirable end-to-end transport level packet latency
type: number
format: zero-based-integer or non-zero-real
localLatency:
description: the maximum desirable end-to-end transport level packet latency applied across the local link
type: number
format: zero-based-integer or non-zero-real
# ENUMS
......@@ -224,9 +249,11 @@ components:
- SESSION_ESTABLISHMENT_ALERTING
- SESSION_ESTABLISHMENT_SUCCESS
- SESSION_ESTABLISHMENT_FAILURE
- SESSION_ESTABLISHMENT_CANCEL
- MEDIA_CHANGE_REQUEST
- MEDIA_CHANGE_SUCCESS
- MEDIA_CHANGE_FAILURE
- MEDIA_CHANGE_CANCEL
- SESSION_TERMINATION
- type: string
description: >
......@@ -269,3 +296,4 @@ components:
description: >
This string provides forward-compatibility with future extensions to the enumeration
and is not used to encode content defined in the present version of this API.
......@@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: 'MF Media Resource Management (MRM) Service'
version: 1.0.0
version: 1.0.1
description: |
MF Media Resource Management (MRM) Service.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -10,7 +10,7 @@ info:
externalDocs:
description: >
3GPP TS 29.176 V18.2.0; IP Multimedia Subsystem (IMS); Media Function (MF) Services; Stage 3.
3GPP TS 29.176 V18.3.0; IP Multimedia Subsystem (IMS); Media Function (MF) Services; Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.176/
servers:
......@@ -347,8 +347,6 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DcEndpoint'
remoteDcEndpoint:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DcEndpoint'
securitySetup:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SecuritySetup'
Mdc1Info:
description: Represents the information of MDC1 interface.
......
......@@ -6,10 +6,10 @@ info:
API for discovering service APIs.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
version: "1.3.0"
version: "1.3.1"
externalDocs:
description: 3GPP TS 29.222 V18.6.0 Common API Framework for 3GPP Northbound APIs
description: 3GPP TS 29.222 V18.7.0 Common API Framework for 3GPP Northbound APIs
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
......@@ -156,6 +156,8 @@ components:
description: >
Description of the service API as published by the service. Each service
API information shall include AEF profiles matching the filter criteria.
suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
IpAddrInfo:
type: object
......
......@@ -6,10 +6,10 @@ info:
API for publishing service APIs.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
version: "1.3.0"
version: "1.3.1"
externalDocs:
description: 3GPP TS 29.222 V18.6.0 Common API Framework for 3GPP Northbound APIs
description: 3GPP TS 29.222 V18.7.0 Common API Framework for 3GPP Northbound APIs
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
......@@ -389,6 +389,11 @@ components:
description: >
Security methods supported by the interface, it take precedence over
the security methods provided in AefProfile, for this specific interface.
grantTypes:
type: array
items:
$ref: 'TS29222_CAPIF_Security_API.yaml#/components/schemas/OAuthGrantType'
minItems: 1
oneOf:
- required: [ipv4Addr]
- required: [ipv6Addr]
......@@ -417,6 +422,11 @@ components:
$ref: '#/components/schemas/SecurityMethod'
minItems: 1
description: Security methods supported by the AEF
grantTypes:
type: array
items:
$ref: 'TS29222_CAPIF_Security_API.yaml#/components/schemas/OAuthGrantType'
minItems: 1
domainName:
type: string
description: Domain to which API belongs to
......@@ -777,3 +787,4 @@ components:
- PUT: HTTP PUT method.
- PATCH: HTTP PATCH method.
- DELETE: HTTP DELETE method.
......@@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: NSCE_InfoCollection
version: 1.0.0
version: 1.0.1
description: |
NSCE_InfoCollection Service.
© <2024>, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -10,7 +10,7 @@ info:
externalDocs:
description: >
3GPP TS 29.435 V18.1.0; Service Enabler Architecture Layer for Verticals (SEAL);
3GPP TS 29.435 V18.2.0; Service Enabler Architecture Layer for Verticals (SEAL);
Network Slice Capability Enablement (NSCE) Server Service(s); Stage 3.
url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.435/
......@@ -40,7 +40,10 @@ paths:
$ref: '#/components/schemas/InfoCollectSubsc'
responses:
'201':
description: Created. The Information Collection Subscription is successfully created and a representation of the created Individual Information Collection Subscription resource shall be returned.
description: >
Created. The Information Collection Subscription is successfully created and a
representation of the created Individual Information Collection Subscription resource
shall be returned.
content:
application/json:
schema:
......@@ -48,8 +51,7 @@ paths:
headers:
Location:
description: >
Contains the URI of the newly created resource, according to the structure:
{apiRoot}/nsce-ic/<apiversion>/subscriptions/{subscriptionId}
Contains the URI of the newly created resource.
required: true
schema:
type: string
......@@ -87,7 +89,8 @@ paths:
$ref: '#/components/schemas/InfoCollectNotif'
responses:
'204':
description: No Content. The Information Collection Notification is successfully received.
description: >
No Content. The Information Collection Notification is successfully received.
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
......@@ -132,7 +135,9 @@ paths:
- Individual Information Collection Subscription (Document)
responses:
'200':
description: OK. The requested Individual Information Collection Subscription resource shall be returned.
description: >
OK. The requested Individual Information Collection Subscription resource shall be
returned.
content:
application/json:
schema:
......@@ -173,13 +178,17 @@ paths:
$ref: '#/components/schemas/InfoCollectSubsc'
responses:
'200':
description: OK. The Individual Information Collection Subscription resource is successfully updated and a representation of the updated resource shall be returned in the response body.
description: >
OK. The Individual Information Collection Subscription resource is successfully updated
and a representation of the updated resource shall be returned in the response body.
content:
application/json:
schema:
$ref: '#/components/schemas/InfoCollectSubsc'
'204':
description: No Content. The Individual Information Collection Subscription resource is successfully updated and no content is returned in the response body.
description: >
OK. The Individual Information Collection Subscription resource is successfully updated
and a representation of the updated resource shall be returned in the response body.
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
......@@ -221,14 +230,16 @@ paths:
responses:
'200':
description: >
OK. The Individual Information Collection Subscription resource is successfully modified and a representation of the updated resource shall be returned in the response body.
OK. The Individual Information Collection Subscription resource is successfully modified
and a representation of the updated resource shall be returned in the response body.
content:
application/json:
schema:
$ref: '#/components/schemas/InfoCollectSubsc'
'204':
description: >
No Content. The Individual Information Collection Subscription resource is successfully modified and no content is returned in the response body.
No Content. The Individual Information Collection Subscription resource is successfully
modified and no content is returned in the response body.
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
......@@ -263,7 +274,9 @@ paths:
- Individual Information Collection Subscription (Document)
responses:
'204':
description: No Content. The Individual Information Collection Subscription resource is successfully deleted.
description: >
No Content. The Individual Information Collection Subscription resource is successfully
modified and no content is returned in the response body.
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
......@@ -329,7 +342,15 @@ components:
notifUri:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
collectInfo:
type: object
additionalProperties:
$ref: '#/components/schemas/CollectInfo'
minProperties: 1
description: >
Contains the information collected from the interested Network slice.
The key of the map shall be any unique string encoded value and shall be set to the same
value as the as the one provided during the creation of the corresponding Information
Collection Subscription.
expTime:
$ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
......@@ -354,17 +375,20 @@ components:
CollectInfo:
type: object
properties:
snssai:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
qosMetric:
netSliceId:
$ref: 'TS29435_NSCE_PolicyManagement.yaml#/components/schemas/NetSliceId'
qosMetrics:
type: array
items:
$ref: '#/components/schemas/QoSMetric'
minItems: 1
repPeriod:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
immRepFlag:
type: boolean
description: Identifies the request needs immediate reporting or not.
required:
- snssai
- netSliceId
QoSMetric:
type: object
......@@ -397,8 +421,8 @@ components:
extensions to the enumeration and is not used to encode
content defined in the present version of this API.
description: |
Represents the QoS metric type, e.g. latency, throughput, jitter, etc.
Represents the QoS metric type.
Possible values are:
- LATENCY: Indicates that the QoS type is latency.
- THROUGHPUT: Indicates that the QoS type is latency.
- JITTER: Indicates that the QoS type is latency.
- THROUGHPUT: Indicates that the QoS type is throughput.
- JITTER: Indicates that the QoS type is jitter.
......@@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: NSCE Server Network Slice LifeCycle Management
version: 1.0.0
version: 1.0.1
description: |
NSCE Server Network Slice LifeCycle Management.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -10,7 +10,7 @@ info:
externalDocs:
description: >
3GPP TS 29.435 V18.1.0; Service Enabler Architecture Layer for Verticals (SEAL);
3GPP TS 29.435 V18.2.0; Service Enabler Architecture Layer for Verticals (SEAL);
Network Slice Capability Exposure (NSCE) Server Service(s); Stage 3.
url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.435/
......@@ -464,6 +464,11 @@ components:
properties:
notifUri:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
servReqs:
type: array
items:
$ref: 'TS29435_NSCE_SliceApiManagement.yaml#/components/schemas/AppServReqs'
minItems: 1
triggerConds:
type: array
items:
......@@ -484,6 +489,11 @@ components:
properties:
notifUri:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
servReqs:
type: array
items:
$ref: 'TS29435_NSCE_SliceApiManagement.yaml#/components/schemas/AppServReqs'
minItems: 1
triggerConds:
type: array
items:
......
......@@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: NSCE Server Edge Service Continuity Service
version: 1.0.0
version: 1.0.1
description: |
NSCE Server Edge Service Continuity Service.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
......@@ -10,7 +10,7 @@ info:
externalDocs:
description: >
3GPP TS 29.435 V18.1.0; Service Enabler Architecture Layer for Verticals (SEAL);
3GPP TS 29.435 V18.2.0; Service Enabler Architecture Layer for Verticals (SEAL);
Network Slice Capability Enablement (NSCE) Server Service(s); Stage 3.
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.435/
......@@ -297,9 +297,9 @@ components:
$ref: 'TS29435_NSCE_PolicyManagement.yaml#/components/schemas/NetSliceId'
servContReq:
$ref: 'TS29435_NSCE_InterPLMNContinuity.yaml#/components/schemas/ServContReq'
triggerAction:
$ref: 'TS29435_NSCE_InterPLMNContinuity.yaml#/components/schemas/AppReqs'
appQoSReqs:
$ref: 'TS29435_NSCE_InterPLMNContinuity.yaml#/components/schemas/AppReqs'
triggerAction:
$ref: '#/components/schemas/TriggerAction'
suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
......@@ -319,7 +319,7 @@ components:
description: >
The identifier of the VAL service for which the negotiation request applies.
triggerAction:
$ref: 'TS29435_NSCE_InterPLMNContinuity.yaml#/components/schemas/AppReqs'
$ref: '#/components/schemas/TriggerAction'
required:
- valServId
- triggerAction
......
openapi: 3.0.0
info:
version: '1.3.0'
version: '1.3.1'
title: 'Nsmf_PDUSession'
description: |
SMF PDU Session Service.
......@@ -9,7 +9,7 @@ info:
All rights reserved.
externalDocs:
description: 3GPP TS 29.502 V18.7.0; 5G System; Session Management Services; Stage 3
description: 3GPP TS 29.502 V18.9.0; 5G System; Session Management Services; Stage 3
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.502/
servers:
......@@ -2064,6 +2064,8 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfGroupId'
pcfGroupId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfGroupId'
pduSessionPrio:
$ref: '#/components/schemas/PduSessionPriority'
SmContextUpdateData:
description: Data within Update SM Context Request
......@@ -2305,6 +2307,8 @@ components:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
anchorSmfFeatures:
$ref: '#/components/schemas/AnchorSmfFeatures'
pduSessionPrio:
$ref: '#/components/schemas/PduSessionPriority'
SmContextReleaseData:
description: Data within Release SM Context Request
......@@ -4397,7 +4401,7 @@ components:
maxItems: 1
description: >
A reference to the TrafficControlData policy decision type. It is the tcId described
in clause 5.6.2.10 of 3GPP TS 29.512 [30].
in clause 5.6.2.10 of 3GPP TS 29.512 [30].
#
......@@ -4462,6 +4466,10 @@ components:
type: string
format: byte
PduSessionPriority:
description: The priority of the PDU session
type: integer
#
# ENUMERATIONS
#
......
openapi: 3.0.0
info:
version: '1.3.0'
version: '1.3.1'
title: 'Nudm_PP'
description: |
Nudm Parameter Provision Service.
......@@ -9,7 +9,7 @@ info:
All rights reserved.
externalDocs:
description: 3GPP TS 29.503 Unified Data Management Services, version 18.6.0
description: 3GPP TS 29.503 Unified Data Management Services, version 18.7.0
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'
servers:
......@@ -1149,8 +1149,27 @@ components:
items:
$ref: '#/components/schemas/EcsAuthMethod'
minItems: 1
supportedPlmns:
type: array
items:
$ref: '#/components/schemas/SupportedPlmn'
minItems: 1
nullable: true
SupportedPlmn:
type: object
required:
- plmnId
properties:
plmnId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
ecspIds:
type: array
items:
type: string
minItems: 1
5MbsAuthorizationInfo:
type: object
properties:
......
openapi: 3.0.0
info:
version: '2.3.0'
version: '2.3.2'
title: 'Nudm_SDM'
description: |
Nudm Subscriber Data Management Service.
......@@ -9,7 +9,7 @@ info:
All rights reserved.
externalDocs:
description: 3GPP TS 29.503 Unified Data Management Services, version 18.6.0
description: 3GPP TS 29.503 Unified Data Management Services, version 18.7.0
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'
servers:
......@@ -55,7 +55,7 @@ paths:
$ref: '#/components/schemas/DatasetNames'
- name: plmn-id
in: query
description: serving PLMN ID
description: serving PLMN ID or SNPN ID
content:
application/json:
schema:
......@@ -99,12 +99,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -120,12 +120,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -175,11 +175,11 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: plmn-id
in: query
description: serving PLMN ID
description: serving PLMN ID or SNPN ID
content:
application/json:
schema:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnIdNid'
- name: disaster-roaming-ind
in: query
description: Indication whether Disaster Roaming service is applied or not
......@@ -189,12 +189,12 @@ paths:
default: false
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -210,12 +210,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -352,12 +352,12 @@ paths:
explode: false
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -373,12 +373,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -428,12 +428,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -449,12 +449,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -504,11 +504,11 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: plmn-id
in: query
description: serving PLMN ID
description: serving PLMN ID or SNPN ID
content:
application/json:
schema:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnIdNid'
- name: disaster-roaming-ind
in: query
description: Indication whether Disaster Roaming service is applied or not
......@@ -518,12 +518,12 @@ paths:
default: false
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -539,12 +539,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -698,19 +698,19 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: plmn-id
in: query
description: serving PLMN ID
description: serving PLMN ID or SNPN ID
content:
application/json:
schema:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnIdNid'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -726,12 +726,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -791,10 +791,11 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
- name: plmn-id
in: query
description: serving PLMN ID or SNPN ID
content:
application/json:
schema:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnIdNid'
- name: disaster-roaming-ind
in: query
description: Indication whether Disaster Roaming service is applied or not
......@@ -804,12 +805,12 @@ paths:
default: false
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -825,12 +826,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -880,18 +881,19 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: plmn-id
in: query
description: serving PLMN ID or SNPN ID
content:
application/json:
schema:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnIdNid'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -907,12 +909,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -962,18 +964,19 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: plmn-id
in: query
description: serving PLMN ID or SNPN ID
content:
application/json:
schema:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnIdNid'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -989,12 +992,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -1044,12 +1047,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -1065,12 +1068,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -1121,12 +1124,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -1142,12 +1145,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -1197,18 +1200,19 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: plmn-id
in: query
description: serving PLMN ID or SNPN ID
content:
application/json:
schema:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnIdNid'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -1224,12 +1228,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -1280,12 +1284,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -1301,12 +1305,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -1357,12 +1361,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -1378,12 +1382,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -1434,12 +1438,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -1455,12 +1459,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -1511,12 +1515,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -1532,12 +1536,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -1593,12 +1597,12 @@ paths:
$ref: '#/components/schemas/UcPurpose'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -1614,12 +1618,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -1961,12 +1965,12 @@ paths:
$ref: '#/components/schemas/GpsiType'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -1982,12 +1986,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -2293,12 +2297,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -2316,12 +2320,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -2593,12 +2597,12 @@ paths:
type: string
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -2614,12 +2618,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -2670,12 +2674,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -2691,12 +2695,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -2763,12 +2767,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -2807,12 +2811,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Supi'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -2828,12 +2832,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -2884,12 +2888,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -2905,12 +2909,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -2961,12 +2965,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -2982,12 +2986,12 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: >
Timestamp for last modification of the resource, as described in RFC 9110, 2.2
Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -3038,12 +3042,12 @@ paths:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: If-None-Match
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.2
description: Validator for conditional requests, as described in RFC 9110, 13.1.2
schema:
type: string
- name: If-Modified-Since
in: header
description: Validator for conditional requests, as described in RFC 9110, 3.3
description: Validator for conditional requests, as described in RFC 9110, 13.1.3
schema:
type: string
responses:
......@@ -3059,11 +3063,11 @@ paths:
schema:
type: string
ETag:
description: Entity Tag, containing a strong validator, as described in RFC 9110, 2.3
description: Entity Tag, containing a strong validator, as described in RFC 9110, 8.8.3
schema:
type: string
Last-Modified:
description: Timestamp for last modification of the resource, as described in RFC 9110, 2.2
description: Timestamp for last modification of the resource, as described in RFC 9110, 8.8.2
schema:
type: string
'400':
......@@ -3867,9 +3871,6 @@ components:
$ref: '#/components/schemas/NsacAdmissionMode'
sessInactTimer:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
onDemand:
type: boolean
default: false
supportedFeatures:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
additionalSharedDnnConfigurationsIds:
......@@ -4926,6 +4927,10 @@ components:
default: false
UeIdentifiers:
description: Contains a list of UE IDs
type: object
properties:
ueIdList:
description: A map(list of key-value pairs) where Gpsi serves as key of arrays of Supi
type: object
additionalProperties:
......@@ -5102,10 +5107,10 @@ components:
description: Expected UE Behaviour Threshold
type: object
properties:
expecedUeBehaviourDatasets:
expectedUeBehaviourDatasets:
type: array
items:
$ref: '#/components/schemas/ExpecedUeBehaviourDataset'
$ref: '#/components/schemas/ExpectedUeBehaviourDataset'
minItems: 1
singleNssais:
type: array
......@@ -5874,7 +5879,9 @@ components:
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
ExpecedUeBehaviourDataset:
ExpectedUeBehaviourDataset:
description: >
Indicates the name of the Expected UE Behaviour Dataset
anyOf:
- type: string
enum:
......@@ -5955,3 +5962,4 @@ 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.