Attention is currently required from: pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/39631?usp=email )
Change subject: sctp_server: invalidate handler's Pid on 'EXIT' ......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/39631/comment/3106e09b_9755a... : PS1, Line 11: happens, the current implementation sends an EOF to the eNB and simply
can you explain what "sending an EOF to the eNB" mean?
I meant graceful termination of the SCTP association, which is performed by calling `gen_sctp:eof/2` (see https://www.erlang.org/docs/26/man/gen_sctp#eof-2). Maybe I should rephrase...