Attention is currently required from: laforge, neels.
2 comments:
File src/osmo-hnbgw/nft_kpi.c:
prev_starts_ts = now();
Patch Set #12, Line 694: unsigned long period_us = osmo_tdef_get(hnbgw_T_defs, -34, OSMO_TDEF_US, 1000000);
elasped = now() - prev_start_ts;
if (elapsed > period_us
sched_us = 0;
else
sched_us = period_us - elasped;
osmo_timer_schedule( ... , sched_us).
To view, visit change 36539. To unsubscribe, or for help writing mail filters, visit settings.