platform/upstream/ofono.git
13 years agostk: Simplify sending of terminal responses
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

13 years agostkagent: Make DisplayText invocation match API
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.

13 years agostkagent: Remove stk_agent_generic_cb
Denis Kenzior [Fri, 30 Jul 2010 04:50:20 +0000 (23:50 -0500)]
stkagent: Remove stk_agent_generic_cb

13 years agoinclude: Update to proper API naming
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

13 years agostkagent: Get rid of nasty g_timeout tricks
Denis Kenzior [Fri, 30 Jul 2010 01:08:09 +0000 (20:08 -0500)]
stkagent: Get rid of nasty g_timeout tricks

13 years agostkagent: Get rid of unneeded checks
Denis Kenzior [Thu, 29 Jul 2010 20:08:28 +0000 (15:08 -0500)]
stkagent: Get rid of unneeded checks

13 years agostkagent: Shorten logic
Denis Kenzior [Thu, 29 Jul 2010 20:07:03 +0000 (15:07 -0500)]
stkagent: Shorten logic

13 years agostkagent: Simplify stkagent logic
Denis Kenzior [Thu, 29 Jul 2010 19:38:45 +0000 (14:38 -0500)]
stkagent: Simplify stkagent logic

13 years agostkagent: Refactor stkagent api
Denis Kenzior [Thu, 29 Jul 2010 18:29:45 +0000 (13:29 -0500)]
stkagent: Refactor stkagent api

13 years agostkagent: Rename stk_agent_remove
Denis Kenzior [Thu, 29 Jul 2010 18:11:33 +0000 (13:11 -0500)]
stkagent: Rename stk_agent_remove

to stk_agent_free

13 years agostkagent: Reorder stkagent.h
Denis Kenzior [Thu, 29 Jul 2010 18:09:14 +0000 (13:09 -0500)]
stkagent: Reorder stkagent.h

13 years agodoc: Update coding style
Denis Kenzior [Thu, 29 Jul 2010 18:08:40 +0000 (13:08 -0500)]
doc: Update coding style

13 years agostk: Handle the Display Text proactive command.
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:11 +0000 (12:26 +0200)]
stk: Handle the Display Text proactive command.

13 years agostk: Handle the Select Item proactive command.
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:10 +0000 (12:26 +0200)]
stk: Handle the Select Item proactive command.

13 years agostk: Handle the main menu.
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:09 +0000 (12:26 +0200)]
stk: Handle the main menu.

13 years agostk: Utilities to deal with menus.
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:08 +0000 (12:26 +0200)]
stk: Utilities to deal with menus.

13 years agostk: Add STK agent registration api.
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:07 +0000 (12:26 +0200)]
stk: Add STK agent registration api.

13 years agoAdd STK agent utilities and logic.
Andrzej Zaborowski [Wed, 28 Jul 2010 10:26:06 +0000 (12:26 +0200)]
Add STK agent utilities and logic.

13 years agoAdd doc/supplementaryservices-api.txt to distribution
Marcel Holtmann [Fri, 30 Jul 2010 07:49:14 +0000 (00:49 -0700)]
Add doc/supplementaryservices-api.txt to distribution

13 years agonetreg: Add MCC/MNC to NetworkRegistration
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.

13 years agotest-stkutil: unit test for img to xpm converter
Kristen Carlson Accardi [Mon, 26 Jul 2010 18:27:34 +0000 (11:27 -0700)]
test-stkutil: unit test for img to xpm converter

13 years agostkutil: convert img to xpm
Kristen Carlson Accardi [Mon, 26 Jul 2010 18:27:33 +0000 (11:27 -0700)]
stkutil: convert img to xpm

13 years agodoc: Move cbs-api to cell-broadcast-api
Denis Kenzior [Mon, 26 Jul 2010 18:52:40 +0000 (13:52 -0500)]
doc: Move cbs-api to cell-broadcast-api

13 years agoFree service data in service_reply
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.

14 years agosms: rename create_tx_queue_entry()
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()

14 years agosms: document use_delivery_reports
Inaky Perez-Gonzalez [Fri, 23 Jul 2010 20:59:58 +0000 (13:59 -0700)]
sms: document use_delivery_reports

In function sms_text_prepare

14 years agosms: sms_assembly_encode_address export and rename
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.

14 years agointroduce DECLARE_SMS_ADDR_STR()
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.

14 years agomanpage: explain debugging options to -d
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.

14 years agoTODO: Major updates to STK related tasks
Denis Kenzior [Fri, 23 Jul 2010 04:31:27 +0000 (23:31 -0500)]
TODO: Major updates to STK related tasks

