Attention is currently required from: fixeria, tnt.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/36699?usp=email )
Change subject: gmm: mmctx_timer_stop(): warn about timer not running ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
Patchset:
PS1:
Why does it happen at all ? […]
This in general just means there's no timer set but anyway some code path is stopping it *just in case any of those timers is enabled*. It's actually not a good behavior overall, but I'd treat this as a shortcoming of bad osmo-sgsn code architecture so far. I don't think it's easier to fix it easily right now. Since this commit improves the logging I'm fine with it.