Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-07 | huaweicdma: Add data strength notification support | Guillaume Zajac | 1 | -0/+28 | |
2011-12-02 | network: Split EFspn and EFspdi Refresh handling | Denis Kenzior | 1 | -12/+32 | |
If both EFspn and EFspdi are changed, then we trigger reading of EFspn twice which leads to a memory leak. Instead, always read EFspdi if the relevant service is available. If EFspdi is changed, use a simple heuristic to update the 'Name' property if appropriate. This heuristic is not always correct, but in the worst case we will emit the same name. | |||||
2011-12-02 | network: Refactor sim_spdn_spdi_changed | Denis Kenzior | 1 | -12/+8 | |
2011-12-02 | network: Tweak naming | Denis Kenzior | 1 | -3/+2 | |
2011-12-02 | simutil: Minor whitespace fix | Denis Kenzior | 1 | -1/+1 | |
2011-12-02 | simutil: Add CPHS SPN & short SPN to EFdb | Denis Kenzior | 1 | -0/+2 | |
2011-12-02 | simutil: Add CPHS SPN and short-SPN IDs | Oleg Zhurakivskyy | 1 | -0/+2 | |
2011-12-02 | gprs-provision: Fix crash if no SPN present | Oleg Zhurakivskyy | 1 | -1/+1 | |
2011-12-02 | network: Rename spname to spn | Oleg Zhurakivskyy | 1 | -9/+9 | |
2011-12-02 | network: Go back to the original | Denis Kenzior | 1 | -4/+6 | |
The code is a little bit more readable and slightly more efficient this way | |||||
2011-12-02 | network: Refactor sim_spn_read_cb() | Oleg Zhurakivskyy | 1 | -34/+48 | |
Refactor sim_spn_read_cb() for CPHS SPN, short-SPN inclusion | |||||
2011-12-02 | network: M9 coding style corrections | Oleg Zhurakivskyy | 1 | -5/+5 | |
2011-12-02 | doc: Remove stale TODO | Denis Kenzior | 1 | -2/+0 | |
2011-11-30 | gsmdial: Make sure to use '#' at the end | Denis Kenzior | 1 | -1/+1 | |
The bluetooth path got this part wrong | |||||
2011-11-29 | sierra: Fix memory leak | Guillaume Zajac | 1 | -0/+3 | |
2011-11-27 | simfs: Call callback even if impl isn't provided | Guillaume Zajac | 1 | -1/+3 | |
2011-11-24 | cdma-netreg: Add skeleton sid query implementation | Philippe Nunes | 1 | -0/+25 | |
2011-11-24 | include: Add serving_system method to cdma-netreg | Philippe Nunes | 1 | -0/+7 | |
2011-11-24 | update gitignore | Denis Kenzior | 1 | -0/+1 | |
2011-11-22 | modem: Add Type property to GetProperties result | Daniel Wagner | 1 | -0/+18 | |
2011-11-22 | doc: Add Type to the Modem object | Daniel Wagner | 1 | -0/+11 | |
Indicate the kind of modem it is before it is powered up. | |||||
2011-11-22 | sap: Add modem type sap | Daniel Wagner | 1 | -0/+1 | |
2011-11-22 | hfp_hf: Add modem type hfp | Daniel Wagner | 1 | -0/+1 | |
2011-11-22 | include: Add modem type to modem.h | Daniel Wagner | 1 | -0/+7 | |
2011-11-16 | tools: Add lookup-provider-name utility | Philippe Nunes | 2 | -1/+106 | |
This is a quick tool to look up CDMA network name based on the SID from the mobile-broadband-provider-info database. | |||||
2011-11-16 | plugins: Make the code a bit prettier | Denis Kenzior | 1 | -13/+14 | |
2011-11-16 | mbpi: Add mbpi_lookup_cdma_provider_name API | Philippe Nunes | 2 | -0/+148 | |
2011-11-14 | gatchat: Fix minor style issue | Denis Kenzior | 1 | -1/+1 | |
2011-11-14 | tools: Update to the new mbpi API | Philippe Nunes | 1 | -1/+1 | |
2011-11-14 | provision: Update to the new mbpi API | Philippe Nunes | 1 | -1/+1 | |
2011-11-14 | mbpi: mbpi_lookup becomes mbpi_lookup_apn | Philippe Nunes | 2 | -37/+36 | |
2011-11-13 | build: Create src/builtin.h via BUILT_SOURCES | Marcel Holtmann | 1 | -4/+2 | |
2011-11-07 | gatchat: Minor style fixup | Denis Kenzior | 2 | -0/+2 | |
2011-11-07 | gatchat: Remove erroneous break statement | Denis Kenzior | 1 | -1/+0 | |
2011-11-07 | gatchat: Add IPv6 Control Protocol | Oleg Zhurakivskyy | 3 | -1/+386 | |
2011-11-07 | TODO: Add CDMA network name task | Philippe Nunes | 1 | -0/+8 | |
2011-11-04 | cdmamodem: Notify when connection is lost | Guillaume Zajac | 1 | -1/+1 | |
2011-11-04 | cdma-connman: Add public api definition | Guillaume Zajac | 1 | -0/+19 | |
2011-11-04 | cdma-connman: Refactor previous commit | Denis Kenzior | 1 | -6/+11 | |
2011-11-04 | cdma-connman: Check netreg when changing Powered | Guillaume Zajac | 1 | -3/+23 | |
2011-11-04 | dbus: Tweak wording | Denis Kenzior | 1 | -1/+1 | |
2011-11-04 | dbus: Add new D-Bus error message NotRegistered | Guillaume Zajac | 2 | -0/+8 | |
2011-11-02 | include: Add api to notify when connection is lost | Guillaume Zajac | 1 | -0/+2 | |
2011-11-01 | hfp_hf: Fix minor style issue from previous commit | Denis Kenzior | 1 | -2/+1 | |
2011-11-01 | hfp_hf: BT address exposed through Serial property | Mikel Astiz | 1 | -0/+13 | |
Accomplished by adding the devinfo atom in pre_sim stage | |||||
2011-10-30 | cdma-netreg: Implement new public API | Guillaume Zajac | 1 | -0/+8 | |
2011-10-30 | include: Add way to obtain current status | Guillaume Zajac | 1 | -0/+1 | |
2011-10-21 | test: Pretty print the new HF Features property | Denis Kenzior | 1 | -1/+2 | |
2011-10-21 | netreg: Fix memory leak in HFP case | Denis Kenzior | 1 | -1/+3 | |
2011-10-21 | phonesim: Add handsfree atom to localhfp | Denis Kenzior | 1 | -0/+2 | |