annotate gsm-fw/configs/gtamodem-gsmtch-int @ 1022:24440bc7cee8

gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Tue, 03 May 2016 13:43:31 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1022
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
1 # This configuration is intended for users of the TCH rerouting special feature
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
2 # (see ../../doc/TCH-special-feature) who are using Openmoko GTA02 as their
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
3 # platform. This is the so-called "internal" configuration in that the binary
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
4 # RVTMUX packet interface is routed to the internal serial port connected to
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
5 # the application processor, DISPLACING the classic ASCII AT command interface,
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
6 # meaning that:
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
7 #
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
8 # (a) standard GSM modem-interfacing software as found in QtMoko/SHR/etc CANNOT
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
9 # be used, instead you have to write your own modem-interfacing software
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
10 # that wraps all AT commands in RVTMUX packets and reads the output from
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
11 # the modem in RVTMUX format;
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
12 #
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
13 # (b) the TCH rerouting special feature CAN be exercised from within the GTA02
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
14 # itself, i.e., from the application processor, without needing an external
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
15 # system connected to the headset jack serial port.
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
16
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
17 target gtamodem
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
18 feature gsm
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
19 feature at-rvtmux
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
20 feature mokoffs copy
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
21
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
22 feature etm
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
23 feature tmffs2
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
24 feature tch-reroute
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
25
24440bc7cee8 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
26 RVTMUX_UART_port=MODEM