Skip to content

Changes

Summary

  1. nft-kpi: log errors of counter retrieval (details)
Commit 7a326f5b305f795ce880981e08e5923daa42c80c by nhofmeyr
nft-kpi: log errors of counter retrieval

Make sure errors of getting counters from nft are logged.

Some context: we'll try again each X34 period, hence this is only a
problem when the error persists.

For example, when the get-counters thread is faster than the maintenance
thread can even create the nft table initially, this error will show.

We could add a definite check whether the maintenance thread has created
the tables yet, and wait for that event. But this complexity is not
really needed: it is fine to just fail getting counters once or twice.

Related: SYS#6773
Change-Id: I84340482e4a5bfcac158a21c9378a9511fa5ea10
The file was modified src/osmo-hnbgw/nft_kpi.c