Adding station callsign to PATH (VIA)

131 views
Skip to first unread message

Russ Innes

unread,
Mar 1, 2014, 12:28:41 PM3/1/14
to extr...@googlegroups.com
It doesn't seem to add the station callsign to the path (+via).. it only attaches the CALL_BERTOS_APRS alias as a destination (UNPROTO). 
Thoughts?

Brian Vind Borgstrøm

unread,
Nov 21, 2014, 12:21:00 PM11/21/14
to extr...@googlegroups.com
Hi

I discovered the same problem. Open main.c

Below this comment:
    /* Add the Digi Call to the path*/

Look for:

    if ((is_trace) && (tmp_path_size < (AX25_MAX_RPT + 2))) {


Replace it with:

    if ((is_wide || is_trace) && (tmp_path_size < (AX25_MAX_RPT + 2))) {

And it will work as expected.


Best 73 de OZ1BV / OX3IO, Brian
Reply all
Reply to author
Forward
0 new messages