Change in osmo-gsm-tester[master]: ms_osmo_mobile.py: Fix missing sublcass implementation of abstract MS...

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

pespin gerrit-no-reply at lists.osmocom.org
Wed Jun 17 10:34:52 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18878 )

Change subject: ms_osmo_mobile.py: Fix missing sublcass implementation of abstract MS methods
......................................................................

ms_osmo_mobile.py: Fix missing sublcass implementation of abstract MS methods

Change-Id: Icddab08c84ef97924d10801d7128158f515bcd01
---
M src/osmo_gsm_tester/obj/ms_osmo_mobile.py
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved; Verified



diff --git a/src/osmo_gsm_tester/obj/ms_osmo_mobile.py b/src/osmo_gsm_tester/obj/ms_osmo_mobile.py
index f497772..cc54174 100644
--- a/src/osmo_gsm_tester/obj/ms_osmo_mobile.py
+++ b/src/osmo_gsm_tester/obj/ms_osmo_mobile.py
@@ -32,3 +32,9 @@
         if not ki:
             return "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"
         return ki
+
+    def get_assigned_addr(self, ipv6=False):
+        raise log.Error('API not implemented!')
+
+    def is_registered(self, mcc_mnc=None):
+        raise log.Error('API not implemented!')

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18878
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: Icddab08c84ef97924d10801d7128158f515bcd01
Gerrit-Change-Number: 18878
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-CC: Jenkins Builder
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200617/e88fb732/attachment.htm>


More information about the gerrit-log mailing list