aboutsummaryrefslogtreecommitdiffstats
path: root/apps/grgsm_livemon.grc
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-09-02 07:23:40 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2021-05-03 07:14:00 +0200
commit88c2925d46ca7ad1348b5115dcb3748ec2921235 (patch)
tree9143001ca3c05a90a091e0ac59bfcdce3be9b8ae /apps/grgsm_livemon.grc
parent165288c464856af70e544946d16417bc6c92c9ff (diff)
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
Diffstat (limited to 'apps/grgsm_livemon.grc')
-rw-r--r--apps/grgsm_livemon.grc2
1 files changed, 1 insertions, 1 deletions
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 @@ blocks:
parameters:
affinity: ''
alias: ''
- cell_allocation: '[arfcn.downlink2arfcn(fc)]'
+ cell_allocation: '[0]'
comment: ''
maxoutbuf: '0'
minoutbuf: '0'