Change in osmo-gsm-tester[master]: modem: print call ID during log of call state

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
Wed Feb 13 16:40:37 UTC 2019


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/12896


Change subject: modem: print call ID during log of call state
......................................................................

modem: print call ID during log of call state

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/96/12896/1

diff --git a/src/osmo_gsm_tester/modem.py b/src/osmo_gsm_tester/modem.py
index 5106702..6a2a49a 100644
--- a/src/osmo_gsm_tester/modem.py
+++ b/src/osmo_gsm_tester/modem.py
@@ -735,7 +735,7 @@
             self.log('asking call state for non existent call')
             log.log_exn()
             state = 'disconnected'
-        self.dbg('call state: %s' % state)
+        self.dbg('call state: %s' % state, call_id=call_id)
         return state
 
     def _on_callmgr_call_added(self, obj_path, properties):

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

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I33d0153b3e89aa1924129b8068ef068c08059958
Gerrit-Change-Number: 12896
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190213/42af568d/attachment.htm>


More information about the gerrit-log mailing list