14 years agodoc: Add PropertyChanged signal to stk-api
Denis Kenzior [Wed, 21 Jul 2010 23:59:19 +0000 (18:59 -0500)]
doc: Add PropertyChanged signal to stk-api

14 years agodoc: cleanup voicecall api formatting
Denis Kenzior [Wed, 21 Jul 2010 23:59:04 +0000 (18:59 -0500)]
doc: cleanup voicecall api formatting

14 years agodoc: stk-api update
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

14 years agodoc: stk-api update based on latest feedback
Denis Kenzior [Wed, 21 Jul 2010 22:23:43 +0000 (17:23 -0500)]
doc: stk-api update based on latest feedback

14 years agodoc: stk-api proposal
Denis Kenzior [Mon, 19 Jul 2010 22:09:18 +0000 (17:09 -0500)]
doc: stk-api proposal

14 years agoFix: Free modem name in ofono_modem_remove
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.

14 years agogprs: Minor style fixes
Denis Kenzior [Mon, 19 Jul 2010 18:51:00 +0000 (13:51 -0500)]
gprs: Minor style fixes

14 years agogprs: Add Protocol property with IPv6/IPv4
Denis Kenzior [Mon, 19 Jul 2010 18:50:37 +0000 (13:50 -0500)]
gprs: Add Protocol property with IPv6/IPv4

14 years agogprs: Update gprs context struct with IPv6 support
Denis Kenzior [Mon, 19 Jul 2010 18:49:35 +0000 (13:49 -0500)]
gprs: Update gprs context struct with IPv6 support

14 years agodoc: Update gprs api with IPv6 support
Denis Kenzior [Mon, 19 Jul 2010 18:49:12 +0000 (13:49 -0500)]
doc: Update gprs api with IPv6 support

14 years agodoc: reword some parts
Denis Kenzior [Mon, 19 Jul 2010 17:44:53 +0000 (12:44 -0500)]
doc: reword some parts

14 years agodoc: Rename to be more consistent
Denis Kenzior [Mon, 19 Jul 2010 17:39:30 +0000 (12:39 -0500)]
doc: Rename to be more consistent

14 years agoAdd coding style document
Yang Gu [Mon, 19 Jul 2010 06:19:26 +0000 (14:19 +0800)]
Add coding style document

14 years agoRelease 0.25 0.25
Marcel Holtmann [Sat, 17 Jul 2010 22:00:34 +0000 (15:00 -0700)]
Release 0.25

14 years agoAdd feature identifier for SIM Toolkit
Marcel Holtmann [Sat, 17 Jul 2010 21:53:07 +0000 (14:53 -0700)]
Add feature identifier for SIM Toolkit

14 years agoFix Huawei product ID matching in udev rules
Marcel Holtmann [Sat, 17 Jul 2010 21:46:37 +0000 (14:46 -0700)]
Fix Huawei product ID matching in udev rules

14 years agoAdd a little bit debug to udev modem detection
Marcel Holtmann [Sat, 17 Jul 2010 21:43:29 +0000 (14:43 -0700)]
Add a little bit debug to udev modem detection

14 years agostk: Remove an unneeded check.
Andrzej Zaborowski [Tue, 13 Jul 2010 14:23:35 +0000 (16:23 +0200)]
stk: Remove an unneeded check.

14 years agocalypsomodem: dtmf chars do not need quotes
Denis Kenzior [Thu, 15 Jul 2010 14:41:04 +0000 (09:41 -0500)]
calypsomodem: dtmf chars do not need quotes

14 years agombm: poll SIM status when initializing
Pekka Pessi [Thu, 15 Jul 2010 14:05:02 +0000 (17:05 +0300)]
mbm: poll SIM status when initializing

14 years agoTODO: Add GPRS IPv6 support task
Denis Kenzior [Wed, 14 Jul 2010 16:04:22 +0000 (11:04 -0500)]
TODO: Add GPRS IPv6 support task

14 years agoTODO: Merge two duplicate items
Denis Kenzior [Wed, 14 Jul 2010 16:03:30 +0000 (11:03 -0500)]
TODO: Merge two duplicate items

14 years agostkutil: Set black fore/back ground color
Denis Kenzior [Tue, 13 Jul 2010 20:36:00 +0000 (15:36 -0500)]
stkutil: Set black fore/back ground color

14 years agotest-stkutil: add html attribute tests for setup idle mode tests
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

14 years agotest-stkutil: add html attribute test for select_item_test
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:54 +0000 (05:40 -0700)]
test-stkutil: add html attribute test for select_item_test

14 years agotest-stkutil: add html attribute test for setup_menu_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

14 years agotest-stkutil: add html attribute tests for play_tone_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

14 years agotest-stkutil: add html attribute tests for get_input_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

