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 <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Attention is currently required from: fixeria.
laforge has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/41475?usp=email )
Change subject: erab_fsm: log the creation event and UID
......................................................................
Patch Set 1: Code-Review+2
--
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: comment
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I5746a645d95c9c931c24ebc170ef88cd38311542
Gerrit-Change-Number: 41475
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 21 Nov 2025 11:42:34 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes