summaryrefslogtreecommitdiffstats
path: root/unit/test-simutil.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-14unit: Fix test to use valid EF_PNNAlfonso Sanchez-Beato1-5/+7
test-simutil was not using EF_PNN files with a valid format.
2012-11-22unit: Add 2G and 3G path lookup testsDenis Kenzior1-0/+24
2012-11-22unit: Fix StyleDenis Kenzior1-1/+2
2012-11-22unit: Remove failing testDenis Kenzior1-3/+0
We removed the needed file id from the sim database. It was not being used.
2011-10-10unit: Update copyright informationMarcel Holtmann1-1/+1
2011-01-20unit: unit test for sim_parse_app_template_entriesAndrzej Zaborowski1-0/+32
2011-01-12unit: M15 coding style fixJeevaka Badrappan1-7/+7
2010-11-29unit: explicitly compare pointers to NULLLucas De Marchi1-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>
2010-05-25test-simutil: Add a BER-TLV encoding testsAndrzej Zaborowski1-3/+268
2010-02-23Add BER-TLV iterator unit testDenis Kenzior1-0/+49
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-02Use small caps for 2G/3G functionsDenis Kenzior1-2/+2
2009-10-02Add unit test for 3G STATUS response dataDenis Kenzior1-0/+46
2009-10-02Add unit test for EF databaseDenis Kenzior1-0/+18
2009-09-05Add missing HAVE_CONFIG_H checksMarcel Holtmann1-0/+4
2009-08-20Use types.h instead of driver.h hereDenis Kenzior1-1/+2
2009-07-31Clean up in sim.c.Andrzej Zaborowski1-0/+1
Remove unused variables and fields. Move EFadn format parsing to a common function because various files use this same format.
2009-07-17Test EONS handling.Andrzej Zaborowski1-0/+79