[MERGED] osmo-gsm-tester[master]: esme: Log connection parameters of the SMSC

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Jul 31 17:03:00 UTC 2017


Pau Espin Pedrol has submitted this change and it was merged.

Change subject: esme: Log connection parameters of the SMSC
......................................................................


esme: Log connection parameters of the SMSC

Change-Id: Ie4d3019503a68b02ace849defe618bdc74eacbd9
---
M src/osmo_gsm_tester/esme.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo_gsm_tester/esme.py b/src/osmo_gsm_tester/esme.py
index 89eaa39..7063c33 100644
--- a/src/osmo_gsm_tester/esme.py
+++ b/src/osmo_gsm_tester/esme.py
@@ -101,7 +101,7 @@
         self.connected = True
         self.client.bind_transceiver(system_id=self.system_id, password=self.password)
         self.bound = True
-        self.log('Connected and bound successfully. Starting to listen')
+        self.log('Connected and bound successfully to %s (%s:%d). Starting to listen.' % (self.system_id, host, port))
         self.start_listening()
 
     def disconnect(self):

-- 
To view, visit https://gerrit.osmocom.org/3395
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie4d3019503a68b02ace849defe618bdc74eacbd9
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list