FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/cdg/fflags-locosto.h @ 884:353daaa6014d
gsm-fw/gpf/conf/gsmcomp.c: increased max partition in the voice-only config
The code we got from TCS211 had the maximum prim pool partition size set to
900 bytes in the voice-only config (no FAX_AND_DATA, no GPRS) and to 1600 bytes
in every other config. As it turns out, this "minimized" config breaks when
the AT command interface is used with %CPI enabled, as the responsible code in
ATI does an ACI_MALLOC of 1012 bytes. TI may have considered this case to be
unsupported usage (perhaps they didn't care about the combination of a
voice-only PS with AT command control), but we do want this use case to work
without crashing. Solution: I made the largest prim pool the same as it is
with FAX_AND_DATA: 3 partitions of 1600 bytes.
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 27 Jun 2015 07:31:30 +0000 |
parents | 31d82d090499 |
children |
rev | line source |
---|---|
653
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
1 /* |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
2 +----------------------------------------------------------------------------- |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 | Project : |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 | Modul : fflags.h |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 +----------------------------------------------------------------------------- |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
6 | Copyright 2003 Texas Instruments Berlin, AG |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
7 | All rights reserved. |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
8 | |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
9 | This file is confidential and a trade secret of Texas |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
10 | Instruments Berlin, AG |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
11 | The receipt of or possession of this file does not convey |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
12 | any rights to reproduce or disclose its contents or to |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
13 | manufacture, use, or sell anything it may describe, in |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
14 | whole, or in part, without the specific written consent of |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
15 | Texas Instruments Berlin, AG. |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
16 +----------------------------------------------------------------------------- |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
17 | Purpose : Define valid and invalid versions for a product release |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
18 | include file for CCDGEN, e.g.: |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
19 | ccdgen -h -m512 -a2 -$(ff_path)/fflags.h -o$(cdgincdir) -R$(cmdFile) |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
20 +----------------------------------------------------------------------------- |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
21 */ |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
22 #define FF_PS_RSSI |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
23 #define SIM_PERS |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
24 #define FF_PHONE_LOCK |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
25 #define TI_PS_FF_AT_CMD_P_ECC |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
26 #define TI_PS_FF_REL99_AND_ABOVE |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
27 #undef TI_DUAL_MODE |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
28 #define REL99 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
29 #define FF_BHO |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
30 #define TI_PS_FF_EMR |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
31 #define TI_PS_FF_RTD |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
32 #undef FF_EGPRS |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
33 #undef REL4 |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
34 #define TI_PS_FF_TBF_EST_PACCH |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
35 #define TI_PS_FF_QUAD_BAND_SUPPORT |
31d82d090499
gsm-fw/cdg: should be ready to run ccdgen
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
36 |