Change in osmo-gsm-tester[master]: enb: remove freq config for zmq operation

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

srs_andre gerrit-no-reply at lists.osmocom.org
Wed May 27 16:53:16 UTC 2020


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


Change subject: enb: remove freq config for zmq operation
......................................................................

enb: remove freq config for zmq operation

specifiying the rx/tx_freq for the eNB is optional. But when
it's done it needs to be correct. There seems to be an issue
when mapping the freq[0-3] between srsENB and Amarisoft eNB.

So it's safe to just drop the config here altogether.

Change-Id: I70f5776173c2df5894031f68df2f6c3a900b79f8
---
M src/osmo_gsm_tester/obj/enb.py
1 file changed, 0 insertions(+), 17 deletions(-)



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

diff --git a/src/osmo_gsm_tester/obj/enb.py b/src/osmo_gsm_tester/obj/enb.py
index 9db0d69..f0047e7 100644
--- a/src/osmo_gsm_tester/obj/enb.py
+++ b/src/osmo_gsm_tester/obj/enb.py
@@ -172,23 +172,6 @@
                     + ',rx_port2=tcp://' + self.ue.addr() + ':2005' \
                     + ',rx_port3=tcp://' + self.ue.addr() + ':2007'
 
-        if self._num_cells == 1:
-            # Single carrier
-            if self.num_ports() == 1:
-                # SISO
-                rf_dev_args += ',tx_freq0=2630e6,rx_freq0=2510e6'
-            elif self.num_ports() == 2:
-                # MIMO
-                rf_dev_args += ',tx_freq0=2630e6,tx_freq1=2630e6,rx_freq0=2510e6,rx_freq1=2510e6'
-        elif self._num_cells == 2:
-            # 2x class
-            if self.num_ports() == 1:
-                # SISO
-                rf_dev_args += ',tx_freq0=2630e6,tx_freq1=2650e6,rx_freq0=2510e6,rx_freq1=2530e6'
-            elif self.num_ports() == 2:
-                # MIMO
-                rf_dev_args += ',tx_freq0=2630e6,tx_freq1=2630e6,tx_freq2=2650e6,tx_freq3=2650e6,rx_freq0=2510e6,rx_freq1=2510e6,rx_freq2=2530e6,rx_freq3=2530e6'
-
         rf_dev_args += ',id=enb,base_srate=' + str(base_srate)
 
         return rf_dev_args

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18532
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: I70f5776173c2df5894031f68df2f6c3a900b79f8
Gerrit-Change-Number: 18532
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200527/0de7f7a9/attachment.htm>


More information about the gerrit-log mailing list