comparison src/condat/com/inc/gprs.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
1 /*
2 +-----------------------------------------------------------------------------
3 | Project :
4 | Modul :
5 +-----------------------------------------------------------------------------
6 | Copyright 2002 Texas Instruments Berlin, AG
7 | All rights reserved.
8 |
9 | This file is confidential and a trade secret of Texas
10 | Instruments Berlin, AG
11 | The receipt of or possession of this file does not convey
12 | any rights to reproduce or disclose its contents or to
13 | manufacture, use, or sell anything it may describe, in
14 | whole, or in part, without the specific written consent of
15 | Texas Instruments Berlin, AG.
16 +-----------------------------------------------------------------------------
17 | Purpose : Contains common definitions for the GPRS Protocol Stack.
18 +-----------------------------------------------------------------------------
19 */
20
21 #ifndef GPRS_H
22 #define GPRS_H
23
24 /*
25 * The names of the GPRS entities
26 */
27
28 #define ACI_NAME "MMI" /* according to custom.h */
29 #define PPP_NAME "PPP"
30 #define UART_NAME "UART"
31 #define PSI_NAME "PSI"
32 #define SNDCP_NAME "SND"
33 #define SM_NAME "SM"
34 #define GMM_NAME "GMM"
35 #define GSMS_NAME "SMS"
36 #define SMS_NAME "SMS" /* according to custom.h */
37 #define MM_NAME "MM"
38 #define LLC_NAME "LLC"
39 #define GRR_NAME "GRR"
40 #define GRLC_NAME "GRLC"
41 #define CCI_NAME "CCI"
42 #define L1_NAME "L1"
43 #define RR_NAME "RR"
44 #define PL_NAME "PL" /* according to custom.h */
45 #define SIM_NAME "SIM" /* according to custom.h */
46 #define TIL_NAME "PL"
47 #define UPM_NAME "UPM"
48 #define GDD_DIO_NAME "GDDI"
49 #define APP_NAME "APP"
50
51 #ifndef _TARGET_
52 #define CLT_NAME "CLT" /* Used only during Simulation testing*/
53 #endif /*!_TARGET_*/
54
55 /*
56 * TRACE_PRIMITVE is no more necessary when using NEW_FRAME.
57 * Remove it sometime.
58 */
59
60 #undef TRACE_PRIMITIVE
61 #define TRACE_PRIMITIVE(s) /* s */
62
63
64 #endif /* !GPRS_H */