Change in osmo-ttcn3-hacks[master]: IPA: log host:port on listen errors

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Mon Mar 11 14:23:41 UTC 2019


Max has uploaded this change for review. ( https://gerrit.osmocom.org/13202


Change subject: IPA: log host:port on listen errors
......................................................................

IPA: log host:port on listen errors

Change-Id: I0e25961698ab70a2822e2b2be5b514c3603981ca
---
M library/IPA_Emulation.ttcnpp
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/02/13202/1

diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp
index f556327..a2066ee 100644
--- a/library/IPA_Emulation.ttcnpp
+++ b/library/IPA_Emulation.ttcnpp
@@ -258,7 +258,7 @@
 	res := IPA_CodecPort_CtrlFunct.f_IPL4_listen(IPA_PORT, 
 						local_host, local_port, { tcp:={} });
 	if (not ispresent(res.connId)) {
-		setverdict(fail, "Could not listen IPA socket, check your configuration");
+		setverdict(fail, "Could not listen IPA socket ", local_host, ":", local_port, ", check your configuration");
 		mtc.stop;
 	}
 	g_ipa_conn_id := res.connId;

-- 
To view, visit https://gerrit.osmocom.org/13202
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e25961698ab70a2822e2b2be5b514c3603981ca
Gerrit-Change-Number: 13202
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190311/0c93ebb4/attachment.htm>


More information about the gerrit-log mailing list