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:30:05 UTC 2020


pespin has uploaded this change for review. ( 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(-)



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

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200617/4fca8468/attachment.htm>


More information about the gerrit-log mailing list