Attention is currently required from: laforge, neels.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/36539?usp=email )
Change subject: per-HNB GTP-U traffic counters via nft ......................................................................
Patch Set 12:
(2 comments)
File src/osmo-hnbgw/nft_kpi.c:
https://gerrit.osmocom.org/c/osmo-hnbgw/+/36539/comment/a38b7429_18820cce PS12, Line 685: prev_starts_ts = now();
https://gerrit.osmocom.org/c/osmo-hnbgw/+/36539/comment/285e7b62_d738b606 PS12, 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).