comparison cdg-hybrid/cdginc/p_rrlc.val @ 212:e7a67accfad9

cdg-hybrid cdginc headers created
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 21:52:58 +0000
parents
children
comparison
equal deleted inserted replaced
211:02269c474131 212:e7a67accfad9
1 /*
2 +--------------------------------------------------------------------------+
3 | PROJECT : PROTOCOL STACK |
4 | FILE : p_rrlc.val |
5 | SOURCE : "sap\rrlc.pdf" |
6 | LastModified : "2002-10-11" |
7 | IdAndVersion : "8443.101.02.008" |
8 | SrcFileTime : "Thu Nov 29 09:52:52 2007" |
9 | Generated by CCDGEN_2.5.5A on Fri Oct 14 21:41:52 2016 |
10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! |
11 +--------------------------------------------------------------------------+
12 */
13
14 /* PRAGMAS
15 * PREFIX : NONE
16 * COMPATIBILITY_DEFINES : NO (require PREFIX)
17 * ALWAYS_ENUM_IN_VAL_FILE: NO
18 * ENABLE_GROUP: NO
19 * CAPITALIZE_TYPENAME: NO
20 */
21
22
23 #ifndef P_RRLC_VAL
24 #define P_RRLC_VAL
25
26
27 #define CDG_ENTER__P_RRLC_VAL
28
29 #define CDG_ENTER__FILENAME _P_RRLC_VAL
30 #define CDG_ENTER__P_RRLC_VAL__FILE_TYPE CDGINC
31 #define CDG_ENTER__P_RRLC_VAL__LAST_MODIFIED _2002_10_11
32 #define CDG_ENTER__P_RRLC_VAL__ID_AND_VERSION _8443_101_02_008
33
34 #define CDG_ENTER__P_RRLC_VAL__SRC_FILE_TIME _Thu_Nov_29_09_52_52_2007
35
36 #include "CDG_ENTER.h"
37
38 #undef CDG_ENTER__P_RRLC_VAL
39
40 #undef CDG_ENTER__FILENAME
41
42
43 /*
44 * Value constants for VAL_cause
45 */
46 #define LCS_OK (0x0) /* no error */
47 #define LCS_WRONG_BTS (0xa) /* Serving Cell BTS differs from Reference BTS */
48 #define LCS_HANDOVER (0x14) /* handover occured during Position Measurement procedure */
49
50 /*
51 * Value constants for VAL_sb_flag
52 */
53 #define EOTD_INVALID (0x0) /* invalid data */
54 #define EOTD_VALID (0x1) /* valid data */
55
56 /*
57 * Value constants for VAL_eotd_mode
58 */
59 #define EOTD_IDLE (0x0) /* Idle mode */
60 #define EOTD_DEDIC (0x1) /* Dedicated or packet mode */
61
62 /*
63 * Value constants for VAL_exp_otd
64 */
65
66 /*
67 * Value constants for VAL_fn
68 */
69 #define FNMAX (0x297000) /* max Frame Number + 1 (26*51*2048) */
70
71 /*
72 * Value constants for VAL_mfrm_offset
73 */
74
75 /*
76 * Value constants for VAL_otd_type
77 */
78 #define ROUGH_RTD (0x0) /* only rough RTD has been provided by the NW */
79 #define EXPECTED_OTD (0x1) /* only expectedOTD has been provided by the NW */
80 #define BOTH_OTD (0x2) /* Both OTD / RTD types have been provided by the NW */
81
82 /*
83 * Value constants for VAL_rough_rtd
84 */
85
86 /*
87 * Value constants for VAL_tav
88 */
89 #define TA_NOT_AVAIL (0xff) /* no Timing Advance in Idle Mode */
90
91 /*
92 * Value constants for VAL_uncertainty
93 */
94 #define UNC_MAX_2BIT (0x0) /* uncertainty in bits. 0 - 2 bits */
95 #define UNC_MAX_4BIT (0x1) /* uncertainty in bits. 3 - 4 bits */
96 #define UNC_MAX_8BIT (0x2) /* uncertainty in bits. 5 - 8 bits */
97 #define UNC_MAX_12BIT (0x3) /* uncertainty in bits. 9 - 12 bits */
98 #define UNC_MAX_16BIT (0x4) /* uncertainty in bits. 13 - 16 bits */
99 #define UNC_MAX_22BIT (0x5) /* uncertainty in bits. 17 - 22 bits */
100 #define UNC_MAX_30BIT (0x6) /* uncertainty in bits. 23 - 30 bits */
101 #define UNC_GT_30BIT (0x7) /* uncertainty in bits. > 30 bits */
102
103 /*
104 * user defined constants
105 */
106 #define MAX_NCELL_EOTD_L1 (0xc)
107 #define MAX_NCELL_EOTD (0xf)
108 #define MAX_NCELL_EOTD_SI (0x20)
109 #define XCOR_NO (0x12)
110
111 #include "CDG_LEAVE.h"
112
113
114 #endif