14 years agotest-stkutil: add html attribute tests for get_inkey_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

14 years agotest-stkutil: add html attribute test for Display Text tests
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:49 +0000 (05:40 -0700)]
test-stkutil: add html attribute test for Display Text tests

14 years agotest-stkutil: add unit test for html text attributes
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:48 +0000 (05:40 -0700)]
test-stkutil: add unit test for html text attributes

14 years agostkutil: display text attributes as html
Kristen Carlson Accardi [Tue, 13 Jul 2010 12:40:47 +0000 (05:40 -0700)]
stkutil: display text attributes as html

14 years agoUse specific vendor for phonesim stk
Yang Gu [Tue, 13 Jul 2010 10:30:01 +0000 (18:30 +0800)]
Use specific vendor for phonesim stk

14 years agoatmodem: phonesim proactive command notification
Yang Gu [Tue, 13 Jul 2010 10:30:00 +0000 (18:30 +0800)]
atmodem: phonesim proactive command notification

14 years agoatmodem: Make fetch command function as external
Yang Gu [Tue, 13 Jul 2010 10:29:59 +0000 (18:29 +0800)]
atmodem: Make fetch command function as external

14 years agotest-sms: Update with a real EMS test
Denis Kenzior [Tue, 13 Jul 2010 14:51:02 +0000 (09:51 -0500)]
test-sms: Update with a real EMS test

14 years agoInterpret "" Alpha Id as empty data object
Yang Gu [Fri, 9 Jul 2010 14:52:08 +0000 (22:52 +0800)]
Interpret "" Alpha Id as empty data object

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.

14 years agoppp: Add MAX_IPCP_FAILURE to avoid timeout quickly
Zhenhua Zhang [Fri, 9 Jul 2010 08:53:51 +0000 (16:53 +0800)]
ppp: Add MAX_IPCP_FAILURE to avoid timeout quickly

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.

14 years agostk: Simplify poll interval logic
Denis Kenzior [Thu, 8 Jul 2010 19:27:01 +0000 (14:27 -0500)]
stk: Simplify poll interval logic

14 years agostk: Be more paranoid of enums from stk
Denis Kenzior [Thu, 8 Jul 2010 19:26:34 +0000 (14:26 -0500)]
stk: Be more paranoid of enums from stk

14 years agostk: Handle the Poll Interval proactive command
Andrzej Zaborowski [Tue, 6 Jul 2010 22:39:09 +0000 (00:39 +0200)]
stk: Handle the Poll Interval proactive command

14 years agostyle: Use more understandable syntax
Denis Kenzior [Thu, 8 Jul 2010 19:06:01 +0000 (14:06 -0500)]
style: Use more understandable syntax

14 years agostyle: No initialization needed here
Denis Kenzior [Thu, 8 Jul 2010 19:02:56 +0000 (14:02 -0500)]
style: No initialization needed here

14 years agostk: Get rid of gratuitous goto abuse
Denis Kenzior [Thu, 8 Jul 2010 18:55:30 +0000 (13:55 -0500)]
stk: Get rid of gratuitous goto abuse

14 years agostyle: Prefer initialized variables on top
Denis Kenzior [Thu, 8 Jul 2010 18:53:50 +0000 (13:53 -0500)]
style: Prefer initialized variables on top

14 years agosms: Refactor ofono_sms_submit introduced by stk
Denis Kenzior [Thu, 8 Jul 2010 18:38:48 +0000 (13:38 -0500)]
sms: Refactor ofono_sms_submit introduced by stk

Simplify the logic and get rid of duplicated code

14 years agosms: Tweak the logic to be more readable
Denis Kenzior [Thu, 8 Jul 2010 14:36:10 +0000 (09:36 -0500)]
sms: Tweak the logic to be more readable

14 years agostk: Don't submit all pending envelopes at once
Denis Kenzior [Wed, 7 Jul 2010 20:12:16 +0000 (15:12 -0500)]
stk: Don't submit all pending envelopes at once

14 years agostk: Fix copy / paste error
Denis Kenzior [Wed, 7 Jul 2010 19:34:38 +0000 (14:34 -0500)]
stk: Fix copy / paste error

14 years agostk: Get rid of bin to hex converter
Denis Kenzior [Wed, 7 Jul 2010 19:33:32 +0000 (14:33 -0500)]
stk: Get rid of bin to hex converter

That much code for a debug message is pretty silly.  Perhaps an
ofono_debug_hexdump function is in order.

14 years agostk: cancelled variable is not used
Denis Kenzior [Wed, 7 Jul 2010 19:28:11 +0000 (14:28 -0500)]
stk: cancelled variable is not used

