Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2009-07-14 | Remove unneeded function | Denis Kenzior | 1 | -4/+0 | |
2009-07-14 | Fix warnings | Denis Kenzior | 1 | -4/+4 | |
2009-07-14 | Refactor EONS to have lac / non-lac versions | Denis Kenzior | 1 | -3/+22 | |
PNN/OPL database has fields which provide global operator naming, or specific to a cell range. The cell range can only be obtained if the operator is the current one. | |||||
2009-07-14 | Fix missing header | Denis Kenzior | 1 | -0/+1 | |
2009-07-14 | Return the entire EONS info, not just the longname | Denis Kenzior | 1 | -14/+7 | |
2009-07-14 | Refactor OPL code | Denis Kenzior | 1 | -42/+167 | |
2009-07-14 | Fix parsing of mcc_mnc code | Denis Kenzior | 1 | -12/+12 | |
The digits above 0-9 were not handled correctly | |||||
2009-07-14 | Move SPDI to network.c | Denis Kenzior | 1 | -0/+92 | |
2009-07-14 | Refactor sim_pnn_operator_parse | Denis Kenzior | 1 | -7/+6 | |
2009-07-14 | Move PNN operator parsing to simutil | Denis Kenzior | 1 | -0/+39 | |
2009-07-14 | Move function to simutil.c | Denis Kenzior | 1 | -0/+54 | |
2009-07-14 | Move utility to its own file | Denis Kenzior | 1 | -0/+66 | |