isdn/nationalStateTE.o \
isdn/Q932mes.o
+HEADERS=isdn/include/Q931.h \
+ include/openzap.h
+
PWD=$(shell pwd)
INCS=-I$(PWD)/include -I$(PWD)/isdn/include
CFLAGS=$(ZAP_CFLAGS) $(INCS)
all: $(MYLIB)
-$(MYLIB): $(OBJS)
+$(MYLIB): $(OBJS) $(HEADERS)
ar rcs $(MYLIB) $(OBJS)
ranlib $(MYLIB)
the current IE.
*****************************************************************************/
-#define Q931MoreIE() (Octet+Off - 2 < IESize)
+#define Q931MoreIE() (Octet+Off - 2< IESize)
#define Q931IESizeTest(x) {\
- if(Octet+Off-2 != IESize)\
+ if(Octet + Off - 2!= IESize)\
{\
Q931SetError(pTrunk,x, Octet, Off);\
return x;\
break;
case nationalie_GENERIC_DIGITS:
/* TODO: Implement this ie */
+ IOff = IOff + 4;
+ break;
+ case Q931ie_SHIFT:
+ /* TODO: Implement this ie */
+ IOff++;
break;
default:
return Q931E_ILLEGAL_IE;