aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-06-09 14:43:09 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-06-09 14:43:09 +0200
commitbd8a7163698f5986f48b25d2e4ea8799caf62579 (patch)
treefa1e5499dca86a00394dc3859b00eb8c264079f3 /apps
parent9d9f74edd44fc3985e155be6371e49e152da47f5 (diff)
Commented out old method of suppressing ICMP messages
Diffstat (limited to 'apps')
-rwxr-xr-xapps/grgsm_decode6
1 files changed, 3 insertions, 3 deletions
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 @@ if __name__ == '__main__':
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 @@ if __name__ == '__main__':
tb.wait()
# we are done, close socket
- sock.close()
+ #sock.close()