summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-09-08Add option to phonesim to run with or without multiplexerMarcel Holtmann2-1/+39
2009-09-08Add modem properties for booleansMarcel Holtmann2-0/+31
2009-09-08Update test program for GAtMux APIMarcel Holtmann2-43/+101
2009-09-08Hook up GAtMux with GSM 07.10 implementationMarcel Holtmann2-4/+422
2009-09-08Remove AT command and re-init support from GSM 07.10Marcel Holtmann2-84/+5
2009-09-08Use NULL for init of function callbacksMarcel Holtmann1-10/+10
2009-09-08Export the GSM 07.10 status flagsMarcel Holtmann2-8/+9
2009-09-07Fix g_at_chat_unref from command callbackDenis Kenzior1-11/+13
The resources were being used after being freed in this case
2009-09-07Add a few more comments to the calypso pluginDenis Kenzior1-4/+12
2009-09-08Add more calypso specific quirks when using phonesimMarcel Holtmann1-2/+12
2009-09-08Mark some properties as integer so they get printed properlyMarcel Holtmann1-1/+2
2009-09-08Add support for using phonesim and calypso for testingMarcel Holtmann2-32/+90
2009-09-06Update GSM 07.10 unit testingMarcel Holtmann1-2/+63
2009-09-06Update test script with more property tweaksMarcel Holtmann1-3/+13
2009-09-06Add functions for disconnect and debug handlingMarcel Holtmann2-2/+36
2009-09-06Integrate the multiplexer into the AT chat libraryMarcel Holtmann6-17/+15
2009-09-06Use NULL instead of 0 for pointer argumentsMarcel Holtmann1-5/+7
2009-09-06First round of coding style updates for GSM 07.10 implementationMarcel Holtmann2-504/+529
2009-09-05Add skeleton for AT multiplexer APIMarcel Holtmann3-1/+174
2009-09-05Add unit testing tool for GSM 07.10 multiplexerMarcel Holtmann3-2/+65
2009-09-05Add missing HAVE_CONFIG_H checksMarcel Holtmann4-0/+16
2009-09-05Update copyright and license details for GSM 07.10 implementationMarcel Holtmann2-47/+42
2009-09-05Enable compilation of GSM 07.10 codeMarcel Holtmann2-3/+12
2009-09-05Fix previous casting removal fixMarcel Holtmann1-1/+1
2009-09-05Remove another unneeded castMarcel Holtmann1-1/+1
2009-09-05Use unsigned char array for buffer and remove char castingMarcel Holtmann2-48/+48
2009-09-05Make gsm0710_compute_crc and gsm0710_send_frame private functionsMarcel Holtmann2-112/+109
2009-09-05Fix weird casting for callback executionMarcel Holtmann1-12/+12
2009-09-05Fix mixed declarations and codeMarcel Holtmann1-6/+6
2009-09-05Import GSM 07.10 implementation from QtopiaMarcel Holtmann2-0/+685
2009-09-05Update modem configuration parameter parsing for generic AT pluginMarcel Holtmann1-2/+2
2009-09-04Fix unused variable warningDenis Kenzior1-2/+0
2009-09-04Update calypso modem driverDenis Kenzior1-1/+1
Use calypso voicecalls driver
2009-09-04Add calypso voicecalls driverDenis Kenzior4-0/+522
2009-09-04Some modems don't return from ATD until connectedDenis Kenzior1-1/+2
Yet they send progress indications all the way up to connected, which breaks the current logic.
2009-09-04Don't emit disconnect reason if unknownDenis Kenzior1-1/+3
2009-09-04For incoming call case, send hangupDenis Kenzior1-2/+5
CHLD=1X doesn't work for incoming calls on some devices. This is more portable
2009-09-04Fix distcheckDenis Kenzior1-1/+1
2009-09-04Rename at.h to atmodem.hDenis Kenzior14-13/+13
2009-09-04Break common at utilities to atutils.c/.hDenis Kenzior5-56/+113
2009-09-04Remove unused declarationDenis Kenzior1-2/+0
2009-09-04Remove unused structureDenis Kenzior1-7/+0
2009-09-04Make calypso plugin use the permissive parserDenis Kenzior1-157/+1
2009-09-04Make G1 driver use the permissive parserDenis Kenzior1-85/+1
2009-09-04Add GSM Permissive parserDenis Kenzior2-1/+100
2009-09-05Add plugin for generic AT testing modem driverMarcel Holtmann3-3/+160
2009-09-04Add example modem configuration for TI Calypso based devicesMarcel Holtmann2-3/+8
2009-09-04Fix style issuesDenis Kenzior1-29/+33
2009-09-03Make sure modemconf handles calypso driverDenis Kenzior1-1/+2
2009-09-03Add calypso pluginDenis Kenzior2-0/+542