# HG changeset patch # User Mychaela Falconia # Date 1462283011 0 # Node ID 24440bc7cee8c77130a2ba512a6b8362ee1bd2af # Parent 8b52011dc66a67583c07395f0ece215a8bbfb907 gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added diff -r 8b52011dc66a -r 24440bc7cee8 gsm-fw/configs/buildlists/gtamodem-gsmtch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/buildlists/gtamodem-gsmtch Tue May 03 13:43:31 2016 +0000 @@ -0,0 +1,2 @@ +gtamodem-gsmtch-ext flashImage +gtamodem-gsmtch-int flashImage diff -r 8b52011dc66a -r 24440bc7cee8 gsm-fw/configs/gtamodem-gsmtch-ext --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/gtamodem-gsmtch-ext Tue May 03 13:43:31 2016 +0000 @@ -0,0 +1,25 @@ +# This configuration is intended for users of the TCH rerouting special feature +# (see ../../doc/TCH-special-feature) who are using Openmoko GTA02 as their +# platform. This is the so-called "external" configuration in that the binary +# RVTMUX packet interface is routed to the external serial port on the headset +# jack while the internal serial channel connected to the GTA02 AP presents the +# classic ASCII AT command interface, meaning that: +# +# (a) more or less standard software can still be used on the GTA02 AP for +# interfacing to the GSM modem, but only for the standard voice+SMS +# functionality and not for exercising the TCH rerouting special feature; +# +# (b) the TCH rerouting special feature can be only be exercised by sending +# special RVTMUX binary packets to the modem from an external system via +# the headset jack serial channel, as explained in the TCH-special-feature +# document. + +target gtamodem +feature gsm +feature at-modem +feature at-rvtmux +feature mokoffs copy + +feature etm +feature tmffs2 +feature tch-reroute diff -r 8b52011dc66a -r 24440bc7cee8 gsm-fw/configs/gtamodem-gsmtch-int --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/gtamodem-gsmtch-int Tue May 03 13:43:31 2016 +0000 @@ -0,0 +1,26 @@ +# This configuration is intended for users of the TCH rerouting special feature +# (see ../../doc/TCH-special-feature) who are using Openmoko GTA02 as their +# platform. This is the so-called "internal" configuration in that the binary +# RVTMUX packet interface is routed to the internal serial port connected to +# the application processor, DISPLACING the classic ASCII AT command interface, +# meaning that: +# +# (a) standard GSM modem-interfacing software as found in QtMoko/SHR/etc CANNOT +# be used, instead you have to write your own modem-interfacing software +# that wraps all AT commands in RVTMUX packets and reads the output from +# the modem in RVTMUX format; +# +# (b) the TCH rerouting special feature CAN be exercised from within the GTA02 +# itself, i.e., from the application processor, without needing an external +# system connected to the headset jack serial port. + +target gtamodem +feature gsm +feature at-rvtmux +feature mokoffs copy + +feature etm +feature tmffs2 +feature tch-reroute + +RVTMUX_UART_port=MODEM