pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37957?usp=email )
Change subject: s1gw: Print idx of component timing out ......................................................................
s1gw: Print idx of component timing out
Change-Id: I354104dd88627a6d15e160d02f5ddf1072745a17 --- M s1gw/S1GW_ConnHdlr.ttcn 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/57/37957/1
diff --git a/s1gw/S1GW_ConnHdlr.ttcn b/s1gw/S1GW_ConnHdlr.ttcn index 091df1d..bb2a309 100644 --- a/s1gw/S1GW_ConnHdlr.ttcn +++ b/s1gw/S1GW_ConnHdlr.ttcn @@ -219,7 +219,7 @@ } [] T.timeout { Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, - log2str("Timeout waiting for S1AP SetupReq")); + log2str("Timeout waiting for S1AP SetupReq, idx = ", g_pars.idx)); } } }