From bc3aa8581fbfe89586d86d1b0955baa6f36bbe31 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Tue, 17 May 2016 17:36:08 +0200
Subject: [PATCH] add group ENB to T_messages.txt

---
 common/utils/T/T_messages.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/common/utils/T/T_messages.txt b/common/utils/T/T_messages.txt
index 1691f4517e..37db1cad27 100644
--- a/common/utils/T/T_messages.txt
+++ b/common/utils/T/T_messages.txt
@@ -1,31 +1,31 @@
 #PHY logs
 ID = ENB_UL_TICK
     DESC = eNodeB uplink tick - one tick per ms at start of uplink processing
-    GROUP = ALL:PHY:GRAPHIC
+    GROUP = ALL:PHY:GRAPHIC:ENB
     FORMAT = int,eNB_ID : int,frame : int,subframe
 ID = ENB_DL_TICK
     DESC = eNodeB downlink tick - one tick per ms at start of downlink processing
-    GROUP = ALL:PHY:GRAPHIC
+    GROUP = ALL:PHY:GRAPHIC:ENB
     FORMAT = int,eNB_ID : int,frame : int,subframe
 ID = ENB_INPUT_SIGNAL
     DESC = eNodeB received signal in the time domain for a duration of 1ms
-    GROUP = ALL:PHY:GRAPHIC:HEAVY
+    GROUP = ALL:PHY:GRAPHIC:HEAVY:ENB
     FORMAT = int,eNB_ID : int,frame : int,subframe : int,antenna : buffer,rxdata
 ID = ENB_UL_CHANNEL_ESTIMATE
     DESC = eNodeB channel estimation in the time domain
-    GROUP = ALL:PHY:GRAPHIC:HEAVY
+    GROUP = ALL:PHY:GRAPHIC:HEAVY:ENB
     FORMAT = int,eNB_ID : int,UE_ID : int,frame : int,subframe : int,antenna : buffer,chest_t
 ID = PUSCH_IQ
     DESC = eNodeB PUSCH received IQ data
-    GROUP = ALL:PHY:GRAPHIC:HEAVY
+    GROUP = ALL:PHY:GRAPHIC:HEAVY:ENB
     FORMAT = int,eNB_ID : int,UE_ID : int,frame : int,subframe : int,nb_rb : buffer,pusch_comp
 ID = PUCCH_1AB_IQ
     DESC = eNodeB PUCCH received IQ data
-    GROUP = ALL:PHY:GRAPHIC:HEAVY
+    GROUP = ALL:PHY:GRAPHIC:HEAVY:ENB
     FORMAT = int,eNB_ID : int,UE_ID : int,frame : int,subframe : int,I : int,Q
 ID = PUCCH_1_ENERGY
     DESC = eNodeB PUCCH 1 energy and threshold
-    GROUP = ALL:PHY:GRAPHIC:HEAVY
+    GROUP = ALL:PHY:GRAPHIC:HEAVY:ENB
     FORMAT = int,eNB_ID : int,UE_ID : int,frame : int,subframe : int,energy : int,threshold
 
 #legacy logs
-- 
GitLab