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
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 @@
     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 @@
     mtu: '1500'
     port: collectorport
     tcp_no_delay: 'False'
-    type: TCP_SERVER
+    type: UDP_CLIENT
   states:
     bus_sink: false
     bus_source: false