Cleaning obsolete definitions (HOLD and RETRIEVE).

Modified Files:
	mISDNuser/include/l3dss1.h mISDNuser/include/mISDNlib.h
This commit is contained in:
Andreas Eversberg 2004-07-04 10:49:44 +00:00
parent d6c64e713b
commit 0b540994e2
2 changed files with 3 additions and 11 deletions

View File

@ -77,16 +77,6 @@
#define MT_RETRIEVE_ACKNOWLEDGE 0x33
#define MT_RETRIEVE_REJECT 0x37
#warning FIXME if mISDN.h is uptodate
#ifndef CC_HOLD
#define CC_HOLD 0x032400
#define CC_HOLD_ACKNOWLEDGE 0x032800
#define CC_HOLD_REJECT 0x033000
#define CC_RETRIEVE 0x033100
#define CC_RETRIEVE_ACKNOWLEDGE 0x033300
#define CC_RETRIEVE_REJECT 0x033700
#endif
#define IE_SEGMENT 0x00
#define IE_BEARER 0x04
#define IE_CAUSE 0x08

View File

@ -3,8 +3,10 @@
/* API library to use with /dev/mISDN */
/* we need somme extentions */
/* we need some extentions */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
typedef unsigned short u16;