Removed a debug message that was left accidently.

This commit is contained in:
ptrkrysik 2014-11-21 16:32:17 +01:00
parent 26183c30d1
commit 8db1561f9a
1 changed files with 0 additions and 1 deletions

View File

@ -826,7 +826,6 @@ void receiver_impl::send_burst(burst_counter burst_nr, const unsigned char * bur
tap_header->timeslot = static_cast<uint8_t>(d_burst_nr.get_timeslot_nr());
tap_header->frame_number = htobe32(d_burst_nr.get_frame_nr());
tap_header->sub_type = burst_type;
std::cout << static_cast<int>(tap_header->sub_type) << std::endl;
tap_header->arfcn = htobe16(d_cell_allocation[input_nr]) ;
tap_header->signal_dbm = static_cast<int8_t>(d_signal_dbm);
tap_header->snr_db = 0;