Change in osmo-gsm-tester[master]: amarisoft_enb: Add missing default values in constructor

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
Fri Apr 3 14:56:17 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17711 )


Change subject: amarisoft_enb: Add missing default values in constructor
......................................................................

amarisoft_enb: Add missing default values in constructor

Change-Id: I61c04df14468b38cfe4afaaeb5404367838ff0a9
---
M src/osmo_gsm_tester/amarisoft_enb.py
1 file changed, 2 insertions(+), 0 deletions(-)



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

diff --git a/src/osmo_gsm_tester/amarisoft_enb.py b/src/osmo_gsm_tester/amarisoft_enb.py
index 5b4e99e..2ef713f 100644
--- a/src/osmo_gsm_tester/amarisoft_enb.py
+++ b/src/osmo_gsm_tester/amarisoft_enb.py
@@ -60,6 +60,7 @@
         super().__init__(suite_run, conf, 'amarisoftenb')
         self.ue = None
         self.run_dir = None
+        self.inst = None
         self._bin_prefix = None
         self.config_file = None
         self.config_sib1_file = None
@@ -69,6 +70,7 @@
         self.log_file = None
         self.process = None
         self.rem_host = None
+        self.remote_inst = None
         self.remote_config_file =  None
         self.remote_config_sib1_file = None
         self.remote_config_sib23_file = None

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17711
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: I61c04df14468b38cfe4afaaeb5404367838ff0a9
Gerrit-Change-Number: 17711
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/20200403/9771502e/attachment.htm>


More information about the gerrit-log mailing list