2f4dd14f3573b3f2b5f255cdd4baac7fdb17d283
[ric-app/mc.git] / docs / readme.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2019 AT&T
4
5
6 RIC Measurement Campaign (MC) supported KPIs
7 ============================================
8
9 me: addreq_pdf_nr_cell
10 ------------------------
11
12 description: histogram of neighboring cell RSRP, aggregated by gnb_id / cell id
13
14 keys: CELL_ID, GNB_ID
15
16 timestamp: TS
17
18 - ULLONG TS
19 - FLOAT measurementInterval
20 - UINT CELL_ID
21 - STRING GNB_ID
22 - INT cnt
23 - UINT rsrp_vbad
24 - UINT rsrp_bad
25 - UINT rsrp_medium
26 - UINT rsrp_good
27 - UINT rsrp_vgood
28
29 sources: sgnb_addreq_for_ue_mn_neigh_ssb
30
31 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_for_ue_mn_neigh_ssb
32
33 Interface map: SGNB_ADDITION_REQ (sgnb_addition_request)
34
35 name: addreq_pdf_nr_gnb
36 -----------------------
37
38 description: histogram of neighboring cell RSRP, aggregated by GNB, as computed from addition request events.
39
40 keys: GNB_ID
41
42 timestamp: TS
43
44 - ULLONG TS
45 - FLOAT measurementInterval
46 - STRING GNB_ID
47 - INT cnt
48 - UINT rsrp_vbad
49 - UINT rsrp_bad
50 - UINT rsrp_medium
51 - UINT rsrp_good
52 - UINT rsrp_vgood
53
54 sources: sgnb_addreq_for_ue_mn_neigh_ssb
55
56 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_for_ue_mn_neigh_ssb
57
58 Interface map: SGNB_ADDITION_REQ (sgnb_addition_request)
59
60 name: addreq_stats_nr_cell
61 --------------------------
62
63 description: statistics about neighboring cell RSRP aggregated by cell id
64
65 keys: CELL_ID, GNB_ID
66
67 timestamp: TS
68
69 - ULLONG TS
70 - FLOAT measurementInterval
71 - UINT CELL_ID
72 - STRING GNB_ID
73 - INT cnt
74 - INT min_rsrp
75 - INT pctl_05_rsrp
76 - INT median_rsrp
77 - INT pctl_95_rsrp
78 - FLOAT stddev_rsrp
79 - INT max_rsrp
80
81 sources: sgnb_addreq_for_ue_mn_neigh_ssb
82
83 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_for_ue_mn_neigh_ssb
84
85 Interface map: SGNB_ADDITION_REQ (sgnb_addition_request)
86
87 name: addreq_stats_nr_gnb
88 -------------------------
89
90 description: statistics about neighboring cell RSRP aggregated by GNB, as computed from addition request events.
91
92 keys: GNB_ID
93
94 timestamp: TS
95
96 - ULLONG TS
97 - FLOAT measurementInterval
98 - STRING GNB_ID
99 - INT cnt
100 - INT min_rsrp
101 - INT pctl_05_rsrp
102 - INT median_rsrp
103 - INT pctl_95_rsrp
104 - FLOAT stddev_rsrp
105 - INT max_rsrp
106
107 sources: sgnb_addreq_for_ue_mn_neigh_ssb
108
109 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_for_ue_mn_neigh_ssb
110
111 Interface map: SGNB_ADDITION_REQ (sgnb_addition_request)
112
113 name: addreq_success_stats
114 --------------------------
115
116 description: statistics on the time to successfully make a DC connection
117
118 keys: GNB_ID
119
120 timestamp: TS
121
122 - STRING GNB_ID
123 - ULLONG TS
124 - FLOAT measurementInterval
125 - FLOAT min_success_time
126 - FLOAT max_success_time
127 - FLOAT avg_success_time
128 - FLOAT pctl_05_success_time
129 - FLOAT pctl_95_success_time
130 - FLOAT stddev_success_time
131
132 sources: add_req_start, add_req_success
133
134 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_for_ue, RECONCOMPLETE.reconfig_success
135
136 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request)
137
138 name: dc_release_debug
139 ----------------------
140
141 timestamp: TS
142
143 - STRING name
144 - INT cnt
145 - ULLONG TS
146 - FLOAT measurementInterval
147
148 sources: dc_release
149
150 transitive sources: CONRELEASE.dc_release
151
152 Interface map: CONRELEASE (ue_context_release)
153
154 name: distinct_users
155 --------------------
156
157 description: Number of users based on distinct gTP_TEIDs seen
158
159 keys: GNB_ID
160
161 timestamp: TS
162
163 - ULLONG TS
164 - FLOAT measurementInterval
165 - STRING GNB_ID
166 - INT num_users
167
168 sources: sgnb_addreq_gtp_teid
169
170 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid
171
172 Interface map: SGNB_ADDITION_REQ (sgnb_addition_request)
173
174 name: erab_stats
175 ----------------
176
177 description: number of admitted bearers and the distribution of their qCI
178
179 keys: GNB_ID
180
181 timestamp: TS
182
183 - ULLONG TS
184 - STRING GNB_ID
185 - FLOAT measurementInterval
186 - INT total_erabs
187 - UINT qCI_1
188 - UINT qCI_2
189 - UINT qCI_3
190 - UINT qCI_4
191 - UINT qCI_5
192 - UINT qCI_6
193 - UINT qCI_7
194 - UINT qCI_8
195 - UINT qCI_9
196 - UINT qCI_other
197
198 sources: eRABs_acked_for_admit_for_ue, reconfig_success
199
200 transitive sources: SGNB_ADDITION_REQ_ACK.eRABs_acked_for_admit_for_ue, RECONCOMPLETE.reconfig_success
201
202 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge)
203
204 name: handovers_gnb
205 -------------------
206
207 description: Number of handovers on a per-gtp_teid basis
208
209 keys: GTP_TEID, GNB_ID
210
211 timestamp: TS
212
213 - ULLONG TS
214 - FLOAT measurementInterval
215 - STRING GTP_TEID
216 - STRING GNB_ID
217 - INT total_addition_requests
218 - UINT n_handovers
219 - UINT n_ping_pong
220
221 sources: handovers_join
222
223 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
224
225 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request)
226
227 name: ho_counts_gtp_teid
228 ------------------------
229
230 description: Number of handovers, by UE (gTP_TEID)
231
232 keys: gTP_TEID, GNB_ID
233
234 timestamp: TS
235
236 - ULLONG TS
237 - STRING GNB_ID
238 - STRING gTP_TEID
239 - FLOAT measurementInterval
240 - INT n_handovers
241
242 sources: sgnb_mod_req_ack, sgnb_mod_conf, gnb_ueid_teid_map
243
244 transitive sources: SGNBMODREQACK.sgnb_mod_req_ack, SGNBMODCONF.sgnb_mod_conf, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
245
246 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNBMODREQACK (sgnb_modification_request_acknowledge), SGNB_ADDITION_REQ (sgnb_addition_request), SGNBMODCONF (sgnb_modification_confirm)
247
248 name: mc_connected_cnt
249 ----------------------
250
251 description: Number of dual connected users
252
253 keys: GNB_ID
254
255 timestamp: TS
256
257 - ULLONG TS
258 - STRING GNB_ID
259 - FLOAT measurementInterval
260 - INT count_connected_ue
261
262 sources: dc_events
263
264 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release
265
266 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), CONRELEASE (ue_context_release)
267
268 name: mc_connection_stats
269 -------------------------
270
271 description: statistics about the length of dual connected sessions by gnb
272
273 keys: GNB_ID
274
275 timestamp: TS
276
277 - ULLONG TS
278 - STRING GNB_ID
279 - FLOAT measurementInterval
280 - FLOAT min_connected_time
281 - FLOAT max_connected_time
282 - FLOAT avg_connected_time
283 - FLOAT pctl_05_connected_time
284 - FLOAT pctl_95_connected_time
285 - FLOAT stddev_connected_time
286
287 sources: mc_disconnected_ues
288
289 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release
290
291 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), CONRELEASE (ue_context_release)
292
293 name: mc_connection_stats_gtp_teid
294 ----------------------------------
295
296 description: statistics about the length of dual connected sessions, by gtp_teid
297
298 keys: gTP_TEID, GNB_ID
299
300 timestamp: TS
301
302 - ULLONG TS
303 - STRING GNB_ID
304 - STRING gTP_TEID
305 - FLOAT measurementInterval
306 - FLOAT min_connected_time
307 - FLOAT max_connected_time
308 - FLOAT avg_connected_time
309 - FLOAT pctl_05_connected_time
310 - FLOAT pctl_95_connected_time
311 - FLOAT stddev_connected_time
312
313 sources: mc_disconnected_ues, gnb_ueid_teid_map
314
315 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid
316
317 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), CONRELEASE (ue_context_release)
318
319 name: mc_connects_cnt
320 ---------------------
321
322 description: number of DC connection requests, by GNB
323
324 keys: GNB_ID
325
326 timestamp: TS
327
328 - ULLONG TS
329 - STRING GNB_ID
330 - FLOAT measurementInterval
331 - INT count_ue_connects
332
333 sources: dc_events
334
335 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release
336
337 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), CONRELEASE (ue_context_release)
338
339 name: mc_connects_cnt_gtp_teid
340 ------------------------------
341
342 description: number of DC connection requests by UE
343
344 keys: gTP_TEID, GNB_ID
345
346 timestamp: TS
347
348 - ULLONG TS
349 - STRING GNB_ID
350 - STRING gTP_TEID
351 - FLOAT measurementInterval
352 - INT count_ue_connects
353
354 sources: dc_events, gnb_ueid_teid_map
355
356 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid
357
358 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), CONRELEASE (ue_context_release)
359
360 name: mc_disconnects_cnt
361 ------------------------
362
363 description: number of DC connection releases
364
365 keys: GNB_ID
366
367 timestamp: TS
368
369 - ULLONG TS
370 - STRING GNB_ID
371 - FLOAT measurementInterval
372 - INT count_ue_disconnects
373
374 sources: dc_events
375
376 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release
377
378 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), CONRELEASE (ue_context_release)
379
380 name: mc_unique_ue_cnt
381 ----------------------
382
383 description: Number of distinct UEs making a DC request or release
384
385 keys: GNB_ID
386
387 timestamp: TS
388
389 - ULLONG TS
390 - STRING GNB_ID
391 - FLOAT measurementInterval
392 - INT count_unique_ue
393
394 sources: dc_events
395
396 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release
397
398 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), CONRELEASE (ue_context_release)
399
400 name: mod_failure_cause_gtp_teid
401 --------------------------------
402
403 description: distribution of causes for a sgnb modification failure, by UE (gtp_teid)
404
405 keys: gTP_TEID, GNB_ID
406
407 timestamp: TS
408
409 - STRING GNB_ID
410 - STRING gTP_TEID
411 - ULLONG TS
412 - FLOAT measurementInterval
413 - INT total_reconfig_refuse
414 - UINT count_radio_network
415 - UINT count_transport
416 - UINT count_protocol
417 - UINT count_misc
418
419 sources: sgnb_mod_req_reject, mod_status_refuse_cause_base, gnb_ueid_teid_map, gnb_ueid_teid_map
420
421 transitive sources: SGNBMODREQREJECT.sgnb_mod_req_reject, SGNBMODREFUSE.sgnb_mod_refuse, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
422
423 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNBMODREFUSE (sgnb_modification_refuse), SGNB_ADDITION_REQ (sgnb_addition_request), SGNBMODREQREJECT (sgnb_modification_request_reject)
424
425 name: mod_req_failure_distribution
426 ----------------------------------
427
428 description: distribution of causes of a modification request failure
429
430 keys: GNB_ID
431
432 timestamp: TS
433
434 - ULLONG TS
435 - STRING GNB_ID
436 - FLOAT measurementInterval
437 - INT cnt
438 - UINT count_protobuf_unspecified
439 - UINT count_t310_Expiry
440 - UINT count_randomAccessProblem
441 - UINT count_rlc_MaxNumRetx
442 - UINT count_synchReconfigFailure_SCG
443 - UINT count_scg_reconfigFailure
444 - UINT count_srb3_IntegrityFailure
445
446 sources: base_mod_req_failure_distribution
447
448 transitive sources: SGNBMODREQ.sgnb_mod_req
449
450 Interface map: SGNBMODREQ (sgnb_modification_request)
451
452 name: mod_req_failure_distribution_gtp_teid
453 -------------------------------------------
454
455 description: distribution of causes of a modification request failure
456
457 keys: gTP_TEID, GNB_ID
458
459 timestamp: TS
460
461 - ULLONG TS
462 - STRING GNB_ID
463 - STRING gTP_TEID
464 - FLOAT measurementInterval
465 - INT cnt
466 - UINT count_protobuf_unspecified
467 - UINT count_t310_Expiry
468 - UINT count_randomAccessProblem
469 - UINT count_rlc_MaxNumRetx
470 - UINT count_synchReconfigFailure_SCG
471 - UINT count_scg_reconfigFailure
472 - UINT count_srb3_IntegrityFailure
473
474 sources: base_mod_req_failure_distribution, gnb_ueid_teid_map
475
476 transitive sources: SGNBMODREQ.sgnb_mod_req, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
477
478 Interface map: SGNBMODREQ (sgnb_modification_request), RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request)
479
480 name: mod_status_refuse_cause
481 -----------------------------
482
483 description: distribution of causes for a sgnb modification refusal (base)
484
485 keys: GNB_ID
486
487 timestamp: TS
488
489 - STRING GNB_ID
490 - ULLONG TS
491 - FLOAT measurementInterval
492 - INT total_reconfig_refuse
493 - UINT count_radio_network
494 - UINT count_transport
495 - UINT count_protocol
496 - UINT count_misc
497
498 sources: mod_status_refuse_cause_base
499
500 transitive sources: SGNBMODREFUSE.sgnb_mod_refuse
501
502 Interface map: SGNBMODREFUSE (sgnb_modification_refuse)
503
504 name: reconfig_reject_debug
505 ---------------------------
506
507 timestamp: TS
508
509 - STRING name
510 - INT cnt
511 - ULLONG TS
512 - FLOAT measurementInterval
513
514 sources: reconfig_reject
515
516 transitive sources: RECONCOMPLETE.reconfig_reject
517
518 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete)
519
520 name: reconfig_status_reject_cause
521 ----------------------------------
522
523 description: distribution of causes for DC rejection
524
525 keys: GNB_ID
526
527 timestamp: TB
528
529 - STRING GNB_ID
530 - ULLONG TB
531 - INT total_reconfig_reject
532 - UINT count_radio_network
533 - UINT count_transport
534 - UINT count_protocol
535 - UINT count_misc
536
537 sources: sgnb_add_req_reject
538
539 transitive sources: ADDREQREJECT.sgnb_add_req_reject
540
541 Interface map: ADDREQREJECT (sgnb_addition_request_reject)
542
543 name: reconfig_status_reject_cause_gtp_teid
544 -------------------------------------------
545
546 description: distribution of causes for DC rejection on a per-ue (gtp-teid) basis
547
548 keys: gTP_TEID, GNB_ID
549
550 timestamp: TB
551
552 - STRING GNB_ID
553 - STRING gTP_TEID
554 - ULLONG TB
555 - INT total_reconfig_reject
556 - UINT count_radio_network
557 - UINT count_transport
558 - UINT count_protocol
559 - UINT count_misc
560
561 sources: sgnb_add_req_reject, gnb_ueid_teid_map
562
563 transitive sources: ADDREQREJECT.sgnb_add_req_reject, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
564
565 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), ADDREQREJECT (sgnb_addition_request_reject), SGNB_ADDITION_REQ (sgnb_addition_request)
566
567 name: reconfig_status_success_rate
568 ----------------------------------
569
570 description: fraction of DC connect requests which are successful
571
572 keys: GNB_ID
573
574 timestamp: TS
575
576 - STRING GNB_ID
577 - ULLONG TS
578 - FLOAT measurementInterval
579 - INT total_reconfiguration_requests
580 - UINT successful_reconfiguration_requests
581 - FLOAT success_rate
582 - FLOAT failure_rate
583
584 sources: reconfig_status_merge
585
586 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_for_ue, RECONCOMPLETE.reconfig_success
587
588 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request)
589
590 name: reconfig_status_success_rate_gtp_teid
591 -------------------------------------------
592
593 description: fraction of DC connect requests which are successful, on a per-user (gtp_teid) basis.
594
595 keys: gTP_TEID, GNB_ID
596
597 timestamp: TS
598
599 - STRING GNB_ID
600 - STRING gTP_TEID
601 - ULLONG TS
602 - FLOAT measurementInterval
603 - INT total_reconfiguration_requests
604 - UINT successful_reconfiguration_requests
605 - FLOAT success_rate
606 - FLOAT failure_rate
607
608 sources: reconfig_status_merge, gnb_ueid_teid_map
609
610 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_for_ue, RECONCOMPLETE.reconfig_success, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid
611
612 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request)
613
614 name: reconfig_success_debug
615 ----------------------------
616
617 timestamp: TS
618
619 - STRING name
620 - INT cnt
621 - ULLONG TS
622 - FLOAT measurementInterval
623
624 sources: reconfig_success
625
626 transitive sources: RECONCOMPLETE.reconfig_success
627
628 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete)
629
630 name: release_cause
631 -------------------
632
633 description: distribution of the causes of a DC release
634
635 keys: GNB_ID
636
637 timestamp: TS
638
639 - STRING GNB_ID
640 - ULLONG TS
641 - FLOAT measurementInterval
642 - INT total_reconfig_refuse
643 - UINT count_radio_network
644 - UINT count_transport
645 - UINT count_protocol
646 - UINT count_misc
647
648 sources: reconfig_cause_merge
649
650 transitive sources: RELREQ.release_req, SGNBRELEASERQD.SgNB_release_rqd
651
652 Interface map: RELREQ (sgnb_release_request), SGNBRELEASERQD (sgnb_release_required)
653
654 name: release_cause_gtp_ueid
655 ----------------------------
656
657 description: distribution of the causes of a DC release by UE (gtp_teid)
658
659 keys: gTP_TEID, GNB_ID
660
661 timestamp: TS
662
663 - STRING GNB_ID
664 - STRING gTP_TEID
665 - ULLONG TS
666 - FLOAT measurementInterval
667 - INT total_reconfig_refuse
668 - UINT count_radio_network
669 - UINT count_transport
670 - UINT count_protocol
671 - UINT count_misc
672
673 sources: reconfig_cause_merge, gnb_ueid_teid_map
674
675 transitive sources: RELREQ.release_req, SGNBRELEASERQD.SgNB_release_rqd, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
676
677 Interface map: RELREQ (sgnb_release_request), SGNBRELEASERQD (sgnb_release_required), SGNB_ADDITION_REQ (sgnb_addition_request), RECONCOMPLETE (sgnb_reconfiguration_complete)
678
679 name: release_req_success_stats
680 -------------------------------
681
682 description: statistics on the time to delease a DC connection
683
684 keys: GNB_ID
685
686 timestamp: TS
687
688 - STRING GNB_ID
689 - ULLONG TS
690 - FLOAT measurementInterval
691 - FLOAT min_success_time
692 - FLOAT max_success_time
693 - FLOAT avg_success_time
694 - FLOAT pctl_05_success_time
695 - FLOAT pctl_95_success_time
696 - FLOAT stddev_success_time
697
698 sources: release_req_start, release_req_success
699
700 transitive sources: RELREQ.release_req, CONRELEASE.dc_release
701
702 Interface map: RELREQ (sgnb_release_request), CONRELEASE (ue_context_release)
703
704 name: rrcx_pdf_neighbor_beam_cell
705 ---------------------------------
706
707 description: distribution of the beam ssb rsrp of neighboring cells, aggregated by gnb_id / cell id, computed from rrc transfer
708
709 keys: CELL_ID, GNB_ID
710
711 timestamp: TS
712
713 - ULLONG TS
714 - FLOAT measurementInterval
715 - UINT CELL_ID
716 - STRING GNB_ID
717 - INT cnt
718 - UINT rsrp_vbad
719 - UINT rsrp_bad
720 - UINT rsrp_medium
721 - UINT rsrp_good
722 - UINT rsrp_vgood
723
724 sources: neighbor_beam_ssb
725
726 transitive sources: RRCXFER.neighbor_beam_ssb
727
728 Interface map: RRCXFER (rrctransfer)
729
730 name: rrcx_pdf_neighbor_beam_gnb
731 --------------------------------
732
733 description: distribution of the beam ssb rsrp of neighboring cells, aggregated by gNB, computed from rrc transfer
734
735 keys: GNB_ID
736
737 timestamp: TS
738
739 - ULLONG TS
740 - FLOAT measurementInterval
741 - STRING GNB_ID
742 - INT cnt
743 - UINT rsrp_vbad
744 - UINT rsrp_bad
745 - UINT rsrp_medium
746 - UINT rsrp_good
747 - UINT rsrp_vgood
748
749 sources: neighbor_beam_ssb
750
751 transitive sources: RRCXFER.neighbor_beam_ssb
752
753 Interface map: RRCXFER (rrctransfer)
754
755 name: rrcx_pdf_neighbor_beam_gtp_teid
756 -------------------------------------
757
758 description: distribution of the beam ssb rsrp of neighboring cells aggregated by ue (gtp_teid), computed from rrc transfer
759
760 keys: gTP_TEID, GNB_ID
761
762 timestamp: TS
763
764 - ULLONG TS
765 - FLOAT measurementInterval
766 - STRING GNB_ID
767 - STRING gTP_TEID
768 - INT cnt
769 - UINT rsrp_vbad
770 - UINT rsrp_bad
771 - UINT rsrp_medium
772 - UINT rsrp_good
773 - UINT rsrp_vgood
774
775 sources: neighbor_beam_ssb, gnb_ueid_teid_map
776
777 transitive sources: RRCXFER.neighbor_beam_ssb, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
778
779 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), RRCXFER (rrctransfer)
780
781 name: rrcx_pdf_neighbor_cell
782 ----------------------------
783
784 description: distribution of the  ssb rsrp of the neighboring cells by cell id, computed from rrc transfer
785
786 keys: CELL_ID, GNB_ID
787
788 timestamp: TS
789
790 - ULLONG TS
791 - FLOAT measurementInterval
792 - UINT CELL_ID
793 - STRING GNB_ID
794 - INT cnt
795 - UINT rsrp_vbad
796 - UINT rsrp_bad
797 - UINT rsrp_medium
798 - UINT rsrp_good
799 - UINT rsrp_vgood
800
801 sources: nr_neighbor
802
803 transitive sources: RRCXFER.nr_neighbor
804
805 Interface map: RRCXFER (rrctransfer)
806
807 name: rrcx_pdf_neighbor_gnb
808 ---------------------------
809
810 description: distribution of the  ssb rsrp of neighbor cells aggregated by gNB, computed from rrc transfer
811
812 keys: GNB_ID
813
814 timestamp: TS
815
816 - ULLONG TS
817 - FLOAT measurementInterval
818 - STRING GNB_ID
819 - INT cnt
820 - UINT rsrp_vbad
821 - UINT rsrp_bad
822 - UINT rsrp_medium
823 - UINT rsrp_good
824 - UINT rsrp_vgood
825
826 sources: nr_neighbor
827
828 transitive sources: RRCXFER.nr_neighbor
829
830 Interface map: RRCXFER (rrctransfer)
831
832 name: rrcx_pdf_neighbor_gtp_teid
833 --------------------------------
834
835 description: distribution of the  ssb rsrp of neighbor cells aggregated by ue (gtp_teid), computed from rrc transfer
836
837 keys: gTP_TEID, GNB_ID
838
839 timestamp: TS
840
841 - ULLONG TS
842 - FLOAT measurementInterval
843 - STRING GNB_ID
844 - STRING gTP_TEID
845 - INT cnt
846 - UINT rsrp_vbad
847 - UINT rsrp_bad
848 - UINT rsrp_medium
849 - UINT rsrp_good
850 - UINT rsrp_vgood
851
852 sources: nr_neighbor, gnb_ueid_teid_map
853
854 transitive sources: RRCXFER.nr_neighbor, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
855
856 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), RRCXFER (rrctransfer)
857
858 name: rrcx_pdf_serv_beam_cell
859 -----------------------------
860
861 description: distribution of the beam ssb rsrp of serving cells, aggregated by gnb_id / cell id, computed from rrc transfer
862
863 keys: CELL_ID, GNB_ID
864
865 timestamp: TS
866
867 - ULLONG TS
868 - FLOAT measurementInterval
869 - UINT CELL_ID
870 - STRING GNB_ID
871 - INT cnt
872 - UINT rsrp_vbad
873 - UINT rsrp_bad
874 - UINT rsrp_medium
875 - UINT rsrp_good
876 - UINT rsrp_vgood
877
878 sources: serv_cell_beam_ssb
879
880 transitive sources: RRCXFER.serv_cell_beam_ssb
881
882 Interface map: RRCXFER (rrctransfer)
883
884 name: rrcx_pdf_serv_beam_gnb
885 ----------------------------
886
887 description: distribution of the beam ssb rsrp of serving cells, aggregated by gnb_id, computed from rrc transfer
888
889 keys: GNB_ID
890
891 timestamp: TS
892
893 - ULLONG TS
894 - FLOAT measurementInterval
895 - STRING GNB_ID
896 - INT cnt
897 - UINT rsrp_vbad
898 - UINT rsrp_bad
899 - UINT rsrp_medium
900 - UINT rsrp_good
901 - UINT rsrp_vgood
902
903 sources: serv_cell_beam_ssb
904
905 transitive sources: RRCXFER.serv_cell_beam_ssb
906
907 Interface map: RRCXFER (rrctransfer)
908
909 name: rrcx_pdf_serv_beam_gtp_teid
910 ---------------------------------
911
912 description: distribution of the  ssb beam rsrp of serving cells aggregated by ue (gtp_teid), computed from rrc transfer
913
914 keys: gTP_TEID, GNB_ID
915
916 timestamp: TS
917
918 - ULLONG TS
919 - FLOAT measurementInterval
920 - STRING GNB_ID
921 - STRING gTP_TEID
922 - INT cnt
923 - UINT rsrp_vbad
924 - UINT rsrp_bad
925 - UINT rsrp_medium
926 - UINT rsrp_good
927 - UINT rsrp_vgood
928
929 sources: serv_cell_beam_ssb, gnb_ueid_teid_map
930
931 transitive sources: RRCXFER.serv_cell_beam_ssb, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
932
933 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), RRCXFER (rrctransfer)
934
935 name: rrcx_pdf_serv_cell
936 ------------------------
937
938 description: distribution of the  ssb rsrp of serving cell aggregated by cell id, computed from rrc transfer
939
940 keys: CELL_ID, GNB_ID
941
942 timestamp: TS
943
944 - ULLONG TS
945 - FLOAT measurementInterval
946 - UINT CELL_ID
947 - STRING GNB_ID
948 - INT cnt
949 - UINT rsrp_vbad
950 - UINT rsrp_bad
951 - UINT rsrp_medium
952 - UINT rsrp_good
953 - UINT rsrp_vgood
954
955 sources: serv_nr_cell
956
957 transitive sources: RRCXFER.serv_nr_cell
958
959 Interface map: RRCXFER (rrctransfer)
960
961 name: rrcx_pdf_serv_gnb
962 -----------------------
963
964 description: distribution of the  ssb rsrp of serving cells aggregated by gnb id, computed from rrc transfer
965
966 keys: GNB_ID
967
968 timestamp: TS
969
970 - ULLONG TS
971 - FLOAT measurementInterval
972 - STRING GNB_ID
973 - INT cnt
974 - UINT rsrp_vbad
975 - UINT rsrp_bad
976 - UINT rsrp_medium
977 - UINT rsrp_good
978 - UINT rsrp_vgood
979
980 sources: serv_nr_cell
981
982 transitive sources: RRCXFER.serv_nr_cell
983
984 Interface map: RRCXFER (rrctransfer)
985
986 name: rrcx_pdf_serv_gtp_teid
987 ----------------------------
988
989 description: distribution of the  ssb rsrp of serving cells aggregated by ue (gtp_teid), computed from rrc transfer
990
991 keys: gTP_TEID, GNB_ID
992
993 timestamp: TS
994
995 - ULLONG TS
996 - FLOAT measurementInterval
997 - STRING GNB_ID
998 - STRING gTP_TEID
999 - INT cnt
1000 - UINT rsrp_vbad
1001 - UINT rsrp_bad
1002 - UINT rsrp_medium
1003 - UINT rsrp_good
1004 - UINT rsrp_vgood
1005
1006 sources: serv_nr_cell, gnb_ueid_teid_map
1007
1008 transitive sources: RRCXFER.serv_nr_cell, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
1009
1010 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), RRCXFER (rrctransfer)
1011
1012 name: rrcx_stats_neighbor_beam_cell
1013 -----------------------------------
1014
1015 description: statistics on ssb RSRP on the beams of neighboring cells, aggregated by gbn_id / cell ID, computed using rrc transfer
1016
1017 keys: CELL_ID, GNB_ID
1018
1019 timestamp: TS
1020
1021 - ULLONG TS
1022 - FLOAT measurementInterval
1023 - UINT CELL_ID
1024 - STRING GNB_ID
1025 - INT cnt
1026 - INT min_rsrp
1027 - INT pctl_05_rsrp
1028 - INT median_rsrp
1029 - INT pctl_95_rsrp
1030 - FLOAT stddev_rsrp
1031 - INT max_rsrp
1032
1033 sources: neighbor_beam_ssb
1034
1035 transitive sources: RRCXFER.neighbor_beam_ssb
1036
1037 Interface map: RRCXFER (rrctransfer)
1038
1039 name: rrcx_stats_neighbor_beam_gnb
1040 ----------------------------------
1041
1042 description: statistics on ssb RSRP on the beams of nrighboring cells, aggregated by gNB, computed using rrc transfer
1043
1044 keys: GNB_ID
1045
1046 timestamp: TS
1047
1048 - ULLONG TS
1049 - FLOAT measurementInterval
1050 - STRING GNB_ID
1051 - INT cnt
1052 - INT min_rsrp
1053 - INT pctl_05_rsrp
1054 - INT median_rsrp
1055 - INT pctl_95_rsrp
1056 - FLOAT stddev_rsrp
1057 - INT max_rsrp
1058
1059 sources: neighbor_beam_ssb
1060
1061 transitive sources: RRCXFER.neighbor_beam_ssb
1062
1063 Interface map: RRCXFER (rrctransfer)
1064
1065 name: rrcx_stats_neighbor_cell
1066 ------------------------------
1067
1068 description: statistics on the ssb rsrp of the neighbor cells, aggregated by gnb_id / cell id, computed using rrc transfer
1069
1070 keys: CELL_ID, GNB_ID
1071
1072 timestamp: TS
1073
1074 - ULLONG TS
1075 - FLOAT measurementInterval
1076 - UINT CELL_ID
1077 - STRING GNB_ID
1078 - INT cnt
1079 - INT min_rsrp
1080 - INT pctl_05_rsrp
1081 - INT median_rsrp
1082 - INT pctl_95_rsrp
1083 - FLOAT stddev_rsrp
1084 - INT max_rsrp
1085
1086 sources: nr_neighbor
1087
1088 transitive sources: RRCXFER.nr_neighbor
1089
1090 Interface map: RRCXFER (rrctransfer)
1091
1092 name: rrcx_stats_neighbor_gnb
1093 -----------------------------
1094
1095 description: statistics on the ssb rsrp of the neighbor cells, aggregated by gNB, computed using rrc transfer
1096
1097 keys: GNB_ID
1098
1099 timestamp: TS
1100
1101 - ULLONG TS
1102 - FLOAT measurementInterval
1103 - STRING GNB_ID
1104 - INT cnt
1105 - INT min_rsrp
1106 - INT pctl_05_rsrp
1107 - INT median_rsrp
1108 - INT pctl_95_rsrp
1109 - FLOAT stddev_rsrp
1110 - INT max_rsrp
1111
1112 sources: nr_neighbor
1113
1114 transitive sources: RRCXFER.nr_neighbor
1115
1116 Interface map: RRCXFER (rrctransfer)
1117
1118 name: rrcx_stats_serv_beam_cell
1119 -------------------------------
1120
1121 description: statistics on ssb RSRP on the beams of serving cells, aggregated by gbn_id / cell ID, computed using rrc transfer
1122
1123 keys: CELL_ID, GNB_ID
1124
1125 timestamp: TS
1126
1127 - ULLONG TS
1128 - FLOAT measurementInterval
1129 - UINT CELL_ID
1130 - STRING GNB_ID
1131 - INT cnt
1132 - INT min_rsrp
1133 - INT pctl_05_rsrp
1134 - INT median_rsrp
1135 - INT pctl_95_rsrp
1136 - FLOAT stddev_rsrp
1137 - INT max_rsrp
1138
1139 sources: serv_cell_beam_ssb
1140
1141 transitive sources: RRCXFER.serv_cell_beam_ssb
1142
1143 Interface map: RRCXFER (rrctransfer)
1144
1145 name: rrcx_stats_serv_beam_gnb
1146 ------------------------------
1147
1148 description: statistics on ssb RSRP on the beams of serving cells, aggregated by gbn_id / cell ID, computed using rrc transfer
1149
1150 keys: GNB_ID
1151
1152 timestamp: TS
1153
1154 - ULLONG TS
1155 - FLOAT measurementInterval
1156 - STRING GNB_ID
1157 - INT cnt
1158 - INT min_rsrp
1159 - INT pctl_05_rsrp
1160 - INT median_rsrp
1161 - INT pctl_95_rsrp
1162 - FLOAT stddev_rsrp
1163 - INT max_rsrp
1164
1165 sources: serv_cell_beam_ssb
1166
1167 transitive sources: RRCXFER.serv_cell_beam_ssb
1168
1169 Interface map: RRCXFER (rrctransfer)
1170
1171 name: rrcx_stats_serv_cell
1172 --------------------------
1173
1174 description: statistics on the ssb rsrp of the serving cell, aggregated by gnb_id / cell id, computed using rrc transfer
1175
1176 keys: CELL_ID, GNB_ID
1177
1178 timestamp: TS
1179
1180 - ULLONG TS
1181 - FLOAT measurementInterval
1182 - UINT CELL_ID
1183 - STRING GNB_ID
1184 - INT cnt
1185 - INT min_rsrp
1186 - INT pctl_05_rsrp
1187 - INT median_rsrp
1188 - INT pctl_95_rsrp
1189 - FLOAT stddev_rsrp
1190 - INT max_rsrp
1191
1192 sources: serv_nr_cell
1193
1194 transitive sources: RRCXFER.serv_nr_cell
1195
1196 Interface map: RRCXFER (rrctransfer)
1197
1198 name: rrcx_stats_serv_gnb
1199 -------------------------
1200
1201 description: statistics on the ssb srp of the serving cell, aggregated by gNB, computed using rrc transfer
1202
1203 keys: GNB_ID
1204
1205 timestamp: TS
1206
1207 - ULLONG TS
1208 - FLOAT measurementInterval
1209 - STRING GNB_ID
1210 - INT cnt
1211 - INT min_rsrp
1212 - INT pctl_05_rsrp
1213 - INT median_rsrp
1214 - INT pctl_95_rsrp
1215 - FLOAT stddev_rsrp
1216 - INT max_rsrp
1217
1218 sources: serv_nr_cell
1219
1220 transitive sources: RRCXFER.serv_nr_cell
1221
1222 Interface map: RRCXFER (rrctransfer)
1223
1224 name: throughput_gnb
1225 --------------------
1226
1227 description: throughput experienced by a GNB over a measurement interval.   *Active* throughput is throughput while actively downloading, *average* averages bytes transfered over the measurement interval
1228
1229 keys: GNB_ID, e_RAB_ID
1230
1231 timestamp: TS
1232
1233 - ULLONG TS
1234 - LLONG e_RAB_ID
1235 - STRING GNB_ID
1236 - FLOAT measurementInterval
1237 - LLONG active_throughput
1238 - LLONG average_throughput
1239 - LLONG min_throughput
1240 - LLONG max_throughput
1241 - UINT active_throughput_percentile_05
1242 - UINT active_throughput_percentile_95
1243
1244 sources: rat_data_usage
1245
1246 transitive sources: RATDATAUSAGE.rat_data_usage
1247
1248 Interface map: RATDATAUSAGE (secondary_rat_data_usage_report)
1249
1250 name: throughput_gtp_teid
1251 -------------------------
1252
1253 description: throughput experienced by UE, as determined by the gtp_teid, over a measurement interval.   *Active* throughput is throughput while actively downloading, *average* averages bytes transfered over the measurement interval
1254
1255 keys: gTP_TEID, GNB_ID
1256
1257 timestamp: TS
1258
1259 - ULLONG TS
1260 - STRING gTP_TEID
1261 - STRING GNB_ID
1262 - FLOAT measurementInterval
1263 - LLONG active_throughput
1264 - LLONG average_throughput
1265 - LLONG min_throughput
1266 - LLONG max_throughput
1267
1268 sources: throughput_ue_gtp_teid_join
1269
1270 transitive sources: RATDATAUSAGE.rat_data_usage, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
1271
1272 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), RATDATAUSAGE (secondary_rat_data_usage_report), SGNB_ADDITION_REQ (sgnb_addition_request)
1273
1274 name: throughput_gtp_teid_bearer
1275 --------------------------------
1276
1277 description: throughput experienced by UE, as determined by the gtp_teid, for a bearer (eRAB_ID) over a measurement interval.   *Active* throughput is throughput while actively downloading, *average* averages bytes transfered over the measurement interval
1278
1279 keys: gTP_TEID, GNB_ID, e_RAB_ID
1280
1281 timestamp: TS
1282
1283 - ULLONG TS
1284 - STRING gTP_TEID
1285 - STRING GNB_ID
1286 - LLONG e_RAB_ID
1287 - FLOAT measurementInterval
1288 - LLONG active_throughput
1289 - LLONG average_throughput
1290 - LLONG min_throughput
1291 - LLONG max_throughput
1292
1293 sources: throughput_ue_gtp_teid_join
1294
1295 transitive sources: RATDATAUSAGE.rat_data_usage, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
1296
1297 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), RATDATAUSAGE (secondary_rat_data_usage_report), SGNB_ADDITION_REQ (sgnb_addition_request)
1298
1299 name: throughput_rollup
1300 -----------------------
1301
1302 description: statistics on the per-UE throughput
1303
1304 keys: GNB_ID, e_RAB_ID
1305
1306 timestamp: TS
1307
1308 - ULLONG TS
1309 - LLONG e_RAB_ID
1310 - STRING GNB_ID
1311 - FLOAT measurementInterval
1312 - INT count_ues
1313 - UINT average_throughput_percentile_05
1314 - UINT average_throughput_percentile_50
1315 - FLOAT average_average_throughput
1316 - UINT average_throughput_percentile_95
1317 - UINT active_throughput_percentile_05
1318 - UINT active_throughput_percentile_50
1319 - FLOAT average_active_throughput
1320 - UINT active_throughput_percentile_95
1321
1322 sources: throughput_ue
1323
1324 transitive sources: RATDATAUSAGE.rat_data_usage
1325
1326 Interface map: RATDATAUSAGE (secondary_rat_data_usage_report)
1327
1328 name: throughput_ue
1329 -------------------
1330
1331 description: throughput experienced by UE over a measurement interval.   *Active* throughput is throughput while actively downloading, *average* averages bytes transfered over the measurement interval
1332
1333 keys: UE_ID, GNB_ID, e_RAB_ID
1334
1335 timestamp: TS
1336
1337 - ULLONG TS
1338 - LLONG e_RAB_ID
1339 - LLONG UE_ID
1340 - STRING GNB_ID
1341 - FLOAT measurementInterval
1342 - LLONG active_throughput
1343 - LLONG average_throughput
1344 - LLONG min_throughput
1345 - LLONG max_throughput
1346
1347 sources: rat_data_usage
1348
1349 transitive sources: RATDATAUSAGE.rat_data_usage
1350
1351 Interface map: RATDATAUSAGE (secondary_rat_data_usage_report)
1352
1353 name: throughput_userclass
1354 --------------------------
1355
1356 description: throughput experienced by UE, rolled up into user classes, over a measurement interval.  Class A (qci=9, arp=15) is class=1 and Class B  (qci=8, arp=15) is class=2.   *Active* throughput is throughput while actively downloading, *average* averages bytes transfered over the measurement interval
1357
1358 keys: GNB_ID, CLASS
1359
1360 timestamp: TS
1361
1362 - ULLONG TS
1363 - STRING GNB_ID
1364 - UINT CLASS
1365 - FLOAT measurementInterval
1366 - LLONG active_throughput
1367 - LLONG average_throughput
1368 - LLONG min_throughput
1369 - LLONG max_throughput
1370
1371 sources: prelim_throughput_gtp_teid, add_req_event, add_req_ack_event
1372
1373 transitive sources: RATDATAUSAGE.rat_data_usage, SGNB_ADDITION_REQ.sgnb_addreq_for_ue_bearers, SGNB_ADDITION_REQ_ACK.eRABs_acked_for_admit_for_ue
1374
1375 Interface map: RATDATAUSAGE (secondary_rat_data_usage_report), SGNB_ADDITION_REQ (sgnb_addition_request), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge)
1376
1377
1378
1379
1380