-
Notifications
You must be signed in to change notification settings - Fork 263
/
Copy pathTS29520_Nnwdaf_AnalyticsInfo.yaml
971 lines (937 loc) · 35.4 KB
/
TS29520_Nnwdaf_AnalyticsInfo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
openapi: 3.0.0
info:
version: 1.3.0-alpha.6
title: Nnwdaf_AnalyticsInfo
description: |
Nnwdaf_AnalyticsInfo Service API.
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: 3GPP TS 29.520 V18.5.0; 5G System; Network Data Analytics Services.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.520/'
security:
- {}
- oAuth2ClientCredentials:
- nnwdaf-analyticsinfo
servers:
- url: '{apiRoot}/nnwdaf-analyticsinfo/v1'
variables:
apiRoot:
default: https://example.com
description: apiRoot as defined in clause 4.4 of 3GPP TS 29.501.
paths:
/analytics:
get:
summary: Read a NWDAF Analytics
operationId: GetNWDAFAnalytics
tags:
- NWDAF Analytics (Document)
parameters:
- name: event-id
in: query
description: Identify the analytics.
required: true
schema:
$ref: '#/components/schemas/EventId'
- name: ana-req
in: query
description: Identifies the analytics reporting requirement information.
required: false
content:
application/json:
schema:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/EventReportingRequirement'
- name: event-filter
in: query
description: Identify the analytics.
required: false
content:
application/json:
schema:
$ref: '#/components/schemas/EventFilter'
- name: supported-features
in: query
description: To filter irrelevant responses related to unsupported features.
schema:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
- name: tgt-ue
in: query
description: Identify the target UE information.
required: false
content:
application/json:
schema:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/TargetUeInformation'
responses:
'200':
description: >
Containing the analytics with parameters as relevant for the requesting NF service
consumer.
content:
application/json:
schema:
$ref: '#/components/schemas/AnalyticsData'
'204':
description: No Content. The requested NWDAF Analytics data does not exist.
'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':
description: Indicates that the NWDAF Analytics resource does not exist.
content:
application/problem+json:
schema:
$ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'
'406':
$ref: 'TS29571_CommonData.yaml#/components/responses/406'
'414':
$ref: 'TS29571_CommonData.yaml#/components/responses/414'
'429':
$ref: 'TS29571_CommonData.yaml#/components/responses/429'
'500':
description: >
The request is rejected by the NWDAF and more details (not only the ProblemDetails) are
returned.
content:
application/problem+json:
schema:
$ref: '#/components/schemas/ProblemDetailsAnalyticsInfoRequest'
'502':
$ref: 'TS29571_CommonData.yaml#/components/responses/502'
'503':
$ref: 'TS29571_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29571_CommonData.yaml#/components/responses/default'
/context:
get:
summary: Get context information related to analytics subscriptions.
operationId: GetNwdafContext
tags:
- NWDAF Context (Document)
security:
- {}
- oAuth2ClientCredentials:
- nnwdaf-analyticsinfo
- oAuth2ClientCredentials:
- nnwdaf-analyticsinfo
- nnwdaf-analyticsinfo:contexttransfer
parameters:
- name: context-ids
in: query
description: Identifies specific context information related to analytics subscriptions.
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/ContextIdList'
- name: req-context
in: query
description: >
Identfies the type(s) of the analytics context information the consumer wishes
to receive.
required: false
content:
application/json:
schema:
$ref: '#/components/schemas/RequestedContext'
responses:
'200':
description: >
Contains context information related to analytics subscriptions corresponding with
one or more context identifiers.
content:
application/json:
schema:
$ref: '#/components/schemas/ContextData'
'204':
description: >
No Content. No context information could be retrieved for the requested context
Identifiers.
'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'
'406':
$ref: 'TS29571_CommonData.yaml#/components/responses/406'
'414':
$ref: 'TS29571_CommonData.yaml#/components/responses/414'
'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-analyticsinfo: Access to the Nnwdaf_AnalyticsInfo API
nnwdaf-analyticsinfo:contexttransfer: >
Access to service operations applying to NWDAF context transfer related service
operations, i.e. ContextTransfer.
schemas:
AnalyticsData:
description: >
Represents the description of analytics with parameters as relevant for the requesting NF
service consumer.
type: object
properties:
start:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
expiry:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
timeStampGen:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
anaMetaInfo:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AnalyticsMetadataInfo'
sliceLoadLevelInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/SliceLoadLevelInformation'
minItems: 1
description: The slices and their load level information.
nsiLoadLevelInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NsiLoadLevelInfo'
minItems: 1
nfLoadLevelInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NfLoadLevelInformation'
minItems: 1
nwPerfs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NetworkPerfInfo'
minItems: 1
svcExps:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/ServiceExperienceInfo'
minItems: 1
qosSustainInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/QosSustainabilityInfo'
minItems: 1
ueMobs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/UeMobility'
minItems: 1
ueComms:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/UeCommunication'
minItems: 1
userDataCongInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/UserDataCongestionInfo'
minItems: 1
abnorBehavrs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AbnormalBehaviour'
minItems: 1
smccExps:
type: array
items:
$ref: '#/components/schemas/SmcceInfo'
minItems: 1
disperInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/DispersionInfo'
minItems: 1
redTransInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/RedundantTransmissionExpInfo'
minItems: 1
wlanInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/WlanPerformanceInfo'
minItems: 1
dnPerfInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/DnPerfInfo'
minItems: 1
pduSesTrafInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/PduSesTrafficInfo'
minItems: 1
dataVlTrnsTmInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/E2eDataVolTransTimeInfo'
minItems: 1
locAccInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/LocAccuracyInfo'
minItems: 1
accuInfo:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AccuracyInfo'
cancelAccuInd:
type: boolean
description: >
Indicates cancelled request of the analytics accuracy information.
Set to "true" indicates the NWDAF cancelled request of analytics accuracy
information as the NWDAF does not support the accuracy checking capability.
Otherwise set to "false". Default value is "false" if omitted.
movBehavInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/MovBehavInfo'
minItems: 1
relProxInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/RelProxInfo'
minItems: 1
suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
EventFilter:
description: Represents the event filters used to identify the requested analytics.
type: object
properties:
anySlice:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AnySlice'
snssais:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
minItems: 1
description: Identification(s) of network slice.
roamingInfo:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/RoamingInfo'
appIds:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/ApplicationId'
minItems: 1
dnns:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
minItems: 1
dnais:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnai'
minItems: 1
ladnDnns:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
minItems: 1
description: Identification(s) of LADN DNN to indicate the LADN service area as the AOI.
location:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/GeoLocation'
networkArea:
$ref: 'TS29554_Npcf_BDTPolicyControl.yaml#/components/schemas/NetworkAreaInfo'
temporalGranSize:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
spatialGranSizeTa:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
spatialGranSizeCell:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
fineGranAreas:
type: array
items:
$ref: 'TS29522_AMPolicyAuthorization.yaml#/components/schemas/GeographicalArea'
minItems: 1
description: Indicates the fine granularity areas to which the request applies.
visitedAreas:
type: array
items:
$ref: 'TS29554_Npcf_BDTPolicyControl.yaml#/components/schemas/NetworkAreaInfo'
minItems: 1
maxTopAppUlNbr:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
maxTopAppDlNbr:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
nfInstanceIds:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
minItems: 1
nfSetIds:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfSetId'
minItems: 1
nfTypes:
type: array
items:
$ref: 'TS29510_Nnrf_NFManagement.yaml#/components/schemas/NFType'
minItems: 1
nsiIdInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NsiIdInfo'
minItems: 1
qosRequ:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/QosRequirement'
nwPerfReqs:
type: array
items:
$ref: '#/components/schemas/NetworkPerfReq'
minItems: 1
nwPerfTypes:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NetworkPerfType'
minItems: 1
addNwPerfReqs:
type: array
items:
$ref: '#/components/schemas/ResourceUsageRequPerNwPerfType'
minItems: 1
userDataConReqs:
type: array
items:
$ref: '#/components/schemas/UserDataCongestReq'
minItems: 1
bwRequs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/BwRequirement'
minItems: 1
excepIds:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/ExceptionId'
minItems: 1
exptAnaType:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/ExpectedAnalyticsType'
exptUeBehav:
$ref: 'TS29503_Nudm_SDM.yaml#/components/schemas/ExpectedUeBehaviourData'
ratFreqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/RatFreqInformation'
minItems: 1
disperReqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/DispersionRequirement'
minItems: 1
redTransReqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/RedundantTransmissionExpReq'
minItems: 1
wlanReqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/WlanPerformanceReq'
minItems: 1
listOfAnaSubsets:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AnalyticsSubset'
minItems: 1
upfInfo:
$ref: 'TS29508_Nsmf_EventExposure.yaml#/components/schemas/UpfInformation'
appServerAddrs:
type: array
items:
$ref: 'TS29517_Naf_EventExposure.yaml#/components/schemas/AddrFqdn'
minItems: 1
dnPerfReqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/DnPerformanceReq'
minItems: 1
ueMobilityReqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/UeMobilityReq'
minItems: 1
ueCommReqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/UeCommReq'
minItems: 1
pduSesInfos:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/PduSessionInfo'
minItems: 1
pduSesTrafReqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/PduSesTrafficReq'
minItems: 1
locAccReqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/LocAccuracyReq'
minItems: 1
locGranularity:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/LocInfoGranularity'
locOrientation:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/LocationOrientation'
useCaseCxt:
type: string
description: >
Indicates the context of usage of the analytics. The value and format of this parameter
are not standardized.
dataVlTrnsTmRqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/E2eDataVolTransTimeReq'
minItems: 1
accuReq:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AccuracyReq'
movBehavReqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/MovBehavReq'
minItems: 1
relProxReqs:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/RelProxReq'
minItems: 1
not:
required: [anySlice, snssais]
ProblemDetailsAnalyticsInfoRequest:
description: >
Extends ProblemDetails to indicate more details why the analytics request is rejected.
allOf:
- $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'
- $ref: '#/components/schemas/AdditionInfoAnalyticsInfoRequest'
AdditionInfoAnalyticsInfoRequest:
description: Indicates additional information why the analytics request is rejected.
type: object
properties:
rvWaitTime:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
ContextData:
description: >
Contains context information related to analytics subscriptions corresponding with one or
more context identifiers.
type: object
properties:
contextElems:
type: array
items:
$ref: '#/components/schemas/ContextElement'
minItems: 1
description: >
List of items that contain context information corresponding with a context identifier.
required:
- contextElems
ContextElement:
description: Contains context information corresponding with a specific context identifier.
type: object
properties:
contextId:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AnalyticsContextIdentifier'
pendAnalytics:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/EventNotification'
minItems: 1
description: >
Output analytics for the analytics subscription which have not yet been sent to the
analytics consumer.
histAnalytics:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/EventNotification'
minItems: 1
description: Historical output analytics.
lastOutputTime:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
aggrSubs:
type: array
items:
$ref: '#/components/schemas/SpecificAnalyticsSubscription'
minItems: 1
description: >
Information about analytics subscriptions that the NWDAF has with other NWDAFs to
perform aggregation.
histData:
type: array
items:
$ref: '#/components/schemas/HistoricalData'
minItems: 1
description: Historical data related to the analytics subscription.
adrfId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
adrfDataTypes:
type: array
items:
$ref: '#/components/schemas/AdrfDataType'
minItems: 1
description: Type(s) of data stored in the ADRF by the NWDAF.
aggrNwdafIds:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
minItems: 1
description: >
NWDAF identifiers of NWDAF instances used by the NWDAF service consumer when aggregating
multiple analytics subscriptions.
modelInfo:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/ModelInfo'
minItems: 1
description: >
Contains information identifying the ML model(s) that the consumer NWDAF is currently
subscribing for the analytics.
anaAccuInfos:
type: array
items:
$ref: '#/components/schemas/AnalyticsAccuracyInfo'
minItems: 1
description: The Analytics Accuracy related information.
modelAccuInfos:
type: array
items:
$ref: '#/components/schemas/MlModelAccuracyInfo'
minItems: 1
description: The ML Model accuracy related information.
required:
- contextId
ContextIdList:
description: >
Contains a list of context identifiers of context information of analytics
subscriptions.
type: object
properties:
contextIds:
type: array
items:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AnalyticsContextIdentifier'
minItems: 1
required:
- contextIds
HistoricalData:
description: Contains historical data related to an analytics subscription.
type: object
properties:
startTime:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
endTime:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
subsWithSources:
type: array
items:
$ref: '#/components/schemas/SpecificDataSubscription'
minItems: 1
description: Information about subscriptions with the data sources.
data:
type: array
items:
$ref: 'TS29575_Nadrf_DataManagement.yaml#/components/schemas/DataNotification'
minItems: 1
description: Historical data related to the analytics.
required:
- data
NetworkPerfReq:
description: Represents a network performance requirement.
type: object
properties:
orderCriterion:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NetworkPerfOrderCriterion'
orderDirection:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/MatchingDirection'
SpecificAnalyticsSubscription:
description: >
Represents an existing subscription for a specific type of analytics to a specific NWDAF.
type: object
properties:
subscriptionId:
type: string
producerId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
producerSetId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfSetId'
nwdafEvSub:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NnwdafEventsSubscription'
allOf:
- oneOf:
- required: [producerId]
- required: [producerSetId]
- required: [subscriptionId]
- required: [nwdafEvSub]
RequestedContext:
description: Contains types of analytics context information.
type: object
properties:
contexts:
type: array
items:
$ref: '#/components/schemas/ContextType'
minItems: 1
description: List of analytics context types.
nfConsumerInfo:
$ref: 'TS29510_Nnrf_NFManagement.yaml#/components/schemas/VendorId'
required:
- contexts
SmcceInfo:
description: Represents the Session Management congestion control experience information.
type: object
properties:
dnn:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
snssai:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
smcceUeList:
$ref: '#/components/schemas/SmcceUeList'
required:
- smcceUeList
SmcceUeList:
description: >
Represents the List of UEs classified based on experience level of Session Management
congestion control.
type: object
properties:
highLevel:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Supi'
minItems: 1
mediumLevel:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Supi'
minItems: 1
lowLevel:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Supi'
minItems: 1
anyOf:
- required: [highLevel]
- required: [mediumLevel]
- required: [lowLevel]
SpecificDataSubscription:
description: >
Represents an existing subscription for data collection to a specific data source NF.
type: object
properties:
subscriptionId:
type: string
producerId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
producerSetId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfSetId'
dataSub:
$ref: 'TS29575_Nadrf_DataManagement.yaml#/components/schemas/DataSubscription'
allOf:
- oneOf:
- required: [producerId]
- required: [producerSetId]
- required: [subscriptionId]
- required: [dataSub]
UserDataCongestReq:
description: >
Represents a user data congesion requirement.
type: object
properties:
orderCriterion:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/UserDataConOrderCrit'
orderDirection:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/MatchingDirection'
ResourceUsageRequPerNwPerfType:
description: More requirement for each network performance type.
type: object
properties:
nwPerfType:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/NetworkPerfType'
rscUsgReq:
$ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/ResourceUsageRequirement'
required:
- nwPerfType
AnalyticsAccuracyInfo:
description: Analytics Accuracy related information needs to be transferred.
type: object
properties:
reportTime:
$ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
pauseInd:
type: boolean
description: >
Indicates whether the analytics subscription has been paused. Set to "true" if it has
been paused, otherwise set to "false".
remainTimeWin:
$ref: 'TS29122_CommonData.yaml#/components/schemas/TimeWindow'
groundTruthInfo:
$ref: '#/components/schemas/GroundTruthInfo'
GroundTruthInfo:
description: The ground truth information used for the accuracy information computation.
type: object
properties:
analyticsId:
$ref: '#/components/schemas/EventId'
dataSourceIds:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
minItems: 1
description: The NF instance ID(s) of the data source for ground truth data.
dataSourceSetIds:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfSetId'
minItems: 1
description: The NF Set ID(s) of the data source for ground truth data.
dataSub:
$ref: 'TS29575_Nadrf_DataManagement.yaml#/components/schemas/DataSubscription'
groundTruthData:
type: string
description: The ground truth information.
required:
- analyticsId
MlModelAccuracyInfo:
description: The ML Model Accuracy Subscription Information needs to be transferred.
type: object
properties:
subscriptionId:
type: string
description: The identifier of the subscription for the ML Model accuracy information.
sourceId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
sourceSetId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/NfSetId'
accuSubInfo:
$ref: 'TS29520_Nnwdaf_MLModelProvision.yaml#/components/schemas/ModelProvisionParamsExt'
required:
- subscriptionId
#
# ENUMERATIONS DATA TYPES
#
EventId:
anyOf:
- type: string
enum:
- LOAD_LEVEL_INFORMATION
- NETWORK_PERFORMANCE
- NF_LOAD
- SERVICE_EXPERIENCE
- UE_MOBILITY
- UE_COMMUNICATION
- QOS_SUSTAINABILITY
- ABNORMAL_BEHAVIOUR
- USER_DATA_CONGESTION
- NSI_LOAD_LEVEL
- SM_CONGESTION
- DISPERSION
- RED_TRANS_EXP
- WLAN_PERFORMANCE
- DN_PERFORMANCE
- PFD_DETERMINATION
- PDU_SESSION_TRAFFIC
- E2E_DATA_VOL_TRANS_TIME
- MOVEMENT_BEHAVIOUR
- LOC_ACCURACY
- RELATIVE_PROXIMITY
- type: string
description: >
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description: |
Represents the analytics type.
Possible values are:
- LOAD_LEVEL_INFORMATION: Represent the analytics of load level information of corresponding
network slice.
- NETWORK_PERFORMANCE: Represent the analytics of network performance information.
- NF_LOAD: Indicates that the event subscribed is NF Load.
- SERVICE_EXPERIENCE: Represent the analytics of service experience information of the
specific applications.
- UE_MOBILITY: Represent the analytics of UE mobility.
- UE_COMMUNICATION: Represent the analytics of UE communication.
- QOS_SUSTAINABILITY: Represent the analytics of QoS sustainability information in the
certain area.
- ABNORMAL_BEHAVIOUR: Indicates that the event subscribed is abnormal behaviour information.
- USER_DATA_CONGESTION: Represent the analytics of the user data congestion in the certain
area.
- NSI_LOAD_LEVEL: Represent the analytics of Network Slice and the optionally associated
Network Slice Instance.
- SM_CONGESTION: Represent the analytics of Session Management congestion control experience
information for specific DNN and/or S-NSSAI.
- DISPERSION: Represents the analytics of dispersion.
- RED_TRANS_EXP: Represents the analytics of Redundant Transmission Experience.
- WLAN_PERFORMANCE: Represents the analytics of WLAN performance.
- DN_PERFORMANCE: Represents the analytics of DN performance.
- PFD_DETERMINATION: Represents the analytics of PFD Determination information for known application identifier(s).
- PDU_SESSION_TRAFFIC: Represents the analytics of PDU Session traffic.
- E2E_DATA_VOL_TRANS_TIME: Represents the analytics of E2E data volume transfer time.
- MOVEMENT_BEHAVIOUR: Represents the analytics of the Movement Behaviour information.
- LOC_ACCURACY: Represents the analytics of location accuracy.
- RELATIVE_PROXIMITY: Represents the analytics of Relative Proximity information.
ContextType:
anyOf:
- type: string
enum:
- PENDING_ANALYTICS
- HISTORICAL_ANALYTICS
- AGGR_SUBS
- DATA
- AGGR_INFO
- ML_MODELS
- ANALYTICS_ACCU_INFO
- ML_MODEL_ACCU_INFO
- type: string
description: >
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description: |
Represents the analytics context information type.
Possible values are:
- PENDING_ANALYTICS: Represents context information that relates to pending output
analytics.
- HISTORICAL_ANALYTICS: Represents context information that relates to historical output
analytics.
- AGGR_SUBS: Represents context information about the analytics subscriptions that an NWDAF
has with other NWDAFs that collectively serve an analytics subscription.
- DATA: Represents context information about historical data that is available.
- AGGR_INFO: Represents context information that is related to aggregation of analytics
from multiple NWDAF subscriptions.
- ML_MODELS: Represents context information about used ML models.
- ANALYTICS_ACCU_INFO: Represents the Analytics Accuracy related information.
- ML_MODEL_ACCU_INFO: Represents the ML Model accuracy related information.
AdrfDataType:
anyOf:
- type: string
enum:
- HISTORICAL_ANALYTICS
- HISTORICAL_DATA
- type: string
description: >
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description: |
Represents a type of data that is stored in the ADRF.
Possible values are:
- HISTORICAL_ANALYTICS: Indicates that historical analytics are stored in the ADRF.
- HISTORICAL_DATA: Indicates that historical data are stored in the ADRF.