Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-03 | stktest: Further flesh out test framework | Denis Kenzior | 1 | -3/+89 | |
2012-10-03 | stktest: Add test framework skeleton | Denis Kenzior | 1 | -0/+100 | |
2012-10-03 | stktest: merge cusatt | Denis Kenzior | 1 | -2/+0 | |
2012-10-03 | stktest: Fixup message | Denis Kenzior | 1 | -1/+1 | |
2012-10-03 | stktest: Add additional error types | Denis Kenzior | 1 | -0/+25 | |
2012-10-03 | stktest: Fix error interface | Denis Kenzior | 1 | -1/+1 | |
2012-10-03 | stktest: merge cusatt | Denis Kenzior | 1 | -0/+1 | |
2012-10-03 | sktest: Turn off echo | Denis Kenzior | 1 | -0/+1 | |
2012-10-03 | stktest: implement CUSATT handler | Denis Kenzior | 1 | -0/+37 | |
2012-10-03 | stktest: indentation fixes | Denis Kenzior | 1 | -5/+5 | |
2012-10-03 | unit: Move display text data to common header | Denis Kenzior | 3 | -211/+183 | |
2012-10-03 | stktest: Add send_proactive_command utility | Denis Kenzior | 1 | -0/+21 | |
2012-10-03 | stktest: Add agent registration | Denis Kenzior | 1 | -1/+34 | |
2012-10-03 | stktest: Add send_with_reply utility | Denis Kenzior | 1 | -0/+58 | |
2012-10-03 | stktest: Add STK Agent API skeleton | Denis Kenzior | 1 | -1/+53 | |
2012-10-03 | stktest: Rework state logic | Denis Kenzior | 1 | -15/+38 | |
2012-10-03 | stktest: Add basic power up logic | Denis Kenzior | 1 | -0/+76 | |
2012-10-03 | stktest: Add initial modem emulator logic | Denis Kenzior | 2 | -1/+260 | |
2012-10-03 | .gitignore: Update with stktest | Denis Kenzior | 1 | -0/+1 | |
2012-10-03 | tools: Add basic stktest skeleton | Denis Kenzior | 2 | -0/+307 | |
2012-10-03 | plugins: Add stktest plugin | Denis Kenzior | 2 | -0/+256 | |
2012-10-01 | smsutil: Fix warning | Denis Kenzior | 1 | -1/+1 | |
src/smsutil.c: In function ‘cbs_decode_text’: src/smsutil.c:4116:16: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] | |||||
2012-09-26 | doc: Tweak comment on behavior of VoiceCall.Hangup | Denis Kenzior | 1 | -1/+4 | |
2012-09-17 | stkagent: Sanitize any output from the agent | Philippe Nunes | 1 | -3/+53 | |
2012-09-17 | smsutil: Fix up style issues from previous commit | Denis Kenzior | 1 | -4/+3 | |
2012-09-17 | smsutil: <CR> is not necessarily a CBS padding character | Philippe Nunes | 1 | -2/+12 | |
2012-09-17 | smsutil: Fix CR padding logic for 7-bit case | Denis Kenzior | 1 | -3/+11 | |
2012-09-17 | unit: Add test to check CBS padding character | Guillaume Zajac | 1 | -0/+59 | |
This CBS unit test is used to check that the <CR> character can be interpreted as a wanted carriage return and not necessarily as a padding character. | |||||
2012-09-17 | smsutil: Fix style issues | Philippe Nunes | 1 | -14/+14 | |
2012-09-17 | stk: AID shall not be displayed in certain cases | Philippe Nunes | 1 | -0/+12 | |
When the icon is marked as self explanatory, the AID should not be displayed. | |||||
2012-09-17 | stk: move number conversion to a utility function | Philippe Nunes | 1 | -15/+43 | |
The dialing number provided by the Setup Call proactive command may contain pause and DTMF characters. | |||||
2012-09-11 | isimodem: Fix style issues in previous commit | Denis Kenzior | 1 | -4/+1 | |
2012-09-11 | isimodem: voicecall answer fix for Nemo on N9 | Jarko Poutiainen | 1 | -1/+14 | |
Voicecall answering in Mer/Nemomobile run on Nokia N9 will fail unless call id is passed to modem. | |||||
2012-09-11 | test: iconId value is not a printable character | Philippe Nunes | 1 | -4/+5 | |
2012-09-11 | test: playtone waits for single tone playback | Philippe Nunes | 1 | -0/+18 | |
To simulate the single tone playback (avoiding the stkagent method to return immediately), a timeout is started (5 seconds). During this time, the user can terminate the session. | |||||
2012-09-11 | test: Update with RequestQuickDigit API | Philippe Nunes | 1 | -0/+14 | |
2012-09-11 | netreg: Remove netreg atom in case init fails | Denis Kenzior | 1 | -17/+23 | |
2012-09-11 | netreg: Don't register for CIEV twice | Denis Kenzior | 1 | -2/+0 | |
2012-09-11 | netreg: Add telit version for ciev notification | Christopher Vogl | 1 | -0/+44 | |
2012-09-11 | netreg: Query and select supported CMER modes | Christopher Vogl | 1 | -2/+151 | |
2012-09-11 | sms: Optimize behavior of previous commit | Denis Kenzior | 1 | -5/+7 | |
The previous commit fixed the bug, however performing a linear-search through the entire tx-queue is quite wasteful. The current usage pattern is to always modify the entry at the tail of the queue, so optimize. | |||||
2012-09-11 | sms: Fix to find SMS entry posted by STK | Philippe Nunes | 1 | -6/+5 | |
SMS initiated by proactive command are not exposed on D-BUS. Therefore, there is no message associated with the entry created from STK. | |||||
2012-09-11 | doc: Update errors for SupplementaryServices API | Denis Kenzior | 1 | -0/+2 | |
2012-09-11 | ussd: Recover idle state after a transaction error | Philippe Nunes | 1 | -0/+10 | |
The "USSD terminated by network" notification is handled to recover the idle state in case of USSD transaction error. | |||||
2012-09-11 | dbus: Add Terminated error | Philippe Nunes | 2 | -0/+9 | |
2012-09-11 | Release 1.11 | Marcel Holtmann | 2 | -1/+12 | |
2012-09-11 | build: Enable dundee and tools when building distribution | Marcel Holtmann | 1 | -1/+2 | |
2012-09-05 | atmodem: specify class for call barring query | Philippe Nunes | 1 | -1/+4 | |
class is specified when querying the call barring status if the class is not the default (7 - voice, data and fax) | |||||
2012-09-05 | call-barring: SS query is made with given cls | Philippe Nunes | 1 | -1/+2 | |
The default class is applied in the query form when no class is specified in the SS code. | |||||
2012-09-05 | call-forwarding: SS query is made with given cls | Philippe Nunes | 1 | -1/+9 | |
GCF test cases 31.2.1.6.1/2 are asking to make a query according a specific class. The default class is applied in the query form when no class is specified in the SS code. |