Skip to content

Commit

Permalink
grgsm_livemon: Fix UDP client and server blocks
Browse files Browse the repository at this point in the history
During the convertion to YAML the block types was changed
from TCP to UDP

Change-Id: I542d7c36c30dc8179fa0ee84fc87e134cd2ba9f5
  • Loading branch information
velichkov authored and ptrkrysik committed May 3, 2021
1 parent cb11098 commit 165288c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/grgsm_livemon.grc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions apps/grgsm_livemon_headless.grc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 165288c

Please sign in to comment.