FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/configs/gtamodem-gsm @ 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 | 5ec4c2170cb7 |
children |
rev | line source |
---|---|
829
f74c5d3d3b06
gsm-fw: configuration instructions updated to match reality
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
1 # This configuration will eventually become a firmware image for the gtamodem |
f74c5d3d3b06
gsm-fw: configuration instructions updated to match reality
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
2 # target that provides actual GSM functionality. |
f74c5d3d3b06
gsm-fw: configuration instructions updated to match reality
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 |
f74c5d3d3b06
gsm-fw: configuration instructions updated to match reality
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 target gtamodem |
f74c5d3d3b06
gsm-fw: configuration instructions updated to match reality
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 feature gsm |
855
cbd91f807141
gsm-fw/configs/gtamodem-gsm: feature at-modem added
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
829
diff
changeset
|
6 feature at-modem |
882
5ec4c2170cb7
gsm-fw/configs/gtamodem-gsm: feature at-rvtmux enabled
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
861
diff
changeset
|
7 feature at-rvtmux |
861
6ffebb8cec78
implemented feature mokoffs copy; made it part of the gtamodem-gsm config
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
855
diff
changeset
|
8 feature mokoffs copy |
829
f74c5d3d3b06
gsm-fw: configuration instructions updated to match reality
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
9 |
f74c5d3d3b06
gsm-fw: configuration instructions updated to match reality
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
10 feature etm |
f74c5d3d3b06
gsm-fw: configuration instructions updated to match reality
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
11 feature tmffs2 |