Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-24 | isimodem: Fix indentation in SIM driver | Aki Niemi | 1 | -4/+4 | |
2011-03-24 | isimodem/sim: added PIN and SIM state handling | Pekka Pessi | 4 | -65/+634 | |
Using PN_SECURITY resource to obtain PIN statuses. Using ofono_sim_ready_notify() aka __ofono_sim_recheck_pin() to report the ready state. | |||||
2011-03-24 | isimodem: fix network registration for older modems | Mika Liljeberg | 1 | -2/+8 | |
2011-03-18 | atmodem: fix issue in time reporting with ifx | Jeevaka Badrappan | 1 | -0/+26 | |
2011-03-17 | hfp: Fix some whitespace issues | Denis Kenzior | 1 | -2/+2 | |
2011-03-17 | cdmamodem: add CDMA Connection Manager support | Christian Lam | 3 | -2/+289 | |
2011-03-16 | cbs: ignore any CBMs without a proper size | Bertrand Aygon | 1 | -2/+2 | |
Cell Broadcasts are always fixed size, so improve PDU length check | |||||
2011-03-15 | stemodem: update to new gprs context interface | Mika Liljeberg | 1 | -11/+18 | |
2011-03-15 | ifxmodem: update to new gprs context interface | Mika Liljeberg | 1 | -15/+20 | |
2011-03-15 | hsomodem: update to new gprs context interface | Mika Liljeberg | 1 | -21/+26 | |
2011-03-15 | mbmmodem: update to new gprs context interface | Mika Liljeberg | 1 | -25/+36 | |
2011-03-15 | huaweimodem: update to new gprs context interface | Mika Liljeberg | 1 | -18/+24 | |
2011-03-15 | atmodem: update to new gprs context interface | Mika Liljeberg | 1 | -20/+21 | |
2011-03-15 | isimodem: IPv6 support | Mika Liljeberg | 1 | -47/+72 | |
2011-03-11 | isimodem: Crash while setting SCA | Arun Ravindran | 1 | -1/+1 | |
2011-03-11 | atmodem: fix PB reading when fields are omitted | Paavo Leinonen | 1 | -2/+2 | |
Fix SIM PB reading when numeric fields have been omitted. | |||||
2011-03-11 | voicecall: Move notification_ind registration | Denis Kenzior | 1 | -3/+3 | |
Should be before ofono_voicecall_register to be consistent | |||||
2011-03-11 | voicecall: Remove pointless whitespace | Denis Kenzior | 1 | -10/+0 | |
2011-03-11 | isimodem: implement SSN handling | Andras Domokos | 1 | -0/+359 | |
2011-03-11 | voicecall: Minor nitpicks to previous commit | Denis Kenzior | 1 | -7/+5 | |
2011-03-11 | atmodem: implement SSN handling | Andras Domokos | 1 | -0/+61 | |
2011-03-11 | ssn: remove SSN atom completely | Andras Domokos | 6 | -660/+0 | |
2011-03-04 | mbmmodem: do not check for NULL pointer | Lucas De Marchi | 1 | -4/+0 | |
cb_data_new() uses g_new0(), hence there's no need to check the return value being NULL. | |||||
2011-03-03 | mbmmodem: don't let chat open after fd is sent | Lucas De Marchi | 1 | -17/+15 | |
Instead of using a GAtChat, just use a GIOChannel and close it as soon as its fd is sent to core. | |||||
2011-03-03 | isimodem: removed unused NETWORK_TIMEOUT | George Matveev | 1 | -1/+0 | |
2011-03-03 | isimodem: Use alignment helper macro | Aki Niemi | 1 | -1/+1 | |
2011-03-03 | isimodem: Fix call-forwarding driver | Aki Niemi | 1 | -9/+8 | |
Message length was incorrectly calculated. Also some cleanups. | |||||
2011-03-03 | isimodem: Add missing codepoints | Aki Niemi | 3 | -0/+8 | |
Not used; mostly for debugging purposes. | |||||
2011-03-03 | isimodem: Refactor SSN driver | Aki Niemi | 1 | -241/+280 | |
2011-03-03 | isimodem: Move SS related codepoints to ss.h | Aki Niemi | 2 | -27/+26 | |
2011-03-03 | isimodem: Use existing call SS codepoints | Aki Niemi | 2 | -29/+13 | |
2011-03-03 | isimodem: wgmodem2.5 added to ssn | Jessica Nilsson | 2 | -6/+401 | |
2011-03-03 | isimodem: Refactor call-forwarding driver | Aki Niemi | 1 | -75/+39 | |
2011-03-03 | isimodem: Fix nit in call-barring | Aki Niemi | 1 | -1/+1 | |
2011-03-03 | isimodem: wgmodem2.5 added to call-forwarding | Jessica Nilsson | 1 | -4/+25 | |
2011-03-03 | isimodem: Refactor call barring driver | Aki Niemi | 1 | -160/+131 | |
2011-03-03 | isimodem: Change type for BSC argument | Aki Niemi | 1 | -1/+1 | |
2011-03-03 | isimodem: SS_GSM_BARRING_INFO added | Jessica Nilsson | 1 | -11/+88 | |
SS_GSM_BSC_INFO added. | |||||
2011-03-03 | isimodem: Remove empty line in voicecall driver | Aki Niemi | 1 | -1/+0 | |
2011-03-03 | isimodem: Split voicecall into two drivers | Aki Niemi | 1 | -117/+119 | |
These drivers share most of the modem ops, though, so they are still in the same source file. | |||||
2011-03-03 | isimodem: wgmodem2.5 added to voicecall | Jessica Nilsson | 2 | -44/+259 | |
2011-03-03 | isimodem: Refactor USSD driver | Aki Niemi | 1 | -50/+30 | |
Clean up, and fix padding to be used always (does no harm). | |||||
2011-03-03 | isimodem: Refactor and fix GPRS alignment | Aki Niemi | 1 | -23/+22 | |
2011-03-03 | isimodem: Add helper macro for 32bit alignment | Aki Niemi | 1 | -0/+2 | |
2011-03-03 | isimodem: wgmodem2.5 support in USSD | Jessica Nilsson | 1 | -6/+30 | |
2011-03-03 | isimodem: Add CLIP/COLP/COLR support | Aki Niemi | 1 | -57/+162 | |
Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com> | |||||
2011-03-03 | isimodem: Add missing SS codepoints | Aki Niemi | 2 | -0/+26 | |
2011-03-02 | atmodem: Add MBM vendor quirk for SIM record update | Miia Leinonen | 1 | -2/+24 | |
2011-02-25 | isi: Add CNAP support for isimodem | Antoine Reversat | 1 | -1/+41 | |
2011-02-25 | isi: Clean up isi_call_any_address_sb_proc | Antoine Reversat | 1 | -4/+10 | |