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.orgPau Espin Pedrol has submitted this change and it was merged.
Change subject: modem: activate_context: print protocol too in dbg log
......................................................................
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(-)
Approvals:
Pau Espin Pedrol: Looks good to me, approved
Jenkins Builder: Verified
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: merged
Gerrit-Change-Id: I5c2df196b924bb0cf74aadabb4544ca1fecc1eba
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: Pau Espin Pedrol <pespin at sysmocom.de>