Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-14 | Make oFono use proper record ids, don't use tricks | Denis Kenzior | 1 | -1/+1 | |
2009-06-22 | Add write/read operations for cyclic files in SIM. | Andrzej Zaborowski | 1 | -0/+35 | |
2009-06-18 | Cleanup EFmsisdn reading patch | Denis Kenzior | 1 | -89/+0 | |
2009-06-18 | Read own numbers from EFmsisdn instead of AT+CNUM. | Andrzej Zaborowski | 1 | -0/+1 | |
2009-06-18 | Minor style fixes | Denis Kenzior | 1 | -1/+1 | |
2009-06-18 | Add record based file capability to sim_ops | Andrzej Zaborowski | 1 | -23/+176 | |
Add capability to read / write / stat files on the SIM. This now supports cyclic, linear fixed and transparent SIM files. Parse GET RESPONSE result to find structure of the file (cyclic, linear fixed, or transparent), the file size and the record length. Add both read and update capability for binary and record-based files. Implement writing sim files through AT. | |||||
2009-06-18 | Use GET RESPONSE sim command to retrieve EF length | Andrzej Zaborowski | 1 | -7/+10 | |
Also accept 0x9f as a success status word 1 for READ BINARY (GSM specific). | |||||
2009-05-29 | Do not use empty prefixes | Denis Kenzior | 1 | -8/+5 | |
2009-05-26 | Cleanup SimManager interface | Denis Kenzior | 1 | -8/+22 | |
Future-Proof own numbers support. For now we only report voice numbers Rename attributes to be a bit better | |||||
2009-05-26 | Create ofono_phone_number struct | Denis Kenzior | 1 | -13/+8 | |
Creates a new structure in driver.h called ofono_phone_number. This is meant to replace const char *number, int number_type arguments everywhere. Fix up all existing code to use this structure instead. | |||||
2009-05-26 | Add atmodem SIM-related operations | Andrzej Zaborowski | 1 | -0/+325 | |