Attention is currently required from: pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/39116?usp=email )
Change subject: erab_fsm: implement E-RAB MODIFY Req/Rsp procedure ......................................................................
Patch Set 3:
(1 comment)
File src/erab_fsm.erl:
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/39116/comment/c43f5d0a_b234a... : PS3, Line 323: ok
probably easier to match upon return if you return {ok, undefined}?
I don't see how returning dummy values makes things easier, sorry. This reply becomes a return value for `erab_modify_rsp/2`. It's documented that it can return either `ok` or `{error, ...}`.