Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2009-07-07 | Fix length check for valid UCS2 starting with 0xff | Denis Kenzior | 1 | -1/+8 | |
2009-07-07 | Fix status of operator unknown case | Denis Kenzior | 1 | -0/+2 | |
When the current operator is reported, it's status is listed as unknown if no other operators are in the operator list | |||||
2009-07-06 | Convert SIM strings properly | Denis Kenzior | 1 | -5/+5 | |
2009-07-06 | Add utility to convert SIM FS strings to UTF8 | Denis Kenzior | 2 | -0/+126 | |
2009-07-06 | GSM to UTF8 should accept empty strings | Denis Kenzior | 1 | -1/+1 | |
2009-07-02 | Add Cell Broadcast assembly utilities | Denis Kenzior | 2 | -0/+279 | |
2009-07-02 | Fix memory leak | Denis Kenzior | 1 | -0/+1 | |
2009-07-02 | Don't hardcode | Denis Kenzior | 2 | -5/+7 | |
2009-07-02 | Add CBS Text converter utility | Denis Kenzior | 2 | -0/+151 | |
2009-07-02 | Add cbs lang to ISO 639 conversion utility | Denis Kenzior | 1 | -0/+111 | |
2009-07-02 | Add app-port extraction utility for CBS | Denis Kenzior | 2 | -13/+33 | |
2009-07-02 | Make sms_udh_iter work for Cell Broadcast messages | Denis Kenzior | 2 | -24/+63 | |
2009-07-02 | Add Cell Broadcast encoding / decoding utilities | Denis Kenzior | 2 | -0/+66 | |
2009-07-02 | Add DCS decoder for Cell Broadcast | Denis Kenzior | 2 | -0/+136 | |
2009-07-01 | Change sequence in phonebook merge_list | Yang Gu | 1 | -0/+1 | |
2009-06-29 | ofonod: missing dependencies on convenience libraries | Rémi Denis-Courmont | 1 | -1/+3 | |
Without this, plain "make" does not work properly when gatchat or gisi, or one of the built-in drivers or plugins are modified. | |||||
2009-06-25 | Add E-UTRAN as access technology of network op | Yang Gu | 2 | -1/+4 | |
2009-06-25 | Add new ISI modem driver to build | Aki Niemi | 1 | -2/+3 | |
2009-06-23 | Fix when the same operator reported multiple times | Denis Kenzior | 1 | -5/+4 | |
2009-06-22 | Make signature match properly | Denis Kenzior | 1 | -1/+1 | |
2009-06-22 | Minor style issues | Denis Kenzior | 1 | -4/+8 | |
2009-06-22 | Read EF-SPDI and use it for SPN display. | Andrzej Zaborowski | 3 | -1/+176 | |
When the operator is one of those listed in EF-SPDI then we need to treat it like a HPLMN in deciding whether the SPN or PLMN name should be displayed. | |||||
2009-06-22 | Add write/read operations for cyclic files in SIM. | Andrzej Zaborowski | 1 | -0/+6 | |
2009-06-22 | Make compiler happy | Denis Kenzior | 1 | -2/+6 | |
2009-06-22 | Cleanup phonebook again | Denis Kenzior | 1 | -64/+100 | |
2009-06-22 | Merge phonebook entries belong to one person | Yang Gu | 1 | -34/+212 | |
2009-06-19 | Add SMS Sending Support | Denis Kenzior | 2 | -0/+182 | |
2009-06-19 | Some fixes to sms_text_prepare | Denis Kenzior | 1 | -6/+6 | |
2009-06-19 | Add address from string utility for SMS | Denis Kenzior | 2 | -0/+14 | |
2009-06-19 | Fix minor bug in phone number handling | Denis Kenzior | 1 | -3/+3 | |
2009-06-19 | Update unit tests | Denis Kenzior | 2 | -2/+19 | |
2009-06-19 | Utility to create SMS, both fragmented and not | Denis Kenzior | 2 | -0/+162 | |
2009-06-19 | Add utility function | Denis Kenzior | 1 | -1/+6 | |
2009-06-19 | Minor style issue | Denis Kenzior | 1 | -2/+0 | |