empty if body on ie that has not yet been implemented.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@79 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
fa37b6630b
commit
56007735e4
|
@ -1482,7 +1482,7 @@ L3INT Q931Pmes_Setup(Q931_TrunkInfo *pTrunk, L3UCHAR *IBuf, L3INT ISize, L3UCHAR
|
|||
|
||||
/* Repeat Indicator */
|
||||
if(Q931IsIEPresent(pMes->LLRepeatInd))
|
||||
;/* TODO */
|
||||
rc = Q931E_UNKNOWN_IE;/* TODO */
|
||||
|
||||
/* Low Layer Compatibility */
|
||||
if(Q931IsIEPresent(pMes->LLComp))
|
||||
|
|
Loading…
Reference in New Issue