comparison src/g23m-gsm/l1/l1_pei.c @ 107:267cefdca4b6

src/g23m-gsm/l1/l1_pei.c: tweaked to match TCS211 binary object
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 05 Oct 2016 22:41:43 +0000
parents 27a4235405c6
children 49254db81128
comparison
equal deleted inserted replaced
106:72b8a6a15d46 107:267cefdca4b6
428 static T_PEI_INFO pei_info = 428 static T_PEI_INFO pei_info =
429 { 429 {
430 "L1", 430 "L1",
431 { 431 {
432 pei_init, 432 pei_init,
433 #ifdef _SIMULATION_ 433 #if 1 //#ifdef _SIMULATION_ // FreeCalypso: match TCS211
434 pei_exit, 434 pei_exit,
435 #else 435 #else
436 NULL, 436 NULL,
437 #endif 437 #endif
438 NULL, /* no primitive function */ 438 NULL, /* no primitive function */
453 #endif 453 #endif
454 10, /* Queue Entries */ 454 10, /* Queue Entries */
455 235, /* Priority */ 455 235, /* Priority */
456 0, /* number of timer */ 456 0, /* number of timer */
457 #ifdef GPRS 457 #ifdef GPRS
458 COPY_BY_REF|TRC_NO_SUSPEND|PRIM_NO_SUSPEND /* flags */ 458 COPY_BY_REF|TRC_NO_SUSPEND|PRIM_NO_SUSPEND | INT_DATA_TASK /* flags */
459 #else 459 #else
460 COPY_BY_REF|TRC_NO_SUSPEND|PRIM_NO_SUSPEND /* flags */ 460 COPY_BY_REF|TRC_NO_SUSPEND|PRIM_NO_SUSPEND /* flags */
461 #endif 461 #endif
462 }; 462 };
463 463