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
This commit is contained in:
Vasil Velichkov 2019-09-02 05:49:37 +03:00 committed by Piotr Krysik
parent f8f25b8694
commit cb1109851c
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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