Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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: Trailing whitespace & extra lines | Denis Kenzior | 1 | -1/+1 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-17 | Style: Flip the if statement | Denis Kenzior | 1 | -3/+3 | |
The if case should have the multiple expressions | |||||
2009-12-17 | Style: Add empty lines where needed | Denis Kenzior | 1 | -0/+2 | |
2009-12-17 | Add Powered property to CbsManager. | Andrzej Zaborowski | 1 | -12/+160 | |
2009-12-17 | Handle EF-CBSMID contents. | Andrzej Zaborowski | 1 | -9/+20 | |
2009-10-29 | Fix: Don't pass ofono_network_operator structures | Denis Kenzior | 1 | -6/+6 | |
2009-10-27 | Refactor: replace netreg get_operator with mcc/mnc | Denis Kenzior | 1 | -5/+7 | |
The full operator information is useless as only mcc/mnc are really required. The internal structures will be changing soon | |||||
2009-10-26 | Fix: Reset netreg to 0 when unregistered | Denis Kenzior | 1 | -0/+1 | |
2009-10-02 | Refactor: Move elementary file type checking | Denis Kenzior | 1 | -21/+9 | |
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-17 | Assume CBS is registered when SIM ready | Denis Kenzior | 1 | -41/+8 | |
2009-09-16 | Add reading of various CBS related EFs | Denis Kenzior | 1 | -0/+182 | |
- EFcbmi - Cell Broadcast Identifiers - EFcbmir - Cell Broadcast Identifier Ranges - EFcbmid - Cell Broadcast Identifiers for Data Download | |||||
2009-09-16 | Fix: do not leak memory, cleanup the topic list | Denis Kenzior | 1 | -0/+12 | |
2009-09-11 | Support base station name cell broadcasts | Denis Kenzior | 1 | -2/+41 | |
If we receive an immediate cell-specific cell broadcast, report it as the base station id up to netreg atom | |||||
2009-09-11 | Enable registration / location updates for CBS | Denis Kenzior | 1 | -1/+126 | |
- This tracks the current Location Area Code / Cell ID and PLMN. If any of these change, the assembly is notified. This is required to implement proper CBS message duplicate detection according to 23.041 | |||||
2009-09-11 | Remove extra free of cbs assembly | Denis Kenzior | 1 | -10/+2 | |
2009-09-10 | Fix unused variable | Denis Kenzior | 1 | -2/+0 | |
2009-09-10 | Add initial Cell Broadcast atom implementation | Denis Kenzior | 1 | -0/+552 | |