Commit 3f08d0b9 authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6526 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 98044041
......@@ -91,6 +91,8 @@ const char* eurecomVariablesNames[] = {
"hw_frame",
"txcnt",
"rxcnt",
"trx_ts",
"trx_tst",
"itti_send_msg",
"itti_poll_msg",
"itti_recv_msg",
......
......@@ -64,6 +64,8 @@ typedef enum
VCD_SIGNAL_DUMPER_VARIABLES_HW_FRAME,
VCD_SIGNAL_DUMPER_VARIABLES_TXCNT,
VCD_SIGNAL_DUMPER_VARIABLES_RXCNT,
VCD_SIGNAL_DUMPER_VARIABLES_TRX_TS,
VCD_SIGNAL_DUMPER_VARIABLES_TRX_TST,
VCD_SIGNAL_DUMPER_VARIABLE_ITTI_SEND_MSG,
VCD_SIGNAL_DUMPER_VARIABLE_ITTI_POLL_MSG,
VCD_SIGNAL_DUMPER_VARIABLE_ITTI_RECV_MSG,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment