summaryrefslogtreecommitdiff
path: root/unit/test-sms.c
Commit message (Collapse)AuthorAgeFilesLines
* unit: Use l_util_hexstring instead of encode_hexDenis Kenzior2018-12-271-29/+21
|
* unit: Switch decode_hex to l_util_from_hexstringDenis Kenzior2018-12-271-126/+60
|
* unit: Update to use l_free instead of g_freeDenis Kenzior2018-12-271-5/+5
| | | | | Previous commit changes character conversion functions to use ell memory allocation routines. Update all uses to free memory using the same.
* unit: convert usage of g_test_verboseDenis Kenzior2018-12-271-108/+109
| | | | | | | | Convert all usages of this function in favor of using a static VERBOSE variable. We almost never use verbose output except while debugging. Additionally this allows us to more easily convert all unit tests to the ell unit test framework
* unit: Update to the new pack_7bit/unpack_7bit apiDenis Kenzior2018-12-271-5/+6
|
* unit: update to the new util apiDenis Kenzior2018-12-271-5/+5
|
* unit: test-sms: Fix memory leaks in the unit testSlava Monich2016-12-301-0/+5
|
* unit: Use g_slist_free_fullJohn Ernberg2016-04-221-14/+7
|
* unit: Add test to encode / decode 11 char TP-OATommi Kenakkala2015-02-131-0/+38
|
* test-sms: Add skeleton code for MWI unit testDenis Kenzior2013-09-031-0/+105
|
* unit: Add test to check CBS padding characterGuillaume Zajac2012-09-171-0/+59
| | | | | | This CBS unit test is used to check that the <CR> character can be interpreted as a wanted carriage return and not necessarily as a padding character.
* unit: Avoid shadowing data variableMarcel Holtmann2012-07-151-3/+3
|
* unit: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* build: Split non-root unit tests to have make check succeedMarcel Holtmann2011-06-301-55/+0
|
* unit: M15 coding style fixJeevaka Badrappan2011-01-121-13/+13
|
* test: Fixup build issues with test-smsDenis Kenzior2010-12-091-8/+8
|
* unit: Minor style updates to test-smsDenis Kenzior2010-12-081-30/+27
|
* unit: add national dialect SMS character set testsOleg Zhurakivskyy2010-12-081-0/+244
|
* unit: Update test-sms to the new APIDenis Kenzior2010-11-021-6/+6
|
* unit: Fix some copyright and license headersMarcel Holtmann2010-09-261-13/+13
|
* unit: Make test-sms less verboseDenis Kenzior2010-09-221-3/+5
|
* unit: add fuzzy address check to test-smsPetteri Tikander2010-09-221-1/+42
|
* unit: Update test-sms to the new sr assembly apiDenis Kenzior2010-09-211-8/+11
|
* unit: Add unit test for status report expirationPetteri Tikander2010-09-101-0/+7
|
* test-sms: Add basic SMS WAP-PUSH decoder testDenis Kenzior2010-08-171-0/+86
|
* test-sms: Unify some copy-pasted codeDenis Kenzior2010-08-171-84/+60
|
* test-sms: Update with a real EMS testDenis Kenzior2010-07-131-45/+173
|
* test-sms: Fix a memory leakDenis Kenzior2010-07-081-0/+1
|
* unit: Add unit tests for status report assemblyDenis Kenzior2010-06-211-0/+46
|
* test-sms: Update unit test to the new APIPasi Miettinen2010-06-071-6/+5
|
* test-sms: Add a unit test for the previous bugfixDenis Kenzior2010-06-011-8/+36
|
* Fix: Dead AssignmentsDenis Kenzior2010-02-041-0/+1
|
* Fix some leftover oudated copyrightsMarcel Holtmann2010-01-281-1/+1
|
* Add unit test for max message size encodingDenis Kenzior2009-12-031-0/+61
|
* Migrate from RFC2822 to ISO8601Olivier Le Thanh Duong2009-10-211-2/+2
|
* Make sure unit tests also use right pdu buffer lenDenis Kenzior2009-09-161-2/+2
|
* Add ability to expire PLMN wide messagesDenis Kenzior2009-09-101-1/+1
|
* Add unit test for CBS topic range functionsDenis Kenzior2009-09-101-0/+41
|
* Add unit test for sms assembly serializationDenis Kenzior2009-09-081-0/+55
|
* Fixup unit test dataDenis Kenzior2009-09-081-3/+3
| | | | 50 in first octet of deliver isn't valid
* Write state of SMS assembly to disk and restore on startup.Andrzej Zaborowski2009-09-081-2/+2
| | | | | This way we can continue receiving segmented messages over a reset or crash.
* Add missing HAVE_CONFIG_H checksMarcel Holtmann2009-09-051-0/+4
|
* Fix signedness warningDenis Kenzior2009-07-131-1/+1
|
* Fix missing gprintf includeDenis Kenzior2009-07-131-0/+1
|
* Add Unit test for CBS assembly utilitiesDenis Kenzior2009-07-021-0/+93
|
* Fix memory leaks in unit testsDenis Kenzior2009-07-021-1/+5
|
* Update unit testDenis Kenzior2009-07-021-0/+22
|
* Add unit test for CBS encode / decodeDenis Kenzior2009-07-021-0/+48
|
* Print new line as intendedDenis Kenzior2009-06-241-1/+1
|
* Another type safety fixDenis Kenzior2009-06-241-1/+1
|