Searched refs:nbr_active_devs (Results 1 – 1 of 1) sorted by relevance
| /babblesim_ext_2G4_phy_v1-latest/src/ |
| D | p2G4_main.c | 25 static int nbr_active_devs; //How many devices are still active (devices may disconnect during the … variable 93 …race_raw_time(4,"Device %u terminated the simulation (there was %i left)\n", d, nbr_active_devs-1); in pick_and_validate_abort() 94 nbr_active_devs = 0; in pick_and_validate_abort() 538 nbr_active_devs -= 1; in f_rx_sync() 539 …e(5,"Device %u disconnected during Rx (minor protocol violation) (%i left)\n", d, nbr_active_devs); in f_rx_sync() 545 …race_raw_time(4,"Device %u terminated the simulation (there was %i left)\n", d, nbr_active_devs-1); in f_rx_sync() 546 nbr_active_devs = 0; in f_rx_sync() 1005 nbr_active_devs -= 1; in p2G4_handle_next_request() 1006 bs_trace_raw_time(3,"Device %u disconnected (%i left)\n", d, nbr_active_devs); in p2G4_handle_next_request() 1010 …race_raw_time(4,"Device %u terminated the simulation (there was %i left)\n", d, nbr_active_devs-1); in p2G4_handle_next_request() [all …]
|