From 6ba87167002007977df7fd21eabe7cfecf86f824 Mon Sep 17 00:00:00 2001 From: Robert Schmidt <robert.schmidt@openairinterface.org> Date: Wed, 7 Feb 2024 13:29:21 +0100 Subject: [PATCH] Add Slot Indication to monitoring --- ci-scripts/datalog_rt_stats.1x1.60.yaml | 4 +++- ci-scripts/datalog_rt_stats.2x2.yaml | 4 +++- ci-scripts/datalog_rt_stats.60.2x2.yaml | 4 +++- ci-scripts/datalog_rt_stats.default.yaml | 4 +++- ci-scripts/stats_monitor_conf.yaml | 2 ++ 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ci-scripts/datalog_rt_stats.1x1.60.yaml b/ci-scripts/datalog_rt_stats.1x1.60.yaml index dca2b28901b..91605738533 100644 --- a/ci-scripts/datalog_rt_stats.1x1.60.yaml +++ b/ci-scripts/datalog_rt_stats.1x1.60.yaml @@ -18,7 +18,8 @@ Ref : PUSCH decoding : 2200.0 Schedule Response : 48.0 DL & UL scheduling timing : 13.0 - UL Indication : 60.0 + UL Indication : 3.0 + Slot Indication : 60.0 Threshold : feprx : 1.25 feptx_prec : 1.25 @@ -32,3 +33,4 @@ Threshold : Schedule Response : 1.25 DL & UL scheduling timing : 1.25 UL Indication : 1.25 + Slot Indication : 1.25 diff --git a/ci-scripts/datalog_rt_stats.2x2.yaml b/ci-scripts/datalog_rt_stats.2x2.yaml index 1805d8ab2ff..1d86d0e4a66 100644 --- a/ci-scripts/datalog_rt_stats.2x2.yaml +++ b/ci-scripts/datalog_rt_stats.2x2.yaml @@ -17,7 +17,8 @@ Ref : PUSCH inner-receiver : 100.0 PUSCH decoding : 180.0 DL & UL scheduling timing : 37.0 - UL Indication : 38.0 + UL Indication : 3.0 + Slot Indication : 38.0 Threshold : feprx : 1.25 feptx_prec : 1.25 @@ -30,3 +31,4 @@ Threshold : PUSCH decoding : 1.25 DL & UL scheduling timing : 1.25 UL Indication : 1.25 + Slot Indication : 1.25 diff --git a/ci-scripts/datalog_rt_stats.60.2x2.yaml b/ci-scripts/datalog_rt_stats.60.2x2.yaml index 0703df6a314..4f86ebe7bd2 100644 --- a/ci-scripts/datalog_rt_stats.60.2x2.yaml +++ b/ci-scripts/datalog_rt_stats.60.2x2.yaml @@ -18,7 +18,8 @@ Ref : PUSCH decoding : 2200.0 Schedule Response : 111.0 DL & UL scheduling timing : 20.0 - UL Indication : 127.0 + UL Indication : 5.0 + Slot Indication : 127.0 Threshold : feprx : 1.25 feptx_prec : 1.25 @@ -32,3 +33,4 @@ Threshold : Schedule Response : 48.0 DL & UL scheduling timing : 1.25 UL Indication : 1.25 + Slot Indication : 1.25 diff --git a/ci-scripts/datalog_rt_stats.default.yaml b/ci-scripts/datalog_rt_stats.default.yaml index bbc5b2d016b..970fdda1841 100644 --- a/ci-scripts/datalog_rt_stats.default.yaml +++ b/ci-scripts/datalog_rt_stats.default.yaml @@ -18,7 +18,8 @@ Ref : PUSCH decoding : 2200.0 Schedule Response : 30.0 DL & UL scheduling timing : 10.0 - UL Indication : 40.0 + UL Indication : 3.0 + Slot Indication : 40.0 Threshold : feprx : 1.25 feptx_prec : 1.25 @@ -32,3 +33,4 @@ Threshold : Schedule Response : 1.25 DL & UL scheduling timing : 1.25 UL Indication : 1.25 + Slot Indication : 1.25 diff --git a/ci-scripts/stats_monitor_conf.yaml b/ci-scripts/stats_monitor_conf.yaml index 4e1f87ed176..e61608a63c9 100644 --- a/ci-scripts/stats_monitor_conf.yaml +++ b/ci-scripts/stats_monitor_conf.yaml @@ -27,6 +27,7 @@ gnb : PUSCH decoding: DL & UL scheduling timing: UL Indication: + Slot Indication: graph : page1: dlsch_err: @@ -47,3 +48,4 @@ gnb : rt.PUSCH decoding: rt.DL & UL scheduling timing: rt.UL Indication: + rt.Slot Indication: -- GitLab