FreeCalypso > hg > fc-magnetite
comparison src/g23m-gprs/grr/grr.h @ 191:390fec2ab72f
src/g23m-gprs/grr/grr.h: band-aid for !REL99 compilation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 13 Oct 2016 22:42:10 +0000 |
parents | 219afcfc6250 |
children |
comparison
equal
deleted
inserted
replaced
190:1bb891186358 | 191:390fec2ab72f |
---|---|
162 an assignment message or which referes to the cell | 162 an assignment message or which referes to the cell |
163 allocation defined for the cell in SI1 or PSI2*/ | 163 allocation defined for the cell in SI1 or PSI2*/ |
164 | 164 |
165 #define MA_NUMBER_4_ASSIGNMENT 15 /* MA_NUMBER used to reference a MA received in a previous assignent*/ | 165 #define MA_NUMBER_4_ASSIGNMENT 15 /* MA_NUMBER used to reference a MA received in a previous assignent*/ |
166 | 166 |
167 #ifdef REL99 | 167 #if 1 //#ifdef REL99 /* FreeCalypso change to pass !REL99 compilation */ |
168 #define GRR_FREQ_PARAM_RECEIVED_IN_ASSIGNMENT 0 | 168 #define GRR_FREQ_PARAM_RECEIVED_IN_ASSIGNMENT 0 |
169 /* | 169 /* |
170 * This refers to freq param that is received in non assignment | 170 * This refers to freq param that is received in non assignment |
171 * messages like PSI 8 and PSI 14 | 171 * messages like PSI 8 and PSI 14 |
172 */ | 172 */ |