summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* port-serial-at: make mm_port_serial_at_command_finish() transfer ownershipLubomir Rintel2023-04-111-2/+2
* test: fix _mm_log() prototypesLubomir Rintel2023-04-101-1/+1
* mmtty: handle MM_LOG_LEVEL_MSG in _mm_log()Lubomir Rintel2023-04-101-0/+3
* test,mmsmspdu: fix verbose logging supportAleksander Morgado2023-03-301-1/+41
* build: drop autotoolsAleksander Morgado2022-11-071-131/+0
* core: switch bash shell scripts to use /bin/sh for use w/Busybox.Bruce A. Johnson2022-01-051-1/+1
* build,meson: Make feature options booleanIñigo Martínez2021-11-081-1/+1
* core: replace 'dummy' with 'placeholder'Aleksander Morgado2021-11-041-1/+1
* Tests: fix -Wformat compiler warningYegor Yefremov2021-09-171-1/+1
* test,lsudev: add attribute format to println()Aleksander Morgado2021-09-071-4/+3
* build: Port to mesonIñigo Martínez2021-09-071-0/+22
* mmtty: new --spew-control optionAleksander Morgado2021-03-311-0/+11
* mmtty: allow enabling LF with --send-lfAleksander Morgado2021-03-311-0/+11
* mmtty: fix printing logs with --verboseAleksander Morgado2021-03-311-1/+40
* mmtty: make sure \r\n is removed from the user lineAleksander Morgado2021-03-311-2/+11
* log: common logging method definition for all testers and helpersAleksander Morgado2020-04-083-66/+3
* sms-part-3gpp: port to use object loggingAleksander Morgado2020-04-081-1/+1
* log: new object logging supportAleksander Morgado2020-04-083-3/+6
* test,mmsmspdu: fix warnings with -Wswitch-enumAleksander Morgado2020-01-311-0/+1
* test,mmrules: fix warnings with -Wswitch-defaultAleksander Morgado2020-01-311-0/+2
* test,lsudev: fix warnings with -Wsign-compareAleksander Morgado2020-01-311-2/+1
* build: use AX_IS_RELEASE() and AX_COMPILER_FLAGS()Aleksander Morgado2020-01-301-0/+8
* Revert "build: fix order of linked libs in test apps"Aleksander Morgado2019-12-121-2/+2
* build: fix order of linked libs in test appsAleksander Morgado2019-12-111-2/+2
* build,test: fix order of included librariesAleksander Morgado2019-11-151-2/+2
* test: untabifyBen Chan2019-07-312-109/+109
* test: new 'mmsmsmonitor' tool to monitor SMS messagesAleksander Morgado2019-07-172-0/+220
* test: new 'mmsmspdu' tool to parse PDUs given in hexAleksander Morgado2019-07-152-0/+258
* glib: remove invocations of g_type_init()Ben Chan2017-02-033-6/+0
* core: allow building and running without udevaleksander/openwrtAleksander Morgado2016-09-292-0/+202
* core: use the kernel device object in the port object and the plugin interfaceAleksander Morgado2016-09-291-1/+1
* build,core: update build rulesAleksander Morgado2016-03-151-6/+26
* core: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE in GSourceFuncsAleksander Morgado2015-12-021-1/+1
* test: new 'mmtty' utilityAleksander Morgado2015-02-112-1/+315
* test: remove testers of the old interfaceAleksander Morgado2013-06-1815-1709/+2
* test: new tester for the messaging capabilities of a modem, using `mmcli'Aleksander Morgado2012-09-141-0/+169
* test: add utility to force a modem disconnectDan Williams2012-08-312-0/+31
* test: ignore ESN errors in info.pyDan Williams2012-05-301-2/+5
* build: require gudev >= 147Aleksander Morgado2012-03-161-1/+0
* test: (sms-get.py) don't fail if we don't get an SMSCDan Williams2012-02-021-1/+7
* test: pretty-print SMS messages in sms-get.pyDan Williams2012-02-011-1/+20
* test: add SMS get example/testDan Williams2012-01-262-0/+56
* test: add missing examples to Makefile.amDan Williams2012-01-261-1/+3
* test: rename SMS send exampleDan Williams2012-01-262-1/+1
* test: print sent SMS message index on successDan Williams2012-01-181-1/+2
* gsm: change SMS send validity from 5-minute units to minutesDan Williams2012-01-181-1/+1
* test: enhance SMS send util to accept validity and SMSC addressDan Williams2012-01-181-8/+36
* test: print out error if sending SMS failsDan Williams2012-01-181-4/+3
* tests: better handling of encodings in SMS test toolDan Williams2012-01-181-1/+10
* examples: add example of auto-enabling modemsDan Williams2011-09-302-1/+52