Signed-off-by: Robert Marshall KI4MCW <ki4mcw@gmail.com>
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 7 Dec 2010 11:04:38 +0000 (11:04 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 7 Dec 2010 11:04:38 +0000 (11:04 +0000)
commitb88ab4ad33932a6c95702f45ac1b6dac693c74ec
tree14f0a5d9015085b4de8628805514c5ff554ff311
parent4d78a4baee3170affbb4e001bee4720f425f2e6b
Signed-off-by: Robert Marshall KI4MCW <ki4mcw@gmail.com>
Patch for the AX.25 module to provide support for
the has-been-repeated flag in received frames.

This flag is set using the high bit (0x80) of the SSID byte for each
call sign in the path. The patch attached here checks for this flag
when parsing incoming packets, and (per suggestion from Francesco)
stores the flag bit-mapped to a single byte added to the AX25 context.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4640 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/net/ax25.c
bertos/net/ax25.h