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:
parent
a4363ac2a9
commit
4b46d222e6
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue