Commit 86e32609 authored by Cedric Roux's avatar Cedric Roux

minor: remove abort

was crashing the processing
parent 5c0b2a89
......@@ -3007,7 +3007,7 @@ uint16_t dci_decoding_procedure(PHY_VARS_UE *phy_vars_ue,
format1_size_bytes = sizeof(DCI1_5MHz_FDD_t);
//printf("!!!!!!!!!!!!!!!!!!!! %s\n", __FILE__);
printf("%s:%d: abort for debug\n", __FILE__, __LINE__);
abort();
//abort();
if (frame_parms->nb_antennas_tx_eNB == 2) {
format2_size_bits = sizeof_DCI2_5MHz_2A_FDD_t;
......
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