mirror of
https://github.com/craigerl/aprsd.git
synced 2025-03-23 20:58:37 -04:00
If any part of the code had a packet object and called prepare() on it, it would create a msgNo if it wasn't set. Sometimes we get packets on the wire/RF that don't have a msgNo, so adding one locally is wrong. We should ONLY create a msgNo on a packet that is destined for transmission. This patch ensures that even if prepare() is called, that only packets that are created locally for TX get a msgNo unless it already exists from RX'd packets. |
||
---|---|---|
.. | ||
client | ||
cmds | ||
plugins | ||
__init__.py | ||
fake.py | ||
test_email.py | ||
test_main.py | ||
test_packets.py | ||
test_plugin.py |