Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2009-12-17 | Style: Fix a few more occurences of if/else | Denis Kenzior | 1 | -1/+2 | |
See Linux coding style document for details | |||||
2009-11-24 | Fix: Add check for register_auto method | Zhenhua Zhang | 1 | -2/+5 | |
Add check for register_auto method to avoid crash. HFP backend does not provide implementation for register_auto. | |||||
2009-11-18 | Add ProposeScan method | Denis Kenzior | 1 | -12/+65 | |
This is the replacement for automatic operator scanning | |||||
2009-11-18 | Fix: Use a different function for initial register | Denis Kenzior | 1 | -1/+10 | |
Just in case pending variable gets set to something | |||||
2009-11-18 | Refactor: Reshuffle bit flags | Denis Kenzior | 1 | -2/+2 | |
2009-11-18 | Refactor: Remove period operator scan | Denis Kenzior | 1 | -50/+0 | |
2009-11-18 | Refactor: Get rid of PENDING flag in netreg | Denis Kenzior | 1 | -9/+3 | |
2009-11-04 | Fix: Handle the case where only PLMN name is given | Denis Kenzior | 1 | -7/+17 | |
HFP does not allow the use of register / unregister or scan for operator functionality. It only allows the name of the operator to be given, not even an MCC/MNC. Handle this situation inside netreg atom. | |||||
2009-10-30 | Fix: Quiet compiler warnings | Denis Kenzior | 1 | -2/+0 | |
2009-10-30 | Add saving / restoring of netreg settings | Denis Kenzior | 1 | -0/+52 | |
2009-10-30 | Add Mode property to NetworkRegistration | Denis Kenzior | 1 | -2/+52 | |
2009-10-29 | Fix: Properly update technologies | Denis Kenzior | 1 | -3/+10 | |
When current operator is reported, update the technology list if the tech information is available | |||||
2009-10-29 | Compress the operator list before processing | Denis Kenzior | 1 | -10/+30 | |
2009-10-29 | Add utility to compress plmns that vary by tech | Denis Kenzior | 1 | -0/+30 | |
2009-10-29 | Refactor: Get rid of useless netreg parameter | Denis Kenzior | 1 | -16/+12 | |
2009-10-29 | Refactor: Use Technologies instead of Technology | Denis Kenzior | 1 | -18/+24 | |
2009-10-29 | Add utility to create a list of supported techs | Denis Kenzior | 1 | -0/+24 | |
2009-10-29 | Refactor: Operator registration to DBUS | Denis Kenzior | 1 | -30/+21 | |
2009-10-29 | Refactor: Internal data structures | Denis Kenzior | 1 | -61/+71 | |
This is in preparation to coalescing multiple operators reported by the driver that vary only by technology into a single operator with multiple technologies | |||||
2009-10-29 | Fix: Also auto register when status is unknown | Denis Kenzior | 1 | -1/+2 | |
2009-10-27 | Refactor: replace netreg get_operator with mcc/mnc | Denis Kenzior | 1 | -3/+13 | |
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-16 | Refactor: Move network registration status utils | Andrzej Zaborowski | 1 | -44/+0 | |
Move the status to string functions to common.c so that they can be reused in data connection related network registration code. | |||||
2009-10-02 | Refactor: Move elementary file type checking | Denis Kenzior | 1 | -26/+11 | |
Every single EF read callback checks the file type reported out of the SIM is what it expects. Instead this should be done in one place and the errors reported accordingly | |||||
2009-09-22 | Assume netreg is registered when sim ready | Denis Kenzior | 1 | -56/+16 | |
2009-09-12 | Fix compilation error with missing return value | Marcel Holtmann | 1 | -1/+2 | |
2009-09-11 | Add utility for setting the netreg base station | Denis Kenzior | 1 | -0/+37 | |
2009-09-11 | Add network registration status watch capability | Denis Kenzior | 1 | -0/+59 | |
2009-09-10 | Add netreg getter functions | Denis Kenzior | 1 | -0/+44 | |
- Get Location, CellID - Current Operator - Registration Status - Technology | |||||
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Add vendor flag capability to netreg | Denis Kenzior | 1 | -3/+2 | |