Skip to content

Commit

Permalink
Update tools/nasparse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed Dec 17, 2024
1 parent e47d4da commit 32149c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/nasparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def heur_ue_imsi_sent(msg):
buffer = sys.argv[1]
msg = parse_nas_message(buffer)
pprint.pprint(msg)
(triggered, message)= heur_ue_imsi_sent(msg)
if(triggered):
triggered, message = heur_ue_imsi_sent(msg)
if triggered:
print(message)
exit(1)

0 comments on commit 32149c3

Please sign in to comment.