Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-23 | sim: Read icons with a full SIM/USIM path | Denis Kenzior | 1 | -4/+18 | |
2012-11-22 | sim: Update to the new sim reading API | Denis Kenzior | 1 | -1/+1 | |
2012-11-22 | sim: Fix SIM re-init case of SIM Refresh | Denis Kenzior | 1 | -14/+11 | |
When the SIM is being refreshed, we try to access the SIM too fast after the SIM REFRESH proactive command is received. Instead set the sim atom into the 'RESETTING' state and wait until the modem driver signals the sim insertion again. | |||||
2012-11-22 | sim: destroy spn info as part of sim main state | Denis Kenzior | 1 | -36/+38 | |
2012-08-16 | sim: implement function to get password type | August Mayer | 1 | -0/+8 | |
2012-06-25 | sim: Add extra errors for EFmsisdn and EFad length mismatches | Marcel Holtmann | 1 | -3/+6 | |
2012-06-19 | sim: Fix use of uninitialized values | Denis Kenzior | 1 | -3/+1 | |
In the case of an error, sim_pin_query_cb should not assume the pin_type value is valid. | |||||
2012-06-19 | sim: Don't re-init the SIM needlessly | Denis Kenzior | 1 | -1/+1 | |
When calling ChangePin with the wrong original PIN, we're still left in the READY state. Do not re-initialize the SIM needlessly in this case. | |||||
2012-06-17 | sim: Allow IMSI to be obtained via EF reads | Denis Kenzior | 1 | -11/+63 | |
2012-06-16 | sim: Revert adding special callback for EFiccid | Denis Kenzior | 1 | -26/+1 | |
This reverts commit 1960dbbc79e43f33f23886c2a12e508a0350aad1. | |||||
2012-06-16 | sim: Revert adding special callback for EFmsisdn | Denis Kenzior | 1 | -55/+30 | |
This reverts commit c3124b66d903a43ce639e3de8e838ef39419fc4f. | |||||
2012-06-16 | sim: Revert adding special callback for EFad | Denis Kenzior | 1 | -18/+1 | |
This reverts commit 5522df64fac7b57d3d9db2272fc9be97c8815b94. | |||||
2012-06-16 | sim: Add special callback for reading MCC and MNC value | Marcel Holtmann | 1 | -1/+18 | |
2012-06-16 | sim: Add special callback for reading MSISDN value | Marcel Holtmann | 1 | -30/+55 | |
2012-06-16 | sim: Add special callback for reading ICCID value | Marcel Holtmann | 1 | -1/+26 | |
2012-06-16 | sim: Use ofono_bool_t instead of gboolean | Marcel Holtmann | 1 | -2/+2 | |
2012-05-20 | Do not set signature and reply in GDBus tables | Lucas De Marchi | 1 | -11/+11 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-20 | Convert GDBus methods to use macro helpers | Lucas De Marchi | 1 | -16/+29 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-20 | Constify GDBus signal tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \; | |||||
2012-05-20 | Constify GDBus method tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \; | |||||
2012-02-01 | sim: Fix crash due to uninitialized spn_watch | Denis Kenzior | 1 | -0/+8 | |
2012-01-23 | sim: Make SPN change atomic for consumers | Oleg Zhurakivskyy | 1 | -15/+15 | |
Due to new spn watch semantics, ofono_sim_get_spn() will report the absence of SPN while reading it, which is probably incorrect. | |||||
2012-01-18 | sim: Add ofono_sim_get_spn() implementation | Oleg Zhurakivskyy | 1 | -0/+8 | |
2012-01-15 | sim: Add SPN watch capability | Oleg Zhurakivskyy | 1 | -0/+242 | |
2012-01-15 | sim: Minor style fixes | Oleg Zhurakivskyy | 1 | -12/+12 | |
2012-01-01 | sim: fix "network" is pin type for "networkpuk" | Jussi Kukkonen | 1 | -1/+1 | |
2011-12-26 | sim: Fix not creating simfs context in some cases | Denis Kenzior | 1 | -5/+3 | |
2011-12-16 | sim: Add __ofono_sim_cphs_service_available | Denis Kenzior | 1 | -0/+6 | |
2011-12-16 | sim: Reset additional state info | Denis Kenzior | 1 | -0/+10 | |
We were not resetting 3GPP and CPHS phase information as well as the CPHS service table entries on sim removal / reset. | |||||
2011-10-10 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-07-19 | sim: Support SIM_STATE_LOCKED_OUT | Denis Kenzior | 1 | -4/+4 | |
2011-07-19 | sim: Break out state notification into own method | Denis Kenzior | 1 | -19/+15 | |
2011-06-02 | sim: Make sure only PINs can be sent to EnterPin | Denis Kenzior | 1 | -0/+3 | |
2011-05-08 | sim: Fix potential use of uninitialized variable | Denis Kenzior | 1 | -14/+8 | |
In certain circumstances, when the image has been cached but EFimg has not been read yet, we might end up accessing an unitialized variable. Fix this by always failing if EFimg has not been read yet. | |||||
2011-03-31 | sim: add +CNUM support for HFP emulator | Frédéric Danis | 1 | -0/+66 | |
2011-03-15 | sim: Handle an error condition better | Denis Kenzior | 1 | -3/+4 | |
2011-03-15 | sim: Watch for changes to EFimg files and EFiidf | Andrzej Zaborowski | 1 | -1/+54 | |
2011-03-15 | sim: Watch for changes to EFmsisdn and EFsdn | Andrzej Zaborowski | 1 | -2/+32 | |
2011-03-15 | sim: Split out sim context into early and main | Andrzej Zaborowski | 1 | -10/+71 | |
And watch for relevant file changes on the early context. | |||||
2011-02-25 | sim: Document fall through case in switchcase | Denis Kenzior | 1 | -0/+2 | |
2011-02-25 | sim: Expose the __ofono_sim_recheck_pin API | Jussi Kangas | 1 | -8/+7 | |
2011-02-25 | sim: Do not teardown SIM state when PIN2 is asked | Jussi Kangas | 1 | -7/+24 | |
We should not tear down the SIM state if PIN2 is being asked for, or if PIN2 is blocked and PUK2 is being asked. We also want to continue with SIM initialization if the modem requires PIN2 / PUK2 for some reason. | |||||
2011-02-18 | sim: Check for SIM lockout condition | Denis Kenzior | 1 | -3/+12 | |
When a user tries to lock/unlock/change a PIN and enters it wrongly several times, it is possible to lock themselves out. In this case we should drop to a pre-sim state, wait for the user to enter the PUK and re-init the sim. | |||||
2011-02-18 | sim: Move stuff around and remove forward decl | Denis Kenzior | 1 | -24/+23 | |
2011-02-18 | sim: move stuff around | Denis Kenzior | 1 | -49/+49 | |
2011-02-17 | sim: Tweak the behavior of sim_refresh slightly | Denis Kenzior | 1 | -8/+1 | |
Instead of notifying everyone of sim_inserted condition, we should simply notify the modem directly. It is the only one interested in this particular change. This partly reverts an earlier commit: 9498ad6b5633e350eb529f8efbe08270d95c8003 | |||||
2011-02-17 | sim: Implement basic Refresh | Andrzej Zaborowski | 1 | -12/+151 | |
2011-02-08 | sim: Fixup compiler complaints | Denis Kenzior | 1 | -1/+2 | |
src/sim.c:2396: error: comparison between signed and unsigned integer expressions src/sim.c:2396: error: comparison between signed and unsigned integer expressions | |||||
2011-02-08 | sim: Allow usage of SIM codes longer than 8 digits | Jussi Kangas | 1 | -6/+69 | |
Some PIN codes (e.g. subsidy locks, etc) can have PIN codes much longer than the default 8 digits. | |||||
2011-02-07 | sim: Add implementation of sim file watching API | Denis Kenzior | 1 | -0/+14 | |