Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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.
|
|
Also accept 0x9f as a success status word 1 for READ BINARY (GSM specific).
|
|
|
|
Future-Proof own numbers support. For now we only report voice numbers
Rename attributes to be a bit better
|
|
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.
|
|
|