summaryrefslogtreecommitdiff
path: root/unit/test-rilmodem-sms.c
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Remove superfluous use of _GNU_SOURCEJonas Bonn2018-10-171-1/+0
| | | | | | There are a large number of files in the tree that define _GNU_SOURCE despite not actually using features hidden behind this flag. This patch removes all these definitions in one fell swoop...
* unit: rilmodem-test - add missing string.hLukasz Nowak2017-03-281-0/+1
| | | | Remove warnings of undeclared memcpy, strncpy, etc.
* unit: update test-rilmodem-sms set_sca test caseTony Espy2015-12-041-4/+4
| | | | | | Update test-rilmodem-sms set_sca test case to take into account additional quotes used for sending a SET_SMSC_ADDRESS request.
* unit: add new test-rilmodem-sms test casesTony Espy2015-11-291-14/+342
| | | | | | | Add new test-rilmodem-sms test cases for the remaining untested atom functions, including two tests for incoming SMS unsolicited responses. Also updated test-rilmodem-cs due to rilmodem-test-server changes.
* unit: add new test-rilmodem-smsTony Espy2015-11-191-0/+261