fixeria has submitted this change. (
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/41475?usp=email )
Change subject: erab_fsm: log the creation event and UID
......................................................................
erab_fsm: log the creation event and UID
When looking at GSMTAP logging, it's oftentimes useful to see
the beginning of a lifecycle of an E-RAB FSM.
Change-Id: I5746a645d95c9c931c24ebc170ef88cd38311542
Related: SYS#7738
---
M src/erab_fsm.erl
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/src/erab_fsm.erl b/src/erab_fsm.erl
index 49a26ca..213a3c1 100644
--- a/src/erab_fsm.erl
+++ b/src/erab_fsm.erl
@@ -232,6 +232,7 @@
init([UID]) ->
set_logging_prefix(UID),
+ ?LOG_DEBUG("Creating E-RAB FSM (UID ~p)", [UID]),
%% request a unieue SEID for this E-RAB FSM
{ok, SEID} = pfcp_peer:seid_alloc(),
{ok, erab_wait_setup_req,
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/41475?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I5746a645d95c9c931c24ebc170ef88cd38311542
Gerrit-Change-Number: 41475
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>