summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-07-19gprs: Update gprs context struct with IPv6 supportDenis Kenzior1-0/+6
2010-07-19doc: Update gprs api with IPv6 supportDenis Kenzior1-2/+7
2010-07-19doc: reword some partsDenis Kenzior1-4/+6
2010-07-19doc: Rename to be more consistentDenis Kenzior1-0/+0
2010-07-19Add coding style documentYang Gu1-0/+151
2010-07-17Release 0.25Marcel Holtmann2-1/+12
2010-07-17Add feature identifier for SIM ToolkitMarcel Holtmann1-0/+1
2010-07-17Fix Huawei product ID matching in udev rulesMarcel Holtmann1-70/+70
2010-07-17Add a little bit debug to udev modem detectionMarcel Holtmann1-0/+4
2010-07-15stk: Remove an unneeded check.Andrzej Zaborowski1-3/+0
2010-07-15calypsomodem: dtmf chars do not need quotesDenis Kenzior1-2/+2
2010-07-15mbm: poll SIM status when initializingPekka Pessi1-4/+35
2010-07-14TODO: Add GPRS IPv6 support taskDenis Kenzior1-0/+5
2010-07-14TODO: Merge two duplicate itemsDenis Kenzior1-10/+7
2010-07-13stkutil: Set black fore/back ground colorDenis Kenzior1-4/+2
2010-07-13test-stkutil: add html attribute tests for setup idle mode testsKristen Carlson Accardi1-16/+68
2010-07-13test-stkutil: add html attribute test for select_item_testKristen Carlson Accardi1-16/+67
2010-07-13test-stkutil: add html attribute test for setup_menu_testKristen Carlson Accardi1-12/+47
2010-07-13test-stkutil: add html attribute tests for play_tone_testKristen Carlson Accardi1-16/+66
2010-07-13test-stkutil: add html attribute tests for get_input_testKristen Carlson Accardi1-16/+59
2010-07-13test-stkutil: add html attribute tests for get_inkey_testKristen Carlson Accardi1-16/+59
2010-07-13test-stkutil: add html attribute test for Display Text testsKristen Carlson Accardi1-0/+211
2010-07-13test-stkutil: add unit test for html text attributesKristen Carlson Accardi1-0/+96
2010-07-13stkutil: display text attributes as htmlKristen Carlson Accardi2-0/+227
2010-07-13Use specific vendor for phonesim stkYang Gu1-1/+1
2010-07-13atmodem: phonesim proactive command notificationYang Gu1-0/+24
2010-07-13atmodem: Make fetch command function as externalYang Gu4-53/+76
2010-07-13test-sms: Update with a real EMS testDenis Kenzior1-45/+173
2010-07-09Interpret "" Alpha Id as empty data objectYang Gu2-5/+17
There needs to be a way to distinguish between no alphaid and "empty data object" because on some occasions they have different meanings. In the Call Control envelope, no Alpha Identifier means the terminal can inform the user about the call being modified by SIM while empty data object means no hint should be given.
2010-07-09ppp: Add MAX_IPCP_FAILURE to avoid timeout quicklyZhenhua Zhang4-5/+17
We use IPCP NAK response to stall the progress of acquiring the client IP address from DHCP server. So we need to increase the max failure of NAKs in IPCP handshaking.
2010-07-08stk: Simplify poll interval logicDenis Kenzior1-6/+4
2010-07-08stk: Be more paranoid of enums from stkDenis Kenzior1-0/+3
2010-07-08stk: Handle the Poll Interval proactive commandAndrzej Zaborowski1-0/+45
2010-07-08style: Use more understandable syntaxDenis Kenzior1-2/+3
2010-07-08style: No initialization needed hereDenis Kenzior1-1/+1
2010-07-08stk: Get rid of gratuitous goto abuseDenis Kenzior1-5/+2
2010-07-08style: Prefer initialized variables on topDenis Kenzior1-1/+1
2010-07-08sms: Refactor ofono_sms_submit introduced by stkDenis Kenzior3-96/+108
Simplify the logic and get rid of duplicated code
2010-07-08sms: Tweak the logic to be more readableDenis Kenzior1-1/+1
2010-07-08stk: Don't submit all pending envelopes at onceDenis Kenzior1-2/+2
2010-07-08stk: Fix copy / paste errorDenis Kenzior1-2/+0
2010-07-08stk: Get rid of bin to hex converterDenis Kenzior1-16/+3
That much code for a debug message is pretty silly. Perhaps an ofono_debug_hexdump function is in order.
2010-07-08stk: cancelled variable is not usedDenis Kenzior1-5/+0
2010-07-08stk: Handle the Timer Management proactive commandAndrzej Zaborowski1-0/+165
2010-07-08stk: Handle the Set Up Idle Text proactive commandAndrzej Zaborowski1-0/+98
This adds a SimToolkit dbus interface with just one property (IdleModeText).
2010-07-08stk: Handle the Send SMS proactive command.Andrzej Zaborowski1-0/+104
2010-07-08Add __ofono_sms_submit for other atoms to submit SMs.Andrzej Zaborowski2-1/+45
2010-07-08stkutil: Timer Value is conditional, not optional.Andrzej Zaborowski1-1/+5
Make the parser check that the value is present when necessary, so that stk.c doesn't have to check this.
2010-07-08sktutil: Use the Mandatory flag in parse_dataobj.Andrzej Zaborowski1-3/+3
We need to look at the Mandatory flag and not at the Minimum flag when parsing CTLVs. The Minimum flag is important when encoding CTLVs because CR bit is set according to it.
2010-07-08Add Dbus interface names for STK.Andrzej Zaborowski1-0/+2