Attention is currently required from: lynxis lazus.
Patch set 1:Code-Review -1
1 comment:
File src/epdg_gtpc_s2b.erl:
Patch Set #1, Line 145: {stop, "GTPv2C UDP socket open error: ~w~n", [Reason]}
This is not a valid return value for https://www.erlang.org/doc/apps/stdlib/gen_server.html#c:init/1. In the case of `stop`, the tuple must contain two elements (`{stop, Reason}`), not three.
To view, visit change 37901. To unsubscribe, or for help writing mail filters, visit settings.