+22Jan06=======================================================================
+1. disable default propagation of PC9x sentences
16Jan06=======================================================================
1. back ported a change to PC16 handling so that a locally connected node's
info clears out and generally overrides any residual PC16 info gathered from
# process PC frames, this will fail unless the frame starts PCnn
my ($pcno) = $field[0] =~ /^PC(\d\d)/; # just get the number
- unless (defined $pcno && $pcno >= 10 && $pcno <= 99) {
+ unless (defined $pcno && $pcno >= 10 && $pcno <= 89) { # reject PC9x messages
dbg("PCPROT: unknown protocol") if isdbg('chanerr');
return;
}