A.5 Nnwdaf_MLModelProvision API

29.5203GPP5G SystemNetwork Data Analytics ServicesRelease 18Stage 3TS

openapi: 3.0.0

info:

title: Nnwdaf_MLModelProvision

version: 1.1.0-alpha.1

description: |

Nnwdaf_MLModelProvision API Service.

© 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).

All rights reserved.

externalDocs:

description: 3GPP TS 29.520 V18.0.0; 5G System; Network Data Analytics Services.

url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.520/

servers:

– url: ‘{apiRoot}/nnwdaf-mlmodelprovision/v1’

variables:

apiRoot:

default: https://example.com

description: apiRoot as defined in clause 4.4 of 3GPP TS 29.501

security:

– {}

– oAuth2ClientCredentials:

– nnwdaf-mlmodelprovision

paths:

/subscriptions:

post:

summary: Create a new Individual NWDAF ML Model Provision Subscription resource.

operationId: CreateNWDAFMLModelProvisionSubcription

tags:

– Subscriptions (Collection)

requestBody:

required: true

content:

application/json:

schema:

$ref: ‘#/components/schemas/NwdafMLModelProvSubsc’

responses:

‘201’:

description: Create a new Individual NWDAF ML Model Provision Subscription resource.

content:

application/json:

schema:

$ref: ‘#/components/schemas/NwdafMLModelProvSubsc’

headers:

Location:

description: >

Contains the URI of the newly created resource, according to the structure

{apiRoot}/nnwdaf-mlmodelprovision/v1/subscriptions/{subscriptionId}.

required: true

schema:

type: string

‘400’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/400’

‘401’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/401’

‘403’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/403’

‘404’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/404’

‘411’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/411’

‘413’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/413’

‘415’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/415’

‘429’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/429’

‘500’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/500’

‘502’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/502’

‘503’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/503’

default:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

callbacks:

myNotification:

