FreeCalypso > hg > fc-magnetite
comparison cdg3/cdginc-locosto/p_rrlp.val @ 16:c15047b3d00d
cdg3: import from freecalypso-citrine/cdg
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 27 Sep 2016 16:27:34 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:c8bdae60fcb1 | 16:c15047b3d00d |
---|---|
1 /* | |
2 +--------------------------------------------------------------------------+ | |
3 | PROJECT : PROTOCOL STACK | | |
4 | FILE : p_rrlp.val | | |
5 | SOURCE : "sap\rrlp.pdf" | | |
6 | LastModified : "2002-11-13" | | |
7 | IdAndVersion : "8443.102.02.100" | | |
8 | SrcFileTime : "Thu Nov 29 09:53:06 2007" | | |
9 | Generated by CCDGEN_2.5.5A on Thu Sep 25 09:18:53 2014 | | |
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_RRLP_VAL | |
24 #define P_RRLP_VAL | |
25 | |
26 | |
27 #define CDG_ENTER__P_RRLP_VAL | |
28 | |
29 #define CDG_ENTER__FILENAME _P_RRLP_VAL | |
30 #define CDG_ENTER__P_RRLP_VAL__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_RRLP_VAL__LAST_MODIFIED _2002_11_13 | |
32 #define CDG_ENTER__P_RRLP_VAL__ID_AND_VERSION _8443_102_02_100 | |
33 | |
34 #define CDG_ENTER__P_RRLP_VAL__SRC_FILE_TIME _Thu_Nov_29_09_53_06_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_RRLP_VAL | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 /* | |
44 * Value constants for VAL_cause | |
45 */ | |
46 #define RRLP_METHOD_INVALID (0x7) /* Position method is not supported */ | |
47 #define RRLP_REF_BTS_INVALID (0xa) /* The ref. BTS for E-OTD is not the serving BTS */ | |
48 #define RRLP_HANDOVER (0x14) /* The measurement procedure was interrupted by a handover. No RRLP specific error message is created. */ | |
49 | |
50 /* | |
51 * Value constants for VAL_exp_otd | |
52 */ | |
53 | |
54 /* | |
55 * Value constants for VAL_loc_method | |
56 */ | |
57 #define EOTD_METHOD (0x0) | |
58 #define GPS_METOD (0x1) | |
59 #define GPS_OR_EOTD_METOD (0x2) | |
60 | |
61 /* | |
62 * Value constants for VAL_mfrm_offset | |
63 */ | |
64 | |
65 /* | |
66 * Value constants for VAL_otd_type | |
67 */ | |
68 #define ROUGH_RTD (0x0) /* only rough RTD has been provided by the NW */ | |
69 #define EXPECTED_OTD (0x1) /* only expectedOTD has been provided by the NW */ | |
70 #define BOTH_OTD (0x2) /* Both OTD / RTD types have been provided by the NW */ | |
71 | |
72 /* | |
73 * Value constants for VAL_pos_method | |
74 */ | |
75 #define MS_ASSISTED (0x0) | |
76 #define MS_BASED (0x1) | |
77 #define MS_BASED_PREF (0x2) | |
78 #define MS_ASSISTED_PREF (0x3) | |
79 | |
80 /* | |
81 * Value constants for VAL_rough_rtd | |
82 */ | |
83 | |
84 /* | |
85 * Value constants for VAL_ta_correction_present | |
86 */ | |
87 #define TA_PRESENT (0x1) /* TA present */ | |
88 #define TA_NOT_PRESENT (0x0) /* TA NOT present */ | |
89 | |
90 /* | |
91 * Value constants for VAL_uncertainty | |
92 */ | |
93 #define UNC_MAX_2BIT (0x0) /* uncertainty in bits. 0 - 2 bits */ | |
94 #define UNC_MAX_4BIT (0x1) /* uncertainty in bits. 3 - 4 bits */ | |
95 #define UNC_MAX_8BIT (0x2) /* uncertainty in bits. 5 - 8 bits */ | |
96 #define UNC_MAX_12BIT (0x3) /* uncertainty in bits. 9 - 12 bits */ | |
97 #define UNC_MAX_16BIT (0x4) /* uncertainty in bits. 13 - 16 bits */ | |
98 #define UNC_MAX_22BIT (0x5) /* uncertainty in bits. 17 - 22 bits */ | |
99 #define UNC_MAX_30BIT (0x6) /* uncertainty in bits. 23 - 30 bits */ | |
100 #define UNC_GT_30BIT (0x7) /* uncertainty in bits. > 30 bits */ | |
101 | |
102 /* | |
103 * user defined constants | |
104 */ | |
105 #define R_NUM_MEAS_SETS (0x3) | |
106 #define R_MAX_REF_NEIGH_BTS (0xf) | |
107 #define MAX_NCELL_EOTD (0xf) | |
108 | |
109 #include "CDG_LEAVE.h" | |
110 | |
111 | |
112 #endif |