ease debugging for now

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@129 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2007-05-24 02:27:08 +00:00
parent a4363ac2a9
commit 4b46d222e6
1 changed files with 3 additions and 1 deletions

View File

@ -511,7 +511,9 @@ int Q921Rx12(L2TRUNK trunk)
else
{
/* todo: whatever*/
trunk->vr--;
/* trunk->vr--; */
/* for now, lets just respond for easier debugging on errors */
Q921SendRR(trunk, (mes[0]&0xfc)>>2, (mes[0]>>1)&0x01, mes[1]>>1, mes[3]&0x01);
}
}