FreeCalypso > hg > fc-tourmaline
comparison src/g23m-gprs/grr/cnf_grr.h @ 1:fa8dc04885d8
src/g23m-*: import from Magnetite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:25:50 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:4e78acac3d88 | 1:fa8dc04885d8 |
---|---|
1 /* | |
2 +----------------------------------------------------------------------------- | |
3 | Project : GPRS (8441) | |
4 | Modul : GRR | |
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 : Dynamic Configuration for GPRS Radio Resource Management (GRR). | |
18 +----------------------------------------------------------------------------- | |
19 */ | |
20 | |
21 #ifndef CNF_GRR_H | |
22 #define CNF_GRR_H | |
23 | |
24 | |
25 /*==== CONST ================================================================*/ | |
26 /* | |
27 * CONFIGURATION PARAMETER | |
28 * | |
29 * Description : The constants define the commands for dynamic | |
30 * configuration proposals. | |
31 */ | |
32 #define GRR_STR_IM_INIT "GRR_IM_INIT" | |
33 #define GRR_STR_TBF_CCCH "GRR_TBF_CCCH" | |
34 #define GRR_STR_NO_TBF_CCCH "GRR_NO_TBF_CCCH" | |
35 #define GRR_STR_CRP_TRACE "GRR_CRP_TRACE" | |
36 #define GRR_STR_IM_TRACE "GRR_IM_TRACE" | |
37 #define GRR_STR_RES_RANDOM "GRR_RES_RANDOM" | |
38 #define GRR_STR_STD "STD" | |
39 #define GRR_STR_NC2 "NC2_ACTIVE" | |
40 | |
41 | |
42 #define GRR_NUM_IM_INIT 0 | |
43 #define GRR_NUM_TBF_CCCH 1 | |
44 #define GRR_NUM_NO_TBF_CCCH 2 | |
45 #define GRR_NUM_CRP_TRACE 3 | |
46 #define GRR_NUM_IM_TRACE 4 | |
47 #define GRR_NUM_RES_RANDOM 5 | |
48 #define GRR_NUM_STD 6 | |
49 #define GRR_NUM_NC2 7 | |
50 | |
51 #endif /* !CNF_GRR_H */ |