comparison g23m/condat/com/inc/gprs.h @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
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 GDD_DIO_NAME "GDDI"
48 #define APP_NAME "APP"
49
50 /*
51 * TRACE_PRIMITVE is no more necessary when using NEW_FRAME.
52 * Remove it sometime.
53 */
54
55 #undef TRACE_PRIMITIVE
56 #define TRACE_PRIMITIVE(s) /* s */
57
58
59 #endif /* !GPRS_H */