pespin submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
s1gw: Print idx of component timing out
Change-Id: I354104dd88627a6d15e160d02f5ddf1072745a17
---
M s1gw/S1GW_ConnHdlr.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
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));
}
}
}
To view, visit change 37957. To unsubscribe, or for help writing mail filters, visit settings.