From 41cd68146d33b4edd776665acaeaa942e5982329 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 30 Apr 2019 10:48:02 +0100 Subject: ms_driver: Catch up with the new MS baseclass Change-Id: Id8de8b3ee76b515c49e5ea52acaa326a2283b0e1 --- src/osmo_ms_driver/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .cdf import cdfs 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 @@ def main(): '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) -- cgit v1.2.3