|
|
|
|
@ -1479,7 +1479,6 @@ void CQnetGateway::ProcessModem()
|
|
|
|
|
time(&(to_remote_g2[i].last_time));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
int i = dsvt.hdr.rpt1[7] - 'A';
|
|
|
|
|
@ -1523,7 +1522,9 @@ void CQnetGateway::ProcessModem()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
printf("icom rule: no routing from %.8s to %s%c\n", dsvt.hdr.rpt1, arearp_cs.c_str(), temp_mod);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -1535,6 +1536,7 @@ void CQnetGateway::ProcessModem()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else if (0 == memcmp(dsvt.hdr.urcall, " C0", 8)) {
|
|
|
|
|
int i = dsvt.hdr.rpt1[7] - 'A';
|
|
|
|
|
|
|
|
|
|
|