Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-28 | Refactor: Get rid of PENDING_FLAG in voicecalls | Denis Kenzior | 1 | -128/+44 | |
the pending variable was enough already. Also refactor to use __ofono_dbus_pending_reply to make the code much more readable. | |||||
2009-10-28 | Add utility to parse CLIR option | Denis Kenzior | 1 | -7/+17 | |
2009-10-27 | Refactor: replace netreg get_operator with mcc/mnc | Denis Kenzior | 2 | -8/+20 | |
The full operator information is useless as only mcc/mnc are really required. The internal structures will be changing soon | |||||
2009-10-27 | Fix: Don't emit spurious Base Station Name signal | Denis Kenzior | 1 | -0/+4 | |
2009-10-27 | Fix: Skip empty emergency numbers | Denis Kenzior | 1 | -1/+3 | |
2009-10-27 | Fix: Obscure crash when GPRS is not supported | Denis Kenzior | 1 | -0/+5 | |
2009-10-27 | Fix: Properly unregister context on exit | Denis Kenzior | 1 | -0/+7 | |
2009-10-26 | Fix: Use driver_attached instead of attached | Denis Kenzior | 1 | -1/+1 | |
2009-10-26 | Make netreg_update based on CREG, not CGREG | Denis Kenzior | 1 | -5/+2 | |
2009-10-26 | Simplify logic in netreg_update | Denis Kenzior | 1 | -13/+14 | |
2009-10-26 | Fix unused variable warning | Denis Kenzior | 1 | -2/+1 | |
2009-10-26 | Don't cause an infinite loop | Denis Kenzior | 1 | -5/+4 | |
2009-10-26 | Get rid of the AFTER_ROAMING stuff | Denis Kenzior | 1 | -18/+1 | |
2009-10-26 | Ignore gprs status when not attached/attaching | Denis Kenzior | 1 | -0/+5 | |
2009-10-26 | Update attached status when gprs status changes | Denis Kenzior | 1 | -5/+1 | |
2009-10-26 | Fix: notify_attached was only used when detached | Denis Kenzior | 1 | -6/+10 | |
The standard only specifies that the context might have been detached by the network / mobile equipment. Not attached. | |||||
2009-10-26 | Add a master function for updating attached state | Denis Kenzior | 1 | -11/+15 | |
2009-10-26 | Fixup initialization logic | Denis Kenzior | 1 | -2/+6 | |
2009-10-26 | Fix: Initialize registration statuses | Denis Kenzior | 1 | -0/+2 | |
2009-10-26 | Fix: Reset netreg to 0 when unregistered | Denis Kenzior | 1 | -0/+1 | |
2009-10-26 | Refactor: Make GPRS use information from netreg | Andrzej Zaborowski | 1 | -41/+106 | |
2009-10-26 | Fix: Don't attach if searching | Andrzej Zaborowski | 1 | -3/+5 | |
Don't ask driver to attach GPRS if modem is already searching for an operator. | |||||
2009-10-26 | Fix interpretation of new GPRS registration status signal. | Andrzej Zaborowski | 1 | -2/+2 | |
2009-10-24 | Fix: Fix segfault from improperly initialized data | Denis Kenzior | 1 | -0/+1 | |
2009-10-24 | Just return success when value already set in SetProperty. | Andrzej Zaborowski | 1 | -0/+6 | |
2009-10-23 | Fix: Connect up gprs and gprs_context | Denis Kenzior | 1 | -4/+21 | |
2009-10-23 | Fix: Typo in property name | Denis Kenzior | 1 | -1/+1 | |
2009-10-23 | Remove unused code and make compiler happy | Denis Kenzior | 1 | -25/+0 | |
2009-10-23 | Add implementation of GPRS context atom | Denis Kenzior | 2 | -0/+89 | |
2009-10-23 | Fix: Rename Flag | Denis Kenzior | 1 | -8/+8 | |
2009-10-23 | Deactivate the context for removal if active | Denis Kenzior | 1 | -3/+44 | |
2009-10-23 | Refactor/Implement basic activate logic | Denis Kenzior | 1 | -2/+55 | |
Not yet tested | |||||
2009-10-23 | Add stub of gprs context deactivated | Denis Kenzior | 1 | -0/+32 | |
2009-10-23 | Fix: Style | Denis Kenzior | 1 | -4/+2 | |
2009-10-23 | Remove unused functions | Denis Kenzior | 1 | -59/+1 | |
2009-10-23 | Refactor: Deactivate all contexts function | Denis Kenzior | 1 | -8/+1 | |
2009-10-23 | Remove unused function | Denis Kenzior | 1 | -8/+0 | |
2009-10-23 | Refactor: GPRS Remove Context function | Denis Kenzior | 1 | -15/+18 | |
2009-10-23 | Refactor: GPRS CreateContext function | Denis Kenzior | 1 | -60/+23 | |
2009-10-23 | Remove unused function | Denis Kenzior | 1 | -26/+0 | |
2009-10-23 | Refactor: context object path list | Denis Kenzior | 1 | -4/+3 | |
2009-10-23 | Refactor: Context set_property function | Denis Kenzior | 1 | -57/+123 | |
2009-10-23 | Refactor: Context get_properties | Denis Kenzior | 1 | -9/+13 | |
2009-10-23 | Refactor: context finding by path | Denis Kenzior | 1 | -11/+3 | |
2009-10-23 | Remove unused function | Denis Kenzior | 1 | -11/+0 | |
2009-10-23 | Add CID range function | Denis Kenzior | 1 | -2/+12 | |
2009-10-23 | Refactor: Primary Context dbus reg/unreg | Denis Kenzior | 1 | -25/+45 | |
2009-10-23 | Refactor: Use ofono_bool_t instead of int | Denis Kenzior | 1 | -4/+3 | |
2009-10-23 | Refactor: Rename GPRS type enums | Denis Kenzior | 1 | -11/+13 | |
2009-10-23 | Refactor: Split up GPRS into two atoms | Denis Kenzior | 1 | -0/+1 | |
Split up GPRS into two atoms: GPRS and GPRS Context. GPRS will handle the areas of GPRS network registration, basic GPRS capability detection and attach / detach. GPRS Context will handle setting up / activating / deactivating the indicidual contexts. This will allow us to use the generic GPRS atom for most devices while customizing the GPRS context accordingly. |