Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-15 | atmodem: returns file-status of SIM EF-file | Petteri Tikander | 1 | -8/+13 | |
2010-09-29 | atmodem: Update IFX specific SIM ready checking | Marcel Holtmann | 1 | -2/+6 | |
It seems that the XSIM notification doesn't really send SIM ready status. It sends ready to attach instead: > AT+CPIN="0000"\r < \r\nOK\r\n < \r\n+XLOCK: "PN",5,0,"PU",5,0,"PP",5,0,"PC",5,0,"PS",5,0\r\n < \r\n+XSIM: 7\r\n So either SIM ready or ready to attach is received more to the post_sim state. | |||||
2010-09-25 | atmodem: Add special handling for Infineon SIM ready state | Marcel Holtmann | 1 | -16/+61 | |
2010-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -24/+12 | |
2010-08-12 | atmodem: Use g_at_chat_clone | Denis Kenzior | 1 | -3/+4 | |
2010-07-08 | atmodem: Make sim operations return sim error codes. | Andrzej Zaborowski | 1 | -7/+25 | |
2010-06-29 | atmodem: Don't unregister *EPEV in *EPEV handler. | Andrzej Zaborowski | 1 | -2/+20 | |
Handlers are called when looping over the unsolicited responses hash, registering or unregistering modifies that hash and confuses glib. | |||||
2010-06-18 | atmodem: Use a switch/case in sim.c | Denis Kenzior | 1 | -2/+8 | |
2010-06-18 | atmodem: Add PIN entry quirk for mbm. | Andrzej Zaborowski | 1 | -1/+45 | |
Wait for *EPEV unsolicited response after PIN entered, otherwise the next AT+CPIN? query still returns the old value for a fraction of a second and ofono gets stuck until the next PIN entry attempt. | |||||
2010-06-13 | Fix memory leak introduced by HSO quirk | Marcel Holtmann | 1 | -4/+2 | |
2010-06-13 | Add nasty quirk to allow HSO devices to read network code length | Marcel Holtmann | 1 | -0/+9 | |
The AT+CRSM=192 commands are failing on HSO devices and thus it might be needed to return its details from a predefined database. Start with testing this for reading the network code length. | |||||
2010-06-09 | Coding style fix for the PIN type table | Marcel Holtmann | 1 | -16/+16 | |
2010-05-12 | atmodem: Pass allowed response prefixes to gatchat | Andrzej Zaborowski | 1 | -6/+9 | |
Not doing this creates a race condition where any notification comming in in the middle of a sequence of commands may be counted as a response to one of the commands and get lost. | |||||
2010-04-15 | Add Sim Toolkit atom | Andrzej Zaborowski | 1 | -77/+0 | |
- Add ofono_stk atom in stk.c - Move envelope command from sim driver to stk driver | |||||
2010-02-08 | Add Wavecom's quirky CPIN handling | Denis Kenzior | 1 | -7/+22 | |
2010-02-08 | Refactor: Remove atutil dump_response | Denis Kenzior | 1 | -8/+0 | |
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1 | |||||
2010-02-08 | Fix: Don't use ofono_debug directly in plugins | Denis Kenzior | 1 | -7/+7 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-17 | Fix: The extra 00 at the end isn't necessary | Denis Kenzior | 1 | -2/+1 | |
2009-12-17 | Fix: Use capitals for hex-encoded pdus | Denis Kenzior | 1 | -5/+5 | |
2009-12-17 | Fix: Make sure we don't leak under any conditions | Denis Kenzior | 1 | -0/+4 | |
2009-12-17 | Simplify previous patch | Denis Kenzior | 1 | -20/+14 | |
2009-12-17 | Implementat SIM envelope in atmodem driver | Denis Kenzior | 1 | -0/+81 | |
2009-11-11 | Fix: Don't leak data in SIM atom driver | Denis Kenzior | 1 | -0/+5 | |
2009-11-10 | Fix: Rename G1 quirk to QUALCOMM_MSM | Denis Kenzior | 1 | -1/+1 | |
2009-11-10 | Work around Palm Pre SIM file reading quirk. | Andrzej Zaborowski | 1 | -27/+45 | |
I'm not sure if MSM is not a too generic name but it seems the G1's Qualcomm MSM suffers from similar problems. | |||||
2009-10-02 | Fix: Quiet a warning | Denis Kenzior | 1 | -0/+1 | |
2009-10-02 | Make generic sim driver work with 3G SIMs | Denis Kenzior | 1 | -12/+18 | |
3G (UICC) based SIMs use a different response format than 2G sims. In theory this also allows us to determine whether SIM filesystem format is 3G or 2G | |||||
2009-10-02 | Use small caps for 2G/3G functions | Denis Kenzior | 1 | -1/+1 | |
2009-10-02 | Add utility to parse 2G GET_RESPONSE data | Denis Kenzior | 1 | -12/+2 | |
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-09-23 | Add plugin interface for getting PIN lock state. | Andrzej Zaborowski | 1 | -0/+61 | |
It may be useful to have the information of whether card is currently locked and emit events when this changes but if we want to have it as a property, we would need properties for all types of locks and it wouldn't be all that useful. | |||||
2009-09-22 | Refactor: Do not use int instead of enum | Denis Kenzior | 1 | -6/+6 | |
27.007 does not define an enumeration for SIM PIN/PUK values. This should be handled by ofono enum instead | |||||
2009-09-22 | Don't treat READY CPIN result differently | Denis Kenzior | 1 | -9/+8 | |
2009-09-22 | Rearrange sim password enum | Denis Kenzior | 1 | -30/+31 | |
2009-09-22 | Do PIN authentication | Andrzej Zaborowski | 1 | -0/+241 | |
This adds checking whether PIN is required during SIM initialisation and delaying the sim ready notifications until after correct PIN is given. | |||||
2009-09-11 | Rework DECLARE_FAILURE to be a bit nicer | Denis Kenzior | 1 | -51/+18 | |
2009-09-04 | Rename at.h to atmodem.h | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Rename generic_at drivers to atmodem | Denis Kenzior | 1 | -1/+1 | |
Be more consistent with directory naming | |||||
2009-09-01 | Make remove functions not return anything | Denis Kenzior | 1 | -2/+1 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+2 | |
2009-09-01 | Add vendor flag capability to sim | Denis Kenzior | 1 | -1/+4 | |
2009-08-20 | Fix unused variable chat | Denis Kenzior | 1 | -1/+0 | |
2009-08-19 | Remove modem member from cb_data | Denis Kenzior | 1 | -7/+7 | |
2009-08-19 | Update SIM AT driver to the new API | Denis Kenzior | 1 | -39/+64 | |
2009-08-05 | Fix record number in at_sim_update_record. | Andrzej Zaborowski | 1 | -1/+1 | |
2009-07-29 | Rename ofono_modem_userdata | Denis Kenzior | 1 | -7/+8 | |
2009-07-27 | Add support for cyclic files | Denis Kenzior | 1 | -0/+1 | |
2009-07-27 | Refactor SIM file access code | Denis Kenzior | 1 | -20/+6 | |
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-27 | Return SIM file access conditions from read_file_info. | Andrzej Zaborowski | 1 | -5/+23 | |
2009-07-14 | Style fixes | Denis Kenzior | 1 | -0/+13 | |