Commit 5595df89 authored by gauthier's avatar gauthier

No scenario generated, only pcap file filtered and converted


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7857 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent b4e29f3e
......@@ -49,7 +49,7 @@ for packet in packets:
packet.removeChild(proto)
elif urlnode.nodeValue == 'eth':
packet.removeChild(proto)
if found_s1ap == False:
if found_sctp == False:
# hopefully it seems to work (remove iterated packet)
packet.parentNode.removeChild(packet)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment