提交 b4ec7b6b authored 作者: Michael Jerris's avatar Michael Jerris

whoops, leftover garbage

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@292 a93c3328-9c30-0410-af19-c9cd2b2d52af
上级 a746fe30
...@@ -80,20 +80,6 @@ static L3INT zap_isdn_931_34(void *pvt, L2UCHAR *msg, L2INT mlen) ...@@ -80,20 +80,6 @@ static L3INT zap_isdn_931_34(void *pvt, L2UCHAR *msg, L2INT mlen)
zap_log(ZAP_LOG_DEBUG, "Yay I got an event! Type:[%02x] Size:[%d]\n", gen->MesType, gen->Size); zap_log(ZAP_LOG_DEBUG, "Yay I got an event! Type:[%02x] Size:[%d]\n", gen->MesType, gen->Size);
#if 0
typedef struct
{
L3UCHAR IEId; /* 01110100 */
L3UCHAR Size; /* Length of Information Element */
L3UCHAR Preference; /* Preference 0 = reserved, 1 = channel */
L3UCHAR Spare; /* Spare */
L3UCHAR NewStatus; /* NewStatus */
/* 000 In service */
/* 001 Maintenance */
/* 010 Out of service */
}Q931ie_ChangeStatus;
#endif
if (gen->ProtDisc == 3) { if (gen->ProtDisc == 3) {
switch(gen->MesType) { switch(gen->MesType) {
case Q931mes_SERVICE: case Q931mes_SERVICE:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论