From 0bf96c9b3952c447aa03aba50ef816dcaa1e5fa9 Mon Sep 17 00:00:00 2001
From: Robert Schmidt <robert.schmidt@openairinterface.org>
Date: Sun, 8 Oct 2023 18:47:13 +0200
Subject: [PATCH] Print PRACH RX timing

---
 executables/nr-gnb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/executables/nr-gnb.c b/executables/nr-gnb.c
index e6aa2e635a..2b2c5306b8 100644
--- a/executables/nr-gnb.c
+++ b/executables/nr-gnb.c
@@ -357,6 +357,7 @@ static size_t dump_L1_meas_stats(PHY_VARS_gNB *gNB, RU_t *ru, char *output, size
   output += print_meas_log(&gNB->rx_pusch_stats, "PUSCH inner-receiver", NULL, NULL, output, end - output);
   output += print_meas_log(&gNB->ulsch_decoding_stats, "PUSCH decoding", NULL, NULL, output, end - output);
   output += print_meas_log(&gNB->schedule_response_stats, "Schedule Response", NULL, NULL, output, end - output);
+  output += print_meas_log(&gNB->rx_prach, "PRACH RX", NULL, NULL, output, end - output);
   if (ru->feprx)
     output += print_meas_log(&ru->ofdm_demod_stats, "feprx", NULL, NULL, output, end - output);
 
-- 
2.26.2