Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-23 | modem: Add feature entry for supplementary services | Marcel Holtmann | 1 | -0/+1 | |
2011-01-23 | ussd: Use global definition of supplementary services interface | Marcel Holtmann | 1 | -8/+9 | |
2011-01-23 | dbus: Add global definition of supplementary services interface | Marcel Holtmann | 1 | -0/+1 | |
2011-01-22 | doc: fix class information of UMTS band | Jeevaka Badrappan | 1 | -1/+1 | |
2011-01-22 | atmodem: Add support for technology reporting via CNTI | Marcel Holtmann | 1 | -36/+77 | |
2011-01-22 | gobi: Enable handling for GPRS registration | Marcel Holtmann | 1 | -0/+5 | |
2011-01-22 | atmodem: Add support for Gobi technology change handling | Marcel Holtmann | 2 | -0/+50 | |
2011-01-22 | gobi: Check for SIM status first before enabling SIM card | Marcel Holtmann | 1 | -5/+47 | |
2011-01-22 | gobi: Enable vendor quirk for network registration | Marcel Holtmann | 1 | -1/+1 | |
2011-01-22 | atmodem: The Gobi devices have CI and LAC as unqouted strings | Marcel Holtmann | 1 | -0/+2 | |
2011-01-22 | gobi: Add support for SMS, CBS and USSD interfaces | Marcel Holtmann | 1 | -0/+7 | |
2011-01-22 | atmodem: Use Qualcomm Gobi quirks for SMS, CBS and USSD | Marcel Holtmann | 3 | -0/+3 | |
2011-01-22 | atmodem: Use switch statements for USSD vendor quirks | Marcel Holtmann | 1 | -2/+10 | |
2011-01-22 | atmodem: Use switch statements for CBS vendor quirks | Marcel Holtmann | 1 | -1/+6 | |
2011-01-22 | atmodem: Use switch statements for SMS vendor quirks | Marcel Holtmann | 1 | -13/+28 | |
2011-01-22 | atmodem: Add quirk for Qualcomm Gobi modems | Marcel Holtmann | 1 | -0/+1 | |
2011-01-22 | sim: Remove double empty lines | Marcel Holtmann | 1 | -1/+0 | |
2011-01-21 | isimodem: fix sending DTMF | Kai Vehmanen | 1 | -1/+1 | |
isi_call_dtmf_send_resp() handles the success case incorrectly, and thus all send_tones attempts fail with bogus error codes. | |||||
2011-01-21 | isimodem: fix issue with user busy release | Jeevaka Badrappan | 1 | -4/+9 | |
when the user rejects the incoming call, hangup_active will get called on the driver side whereas when the user rejects the waiting call, set_udub will get called on the driver side. | |||||
2011-01-21 | doc: fix a kill-yank error | Pekka Pessi | 1 | -1/+1 | |
2011-01-21 | calypso: Fix issue with name presentation and voice calls | Marcel Holtmann | 1 | -0/+2 | |
The Calypso voice call driver uses an ofono_call object that is on the stack. It is not automatically initilized to zero and thus causes to have a name presentation that is not valid UTF-8. This in return makes D-Bus fail and disconnect from the bus. To fix this ensure that the ofono_call object is properly set to zero first before populating it with values. | |||||
2011-01-21 | voicecall: Fix some minor style issues for voicecall properties | Marcel Holtmann | 1 | -13/+13 | |
2011-01-20 | AUTHORS: Mention Faiyaz's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-01-20 | sms: Break out message objects into message.[ch] | Faiyaz Baxamusa | 4 | -220/+312 | |
These can be used as is by the CDMA SMS manager atom | |||||
2011-01-20 | doc: Add messagemanager-api and change message-api | Faiyaz Baxamusa | 4 | -91/+90 | |
2011-01-20 | TODO: add CDMA Connection Manager tasks | Christian Lam | 1 | -0/+15 | |
2011-01-20 | README: Annotate kernel dependencies | Gustavo F. Padovan | 1 | -0/+7 | |
2011-01-20 | sim-auth: Add atmodem driver | Andrzej Zaborowski | 4 | -1/+170 | |
2011-01-20 | sim-auth: Add skeleton for the sim-auth atom | Andrzej Zaborowski | 3 | -1/+137 | |
2011-01-20 | include: Add SIM authentication atom's | Andrzej Zaborowski | 2 | -1/+65 | |
Structures and function declarations for the SIM authentication atom as proposed by Pekka Pessi, with just one method at the moment. | |||||
2011-01-20 | ofono.h: Remove unneeded initialisers | Andrzej Zaborowski | 1 | -24/+24 | |
They have no effect, enum already ensures the values are unique. | |||||
2011-01-20 | simutil: Fix a memory leak | Denis Kenzior | 1 | -1/+3 | |
2011-01-20 | unit: unit test for sim_parse_app_template_entries | Andrzej Zaborowski | 1 | -0/+32 | |
2011-01-20 | simutil: SIM applications directory decoding utils | Andrzej Zaborowski | 2 | -0/+65 | |
2011-01-20 | sim: getters for mcc and mnc implementation | Jukka Saunamaki | 1 | -0/+16 | |
2011-01-20 | sim: getters for mcc and mnc definition | Jukka Saunamaki | 1 | -0/+2 | |
2011-01-20 | sim: store mcc and mnc separate from imsi | Jukka Saunamaki | 1 | -19/+15 | |
2011-01-20 | stk: Handle Launch Browser proactive command | Jeevaka Badrappan | 3 | -0/+154 | |
2011-01-20 | stkutil: add check for qualifier and browser id | Jeevaka Badrappan | 1 | -1/+8 | |
Checks the valid qualifier and browser id values applicable for launch browser proactive command | |||||
2011-01-20 | gprs: Make gprs atom offline-safe | Pekka Pessi | 1 | -2/+13 | |
Allow use of GPRS atom both in online and offline (post_sim) states. The GPRS now considers the removal of the netreg atom as implicit detach and registration change to NOT_REGISTERED. | |||||
2011-01-20 | test: Remove deregister support from test script | Aki Niemi | 1 | -5/+1 | |
2011-01-20 | doc: Remove deregister method documentation | Aki Niemi | 1 | -9/+0 | |
2011-01-20 | api: Remove deregister from modem driver API | Aki Niemi | 1 | -2/+0 | |
2011-01-20 | atmodem: Remove deregister implementation | Aki Niemi | 1 | -20/+0 | |
2011-01-20 | isimodem: Remove deregister implementation | Aki Niemi | 1 | -9/+0 | |
2011-01-20 | netreg: Deprecate the deregister method | Aki Niemi | 1 | -27/+1 | |
2011-01-20 | gprs: Move packet bearer stuff into gprs.c | Denis Kenzior | 3 | -35/+35 | |
2011-01-20 | Release 0.39 | Marcel Holtmann | 2 | -1/+14 | |
2011-01-20 | gprs: mark context driver as not used when removing active context | Tomasz Gregorek | 1 | -0/+2 | |
2011-01-20 | gatchat: improve large file downlink data transfer | Carlos Pargada | 1 | -2/+2 | |
Fix large file downlink data transfer on IFX modem. Increase buffer size of ring buffer to support close received Packets from the modem. Set highest priority for write data on IO device |