lantiq: bugfix wrong non pre-emptive crc errors output
This patch fixes a wrong non pre-emptive crc errors output of dsl_control.sh status. Signed-off-by: Luca Debernardi <luca.debernardi@gmail.com> SVN-Revision: 47172
This commit is contained in:
parent
4412334bea
commit
2fc473cf3f
@ -437,7 +437,7 @@ errors() {
|
||||
echo "Loss of Signal Seconds (LOSS): Near: ${lossn} / Far: ${lossf}"
|
||||
echo "Unavailable Seconds (UAS): Near: ${uasn} / Far: ${uasf}"
|
||||
echo "Header Error Code Errors (HEC): Near: ${hecn} / Far: ${hecf}"
|
||||
echo "Non Pre-emtive CRC errors (CRC_P): Near: ${crcp_pn} / Far: ${crcp_pf}"
|
||||
echo "Non Pre-emtive CRC errors (CRC_P): Near: ${crc_pn} / Far: ${crc_pf}"
|
||||
echo "Pre-emtive CRC errors (CRCP_P): Near: ${crcp_pn} / Far: ${crcp_pf}"
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user