summaryrefslogtreecommitdiff
path: root/libloragw
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2018-07-31 15:12:14 -0500
committerHarsh Sharma <harsh.sharma@multitech.com>2018-07-31 15:12:14 -0500
commitb14e4fe164a3d249ab6d8eec744a14c0e0086d86 (patch)
treee1ec97a6fded09dd52e9a5897c0171cef9ffae07 /libloragw
parentb55d02b1b9620b2bd736df88d9f987d61b52168d (diff)
downloadlora_gateway_mtac_full-b14e4fe164a3d249ab6d8eec744a14c0e0086d86.tar.gz
lora_gateway_mtac_full-b14e4fe164a3d249ab6d8eec744a14c0e0086d86.tar.bz2
lora_gateway_mtac_full-b14e4fe164a3d249ab6d8eec744a14c0e0086d86.zip
Removed lgw send debug output
Diffstat (limited to 'libloragw')
-rw-r--r--libloragw/src/loragw_hal.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libloragw/src/loragw_hal.c b/libloragw/src/loragw_hal.c
index 3e6975b..2d958ba 100644
--- a/libloragw/src/loragw_hal.c
+++ b/libloragw/src/loragw_hal.c
@@ -1443,11 +1443,6 @@ int lgw_send(struct lgw_pkt_tx_s pkt_data) {
lgw_reg_r(LGW_FPGA_RF_ATTN_MODE, &read_value);
if (read_value == 0) {
lgw_reg_w(LGW_FPGA_RF_ATTN_VALUE, txgain_lut.lut[pow_index].attenuation * 4);
- printf("dig_gain for sent packet %d\n", txgain_lut.lut[pow_index].dig_gain);
- printf("mix_gain for sent packet %d\n", txgain_lut.lut[pow_index].mix_gain);
- printf("pa_gain for sent packet %d\n", txgain_lut.lut[pow_index].pa_gain);
- printf("Power for sent packet %d\n", txgain_lut.lut[pow_index].rf_power);
- printf("Attenuation for sent packet %f\n", txgain_lut.lut[pow_index].attenuation);
}
/* fixed metadata, useful payload and misc metadata compositing */