blob: 740b1feb922e319c76b7b25f3816d1f9beb024c3 [file] [log] [blame]
Pau Espin Pedrol24824162018-08-21 15:03:51 +02001#!/usr/bin/env python3
2from osmo_gsm_tester.testenv import *
3
Pau Espin Pedrolb5f37ff2019-06-19 17:24:52 +02004import testlib
5suite.test_import_modules_register_for_cleanup(testlib)
6from testlib import test_mo_mt_call
Pau Espin Pedrol24824162018-08-21 15:03:51 +02007
Pau Espin Pedrolb5f37ff2019-06-19 17:24:52 +02008test_mo_mt_call(False, False)