summaryrefslogtreecommitdiffstats
path: root/ss.c
Commit message (Collapse)AuthorAgeFilesLines
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-5/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Copyright: Corrected email addressPaul Kocialkowski2012-11-191-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-14/+14
| | | | | | | | | | | * Handling ril requests with lists * Renamed functions to complete requests * Globals (most of them) are held in ril_data * Renamed SIM_Status to ril_sim_state * Renamed client object to data * Moved client funcs to a sub-structure Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Cosmetics: removed lines with tabs or spacesPaul Kocialkowski2012-08-281-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Fix some compilation warningsAlexander Tarasikov2012-07-251-5/+2
|
* Fix ussd message corruptionAlexander Tarasikov2012-07-131-1/+1
|
* Move SmsCodingScheme to utils.c for future reuseAlexander Tarasikov2012-07-131-38/+0
|
* Fix USSD encoding for all GSM7/UCS2/ASCII casesAlexander Tarasikov2012-07-131-5/+45
| | | | | | | This is a port of the DCS decoding function from the XDANDROID RIL. Now latin and unicode USSD notifications are correctly received. Verified by receiving cyrillic messages
* Add UCS2 USSD decodingAlexander Tarasikov2012-07-131-2/+18
|
* Added USSD supportPaulK2012-02-211-0/+210