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[] = { ...@@ -91,6 +91,8 @@ const char* eurecomVariablesNames[] = {
"hw_frame", "hw_frame",
"txcnt", "txcnt",
"rxcnt", "rxcnt",
"trx_ts",
"trx_tst",
"itti_send_msg", "itti_send_msg",
"itti_poll_msg", "itti_poll_msg",
"itti_recv_msg", "itti_recv_msg",
......
...@@ -64,6 +64,8 @@ typedef enum ...@@ -64,6 +64,8 @@ typedef enum
VCD_SIGNAL_DUMPER_VARIABLES_HW_FRAME, VCD_SIGNAL_DUMPER_VARIABLES_HW_FRAME,
VCD_SIGNAL_DUMPER_VARIABLES_TXCNT, VCD_SIGNAL_DUMPER_VARIABLES_TXCNT,
VCD_SIGNAL_DUMPER_VARIABLES_RXCNT, 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_SEND_MSG,
VCD_SIGNAL_DUMPER_VARIABLE_ITTI_POLL_MSG, VCD_SIGNAL_DUMPER_VARIABLE_ITTI_POLL_MSG,
VCD_SIGNAL_DUMPER_VARIABLE_ITTI_RECV_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