Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-27 | network: Force auto-only mode if manual registration is not supported | Marcel Holtmann | 1 | -0/+9 | |
If the network registration driver decides to not provide a manual registration method, then force the mode to auto-only. | |||||
2011-07-22 | network: handle hfp operator change correctly | Denis Kenzior | 1 | -1/+2 | |
2011-05-31 | netreg: Remove unused variable | Denis Kenzior | 1 | -6/+1 | |
2011-04-14 | network: One more trivial fix | Denis Kenzior | 1 | -2/+2 | |
total_length and record_length are the same in this context, but using total_length makes the code more readable | |||||
2011-04-14 | network: Refactor EFcsp to support STK Refresh | Denis Kenzior | 1 | -11/+30 | |
2011-04-14 | network: Use strings instead of ints in settings | Denis Kenzior | 1 | -10/+51 | |
2011-04-14 | network: Read EFcsp after initializing reg state | Denis Kenzior | 1 | -42/+42 | |
This is to avoid some benign race conditions when EFcsp might be read before the registration state has been established. | |||||
2011-04-14 | network: Try not to clash with 27.007-defined modes | Denis Kenzior | 1 | -1/+1 | |
2011-04-14 | netreg: Refactor register_callback | Denis Kenzior | 1 | -10/+3 | |
2011-04-14 | netreg: Add CPHS CSP implementation | Aki Niemi | 1 | -26/+97 | |
2011-03-30 | network: Notify only registered emulator atoms | Denis Kenzior | 1 | -10/+17 | |
2011-03-30 | network: Remove un-needed code | Denis Kenzior | 1 | -3/+0 | |
With the new add_atom_watch semantics the foreach statement is not needed. | |||||
2011-03-29 | netreg: add +COPS support for HFP emulator | Frédéric Danis | 1 | -11/+68 | |
2011-03-01 | build: Fix wrong include of public header | Marcel Holtmann | 1 | -1/+0 | |
2011-02-23 | emulator: add support of indicators | Frédéric Danis | 1 | -1/+76 | |
2011-02-17 | network: Watch for changes to relevant SIM files | Andrzej Zaborowski | 1 | -0/+66 | |
2011-02-03 | core: Minor style tweaks | Denis Kenzior | 1 | -1/+0 | |
2011-02-03 | simfs: implement ofono_sim_context api | Andrzej Zaborowski | 1 | -4/+14 | |
2011-02-02 | netreg: Fix coding style, M12 | Aki Niemi | 1 | -17/+14 | |
2011-01-20 | netreg: Deprecate the deregister method | Aki Niemi | 1 | -27/+1 | |
2011-01-18 | netreg: Remove default statement | Aki Niemi | 1 | -2/+2 | |
2011-01-18 | netreg: Fix userdata -> user_data | Aki Niemi | 1 | -10/+10 | |
This convention has been advertized on the mailing list. | |||||
2011-01-18 | netreg: Style fixes, M12 | Aki Niemi | 1 | -8/+8 | |
2011-01-05 | network: Ignore signal strength notifications if not registered | Marcel Holtmann | 1 | -0/+8 | |
With the fix to query the signal strength when the registration status changes it should be now fine again to just ignore notifications about signal strength changes when not registered. So put this extra check and comment back into signal strenth notification function. | |||||
2011-01-05 | network: query signal strength | Marit Henriksen | 1 | -12/+17 | |
Signal strength is set to -1 whenever registration status changes and differs from registered or roaming. When registration status changes again to registered or roaming, the signal strength needs to be updated, added query towards driver to get it. | |||||
2010-12-03 | network: Send strength as a byte, not uint16 | Denis Kenzior | 1 | -4/+5 | |
To be consistent with the documentation | |||||
2010-11-29 | core: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -16/+14 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-11-26 | network: Use bit as size instead of byte | Yang Gu | 1 | -2/+2 | |
2010-11-22 | src: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -2/+2 | |
2010-10-21 | netreg: Allow strength notifys at all times | Aki Niemi | 1 | -8/+0 | |
2010-09-21 | Fix multi-line comment style issues | Jeevaka Badrappan | 1 | -11/+22 | |
2010-08-19 | netreg: Make reset_available returning void | Marcel Holtmann | 1 | -1/+1 | |
2010-08-18 | netreg: Minor style issues | Denis Kenzior | 1 | -5/+6 | |
2010-08-18 | netreg: Move more stuff around | Denis Kenzior | 1 | -18/+14 | |
2010-08-18 | netreg: Move stuff around to avoid forward decl | Denis Kenzior | 1 | -16/+13 | |
2010-08-18 | netreg: Make logic more readable | Denis Kenzior | 1 | -5/+11 | |
2010-08-18 | netreg: Move code around to avoid forward decl | Denis Kenzior | 1 | -53/+49 | |
2010-08-18 | netreg: Update to the new Scan/GetOperators API | Denis Kenzior | 1 | -266/+261 | |
2010-07-27 | netreg: Add MCC/MNC to NetworkRegistration | Denis Kenzior | 1 | -0/+32 | |
These are the same values as on the NetworkOperator interface for the current operator. Just added for convenience. | |||||
2010-06-07 | network: Some style issues | Denis Kenzior | 1 | -3/+3 | |
2010-06-07 | netreg: Ignore operator info when not registered | Denis Kenzior | 1 | -0/+9 | |
Sometimes when we roam off the cell or are simply not registered, the modem still reports a bogus operator. We explicitly ignore this condition in the core. | |||||
2010-05-19 | Add network time support | Aki Niemi | 1 | -0/+11 | |
Adding a new notify function in the netreg atom for notifying a received Network Identification and Timezone (NITZ) indication. This data is consumed via a nettime plugin, of which there is also an example. | |||||
2010-03-25 | Refactor: Rename netreg Operator property to Name | Denis Kenzior | 1 | -6/+6 | |
2010-03-25 | Rename AvailableOperators to Operators | Denis Kenzior | 1 | -2/+2 | |
2010-03-23 | Fix: Handle broken modems that returns empty COPS | Denis Kenzior | 1 | -0/+20 | |
2010-03-23 | Move netreg interface definitions to dbus.h | Denis Kenzior | 1 | -60/+57 | |
2010-02-08 | Fix: Don't use ofono_debug directly in the core | Denis Kenzior | 1 | -6/+6 | |
Use DBG macro which is integrated with the new debug framework. | |||||
2010-02-03 | Fix: Wrong variables use | Denis Kenzior | 1 | -2/+2 | |
Copy/paste error from above resulted in incorrect variables being used for comparison. | |||||
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-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |