aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-09-02 06:00:37 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2021-05-03 07:14:00 +0200
commit165288c464856af70e544946d16417bc6c92c9ff (patch)
tree2ba93693d41976be327b67884498132024e8ba1b
parentcb1109851c72b341841d0dd87e7ea1796c7f43dc (diff)
grgsm_livemon: Fix UDP client and server blocks
During the convertion to YAML the block types was changed from TCP to UDP Change-Id: I542d7c36c30dc8179fa0ee84fc87e134cd2ba9f5
-rw-r--r--apps/grgsm_livemon.grc4
-rw-r--r--apps/grgsm_livemon_headless.grc4
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/grgsm_livemon.grc b/apps/grgsm_livemon.grc
index 4e07e88..fa96cfb 100644
--- a/apps/grgsm_livemon.grc
+++ b/apps/grgsm_livemon.grc
@@ -142,7 +142,7 @@ blocks:
mtu: '10000'
port: serverport
tcp_no_delay: 'False'
- type: TCP_SERVER
+ type: UDP_SERVER
states:
bus_sink: false
bus_source: false
@@ -162,7 +162,7 @@ blocks:
mtu: '1500'
port: collectorport
tcp_no_delay: 'False'
- type: TCP_SERVER
+ type: UDP_CLIENT
states:
bus_sink: false
bus_source: false
diff --git a/apps/grgsm_livemon_headless.grc b/apps/grgsm_livemon_headless.grc
index 1bea77c..47db941 100644
--- a/apps/grgsm_livemon_headless.grc
+++ b/apps/grgsm_livemon_headless.grc
@@ -97,7 +97,7 @@ blocks:
mtu: '10000'
port: serverport
tcp_no_delay: 'False'
- type: TCP_SERVER
+ type: UDP_SERVER
states:
bus_sink: false
bus_source: false
@@ -117,7 +117,7 @@ blocks:
mtu: '1500'
port: collectorport
tcp_no_delay: 'False'
- type: TCP_SERVER
+ type: UDP_CLIENT
states:
bus_sink: false
bus_source: false