14 years agostk: Handle the Timer Management proactive command
Andrzej Zaborowski [Tue, 6 Jul 2010 22:39:08 +0000 (00:39 +0200)]
stk: Handle the Timer Management proactive command

14 years agostk: Handle the Set Up Idle Text proactive command
Andrzej Zaborowski [Tue, 6 Jul 2010 22:39:05 +0000 (00:39 +0200)]
stk: Handle the Set Up Idle Text proactive command

This adds a SimToolkit dbus interface with just one property
(IdleModeText).

14 years agostk: Handle the Send SMS proactive command.
Andrzej Zaborowski [Tue, 6 Jul 2010 22:39:03 +0000 (00:39 +0200)]
stk: Handle the Send SMS proactive command.

14 years agoAdd __ofono_sms_submit for other atoms to submit SMs.
Andrzej Zaborowski [Tue, 6 Jul 2010 22:39:02 +0000 (00:39 +0200)]
Add __ofono_sms_submit for other atoms to submit SMs.

14 years agostkutil: Timer Value is conditional, not optional.
Andrzej Zaborowski [Tue, 6 Jul 2010 22:39:07 +0000 (00:39 +0200)]
stkutil: Timer Value is conditional, not optional.

Make the parser check that the value is present when necessary,
so that stk.c doesn't have to check this.

14 years agosktutil: Use the Mandatory flag in parse_dataobj.
Andrzej Zaborowski [Tue, 6 Jul 2010 22:39:06 +0000 (00:39 +0200)]
sktutil: Use the Mandatory flag in parse_dataobj.

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.

14 years agoAdd Dbus interface names for STK.
Andrzej Zaborowski [Tue, 6 Jul 2010 22:39:04 +0000 (00:39 +0200)]
Add Dbus interface names for STK.

14 years agostk: Handle ENVELOPEs in a queue, retry on sim busy.
Andrzej Zaborowski [Tue, 6 Jul 2010 22:39:01 +0000 (00:39 +0200)]
stk: Handle ENVELOPEs in a queue, retry on sim busy.

Some envelope types need to be retried when sim reports busy status.
Then envelopes such as Event Download need to be returned in the
order of the event occurences, so need to be handled in a queue.

14 years agoatmodem: Make sim operations return sim error codes.
Andrzej Zaborowski [Tue, 6 Jul 2010 22:39:00 +0000 (00:39 +0200)]
atmodem: Make sim operations return sim error codes.

14 years agoAdd OFONO_ERROR_TYPE_SIM for negative SIM statuses
Andrzej Zaborowski [Tue, 6 Jul 2010 22:38:59 +0000 (00:38 +0200)]
Add OFONO_ERROR_TYPE_SIM for negative SIM statuses

Expected value of the .error field is status word 1 and status word 2
in bits 8:15 and 0:7 of the field.

14 years agostk: Handle MoreTime command as a no-op
Andrzej Zaborowski [Tue, 6 Jul 2010 22:38:58 +0000 (00:38 +0200)]
stk: Handle MoreTime command as a no-op

14 years agombmmodem: End session on *STKEND.
Andrzej Zaborowski [Tue, 6 Jul 2010 22:38:57 +0000 (00:38 +0200)]
mbmmodem: End session on *STKEND.

14 years agostk: Utilities for proactive command/envelope handling.
Andrzej Zaborowski [Tue, 6 Jul 2010 22:38:56 +0000 (00:38 +0200)]
stk: Utilities for proactive command/envelope handling.

14 years agosmsutil: Fix valgrind complaint
Denis Kenzior [Thu, 8 Jul 2010 18:36:42 +0000 (13:36 -0500)]
smsutil: Fix valgrind complaint

SMS cannot be split over GSM extension chars, however on the last
segment this code was causing us to overflow the buffer and resulted in
valgrind complaining.

14 years agotest-sms: Fix a memory leak
Denis Kenzior [Thu, 8 Jul 2010 18:36:26 +0000 (13:36 -0500)]
test-sms: Fix a memory leak

14 years agoTODO: Add CDIP support task
Denis Kenzior [Thu, 8 Jul 2010 16:19:13 +0000 (11:19 -0500)]
TODO: Add CDIP support task

14 years agoRelease 0.24 0.24
Marcel Holtmann [Wed, 7 Jul 2010 20:41:05 +0000 (17:41 -0300)]
Release 0.24

14 years agoTODO: Voicecall gaps
Pekka Pessi [Tue, 6 Jul 2010 17:17:51 +0000 (20:17 +0300)]
TODO: Voicecall gaps

14 years agodoc: clarify VoiceCallManager SendTones method
Pekka Pessi [Tue, 6 Jul 2010 17:17:52 +0000 (20:17 +0300)]
doc: clarify VoiceCallManager SendTones method