Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-26 | sim: read EFimg | Kristen Carlson Accardi | 1 | -0/+50 | |
2010-08-25 | sim: Check PIN even if no EFli / EFpl not read | Denis Kenzior | 1 | -4/+2 | |
2010-08-23 | sim: Retrieve EFphase according to the spec | Denis Kenzior | 1 | -45/+37 | |
2010-08-23 | sim: Reorder SIM initialization | Denis Kenzior | 1 | -98/+95 | |
2010-08-23 | sim: Reset mnc_length when removing SIM | Denis Kenzior | 1 | -0/+2 | |
In case the next SIM doesn't have it or something else weird happens. | |||||
2010-08-23 | sim: Update the SIM initialization comment | Denis Kenzior | 1 | -3/+11 | |
2010-08-23 | sim: Minor style fix | Denis Kenzior | 1 | -2/+2 | |
2010-08-23 | sim: Read EFust and EFest | Yang Gu | 1 | -2/+73 | |
2010-08-05 | sim: Use less space for locked_pins | Denis Kenzior | 1 | -10/+6 | |
Use only as required, since we only track PINs in this one, not PUKs | |||||
2010-08-05 | sim: Fix LockedPins in case SIM wants a PUK first | Denis Kenzior | 1 | -0/+26 | |
In the case that oFono is started with the SIM asking for a PUK, we don't report LockedPins properly. | |||||
2010-06-22 | Check sanity the MNC length value from the SIM card | Marcel Holtmann | 1 | -0/+4 | |
In case the SIM entry is wrong or we force reading of it, nasty things like this can happen: ofonod[12456]: Control:> AT+CRSM=176,28589,0,0,4\r ofonod[12456]: Control:< +CRSM: 144,0,"00FFFF"\r\n\r\nOK\r\n *** buffer overflow detected ***: ./src/ofonod terminated ======= Backtrace: ========= /lib64/libc.so.6(__fortify_fail+0x37)[0x3e42efb417] /lib64/libc.so.6[0x3e42ef9310] /lib64/libc.so.6(__strncpy_chk+0x17b)[0x3e42ef85cb] | |||||
2010-05-27 | sim: move ServiceDiallingNumbers to ServiceNumbers | Denis Kenzior | 1 | -2/+2 | |
In line with the API documentation | |||||
2010-05-19 | sim: Read EFiccid after EFphase | Denis Kenzior | 1 | -4/+4 | |
2010-05-19 | sim: No need for this define | Denis Kenzior | 1 | -2/+2 | |
2010-05-19 | Read EF_ICCID property of SIM | Daniel Wagner | 1 | -0/+37 | |
Tested with phonesim. | |||||
2010-04-15 | Style: Proper indentation | Denis Kenzior | 1 | -6/+7 | |
2010-04-15 | Add Sim Toolkit atom | Andrzej Zaborowski | 1 | -37/+0 | |
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver | |||||
2010-04-15 | Fix: Minor style issues | Denis Kenzior | 1 | -2/+2 | |
2010-04-15 | Fix: Uncomplicate the logic for SIM initialization | Denis Kenzior | 1 | -30/+29 | |
If we get a sim inserted notify before we are registered, we need to initialize the SIM once ofono_sim_register is called. The logic for doing so is rather twisted, simplify it. | |||||
2010-04-15 | Add SIM "Present" property. | Andrzej Zaborowski | 1 | -40/+77 | |
2010-04-15 | Drivers can notify core of SIM insertion / removal | Andrzej Zaborowski | 1 | -23/+55 | |
Add ofono_sim_inserted_notify function to notify the core of SIM insertion / removal. Make every plugin generate a sim inserted event on start. For devices with removable card, the event should be emitted after the plugin detects such event. For devices that need to wait for SIM card initialization, they can emit this event later. | |||||
2010-04-15 | Extend sim-ready watch with card insert/eject | Andrzej Zaborowski | 1 | -24/+25 | |
2010-03-31 | Use stkutil named constants in sim.c | Andrzej Zaborowski | 1 | -4/+4 | |
2010-03-25 | Refactor: Remove MobileNetworkCodeLength property | Denis Kenzior | 1 | -6/+36 | |
Replaced by MNC/MCC properties which is more intuitive for use by external applications. | |||||
2010-03-22 | Move sim manager interface definition to dbus.h | Denis Kenzior | 1 | -26/+21 | |
2010-03-19 | Fix: Check password length based on its type | Pekka Pessi | 1 | -6/+6 | |
The different password types have different length requirements, so update is_valid_pin to validate according to the password type being validated (PIN / PUK / NET) | |||||
2010-03-16 | Fix: Fixup error paths in sim_op_check_cached | Denis Kenzior | 1 | -1/+7 | |
2010-02-27 | Use stk_envelope_type constant name in sim.c | Andrzej Zaborowski | 1 | -1/+2 | |
2010-02-08 | Fix: Don't use ofono_debug directly in the core | Denis Kenzior | 1 | -2/+2 | |
Use DBG macro which is integrated with the new debug framework. | |||||
2010-01-12 | Refactor: Rename & Restructure cphs_support | Denis Kenzior | 1 | -6/+6 | |
- Rename to cphs_service_table to be more inline with the specification. - Since the spec allows arbitrary length service tables, use an unsigned char * return instead of a short. - Use bit_field function instead of defining an enum | |||||
2010-01-12 | Rename: Rename CPHS Phase enums | Denis Kenzior | 1 | -4/+3 | |
Be more consistent with the 3GPP Phase names | |||||
2010-01-12 | Retrieve CPHS phase (if any) from SIM. | Andrzej Zaborowski | 1 | -1/+46 | |
2010-01-06 | Set phase to unknown until we probe it | Denis Kenzior | 1 | -0/+1 | |
2010-01-06 | Refactor: Preserve Phase obtained from the SIM | Denis Kenzior | 1 | -4/+2 | |
2010-01-06 | Index SIM cache by phase also. | Andrzej Zaborowski | 1 | -8/+46 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-17 | Style: Fix a few more occurences of if/else | Denis Kenzior | 1 | -2/+4 | |
See Linux coding style document for details | |||||
2009-12-17 | Style: Fixup style issues | Denis Kenzior | 1 | -1/+3 | |
2009-12-17 | Handle EF-CBSMID contents. | Andrzej Zaborowski | 1 | -0/+34 | |
2009-10-05 | Fix: Don't crash when cached ef structure differs | Denis Kenzior | 1 | -1/+1 | |
2009-10-02 | Refactor: Move elementary file type checking | Denis Kenzior | 1 | -40/+35 | |
Every single EF read callback checks the file type reported out of the SIM is what it expects. Instead this should be done in one place and the errors reported accordingly | |||||
2009-09-28 | Fix efli being removed prematurely | Denis Kenzior | 1 | -4/+6 | |
2009-09-24 | Fix whitespace | Denis Kenzior | 1 | -7/+7 | |
2009-09-24 | Add initial support for LockedPins property | Denis Kenzior | 1 | -7/+95 | |
2009-09-23 | Ignore EFli if the first entry is empty | Denis Kenzior | 1 | -4/+11 | |
2009-09-23 | Remove unused struct field. | Andrzej Zaborowski | 1 | -1/+0 | |
2009-09-23 | Rename eflp_format to efli_format, semantically opposite. | Andrzej Zaborowski | 1 | -4/+4 | |
2009-09-22 | Simplify: Use dbus_message_iter_get_args | Denis Kenzior | 1 | -64/+14 | |
2009-09-22 | Remove unused structure | Denis Kenzior | 1 | -6/+0 | |
2009-09-23 | Fix unused variable issue from last commits | Marcel Holtmann | 1 | -1/+0 | |