Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-14 | Clean up style issues | Aki Niemi | 3 | -12/+9 | |
2010-01-14 | Fix cell ID and LAC values | Aki Niemi | 1 | -2/+2 | |
2010-01-13 | Release 0.16 | Marcel Holtmann | 2 | -1/+9 | |
2010-01-13 | Fix: Don't try to unregister a null mcc/mnc | Denis Kenzior | 1 | -1/+7 | |
Network operators with null MCC & MNC are not registered, but we try to unregister them. Don't do this as it causes a crash. | |||||
2010-01-12 | Make setting CPHS MWIS actually work | Denis Kenzior | 1 | -2/+7 | |
2010-01-12 | Persist CBS Topics list, handle EF-CBMI, EF-CBMIR. | Andrzej Zaborowski | 1 | -24/+75 | |
The two SIM files are only used to bootstrap the topics list value if there's no previous value. | |||||
2010-01-12 | Style: Extraneous space | Denis Kenzior | 1 | -1/+1 | |
2010-01-12 | Style: space after function argument comma pair | Denis Kenzior | 1 | -7/+7 | |
2010-01-12 | Style: Various issues | Denis Kenzior | 2 | -7/+9 | |
2010-01-12 | Style: Should be a space after if | Denis Kenzior | 4 | -8/+8 | |
2010-01-12 | Style: Various issues | Denis Kenzior | 2 | -3/+3 | |
2010-01-12 | Style: Various issues | Denis Kenzior | 2 | -3/+4 | |
2010-01-12 | Style: Trailing whitespace & extra lines | Denis Kenzior | 9 | -26/+25 | |
2010-01-12 | Fix: Make the CPHS MWIS version actually work | Denis Kenzior | 1 | -33/+20 | |
2010-01-12 | Refactor: Move copy-pasted code into a function | Denis Kenzior | 1 | -25/+33 | |
2010-01-12 | Fix: Refactor error conditions | Denis Kenzior | 1 | -11/+26 | |
2010-01-12 | Reorder CPHS initializatin order | Denis Kenzior | 1 | -114/+119 | |
Two issues - CPHS MWIS file must always be read, the specification isn't clear whether it depends on the Mailbox service to be available - CPHS MBDN file must be read after we read EFmbdn, otherwise it will not be processed properly | |||||
2010-01-12 | Fix: Create a dedicated callback for syncs | Denis Kenzior | 1 | -4/+16 | |
When synchronizing CPHS MBDN, create a separate callback that doesn't try to emit signals, etc since the main work has already been done when EFmbdn was set successfully. | |||||
2010-01-12 | Remove #if 0 | Denis Kenzior | 1 | -2/+0 | |
2010-01-12 | Fix: Don't recurse infinitely | Denis Kenzior | 1 | -7/+12 | |
We try to keep the CPHS MBDN elementary file in sync with EFmbdn, unfortunately we share the same callback, which leads to infinite recursive writes. Also cleanup the set_mbdn_request structure if the write fails. | |||||
2010-01-12 | Refactor: Rename & Restructure cphs_support | Denis Kenzior | 3 | -10/+16 | |
- 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 | 2 | -11/+6 | |
Be more consistent with the 3GPP Phase names | |||||
2010-01-12 | If EF-MWIS is not available use the CPHS version. | Andrzej Zaborowski | 2 | -3/+79 | |
2010-01-12 | Use CPHS version of mailbox numbers on SIM if 3GPP version not available. | Andrzej Zaborowski | 3 | -14/+121 | |
Otherwise just try to keep the CPHS version of the files in sync. | |||||
2010-01-12 | Retrieve CPHS phase (if any) from SIM. | Andrzej Zaborowski | 3 | -1/+56 | |
2010-01-11 | Remove trailing/leading whitespace | Aki Niemi | 1 | -2/+2 | |
2010-01-11 | Fix new and renamed files in Makefile.am | Aki Niemi | 1 | -5/+12 | |
2010-01-11 | Refactor devinfo driver | Aki Niemi | 1 | -56/+47 | |
2010-01-11 | Add support for modem control | Aki Niemi | 1 | -12/+159 | |
This adds support to the PN_MTC server, allowing querying and control of the modem power state. | |||||
2010-01-11 | Refactor netreg driver | Aki Niemi | 1 | -74/+56 | |
2010-01-11 | Refactor voicecall driver | Aki Niemi | 1 | -19/+24 | |
2010-01-11 | Refactor phonebook driver | Aki Niemi | 1 | -9/+11 | |
2010-01-11 | User new debug facility | Aki Niemi | 1 | -1/+1 | |
2010-01-11 | Include renamed files | Aki Niemi | 5 | -8/+9 | |
2010-01-11 | Remove contact from boilerplate | Aki Niemi | 6 | -12/+0 | |
2010-01-11 | Add debug implementation | Aki Niemi | 2 | -345/+818 | |
Alsoo remove call specific debugs. | |||||
2010-01-11 | Split ISI codepoints to separate files | Aki Niemi | 17 | -746/+1208 | |
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format. | |||||
2010-01-11 | Split isi.h into isimodem.h and isiutil.h | Aki Niemi | 2 | -56/+64 | |
2010-01-08 | Fix regression when removing watches | Luiz Augusto Von Dentz | 1 | -5/+9 | |
filter_data_find return the first data registered in this case so there is no guarantee that it return the same data as passed to filter_data_remove_callback which is the one that should be removed. The fix is to simple cache the connection removing the correct data before checking if there is any filter left. | |||||
2010-01-07 | Make primary context ids persistent | Denis Kenzior | 1 | -0/+11 | |
2010-01-07 | Fix: Be paranoid and check that last is in range | Denis Kenzior | 1 | -0/+3 | |
2010-01-07 | Add idmap_take utility | Denis Kenzior | 2 | -1/+14 | |
2010-01-07 | Fix: Update unit test to the new return semantics | Denis Kenzior | 1 | -3/+3 | |
2010-01-07 | Use idmap to allocate primary context ids | Denis Kenzior | 1 | -7/+22 | |
2010-01-07 | Change the semantics to return id > max on failure | Denis Kenzior | 1 | -1/+1 | |
2010-01-07 | Fix: Fail if no driver or id range set | Denis Kenzior | 1 | -4/+5 | |
2010-01-07 | Use the new from_range idmap constructor | Denis Kenzior | 1 | -22/+5 | |
2010-01-07 | Add idmap_from_range constructor | Denis Kenzior | 2 | -11/+37 | |
2010-01-07 | Refactor: Use idmap to allocate CIDs | Denis Kenzior | 1 | -29/+18 | |
2010-01-07 | Update gitignore | Denis Kenzior | 1 | -0/+1 | |