Update documentation to reflect the latest set of KPIs
[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 name: 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: dl_sched_trace_stats
155 --------------------------
156
157 description: dl sched trace stats
158
159 keys: eutran_trace_id, eci
160
161 timestamp: TS
162
163 - ULLONG TS
164 - UINT eci
165 - ULLONG eutran_trace_id
166 - LLONG ue_num_schedTTIs
167 - FLOAT ue_num_schedTTIs_per_time
168 - FLOAT ue_avg_PRB_alloc_rate
169 - FLOAT ue_avg_PRB_alloc_rate_per_TTI
170 - LLONG ue_HARQ_pid_count
171 - FLOAT ue_HARQ_pid_count_per_time
172 - FLOAT ue_schedTTIs_MIMO_percent
173 - FLOAT ue_schedTTIs_TxDiversity_percent
174 - FLOAT ue_HARQ_retx_pid_count
175 - FLOAT ue_MAC_PDU_init_Tx_failed_percent
176 - FLOAT ue_MAC_PDU_last_Tx_failed_percent
177
178 sources: lte_dl_sched_trace
179
180 transitive sources: LTE_PCMD.lte_dl_sched_trace
181
182 name: drb_pdcp_pdu_stats
183 ------------------------
184
185 description: drb pdcp pdu stats
186
187 keys: drb_Id, eutran_trace_id, eci
188
189 timestamp: TS
190
191 - ULLONG TS
192 - UINT eci
193 - ULLONG eutran_trace_id
194 - LLONG drb_Id
195 - LLONG ue_drb_pdcppdu_count
196 - FLOAT ue_drb_pdcppdu_count_per_time
197 - FLOAT ue_drb_pdcppdu_discard_rate
198
199 sources: lte_rb_thpt
200
201 transitive sources: LTE_PCMD.lte_rb_thpt
202
203 name: erab_stats
204 ----------------
205
206 description: number of admitted bearers and the distribution of their qCI
207
208 keys: GNB_ID
209
210 timestamp: TS
211
212 - ULLONG TS
213 - STRING GNB_ID
214 - FLOAT measurementInterval
215 - INT total_erabs
216 - UINT qCI_1
217 - UINT qCI_2
218 - UINT qCI_3
219 - UINT qCI_4
220 - UINT qCI_5
221 - UINT qCI_6
222 - UINT qCI_7
223 - UINT qCI_8
224 - UINT qCI_9
225 - UINT qCI_other
226
227 sources: erab_stats_join
228
229 transitive sources: SGNB_ADDITION_REQ_ACK.eRABs_acked_for_admit_for_ue, RECONCOMPLETE.reconfig_success
230
231 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge)
232
233 name: erab_stats_pci
234 --------------------
235
236 description: number of admitted bearers and the distribution of their qCI, by physical cell id
237
238 keys: physCellId, GNB_ID
239
240 timestamp: TS
241
242 - ULLONG TS
243 - STRING GNB_ID
244 - UINT physCellId
245 - FLOAT measurementInterval
246 - INT total_erabs
247 - UINT qCI_1
248 - UINT qCI_2
249 - UINT qCI_3
250 - UINT qCI_4
251 - UINT qCI_5
252 - UINT qCI_6
253 - UINT qCI_7
254 - UINT qCI_8
255 - UINT qCI_9
256 - UINT qCI_other
257
258 sources: erab_stats_join, gnb_ueid_cellid_map
259
260 transitive sources: SGNB_ADDITION_REQ_ACK.eRABs_acked_for_admit_for_ue, RECONCOMPLETE.reconfig_success, SGNB_ADDITION_REQ_ACK.add_req_ack_cellid
261
262 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge)
263
264 name: handovers_gnb
265 -------------------
266
267 description: Number of handovers on a per-gtp_teid basis
268
269 keys: GTP_TEID, GNB_ID
270
271 timestamp: TS
272
273 - ULLONG TS
274 - FLOAT measurementInterval
275 - STRING GTP_TEID
276 - STRING GNB_ID
277 - INT total_addition_requests
278 - UINT n_handovers
279 - UINT n_ping_pong
280
281 sources: handovers_join
282
283 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
284
285 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request)
286
287 name: ho_counts_gtp_teid
288 ------------------------
289
290 description: Number of handovers, by UE (gTP_TEID)
291
292 keys: gTP_TEID, GNB_ID
293
294 timestamp: TS
295
296 - ULLONG TS
297 - STRING GNB_ID
298 - STRING gTP_TEID
299 - FLOAT measurementInterval
300 - INT n_handovers
301
302 sources: sgnb_mod_req_ack, sgnb_mod_conf, gnb_ueid_teid_map
303
304 transitive sources: SGNBMODREQACK.sgnb_mod_req_ack, SGNBMODCONF.sgnb_mod_conf, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
305
306 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNBMODREQACK (sgnb_modification_request_acknowledge), SGNB_ADDITION_REQ (sgnb_addition_request), SGNBMODCONF (sgnb_modification_confirm)
307
308 name: mc_connected_cnt
309 ----------------------
310
311 description: Number of dual connected sessions
312
313 keys: GNB_ID
314
315 timestamp: TS
316
317 - ULLONG TS
318 - STRING GNB_ID
319 - FLOAT measurementInterval
320 - INT count_connected_ue
321
322 sources: dc_events
323
324 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release
325
326 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), CONRELEASE (ue_context_release)
327
328 name: mc_connected_cnt_pci
329 --------------------------
330
331 description: Number of dual connected users by gnb and pci
332
333 keys: physCellId, GNB_ID
334
335 timestamp: TS
336
337 - ULLONG TS
338 - STRING GNB_ID
339 - UINT physCellId
340 - FLOAT measurementInterval
341 - INT count_connected_ue
342
343 sources: dc_events_pci
344
345 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release, SGNB_ADDITION_REQ_ACK.add_req_ack_cellid
346
347 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge), CONRELEASE (ue_context_release)
348
349 name: mc_connection_stats
350 -------------------------
351
352 description: statistics about the length of dual connected sessions by gnb
353
354 keys: GNB_ID
355
356 timestamp: TS
357
358 - ULLONG TS
359 - STRING GNB_ID
360 - FLOAT measurementInterval
361 - FLOAT min_connected_time
362 - FLOAT max_connected_time
363 - FLOAT avg_connected_time
364 - FLOAT pctl_05_connected_time
365 - FLOAT pctl_95_connected_time
366 - FLOAT stddev_connected_time
367
368 sources: mc_disconnected_ues
369
370 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release
371
372 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), CONRELEASE (ue_context_release)
373
374 name: mc_connection_stats_gtp_teid
375 ----------------------------------
376
377 description: statistics about the length of dual connected sessions, by gtp_teid
378
379 keys: gTP_TEID, GNB_ID
380
381 timestamp: TS
382
383 - ULLONG TS
384 - STRING GNB_ID
385 - STRING gTP_TEID
386 - FLOAT measurementInterval
387 - FLOAT min_connected_time
388 - FLOAT max_connected_time
389 - FLOAT avg_connected_time
390 - FLOAT pctl_05_connected_time
391 - FLOAT pctl_95_connected_time
392 - FLOAT stddev_connected_time
393
394 sources: mc_disconnected_ues, gnb_ueid_teid_map
395
396 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid
397
398 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), CONRELEASE (ue_context_release)
399
400 name: mc_connects_cnt
401 ---------------------
402
403 description: number of DC connection requests, by GNB
404
405 keys: GNB_ID
406
407 timestamp: TS
408
409 - ULLONG TS
410 - STRING GNB_ID
411 - FLOAT measurementInterval
412 - INT count_ue_connects
413
414 sources: dc_events
415
416 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release
417
418 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), CONRELEASE (ue_context_release)
419
420 name: mc_connects_cnt_gtp_teid
421 ------------------------------
422
423 description: number of DC connection requests by UE
424
425 keys: gTP_TEID, GNB_ID
426
427 timestamp: TS
428
429 - ULLONG TS
430 - STRING GNB_ID
431 - STRING gTP_TEID
432 - FLOAT measurementInterval
433 - INT count_ue_connects
434
435 sources: dc_events, gnb_ueid_teid_map
436
437 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid
438
439 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), CONRELEASE (ue_context_release)
440
441 name: mc_connects_cnt_pci
442 -------------------------
443
444 description: number of DC connection requests, by GNB and PCI
445
446 keys: physCellId, GNB_ID
447
448 timestamp: TS
449
450 - ULLONG TS
451 - STRING GNB_ID
452 - UINT physCellId
453 - FLOAT measurementInterval
454 - INT count_ue_connects
455
456 sources: dc_events_pci
457
458 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release, SGNB_ADDITION_REQ_ACK.add_req_ack_cellid
459
460 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge), CONRELEASE (ue_context_release)
461
462 name: mc_disconnects_cnt
463 ------------------------
464
465 description: number of DC connection releases
466
467 keys: GNB_ID
468
469 timestamp: TS
470
471 - ULLONG TS
472 - STRING GNB_ID
473 - FLOAT measurementInterval
474 - INT count_ue_disconnects
475
476 sources: dc_events
477
478 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release
479
480 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), CONRELEASE (ue_context_release)
481
482 name: mc_unique_ue_cnt
483 ----------------------
484
485 description: Number of distinct UEs making a DC request or release
486
487 keys: GNB_ID
488
489 timestamp: TS
490
491 - ULLONG TS
492 - STRING GNB_ID
493 - FLOAT measurementInterval
494 - INT count_unique_ue
495
496 sources: dc_events
497
498 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release
499
500 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), CONRELEASE (ue_context_release)
501
502 name: mc_unique_ue_pci_cnt
503 --------------------------
504
505 description: Number of distinct UEs making a DC request or release by pci
506
507 keys: physCellId, GNB_ID
508
509 timestamp: TS
510
511 - ULLONG TS
512 - STRING GNB_ID
513 - UINT physCellId
514 - FLOAT measurementInterval
515 - INT count_unique_ue
516
517 sources: dc_events_pci
518
519 transitive sources: RECONCOMPLETE.reconfig_success, CONRELEASE.dc_release, SGNB_ADDITION_REQ_ACK.add_req_ack_cellid
520
521 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge), CONRELEASE (ue_context_release)
522
523 name: mod_failure_cause_gtp_teid
524 --------------------------------
525
526 description: distribution of causes for a sgnb modification failure, by UE (gtp_teid)
527
528 keys: gTP_TEID, GNB_ID
529
530 timestamp: TS
531
532 - STRING GNB_ID
533 - STRING gTP_TEID
534 - ULLONG TS
535 - FLOAT measurementInterval
536 - INT total_reconfig_refuse
537 - UINT count_radio_network
538 - UINT count_transport
539 - UINT count_protocol
540 - UINT count_misc
541
542 sources: sgnb_mod_req_reject, mod_status_refuse_cause_base, gnb_ueid_teid_map, gnb_ueid_teid_map
543
544 transitive sources: SGNBMODREQREJECT.sgnb_mod_req_reject, SGNBMODREFUSE.sgnb_mod_refuse, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
545
546 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNBMODREFUSE (sgnb_modification_refuse), SGNB_ADDITION_REQ (sgnb_addition_request), SGNBMODREQREJECT (sgnb_modification_request_reject)
547
548 name: mod_req_failure_distribution
549 ----------------------------------
550
551 description: distribution of causes of a modification request failure
552
553 keys: GNB_ID
554
555 timestamp: TS
556
557 - ULLONG TS
558 - STRING GNB_ID
559 - FLOAT measurementInterval
560 - INT cnt
561 - UINT count_protobuf_unspecified
562 - UINT count_t310_Expiry
563 - UINT count_randomAccessProblem
564 - UINT count_rlc_MaxNumRetx
565 - UINT count_synchReconfigFailure_SCG
566 - UINT count_scg_reconfigFailure
567 - UINT count_srb3_IntegrityFailure
568
569 sources: base_mod_req_failure_distribution
570
571 transitive sources: SGNBMODREQ.sgnb_mod_req
572
573 Interface map: SGNBMODREQ (sgnb_modification_request)
574
575 name: mod_req_failure_distribution_gtp_teid
576 -------------------------------------------
577
578 description: distribution of causes of a modification request failure
579
580 keys: gTP_TEID, GNB_ID
581
582 timestamp: TS
583
584 - ULLONG TS
585 - STRING GNB_ID
586 - STRING gTP_TEID
587 - FLOAT measurementInterval
588 - INT cnt
589 - UINT count_protobuf_unspecified
590 - UINT count_t310_Expiry
591 - UINT count_randomAccessProblem
592 - UINT count_rlc_MaxNumRetx
593 - UINT count_synchReconfigFailure_SCG
594 - UINT count_scg_reconfigFailure
595 - UINT count_srb3_IntegrityFailure
596
597 sources: base_mod_req_failure_distribution, gnb_ueid_teid_map
598
599 transitive sources: SGNBMODREQ.sgnb_mod_req, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
600
601 Interface map: SGNBMODREQ (sgnb_modification_request), RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request)
602
603 name: mod_req_failure_distribution_pci
604 --------------------------------------
605
606 description: distribution of causes of a modification request failure
607
608 keys: physCellId, GNB_ID
609
610 timestamp: TS
611
612 - ULLONG TS
613 - STRING GNB_ID
614 - UINT physCellId
615 - FLOAT measurementInterval
616 - INT cnt
617 - UINT count_protobuf_unspecified
618 - UINT count_t310_Expiry
619 - UINT count_randomAccessProblem
620 - UINT count_rlc_MaxNumRetx
621 - UINT count_synchReconfigFailure_SCG
622 - UINT count_scg_reconfigFailure
623 - UINT count_srb3_IntegrityFailure
624
625 sources: base_mod_req_failure_distribution, gnb_ueid_cellid_map
626
627 transitive sources: SGNBMODREQ.sgnb_mod_req, SGNB_ADDITION_REQ_ACK.add_req_ack_cellid
628
629 Interface map: SGNBMODREQ (sgnb_modification_request), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge)
630
631 name: mod_status_refuse_cause
632 -----------------------------
633
634 description: distribution of causes for a sgnb modification refusal (base)
635
636 keys: GNB_ID
637
638 timestamp: TS
639
640 - STRING GNB_ID
641 - ULLONG TS
642 - FLOAT measurementInterval
643 - INT total_reconfig_refuse
644 - UINT count_radio_network
645 - UINT count_transport
646 - UINT count_protocol
647 - UINT count_misc
648
649 sources: mod_status_refuse_cause_base
650
651 transitive sources: SGNBMODREFUSE.sgnb_mod_refuse
652
653 Interface map: SGNBMODREFUSE (sgnb_modification_refuse)
654
655 name: mod_status_refuse_cause_pci
656 ---------------------------------
657
658 description: distribution of causes for a sgnb modification refusal (base)
659
660 keys: physCellId, GNB_ID
661
662 timestamp: TS
663
664 - STRING GNB_ID
665 - ULLONG TS
666 - UINT physCellId
667 - FLOAT measurementInterval
668 - INT total_reconfig_refuse
669 - UINT count_radio_network
670 - UINT count_transport
671 - UINT count_protocol
672 - UINT count_misc
673
674 sources: mod_status_refuse_cause_base, gnb_ueid_cellid_map
675
676 transitive sources: SGNBMODREFUSE.sgnb_mod_refuse, SGNB_ADDITION_REQ_ACK.add_req_ack_cellid
677
678 Interface map: SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge), SGNBMODREFUSE (sgnb_modification_refuse)
679
680 name: reconfig_all_debug
681 ------------------------
682
683 timestamp: TS
684
685 - STRING name
686 - INT cnt
687 - ULLONG TS
688 - FLOAT measurementInterval
689
690 sources: reconfig_all
691
692 transitive sources: RECONCOMPLETE.reconfig_all
693
694 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete)
695
696 name: reconfig_reject_debug
697 ---------------------------
698
699 timestamp: TS
700
701 - STRING name
702 - INT cnt
703 - ULLONG TS
704 - FLOAT measurementInterval
705
706 sources: reconfig_reject
707
708 transitive sources: RECONCOMPLETE.reconfig_reject
709
710 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete)
711
712 name: reconfig_status_reject_cause
713 ----------------------------------
714
715 description: distribution of causes for DC rejection
716
717 keys: GNB_ID
718
719 timestamp: TB
720
721 - STRING GNB_ID
722 - ULLONG TB
723 - ULLONG TS
724 - FLOAT measurementInterval
725 - INT total_reconfig_reject
726 - UINT count_radio_network
727 - UINT count_transport
728 - UINT count_protocol
729 - UINT count_misc
730
731 sources: sgnb_add_req_reject
732
733 transitive sources: ADDREQREJECT.sgnb_add_req_reject
734
735 Interface map: ADDREQREJECT (sgnb_addition_request_reject)
736
737 name: reconfig_status_reject_cause_gtp_teid
738 -------------------------------------------
739
740 description: distribution of causes for DC rejection on a per-ue (gtp-teid) basis
741
742 keys: gTP_TEID, GNB_ID
743
744 timestamp: TB
745
746 - STRING GNB_ID
747 - STRING gTP_TEID
748 - ULLONG TB
749 - ULLONG TS
750 - FLOAT measurementInterval
751 - INT total_reconfig_reject
752 - UINT count_radio_network
753 - UINT count_transport
754 - UINT count_protocol
755 - UINT count_misc
756
757 sources: sgnb_add_req_reject, gnb_ueid_teid_map
758
759 transitive sources: ADDREQREJECT.sgnb_add_req_reject, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
760
761 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), ADDREQREJECT (sgnb_addition_request_reject), SGNB_ADDITION_REQ (sgnb_addition_request)
762
763 name: reconfig_status_reject_cause_pci
764 --------------------------------------
765
766 description: distribution of causes for DC rejection
767
768 keys: physCellId, GNB_ID
769
770 timestamp: TB
771
772 - STRING GNB_ID
773 - ULLONG TB
774 - ULLONG TS
775 - UINT physCellId
776 - FLOAT measurementInterval
777 - INT total_reconfig_reject
778 - UINT count_radio_network
779 - UINT count_transport
780 - UINT count_protocol
781 - UINT count_misc
782
783 sources: sgnb_add_req_reject, gnb_ueid_cellid_map
784
785 transitive sources: ADDREQREJECT.sgnb_add_req_reject, SGNB_ADDITION_REQ_ACK.add_req_ack_cellid
786
787 Interface map: ADDREQREJECT (sgnb_addition_request_reject), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge)
788
789 name: reconfig_status_success_rate
790 ----------------------------------
791
792 description: fraction of DC connect requests which are successful
793
794 keys: GNB_ID
795
796 timestamp: TS
797
798 - STRING GNB_ID
799 - ULLONG TS
800 - FLOAT measurementInterval
801 - INT total_reconfiguration_requests
802 - UINT successful_reconfiguration_requests
803 - FLOAT success_rate
804 - FLOAT failure_rate
805
806 sources: reconfig_status_merge
807
808 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_for_ue, RECONCOMPLETE.reconfig_success
809
810 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request)
811
812 name: reconfig_status_success_rate_gtp_teid
813 -------------------------------------------
814
815 description: fraction of DC connect requests which are successful, on a per-user (gtp_teid) basis.
816
817 keys: gTP_TEID, GNB_ID
818
819 timestamp: TS
820
821 - STRING GNB_ID
822 - STRING gTP_TEID
823 - ULLONG TS
824 - FLOAT measurementInterval
825 - INT total_reconfiguration_requests
826 - UINT successful_reconfiguration_requests
827 - FLOAT success_rate
828 - FLOAT failure_rate
829
830 sources: reconfig_status_merge, gnb_ueid_teid_map
831
832 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_for_ue, RECONCOMPLETE.reconfig_success, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid
833
834 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request)
835
836 name: reconfig_status_success_rate_pci
837 --------------------------------------
838
839 description: fraction of DC connect requests which are successful, on a per-user (gtp_teid) basis.
840
841 keys: physCellId, GNB_ID
842
843 timestamp: TS
844
845 - STRING GNB_ID
846 - UINT physCellId
847 - ULLONG TS
848 - FLOAT measurementInterval
849 - INT total_reconfiguration_requests
850 - UINT successful_reconfiguration_requests
851 - FLOAT success_rate
852 - FLOAT failure_rate
853
854 sources: reconfig_status_merge, gnb_ueid_cellid_map
855
856 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_for_ue, RECONCOMPLETE.reconfig_success, SGNB_ADDITION_REQ_ACK.add_req_ack_cellid
857
858 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge)
859
860 name: reconfig_success_debug
861 ----------------------------
862
863 timestamp: TS
864
865 - STRING name
866 - INT cnt
867 - ULLONG TS
868 - FLOAT measurementInterval
869
870 sources: reconfig_success
871
872 transitive sources: RECONCOMPLETE.reconfig_success
873
874 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete)
875
876 name: release_cause
877 -------------------
878
879 description: distribution of the causes of a DC release
880
881 keys: GNB_ID
882
883 timestamp: TS
884
885 - STRING GNB_ID
886 - ULLONG TS
887 - FLOAT measurementInterval
888 - INT total_reconfig_refuse
889 - UINT count_radio_network
890 - UINT count_transport
891 - UINT count_protocol
892 - UINT count_misc
893
894 sources: reconfig_cause_merge
895
896 transitive sources: RELREQ.release_req, SGNBRELEASERQD.SgNB_release_rqd
897
898 Interface map: RELREQ (sgnb_release_request), SGNBRELEASERQD (sgnb_release_required)
899
900 name: release_cause_gtp_ueid
901 ----------------------------
902
903 description: distribution of the causes of a DC release by UE (gtp_teid)
904
905 keys: gTP_TEID, GNB_ID
906
907 timestamp: TS
908
909 - STRING GNB_ID
910 - STRING gTP_TEID
911 - ULLONG TS
912 - FLOAT measurementInterval
913 - INT total_reconfig_refuse
914 - UINT count_radio_network
915 - UINT count_transport
916 - UINT count_protocol
917 - UINT count_misc
918
919 sources: reconfig_cause_merge, gnb_ueid_teid_map
920
921 transitive sources: RELREQ.release_req, SGNBRELEASERQD.SgNB_release_rqd, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
922
923 Interface map: RELREQ (sgnb_release_request), SGNBRELEASERQD (sgnb_release_required), SGNB_ADDITION_REQ (sgnb_addition_request), RECONCOMPLETE (sgnb_reconfiguration_complete)
924
925 name: release_req_success_stats
926 -------------------------------
927
928 description: statistics on the time to delease a DC connection
929
930 keys: GNB_ID
931
932 timestamp: TS
933
934 - STRING GNB_ID
935 - ULLONG TS
936 - FLOAT measurementInterval
937 - FLOAT min_success_time
938 - FLOAT max_success_time
939 - FLOAT avg_success_time
940 - FLOAT pctl_05_success_time
941 - FLOAT pctl_95_success_time
942 - FLOAT stddev_success_time
943
944 sources: release_req_start, release_req_success
945
946 transitive sources: RELREQ.release_req, CONRELEASE.dc_release
947
948 Interface map: RELREQ (sgnb_release_request), CONRELEASE (ue_context_release)
949
950 name: requests_per_gtp_teid
951 ---------------------------
952
953 description: Number of sgnb addition requests requests per gTP_TEID
954
955 keys: gTP_TEID, GNB_ID
956
957 timestamp: TS
958
959 - ULLONG TS
960 - FLOAT measurementInterval
961 - STRING GNB_ID
962 - STRING gTP_TEID
963 - INT n_requests
964
965 sources: sgnb_addreq_gtp_teid
966
967 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid
968
969 Interface map: SGNB_ADDITION_REQ (sgnb_addition_request)
970
971 name: requests_per_gtp_teid_pci
972 -------------------------------
973
974 description: Number of sgnb addition requests requests per gTP_TEID
975
976 keys: gTP_TEID, physCellId, GNB_ID
977
978 timestamp: TS
979
980 - ULLONG TS
981 - FLOAT measurementInterval
982 - STRING GNB_ID
983 - STRING gTP_TEID
984 - UINT physCellId
985 - INT n_requests
986
987 sources: sgnb_addreq_gtp_teid, gnb_ueid_cellid_map
988
989 transitive sources: SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, SGNB_ADDITION_REQ_ACK.add_req_ack_cellid
990
991 Interface map: SGNB_ADDITION_REQ (sgnb_addition_request), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge)
992
993 name: rrcx_pdf_neighbor_beam_cell
994 ---------------------------------
995
996 description: distribution of the beam ssb rsrp of neighboring cells, aggregated by gnb_id / cell id, computed from rrc transfer
997
998 keys: CELL_ID, GNB_ID
999
1000 timestamp: TS
1001
1002 - ULLONG TS
1003 - FLOAT measurementInterval
1004 - UINT CELL_ID
1005 - STRING GNB_ID
1006 - INT cnt
1007 - UINT rsrp_vbad
1008 - UINT rsrp_bad
1009 - UINT rsrp_medium
1010 - UINT rsrp_good
1011 - UINT rsrp_vgood
1012
1013 sources: neighbor_beam_ssb
1014
1015 transitive sources: RRCXFER.neighbor_beam_ssb
1016
1017 Interface map: RRCXFER (rrctransfer)
1018
1019 name: rrcx_pdf_neighbor_beam_gnb
1020 --------------------------------
1021
1022 description: distribution of the beam ssb rsrp of neighboring cells, aggregated by gNB, computed from rrc transfer
1023
1024 keys: GNB_ID
1025
1026 timestamp: TS
1027
1028 - ULLONG TS
1029 - FLOAT measurementInterval
1030 - STRING GNB_ID
1031 - INT cnt
1032 - UINT rsrp_vbad
1033 - UINT rsrp_bad
1034 - UINT rsrp_medium
1035 - UINT rsrp_good
1036 - UINT rsrp_vgood
1037
1038 sources: neighbor_beam_ssb
1039
1040 transitive sources: RRCXFER.neighbor_beam_ssb
1041
1042 Interface map: RRCXFER (rrctransfer)
1043
1044 name: rrcx_pdf_neighbor_beam_gtp_teid
1045 -------------------------------------
1046
1047 description: distribution of the beam ssb rsrp of neighboring cells aggregated by ue (gtp_teid), computed from rrc transfer
1048
1049 keys: gTP_TEID, GNB_ID
1050
1051 timestamp: TS
1052
1053 - ULLONG TS
1054 - FLOAT measurementInterval
1055 - STRING GNB_ID
1056 - STRING gTP_TEID
1057 - INT cnt
1058 - UINT rsrp_vbad
1059 - UINT rsrp_bad
1060 - UINT rsrp_medium
1061 - UINT rsrp_good
1062 - UINT rsrp_vgood
1063
1064 sources: neighbor_beam_ssb, gnb_ueid_teid_map
1065
1066 transitive sources: RRCXFER.neighbor_beam_ssb, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
1067
1068 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), RRCXFER (rrctransfer)
1069
1070 name: rrcx_pdf_neighbor_cell
1071 ----------------------------
1072
1073 description: distribution of the  ssb rsrp of the neighboring cells by cell id, computed from rrc transfer
1074
1075 keys: CELL_ID, GNB_ID
1076
1077 timestamp: TS
1078
1079 - ULLONG TS
1080 - FLOAT measurementInterval
1081 - UINT CELL_ID
1082 - STRING GNB_ID
1083 - INT cnt
1084 - UINT rsrp_vbad
1085 - UINT rsrp_bad
1086 - UINT rsrp_medium
1087 - UINT rsrp_good
1088 - UINT rsrp_vgood
1089
1090 sources: nr_neighbor
1091
1092 transitive sources: RRCXFER.nr_neighbor
1093
1094 Interface map: RRCXFER (rrctransfer)
1095
1096 name: rrcx_pdf_neighbor_gnb
1097 ---------------------------
1098
1099 description: distribution of the  ssb rsrp of neighbor cells aggregated by gNB, computed from rrc transfer
1100
1101 keys: GNB_ID
1102
1103 timestamp: TS
1104
1105 - ULLONG TS
1106 - FLOAT measurementInterval
1107 - STRING GNB_ID
1108 - INT cnt
1109 - UINT rsrp_vbad
1110 - UINT rsrp_bad
1111 - UINT rsrp_medium
1112 - UINT rsrp_good
1113 - UINT rsrp_vgood
1114
1115 sources: nr_neighbor
1116
1117 transitive sources: RRCXFER.nr_neighbor
1118
1119 Interface map: RRCXFER (rrctransfer)
1120
1121 name: rrcx_pdf_neighbor_gtp_teid
1122 --------------------------------
1123
1124 description: distribution of the  ssb rsrp of neighbor cells aggregated by ue (gtp_teid), computed from rrc transfer
1125
1126 keys: gTP_TEID, GNB_ID
1127
1128 timestamp: TS
1129
1130 - ULLONG TS
1131 - FLOAT measurementInterval
1132 - STRING GNB_ID
1133 - STRING gTP_TEID
1134 - INT cnt
1135 - UINT rsrp_vbad
1136 - UINT rsrp_bad
1137 - UINT rsrp_medium
1138 - UINT rsrp_good
1139 - UINT rsrp_vgood
1140
1141 sources: nr_neighbor, gnb_ueid_teid_map
1142
1143 transitive sources: RRCXFER.nr_neighbor, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
1144
1145 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), RRCXFER (rrctransfer)
1146
1147 name: rrcx_pdf_serv_beam_cell
1148 -----------------------------
1149
1150 description: distribution of the beam ssb rsrp of serving cells, aggregated by gnb_id / cell id, computed from rrc transfer
1151
1152 keys: CELL_ID, GNB_ID
1153
1154 timestamp: TS
1155
1156 - ULLONG TS
1157 - FLOAT measurementInterval
1158 - UINT CELL_ID
1159 - STRING GNB_ID
1160 - INT cnt
1161 - UINT rsrp_vbad
1162 - UINT rsrp_bad
1163 - UINT rsrp_medium
1164 - UINT rsrp_good
1165 - UINT rsrp_vgood
1166
1167 sources: serv_cell_beam_ssb
1168
1169 transitive sources: RRCXFER.serv_cell_beam_ssb
1170
1171 Interface map: RRCXFER (rrctransfer)
1172
1173 name: rrcx_pdf_serv_beam_gnb
1174 ----------------------------
1175
1176 description: distribution of the beam ssb rsrp of serving cells, aggregated by gnb_id, computed from rrc transfer
1177
1178 keys: GNB_ID
1179
1180 timestamp: TS
1181
1182 - ULLONG TS
1183 - FLOAT measurementInterval
1184 - STRING GNB_ID
1185 - INT cnt
1186 - UINT rsrp_vbad
1187 - UINT rsrp_bad
1188 - UINT rsrp_medium
1189 - UINT rsrp_good
1190 - UINT rsrp_vgood
1191
1192 sources: serv_cell_beam_ssb
1193
1194 transitive sources: RRCXFER.serv_cell_beam_ssb
1195
1196 Interface map: RRCXFER (rrctransfer)
1197
1198 name: rrcx_pdf_serv_beam_gtp_teid
1199 ---------------------------------
1200
1201 description: distribution of the  ssb beam rsrp of serving cells aggregated by ue (gtp_teid), computed from rrc transfer
1202
1203 keys: gTP_TEID, GNB_ID
1204
1205 timestamp: TS
1206
1207 - ULLONG TS
1208 - FLOAT measurementInterval
1209 - STRING GNB_ID
1210 - STRING gTP_TEID
1211 - INT cnt
1212 - UINT rsrp_vbad
1213 - UINT rsrp_bad
1214 - UINT rsrp_medium
1215 - UINT rsrp_good
1216 - UINT rsrp_vgood
1217
1218 sources: serv_cell_beam_ssb, gnb_ueid_teid_map
1219
1220 transitive sources: RRCXFER.serv_cell_beam_ssb, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
1221
1222 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), RRCXFER (rrctransfer)
1223
1224 name: rrcx_pdf_serv_cell
1225 ------------------------
1226
1227 description: distribution of the  ssb rsrp of serving cell aggregated by cell id, computed from rrc transfer
1228
1229 keys: CELL_ID, GNB_ID
1230
1231 timestamp: TS
1232
1233 - ULLONG TS
1234 - FLOAT measurementInterval
1235 - UINT CELL_ID
1236 - STRING GNB_ID
1237 - INT cnt
1238 - UINT rsrp_vbad
1239 - UINT rsrp_bad
1240 - UINT rsrp_medium
1241 - UINT rsrp_good
1242 - UINT rsrp_vgood
1243
1244 sources: serv_nr_cell
1245
1246 transitive sources: RRCXFER.serv_nr_cell
1247
1248 Interface map: RRCXFER (rrctransfer)
1249
1250 name: rrcx_pdf_serv_gnb
1251 -----------------------
1252
1253 description: distribution of the  ssb rsrp of serving cells aggregated by gnb id, computed from rrc transfer
1254
1255 keys: GNB_ID
1256
1257 timestamp: TS
1258
1259 - ULLONG TS
1260 - FLOAT measurementInterval
1261 - STRING GNB_ID
1262 - INT cnt
1263 - UINT rsrp_vbad
1264 - UINT rsrp_bad
1265 - UINT rsrp_medium
1266 - UINT rsrp_good
1267 - UINT rsrp_vgood
1268
1269 sources: serv_nr_cell
1270
1271 transitive sources: RRCXFER.serv_nr_cell
1272
1273 Interface map: RRCXFER (rrctransfer)
1274
1275 name: rrcx_pdf_serv_gtp_teid
1276 ----------------------------
1277
1278 description: distribution of the  ssb rsrp of serving cells aggregated by ue (gtp_teid), computed from rrc transfer
1279
1280 keys: gTP_TEID, GNB_ID
1281
1282 timestamp: TS
1283
1284 - ULLONG TS
1285 - FLOAT measurementInterval
1286 - STRING GNB_ID
1287 - STRING gTP_TEID
1288 - INT cnt
1289 - UINT rsrp_vbad
1290 - UINT rsrp_bad
1291 - UINT rsrp_medium
1292 - UINT rsrp_good
1293 - UINT rsrp_vgood
1294
1295 sources: serv_nr_cell, gnb_ueid_teid_map
1296
1297 transitive sources: RRCXFER.serv_nr_cell, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
1298
1299 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), SGNB_ADDITION_REQ (sgnb_addition_request), RRCXFER (rrctransfer)
1300
1301 name: rrcx_stats_neighbor_beam_cell
1302 -----------------------------------
1303
1304 description: statistics on ssb RSRP on the beams of neighboring cells, aggregated by gbn_id / cell ID, computed using rrc transfer
1305
1306 keys: CELL_ID, GNB_ID
1307
1308 timestamp: TS
1309
1310 - ULLONG TS
1311 - FLOAT measurementInterval
1312 - UINT CELL_ID
1313 - STRING GNB_ID
1314 - INT cnt
1315 - INT min_rsrp
1316 - INT pctl_05_rsrp
1317 - INT median_rsrp
1318 - INT pctl_95_rsrp
1319 - FLOAT stddev_rsrp
1320 - INT max_rsrp
1321
1322 sources: neighbor_beam_ssb
1323
1324 transitive sources: RRCXFER.neighbor_beam_ssb
1325
1326 Interface map: RRCXFER (rrctransfer)
1327
1328 name: rrcx_stats_neighbor_beam_gnb
1329 ----------------------------------
1330
1331 description: statistics on ssb RSRP on the beams of nrighboring cells, aggregated by gNB, computed using rrc transfer
1332
1333 keys: GNB_ID
1334
1335 timestamp: TS
1336
1337 - ULLONG TS
1338 - FLOAT measurementInterval
1339 - STRING GNB_ID
1340 - INT cnt
1341 - INT min_rsrp
1342 - INT pctl_05_rsrp
1343 - INT median_rsrp
1344 - INT pctl_95_rsrp
1345 - FLOAT stddev_rsrp
1346 - INT max_rsrp
1347
1348 sources: neighbor_beam_ssb
1349
1350 transitive sources: RRCXFER.neighbor_beam_ssb
1351
1352 Interface map: RRCXFER (rrctransfer)
1353
1354 name: rrcx_stats_neighbor_cell
1355 ------------------------------
1356
1357 description: statistics on the ssb rsrp of the neighbor cells, aggregated by gnb_id / cell id, computed using rrc transfer
1358
1359 keys: CELL_ID, GNB_ID
1360
1361 timestamp: TS
1362
1363 - ULLONG TS
1364 - FLOAT measurementInterval
1365 - UINT CELL_ID
1366 - STRING GNB_ID
1367 - INT cnt
1368 - INT min_rsrp
1369 - INT pctl_05_rsrp
1370 - INT median_rsrp
1371 - INT pctl_95_rsrp
1372 - FLOAT stddev_rsrp
1373 - INT max_rsrp
1374
1375 sources: nr_neighbor
1376
1377 transitive sources: RRCXFER.nr_neighbor
1378
1379 Interface map: RRCXFER (rrctransfer)
1380
1381 name: rrcx_stats_neighbor_gnb
1382 -----------------------------
1383
1384 description: statistics on the ssb rsrp of the neighbor cells, aggregated by gNB, computed using rrc transfer
1385
1386 keys: GNB_ID
1387
1388 timestamp: TS
1389
1390 - ULLONG TS
1391 - FLOAT measurementInterval
1392 - STRING GNB_ID
1393 - INT cnt
1394 - INT min_rsrp
1395 - INT pctl_05_rsrp
1396 - INT median_rsrp
1397 - INT pctl_95_rsrp
1398 - FLOAT stddev_rsrp
1399 - INT max_rsrp
1400
1401 sources: nr_neighbor
1402
1403 transitive sources: RRCXFER.nr_neighbor
1404
1405 Interface map: RRCXFER (rrctransfer)
1406
1407 name: rrcx_stats_serv_beam_cell
1408 -------------------------------
1409
1410 description: statistics on ssb RSRP on the beams of serving cells, aggregated by gbn_id / cell ID, computed using rrc transfer
1411
1412 keys: CELL_ID, GNB_ID
1413
1414 timestamp: TS
1415
1416 - ULLONG TS
1417 - FLOAT measurementInterval
1418 - UINT CELL_ID
1419 - STRING GNB_ID
1420 - INT cnt
1421 - INT min_rsrp
1422 - INT pctl_05_rsrp
1423 - INT median_rsrp
1424 - INT pctl_95_rsrp
1425 - FLOAT stddev_rsrp
1426 - INT max_rsrp
1427
1428 sources: serv_cell_beam_ssb
1429
1430 transitive sources: RRCXFER.serv_cell_beam_ssb
1431
1432 Interface map: RRCXFER (rrctransfer)
1433
1434 name: rrcx_stats_serv_beam_gnb
1435 ------------------------------
1436
1437 description: statistics on ssb RSRP on the beams of serving cells, aggregated by gbn_id / cell ID, computed using rrc transfer
1438
1439 keys: GNB_ID
1440
1441 timestamp: TS
1442
1443 - ULLONG TS
1444 - FLOAT measurementInterval
1445 - STRING GNB_ID
1446 - INT cnt
1447 - INT min_rsrp
1448 - INT pctl_05_rsrp
1449 - INT median_rsrp
1450 - INT pctl_95_rsrp
1451 - FLOAT stddev_rsrp
1452 - INT max_rsrp
1453
1454 sources: serv_cell_beam_ssb
1455
1456 transitive sources: RRCXFER.serv_cell_beam_ssb
1457
1458 Interface map: RRCXFER (rrctransfer)
1459
1460 name: rrcx_stats_serv_cell
1461 --------------------------
1462
1463 description: statistics on the ssb rsrp of the serving cell, aggregated by gnb_id / cell id, computed using rrc transfer
1464
1465 keys: CELL_ID, GNB_ID
1466
1467 timestamp: TS
1468
1469 - ULLONG TS
1470 - FLOAT measurementInterval
1471 - UINT CELL_ID
1472 - STRING GNB_ID
1473 - INT cnt
1474 - INT min_rsrp
1475 - INT pctl_05_rsrp
1476 - INT median_rsrp
1477 - INT pctl_95_rsrp
1478 - FLOAT stddev_rsrp
1479 - INT max_rsrp
1480
1481 sources: serv_nr_cell
1482
1483 transitive sources: RRCXFER.serv_nr_cell
1484
1485 Interface map: RRCXFER (rrctransfer)
1486
1487 name: rrcx_stats_serv_gnb
1488 -------------------------
1489
1490 description: statistics on the ssb srp of the serving cell, aggregated by gNB, computed using rrc transfer
1491
1492 keys: GNB_ID
1493
1494 timestamp: TS
1495
1496 - ULLONG TS
1497 - FLOAT measurementInterval
1498 - STRING GNB_ID
1499 - INT cnt
1500 - INT min_rsrp
1501 - INT pctl_05_rsrp
1502 - INT median_rsrp
1503 - INT pctl_95_rsrp
1504 - FLOAT stddev_rsrp
1505 - INT max_rsrp
1506
1507 sources: serv_nr_cell
1508
1509 transitive sources: RRCXFER.serv_nr_cell
1510
1511 Interface map: RRCXFER (rrctransfer)
1512
1513 name: throughput_gnb
1514 --------------------
1515
1516 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
1517
1518 keys: GNB_ID, e_RAB_ID
1519
1520 timestamp: TS
1521
1522 - ULLONG TS
1523 - LLONG e_RAB_ID
1524 - STRING GNB_ID
1525 - FLOAT measurementInterval
1526 - LLONG active_throughput
1527 - LLONG average_throughput
1528 - LLONG min_throughput
1529 - LLONG max_throughput
1530 - UINT active_throughput_percentile_05
1531 - UINT active_throughput_percentile_95
1532
1533 sources: rat_data_usage
1534
1535 transitive sources: RATDATAUSAGE.rat_data_usage
1536
1537 Interface map: RATDATAUSAGE (secondary_rat_data_usage_report)
1538
1539 name: throughput_gtp_teid
1540 -------------------------
1541
1542 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
1543
1544 keys: gTP_TEID, GNB_ID
1545
1546 timestamp: TS
1547
1548 - ULLONG TS
1549 - STRING gTP_TEID
1550 - STRING GNB_ID
1551 - FLOAT measurementInterval
1552 - LLONG active_throughput
1553 - LLONG average_throughput
1554 - LLONG min_throughput
1555 - LLONG max_throughput
1556
1557 sources: throughput_session_gtp_teid_join
1558
1559 transitive sources: RATDATAUSAGE.rat_data_usage, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
1560
1561 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), RATDATAUSAGE (secondary_rat_data_usage_report), SGNB_ADDITION_REQ (sgnb_addition_request)
1562
1563 name: throughput_gtp_teid_bearer
1564 --------------------------------
1565
1566 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
1567
1568 keys: gTP_TEID, GNB_ID, e_RAB_ID
1569
1570 timestamp: TS
1571
1572 - ULLONG TS
1573 - STRING gTP_TEID
1574 - STRING GNB_ID
1575 - LLONG e_RAB_ID
1576 - FLOAT measurementInterval
1577 - LLONG active_throughput
1578 - LLONG average_throughput
1579 - LLONG min_throughput
1580 - LLONG max_throughput
1581
1582 sources: throughput_session_gtp_teid_join
1583
1584 transitive sources: RATDATAUSAGE.rat_data_usage, SGNB_ADDITION_REQ.sgnb_addreq_gtp_teid, RECONCOMPLETE.reconfig_success
1585
1586 Interface map: RECONCOMPLETE (sgnb_reconfiguration_complete), RATDATAUSAGE (secondary_rat_data_usage_report), SGNB_ADDITION_REQ (sgnb_addition_request)
1587
1588 name: throughput_meas_alt_crnti
1589 -------------------------------
1590
1591 description: throughput experienced by a UE (alternative version)
1592
1593 keys: eutran_trace_id, eci
1594
1595 timestamp: TS
1596
1597 - ULLONG TS
1598 - UINT eci
1599 - ULLONG eutran_trace_id
1600 - FLOAT ue_lte_tput
1601
1602 sources: lte_thpt_meas
1603
1604 transitive sources: LTE_PCMD.lte_thpt_meas
1605
1606 name: throughput_meas_crnti
1607 ---------------------------
1608
1609 description: throughput experienced by a UE
1610
1611 keys: eutran_trace_id, eci
1612
1613 timestamp: TS
1614
1615 - ULLONG TS
1616 - UINT eci
1617 - ULLONG eutran_trace_id
1618 - FLOAT ue_lte_tput
1619
1620 sources: lte_thpt_meas
1621
1622 transitive sources: LTE_PCMD.lte_thpt_meas
1623
1624 name: throughput_pci
1625 --------------------
1626
1627 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
1628
1629 keys: physCellId, GNB_ID
1630
1631 timestamp: TS
1632
1633 - ULLONG TS
1634 - UINT physCellId
1635 - STRING GNB_ID
1636 - FLOAT measurementInterval
1637 - LLONG active_throughput
1638 - LLONG average_throughput
1639 - LLONG min_throughput
1640 - LLONG max_throughput
1641
1642 sources: prelim_throughput_gtp_teid, gnb_ueid_cellid_map
1643
1644 transitive sources: RATDATAUSAGE.rat_data_usage, SGNB_ADDITION_REQ_ACK.add_req_ack_cellid
1645
1646 Interface map: RATDATAUSAGE (secondary_rat_data_usage_report), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge)
1647
1648 name: throughput_rollup
1649 -----------------------
1650
1651 description: statistics on the per-UE throughput
1652
1653 keys: GNB_ID, e_RAB_ID
1654
1655 timestamp: TS
1656
1657 - ULLONG TS
1658 - LLONG e_RAB_ID
1659 - STRING GNB_ID
1660 - FLOAT measurementInterval
1661 - INT count_ues
1662 - UINT average_throughput_percentile_05
1663 - UINT average_throughput_percentile_50
1664 - FLOAT average_average_throughput
1665 - UINT average_throughput_percentile_95
1666 - UINT active_throughput_percentile_05
1667 - UINT active_throughput_percentile_50
1668 - FLOAT average_active_throughput
1669 - UINT active_throughput_percentile_95
1670
1671 sources: throughput_session
1672
1673 transitive sources: RATDATAUSAGE.rat_data_usage
1674
1675 Interface map: RATDATAUSAGE (secondary_rat_data_usage_report)
1676
1677 name: throughput_session
1678 ------------------------
1679
1680 description: throughput experienced by UE session over a measurement interval.   *Active* throughput is throughput while actively downloading, *average* averages bytes transfered over the measurement interval
1681
1682 keys: UE_ID, GNB_ID, e_RAB_ID
1683
1684 timestamp: TS
1685
1686 - ULLONG TS
1687 - LLONG e_RAB_ID
1688 - LLONG UE_ID
1689 - STRING GNB_ID
1690 - FLOAT measurementInterval
1691 - LLONG active_throughput
1692 - LLONG average_throughput
1693 - LLONG min_throughput
1694 - LLONG max_throughput
1695
1696 sources: rat_data_usage
1697
1698 transitive sources: RATDATAUSAGE.rat_data_usage
1699
1700 Interface map: RATDATAUSAGE (secondary_rat_data_usage_report)
1701
1702 name: throughput_userclass
1703 --------------------------
1704
1705 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
1706
1707 keys: GNB_ID, CLASS
1708
1709 timestamp: TS
1710
1711 - ULLONG TS
1712 - STRING GNB_ID
1713 - UINT CLASS
1714 - FLOAT measurementInterval
1715 - LLONG active_throughput
1716 - LLONG average_throughput
1717 - LLONG min_throughput
1718 - LLONG max_throughput
1719
1720 sources: throughput_session_userclass_join
1721
1722 transitive sources: RATDATAUSAGE.rat_data_usage, SGNB_ADDITION_REQ.sgnb_addreq_for_ue_bearers, SGNB_ADDITION_REQ_ACK.eRABs_acked_for_admit_for_ue
1723
1724 Interface map: RATDATAUSAGE (secondary_rat_data_usage_report), SGNB_ADDITION_REQ (sgnb_addition_request), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge)
1725
1726 name: throughput_userclass_pci
1727 ------------------------------
1728
1729 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
1730
1731 keys: ARP, physCellId, GNB_ID, qCI
1732
1733 timestamp: TS
1734
1735 - ULLONG TS
1736 - STRING GNB_ID
1737 - UINT physCellId
1738 - LLONG qCI
1739 - LLONG ARP
1740 - FLOAT measurementInterval
1741 - LLONG active_throughput
1742 - LLONG average_throughput
1743 - LLONG min_throughput
1744 - LLONG max_throughput
1745
1746 sources: throughput_session_userclass_join, gnb_ueid_cellid_map
1747
1748 transitive sources: RATDATAUSAGE.rat_data_usage, SGNB_ADDITION_REQ.sgnb_addreq_for_ue_bearers, SGNB_ADDITION_REQ_ACK.eRABs_acked_for_admit_for_ue, SGNB_ADDITION_REQ_ACK.add_req_ack_cellid
1749
1750 Interface map: RATDATAUSAGE (secondary_rat_data_usage_report), SGNB_ADDITION_REQ (sgnb_addition_request), SGNB_ADDITION_REQ_ACK (sgnb_addition_request_acknowledge)
1751
1752 name: ue_drb_count
1753 ------------------
1754
1755 description: ue drb count
1756
1757 keys: eutran_trace_id, eci
1758
1759 timestamp: TS
1760
1761 - ULLONG TS
1762 - UINT eci
1763 - ULLONG eutran_trace_id
1764 - INT ue_drb_count
1765
1766 sources: drb_pdcp_pdu_stats
1767
1768 transitive sources: LTE_PCMD.lte_rb_thpt
1769
1770
1771
1772
1773