Attention is currently required from: fixeria, laforge, pespin.
Hello Jenkins Builder, laforge, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/38683?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed: Code-Review+1 by laforge, Code-Review+1 by pespin, Verified+1 by Jenkins Builder
Change subject: s1ap_proxy: turn this module into a gen_server ......................................................................
s1ap_proxy: turn this module into a gen_server
This patch makes the s1ap_proxy module self-contained, so API users no longer need to initialize, maintain, or deinitialize its internal state, and also no longer need to trap 'EXIT' signals from the child erab_fsm processes. These improvements in maintainability and ease of use come at the cost of an additional process per SCTP connection, which is manageable.
Change-Id: Id6e4c7ee29ae31edca658e1293601d38e5f43e63 --- M src/s1ap_proxy.erl M src/sctp_proxy.erl M test/s1ap_proxy_test.erl 3 files changed, 137 insertions(+), 120 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/83/38683/3