aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-09-02 05:49:37 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2021-05-03 07:14:00 +0200
commitcb1109851c72b341841d0dd87e7ea1796c7f43dc (patch)
treee6128a432ed92381696a67a4db92a6c72f902276
parentf8f25b8694724d05ce4776ca80adbbd7b1b30213 (diff)
grgsm_livemon: Change the type of several parameters to string
It seems gnuradio 3.8 does not like parameters with type None and does not put them as command line arguments Change-Id: Id67e37e826aa1cc14640d57207a92def682f11e3
-rw-r--r--apps/grgsm_livemon.grc8
-rw-r--r--apps/grgsm_livemon_headless.grc8
2 files changed, 8 insertions, 8 deletions
diff --git a/apps/grgsm_livemon.grc b/apps/grgsm_livemon.grc
index 2f6d29c..4e07e88 100644
--- a/apps/grgsm_livemon.grc
+++ b/apps/grgsm_livemon.grc
@@ -105,7 +105,7 @@ blocks:
hide: none
label: Device Arguments
short_id: ''
- type: ''
+ type: str
value: '""'
states:
bus_sink: false
@@ -178,7 +178,7 @@ blocks:
hide: none
label: IP or DNS name of collector point
short_id: ''
- type: ''
+ type: str
value: 'localhost'
states:
bus_sink: false
@@ -195,7 +195,7 @@ blocks:
hide: none
label: UDP port number of collector
short_id: ''
- type: ''
+ type: str
value: '4729'
states:
bus_sink: false
@@ -912,7 +912,7 @@ blocks:
hide: none
label: UDP server listening port
short_id: ''
- type: ''
+ type: str
value: '4729'
states:
bus_sink: false
diff --git a/apps/grgsm_livemon_headless.grc b/apps/grgsm_livemon_headless.grc
index 4d0c83e..1bea77c 100644
--- a/apps/grgsm_livemon_headless.grc
+++ b/apps/grgsm_livemon_headless.grc
@@ -42,7 +42,7 @@ blocks:
hide: none
label: Device Arguments
short_id: ''
- type: ''
+ type: str
value: '""'
states:
bus_sink: false
@@ -133,7 +133,7 @@ blocks:
hide: none
label: IP or DNS name of collector point
short_id: ''
- type: ''
+ type: str
value: 'localhost'
states:
bus_sink: false
@@ -150,7 +150,7 @@ blocks:
hide: none
label: UDP port number of collector
short_id: ''
- type: ''
+ type: str
value: '4729'
states:
bus_sink: false
@@ -804,7 +804,7 @@ blocks:
hide: none
label: UDP server listening port
short_id: ''
- type: ''
+ type: str
value: '4729'
states:
bus_sink: false