FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-gsm/rr/cnf_rr.h @ 673:2f7df7a314f8
gsm-fw/g23m-gsm subtree: initial import from LoCosto source
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 28 Sep 2014 23:20:04 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
672:0dc6f9e8e980 | 673:2f7df7a314f8 |
---|---|
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 : Dynamic Configuration for Radio Resource | |
18 +----------------------------------------------------------------------------- | |
19 */ | |
20 | |
21 #ifndef CNF_RR_H | |
22 #define CNF_RR_H | |
23 | |
24 /*==== CONSTANTS ==================================================*/ | |
25 /* | |
26 * CONFIGURATION PARAMETER | |
27 * | |
28 * Description : The constants define the commands for dynamic | |
29 * configuration proposals. | |
30 */ | |
31 | |
32 #define RR_TIMER_SET "TIMER_SET" | |
33 #define RR_TIMER_RESET "TIMER_RESET" | |
34 #define RR_TIMER_SPEED_UP "TIMER_SPEED_UP" | |
35 #define RR_TIMER_SLOW_DOWN "TIMER_SLOW_DOWN" | |
36 #define RR_TIMER_SUPPRESS "TIMER_SUPPRESS" | |
37 | |
38 #define RR_NO_SYS_TIME "NO_SYS_TIME" | |
39 #define RR_SET_LAST_USED_SC "SET_LAST_USED_SC" | |
40 #define RR_INIT_FFS "INIT_FFS" | |
41 #define RR_WRITE_FFS "WRITE_FFS" | |
42 #define RR_FCR "FCR" | |
43 #define RR_IHO "IHO" | |
44 #define RR_SCR "SCR" | |
45 #define RR_DLE "DLE" | |
46 #define RR_FCA "FCA" | |
47 #define RR_FRL "FRL" | |
48 #define RR_FHO "FHO" | |
49 #define RR_GSM_OFFSET "GSM_OFFSET" | |
50 #define RR_DCS_OFFSET "DCS_OFFSET" | |
51 #define RR_CTO "CTO" | |
52 #define RR_NKC "NKC" | |
53 | |
54 #define RR_MT_CALL_NAME "MTC" | |
55 #define RR_MT_SMS_0_NAME "MT_SMS_0" | |
56 #define RR_MT_SMS_2_NAME "MT_SMS_2" | |
57 #define RR_SRV_FULL_NAME "FULL_SERVICE" | |
58 #define RR_SRV_LIM_NAME "LIMITED_SERVICE" | |
59 #define RR_SRV_NO "NO_SERVICE" | |
60 #define RR_PSEUDO_SYNC_HO "PSEUDO_SYNC_HO" | |
61 #define RR_PCM "PCM" | |
62 #define RR_DCS_PCLASS_3 "DCS_PCLASS_3" | |
63 | |
64 #define RR_RESTRICTED_BAND "SET_BAND" | |
65 #define RR_MULTISLOT_CLASS "MULTISLOT_CLASS" | |
66 #define RR_CMSP "CMSP" | |
67 | |
68 #define RR_ERASE_BL "ERASE_BL" | |
69 #define RR_ERASE_WL "ERASE_WL" | |
70 #define RR_SET_WL "SET_WL" | |
71 #define RR_SET_WL_PLMN "SET_WL_PLMN" | |
72 #define RR_SET_BL "SET_BL" | |
73 #define RR_SET_WL_REGION "SET_WL_REGION" | |
74 #define RR_SHOW_BL "SHOW_BL" | |
75 #define RR_SHOW_WL "SHOW_WL" | |
76 #define RR_SET_NPS_DELAY "SET_NPS_DELAY" | |
77 | |
78 #if defined(_TARGET_) | |
79 #define RR_FFS_CHECK "FFS_CHECK" | |
80 #endif /* _TARGET_ */ | |
81 #define RR_SCS "SCS" | |
82 #define RR_SHIELD "SHIELD" | |
83 #define RR_BL_CS "BL_CS" | |
84 #define RR_U_RXT "U_RXT" | |
85 #define RR_M_RXT "M_RXT" | |
86 #define RR_L_RXT "L_RXT" | |
87 #define RR_TFAST_CS "TIM_FAST" | |
88 #define RR_TNORMAL_CS "TIM_NORMAL" | |
89 #define RR_FBLS "FBLS" | |
90 | |
91 /*==== TYPES ======================================================*/ | |
92 | |
93 /*==== EXPORT =====================================================*/ | |
94 | |
95 #endif |