aprsd/aprsd/packets
Hemna 9bdfd166fd Fixed issue with packet tracker and msgNO Counter
The packet msgNo field is a string, but is typically is an integer
counter to keep track of a specific packet id.  The counter was
returning an int, but the packet.msgNo is a string.  So, when trying to
delete a packet from the packet tracker, the key for accessing the
packet is the msgNo, which has to be a string.  Passing an int, will
cause the packet tracker to not find the packet, and hence silently
fail.

This patch forces the msgNo counter to be a string.
2023-09-29 10:04:15 -04:00
..
__init__.py Import RejectPacket 2023-01-16 11:38:48 -05:00
core.py pep8 fixes 2023-09-28 12:34:01 -04:00
packet_list.py Fixed import of Mutablemapping 2023-09-28 15:30:54 -04:00
seen_list.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
tracker.py Fixed issue with packet tracker and msgNO Counter 2023-09-29 10:04:15 -04:00
watch_list.py Removed references to old custom config 2022-12-27 14:30:03 -05:00