Holger Freyther has submitted this change and it was merged. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, but someone else must approve
  Pau Espin Pedrol: Looks good to me, approved



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: merged
Gerrit-Change-Id: Id8de8b3ee76b515c49e5ea52acaa326a2283b0e1
Gerrit-Change-Number: 13822
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther <hol...@freyther.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Holger Freyther <hol...@freyther.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to