Attention is currently required from: neels, pespin.
1 comment:
File src/libvlr/vlr_lu_fsm.c:
Patch Set #5, Line 1611: fi->T
yes but my point is: […]
Yes, that's right. But for coding style, I used the
`osmo_timer_schedule(&fi->timer, vlr_timer_secs(vlr, fi->T, fi->T), 0);`
because this is much longer and everywhere else I used vlr_timer_secs():
instead of
`osmo_timer_schedule(&fi->timer, osmo_tdef_get(vlr_tdefs, fi->T, OSMO_TDEF_S, 0), 0);`
To view, visit change 38490. To unsubscribe, or for help writing mail filters, visit settings.