Home
last modified time | relevance | path

Searched refs:times_end (Results 1 – 3 of 3) sorted by relevance

/babblesim_ext_2G4_device_burst_interferer-latest/src/
Dbs_burstint_main.c60 if (args.times_end[i] <= args.times_start[i]) { in main()
62 i, args.times_end[i], args.times_start[i]); in main()
71 tx_s.end_time = offset_time(args.times_end[i]); in main()
79 time = args.times_end[i]; in main()
Dbs_burstint_args.c108 args->times_end[args->n_times_end] = time; in bs_burstint_argsparse()
110 args->n_times_end, args->times_end[args->n_times_end]); in bs_burstint_argsparse()
133 args->times_end[args->n_times_end-1] = TIME_NEVER; in bs_burstint_argsparse()
Dbs_burstint_args.h28 bs_time_t times_end[BS_BUSRTINT_MAX_TIMES]; member