‘{$request.body#/notifUri}’:

post:

requestBody:

required: true

content:

application/json:

schema:

type: array

items:

$ref: ‘#/components/schemas/NwdafMLModelProvNotif’

minItems: 1

responses:

‘204’:

description: No Content, Notification was succesfull

‘307’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/307’

‘308’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/308’

‘400’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/400’

‘401’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/401’

‘403’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/403’

‘404’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/404’

‘411’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/411’

‘413’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/413’

‘415’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/415’

‘429’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/429’

‘500’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/500’

‘502’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/502’

‘503’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/503’

default:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

/subscriptions/{subscriptionId}:

put:

summary: update an existing Individual NWDAF ML Model Provision Subscription

operationId: UpdateNWDAFMLModelProvisionSubcription

tags:

– Individual NWDAF ML Model Provision Subscription (Document)

requestBody:

required: true

content:

application/json:

schema:

$ref: ‘#/components/schemas/NwdafMLModelProvSubsc’

parameters:

– name: subscriptionId

in: path

description: String identifying a subscription to the Nnwdaf_MLModelProvision Service.

required: true

schema:

type: string

responses:

‘200’:

description: >

The Individual NWDAF ML Model Provision Subscription resource was modified successfully

and a representation of that resource is returned.

content:

application/json:

schema:

$ref: ‘#/components/schemas/NwdafMLModelProvSubsc’

‘204’:

description: >

The Individual NWDAF ML Model Provision Subscription resource was modified successfully.

‘307’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/307’

‘308’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/308’

‘400’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/400’

‘401’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/401’

‘403’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/403’

‘404’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/404’

‘411’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/411’

‘413’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/413’

‘415’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/415’

‘429’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/429’

‘500’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/500’

‘502’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/502’

‘503’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/503’

default:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

delete:

summary: Delete an existing Individual NWDAF ML Model Provision Subscription.

operationId: DeleteNWDAFMLModelProvisionSubcription

tags:

– Individual NWDAF ML Model Provision Subscription (Document)

parameters:

– name: subscriptionId

in: path

description: String identifying a subscription to the Nnwdaf_MLModelProvision Service.

required: true

schema:

type: string

responses:

‘204’:

description: >

No Content. The Individual NWDAF ML Model Provision Subscription matching the

subscriptionId was deleted.

‘307’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/307’

‘308’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/308’

‘400’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/400’

‘401’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/401’

‘403’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/403’

‘404’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/404’

‘429’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/429’

‘500’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/500’

‘502’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/502’

‘503’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/503’

default:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

components:

securitySchemes:

oAuth2ClientCredentials:

type: oauth2

flows:

clientCredentials:

tokenUrl: ‘{nrfApiRoot}/oauth2/token’

scopes:

nnwdaf-mlmodelprovision: Access to the Nnwdaf_MLModelProvision API

schemas:

NwdafMLModelProvSubsc:

description: Represents NWDAF Event Subscription resources.

type: object

properties:

mLEventSubscs:

type: array

items:

$ref: ‘#/components/schemas/MLEventSubscription’

minItems: 1

description: Subscribed events

notifUri:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Uri’

mLEventNotifs:

type: array

items:

$ref: ‘#/components/schemas/MLEventNotif’

minItems: 1

suppFeats:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/SupportedFeatures’

notifCorreId:

type: string

eventReq:

$ref: ‘TS29523_Npcf_EventExposure.yaml#/components/schemas/ReportingInformation’

failEventReports:

type: array

items:

$ref: ‘#/components/schemas/FailureEventInfoForMLModel’

minItems: 1

required:

– mLEventSubscs

– notifUri

MLEventSubscription:

description: Represents a subscription to a single event.

type: object

properties:

mLEvent:

$ref: ‘TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NwdafEvent’

mLEventFilter:

$ref: ‘TS29520_Nnwdaf_AnalyticsInfo.yaml#/components/schemas/EventFilter’

tgtUe:

$ref: ‘TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/TargetUeInformation’

mLTargetPeriod:

$ref: ‘TS29122_CommonData.yaml#/components/schemas/TimeWindow’

expiryTime:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

required:

– mLEvent

– mLEventFilter

NwdafMLModelProvNotif:

description: Represents notifications on events that occurred.

type: object

properties:

eventNotifs:

type: array

items:

$ref: ‘#/components/schemas/MLEventNotif’

minItems: 1

description: Notifications about Individual Events.

subscriptionId:

type: string

description: String identifying a subscription to the Nnwdaf_MLModelProvision Service.

required:

– eventNotifs

– subscriptionId

MLEventNotif:

description: Represents a notification related to a single event that occurred.

type: object

properties:

event:

$ref: ‘TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NwdafEvent’

notifCorreId:

type: string

mLFileAddr:

$ref: ‘#/components/schemas/MLModelAddr’

validityPeriod:

$ref: ‘TS29122_CommonData.yaml#/components/schemas/TimeWindow’

spatialValidity:

$ref: ‘TS29554_Npcf_BDTPolicyControl.yaml#/components/schemas/NetworkAreaInfo’

required:

– event

– mLFileAddr

FailureEventInfoForMLModel:

description: >

Represents the event(s) that the subscription is not successful including the failure

reason(s).

type: object

properties:

event:

$ref: ‘TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NwdafEvent’

failureCode:

$ref: ‘#/components/schemas/FailureCode’

required:

– event

– failureCode

MLModelAddr:

description: Addresses of ML model files.

type: object

properties:

mLModelUrl:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Uri’

mlFileFqdn:

type: string

description: The FQDN of the ML Model file.

oneOf:

– required: [mLModelUrl]

– required: [mlFileFqdn]

#

# ENUMERATIONS DATA TYPES

#

FailureCode:

anyOf:

– type: string

enum:

– UNAVAILABLE_ML_MODEL

– 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: >

Possible values are

– UNAVAILABLE_ML_MODEL: Indicates the requested ML model for the event is unavailable.

Annex B (informative):
Change history

Change history

Date

TSG #

TSG Doc.

CR

Rev

Cat

Subject/Comment

New

2017-10

TS skeleton of Network Data Analytics Services.

0.0.0

2017-11

CT3#92

Inclusion of documents agreed in CT3#92 C3-175356.

0.1.0

2017-12

CT3#93

Inclusion of documents agreed in CT3#93 C3-176166, C3-176260, C3-176324, C3-176325, C3-176326, and C3-176327.

0.2.0

2018-01

CT3#94

Inclusion of documents agreed in CT3#94 C3-180252, C3-180253, C3-180254, C3-180255, C3-180256, C3-180257, C3-180344, C3-180345, C3-180346, C3-180323 and C3-180347.

0.3.0

2018-03

CT3#95

Inclusion of documents agreed in CT3#95 C3-181253, C3-181255, C3-181256, C3-181257, C3-181260, C3-181312, C3-181342 and C3-181343.

0.4.0

2018-03

CT3#96

Inclusion of documents agreed in CT3#96 C3-182379 and C3-182380.

0.5.0

2018-05

CT3#97

Inclusion of documents agreed in CT3#97 C3-183285, C3-183532, C3-183533, C3-183534 and C3-183535.

0.6.0

2018-06

CT#80

CP-181032

TS sent to plenary for approval

1.0.0

2018-06

CT#80

CP-181032

TS approved by plenary

15.0.0

2018-09

CT#81

CP-182015

0001

3

F

Clarification on mandatory HTTP error status codes

15.1.0

2018-09

CT#81

CP-182209

0002

4

B

OpenAPI for TS 29.520

15.1.0

2018-09

CT#81

CP-182015

0003

1

F

Description of Structured data types

15.1.0

2018-09

CT#81

CP-182015

0004

1

F

Resource structure presentation

15.1.0

2018-12

CT#82

CP-183205

0006

F

Default value for apiRoot

15.2.0

2018-12

CT#82

CP-183205

0007

2

F

Correct Nnwdaf service

15.2.0

2018-12

CT#82

CP-183205

0008

1

F

Cardinality

15.2.0

2018-12

CT#82

CP-183205

0009

F

API version

15.2.0

2018-12

CT#82

CP-183205

0010

F

ExternalDocs OpenAPI field

15.2.0

2018-12

CT#82

CP-183205

0011

1

F

Security

15.2.0

2018-12

CT#82

CP-183205

0012

1

F

Supported content types

15.2.0

2018-12

CT#82

CP-183205

0013

2

F

HTTP Error responses

15.2.0

2018-12

CT#82

CP-183205

0014

2

F

Correct NWDAF resource

15.2.0

2018-12

CT#82

CP-183205

0016

1

F

Adding HTTP status code "204 No Content"

15.2.0

2018-12

CT#82

CP-183205

0019

F

Location header field in OpenAPI

15.2.0

2019-03

CT#83

CP-190113

0020

F

Support of NSSF as the service consumer

15.3.0

2019-03

CT#83

CP-190113

0021

1

F

Formatting of structured data types in query

15.3.0

2019-03

CT#83

CP-190113

0022

F

OpenAPI info version update

15.3.0

2019-03

CT#83

CP-190213

0023

1

F

Correction of Location header in Nnwdaf_EventsSubscription OPenAPI

15.3.0

2019-06

CT#84

CP-191078

0024

1

F

Correction of Nnwdaf_EventsSubscription OpenAPI

15.4.0

2019-06

CT#84

CP-191078

0029

7

F

Corrections on TS 29.520

15.4.0

2019-06

CT#84

CP-191078

0035

1

F

Precedence of OpenAPI file

15.4.0

2019-06

CT#84

CP-191078

0037

1

F

Copyright Note in YAML files

15.4.0

2019-06

CT#84

CP-191090

0025

1

B

Reference update and service representation

16.0.0

2019-06

CT#84

CP-191090

0027

3

B

Support of more consumers

16.0.0

2019-06

CT#84

CP-191090

0028

1

B

Support of more analytic events

16.0.0

2019-06

CT#84

CP-191225

0031

9

B

Subscribing of service experience for the application

16.0.0

2019-06

CT#84

CP-191090

0033

2

B

Delete the subscription of service experience for the application

16.0.0

2019-06

CT#84

CP-191090

0034

5

B

Notification of service experience for the application

16.0.0

2019-06

CT#84

CP-191090

0039

2

F

Copyright Note in YAML files

16.0.0

2019-09

CT#85

CP-192146

0041

2

F

Correct cardinality in NnwdafEventsSubscription

16.1.0

2019-09

CT#85

CP-192157

0042

4

B

UE mobility and communication analytics

16.1.0

2019-09

CT#85

CP-192157

0043

2

B

Support of network performance analytics in Nnwdaf_AnalyticsInfo_Request

16.1.0

2019-09

CT#85

CP-192157

0047

1

B

OAM as service consumer

16.1.0

2019-09

CT#85

CP-192157

0048

1

B

Update Nnwdaf_EventSubscription service for service experience

16.1.0

2019-09

CT#85

CP-192261

0049

1

B

Enhance the Nnwdaf_AnalyticsInfo service to support service experience

16.1.0

2019-09

CT#85

CP-192177

0050

2

B

Enhance the Nnwdaf_EventsSubscription service to support QoS sustainability

16.1.0

2019-09

CT#85

CP-192177

0051

2

B

Enhance the Nnwdaf_AnalyticsInfo service to support QoS sustainability

16.1.0

2019-09

CT#85

CP-192173

0054

2

F

OpenAPI version update TS 29.520 Rel-16

16.1.0

2019-12

CT#86

CP-193198

0055

3

B

Abnormal behaviour analytics

16.2.0

2019-12

CT#86

CP-193198

0056

4

B

Enhance the Nnwdaf_EventsSubscription service to support User Data Congestion

16.2.0

2019-12

CT#86

CP-193198

0057

2

B

Enhance the Nnwdaf_AnalyticsInfo service to support user data congestion

16.2.0

2019-12

CT#86

CP-193198

0058

1

B

Definination of QoS sustainability information

16.2.0

2019-12

CT#86

CP-193198

0059

4

B

Inclusion of QoS requirements and thresholds for QoS Sustainability

16.2.0

2019-12

CT#86

CP-193198

0062

2

F

Clarify references to QoS sustainability analytics

16.2.0

2019-12

CT#86

CP-193198

0063

2

F

Clarifications on NWDAF generalities

16.2.0

2019-12

CT#86

CP-193267

0102

3

B

OpenAPI file Update for Nnwdaf_EventsSubscription API

16.2.0

2019-12

CT#86

CP-193198

0103

B

OpenAPI file Update for Nnwdaf_AnalyticsInfo API

16.2.0

2019-12

CT#86

CP-193198

0104

1

B

Slice identification for all analytics types

16.2.0

2019-12

CT#86

CP-193234

0106

2

B

NF Load analytics generalities

16.2.0

2019-12

CT#86

CP-193212

0107

1

F

Update of API version and TS version in OpenAPI file

16.2.0

2020-03

CT#87e

CP-200208

0109

1

B

Definition of QoS Requirement

16.3.0

2020-03

CT#87e

CP-200208

0110

1

B

Description of consumer functionalities

16.3.0

2020-03

CT#87e

CP-200208

0111

1

B

Update the types of analytics events

16.3.0

2020-03

CT#87e

CP-200207

0114

B

DNN Clarification

16.3.0

2020-03

CT#87e

CP-200208

0115

1

F

Update Feature applicability for Rel-16 new data types

16.3.0

2020-03

CT#87e

CP-200208

0118

2

D

Corrections in TS29.520

16.3.0

2020-03

CT#87e

CP-200208

0120

1

F

Clarify start time and end time

16.3.0

2020-03

CT#87e

CP-200182

0121

2

F

Correct QoS sustainability

16.3.0

2020-03

CT#87e

CP-200232

0122

1

F

Correct UE mobility and communication

16.3.0

2020-03

CT#87e

CP-200208

0123

1

B

Support network performance analytics

16.3.0

2020-03

CT#87e

CP-200208

0124

1

F

Correcting QoS sustainability information

16.3.0

2020-03

CT#87e

CP-200214

0125

F

OpenAPI: usage of the "tags" keyword

16.3.0

2020-03

CT#87e

CP-200208

0126

1

F

Corrections on resource name

16.3.0

2020-03

CT#87e

CP-200208

0127

1

F

Data used for area of interest

16.3.0

2020-03

CT#87e

CP-200208

0128

1

F

Any UE possibility for UE mobility and UE communication

16.3.0

2020-03

CT#87e

CP-200208

0129

1

B

Nnwdaf_EventsSubscription API, Support of Service experience

16.3.0

2020-03

CT#87e

CP-200208

0130

1

B

Nnwdaf_EventsSubscription API, Support of Service experience

16.3.0

2020-03

CT#87e

CP-200236

0131

2

B

Nnwdaf_EventsSubscription API, Support of abnormal behaviour

16.3.0

2020-03

CT#87e

CP-200224

0132

1

B

Nnwdaf_AnalyticsInfo API, Support of abnormal behaviour

16.3.0

2020-03

CT#87e

CP-200228

0136

2

B

Support of NF Load analytics

16.3.0

2020-03

CT#87e

CP-200216

0140

F

Update of OpenAPI version and TS version in externalDocs field

16.3.0

2020-06

CT#88e

CP-201234

0142

1

F

Condition description for threshold related attributes

16.4.0

2020-06

CT#88e

CP-201234

0143

1

F

Some corrections to Nnwdaf_AnalyticsInfo Service

16.4.0

2020-06

CT#88e

CP-201234

0144

1

F

Clarification on applicability for network slice information

16.4.0

2020-06

CT#88e

CP-201234

0145

1

F

Analyticis result per DNN

16.4.0

2020-06

CT#88e

CP-201234

0146

3

F

Maximum number of SUPIs

16.4.0

2020-06

CT#88e

CP-201234

0147

1

F

Correction on FlowDescription

16.4.0

2020-06

CT#88e

CP-201234

0149

3

F

Support of Abnormal Behaviour

16.4.0

2020-06

CT#88e

CP-201234

0150

2

F

Confidence for User Data Congestion Information.

16.4.0

2020-06

CT#88e

CP-201234

0151

1

F

Data types used for NWDAF services

16.4.0

2020-06

CT#88e

CP-201234

0153

2

F

Adding maxObjectNbr attribute in related feature of NWDAF analytics service

16.4.0

2020-06

CT#88e

CP-201234

0154

1

F

Adding UDM as consumer of services provided by NWDAF

16.4.0

2020-06

CT#88e

CP-201234

0155

F

Corrections on descriptions of NF service consumers offered by NWDAF

16.4.0

2020-06

CT#88e

CP-201234

0157

1

D

Updates to Abbreviations

16.4.0

2020-06

CT#88e

CP-201234

0158

2

B

Support NSI ID

16.4.0

2020-06

CT#88e

CP-201234

0163

3

B

Support Service Experience Variance

16.4.0

2020-06

CT#88e

CP-201234

0165

1

F

Correction to Service Description

16.4.0

2020-06

CT#88e

CP-201234

0166

1

F

Correction to description of consumer functionalities

16.4.0

2020-06

CT#88e

CP-201234

0167

1

F

Correction to variance of Start time in UE Communication

16.4.0

2020-06

CT#88e

CP-201234

0169

1

B

Correct supported feature in AnalyticsData

16.4.0

2020-06

CT#88e

CP-201234

0170

1

F

Clarify service experience data

16.4.0

2020-06

CT#88e

CP-201234

0171

F

Correct threshold

16.4.0

2020-06

CT#88e

CP-201234

0172

1

F

Resource type in QoS requirement

16.4.0

2020-06

CT#88e

CP-201244

0173

1

F

Storage of YAML files in ETSI Forge

16.4.0

2020-06

CT#88e

CP-201234

0176

2

F

Analytics result per S-NSSAI

16.4.0

2020-06

CT#88e

CP-201234

0177

1

F

Corrections on confidence for other NWDAF events

16.4.0

2020-06

CT#88e

CP-201256

0179

1

F

URI of the Nnwdaf services

16.4.0

2020-06

CT#88e

CP-201234

0180

1

F

Default value for matching direction

16.4.0

2020-06

CT#88e

CP-201234

0181

F

Support of immediate reporting

16.4.0

2020-06

CT#88e

CP-201244

0182

1

F

Optionality of ProblemDetails

16.4.0

2020-06

CT#88e

CP-201234

0183

1

F

Correction to abnormal traffic volume

16.4.0

2020-06

CT#88e

CP-201234

0186

2

F

Corrections on ratio of UEs in NWDAF event reports

16.4.0

2020-06

CT#88e

CP-201234

0187

1

F

Corrections to TargetUeInformation

16.4.0

2020-06

CT#88e

CP-201234

0188

F

Corrections on AbnormalBehaviour

16.4.0

2020-06

CT#88e

CP-201234

0189

F

Plural of NF load level information related attribute

16.4.0

2020-06

CT#88e

CP-201234

0190

1

F

locInfo attribute within the UeMobility data

16.4.0

2020-06

CT#88e

CP-201234

0191

F

Corrections on NfLoadLevelInformation

16.4.0

2020-06

CT#88e

CP-201244

0192

1

F

Supported headers, Resource Data type, Operation Name and yaml mapping

16.4.0

2020-06

CT#88e

CP-201255

0193

F

Update of OpenAPI version and TS version in externalDocs field

16.4.0

2020-09

CT#89e

CP-202066

0196

1

F

Description for NWDAF services

16.5.0

2020-09

CT#89e

CP-202066

0197

1

F

Zero confidence

16.5.0

2020-09

CT#89e

CP-202066

0199

F

Correct QoS sustainability requirement

16.5.0

2020-09

CT#89e

CP-202066

0200

F

Validity period for analytics information

16.5.0

2020-09

CT#89e

CP-202066

0201

1

F

Timestamp of analytics generation

16.5.0

2020-09

CT#89e

CP-202066

0202

F

Notification about subscribed event

16.5.0

2020-09

CT#89e

CP-202066

0204

1

F

Omitted event reporting information

16.5.0

2020-09

CT#89e

CP-202066

0205

F

Optional network slice identification

16.5.0

2020-09

CT#89e

CP-202066

0206

F

Slice load level information

16.5.0

2020-09

CT#89e

CP-202066

0207

1

F

Matching direction

16.5.0

2020-09

CT#89e

CP-202066

0208

F

Time when analytics information is needed

16.5.0

2020-09

CT#89e

CP-202066

0209

1

F

Confidence for UE mobility

16.5.0

2020-09

CT#89e

CP-202066

0210

F

Supported feature in Nnwdaf_AnalyticsInfo API

16.5.0

2020-09

CT#89e

CP-202066

0211

F

Target UE identification

16.5.0

2020-09

CT#89e

CP-202066

0212

F

Correction on NetworkPerfType

16.5.0

2020-09

CT#89e

CP-202066

0214

F

Corrections on appIds and dnns

16.5.0

2020-09

CT#89e

CP-202066

0215

1

F

Corrections to networkArea with anyUE

16.5.0

2020-09

CT#89e

CP-202066

0216

1

F

Corrections to abnormal behaviour for any UE

16.5.0

2020-09

CT#89e

CP-202054

0218

A

ResourceURI correction during subscription update

16.5.0

2020-09

CT#89e

CP-202084

0221

1

F

Update of OpenAPI version and TS version in externalDocs field

16.5.0

2020-09

CT#89e

CP-202073

0198

F

Reference to enumeration Accuracy

17.0.0

2020-09

CT#89e

CP-202085

0220

1

F

Update of OpenAPI version and TS version in externalDocs field

17.0.0

2020-12

CT#90e

CP-203139

0223

1

A

Essential corrections and alignments

17.1.0

2020-12

CT#90e

CP-203117

0226

1

A

Correction to notificationURI attribute

17.1.0

2020-12

CT#90e

CP-203129

0228

A

Mapping of expected analytics types and exception Ids

17.1.0

2020-12

CT#90e

CP-203129

0230

1

A

Analytics report correction

17.1.0

2020-12

CT#90e

CP-203129

0232

1

A

Error response for statistics request

17.1.0

2020-12

CT#90e

CP-203129

0234

A

S-NSSAI applicability

17.1.0

2020-12

CT#90e

CP-203129

0236

1

A

Revomal of Service Experience feature for nsiLevelThrds attribute

17.1.0

2020-12

CT#90e

CP-203129

0238

1

A

Correction to supis of Service Experience Analytics

17.1.0

2020-12

CT#90e

CP-203155

0240

1

A

Updates CEF as NWDAF consumer of Nnwdaf_EventsSubscription service

17.1.0

2020-12

CT#90e

CP-203130

0242

1

F

Corrections to Validity Period

17.1.0

2020-12

CT#90e

CP-203129

0244

1

A

Corrections to Threshold

17.1.0

2020-12

CT#90e

CP-203153

0246

F

Update of OpenAPI version and TS version in externalDocs field

17.1.0

2021-03

CT#91e

CP-210191

0248

1

F

Support of stateless NFs

17.2.0

2021-03

CT#91e

CP-210217

0250

A

Storage of YAML files in ETSI Forge

17.2.0

2021-03

CT#91e

CP-210218

0251

F

OpenAPI reference

17.2.0

2021-03

CT#91e

CP-210206

0253

1

A

Correction to S-NSSAI applicability

17.2.0

2021-03

CT#91e

CP-210206

0255

1

A

Adding network slice instance load level information

17.2.0

2021-03

CT#91e

CP-210219

0256

F

Adding some missing description fields to data type definitions in OpenAPI specification files

17.2.0

2021-03

CT#91e

CP-210219

0257

F

Removal of the NwdafFailureCode data type from the Nnwdaf_AnalyticsInfo API

17.2.0

2021-03

CT#91e

CP-210230

0258

F

Missing data type in the Nnwdaf_EventsSubscription specific Data Types table

17.2.0

2021-03

CT#91e

CP-210230

0259

F

Wrong description of the EventFilter data type in the Nnwdaf_AnalyticsInfo specific Data Types table

17.2.0

2021-03

CT#91e

CP-210206

0261

A

Any Slice applicability

17.2.0

2021-03

CT#91e

CP-210206

0263

1

A

Partial failure during event subscription

17.2.0

2021-03

CT#91e

CP-210206

0265

A

Supported feature

17.2.0

2021-03

CT#91e

CP-210240

0267

F

Update of OpenAPI version and TS version in externalDocs field

17.2.0

2021-06

CT#92e

CP-211220

0269

3

A

Adding missing description for partial failure operation

17.3.0

2021-06

CT#92e

CP-211221

0270

4

B

Adding time when analytics needed and revised time to analytics subscriptions

17.3.0

2021-06

CT#92e

CP-211221

0271

2

B

Adding NWDAF as NWDAF services consumer due to analytics aggregation

17.3.0

2021-06

CT#92e

CP-211234

0272

1

F

Support of optional HTTP custom header fields

17.3.0

2021-06

CT#92e

CP-211206

0278

1

A

Correction on 404 Not Found

17.3.0

2021-06

CT#92e

CP-211220

0280

A

Missing attributes in subscription procedure

17.3.0

2021-06

CT#92e

CP-211220

0282

1

A

Correction on the value of confidence

17.3.0

2021-06

CT#92e

CP-211206

0285

1

A

Correction to Load Level Information

17.3.0

2021-06

CT#92e

CP-211220

0287

1

A

Correction to NSI Load Level Information

17.3.0

2021-06

CT#92e

CP-211221

0288

1

B

Service introduction of Nnwdaf_DataManagement service

17.3.0

2021-06

CT#92e

CP-211221

0289

1

B

Service operations for Nnwdaf_DataManagement

17.3.0

2021-06

CT#92e

CP-211221

0290

1

B

Nnwdaf_DataManagement Service API

17.3.0

2021-06

CT#92e

CP-211221

0291

1

B

Service introduction of Nnwdaf_MLModelProvision service

17.3.0

2021-06

CT#92e

CP-211221

0292

1

B

Service operations for Nnwdaf_MLModelProvision service

17.3.0

2021-06

CT#92e

CP-211221

0293

1

B

Nnwdaf_MLModelProvision Service API

17.3.0

2021-06

CT#92e

CP-211221

0294

2

B

Partitioning criteria for applying sampling in specific UE partitions in NWDAF event exposure

17.3.0

2021-06

CT#92e

CP-211221

0295

1

B

Complete definition of the Nnwdaf_MLModelProvision API

17.3.0

2021-06

CT#92e

CP-211200

0297

1

A

Redirect responses with "application/json" media type

17.3.0

2021-06

CT#92e

CP-211251

0298

1

F

analytics for a specific time

17.3.0

2021-06

CT#92e

CP-211221

0299

1

B

Service operations of Nnwdaf_MLModelProvision service

17.3.0

2021-06

CT#92e

CP-211221

0300

1

B

Service description of Nnwdaf_MLModelProvision service

17.3.0

2021-06

CT#92e

CP-211275

0301

1

B

Extension to User Data Congestion Analytics with GPSI

17.3.0

2021-06

CT#92e

CP-211221

0302

1

F

Correction of the description of the snssaia attribute

17.3.0

2021-06

CT#92e

CP-211265

0305

F

Update of OpenAPI version and TS version in externalDocs field

17.3.0

2021-09

CT#93e

CP-212203

0306

1

B

Aggregation support in analytics requests

17.4.0

2021-09

CT#93e

CP-212203

0307

1

B

Aggregation support in analytics subscriptions

17.4.0

2021-09

CT#93e

CP-212203

0310

F

Small corrections in NWDAF APIs

17.4.0

2021-09

CT#93e

CP-212232

0311

1

B

Extensions of Slice load level related network data analytics

17.4.0

2021-09

CT#93e

CP-212203

0312

F

Extend General for OpenAPI specification

17.4.0

2021-09

CT#93e

CP-212203

0313

B

Redirection handling for Nnwdaf_MLModelProvision Service

17.4.0

2021-09

CT#93e

CP-212203

0314

2

B

Extension to User Data Congestion Analytics in Nnwdaf_EventsSubscription API

17.4.0

2021-09

CT#93e

CP-212203

0315

1

B

Extension to User Data Congestion Analytics in Nnwdaf_AnalyticsInfo API

17.4.0

2021-09

CT#93e

CP-212202

0317

A

Removal of NSI ID from PCF as consumer of NWDAF

17.4.0

2021-09

CT#93e

CP-212223

0318

F

Update of OpenAPI version and TS version in externalDocs field

17.4.0

2021-12

CT#94e

CP-213228

0322

3

F

Extension to Observed Service Experience in Nnwdaf_EventsSubscription Service API

17.5.0

2021-12

CT#94e

CP-213228

0323

3

F

Extension to Observed Service Experience in Nnwdaf_AnalyticsInfo Service API

17.5.0

2021-12

CT#94e

CP-213227

0324

1

B

Addition of network analytics for the PCF

17.5.0

2021-12

CT#94e

CP-213228

0325

2

B

Updates to User Data Congestion Extension in Nnwdaf_EventsSubscription API

17.5.0

2021-12

CT#94e

CP-213228

0326

1

B

Updates to User Data Congestion Extension in Nnwdaf_AnalyticsInfo API

17.5.0

2021-12

CT#94e

CP-213227

0327

1

B

Analytics info context transfer operation descriptions

17.5.0

2021-12

CT#94e

CP-213228

0328

2

B

Analytics info context transfer operation data model and OpenAPI

17.5.0

2021-12

CT#94e

CP-213227

0329

1

B

Analytics info context transfer operation overview

17.5.0

2021-12

CT#94e

CP-213227

0330

1

B

Analytics info context transfer operation resources

17.5.0

2021-12

CT#94e

CP-213227

0331

1

B

Analytics subscription transfer operation descriptions

17.5.0

2021-12

CT#94e

CP-213228

0332

2

B

Analytics subscription transfer operation data model and OpenAPI

17.5.0

2021-12

CT#94e

CP-213227

0333

B

Analytics subscription transfer operation overview

17.5.0

2021-12

CT#94e

CP-213227

0334

1

B

Analytics subscription transfer operation resources

17.5.0

2021-12

CT#94e

CP-213227

0335

1

B

Extending analytics subscription to enable context transfer

17.5.0

2021-12

CT#94e

CP-213227

0336

1

B

Subscription modification procedure of Nnwdaf_MLModelProvision service

17.5.0

2021-12

CT#94e

CP-213227

0337

1

B

Support of Nnwdaf_MLModelInfo Service

17.5.0

2021-12

CT#94e

CP-213227

0338

B

The OpenAPI file for Nnwdaf_MLModelProvision

17.5.0

2021-12

CT#94e

CP-213227

0339

1

B

Update of procedures and data type definition for Nnwdaf_MLModelProvision

17.5.0

2021-12

CT#94e

CP-213239

0340

1

F

Aligning API URI with SBI template

17.5.0

2021-12

CT#94e

CP-213228

0341

3

B

Support of SM congestion control experience analytics by Nnwdaf_AnalyticsInfo service

17.5.0

2021-12

CT#94e

CP-213228

0342

B

Adding DCCF as NWDAF events subscription NF service consumer

17.5.0

2021-12

CT#94e

CP-213226

0344

A

Remove QoS sustainability as analytics for PCF

17.5.0

2021-12

CT#94e

CP-213228

0347

1

B

Support of DN performance analytics

17.5.0

2021-12

CT#94e

CP-213228

0348

1

B

Define the list of analytics subsets in the request

17.5.0

2021-12

CT#94e

CP-213228

0349

1

B

Add load level related information for NSI_LOAD_LEVEL event

17.5.0

2021-12

CT#94e

CP-213228

0350

B

Add load level related information for LOAD_LEVEL_INFORMATION event

17.5.0

2021-12

CT#94e

CP-213244

0352

1

F

Corrections to EventReportingRequirement

17.5.0

2021-12

CT#94e

CP-213228

0353

1

B

Add consumer NF information in Subscription

17.5.0

2021-12

CT#94e

CP-213228

0354

B

Updates geenrak description to analytics subscription transfer operation

17.5.0

2021-12

CT#94e

CP-213246

0355

F

Update of OpenAPI version and TS version in externalDocs field

17.5.0

2022-03

CT#95e

CP-220190

0357

1

B

Resolve Editor’s Note on Slice load level related network data analytics

17.6.0

2022-03

CT#95e

CP-220190

0358

1

F

Clarification about conditional descriptions for Slice load level related network data analytics

17.6.0

2022-03

CT#95e

CP-220189

0359

F

Correction of DN performance analytics

17.6.0

2022-03

CT#95e

CP-220189

0360

F

Update the Nnwdaf_AnalyticsInfo Service API specific data types table

17.6.0

2022-03

CT#95e

CP-220189

0362

F

Editorial correction of offsetPeriod attribute for Nnwdaf_EventsSubscription API

17.6.0

2022-03

CT#95e

CP-220189

0365

1

B

NF Load analytics extensions in Nnwdaf_EventsSubscription API

17.6.0

2022-03

CT#95e

CP-220189

0366

1

B

NF Load analytics extensions in Nnwdaf_AnalyticsInfo API

17.6.0

2022-03

CT#95e

CP-220191

0367

3

B

Support Dispersion Analytics in Nnwdaf_EventsSubscription API

17.6.0

2022-03

CT#95e

CP-220190

0368

2

B

Support Dispersion Analytics in Nnwdaf_AnalyticsInfo API

17.6.0

2022-03

CT#95e

CP-220189

0369

1

B

Support Redundant Transmission Experience Analytics in Nnwdaf_EventsSubscription API

17.6.0

2022-03

CT#95e

CP-220189

0370

B

Support Redundant Transmission Experience Analytics in Nnwdaf_AnalyticsInfo API

17.6.0

2022-03

CT#95e

CP-220191

0371

2

B

Support WLAN performance analytics in Nnwdaf_EventsSubscription API

17.6.0

2022-03

CT#95e

CP-220189

0372

1

B

Support WLAN performance analytics in Nnwdaf_AnalyticsInfo API

17.6.0

2022-03

CT#95e

CP-220189

0373

F

Corrections to DN Performance Events

17.6.0

2022-03

CT#95e

CP-220189

0374

1

B

Update extended features description and analytics events applicability

17.6.0

2022-03

CT#95e

CP-220189

0375

1

F

Corrections to Nnwdaf_AnalyticsInfo Service

17.6.0

2022-03

CT#95e

CP-220190

0376

1

F

Clarification on GPSI for UserDataCongestionExt

17.6.0

2022-03

CT#95e

CP-220190

0377

1

F

Features in the applicability section

17.6.0

2022-03

CT#95e

CP-220190

0378

1

F

Update of 5.1.6.1

17.6.0

2022-03

CT#95e

CP-220190

0379

1

F

Adding ADRF as a consumer of Nnwdaf_DataManagement Service

17.6.0

2022-03

CT#95e

CP-220176

0381

2

A

Alignment of "Application Errors" clauses with SBI TS template

17.6.0

2022-03

CT#95e

CP-220189

0382

B

Adding DCCF as Nnwdaf_AnalyticsInfo service consumer

17.6.0

2022-03

CT#95e

CP-220190

0383

1

B

Service Description of Nnwdaf_DataManagement Service

17.6.0

2022-03

CT#95e

CP-220189

0384

F

Clarification on NF consumer of Nnwdaf_MLModelProvision Service

17.6.0

2022-03

CT#95e

CP-220189

0385

F

Corrections to Nnwdaf_MLModelProvision Service

17.6.0

2022-03

CT#95e

CP-220189

0386

1

B

Support reporting the analytics of the application list used by UE in the UE communication analytics

17.6.0

2022-03

CT#95e

CP-220190

0387

1

B

Support reporting N4 session inactivity timer in the UE communication analytics

17.6.0

2022-03

CT#95e

CP-220189

0388

1

B

Support list of analytics subsets for Nnwdaf_AnalyticsInfo Service

17.6.0

2022-03

CT#95e

CP-220189

0389

B

Resolve the Editor’s Note for partial failure events handling in ML model subscription procedure

17.6.0

2022-03

CT#95e

CP-220191

0390

2

B

Resolve the Editor’s Note for ML model filter information

17.6.0

2022-03

CT#95e

CP-220190

0391

1

B

Add visited AOI(s) to analytics filter for UE mobility analytics

17.6.0

2022-03

CT#95e

CP-220192

0392

2

B

Add UPF ID to analytics filter for Service Experience analytics

17.6.0

2022-03

CT#95e

CP-220190

0393

1

B

Add the periodic communication indicator to UeCommunication data type

17.6.0

2022-03

CT#95e

CP-220190

0394

1

B

Add Service Experience Type to Service Experience analytics

17.6.0

2022-03

CT#95e

CP-220192

0395

3

B

Add Application Server Address(es) to analytics filter for Service Experience analytics

17.6.0

2022-03

CT#95e

CP-220190

0400

B

Extension of UE Mobility Analytics to support LADN DNN

17.6.0

2022-03

CT#95e

CP-220191

0401

1

F

References to apiSpecificResourceUriPart for Nnwdaf_DataManagement and Nnwdaf_MLModelProvision APIs

17.6.0

2022-03

CT#95e

CP-220191

0402

1

D

Editorial modifications

17.6.0

2022-03

CT#95e

CP-220191

0403

1

B

Add load level related information to analytics subset

17.6.0

2022-03

CT#95e

CP-220191

0404

1

B

Add missing attribute to SM congestion control experience analytics

17.6.0

2022-03

CT#95e

CP-220191

0405

1

F

Correction on freqs attribute for Nnwdaf_EventsSubscription API

17.6.0

2022-03

CT#95e

CP-220191

0406

1

B

Add missing attributes to DN Performance analytics

17.6.0

2022-03

CT#95e

CP-220191

0407

1

B

Add service description and operations to DN Performance analytics

17.6.0

2022-03

CT#95e

CP-220173

0409

1

A

Correction of the description of end time

17.6.0

2022-03

CT#95e

CP-220192

0410

1

F

Incorrect response code of PUT method for Event Subscription Transfer

17.6.0

2022-03

CT#95e

CP-220196

0411

F

Correction to descriptions in OpenAPI file

17.6.0

2022-03

CT#95e

CP-220191

0412

1

B

Service Operation of Nnwdaf_DataManagement_Subscribe Service

17.6.0

2022-03

CT#95e

CP-220191

0413

1

B

Service Operation of Nnwdaf_DataManagement_Unsubscribe Service

17.6.0

2022-03

CT#95e

CP-220191

0414

1

B

Nnwdaf_DataManagement Service Resources

17.6.0

2022-03

CT#95e

CP-220191

0415

1

B

Nnwdaf_DataManagement Service Data Model

17.6.0

2022-03

CT#95e

CP-220192

0417

1

B

Add accuracy per analytics subset for the specific events

17.6.0

2022-03

CT#95e

CP-220192

0418

1

B

Add list of analytics subsets to the Nnwdaf_AnalyticsInfo_Request procedure

17.6.0

2022-03

CT#95e

CP-220191

0419

B

Add list of analytics subsets to the subscription procedure

17.6.0

2022-03

CT#95e

CP-220192

0420

1

B

Add requirement for DN performance analytics

17.6.0

2022-03

CT#95e

CP-220192

0421

1

B

Add the missing data structure to the specific Data Types table

17.6.0

2022-03

CT#95e

CP-220191

0422

B

Solve the Editor’s Note for ML model filter information

17.6.0

2022-03

CT#95e

CP-220194

0423

F

Update of info and externalDocs fields

17.6.0

2022-06

CT#96

CP-221130

0426

1

B

Correction of DN Performance Analytics

17.7.0

2022-06

CT#96

CP-221130

0427

1

B

Update Observed Service Experience Analytics

17.7.0

2022-06

CT#96

CP-221131

0429

1

F

Resolving ENs about references in the Transfer procedures

17.7.0

2022-06

CT#96

CP-221131

0430

1

B

Resolving ENs about subscriptions with data sources in ContextTransfer

17.7.0

2022-06

CT#96

CP-221132

0431

1

F

Resolving EN about the definition of previous subscription

17.7.0

2022-06

CT#96

CP-221129

0432

F

Removing inapplicable feature ES3XX in Transfer operation

17.7.0

2022-06

CT#96

CP-221129

0433

F

Removing inapplicable feature ES3XX in ML provisioning

17.7.0

2022-06

CT#96

CP-221129

0434

F

Resolving EN about partitioning criteria

17.7.0

2022-06

CT#96

CP-221129

0435

B

Resolving ENs about how to implement NF ID in NF consumer information

17.7.0

2022-06

CT#96

CP-221129

0436

F

Resolving EN about CANCEL type in Transfer request

17.7.0

2022-06

CT#96

CP-221129

0437

F

Resolving EN about redirection codes in Context Transfer

17.7.0

2022-06

CT#96

CP-221132

0438

1

B

Fixing the data type for historcial data

17.7.0

2022-06

CT#96

CP-221131

0439

1

B

Add clarifications for analytics subsets of some attributes

17.7.0

2022-06

CT#96

CP-221132

0440

1

B

Clarification for the presence of some attributes in the request

17.7.0

2022-06

CT#96

CP-221131

0441

1

F

Correct the Cardinality of some attributes

17.7.0

2022-06

CT#96

CP-221129

0442

B

Define Error Handling and Security for Nnwdaf_DataManagement Service

17.7.0

2022-06

CT#96

CP-221134

0443

2

B

Update the Service Experience Analytics for Nnwdaf_EventsSubscription service

17.7.0

2022-06

CT#96

CP-221131

0444

1

F

Update the Nnwdaf_MLModelProvision OpenAPI and related data types

17.7.0

2022-06

CT#96

CP-221131

0445

1

F

Correction to topAppListUl and topAppListDl attributes

17.7.0

2022-06

CT#96

CP-221129

0446

F

replace NwdafEventsSubscription with NnwdafEventsSubscription

17.7.0

2022-06

CT#96

CP-221129

0447

F

Incorrect definition of smcceUeList in openAPI file

17.7.0

2022-06

CT#96

CP-221154

0453

F

Nnwdaf_EventsSubscription API: n4SessId and lowBase properties

17.7.0

2022-06

CT#96

CP-221154

0454

1

F

Nnwdaf_EventsSubscription API: removal of sibling elements

17.7.0

2022-06

CT#96

CP-221154

0455

F

Nnwdaf_AnalyticsInfo API: removal of sibling elements

17.7.0

2022-06

CT#96

CP-221130

0456

1

B

Updates on Dispersion Analytics

17.7.0

2022-06

CT#96

CP-221136

0457

3

B

Update RAT types and Frequencies in Service Experience Analytics in Nnwdaf_EventsSubscription API

17.7.0

2022-06

CT#96

CP-221131

0458

1

B

Update RAT types and Frequencies in Service Experience Analytics in Nnwdaf_AnalyticsInfo API

17.7.0

2022-06

CT#96

CP-221131

0459

1

B

Updates UE location in Service Experience Analytics

17.7.0

2022-06

CT#96

CP-221136

0460

2

B

Resolve editor’s note for Analytics Subscription Transfer

17.7.0

2022-06

CT#96

CP-221130

0464

1

B

Updates to SMCCE

17.7.0

2022-06

CT#96

CP-221131

0465

1

B

Updates to Service Experience Type

17.7.0

2022-06

CT#96

CP-221130

0468

B

Supplement the missing events and remove the ENs for ML model subscription

17.7.0

2022-06

CT#96

CP-221131

0469

1

B

Remove the Editor’s Note for Nnwdaf_MLModelInfo service

17.7.0

2022-06

CT#96

CP-221133

0470

2

B

Define SMCCE event for Nnwdaf_EventsSubscription service

17.7.0

2022-06

CT#96

CP-221136

0471

3

B

Define Nnwdaf_DataManagement API

17.7.0

2022-06

CT#96

CP-221154

0472

1

F

Formatting of description fields of Nnwdaf_MLModelProvision API

17.7.0

2022-06

CT#96

CP-221131

0473

1

F

Correction to MLEventNotif data type

17.7.0

2022-06

CT#96

CP-221134

0474

1

B

Adding NF load over AOI to analytics subset

17.7.0

2022-06

CT#96

CP-221128

0476

A

Removing UDM from the list of service consumers for Analytics Subscription

17.7.0

2022-06

CT#96

CP-221128

0478

A

Removing UDM from the list of service consumers for Analytics Information

17.7.0

2022-06

CT#96

CP-221133

0479

F

Feature handling corrections in EventsSubscription

17.7.0

2022-06

CT#96

CP-221136

0480

1

F

Feature for Analytics Subsets in EventsSubscription

17.7.0

2022-06

CT#96

CP-221136

0481

1

F

Feature for ContextTransfer in EventsSubscription

17.7.0

2022-06

CT#96

CP-221136

0483

1

B

Separate feature for Slice Load Level analytics extensions in EventsSubscription

17.7.0

2022-06

CT#96

CP-221133

0484

F

Removing EneNA dependency from the Aggregation feature in AnalyticsInfo

17.7.0

2022-06

CT#96

CP-221136

0485

1

F

Feature for Analytics Subsets in AnalyticsInfo

17.7.0

2022-06

CT#96

CP-221136

0486

1

F

Correcting the usage of features in AnalyticsInfo

17.7.0

2022-06

CT#96

CP-221136

0487

1

F

Correcting the definition and usage of features in MLModelProvision

17.7.0

2022-06

CT#96

CP-221136

0488

1

B

Corrections for the ML model related information in Transfer and ContextTransfer

17.7.0

2022-06

CT#96

CP-221133

0491

B

Muting notifications

17.7.0

2022-06

CT#96

CP-221135

0492

1

B

Service Operation of Nnwdaf_DataManagement_Notify

17.7.0

2022-06

CT#96

CP-221136

0493

1

B

Nnwdaf_DataManagement Data Model

17.7.0

2022-06

CT#96

CP-221135

0494

1

B

Service Operation of Nnwdaf_DataManagement_Fetch

17.7.0

2022-06

CT#96

CP-221135

0495

1

B

Nnwdaf_DataManagement Service Notifications

17.7.0

2022-06

CT#96

CP-221135

0496

1

F

Removal of repetition in HTTP error response

17.7.0

2022-06

CT#96

CP-221136

0498

1

F

Analytics subscription data model sync for events

17.7.0

2022-06

CT#96

CP-221155

0499

1

F

Nnwdaf_EventsSubscription API: formatting of description fields

17.7.0

2022-06

CT#96

CP-221154

0500

F

Nnwdaf_AnalyticsInfo: formatting of description fields

17.7.0

2022-06

CT#96

CP-221135

0501

1

B

Add Notification Correlation ID to Nnwdaf_EventsSubscription service

17.7.0

2022-06

CT#96

CP-221135

0503

1

F

Add the missing required fields in the OpenAPI for SMCCE

17.7.0

2022-06

CT#96

CP-221133

0504

F

Add the missing status codes for Nnwdaf_EventsSubscription and Nnwdaf_MLModelProvision service

17.7.0

2022-06

CT#96

CP-221133

0505

F

Corrections on ML model data structure and Nnwdaf_MLModelProvision API

17.7.0

2022-06

CT#96

CP-221133

0506

F

Corrections on the data type of the revised waiting time

17.7.0

2022-06

CT#96

CP-221135

0507

1

F

Presence condition on consumer NF information data types

17.7.0

2022-06

CT#96

CP-221238

0509

2

A

Presence condition on data types of UE related analytics

17.7.0

2022-06

CT#96

CP-221237

0510

3

F

Presence condition on Dispersion data types

17.7.0

2022-06

CT#96

CP-221128

0512

1

A

Presence condition on Network Performance and Flow Description data types

17.7.0

2022-06

CT#96

CP-221239

0514

2

A

Presence condition on NF load data types

17.7.0

2022-06

CT#96

CP-221240

0516

2

A

Presence condition on QoS Sustainability data types

17.7.0

2022-06

CT#96

CP-221135

0517

1

F

Presence condition on SpecificAnalyticsSubscription data type

17.7.0

2022-06

CT#96

CP-221135

0518

1

B

Solve the ENs for exposing the network topology to the untrusted AF

17.7.0

2022-06

CT#96

CP-221135

0519

1

B

Update the analytics subscription transfer procedure

17.7.0

2022-06

CT#96

CP-221135

0520

1

B

Update the ML model related information

17.7.0

2022-06

CT#96

CP-221134

0521

F

Update the OpenAPI of DN performance and User data congestion

17.7.0

2022-06

CT#96

CP-221134

0522

B

Update the UPF information for Service Experience and DN performance

17.7.0

2022-06

CT#96

CP-221255

0523

1

F

Corrections related to confidence

17.7.0

2022-06

CT#96

CP-221135

0524

1

F

Remove inapplicable event for EXCEED_LOAD_LEVEL_THR_IND

17.7.0

2022-06

CT#96

CP-221135

0525

1

F

Correct common attributes in analytics result for subscription and analytics request

17.7.0

2022-06

CT#96

CP-221135

0526

1

B

Support of Time Window in Nnwdaf_DataManagement_Subscribe service operation

17.7.0

2022-06

CT#96

CP-221128

0528

1

A

Correction to Threshold value in QosSustainabilityInfo

17.7.0

2022-06

CT#96

CP-221128

0530

A

Correction to time period in CongestionInfo

17.7.0

2022-06

CT#96

CP-221119

0536

1

A

Correction to the re-used data types for the re-using Nnwdaf_AnalyticsInfo API

17.7.0

2022-06

CT#96

CP-221155

0537

1

F

Update the apiVersion placeholder 29.520 Rel-17

17.7.0

2022-06

CT#96

CP-221151

0538

F

Update of info and externalDocs fields

17.7.0

2022-09

CT#97e

CP-222103

0463

4

F

Updates on analytics target period

17.8.0

2022-09

CT#97e

CP-222103

0541

1

F

ML Model Application Error code addition

17.8.0

2022-09

CT#97e

CP-222103

0542

2

F

Correction of UPF information for Service Experience and DN performance

17.8.0

2022-09

CT#97e

CP-222102

0543

1

B

Update Dispersion Analytics for missing conditional descriptions

17.8.0

2022-09

CT#97e

CP-222101

0544

F

Update re-used data type for Nnwdaf_ AnalyticsInfo Service API

17.8.0

2022-09

CT#97e

CP-222101

0545

F

Update re-used data types for Nnwdaf_EventsSubscription Service API

17.8.0

2022-09

CT#97e

CP-222104

0546

1

F

Update inputs of Nnwdaf_DataManagement service

17.8.0

2022-09

CT#97e

CP-222102

0547

1

F

Removal of repetition in HTTP error response

17.8.0

2022-09

CT#97e

CP-222101

0548

F

Remove EN about further information in previous subscription information

17.8.0

2022-09

CT#97e

CP-222101

0549

F

Specifying the applicability of event subscription attributes to NSI load analytics

17.8.0

2022-09

CT#97e

CP-222101

0551

F

Corrections in the NumberAverage data type

17.8.0

2022-09

CT#97e

CP-222104

0552

1

F

Aligning the NWDAF hosting DCCF with the DCCF – service descriptions

17.8.0

2022-09

CT#97e

CP-222104

0553

1

F

Aligning the NWDAF hosting DCCF with the DCCF – resources and errors

17.8.0

2022-09

CT#97e

CP-222104

0555

1

F

Aligning the NWDAF hosting DCCF with the DCCF – OpenAPI

17.8.0

2022-09

CT#97e

CP-222101

0556

F

Nnwdaf_EventsSubscription API: required n4SessId property

17.8.0

2022-09

CT#97e

CP-222101

0557

F

Correction of the name of appServerAddrs attribute

17.8.0

2022-09

CT#97e

CP-222101

0558

F

Incorrect data type name

17.8.0

2022-09

CT#97e

CP-222101

0559

F

missing presence condition for some conditional attributes

17.8.0

2022-09

CT#97e

CP-222101

0560

F

Clarification for SM_CONGESTION

17.8.0

2022-09

CT#97e

CP-222103

0561

1

F

Clarification on notificationURI transferred by source NWDAF

17.8.0

2022-09

CT#97e

CP-222101

0562

F

Incorrect attribute name in AnalyticsContextIdentifier data type

17.8.0

2022-09

CT#97e

CP-222101

0563

F

Corrections in the error handling of NWDAF Analytics

17.8.0

2022-09

CT#97e

CP-222103

0564

1

F

Update of Scope and Overview and Service Architecture

17.8.0

2022-09

CT#97e

CP-222103

0565

1

F

Applicability corrections

17.8.0

2022-09

CT#97e

CP-222102

0567

1

F

Correct the errors of the cardinality and data type in the data structures

17.8.0

2022-09

CT#97e

CP-222102

0568

1

F

Remove the Editor’s Note for analytics subset

17.8.0

2022-09

CT#97e

CP-222102

0569

1

F

Remove the Editor’s Note for ML model

17.8.0

2022-09

CT#97e

CP-222104

0571

1

F

Update Nnwdaf_DataManagement_Fetch service operation

17.8.0

2022-09

CT#97e

CP-222103

0572

1

F

Update Resource usage threshold crossings time period for NSI load

17.8.0

2022-09

CT#97e

CP-222210

0573

1

F

Update the redundant transmission analytics

17.8.0

2022-09

CT#97e

CP-222101

0574

F

Updates to any UE for Dispersion

17.8.0

2022-09

CT#97e

CP-222102

0575

1

F

Corrections to EventSubscription

17.8.0

2022-09

CT#97e

CP-222102

0577

F

Corrections on percentage value range

17.8.0

2022-09

CT#97e

CP-222102

0578

F

Correction to ConsumerNfInformation

17.8.0

2022-09

CT#97e

CP-222102

0579

F

Corrections to EventFilter

17.8.0

2022-09

CT#97e

CP-222102

0580

1

F

Miscellaneous corrections on NWDAF services

17.8.0

2022-09

CT#97e

CP-222121

0581

F

Update of info and externalDocs fields

17.8.0

2022-12

CT#98e

CP-223173

0582

1

F

Missing data reports for processed data notifications

17.9.0

2022-12

CT#98e

CP-223172

0583

F

Correcting the role of analytics subscription information for data collection

17.9.0

2022-12

CT#98e

CP-223173

0584

1

F

User consent corrections for NWDAF data management

17.9.0

2022-12

CT#98e

CP-223173

0587

1

F

Analytics output restrictions

17.9.0

2022-12

CT#98e

CP-223172

0591

1

F

Corrections for time stamp in NWDAF

17.9.0

2022-12

CT#98e

CP-223172

0594

F

Corrections for Nnwdaf_AnalyticsInfo_Request procedure

17.9.0

2022-12

CT#98e

CP-223172

0595

F

Corrections related to analytics subscription transfer

17.9.0

2022-12

CT#98e

CP-223173

0596

1

F

Corrections to NwdafDataManagementNotif

17.9.0

2022-12

CT#98e

CP-223172

0597

F

Correction to visitedAreas attribute

17.9.0

2022-12

CT#98e

CP-223172

0598

F

Incorrect attribute name referenced in DnPerformanceReq data type

17.9.0

2022-12

CT#98e

CP-223172

0599

F

Incorrect attribute name referenced in NwdafMLModelProvSubsc data type

17.9.0

2022-12

CT#98e

CP-223172

0600

F

Aligning the notifications of Nnwdaf_DataManagement API with service description

17.9.0

2022-12

CT#98e

CP-223172

0602

F

features in Nnwdaf_MLModelProvision Service API

17.9.0

2022-12

CT#98e

CP-223173

0603

2

F

Correction of data type of terminationReq

17.9.0

2022-12

CT#98e

CP-223224

0604

1

F

adding resourceUri for analytics subscription transfer notification

17.9.0

2022-12

CT#98e

CP-223173

0608

2

F

Correction to Event Notification in Nnwdaf_MLModelProvision API

17.9.0

2022-12

CT#98e

CP-223173

0610

1

F

Corrections to NF Service Consumers

17.9.0

2022-12

CT#98e

CP-223174

0613

1

F

Corrections to Slice Load level Analytics

17.9.0

2022-12

CT#98e

CP-223173

0616

1

F

Corrections for DispersionCollection data type and MLEventSubscription data type

17.9.0

2022-12

CT#98e

CP-223173

0619

1

F

Miscellaneous corrections

17.9.0

2022-12

CT#98e

CP-223188

0621

F

Update of info and externalDocs fields

17.9.0

2022-12

CT#98e

CP-223176

0585

1

B

User consent enhancements for NWDAF analytics subscriptions

18.0.0

2022-12

CT#98e

CP-223176

0586

1

B

User consent enhancements for NWDAF analytics info

18.0.0

2022-12

CT#98e

CP-223176

0588

1

B

Analytics subscription termination request

18.0.0

2022-12

CT#98e

CP-223191

0590

F

Adding the mandatory error code 502 Bad Gateway

18.0.0

2022-12

CT#98e

CP-223176

0605

1

B

Correction of data type of procInstruct

18.0.0

2022-12

CT#98e

CP-223176

0606

1

F

Corrections in ServiceExperienceInfo data type

18.0.0

2022-12

CT#98e

CP-223176

0611

1

F

Corrections to service operation procedures in Nnwdaf_EventsSubscription API

18.0.0

2022-12

CT#98e

CP-223176

0612

1

F

Corrections to service operation procedures in Nnwdaf_AnalyticsInfo API

18.0.0

2022-12

CT#98e

CP-223176

0618

1

F

Correct the presence and add the missing feature of some attributes

18.0.0

2022-12

CT#98e

CP-223176

0620

B

User consent enhancements for NWDAF data management

18.0.0

2022-12

CT#98e

CP-223189

0622

F

Update of info and externalDocs fields

18.0.0