Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-26 | simutil: Add sim_encode_bcd_number | Denis Kenzior | 1 | -0/+1 | |
2010-05-26 | simutil: add sim_extract_bcd_number | Denis Kenzior | 1 | -0/+2 | |
2010-05-25 | simutil: Add MMC MNC pair encoding utility | Andrzej Zaborowski | 1 | -0/+1 | |
2010-05-25 | simutil: simplify ctlv logic | Denis Kenzior | 1 | -0/+1 | |
2010-05-25 | simutil: Add utilities for encoding BTLV and CTLV | Andrzej Zaborowski | 1 | -0/+47 | |
2010-05-19 | Read EF_ICCID property of SIM | Daniel Wagner | 1 | -0/+1 | |
Tested with phonesim. | |||||
2010-05-13 | simutil: Add comprehension tlv copy | Yang Gu | 1 | -0/+3 | |
Can be used to save the state of the current iterator and 'peek' ahead. | |||||
2010-03-25 | Make the function to parse mcc and mnc public | Yang Gu | 1 | -0/+1 | |
2010-02-23 | Add COMPREHENSION TLV iterator utilities | Denis Kenzior | 1 | -0/+23 | |
2010-02-23 | Add Simple TLV iterator utilities | Denis Kenzior | 1 | -0/+18 | |
2010-02-23 | Move from header to implementation | Denis Kenzior | 1 | -2/+0 | |
2010-02-23 | Add BER-TLV iterator utilities | Denis Kenzior | 1 | -0/+51 | |
2010-01-12 | If EF-MWIS is not available use the CPHS version. | Andrzej Zaborowski | 1 | -0/+1 | |
2010-01-12 | Use CPHS version of mailbox numbers on SIM if 3GPP version not available. | Andrzej Zaborowski | 1 | -0/+1 | |
Otherwise just try to keep the CPHS version of the files in sync. | |||||
2010-01-12 | Retrieve CPHS phase (if any) from SIM. | Andrzej Zaborowski | 1 | -0/+1 | |
2010-01-06 | Index SIM cache by phase also. | Andrzej Zaborowski | 1 | -0/+1 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-10-02 | Fix: Make const correct | Denis Kenzior | 1 | -2/+2 | |
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/+5 | |
Based on ETSI 102.221 | |||||
2009-10-02 | Add utility to parse 2G GET_RESPONSE data | Denis Kenzior | 1 | -0/+4 | |
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 | -0/+2 | |
2009-10-02 | Add basic elementary file database | Denis Kenzior | 1 | -0/+11 | |
2009-09-22 | Move some stuff around | Denis Kenzior | 1 | -3/+0 | |
2009-09-22 | Do PIN authentication | Andrzej Zaborowski | 1 | -0/+3 | |
This adds checking whether PIN is required during SIM initialisation and delaying the sim ready notifications until after correct PIN is given. | |||||
2009-09-17 | Present list of preferred languages on SimManager interfce. | Andrzej Zaborowski | 1 | -0/+2 | |
We try to detect the old (2G / 2G+, 51.011) EFlp format and deal with the file contents accordingly. | |||||
2009-09-16 | Add reading of various CBS related EFs | Denis Kenzior | 1 | -0/+3 | |
- EFcbmi - Cell Broadcast Identifiers - EFcbmir - Cell Broadcast Identifier Ranges - EFcbmid - Cell Broadcast Identifiers for Data Download | |||||
2009-08-31 | Expose service dialling numbers stored on SIM through SimManager. | Andrzej Zaborowski | 1 | -0/+1 | |
2009-08-31 | Decode and encode alpha-identifier fields | Andrzej Zaborowski | 1 | -2/+3 | |
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-31 | Read EFad and expose the IMSI MNC length (2-3) | Andrzej Zaborowski | 1 | -0/+1 | |
2009-08-17 | Support emergency numbers | Yang Gu | 1 | -0/+1 | |
2009-08-05 | Add utility for building ADN records | Andrzej Zaborowski | 1 | -0/+2 | |
Used to populate MSISDN, MBDN, etc records on the SIM | |||||
2009-08-04 | Add a MessageWaiting interface to track message waiting indications. | Andrzej Zaborowski | 1 | -0/+3 | |
The state of the indications is kept in memory and written back to the SIM after any changes. | |||||
2009-07-31 | Clean up in sim.c. | Andrzej Zaborowski | 1 | -0/+3 | |
Remove unused variables and fields. Move EFadn format parsing to a common function because various files use this same format. | |||||
2009-07-27 | Refactor SIM file access code | Denis Kenzior | 1 | -0/+17 | |
SIM File Access conditions would be reported similarly between various stacks, so it seems like the core logic of figuring out the access conditions belongs up in the daemon. This also fixes various problems, including: - access conditions read from bytes 10-12, instead of 9-11. - read/update, invalidate/rehabilitate and increase conditions read from the wrong bits (0-3 instead of 4-7 and vice versa) | |||||
2009-07-17 | Clean-up in sim.c. | Andrzej Zaborowski | 1 | -17/+7 | |
2009-07-14 | Refactor EONS to have lac / non-lac versions | Denis Kenzior | 1 | -1/+5 | |
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 | Return the entire EONS info, not just the longname | Denis Kenzior | 1 | -3/+12 | |
2009-07-14 | Refactor OPL code | Denis Kenzior | 1 | -14/+16 | |
2009-07-14 | Move SPDI to network.c | Denis Kenzior | 1 | -0/+9 | |
2009-07-14 | Refactor sim_pnn_operator_parse | Denis Kenzior | 1 | -2/+1 | |
2009-07-14 | Move PNN operator parsing to simutil | Denis Kenzior | 1 | -0/+12 | |
2009-07-14 | Move function to simutil.c | Denis Kenzior | 1 | -0/+2 | |
2009-07-14 | Move enum to simutil.h | Denis Kenzior | 1 | -0/+3 | |
2009-07-14 | Move enum to simutil.h | Denis Kenzior | 1 | -0/+9 | |
2009-07-14 | Move utility to its own file | Denis Kenzior | 1 | -0/+22 | |