summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-09build: Add configure option for building toolsMarcel Holtmann3-1/+15
2011-01-09cdmamodem: Fix the broken plugin namingMarcel Holtmann1-4/+4
2011-01-09build: Fix the CDMA modem autoconf/automake messMarcel Holtmann2-7/+6
2011-01-09gobi: Add skeleton for Qualcomm Gobi modem pluginMarcel Holtmann2-0/+63
2011-01-09udev: Add support for Qualcomm Gobi device detectionMarcel Holtmann2-0/+40
2011-01-07build: fix missing line continuationRafael Ignacio Zurita1-1/+1
2011-01-07gisi: Style fixesAki Niemi1-2/+4
Lines were over 80 chars.
2011-01-07n900: use simplified client interfacePekka Pessi1-6/+6
Use MTC_STATE_REQ_TIMEOUT with MTC_STATE_REQ, too.
2011-01-07isiusb: use simplified client interfacePekka Pessi1-3/+4
2011-01-07isimodem: use simplified client interfacePekka Pessi14-118/+117
2011-01-07gisi: Simplify client interface.Pekka Pessi3-37/+89
Use send functions without explicit timeout. Return booleans instead of pointers - nobody really used GIsiPending but relied on client doing the cleanup. Add g_isi_client_set_timeout(), g_isi_client_(v)send_with_timeout().
2011-01-07isimodem/sms: verify SMS and SIM resourcesPekka Pessi1-14/+47
2011-01-07isimodem: fix style issuesPekka Pessi9-20/+25
2011-01-07isimodem: include complete ISI message in tracePekka Pessi1-1/+2
2011-01-07isimodem: whitespace fixesPekka Pessi5-8/+8
2011-01-07doc: Update GPRS overviewAki Niemi1-3/+3
2011-01-07doc: Add radio settings to overviewAki Niemi1-0/+7
2011-01-07gisi: Add API for one-shot sending of messagesAki Niemi2-0/+30
2011-01-06Release 0.38Marcel Holtmann2-1/+12
2011-01-06stk: Remove unwanted error checkJeevaka Badrappan1-5/+0
Possible return values of __ofono_voicecall_tone_send are -ENOSYS, -ENOENT, -ENOMEM and -EINVAL.
2011-01-05tools: Use presence of SubscriberIdentity to trigger online operationMarcel Holtmann1-5/+33
2011-01-05tools: Add support for setting modem online automaticallyMarcel Holtmann1-0/+40
2011-01-05hsomodem: Add query for supported frequenciesMarcel Holtmann1-0/+2
2011-01-05hso: Add support for checking SIM ready statusMarcel Holtmann1-13/+94
2011-01-05hso: Add support for model type check on bootupMarcel Holtmann1-4/+32
2011-01-05mbm: Fix check for modem modelMarcel Holtmann1-3/+3
2011-01-05tools: Add utility for auto enabling modemsMarcel Holtmann3-2/+500
2011-01-05network: Ignore signal strength notifications if not registeredMarcel Holtmann1-0/+8
With the fix to query the signal strength when the registration status changes it should be now fine again to just ignore notifications about signal strength changes when not registered. So put this extra check and comment back into signal strenth notification function.
2011-01-05network: query signal strengthMarit Henriksen1-12/+17
Signal strength is set to -1 whenever registration status changes and differs from registered or roaming. When registration status changes again to registered or roaming, the signal strength needs to be updated, added query towards driver to get it.
2011-01-05dbus: fix appending on dict for types other than stringLucas De Marchi1-2/+18
According to dbus documentation, dbus_message_iter_append_basic() expects a "const char**" if type is string and a simple pointer for other types. Since we a iterating an array, the value passed is already a pointer.
2011-01-05cdma-sms: Add CDMA SMS SupportLei Yu2-1/+69
2011-01-05stkutil: Minor style fixDenis Kenzior1-1/+2
2011-01-05unit: add error status support for failure casesJeevaka Badrappan1-4/+8
2011-01-05stkutil: add missing text and icon checkJeevaka Badrappan1-15/+105
As per the ETSI TS 102 223 section 6.5.4, If the terminal receives an icon, and either an empty or no alpha identifier/text string is given by the UICC, than the terminal shall reject the command with general result "Command data not understood by terminal".
2011-01-05stkutil: Allocate for empty string in text dataobjJeevaka Badrappan1-1/+1
2011-01-04AUTHORS: Mention Lei's contributionsDenis Kenzior1-0/+1
2011-01-04dbus: Add CDMA SMS InterfaceLei Yu1-0/+1
2011-01-04stemodem: Fix for MT call not working when caller id is hidden.Marit Henriksen1-4/+9
In *ECAV, the number will not be included if caller id is hidden. Set it to an empty string in that case, and set number type to 128, unknown number type.
2011-01-01gdbus: Update copyright informationMarcel Holtmann5-5/+5
2010-12-31doc: Include doc/calypso-modem.txt in distributionNeil Jerram1-1/+2
2010-12-31doc: New file about using the calypso modemNeil Jerram1-0/+22
2010-12-31isimodem: Fix nettime parsingAki Niemi1-1/+1
2010-12-30test: use new names for CalledLine* propertiesLucas De Marchi1-4/+4
2010-12-30doc: rename CalledLine* propertiesLucas De Marchi2-4/+4
2010-12-30call-settings: rename CalledLine* propertiesLucas De Marchi1-6/+6
COLP and COLR are better named respectively as ConnectedLinePresentation and ConnectedLineRestriction as stated in 27.007 sections 7.8 and 7.31. CalledLine* name will be used in future for CDIP.
2010-12-30call-settings: fix getting CNAP propertyLucas De Marchi1-1/+1
2010-12-30doc: Fix wordingAndrzej Zaborowski1-1/+1
2010-12-30stkutil: Add missing call to va_end in parserDenis Kenzior1-0/+2
2010-12-27stk: Remove unneeded assignmentDenis Kenzior1-3/+1
2010-12-27stk: fix issue in set up menu handlingJeevaka Badrappan1-13/+15