[PATCH] osmo-gsm-tester[master]: modem: activate_context: print protocol too in dbg log

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
Fri Dec 15 11:40:39 UTC 2017


Review at  https://gerrit.osmocom.org/5389

modem: activate_context: print protocol too in dbg log

Change-Id: I5c2df196b924bb0cf74aadabb4544ca1fecc1eba
---
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/89/5389/1

diff --git a/src/osmo_gsm_tester/modem.py b/src/osmo_gsm_tester/modem.py
index 206a081..7750740 100644
--- a/src/osmo_gsm_tester/modem.py
+++ b/src/osmo_gsm_tester/modem.py
@@ -596,7 +596,7 @@
         connmgr.ResetContexts() # Requires Powered=false
 
     def activate_context(self, apn='internet', user='ogt', pwd='', protocol='ip'):
-        self.dbg('activate_context', apn=apn, user=user)
+        self.dbg('activate_context', apn=apn, user=user, protocol=protocol)
 
         connmgr = self.dbus.interface(I_CONNMGR)
         ctx_path = connmgr.AddContext('internet')

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c2df196b924bb0cf74aadabb4544ca1fecc1eba
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list