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/.
ptrkrysik gerrit-no-reply at lists.osmocom.orgptrkrysik has submitted this change. ( https://gerrit.osmocom.org/c/gr-gsm/+/24070 )
Change subject: grgsm_livemon: Set cell_allocation to [0]
......................................................................
grgsm_livemon: Set cell_allocation to [0]
Gnuradio 3.8 does not like cell_allocation: '[arfcn.downlink2arfcn(fc)]'
and the Receiver block does not work with an empty cell allocation array
gnuradio.grc.core.platform:["Param - Cell allocation(cell_allocation):\n\tExpression None is invalid for type'float_vector'."]
Change-Id: Iae6de844509b13bdf834c9c7443382b1ab3b0a28
---
M apps/grgsm_livemon.grc
M apps/grgsm_livemon_headless.grc
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
ptrkrysik: Looks good to me, approved; Verified
diff --git a/apps/grgsm_livemon.grc b/apps/grgsm_livemon.grc
index fa96cfb..a11b243 100644
--- a/apps/grgsm_livemon.grc
+++ b/apps/grgsm_livemon.grc
@@ -360,7 +360,7 @@
parameters:
affinity: ''
alias: ''
- cell_allocation: '[arfcn.downlink2arfcn(fc)]'
+ cell_allocation: '[0]'
comment: ''
maxoutbuf: '0'
minoutbuf: '0'
diff --git a/apps/grgsm_livemon_headless.grc b/apps/grgsm_livemon_headless.grc
index 47db941..27d43b8 100644
--- a/apps/grgsm_livemon_headless.grc
+++ b/apps/grgsm_livemon_headless.grc
@@ -315,7 +315,7 @@
parameters:
affinity: ''
alias: ''
- cell_allocation: '[arfcn.downlink2arfcn(fc)]'
+ cell_allocation: '[0]'
comment: ''
maxoutbuf: '0'
minoutbuf: '0'
--
To view, visit https://gerrit.osmocom.org/c/gr-gsm/+/24070
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: gr-gsm
Gerrit-Branch: master
Gerrit-Change-Id: Iae6de844509b13bdf834c9c7443382b1ab3b0a28
Gerrit-Change-Number: 24070
Gerrit-PatchSet: 1
Gerrit-Owner: ptrkrysik <ptrkrysik at gmail.com>
Gerrit-Reviewer: ptrkrysik <ptrkrysik at gmail.com>
Gerrit-Reviewer: vvvelichkov <vvvelichkov at gmail.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210503/ea0977da/attachment.htm>