Attention is currently required from: lynxis lazus, pespin.
1 comment:
File src/epdg_gtpc_s2b.erl:
Patch Set #1, Line 520: IEs = [#v2_recovery{restart_counter = RCnt}],
This looks wrong. The RestartCounter we send has nothing to do with the one we receive. […]
agreeing with pespin. And indeed it's supposed to increment at every local restart. So either store it in a file (like osmo-ggsn/sgsn does, AFAIR) or use a timestamp based hack as suggested. However, the timestamp must not be the local time when sending the echo, but a timestamp that's once obtained when the process starts and then used for all RestartCounter fields during the runtime of the program (basically as long as beam runs in the erlang case).
To view, visit change 37900. To unsubscribe, or for help writing mail filters, visit settings.