OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [drivers/] [isdn/] [hisax/] [l3dss1.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1626 jcastillo
/* $Id: l3dss1.h,v 1.1 2005-12-20 10:17:01 jcastillo Exp $
2
 *
3
 *  DSS1 (Euro) D-channel protocol defines
4
 *
5
 * $Log: not supported by cvs2svn $
6
 * Revision 1.1.1.1  2001/09/10 07:44:18  simons
7
 * Initial import
8
 *
9
 * Revision 1.1.1.1  2001/07/02 17:58:32  simons
10
 * Initial revision
11
 *
12
 * Revision 1.3.2.3  1998/05/27 18:06:14  keil
13
 * HiSax 3.0
14
 *
15
 * Revision 1.3.2.2  1998/02/03 23:16:10  keil
16
 * german AOC
17
 *
18
 * Revision 1.3.2.1  1997/10/17 22:10:52  keil
19
 * new files on 2.0
20
 *
21
 * Revision 1.3  1997/08/07 17:44:37  keil
22
 * Fix RESTART
23
 *
24
 * Revision 1.2  1997/08/03 14:36:34  keil
25
 * Implement RESTART procedure
26
 *
27
 * Revision 1.1  1997/07/27 21:08:38  keil
28
 * new
29
 *
30
 *
31
 *
32
 */
33
#define T303    4000
34
#define T304    30000
35
#define T305    30000
36
#define T308    4000
37
#define T310    30000
38
#define T313    4000
39
#define T318    4000
40
#define T319    4000
41
 
42
/*
43
 * Message-Types
44
 */
45
 
46
#define MT_ALERTING            0x01
47
#define MT_CALL_PROCEEDING     0x02
48
#define MT_CONNECT             0x07
49
#define MT_CONNECT_ACKNOWLEDGE 0x0f
50
#define MT_PROGRESS            0x03
51
#define MT_SETUP               0x05
52
#define MT_SETUP_ACKNOWLEDGE   0x0d
53
#define MT_RESUME              0x26
54
#define MT_RESUME_ACKNOWLEDGE  0x2e
55
#define MT_RESUME_REJECT       0x22
56
#define MT_SUSPEND             0x25
57
#define MT_SUSPEND_ACKNOWLEDGE 0x2d
58
#define MT_SUSPEND_REJECT      0x21
59
#define MT_USER_INFORMATION    0x20
60
#define MT_DISCONNECT          0x45
61
#define MT_RELEASE             0x4d
62
#define MT_RELEASE_COMPLETE    0x5a
63
#define MT_RESTART             0x46
64
#define MT_RESTART_ACKNOWLEDGE 0x4e
65
#define MT_SEGMENT             0x60
66
#define MT_CONGESTION_CONTROL  0x79
67
#define MT_INFORMATION         0x7b
68
#define MT_FACILITY            0x62
69
#define MT_NOTIFY              0x6e
70
#define MT_STATUS              0x7d
71
#define MT_STATUS_ENQUIRY      0x75
72
 
73
#define MT_INVALID             0xff
74
 
75
#define IE_BEARER              0x04
76
#define IE_CAUSE               0x08
77
#define IE_CALLID              0x10
78
#define IE_FACILITY            0x1c
79
#define IE_CALL_STATE          0x14
80
#define IE_CHANNEL_ID          0x18
81
#define IE_RESTART_IND         0x79

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.