Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move all encoding/decoding code to ss.cussd_codes | Wolfgang Wiedmeyer | 2017-06-04 | 3 | -92/+88 |
| | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | convert gsm7 to utf8 | Wolfgang Wiedmeyer | 2017-06-04 | 3 | -39/+75 |
| | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | cleanup | Wolfgang Wiedmeyer | 2017-06-04 | 1 | -7/+3 |
| | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | move encoding check to ss.c | Wolfgang Wiedmeyer | 2017-06-03 | 4 | -45/+44 |
| | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | only check for error codes we know | Wolfgang Wiedmeyer | 2017-06-03 | 1 | -2/+1 |
| | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | get rid of global ussd state and catch error code in callback | Wolfgang Wiedmeyer | 2017-06-03 | 1 | -8/+29 |
| | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | various smaller improvements | Wolfgang Wiedmeyer | 2017-06-03 | 1 | -27/+21 |
| | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | little fixes | Wolfgang Wiedmeyer | 2017-06-03 | 2 | -3/+6 |
| | |||||
* | first version | Wolfgang Wiedmeyer | 2017-05-28 | 6 | -0/+473 |
| | |||||
* | Revert "allow SIM_IO request also if the SIM is locked or absent" | Wolfgang Wiedmeyer | 2017-05-27 | 1 | -7/+2 |
| | | | | | | This reverts commit a698df09a7dbdcf41ee680f69735dcd50054f469. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | Add 00000 to the PLMN listreplicant-6.0-beta-0002replicant-6.0-beta-0001replicant-6.0-alpha-0006 | Wolfgang Wiedmeyer | 2016-12-29 | 1 | -0/+1 |
| | | | | | | | | | | | Early during boot of the system, the modem answers with the string "00000" to the OPERATOR request. Samsung-RIL currently drops this response, while the proprietary RIL forwards it. Let's duplicate the behaviour of the proprietary RIL here. This seems to prevent that the RIL gets flooded with OPERATOR requests during system boot. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | network: Account for three-digit MNC codes | Wolfgang Wiedmeyer | 2016-12-29 | 1 | -1/+4 |
| | | | | | | | Makes the OPERATOR request work in countries that use three-digit MNC codes. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | sms: Also check if RIL_REQUEST_SEND_SMS_EXPECT_MORE was already handled | Wolfgang Wiedmeyer | 2016-12-29 | 1 | -3/+4 |
| | | | | | | This hopefully finally fixes sending of longer SMS messages. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | Revert "sms: Make RIL_REQUEST_SEND_SMS_EXPECT_MORE work" | Wolfgang Wiedmeyer | 2016-12-29 | 1 | -11/+6 |
| | | | | | | Does not work reliable. This reverts commit 3935ea6f21e4f42024a025de2cc3fb6bc1816002. | ||||
* | sms: Make RIL_REQUEST_SEND_SMS_EXPECT_MORE work | Wolfgang Wiedmeyer | 2016-12-20 | 1 | -6/+11 |
| | | | | | | | | | | ril_request_send_sms() is used both for RIL_REQUEST_SEND_SMS_EXPECT_MORE and RIL_REQUEST_SEND_SMS, so it shouldn't always only assume RIL_REQUEST_SEND_SMS, same for ipc_sms_svc_center_addr(). This fixes sending multipart messages. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | ipc_sec_pin_status: don't return too early if locked | Wolfgang Wiedmeyer | 2016-12-18 | 1 | -1/+0 |
| | | | | | | | | This fixes the issue when the PIN can't be entered successfully after it was entered incorrectly once. As a side-effect, the SIM lock screen shows much earlier. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | allow SIM_IO request also if the SIM is locked or absentreplicant-6.0-alpha-0005replicant-6.0-alpha-0004replicant-6.0-alpha-0003replicant-6.0-alpha-0002 | Wolfgang Wiedmeyer | 2016-02-06 | 1 | -2/+7 |
| | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | Merge remote-tracking branch 'replicant/master' into replicant-6.0replicant-6.0-alpha-0001 | Wolfgang Wiedmeyer | 2016-01-14 | 1 | -2/+2 |
|\ | |||||
| * | network: Report emergency ability when not connectedHEADmaster | Paul Kocialkowski | 2016-01-06 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | | samsung-ril-socket: mic mute implementation | Wolfgang Wiedmeyer | 2015-12-23 | 6 | -0/+35 |
| | | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | | fix linker error | Wolfgang Wiedmeyer | 2015-12-17 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | ||||
* | client: RIL state update delegation, no client destroy, IPC client boot in openreplicant-4.2-0004replicant-4.2-0003 | Paul Kocialkowski | 2014-10-04 | 4 | -37/+42 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | RIL client open retry at RIL init | Paul Kocialkowski | 2014-10-04 | 1 | -1/+11 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | samsung-ril-socket: SRS test messages implementation | Paul Kocialkowski | 2014-10-04 | 6 | -0/+194 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | misc: IMSI requires SIM ready state | Paul Kocialkowski | 2014-08-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | SamsungServiceMode can run in low power mode | Paul Kocialkowski | 2014-08-09 | 1 | -8/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Samsung-RIL rewrite: harder, better, probably not faster but definitely stronger | Paul Kocialkowski | 2014-08-07 | 38 | -7772/+10318 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | RIL_LOG macro to log messagesreplicant-4.2-0002replicant-4.2-0001 | Paul Kocialkowski | 2013-12-20 | 20 | -273/+279 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | misc: Complete NITZ report | Paul Kocialkowski | 2013-09-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Send internal SMS to alert the user when an important crash just happened | Paul Kocialkowski | 2013-09-29 | 6 | -3/+208 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | misc: Check for IPC message type properly | Paul Kocialkowski | 2013-09-29 | 1 | -14/+16 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Check modem state before RIL requests and properly report it on crash | Paul Kocialkowski | 2013-09-28 | 13 | -70/+198 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | sms: Write/delete SMS on SIM support | Paul Kocialkowski | 2013-09-01 | 3 | -0/+159 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | svc: Implement Samsung Service Mode OEM Hook | Paul Kocialkowski | 2013-08-25 | 4 | -0/+293 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | PLMN list update | Paul Kocialkowski | 2013-07-26 | 1 | -66/+123 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | ipc: Open client after power on | Paul Kocialkowski | 2013-07-03 | 1 | -8/+8 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Follow changes in libsamsung-ipc API | Paul Kocialkowski | 2013-07-03 | 5 | -226/+80 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Remove TODO list | Paul Kocialkowski | 2013-03-31 | 1 | -8/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | plmn_list: Update script and list | Paul Kocialkowski | 2013-03-31 | 2 | -181/+302 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Update copyright information | Paul Kocialkowski | 2013-03-31 | 27 | -71/+44 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Coding style: add spaces after switch statements | Paul Kocialkowski | 2013-03-31 | 8 | -28/+28 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Avoid checking ipc_message_info pointer since it is checked in readloop | Paul Kocialkowski | 2013-03-31 | 12 | -64/+53 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Coding style: add spaces around equal sign in for statements | Paul Kocialkowski | 2013-03-31 | 6 | -16/+16 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Define and use RIL_TOKEN_NULL | Paul Kocialkowski | 2013-03-31 | 7 | -35/+36 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | ss: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 1 | -4/+26 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | sms: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 1 | -93/+71 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | sat: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 2 | -70/+75 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | sec: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 2 | -122/+142 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | net: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 2 | -150/+169 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | misc: Refactor code, check for NULL pointers and prevent memory leaks | Paul Kocialkowski | 2013-03-31 | 1 | -43/+72 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> |