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

View File

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

View File

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