Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
fafee950
Commit
fafee950
authored
Feb 07, 2016
by
Aikaterini Trilyraki
Browse files
include packet sequence number in vcd logging
parent
1a9982ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
openair2/UTIL/LOG/vcd_signal_dumper.c
View file @
fafee950
...
...
@@ -106,6 +106,9 @@ const char* eurecomVariablesNames[] = {
"lhw_cnt_tx"
,
"pck_rx"
,
"pck_tx"
,
"rx_seq_num"
,
"rx_seq_num_prv"
,
"tx_seq_num"
,
"cnt"
,
"dummy_dump"
,
"itti_send_msg"
,
...
...
openair2/UTIL/LOG/vcd_signal_dumper.h
View file @
fafee950
...
...
@@ -78,6 +78,9 @@ typedef enum {
VCD_SIGNAL_DUMPER_VARIABLES_TX_LHWCNT
,
VCD_SIGNAL_DUMPER_VARIABLES_RX_PCK
,
VCD_SIGNAL_DUMPER_VARIABLES_TX_PCK
,
VCD_SIGNAL_DUMPER_VARIABLES_RX_SEQ_NUM
,
VCD_SIGNAL_DUMPER_VARIABLES_RX_SEQ_NUM_PRV
,
VCD_SIGNAL_DUMPER_VARIABLES_TX_SEQ_NUM
,
VCD_SIGNAL_DUMPER_VARIABLES_CNT
,
VCD_SIGNAL_DUMPER_VARIABLES_DUMMY_DUMP
,
VCD_SIGNAL_DUMPER_VARIABLE_ITTI_SEND_MSG
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment