summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-10doc: detail Retries propertyLucas De Marchi1-0/+12
2011-01-10sim: Minor style fixesDenis Kenzior1-4/+2
2011-01-10sim: query remaining pin retriesLucas De Marchi1-0/+90
Check the remaining pin retries after each operation that might have changed it, i.e. locking, unlocking, reseting or changing pin.
2011-01-10include: add method to query pin RetriesLucas De Marchi1-0/+5
2011-01-10huawei: use VENDOR_HUAWEI quirk on sim creationLucas De Marchi1-1/+1
2011-01-10atmodem: check for VENDOR_HUAWEI on sim atomLucas De Marchi1-1/+3
2011-01-10AUTHORS: Mention Oskari's contributionsDenis Kenzior1-0/+1
2011-01-10udev: Minor style fixDenis Kenzior1-1/+1
2011-01-10udev: Handle TC65 modemOskari Timperi1-0/+15
2011-01-10tc65: Minor style fixesDenis Kenzior1-0/+2
2011-01-10tc65: Simplify logicDenis Kenzior1-8/+1
2011-01-10tc65: No need to g_strdup options in the hashtableDenis Kenzior1-19/+9
2011-01-10Add plugin for Cinterion TC65 modemOskari Timperi2-0/+268
2011-01-10Mention Lasse's contributionsDenis Kenzior1-0/+1
2011-01-10gprs: Fixing mem leakLasse.Kunnasluoto@tieto.com1-1/+3
2011-01-09gobi: Add support for basic network registration handlingMarcel Holtmann1-1/+206
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".