Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-19 | Refactor: Don't store indicator names | Denis Kenzior | 2 | -40/+52 | |
We already know the indicators we're interested in from the specification, malloc/free-ing the indicator names is thus pointless. Instead save off the indicator index positions in an array. Parse the current values instead of storing the unparsed list. | |||||
2009-10-19 | Add initial glue code for hfp driver | Zhenhua Zhang | 5 | -1/+443 | |
2009-10-16 | Add test script for USSD | Denis Kenzior | 1 | -0/+33 | |
2009-10-16 | Fix: Use proper printf format for string precision | Denis Kenzior | 1 | -1/+1 | |
2009-10-16 | Cleanup: Fixup USSD to use cbs_decode_dcs | Denis Kenzior | 1 | -18/+19 | |
Don't decode by hand, use existing function | |||||
2009-10-16 | Parse +CUSD responses. | Andrzej Zaborowski | 2 | -13/+96 | |
2009-10-16 | Fix: Stop crashing when unrefing chat in callback | Denis Kenzior | 1 | -3/+20 | |
2009-10-16 | Release 0.8 | Marcel Holtmann | 2 | -1/+9 | |
2009-10-16 | Fix: Don't return NULL if message is empty | Denis Kenzior | 1 | -5/+0 | |
Empty SMS messages are in sms_decode_text are returned as NULL, e.g. error. This shouldn't be the case, empty messages should be reported and signaled. | |||||
2009-10-16 | Mention Marko's contribution | Denis Kenzior | 1 | -0/+1 | |
2009-10-16 | Fix: Skip over empty messages | Andrzej Zaborowski | 1 | -0/+3 | |
2009-10-16 | Fix: Emit debug message instead of an error | Andrzej Zaborowski | 1 | -1/+1 | |
SMS storage is frequently empty at startup, if this is the case, do not use ofono_error, use ofono_debug instead. | |||||
2009-10-16 | Always return a string from telephony_error_to_str. | Andrzej Zaborowski | 1 | -2/+2 | |
So that it can be used as a printf argument directly. | |||||
2009-10-16 | Refactor: Move network registration status utils | Andrzej Zaborowski | 3 | -44/+47 | |
Move the status to string functions to common.c so that they can be reused in data connection related network registration code. | |||||
2009-10-16 | Fix: Free converted string after use. | Andrzej Zaborowski | 1 | -2/+8 | |
Also make sure we don't read beyond end of the string. | |||||
2009-10-16 | API: Documentation fixes | Marko Saukko | 4 | -9/+9 | |
2009-10-16 | Fix conditional statement | Aki Niemi | 1 | -1/+2 | |
2009-10-16 | Fix: restrict keyword use breaking distcheck | Aki Niemi | 1 | -2/+2 | |
2009-10-16 | isimodem/voicecall.c: initial version | Pekka Pessi | 5 | -43/+2013 | |
Implementing all the voicecall methods. Tested with Nokia 2008 modems. - problems in call creation are probably not reported properly - deflect not implemented in modem, not properly tested TODO: Clean up style issues and align with other drivers. | |||||
2009-10-16 | Refactor sub-sub-block handling | Aki Niemi | 1 | -112/+94 | |
2009-10-15 | Setup better debugging information for calypso | Denis Kenzior | 1 | -4/+17 | |
2009-10-15 | Fix: Quiet a warning on some compilers | Denis Kenzior | 1 | -2/+2 | |
2009-10-15 | Multiplexer support for OpenMoko device | Denis Kenzior | 1 | -31/+108 | |
2009-10-15 | Fix: Do not leak chat memory | Denis Kenzior | 1 | -3/+4 | |
2009-10-15 | Fix: Do not leak chat references in case of error | Denis Kenzior | 1 | -5/+15 | |
2009-10-15 | Fix: Cleanup debug formats | Denis Kenzior | 1 | -2/+2 | |
2009-10-15 | Fix: Do not send shutdown more than once | Denis Kenzior | 1 | -0/+9 | |
2009-10-15 | Fix: Be more paranoid in checking DLC validity | Denis Kenzior | 1 | -1/+13 | |
2009-10-15 | Update unit tests for GSM 07.10 implementation | Denis Kenzior | 1 | -0/+330 | |
2009-10-15 | Refactor: Add driver model to GAtMux | Denis Kenzior | 4 | -455/+681 | |
GAtMux can now be made to work with multiple multiplexing protocols. Currently on the 27.010 (07.10) Advanced and Basic modes are supported. However, further protocol support can be added by providing the necessary driver functions for GAtMux | |||||
2009-10-15 | Fix: Quiet compiler warning | Denis Kenzior | 1 | -0/+2 | |
2009-10-15 | Forgot to add void* to get_data | Denis Kenzior | 1 | -1/+1 | |
2009-10-15 | Forgot to add driverdata functions | Denis Kenzior | 1 | -0/+16 | |
2009-10-15 | Refactor: Enable multiplexer drivers for GAtMux | Denis Kenzior | 2 | -60/+78 | |
2009-10-15 | Fix: Notify sources upon shutdown | Denis Kenzior | 1 | -119/+128 | |
2009-10-15 | Update unit test for the new API | Denis Kenzior | 1 | -8/+48 | |
2009-10-15 | Add mux setup step to phonesim plugin | Denis Kenzior | 1 | -25/+51 | |
2009-10-15 | Add ability to open/close multiple DLCs | Denis Kenzior | 1 | -31/+235 | |
2009-10-15 | Fixup unit test to the new API | Denis Kenzior | 1 | -28/+47 | |
2009-10-15 | Refactor: Add convenience method to start 0710 MUX | Denis Kenzior | 3 | -103/+205 | |
Use an existing GAtChat that has been setup appropriately to conver the channel into a MUX | |||||
2009-10-15 | Add ability to retrieve the atchat IOChannel | Denis Kenzior | 2 | -0/+10 | |
2009-10-15 | Remove more unused code | Denis Kenzior | 4 | -10/+0 | |
2009-10-14 | gisi: Add getter for sub-block data | Aki Niemi | 2 | -37/+46 | |
Also fix indentation and change int->unsigned in the API. | |||||
2009-10-14 | Add isimodem drivers for call barring, forwarding and waiting | Alexander Kanavin | 5 | -50/+1201 | |
2009-10-09 | Refactor subblock iterators. | Pekka Pessi | 6 | -47/+67 | |
Always initialize iterators. Try to avoid pointer arithmetics on NULL; in other words, move all pointer arithmetics inside g_isi_sb_iter_init(). There are 4 different ways for representing sub blocks in ISI message: - 8-bit sub_blocks count, 8-bit sub_block_id/sub_block_len - 16-bit sub_blocks count, 8-bit sub_block_id/sub_block_len - 8-bit sub_blocks count, 16-bit sub_block_id/sub_block_len - 16-bit sub_blocks count, 16-bit sub_block_id/sub_block_len The compact form g_isi_sb_iter_init() supports 8-bit sub_block count before start of the sub blocks themselves and 8-bit sub_block_id and sub_block_len. The full form g_isi_sb_iter_init_full() with explicit longhdr and sub_block count supports all other cases. | |||||
2009-10-08 | Mention Pekka's contributions | Denis Kenzior | 1 | -0/+1 | |
2009-10-08 | Rename function to express its purpose better | Denis Kenzior | 1 | -2/+2 | |
2009-10-08 | Allow sending DTMF tones in alerting state | Pekka Pessi | 1 | -1/+5 | |
2nd stage dialing may be done before call gets connected. | |||||
2009-10-08 | Use swap_without_accept method, if present | Pekka Pessi | 1 | -0/+20 | |
2009-10-08 | Mention Zhenhua's contributions | Denis Kenzior | 1 | -0/+1 | |