Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-26 | simutil: Fix compilation with gcc 4.3.2 | Andrzej Zaborowski | 1 | -2/+2 | |
This gcc version gives two signed / unsigned comparison warnings. | |||||
2010-08-23 | sim: Read EFust and EFest | Yang Gu | 1 | -0/+18 | |
2010-06-09 | simutil: Remove unneeded forward-declaration | Denis Kenzior | 1 | -44/+42 | |
2010-06-09 | simutil: Fix MMC MNC encoding for 2-digit MNCs. | Andrzej Zaborowski | 1 | -11/+8 | |
2010-06-09 | util: Add a "sim string" encoding utility. | Andrzej Zaborowski | 1 | -15/+10 | |
2010-05-26 | simutil: Make sim_adn_build use sim bcd | Denis Kenzior | 1 | -1/+1 | |
2010-05-26 | simutil: Add sim_encode_bcd_number | Denis Kenzior | 1 | -0/+53 | |
2010-05-26 | simutil: Make sim_adn_parse use sim bcd version | Denis Kenzior | 1 | -1/+1 | |
2010-05-26 | simutil: add sim_extract_bcd_number | Denis Kenzior | 1 | -0/+31 | |
2010-05-25 | simutil: Add MMC MNC pair encoding utility | Andrzej Zaborowski | 1 | -0/+17 | |
2010-05-25 | simutil: simplify ctlv logic | Denis Kenzior | 1 | -77/+46 | |
2010-05-25 | simutil: Simplify ber_tlv_builder_optimize logic | Denis Kenzior | 1 | -9/+12 | |
2010-05-25 | simutil: Simplify ber_tlv builder set_length logic | Denis Kenzior | 1 | -13/+5 | |
2010-05-25 | simutil: Simplify builder_write_header | Denis Kenzior | 1 | -35/+34 | |
2010-05-25 | simutil: Be more type-correct | Denis Kenzior | 1 | -1/+1 | |
2010-05-25 | simutil: Get rid of ugly-named functions | Denis Kenzior | 1 | -13/+8 | |
Replace them by macros | |||||
2010-05-25 | simutil: Add utilities for encoding BTLV and CTLV | Andrzej Zaborowski | 1 | -0/+310 | |
2010-05-13 | simutil: Add comprehension tlv copy | Yang Gu | 1 | -0/+12 | |
Can be used to save the state of the current iterator and 'peek' ahead. | |||||
2010-04-22 | Fix CTLV three-byte tag parsing. | Andrzej Zaborowski | 1 | -6/+6 | |
2010-03-25 | Make the function to parse mcc and mnc public | Yang Gu | 1 | -3/+3 | |
2010-02-23 | Add COMPREHENSION TLV iterator utilities | Denis Kenzior | 1 | -0/+115 | |
2010-02-23 | Add Simple TLV iterator utilities | Denis Kenzior | 1 | -0/+87 | |
2010-02-23 | Fix: EFspdi parsing | Denis Kenzior | 1 | -3/+11 | |
EFspdi is a nested BER-TLV structure. The outside BER-TLV has the tag A3, and the inside contains the PLMN list TLV with tag 0x80. | |||||
2010-02-23 | Rewrite ber_tlv_find_tag to use ber_tlv iterator | Denis Kenzior | 1 | -30/+9 | |
2010-02-23 | Move from header to implementation | Denis Kenzior | 1 | -0/+2 | |
2010-02-23 | Add BER-TLV iterator utilities | Denis Kenzior | 1 | -0/+147 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-10-04 | Fix pointer size problem with GUINT_TO_POINTER and unsigned short | Marcel Holtmann | 1 | -1/+1 | |
2009-10-02 | Fix: Make const correct | Denis Kenzior | 1 | -2/+2 | |
2009-10-02 | Fix: Add additional error checking | Denis Kenzior | 1 | -1/+4 | |
2009-10-02 | Use small caps for 2G/3G functions | Denis Kenzior | 1 | -2/+2 | |
2009-10-02 | Add utility to parse 3G get response data | Denis Kenzior | 1 | -0/+109 | |
Based on ETSI 102.221 | |||||
2009-10-02 | Add utility to parse 2G GET_RESPONSE data | Denis Kenzior | 1 | -0/+22 | |
This format is described in 51.011 and the older 11.11. It is not supported by newer 3G UICC based devices & sim card combinations | |||||
2009-10-02 | Add utility to lookup files in EF db | Denis Kenzior | 1 | -1/+21 | |
2009-10-02 | Add basic elementary file database | Denis Kenzior | 1 | -0/+62 | |
2009-09-25 | Fix segmentation fault from SIM reading on Calypso modem | Marcel Holtmann | 1 | -0/+3 | |
2009-09-22 | Move some stuff around | Denis Kenzior | 1 | -36/+0 | |
2009-09-22 | Do PIN authentication | Andrzej Zaborowski | 1 | -0/+36 | |
This adds checking whether PIN is required during SIM initialisation and delaying the sim ready notifications until after correct PIN is given. | |||||
2009-08-31 | Simplify nested ifs | Denis Kenzior | 1 | -15/+15 | |
2009-08-31 | Simplify overly complicated code | Denis Kenzior | 1 | -16/+16 | |
2009-08-31 | Decode and encode alpha-identifier fields | Andrzej Zaborowski | 1 | -5/+37 | |
Add identifier argument to sim_adn_parse and sim_adn_build. Also fix the number length passed to extract_bcd_number in sim_adn_parse. | |||||
2009-08-20 | Use types.h instead of driver.h here | Denis Kenzior | 1 | -1/+1 | |
2009-08-07 | Fix sim ADN type of number handling | Denis Kenzior | 1 | -2/+2 | |
The type of number stored here is not quite the same as SMS number, and should be parsed differently | |||||
2009-08-06 | Fix style | Denis Kenzior | 1 | -2/+2 | |
2009-08-06 | Fix style | Denis Kenzior | 1 | -2/+5 | |
2009-08-06 | No spaces between variable and ++/-- | Denis Kenzior | 1 | -7/+7 | |
2009-08-05 | Add utility for building ADN records | Andrzej Zaborowski | 1 | -0/+27 | |
Used to populate MSISDN, MBDN, etc records on the SIM | |||||
2009-07-31 | Clean up in sim.c. | Andrzej Zaborowski | 1 | -0/+28 | |
Remove unused variables and fields. Move EFadn format parsing to a common function because various files use this same format. | |||||
2009-07-17 | Clean-up in sim.c. | Andrzej Zaborowski | 1 | -5/+17 | |
2009-07-17 | Make PNN / OPL work. | Andrzej Zaborowski | 1 | -4/+8 | |