annotate gsm-fw/gpf/conf/gprsconst.h @ 1034:405b5469abc4 default tip

top README: repository change notice
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 12 Jun 2016 19:06:34 +0000
parents f612f9c3fe77
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
487
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
1 /*
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
2 +-----------------------------------------------------------------------------
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
3 | Project :
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
4 | Modul :
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
5 +-----------------------------------------------------------------------------
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
6 | Copyright 2002 Texas Instruments Berlin, AG
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
7 | All rights reserved.
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
8 |
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
9 | This file is confidential and a trade secret of Texas
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
10 | Instruments Berlin, AG
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
11 | The receipt of or possession of this file does not convey
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
12 | any rights to reproduce or disclose its contents or to
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
13 | manufacture, use, or sell anything it may describe, in
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
14 | whole, or in part, without the specific written consent of
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
15 | Texas Instruments Berlin, AG.
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
16 +-----------------------------------------------------------------------------
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
17 | Purpose : Constants to determine the dimensions of the frame
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
18 +-----------------------------------------------------------------------------
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
19 */
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
20
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
21 #ifndef GPRSCONST_H
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
22 #define GPRSCONST_H
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
23
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
24 /*==== CONSTANTS ============================================================*/
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
25
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
26 #define MAX_TIMER 230
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
27 #define MAX_SIMULTANEOUS_TIMER 50
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
28
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
29 #ifdef FF_BAT /* with GDD_DIO entity */
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
30 #define MAX_ENTITIES 38
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
31 #define MAX_OS_TASKS 32
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
32 #define MAX_SEMAPHORES 9 /* needed for the BAT connection */
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
33 #else
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
34 #define MAX_ENTITIES 37
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
35 #define MAX_OS_TASKS 31
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
36 #define MAX_SEMAPHORES 8
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
37 #endif /* FF_BAT */
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
38
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
39 #define MAX_OSISRS 0
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
40
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
41 #define MAX_COMMUNICATIONS MAX_OS_TASKS
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
42 #define MAX_POOL_GROUPS 6
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
43 #define MAX_MEMORY_POOLS 6
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
44
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
45 #endif /* GPRSCONST_H */
f612f9c3fe77 gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
46