Denis Kenzior [Fri, 6 Aug 2010 17:09:25 +0000 (12:09 -0500)]
calypso: Remove un-needed includes
Andrzej Zaborowski [Thu, 5 Aug 2010 17:31:58 +0000 (19:31 +0200)]
calypso: Create STK atom and reorder initialisation
See comment in the code. The Sim Toolkit apps seem to work rather
reliably with this, tested on both PIN-enabled and unprotected cards.
Andrzej Zaborowski [Thu, 5 Aug 2010 17:30:55 +0000 (19:30 +0200)]
atutil: Parse CMS and CME error codes
Andrzej Zaborowski [Thu, 5 Aug 2010 17:30:55 +0000 (19:30 +0200)]
calypso: Enable AT extended error codes
The STK driver tries to interpret the codes.
Andrzej Zaborowski [Thu, 5 Aug 2010 17:30:54 +0000 (19:30 +0200)]
calypso: Add a Calypso STK driver
Andrzej Zaborowski [Thu, 5 Aug 2010 17:30:53 +0000 (19:30 +0200)]
calypso: Check if SIM is present on modem startup
Like in case of MBM modem, the SIM slot is not easily accessible
while the device is running so we assume there's no need to check
for SIM presence after startup.
Andrzej Zaborowski [Thu, 5 Aug 2010 17:30:52 +0000 (19:30 +0200)]
phonesim: Don't use VENDOR_PHONESIM for calypso
Also move the STK initialisation to post-sim because it is more logical
there (even if it makes no difference under phonesim).
João Paulo Rechi Vita [Thu, 5 Aug 2010 19:13:08 +0000 (16:13 -0300)]
huawei: Fix SIM state logic
Add support for voice-only SIM cards and enable phonebook atom for
non-voice modems.
Denis Kenzior [Thu, 5 Aug 2010 19:04:24 +0000 (14:04 -0500)]
doc: Update coding-style.txt for enums
Inaky Perez-Gonzalez [Tue, 3 Aug 2010 23:50:55 +0000 (16:50 -0700)]
sms: struct tx_queue_entry: add a destructor
Introduce a destructor function to encapsulate all the release steps
for this data type, as more are to be added later.
Inaky Perez-Gonzalez [Tue, 3 Aug 2010 23:50:50 +0000 (16:50 -0700)]
storage: make write_file transaction-safe
write_file(), as written wasn't transaction-safe; a crash bewtween a
file being open and the buffer being written before a safe close would
leave the file with a set of undetermined contents.
Modified to the file is written to a temporary file name; once
completed, it is renamed to the final name. This way, a crash in the
middle doesn't leave half-baked files.
Denis Kenzior [Thu, 5 Aug 2010 16:21:25 +0000 (11:21 -0500)]
doc: Fixup some long line / space at eol issues
Gustavo F. Padovan [Wed, 4 Aug 2010 10:22:10 +0000 (07:22 -0300)]
bluetooth: define DBUS_TIMEOUT macro
Denis Kenzior [Thu, 5 Aug 2010 15:19:04 +0000 (10:19 -0500)]
sim: Use less space for locked_pins
Use only as required, since we only track PINs in this one, not PUKs
Denis Kenzior [Thu, 5 Aug 2010 15:00:57 +0000 (10:00 -0500)]
sim: Fix LockedPins in case SIM wants a PUK first
In the case that oFono is started with the SIM asking for a PUK, we
don't report LockedPins properly.
Denis Kenzior [Wed, 4 Aug 2010 20:14:41 +0000 (15:14 -0500)]
test: Update simple-agent with new capabilities
Denis Kenzior [Wed, 4 Aug 2010 19:49:42 +0000 (14:49 -0500)]
stkagent: No need to split these on two lines
Denis Kenzior [Wed, 4 Aug 2010 19:46:47 +0000 (14:46 -0500)]
stk: Rip out the HELP stuff for now
We're not supporting it in the current API and doing so is actually
very painful.
Denis Kenzior [Wed, 4 Aug 2010 19:40:08 +0000 (14:40 -0500)]
stkagent: Introduce CALLBACK_END macro
Andrzej Zaborowski [Wed, 4 Aug 2010 04:55:04 +0000 (06:55 +0200)]
stk: Handle the Get Input proactive command
Andrzej Zaborowski [Wed, 4 Aug 2010 04:55:03 +0000 (06:55 +0200)]
stkagent: Implement RequestInput/RequestDigits
Andrzej Zaborowski [Wed, 4 Aug 2010 04:55:02 +0000 (06:55 +0200)]
stk: Handle the Get Inkey proactive command
Andrzej Zaborowski [Wed, 4 Aug 2010 04:55:01 +0000 (06:55 +0200)]
stkagent: Implement RequestConfirmation/Key/Digit
Denis Kenzior [Tue, 3 Aug 2010 15:55:07 +0000 (10:55 -0500)]
doc: Update standards.txt
Marcel Holtmann [Mon, 2 Aug 2010 20:11:43 +0000 (13:11 -0700)]
Release 0.26
João Paulo Rechi Vita [Mon, 2 Aug 2010 18:44:41 +0000 (15:44 -0300)]
huawei: fix double include of GPRS header
Zhenhua Zhang [Wed, 28 Jul 2010 00:25:26 +0000 (08:25 +0800)]
Fix busylooped in ppp_disconnect for huawei modem
Huawei modem closes the modem port after PPP disconnect. So the channel
of gatchat is NULL in ppp_disconnect. In such case, we resume the chat
and it causes huawei_disconnect() get called and the gprs context is
removed later.
Before removing this gprs context, we should reply the pending DBus
message to the client.
Denis Kenzior [Fri, 30 Jul 2010 23:59:44 +0000 (18:59 -0500)]
stkagent: Remove stk_agent_busy
Denis Kenzior [Fri, 30 Jul 2010 23:50:38 +0000 (18:50 -0500)]
stk: Remove unneeded check
The agent_remove_source will be canceled as part of the session agent
destruction notify.
Denis Kenzior [Fri, 30 Jul 2010 23:34:49 +0000 (18:34 -0500)]
stk: Fix typo in comment
Denis Kenzior [Fri, 30 Jul 2010 23:17:57 +0000 (18:17 -0500)]
stk: Handle the case where no agent is registered
Denis Kenzior [Fri, 30 Jul 2010 22:12:34 +0000 (17:12 -0500)]
test: Add a simple STK Agent script
Denis Kenzior [Fri, 30 Jul 2010 22:05:47 +0000 (17:05 -0500)]
phonesim: Introduce End Session notification
Denis Kenzior [Fri, 30 Jul 2010 17:18:31 +0000 (12:18 -0500)]
stk: Get rid of cancel result
And also rework how immediate response display text gets handled.
Denis Kenzior [Fri, 30 Jul 2010 17:11:41 +0000 (12:11 -0500)]
stk: Introduce destroy semantics to stkagent
Denis Kenzior [Fri, 30 Jul 2010 15:15:07 +0000 (10:15 -0500)]
stk: Handle errors when sending to the agent fails
Denis Kenzior [Fri, 30 Jul 2010 15:08:07 +0000 (10:08 -0500)]
stk: Get rid of nested switch
Denis Kenzior [Fri, 30 Jul 2010 14:55:51 +0000 (09:55 -0500)]
stk: Handle the new termination semantics
The termination semantics were changed in stkagent. Now if an agent
sends an invalid response or an unexpected error, then the agent is
terminated, even if it is the default agent.
Denis Kenzior [Fri, 30 Jul 2010 14:54:50 +0000 (09:54 -0500)]
stk: Simplify sending of terminal responses
Introduce a new send_simple_response function
Denis Kenzior [Fri, 30 Jul 2010 04:51:23 +0000 (23:51 -0500)]
stkagent: Make DisplayText invocation match API
For now we match the proposed API until we decide that changes are
needed.
Denis Kenzior [Fri, 30 Jul 2010 04:50:20 +0000 (23:50 -0500)]
stkagent: Remove stk_agent_generic_cb
Denis Kenzior [Fri, 30 Jul 2010 04:36:29 +0000 (23:36 -0500)]
include: Update to proper API naming
Should match what is in the documentation
Denis Kenzior [Fri, 30 Jul 2010 01:08:09 +0000 (20:08 -0500)]
stkagent: Get rid of nasty g_timeout tricks
Denis Kenzior [Thu, 29 Jul 2010 20:08:28 +0000 (15:08 -0500)]
stkagent: Get rid of unneeded checks
Denis Kenzior [Thu, 29 Jul 2010 20:07:03 +0000 (15:07 -0500)]
stkagent: Shorten logic
Denis Kenzior [Thu, 29 Jul 2010 19:38:45 +0000 (14:38 -0500)]
stkagent: Simplify stkagent logic
Denis Kenzior [Thu, 29 Jul 2010 18:29:45 +0000 (13:29 -0500)]
stkagent: Refactor stkagent api
Denis Kenzior [Thu, 29 Jul 2010 18:11:33 +0000 (13:11 -0500)]
stkagent: Rename stk_agent_remove
to stk_agent_free
Denis Kenzior [Thu, 29 Jul 2010 18:09:14 +0000 (13:09 -0500)]
stkagent: Reorder stkagent.h
Denis Kenzior [Thu, 29 Jul 2010 18:08:40 +0000 (13:08 -0500)]
doc: Update coding style
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:11 +0000 (12:26 +0200)]
stk: Handle the Display Text proactive command.
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:10 +0000 (12:26 +0200)]
stk: Handle the Select Item proactive command.
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:09 +0000 (12:26 +0200)]
stk: Handle the main menu.
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:08 +0000 (12:26 +0200)]
stk: Utilities to deal with menus.
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:07 +0000 (12:26 +0200)]
stk: Add STK agent registration api.
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:06 +0000 (12:26 +0200)]
Add STK agent utilities and logic.
Marcel Holtmann [Fri, 30 Jul 2010 07:49:14 +0000 (00:49 -0700)]
Add doc/supplementaryservices-api.txt to distribution
Denis Kenzior [Tue, 27 Jul 2010 21:52:16 +0000 (16:52 -0500)]
netreg: Add MCC/MNC to NetworkRegistration
These are the same values as on the NetworkOperator interface for the
current operator. Just added for convenience.
Kristen Carlson Accardi [Mon, 26 Jul 2010 18:27:34 +0000 (11:27 -0700)]
test-stkutil: unit test for img to xpm converter
Kristen Carlson Accardi [Mon, 26 Jul 2010 18:27:33 +0000 (11:27 -0700)]
stkutil: convert img to xpm
Denis Kenzior [Mon, 26 Jul 2010 18:52:40 +0000 (13:52 -0500)]
doc: Move cbs-api to cell-broadcast-api
Zhenhua Zhang [Mon, 26 Jul 2010 01:11:36 +0000 (09:11 +0800)]
Free service data in service_reply
Avoid the memory leak of server_data.
Inaky Perez-Gonzalez [Fri, 23 Jul 2010 20:59:59 +0000 (13:59 -0700)]
sms: rename create_tx_queue_entry()
This is for symmetry with tx_queue_entry_free()
Inaky Perez-Gonzalez [Fri, 23 Jul 2010 20:59:58 +0000 (13:59 -0700)]
sms: document use_delivery_reports
In function sms_text_prepare
Inaky Perez-Gonzalez [Fri, 23 Jul 2010 20:59:54 +0000 (13:59 -0700)]
sms: sms_assembly_encode_address export and rename
The new name better reflects the function's purpose.
We need to export it, as for generating unique message naming (for
persistence and D-Bus object naming), we'll be using the
address.
Inaky Perez-Gonzalez [Fri, 23 Jul 2010 20:59:53 +0000 (13:59 -0700)]
introduce DECLARE_SMS_ADDR_STR()
Introduce DECLARE_SMS_ADDR_STR(), which declares a string variable of
the right size for passing to sms_assembly_decode_address(). This way
we detach each client having to have the knowledge of what the right
size is, leaving that decission to the infrastructure
provider. Updated couple of sites in smsutil.c to use it vs a raw
declaration.
Inaky Perez-Gonzalez [Fri, 23 Jul 2010 20:59:51 +0000 (13:59 -0700)]
manpage: explain debugging options to -d
Modified HACKING and man page to have more formation on what are the
debugging options and how to enable them.
Denis Kenzior [Fri, 23 Jul 2010 04:31:27 +0000 (23:31 -0500)]
TODO: Major updates to STK related tasks
Denis Kenzior [Wed, 21 Jul 2010 23:59:19 +0000 (18:59 -0500)]
doc: Add PropertyChanged signal to stk-api
Denis Kenzior [Wed, 21 Jul 2010 23:59:04 +0000 (18:59 -0500)]
doc: cleanup voicecall api formatting
Denis Kenzior [Wed, 21 Jul 2010 23:26:47 +0000 (18:26 -0500)]
doc: stk-api update
Mark experimental and update wording based on Andrew's comments
Denis Kenzior [Wed, 21 Jul 2010 22:23:43 +0000 (17:23 -0500)]
doc: stk-api update based on latest feedback
Denis Kenzior [Mon, 19 Jul 2010 22:09:18 +0000 (17:09 -0500)]
doc: stk-api proposal
Zhenhua Zhang [Wed, 21 Jul 2010 06:41:14 +0000 (14:41 +0800)]
Fix: Free modem name in ofono_modem_remove
Avoid the memory leak of modem name.
Denis Kenzior [Mon, 19 Jul 2010 18:51:00 +0000 (13:51 -0500)]
gprs: Minor style fixes
Denis Kenzior [Mon, 19 Jul 2010 18:50:37 +0000 (13:50 -0500)]
gprs: Add Protocol property with IPv6/IPv4
Denis Kenzior [Mon, 19 Jul 2010 18:49:35 +0000 (13:49 -0500)]
gprs: Update gprs context struct with IPv6 support
Denis Kenzior [Mon, 19 Jul 2010 18:49:12 +0000 (13:49 -0500)]
doc: Update gprs api with IPv6 support
Denis Kenzior [Mon, 19 Jul 2010 17:44:53 +0000 (12:44 -0500)]
doc: reword some parts
Denis Kenzior [Mon, 19 Jul 2010 17:39:30 +0000 (12:39 -0500)]
doc: Rename to be more consistent
Yang Gu [Mon, 19 Jul 2010 06:19:26 +0000 (14:19 +0800)]
Add coding style document
Marcel Holtmann [Sat, 17 Jul 2010 22:00:34 +0000 (15:00 -0700)]
Release 0.25
Marcel Holtmann [Sat, 17 Jul 2010 21:53:07 +0000 (14:53 -0700)]
Add feature identifier for SIM Toolkit
Marcel Holtmann [Sat, 17 Jul 2010 21:46:37 +0000 (14:46 -0700)]
Fix Huawei product ID matching in udev rules
Marcel Holtmann [Sat, 17 Jul 2010 21:43:29 +0000 (14:43 -0700)]
Add a little bit debug to udev modem detection
Andrzej Zaborowski [Tue, 13 Jul 2010 14:23:35 +0000 (16:23 +0200)]
stk: Remove an unneeded check.
Denis Kenzior [Thu, 15 Jul 2010 14:41:04 +0000 (09:41 -0500)]
calypsomodem: dtmf chars do not need quotes
Pekka Pessi [Thu, 15 Jul 2010 14:05:02 +0000 (17:05 +0300)]
mbm: poll SIM status when initializing
Denis Kenzior [Wed, 14 Jul 2010 16:04:22 +0000 (11:04 -0500)]
TODO: Add GPRS IPv6 support task
Denis Kenzior [Wed, 14 Jul 2010 16:03:30 +0000 (11:03 -0500)]
TODO: Merge two duplicate items
Denis Kenzior [Tue, 13 Jul 2010 20:36:00 +0000 (15:36 -0500)]
stkutil: Set black fore/back ground color
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:55 +0000 (05:40 -0700)]
test-stkutil: add html attribute tests for setup idle mode tests
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:54 +0000 (05:40 -0700)]
test-stkutil: add html attribute test for select_item_test
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:53 +0000 (05:40 -0700)]
test-stkutil: add html attribute test for setup_menu_test
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:52 +0000 (05:40 -0700)]
test-stkutil: add html attribute tests for play_tone_test
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:51 +0000 (05:40 -0700)]
test-stkutil: add html attribute tests for get_input_test
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:50 +0000 (05:40 -0700)]
test-stkutil: add html attribute tests for get_inkey_test
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:49 +0000 (05:40 -0700)]
test-stkutil: add html attribute test for Display Text tests
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:48 +0000 (05:40 -0700)]
test-stkutil: add unit test for html text attributes
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:47 +0000 (05:40 -0700)]
stkutil: display text attributes as html