Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-11 | Add TP-PID enumeration | Denis Kenzior | 1 | -0/+17 | |
2009-06-08 | Additional fixes to multiline responses | Denis Kenzior | 1 | -5/+33 | |
The previous fix did not take into account the logic in have_line function, which takes care of certain modems that do not prefix their responses by <cr><lf> at all. This fix should take both into consideration | |||||
2009-06-08 | Fix multiline responses in GAtChat | Denis Kenzior | 1 | -0/+11 | |
The standard is a bit fuzzy on how multiline responses are returned GAtChat assumed that they will always start with <cr><lf>, however this doesn't seem to be correct. Add a new state which is entered when a response is obtained. If <cr> is encountered, then it is processed regularly, otherwise the parser assumes that the next line is part of the multiline response | |||||
2009-06-05 | Add utility for parsing MWI SMS DCS types | Denis Kenzior | 2 | -0/+56 | |
2009-06-05 | Only USSD needs the special <cr> handling | Denis Kenzior | 3 | -15/+17 | |
Apparently all Cell Broadcasts are always 88 bytes long, with a 6 byte header and 82 byte payload. <cr> character is used as a terminator and padding for the unused payload | |||||
2009-06-05 | Fixup header | Denis Kenzior | 1 | -0/+5 | |
2009-06-05 | Reorder the header file a bit | Denis Kenzior | 1 | -1/+2 | |
2009-06-05 | Rename ud_len_in_octets to sms_udl_in_bytes | Denis Kenzior | 3 | -19/+19 | |
2009-06-05 | Rename sms utilities properly | Denis Kenzior | 4 | -15/+15 | |
Rename encode_sms to sms_encode Rename decode_sms to sms_decode | |||||
2009-06-05 | Add SMS specific DCS decoding function | Denis Kenzior | 2 | -0/+84 | |
2009-06-05 | Add utility to convert SCTS to local/remote time | Denis Kenzior | 3 | -0/+55 | |
2009-06-05 | Add proper handling for various messages | Denis Kenzior | 1 | -0/+204 | |
Handle Deliver / Status Report / Cell Broadcast messages and send the appropriate acknowledgement PDUs (+CNMA) if required | |||||
2009-06-05 | SMS-Command is also submitted with sc address | Denis Kenzior | 1 | -1/+2 | |
2009-06-05 | Add colons to SMS prefixes | Denis Kenzior | 1 | -5/+5 | |
2009-06-03 | Add SMS interface initialization code for atmodem | Denis Kenzior | 2 | -1/+455 | |
2009-06-03 | Add check for error path | Denis Kenzior | 1 | -0/+3 | |
2009-06-03 | Add check for error path | Denis Kenzior | 1 | -0/+3 | |
2009-06-03 | Add UDH Iterator unit test | Denis Kenzior | 1 | -0/+119 | |
2009-06-03 | Break out VPF printing into separate function | Denis Kenzior | 1 | -17/+23 | |
2009-06-03 | Add User-Data-Header iterator utilities | Denis Kenzior | 2 | -0/+205 | |
2009-06-03 | Unit test for SMS-Submit encoding | Denis Kenzior | 1 | -0/+39 | |
2009-06-03 | Calculation for UCS2 cases was wrong | Denis Kenzior | 1 | -3/+2 | |
2009-06-02 | Adding common unregister code in atmodem driver | Minjun Li | 1 | -11/+15 | |
Modem cleanup happens in two places: manager_free (ofono exit) and manager_destroy (manually removing a specific modem). Both need to unregister the entire set of registered interfaces. manager_destroy function did not unregister all interfaces. Fixed by adding a common function for both code paths. | |||||
2009-06-01 | Squash another uninitialized warning | Denis Kenzior | 1 | -1/+1 | |
GCC detects that next_octet only sets oct if successful. However, we've already checked the length, so it should always succeed. | |||||
2009-06-01 | Squash another uninitialized warning | Denis Kenzior | 1 | -1/+2 | |
GCC is smart enough to detect that oct is only set if the next_octet function succeeds. However, we've already checked that buf is big enough, so it should always succeed. Still, lets keep gcc happy | |||||
2009-06-01 | Squish another uninitialized warning in CB | Denis Kenzior | 1 | -1/+1 | |
2009-06-01 | Squish another uninitialized warning | Denis Kenzior | 1 | -1/+1 | |
2009-06-01 | Change int type to enum for SS control callbacks | Denis Kenzior | 4 | -6/+11 | |
2009-06-01 | Squash another uninitialized value warning | Denis Kenzior | 1 | -0/+2 | |
2009-06-01 | Forgot this for SMS driver | Denis Kenzior | 1 | -0/+167 | |
2009-06-01 | Forgot to add this | Denis Kenzior | 1 | -0/+316 | |
2009-05-29 | Add atmodem driver implementation for SMS | Denis Kenzior | 3 | -1/+6 | |
2009-05-29 | Add basic skeleton for SmsManager interface | Denis Kenzior | 3 | -1/+18 | |
2009-05-29 | Do not use empty prefixes | Denis Kenzior | 1 | -8/+5 | |
2009-05-29 | Remove unnecessary define | Denis Kenzior | 1 | -2/+0 | |
2009-05-28 | Mention Minjun's contribution | Denis Kenzior | 1 | -0/+1 | |
2009-05-28 | Remove unused function | Denis Kenzior | 1 | -17/+0 | |
2009-05-28 | Remove unused function | Denis Kenzior | 1 | -8/+0 | |
2009-05-28 | Free voicecalls when exiting | Denis Kenzior | 1 | -0/+3 | |
2009-05-28 | Don't emit the Operator changed if not registered | Denis Kenzior | 1 | -0/+3 | |
SPN Update emits the Operator property changed signal. However, this should not happen if there is no current operator | |||||
2009-05-28 | Add test script for NetworkRegistration interface | Denis Kenzior | 1 | -0/+89 | |
2009-05-28 | Fix a few style issues | Denis Kenzior | 1 | -0/+5 | |
2009-05-28 | Fix signal emission when the operator changes | Denis Kenzior | 1 | -2/+6 | |
If the operator changes without going through a searching state the Operator change signal was not properly emitted | |||||
2009-05-28 | Adding test script to test CallBarring SS strings | Denis Kenzior | 1 | -0/+98 | |
2009-05-28 | Add test script for CallBarring interface | Denis Kenzior | 1 | -0/+72 | |
2009-05-28 | Adding test script for CallMeter interface | Denis Kenzior | 1 | -0/+83 | |
2009-05-28 | Remove unused function | Denis Kenzior | 1 | -3/+0 | |
2009-05-28 | Minor style tweak | Denis Kenzior | 1 | -1/+1 | |
2009-05-28 | Add Supplementary Services test for CallSettings | Denis Kenzior | 1 | -0/+116 | |
2009-05-28 | Add simple test for CallSettings interface | Denis Kenzior | 1 | -0/+69 | |