* For now, only UI frames without any Layer 3 protocol are handled.
* This however is enough to send/receive APRS packets.
*
- * \version $Id$
* \author Francesco Sacchi <batt@develer.com>
*
*/
if (call->ssid)
kfile_printf(ch, "-%d", call->ssid);
}
-
+
/**
* Print a AX25 message in TNC-2 packet monitor format.
* \param ch a kfile channel where the message will be printed.
{
print_call(ch, &msg->src);
kfile_putc('>', ch);
- print_call(ch, &msg->dst);
-
+ print_call(ch, &msg->dst);
+
#if CONFIG_AX25_RPT_LST
for (int i = 0; i < msg->rpt_cnt; i++)
{