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