Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-26 | stk: Fix issue in stk_alpha_id_set | Jeevaka Badrappan | 1 | -1/+6 | |
Fixes the crash seen with the null alpha identifier. Also removed the icon check since the decision of whether to inform the user of the action is dependent entirely on whether the alpha identifier is provided by the UICC. | |||||
2011-01-26 | gprs: Refactor gprs provisioning | Denis Kenzior | 1 | -54/+70 | |
2011-01-26 | gprs: Put back the id if context creation fails | Denis Kenzior | 1 | -0/+1 | |
2011-01-26 | gprs: write out MessageCenter and MessageProxy | Denis Kenzior | 1 | -0/+9 | |
These values were not written out to settings | |||||
2011-01-26 | gprs-provision: Refactor provisioning | Denis Kenzior | 2 | -19/+17 | |
2011-01-26 | gprs: add gprs context provisioning | Jukka Saunamaki | 1 | -4/+95 | |
2011-01-26 | gprs-provision: add driver API sources | Jukka Saunamaki | 1 | -0/+104 | |
2011-01-26 | ofono.h: add gprs-provision | Jukka Saunamaki | 1 | -0/+8 | |
2011-01-26 | simutil: Add EFcsp file and service group IDs | Aki Niemi | 1 | -0/+16 | |
2011-01-26 | modem: Simplify the modem lockdown modification | Marcel Holtmann | 1 | -26/+27 | |
2011-01-26 | modem: Be a bit more paranoid with lock_owner reset | Marcel Holtmann | 1 | -0/+4 | |
2011-01-26 | modem: do not allow more than one client to lock down | Rémi Denis-Courmont | 1 | -7/+6 | |
2011-01-25 | call-settings: use enum values | Lucas De Marchi | 1 | -8/+8 | |
Use the enum values defined for CLIP, CNAP, CLIR, COLP and COLR. | |||||
2011-01-25 | common: add function to validate long numbers | Rafael Ignacio Zurita | 3 | -3/+21 | |
Also, adapt voicecall to use the new function for outgoing calls. | |||||
2011-01-25 | simutil: EF Fileid additions USIM and SIM Phonebook | Jessica Nilsson | 1 | -0/+12 | |
Also, adding some general fileids for building paths | |||||
2011-01-24 | stk: change timeout from 10 to 3mintues | Jeevaka Badrappan | 1 | -1/+1 | |
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-22 | sim: Remove double empty lines | Marcel Holtmann | 1 | -1/+0 | |
2011-01-21 | voicecall: Fix some minor style issues for voicecall properties | Marcel Holtmann | 1 | -13/+13 | |
2011-01-20 | sms: Break out message objects into message.[ch] | Faiyaz Baxamusa | 3 | -219/+310 | |
These can be used as is by the CDMA SMS manager atom | |||||
2011-01-20 | sim-auth: Add skeleton for the sim-auth atom | Andrzej Zaborowski | 2 | -0/+136 | |
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 | 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: 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 | 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 | gprs: mark context driver as not used when removing active context | Tomasz Gregorek | 1 | -0/+2 | |
2011-01-20 | core: Always return success to a no-op | Aki Niemi | 1 | -3/+3 | |
A SetProperty that doesn't actually change the Online property's state when no change to that state is pending, should not fail. It should always succeed regardless of the current modem state. | |||||
2011-01-20 | gprs: Core support for packet switched bearer reporting | Rémi Denis-Courmont | 1 | -0/+27 | |
2011-01-20 | common: Define packet switched bearers | Rémi Denis-Courmont | 2 | -0/+36 | |
2011-01-19 | voicecall: Handle empty EFecc properly | Denis Kenzior | 1 | -4/+1 | |
When EFecc is empty we should still set the calling codes to the default_en_list, not keep the default_en_list + default_en_list_no_sim | |||||
2011-01-18 | sms: make sms atom offline-safe | Pekka Pessi | 1 | -6/+91 | |
Allow use of SMS atom both in online and offline (post_sim) states. SMS atom now watches network registration atom and state. Thmessages are queued but not sent if not registered to a network. Errors occurring when a short message is being sent while transition from online to offline or when network coverage is dropped are now handled gracefully. | |||||
2011-01-18 | voicecall: Update to the new API | Denis Kenzior | 1 | -3/+5 | |
2011-01-18 | call-settings: apply rule M11 of coding style | Lucas De Marchi | 1 | -17/+17 | |
2011-01-18 | call-settings: add support for cdip | Lucas De Marchi | 1 | -2/+71 | |
2011-01-18 | voicecall: add support for cdip | Lucas De Marchi | 1 | -2/+36 | |
Enable oFono to show the identification informed with CDIP. | |||||
2011-01-18 | simutil: Sort sim_fileid in numerical order | Denis Kenzior | 1 | -5/+5 | |
2011-01-18 | simutil: M9, M11, Minor style fixes and indentation | Jessica Nilsson | 1 | -5/+5 | |
2011-01-18 | netreg: Remove default statement | Aki Niemi | 1 | -2/+2 | |
2011-01-18 | netreg: Fix userdata -> user_data | Aki Niemi | 1 | -10/+10 | |
This convention has been advertized on the mailing list. | |||||
2011-01-18 | simutil: Style fixes, M12 | Aki Niemi | 1 | -29/+29 | |
2011-01-18 | netreg: Style fixes, M12 | Aki Niemi | 1 | -8/+8 | |
2011-01-18 | common: Style fixes, M12 | Aki Niemi | 1 | -57/+57 | |
2011-01-17 | sim: fix issue with sizeof call | Jeevaka Badrappan | 1 | -1/+1 | |
In some compilers, sizeof the functional argument is not returning the actual sizeof the argument. |