FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-gsm/sim/sim.h @ 749:ec6e503c1fc7
gsm-fw/g23m-gsm/sim/sim.h: initial preen
fixed some non-ASCII characters in comments and one whitespace nit
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Oct 2014 18:33:53 +0000 |
parents | 2f7df7a314f8 |
children |
comparison
equal
deleted
inserted
replaced
748:2dcd1bef7ea8 | 749:ec6e503c1fc7 |
---|---|
231 #define SHARED_CCD_BUF | 231 #define SHARED_CCD_BUF |
232 | 232 |
233 #elif defined (SIM_TOOLKIT) /* else if FF_SAT_E */ | 233 #elif defined (SIM_TOOLKIT) /* else if FF_SAT_E */ |
234 #define MAX_SAT_TIMER 8 | 234 #define MAX_SAT_TIMER 8 |
235 #define NUM_OF_SIM_TIMERS (MAX_SAT_TIMER + 2) | 235 #define NUM_OF_SIM_TIMERS (MAX_SAT_TIMER + 2) |
236 #else /* SIM_TOOLKIT */ | 236 #else /* SIM_TOOLKIT */ |
237 #define NUM_OF_SIM_TIMERS 2 | 237 #define NUM_OF_SIM_TIMERS 2 |
238 #endif | 238 #endif |
239 | 239 |
240 #define SLEEP_TIMER (NUM_OF_SIM_TIMERS - 1) | 240 #define SLEEP_TIMER (NUM_OF_SIM_TIMERS - 1) |
241 | 241 |
662 /* | 662 /* |
663 * The following flags are defined: | 663 * The following flags are defined: |
664 * | 664 * |
665 * ADN_SUPPORT_BY_SIM (bit 0) | 665 * ADN_SUPPORT_BY_SIM (bit 0) |
666 * 1 The current SIM supports ADN | 666 * 1 The current SIM supports ADN |
667 * 0 The current SIM doesn´t support ADN | 667 * 0 The current SIM doesn't support ADN |
668 */ | 668 */ |
669 #define ADN_SUPPORT_BY_SIM 0 | 669 #define ADN_SUPPORT_BY_SIM 0 |
670 /* | 670 /* |
671 * FDN_SUPPORT_BY_SIM (bit 1) | 671 * FDN_SUPPORT_BY_SIM (bit 1) |
672 * 1 The current SIM supports FDN | 672 * 1 The current SIM supports FDN |
673 * 0 The current SIM doesn´t support FDN | 673 * 0 The current SIM doesn't support FDN |
674 */ | 674 */ |
675 #define FDN_SUPPORT_BY_SIM 1 | 675 #define FDN_SUPPORT_BY_SIM 1 |
676 /* | 676 /* |
677 * BDN_SUPPORT_BY_SIM (bit 2) | 677 * BDN_SUPPORT_BY_SIM (bit 2) |
678 * 1 The current SIM supports BDN | 678 * 1 The current SIM supports BDN |
679 * 0 The current SIM doesn´t support BDN | 679 * 0 The current SIM doesn't support BDN |
680 */ | 680 */ |
681 #define BDN_SUPPORT_BY_SIM 2 | 681 #define BDN_SUPPORT_BY_SIM 2 |
682 /* | 682 /* |
683 * FDN_SUPPORT_BY_MMI (bit 3) | 683 * FDN_SUPPORT_BY_MMI (bit 3) |
684 * 1 The current MMI supports FDN | 684 * 1 The current MMI supports FDN |
685 * 0 The current MMI doesn´t support FDN | 685 * 0 The current MMI doesn't support FDN |
686 */ | 686 */ |
687 #define FDN_SUPPORT_BY_MMI 3 | 687 #define FDN_SUPPORT_BY_MMI 3 |
688 /* | 688 /* |
689 * BDN_SUPPORT_BY_SIM (bit 4) | 689 * BDN_SUPPORT_BY_SIM (bit 4) |
690 * 1 The current MMI supports BDN | 690 * 1 The current MMI supports BDN |
691 * 0 The current MMI doesn´t support BDN | 691 * 0 The current MMI doesn't support BDN |
692 */ | 692 */ |
693 #define BDN_SUPPORT_BY_MMI 4 | 693 #define BDN_SUPPORT_BY_MMI 4 |
694 /* | 694 /* |
695 * CC_WITH_STK (bit 5) | 695 * CC_WITH_STK (bit 5) |
696 * 1 The current MMI supports Call Control with SIM Toolkit | 696 * 1 The current MMI supports Call Control with SIM Toolkit |
746 */ | 746 */ |
747 #define SIM_INSERT 13 | 747 #define SIM_INSERT 13 |
748 /* | 748 /* |
749 * MM_KNOWS_FROM_SIM (bit 14) | 749 * MM_KNOWS_FROM_SIM (bit 14) |
750 * 1 MM knows from the SIM card content | 750 * 1 MM knows from the SIM card content |
751 * 0 MM doesn´t know from the SIM card content | 751 * 0 MM doesn't know from the SIM card content |
752 */ | 752 */ |
753 #define MM_KNOWS_FROM_SIM 14 | 753 #define MM_KNOWS_FROM_SIM 14 |
754 /* | 754 /* |
755 * SIM_PIN_FLAG (bit 15) | 755 * SIM_PIN_FLAG (bit 15) |
756 * 1 PIN entering is needed | 756 * 1 PIN entering is needed |