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

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [drivers/] [isdn/] [hisax/] [l3dss1.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

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