Commented out old method of suppressing ICMP messages
diff --git a/apps/grgsm_decode b/apps/grgsm_decode
index a303cf9..cc2a55d 100755
--- a/apps/grgsm_decode
+++ b/apps/grgsm_decode
@@ -364,8 +364,8 @@
                     break
 
     # open udp port 4729 to avoid icmp messages
-    sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
-    sock.bind(("localhost", 4729))
+    #sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
+    #sock.bind(("localhost", 4729))
 
     # instanciate decoder
     tb = grgsm_decoder(timeslot=options.timeslot, subslot=options.subslot, chan_mode=options.chan_mode,
@@ -381,4 +381,4 @@
     tb.wait()
 
     # we are done, close socket
-    sock.close()
+    #sock.close()