Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-14 | Make CSSN use proper types | Denis Kenzior | 2 | -8/+8 | |
2009-07-14 | Refactor how EONS is used | Denis Kenzior | 1 | -6/+81 | |
2009-07-14 | This function now uses on network_operator_data | Denis Kenzior | 1 | -2/+2 | |
2009-07-14 | Refactor EONS to have lac / non-lac versions | Denis Kenzior | 2 | -4/+27 | |
PNN/OPL database has fields which provide global operator naming, or specific to a cell range. The cell range can only be obtained if the operator is the current one. | |||||
2009-07-14 | Refactor Network Registration for EONS capability | Denis Kenzior | 1 | -90/+105 | |
2009-07-14 | Make sure record length is not zero | Denis Kenzior | 1 | -1/+6 | |
Record length can be reported as 0 by the driver if it is for a a binary (non-record based) file. Set it to the file length in this case | |||||
2009-07-14 | Get rid of some div by zero errors | Denis Kenzior | 2 | -3/+9 | |
2009-07-14 | Fix missing header | Denis Kenzior | 1 | -0/+1 | |
2009-07-14 | Use ofono_set_sim_ready | Denis Kenzior | 1 | -1/+1 | |
2009-07-14 | Return the entire EONS info, not just the longname | Denis Kenzior | 2 | -17/+19 | |
2009-07-14 | Refactor OPL code | Denis Kenzior | 5 | -202/+221 | |
2009-07-14 | Fix parsing of mcc_mnc code | Denis Kenzior | 1 | -12/+12 | |
The digits above 0-9 were not handled correctly | |||||
2009-07-14 | Fix CellId data type to be uint32 as intended | Denis Kenzior | 1 | -1/+1 | |
2009-07-14 | Move SPDI to network.c | Denis Kenzior | 5 | -140/+157 | |
2009-07-14 | Preserve PNN order | Denis Kenzior | 1 | -1/+3 | |
2009-07-14 | Move SPN reading to network.c | Denis Kenzior | 2 | -109/+68 | |
2009-07-14 | Get rid of unneeded | Denis Kenzior | 1 | -17/+0 | |
2009-07-14 | Move PNN reading to network.c | Denis Kenzior | 2 | -64/+42 | |
2009-07-14 | Refactor sim_pnn_operator_parse | Denis Kenzior | 2 | -9/+7 | |
2009-07-14 | Move PNN operator parsing to simutil | Denis Kenzior | 3 | -27/+51 | |
2009-07-14 | Move function to simutil.c | Denis Kenzior | 3 | -43/+56 | |
2009-07-14 | Move enum to simutil.h | Denis Kenzior | 2 | -3/+3 | |
2009-07-14 | Remove unneeded function | Denis Kenzior | 1 | -9/+0 | |
2009-07-14 | Remove unneeded variables | Denis Kenzior | 1 | -4/+0 | |
2009-07-14 | Move enum to simutil.h | Denis Kenzior | 2 | -8/+10 | |
2009-07-14 | Refactor MSISDN reading | Denis Kenzior | 1 | -50/+33 | |
2009-07-14 | If reading one fails, don't bother reading rest | Denis Kenzior | 1 | -3/+9 | |
2009-07-14 | Add TODO comment | Denis Kenzior | 1 | -0/+4 | |
2009-07-14 | Change the way SIM is initialized | Denis Kenzior | 1 | -35/+56 | |
2009-07-14 | Add sim file reading / writing utilities | Denis Kenzior | 2 | -4/+204 | |
2009-07-14 | Add IMSI getter method | Denis Kenzior | 2 | -0/+10 | |
2009-07-14 | Add get/set sim readiness functions | Denis Kenzior | 2 | -0/+30 | |
2009-07-14 | Remove some SPN stuff from SIM | Denis Kenzior | 1 | -10/+0 | |
2009-07-14 | Add sim ready notify functions | Denis Kenzior | 2 | -0/+35 | |
2009-07-14 | Remove unnecessary value | Denis Kenzior | 1 | -2/+2 | |
2009-07-14 | Remove unneeded functions | Denis Kenzior | 2 | -32/+0 | |
2009-07-14 | Move utility to its own file | Denis Kenzior | 4 | -39/+89 | |
2009-07-14 | Get rid of override_name from operator | Denis Kenzior | 1 | -2/+0 | |
2009-07-14 | Cleanup network_name_parse | Denis Kenzior | 1 | -7/+19 | |
2009-07-14 | Read EF-PNN, EF-OPL and override network names accordingly. | Andrzej Zaborowski | 4 | -29/+344 | |
2009-07-14 | Fix stupid false positive warnings about uninitialized variables | Marcel Holtmann | 2 | -10/+17 | |
The GCC check for uninitialized variables is so useful that dealing with the false positives is just a minor inconvenience. The following GCC trick helps to silence them: #define uninitialized_var(x) x = x This way no code obfuscation is needed to compile smoothly and the code stays readable. And the author has to actually think about it. | |||||
2009-07-13 | Fix unused variable warnings | Denis Kenzior | 1 | -6/+0 | |
2009-07-13 | Fix suggest parantheses warning | Denis Kenzior | 1 | -1/+1 | |
2009-07-13 | Fix unused variable warning | Denis Kenzior | 1 | -2/+0 | |
2009-07-13 | Fix signedness warning | Denis Kenzior | 1 | -1/+1 | |
2009-07-13 | Fix unused variable | Denis Kenzior | 1 | -1/+0 | |
2009-07-13 | Fix signedness warnings | Denis Kenzior | 1 | -3/+4 | |
2009-07-13 | Fix unused variables | Denis Kenzior | 1 | -2/+0 | |
2009-07-13 | Remove uninitialized warning | Denis Kenzior | 1 | -0/+3 | |
2009-07-07 | Don't process surrogate pair chars | Denis Kenzior | 1 | -0/+4 | |
These are not valid UCS2 chars |