Change in osmo-gsm-tester[master]: ms_driver: Catch up with the new MS baseclass

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

Holger Freyther gerrit-no-reply at lists.osmocom.org
Tue Apr 30 21:13:53 UTC 2019


Holger Freyther has uploaded this change for review. ( https://gerrit.osmocom.org/13822


Change subject: ms_driver: Catch up with the new MS baseclass
......................................................................

ms_driver: Catch up with the new MS baseclass

Change-Id: Id8de8b3ee76b515c49e5ea52acaa326a2283b0e1
---
M src/osmo_ms_driver/__main__.py
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/src/osmo_ms_driver/__main__.py b/src/osmo_ms_driver/__main__.py
index 24acd61..d753897 100644
--- a/src/osmo_ms_driver/__main__.py
+++ b/src/osmo_ms_driver/__main__.py
@@ -23,7 +23,7 @@
 from .starter import BinaryOptions
 from .test_support import imsi_ki_gen
 from osmo_gsm_tester import log, util
-from osmo_gsm_tester import ms
+from osmo_gsm_tester import ms_osmo_mobile
 
 # System modules
 from datetime import timedelta
@@ -97,7 +97,7 @@
             'ki': ki,
             'auth_algo': 'comp128v1',
         }
-        test.subscriber_add(ms.MS("ms_%d" % i, conf))
+        test.subscriber_add(ms_osmo_mobile.MSOsmoMobile("ms_%d" % i, conf))
 
     atexit.register(test.stop_all)
 

-- 
To view, visit https://gerrit.osmocom.org/13822
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: Id8de8b3ee76b515c49e5ea52acaa326a2283b0e1
Gerrit-Change-Number: 13822
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther <holger at freyther.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190430/cbdef111/attachment.htm>


More information about the gerrit-log mailing list