summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2010-12-27TODO: Mark Set Up Call task as doneDenis Kenzior2-9/+11
2010-12-27TODO: Mark Send SMS task as doneDenis Kenzior2-6/+7
2010-12-27doc: Release and Cancel don't expect a replyDenis Kenzior3-4/+4
2010-12-26netreg: Report timezone updates if availableMarcel Holtmann1-2/+6
2010-12-24Release 0.37Marcel Holtmann2-1/+20
2010-12-24push-notification: Handle notifications with source port 0Marcel Holtmann1-6/+19
It seesm that some networks send the push notifications with a source port of 0 instead of 9200. Instead of accepting any source port, add an additional datagram handler for the source port 0.
2010-12-24sms: Add debug for SMS source and destination portsMarcel Holtmann1-0/+2
2010-12-23Mark 'Frequency Band Selection' task as doneLucas De Marchi2-10/+3
2010-12-23huawei: Minor style fixesDenis Kenzior1-4/+7
2010-12-23huaweimodem: add frequency band selection supportLucas De Marchi1-6/+200
2010-12-23TODO: set owner of Called Line Identification taskLucas De Marchi1-0/+1
2010-12-23coding-style: Don't go over 80 charactersDenis Kenzior1-2/+2
2010-12-23coding-style: mention preferred line wrapLucas De Marchi1-4/+39
2010-12-23Revert "stkagent: Remove unneeded goto"Denis Kenzior1-0/+2
This reverts commit 46e3dbe759fb3fb693b7413a707c4fd7f69c3c92.
2010-12-23doc: Describe DisplayActionInformation()Andrzej Zaborowski1-2/+10
2010-12-23stkagent: Remove unneeded gotoDenis Kenzior1-2/+0