URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [drivers/] [isdn/] [hisax/] [l3dss1.h] - Rev 1765
Compare with Previous | Blame | View Log
/* $Id: l3dss1.h,v 1.1 2005-12-20 10:17:01 jcastillo Exp $ * * DSS1 (Euro) D-channel protocol defines * * $Log: not supported by cvs2svn $ * Revision 1.1.1.1 2001/09/10 07:44:18 simons * Initial import * * Revision 1.1.1.1 2001/07/02 17:58:32 simons * Initial revision * * Revision 1.3.2.3 1998/05/27 18:06:14 keil * HiSax 3.0 * * Revision 1.3.2.2 1998/02/03 23:16:10 keil * german AOC * * Revision 1.3.2.1 1997/10/17 22:10:52 keil * new files on 2.0 * * Revision 1.3 1997/08/07 17:44:37 keil * Fix RESTART * * Revision 1.2 1997/08/03 14:36:34 keil * Implement RESTART procedure * * Revision 1.1 1997/07/27 21:08:38 keil * new * * * */ #define T303 4000 #define T304 30000 #define T305 30000 #define T308 4000 #define T310 30000 #define T313 4000 #define T318 4000 #define T319 4000 /* * Message-Types */ #define MT_ALERTING 0x01 #define MT_CALL_PROCEEDING 0x02 #define MT_CONNECT 0x07 #define MT_CONNECT_ACKNOWLEDGE 0x0f #define MT_PROGRESS 0x03 #define MT_SETUP 0x05 #define MT_SETUP_ACKNOWLEDGE 0x0d #define MT_RESUME 0x26 #define MT_RESUME_ACKNOWLEDGE 0x2e #define MT_RESUME_REJECT 0x22 #define MT_SUSPEND 0x25 #define MT_SUSPEND_ACKNOWLEDGE 0x2d #define MT_SUSPEND_REJECT 0x21 #define MT_USER_INFORMATION 0x20 #define MT_DISCONNECT 0x45 #define MT_RELEASE 0x4d #define MT_RELEASE_COMPLETE 0x5a #define MT_RESTART 0x46 #define MT_RESTART_ACKNOWLEDGE 0x4e #define MT_SEGMENT 0x60 #define MT_CONGESTION_CONTROL 0x79 #define MT_INFORMATION 0x7b #define MT_FACILITY 0x62 #define MT_NOTIFY 0x6e #define MT_STATUS 0x7d #define MT_STATUS_ENQUIRY 0x75 #define MT_INVALID 0xff #define IE_BEARER 0x04 #define IE_CAUSE 0x08 #define IE_CALLID 0x10 #define IE_FACILITY 0x1c #define IE_CALL_STATE 0x14 #define IE_CHANNEL_ID 0x18 #define IE_RESTART_IND 0x79