cf32c15a44fix test_unsupported_formats_raising; wasn't checking every type before
Rossen Georgiev
2021-11-27 13:44:38 +0000
09db998143refine unsupported packet type message
Rossen Georgiev
2021-11-27 13:43:38 +0000
3c82d6463eMoved unsupported format list to larger scope, use the dictionary keys to test if a packet is in the unsupported list.
Bill Mitchell
2018-02-08 14:55:05 -0600
e79aafe29aRoll back previous commit
Bill Mitchell
2018-02-08 14:53:49 -0600
3a12e45342If parsing fails on body after succeeding on head, return the partially-parsed packet as part of the error.
Bill Mitchell
2018-02-07 12:52:01 -0600
a14da1d78dWhen packet type is unsupported, give error message which specifies the packet type.
Bill Mitchell
2018-02-07 10:59:45 -0600
4557e44e02remove 3rd-party from unsupport list in the comment
Rossen Georgiev
2021-11-27 13:19:40 +0000
b9fe14af37Removed trailing characters from PHG field
#48
Bill Mitchell
2018-07-29 21:24:51 -0500
441edbfeedAdded ParseError to third-party packet error handling
#45
Bill Mitchell
2018-05-01 12:03:57 -0500
3e3f75f6a2Updated testing to include third-party packets
Bill Mitchell
2018-05-01 12:03:18 -0500
3e1fdce439Fixed dependency issues for remove_WIDEn_N
Bill Mitchell
2018-04-06 04:50:18 -0500
848610ae4eFixed syntax error in remove_WIDEn_N utility
Bill Mitchell
2018-04-06 04:26:21 -0500
2384dbc904Cleaned up remove_WIDEn_N function, moved to aprslib.util
Bill Mitchell
2018-04-06 00:34:04 -0500
2080d3a6fdMade remove_WIDEn_N callable externally
Bill Mitchell
2018-04-05 15:16:44 -0500
24a6ac998fRemoved errant digipath references
Bill Mitchell
2018-04-03 22:48:27 -0500
6f15883b63Add function to clean path into just digi callsigns
Bill Mitchell
2018-04-03 22:40:08 -0500
e7dfd147bbAdded third-party packet support
Bill Mitchell
2018-03-01 23:54:54 -0600
264d19b8b3Test for unsupported formats after testing for supported formats.
#43
Bill Mitchell
2018-02-09 19:59:38 -0600
e73d1e9a2dMoved unsupported format list to larger scope, use the dictionary keys to test if a packet is in the unsupported list.
Bill Mitchell
2018-02-08 14:55:05 -0600
9153c2ba54Roll back previous commit
Bill Mitchell
2018-02-08 14:53:49 -0600
abe71698d4Added support for third-party packets
#44
Bill Mitchell
2018-02-07 13:56:28 -0600
1f485bf968If parsing fails on body after succeeding on head, return the partially-parsed packet as part of the error.
Bill Mitchell
2018-02-07 12:52:01 -0600
817ec38925When packet type is unsupported, give error message which specifies the packet type.
Bill Mitchell
2018-02-07 10:59:45 -0600