Fix OPENZAP-32 (and possibly others), thanks to Lukasz Kutkowski for spotting this...
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@607 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
50beaaf2ea
commit
b53c31d3f3
|
@ -563,10 +563,13 @@ typedef struct {
|
|||
L3UINT Size; /* Size of message in bytes */
|
||||
L3UCHAR ProtDisc; /* Protocol Discriminator */
|
||||
L3UCHAR MesType; /* Message type */
|
||||
L3UCHAR Tei; /* TEI */
|
||||
L3UCHAR CRVFlag; /* Call reference value flag */
|
||||
L3INT CRV; /* Call reference value */
|
||||
|
||||
/* WARNING: don't touch anything above this line (TODO: use Q931mes_Header directly to make sure it's the same) */
|
||||
|
||||
L3UCHAR Tei; /* TEI */
|
||||
|
||||
ie Shift;
|
||||
ie MoreData;
|
||||
ie SendComplete;
|
||||
|
|
Loading…
Reference in New Issue