@@ -411,9 +411,6 @@ static void glossy_lwb_round_task() {
411
411
_cur_glossy_depth = 0 ; // seqNum in packet
412
412
_glossy_currently_flooding = TRUE;
413
413
414
- standard_set_init_active (TRUE);
415
- standard_set_resp_active (FALSE);
416
-
417
414
dwt_forcetrxoff ();
418
415
419
416
uint16_t frame_len = sizeof (struct pp_signal_flood );
@@ -582,9 +579,9 @@ bool glossy_process_txcallback(){
582
579
583
580
if (_cur_glossy_depth < GLOSSY_MAX_DEPTH ) {
584
581
585
- debug_msg ("Sending flooding message with depth " );
582
+ /* debug_msg("Sending flooding message with depth ");
586
583
debug_msg_uint(_cur_glossy_depth);
587
- debug_msg ("\n" );
584
+ debug_msg("\n");*/
588
585
589
586
// We're flooding, keep doing it until the max depth!
590
587
uint32_t delay_time = _last_delay_time + (DW_DELAY_FROM_US (GLOSSY_FLOOD_TIMESLOT_US ) & 0xFFFFFFFE );
@@ -746,9 +743,9 @@ void glossy_process_rxcallback(uint64_t dw_timestamp, uint8_t *buf){
746
743
747
744
if (_cur_glossy_depth < GLOSSY_MAX_DEPTH ) {
748
745
749
- debug_msg ("Sending flooding message with depth " );
746
+ /* debug_msg("Sending flooding message with depth ");
750
747
debug_msg_uint(_cur_glossy_depth);
751
- debug_msg ("\n" );
748
+ debug_msg("\n");*/
752
749
753
750
_glossy_currently_flooding = TRUE;
754
751
@@ -862,9 +859,9 @@ void glossy_process_rxcallback(uint64_t dw_timestamp, uint8_t *buf){
862
859
863
860
if (_cur_glossy_depth < GLOSSY_MAX_DEPTH ) {
864
861
865
- debug_msg ("Sending flooding message with depth " );
862
+ /* debug_msg("Sending flooding message with depth ");
866
863
debug_msg_uint(_cur_glossy_depth);
867
- debug_msg ("\n" );
864
+ debug_msg("\n");*/
868
865
869
866
_glossy_currently_flooding = TRUE;
870
867
0 commit comments