summaryrefslogtreecommitdiff
path: root/unit/test-simutil.c
Commit message (Collapse)AuthorAgeFilesLines
* sim-auth: Parse auth response according to TS 31.102Slava Monich2021-06-011-28/+97
|
* unit: add validate_utf8_tlv testsSergey Matyukevich2021-01-191-0/+22
|
* unit: Switch decode_hex to l_util_from_hexstringDenis Kenzior2018-12-271-5/+6
|
* unit: Use sim_app_record_free to avoid memleaksDenis Kenzior2018-02-281-0/+1
|
* unit: fix test-simutil failureJames Prestwood2018-01-191-4/+4
| | | | | | A fixup was made in simauth to fix the AUTS length and the simutil unit test was never updated to reflect the length change.
* unit: Fix up style issuesDenis Kenzior2017-10-111-5/+8
|
* unit: add gsm and umts parse/build unit testsJames Prestwood2017-10-111-0/+105
|
* unit: Avoid use of uninitialised data in test-simutilSlava Monich2017-08-241-2/+2
| | | | | | | | | | | | | GTest: run: /testsimutil/ber tlv encode EFpnn ==16777== Conditional jump or move depends on uninitialised value(s) ==16777== at 0x4068CB: ber_tlv_iter_next (simutil.c:369) ==16777== by 0x406C39: ber_tlv_find_by_tag (simutil.c:483) ==16777== by 0x407E1D: sim_eons_add_pnn_record (simutil.c:1027) ==16777== by 0x402C39: test_ber_tlv_builder_efpnn (test-simutil.c:181) ==16777== by 0x4EA3A80: g_test_run_suite_internal ==16777== by 0x4EA3F9A: g_test_run_suite ==16777== by 0x4EA3FD0: g_test_run ==16777== by 0x4042FA: main (test-simutil.c:518)
* unit: Fix test to use valid EF_PNNAlfonso Sanchez-Beato2014-03-141-5/+7
| | | | test-simutil was not using EF_PNN files with a valid format.
* unit: Add 2G and 3G path lookup testsDenis Kenzior2012-11-221-0/+24
|
* unit: Fix StyleDenis Kenzior2012-11-221-1/+2
|
* unit: Remove failing testDenis Kenzior2012-11-221-3/+0
| | | | | We removed the needed file id from the sim database. It was not being used.
* unit: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* unit: unit test for sim_parse_app_template_entriesAndrzej Zaborowski2011-01-201-0/+32
|
* unit: M15 coding style fixJeevaka Badrappan2011-01-121-7/+7
|
* unit: explicitly compare pointers to NULLLucas De Marchi2010-11-291-2/+2
| | | | | | | | | | | | | | This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
* test-simutil: Add a BER-TLV encoding testsAndrzej Zaborowski2010-05-251-3/+268
|
* Add BER-TLV iterator unit testDenis Kenzior2010-02-231-0/+49
|
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Use small caps for 2G/3G functionsDenis Kenzior2009-10-021-2/+2
|
* Add unit test for 3G STATUS response dataDenis Kenzior2009-10-021-0/+46
|
* Add unit test for EF databaseDenis Kenzior2009-10-021-0/+18
|
* Add missing HAVE_CONFIG_H checksMarcel Holtmann2009-09-051-0/+4
|
* Use types.h instead of driver.h hereDenis Kenzior2009-08-201-1/+2
|
* Clean up in sim.c.Andrzej Zaborowski2009-07-311-0/+1
| | | | | | Remove unused variables and fields. Move EFadn format parsing to a common function because various files use this same format.
* Test EONS handling.Andrzej Zaborowski2009-07-171-0/+79