FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/include/condat-features.h @ 1030:194967e11b2b
fc-shell: tch record and tch play reworked for libgsm-compatible file format
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 31 May 2016 18:39:06 +0000 |
parents | 08f148c63220 |
children |
rev | line source |
---|---|
675
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
1 /* |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
2 * This header file is a FreeCalypso concoction; its inclusion will be added |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 * to all of the C modules comprising the core TI/Condat G23 protocol stack, |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 * along with config.h and fixedconf.h. All definitions given herein used |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 * to be -D options which had to be given on the compilation line for |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
6 * every single module. |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
7 * |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
8 * In terms of the staticness vs. configurability, the options given here |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
9 * fall somewhere in the middle between config.h and fixedconf.h. The |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
10 * values set here have been taken from the pdt_*.mak makefiles in the |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
11 * Leonardo semi-src from Sotovik. |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
12 */ |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
13 |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
14 #define AT_INTERPRETER 1 |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
15 #define DTI2 1 |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
16 #define FF_ATI 1 |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
17 #define FF_CPHS 1 |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
18 #define FF_EM_MODE 1 |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
19 #define FF_MULTIBAND 1 |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
20 #define FF_HOMEZONE 1 |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
21 #define FF_MMI_SMS_DYNAMIC 1 |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
22 #define HAS_FLASH_EPROM 1 |
777
08f148c63220
gsm-fw/include/condat-features.h: added PHONEBOOK_EXTENSION and SMS_PDU_SUPPORT
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
753
diff
changeset
|
23 #define PHONEBOOK_EXTENSION 1 |
753
7f68d2ab0d33
SIM_TOOLKIT re-enabled: the SIM entity code is broken without it
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
748
diff
changeset
|
24 #define SIM_TOOLKIT 1 |
777
08f148c63220
gsm-fw/include/condat-features.h: added PHONEBOOK_EXTENSION and SMS_PDU_SUPPORT
Michael Spacefalcon <falcon@ivan.Harhan.ORG>
parents:
753
diff
changeset
|
25 #define SMS_PDU_SUPPORT 1 |
675
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
26 #define UART 1 |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
27 #define USE_L1FD_FUNC_INTERFACE 1 |
029f631b22ff
starting to compile ALR
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
28 #define VOCODER_FUNC_INTERFACE 1 |