Commit 3c425c36 authored by Joanne Hugé's avatar Joanne Hugé

Add disable_rx_copy parameter

parent 7809643c
......@@ -64,6 +64,7 @@ rf_driver: {
tdd_period: {{ tdd_period }},
encode_burst: {{ encode_burst }},
send_burst: {{ send_burst }},
disable_rx_copy: {{ disable_rx_copy }},
},
tx_gain: 90.0, /* TX gain (in dB) */
......
frame_frequency: 500,
frame_frequency: 50000,
trx_buf_size: 500000,
txrx_buf_size: 500000,
trace_rx: 0,
......@@ -14,11 +14,12 @@ one_way_measure: 0,
one_way_period: 0,
tdd_frame_start: 0,
timestamp_frames: 1,
master_timestamp_check_period: 500000000,
slave_timestamp_check_period: 500000000,
master_timestamp_check_period: 20000,
slave_timestamp_check_period: 20000,
trx_read_null: 0,
tdd_period: 38400,
encode_burst: 1024,
send_burst: 1,
tx_test: 1,
rx_test: 0,
disable_rx_copy: 0,
......@@ -22,3 +22,4 @@ encode_burst: 1024,
send_burst: 1,
tx_test: 0,
rx_test: 1,
disable_rx_copy: 1,
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