From 4ba900f500f91ddfe53c098ed9ece6df8942fe12 Mon Sep 17 00:00:00 2001 From: boringow <62092582+boringow@users.noreply.github.com> Date: Thu, 12 Nov 2020 14:49:52 +0100 Subject: [PATCH] Update allcall.py --- pyModeS/decoder/allcall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyModeS/decoder/allcall.py b/pyModeS/decoder/allcall.py index 4e9fdf2..9ecd194 100644 --- a/pyModeS/decoder/allcall.py +++ b/pyModeS/decoder/allcall.py @@ -3,7 +3,7 @@ from pyModeS import common Decoding all call replies DF=11 """ -def ipcode(msg): +def interrogator_code(msg): if common.df(msg) == 11: # check that the msg is DF11 '''Returns the IP code of the Mode S all-call reply (DF11)''' binaryraw=common.hex2bin(msg)