Denis Kenzior [Wed, 12 Sep 2012 04:21:27 +0000 (23:21 -0500)]
netreg: Remove netreg atom in case init fails
Denis Kenzior [Wed, 12 Sep 2012 04:20:53 +0000 (23:20 -0500)]
netreg: Don't register for CIEV twice
Christopher Vogl [Thu, 6 Sep 2012 09:49:17 +0000 (11:49 +0200)]
netreg: Add telit version for ciev notification
Christopher Vogl [Thu, 6 Sep 2012 09:49:18 +0000 (11:49 +0200)]
netreg: Query and select supported CMER modes
Denis Kenzior [Wed, 12 Sep 2012 03:31:44 +0000 (22:31 -0500)]
sms: Optimize behavior of previous commit
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.
Philippe Nunes [Thu, 30 Aug 2012 16:24:07 +0000 (18:24 +0200)]
sms: Fix to find SMS entry posted by STK
SMS initiated by proactive command are not exposed on D-BUS.
Therefore, there is no message associated with the entry created from
STK.
Denis Kenzior [Thu, 6 Sep 2012 15:20:25 +0000 (10:20 -0500)]
doc: Update errors for SupplementaryServices API
Philippe Nunes [Thu, 6 Sep 2012 14:21:46 +0000 (16:21 +0200)]
ussd: Recover idle state after a transaction error
The "USSD terminated by network" notification is handled to recover
the idle state in case of USSD transaction error.
Philippe Nunes [Thu, 6 Sep 2012 14:21:45 +0000 (16:21 +0200)]
dbus: Add Terminated error
Marcel Holtmann [Tue, 11 Sep 2012 14:05:26 +0000 (16:05 +0200)]
Release 1.11
Marcel Holtmann [Tue, 11 Sep 2012 14:03:06 +0000 (16:03 +0200)]
build: Enable dundee and tools when building distribution
Philippe Nunes [Wed, 5 Sep 2012 16:56:22 +0000 (18:56 +0200)]
atmodem: specify class for call barring query
class is specified when querying the call barring status if
the class is not the default (7 - voice, data and fax)
Philippe Nunes [Wed, 5 Sep 2012 16:56:21 +0000 (18:56 +0200)]
call-barring: SS query is made with given cls
The default class is applied in the query form when no class is
specified in the SS code.
Philippe Nunes [Wed, 5 Sep 2012 16:56:20 +0000 (18:56 +0200)]
call-forwarding: SS query is made with given cls
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.
Philippe Nunes [Wed, 5 Sep 2012 17:19:38 +0000 (19:19 +0200)]
voicecall: Accept long phone number format for STK
Denis Kenzior [Wed, 5 Sep 2012 03:03:14 +0000 (22:03 -0500)]
doc: Add a few BT-related clarifications
The 'Name' and 'Serial' property take on slightly different meanings in
the case of Bluetooth devices (e.g. HFP). Update the documentation to
reflect that.
Daniel Wagner [Fri, 24 Aug 2012 12:16:39 +0000 (14:16 +0200)]
gatchat: Print error message if opening tun failes
This is a very common mistake. Let's help the users to
configure their system correctly.
Denis Kenzior [Thu, 30 Aug 2012 22:01:36 +0000 (17:01 -0500)]
stk: Fix comment style
Philippe Nunes [Tue, 28 Aug 2012 13:21:21 +0000 (15:21 +0200)]
stk: Ask for immediate digit response as required
This is done by using the stk_agent_request_quick_digit function
introduced in the previous commit.
Philippe Nunes [Tue, 28 Aug 2012 13:21:20 +0000 (15:21 +0200)]
stkagent: Add stk_agent_get_quick_digit
This function calls the newly added RequestQuickDigit method on the
StkAgent interface.
Philippe Nunes [Tue, 28 Aug 2012 13:21:19 +0000 (15:21 +0200)]
doc: Add RequestQuickDigit method to StkAgent
Add new STK Agent API to get digit response on single key press
Philippe Nunes [Thu, 30 Aug 2012 16:20:41 +0000 (18:20 +0200)]
stk: Check if an agent is registered when UI is required
In case of unsolicited proactive command, we could have a crash
when no agent was registered.
Philippe Nunes [Tue, 28 Aug 2012 13:33:52 +0000 (15:33 +0200)]
stk: Display action information while sending USSD
Christopher Vogl [Wed, 29 Aug 2012 15:01:09 +0000 (17:01 +0200)]
telit: enable extended sim status notification
Use AT#QSS=2 instead of AT#QSS=1 to get an URC when the SIM is not only
inserted but also when PIN is unlocked and when SMS + phonebook are
ready to be used.
Disable sim state notification in telit_enable() so that we sure get a
notification when we enable it later again. This way we don't have to
query the state the first time. Without this the Telit modem does not
always send an URC when AT#QSS=2 is sent.
Remove sim_inserted_source and sim_inserted_timeout_cb which are not
needed anymore as a consequence.
By the way the 1 second timeout was an ugly hack.
Don't query current SIM status in cfun_enable_cb() as the SIM is
disabled due to prior AT+CFUN=4.
Register '#QSS:' before enabling sim state notifications.
Remove telit_qss_cb() which was used as a callback for querying the
current SIM status.
Move sms atom creation into switch_sim_state_status() and add creation
of phonebook atom. These are created when QSS: 3 is received.
Christopher Vogl [Wed, 29 Aug 2012 15:01:09 +0000 (17:01 +0200)]
telit: Avoid resetting the SIM
Avoid a reset when switching between online and offline (airplane)
mode in telit_set_online(). +CFUN accepts a second parameter (0), which
disables a reset: AT+CFUN=x,0.
Jaganath Kanakkassery [Thu, 16 Aug 2012 12:51:19 +0000 (18:21 +0530)]
gdbus: Fix compilation error if macro "error" is defined
The variable "signature" used in error is not defined and "args" is now
a struct instead of a string.
Christopher Vogl [Wed, 22 Aug 2012 14:24:05 +0000 (16:24 +0200)]
sim: return from CPIN when SIM unlocked for telit
Only return from CPIN when the modem informs that the SIM is ready
Philippe Nunes [Wed, 22 Aug 2012 16:18:22 +0000 (18:18 +0200)]
call-settings: Improve error reporting
Report error based on the error reported by the driver.
Philippe Nunes [Wed, 22 Aug 2012 16:18:20 +0000 (18:18 +0200)]
call-barring: Improve error reporting
Report error based on the error reported by the driver.
Philippe Nunes [Wed, 22 Aug 2012 16:18:18 +0000 (18:18 +0200)]
call-forwarding: improve error reporting
Report error based on the error reported by the driver.
Christopher Vogl [Tue, 21 Aug 2012 15:06:37 +0000 (17:06 +0200)]
telit: disable auto attach procedures with AUTOATT
Denis Kenzior [Mon, 20 Aug 2012 13:10:27 +0000 (08:10 -0500)]
telit: Fix warning
plugins/telit.c: In function ‘rsen_disable_cb’:
plugins/telit.c:446:21: error: unused variable ‘data’
Christopher Vogl [Fri, 17 Aug 2012 09:04:36 +0000 (11:04 +0200)]
telit: add additional port for data connection
Use MDM port for data service and AUX for the AT chat.
Disable DCD so that the modem does not hangup after a data connection.
Christopher Vogl [Fri, 17 Aug 2012 08:53:11 +0000 (10:53 +0200)]
udevng: rename aux port from Data to Aux for telit
Telit software user guide says:
USB AUX doesn't support any flow control method. Therefore, this port
isn't suitable for DATA service port.
We recommend this port should be used only for AT command and URC
processing.
Daniel Wagner [Fri, 17 Aug 2012 12:58:11 +0000 (14:58 +0200)]
dundee: Add missing SetProperty documenation
Gustavo Padovan [Mon, 13 Aug 2012 21:52:06 +0000 (18:52 -0300)]
dundee: disconnect bluetooth link in case dial fails
If the ATD*99# dial fails for some reason, NO CARRIER, for example, we
need to disconnect the bluetooth link and do further clean up on
disconnect_callback().
Gustavo Padovan [Tue, 14 Aug 2012 07:14:32 +0000 (04:14 -0300)]
dundee: explicit shutdown the bluetooth file descriptor
If we do not shut it down the fd can remain opened. This make impossible
to try a re-connect: busy is returned in this case.
We call shutdown here to make sure that the link is always closed.
Gustavo Padovan [Tue, 14 Aug 2012 07:14:31 +0000 (04:14 -0300)]
dundee: add timeout to close stalled ppp handshake
If something goes wrong the PPP handshake can stall, then we just add a
timer to return an error after a certain timeout (15 seconds).
Denis Kenzior [Thu, 16 Aug 2012 16:39:22 +0000 (11:39 -0500)]
mbm: Fix crash from processing multiple *EMRDY
Sometimes we see the *EMRDY notification before we query, and trigger
initialization procedures twice.
Denis Kenzior [Thu, 16 Aug 2012 16:20:45 +0000 (11:20 -0500)]
mbm: Remove spurious ';'
Christopher Vogl [Thu, 16 Aug 2012 09:01:48 +0000 (11:01 +0200)]
telit: pass vendor at sim atom creation
Denis Kenzior [Thu, 16 Aug 2012 06:15:39 +0000 (01:15 -0500)]
telit: Fix 80 character per line violation
Christopher Vogl [Thu, 16 Aug 2012 08:40:08 +0000 (10:40 +0200)]
telit: move gprs atom into post sim phase
August Mayer [Thu, 16 Aug 2012 08:11:16 +0000 (10:11 +0200)]
gprs: data bearer for telit with PSNT
Telit neither supports '+CPSB' nor reports the data bearer through
'+CGREG'. It has its own +PSNT command.
Denis Kenzior [Thu, 16 Aug 2012 06:05:01 +0000 (01:05 -0500)]
sim: Minor formatting nitpicks
Denis Kenzior [Thu, 16 Aug 2012 06:04:47 +0000 (01:04 -0500)]
sim: Fix warning
drivers/atmodem/sim.c: In function ‘at_pct_cb’:
drivers/atmodem/sim.c:872:2: error: ISO C90 forbids mixed declarations
and code
Denis Kenzior [Thu, 16 Aug 2012 06:00:57 +0000 (01:00 -0500)]
AUTHORS: Mention August's contributions
August Mayer [Thu, 16 Aug 2012 07:37:20 +0000 (09:37 +0200)]
sim: support PIN retry counters for telit modems
August Mayer [Thu, 16 Aug 2012 07:37:19 +0000 (09:37 +0200)]
sim: implement function to get password type
August Mayer [Thu, 16 Aug 2012 07:37:18 +0000 (09:37 +0200)]
sim: add function to get password type
Denis Kenzior [Thu, 16 Aug 2012 05:49:45 +0000 (00:49 -0500)]
unit: Add a unit test for empty sim strings
Denis Kenzior [Thu, 16 Aug 2012 05:47:59 +0000 (00:47 -0500)]
util: Make sure to handle special empty strings
Some SIMs contain an EFspn with the contents all set to 'filler'
characters, e.g. 0xFF. We mistakenly do not handle these strings
correctly.
Aug 8 11:40:00 mx31tt01 daemon.info ofonod[622]: Aux: >
AT+CRSM=176,28486,0,0,17\r
Aug 8 11:40:00 mx31tt01 daemon.info ofonod[622]: Aux: < \r\n+CRSM:
144,0,
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF\r\n\r\nOK\r\n
Aug 8 11:40:00 mx31tt01 daemon.debug ofonod[622]:
drivers/atmodem/sim.c:at_crsm_read_cb() crsm_read_cb: 90, 00, 17
Aug 8 11:40:00 mx31tt01 daemon.debug ofonod[622]:
src/simfs.c:sim_fs_op_read_block_cb() bufoff: 0, dataoff: 0, tocopy: 17
Aug 8 11:40:00 mx31tt01 daemon.err ofonod[622]: EFspn read
successfully, but couldn't parse
Christopher Vogl [Mon, 13 Aug 2012 13:23:58 +0000 (15:23 +0200)]
gprs: fix bearer dbus signal interface
According to the documentation the data bearer property should be
located on interface org.ofono.ConnectionManager.
Christopher Vogl [Mon, 13 Aug 2012 13:22:42 +0000 (15:22 +0200)]
gprs-context: print reason for ppp disconnect
Mikel Astiz [Mon, 13 Aug 2012 08:06:26 +0000 (10:06 +0200)]
doc: Trivial whitespace fixes
Always use tabs instead of spaces for indentation in documentation
files.
Marcel Holtmann [Thu, 9 Aug 2012 17:28:27 +0000 (10:28 -0700)]
test: Fix printing of modem property strings
Denis Kenzior [Tue, 7 Aug 2012 07:25:01 +0000 (02:25 -0500)]
test: Remove test-voicecall script
This is no longer useful as phonesim does not automatically transition
dialing calls to active state.
Denis Kenzior [Tue, 7 Aug 2012 06:30:51 +0000 (01:30 -0500)]
test: Add support for CSSI/CSSU notifications
Denis Kenzior [Tue, 7 Aug 2012 06:29:47 +0000 (01:29 -0500)]
test: Fix weird formatting mis-matches
Denis Kenzior [Tue, 7 Aug 2012 06:26:57 +0000 (01:26 -0500)]
test: Remove redundant code from monitor-ofono
Marcel Holtmann [Tue, 7 Aug 2012 06:15:26 +0000 (23:15 -0700)]
Release 1.10
Guillaume Zajac [Mon, 6 Aug 2012 15:42:36 +0000 (17:42 +0200)]
test: Add hangup-call script for GCF testing
Denis Kenzior [Mon, 6 Aug 2012 04:32:01 +0000 (23:32 -0500)]
test: Add release-and-swap script
Denis Kenzior [Mon, 6 Aug 2012 04:31:05 +0000 (23:31 -0500)]
voicecall: Implement ReleaseAndSwap
Denis Kenzior [Mon, 6 Aug 2012 04:29:54 +0000 (23:29 -0500)]
doc: Add ReleaseAndSwap
Guillaume Zajac [Fri, 3 Aug 2012 14:50:01 +0000 (16:50 +0200)]
test: Add hangup-multiparty script for GCF testing
Denis Kenzior [Thu, 2 Aug 2012 21:00:01 +0000 (16:00 -0500)]
build: add certification.txt
Denis Kenzior [Thu, 2 Aug 2012 20:44:11 +0000 (15:44 -0500)]
doc: Add certification.txt
Guillaume Zajac [Thu, 2 Aug 2012 09:41:01 +0000 (11:41 +0200)]
test: Add hold-and-answer script for GCF testing
Denis Kenzior [Sat, 28 Jul 2012 10:16:22 +0000 (05:16 -0500)]
doc: Another addendum to Interfaces docs
Denis Kenzior [Sat, 28 Jul 2012 10:11:50 +0000 (05:11 -0500)]
doc: Further explain the Interfaces property
Philippe Nunes [Thu, 26 Jul 2012 15:57:54 +0000 (17:57 +0200)]
test: Remove test-ussd as it is redundant
Philippe Nunes [Thu, 26 Jul 2012 15:57:54 +0000 (17:57 +0200)]
test: Add send-ussd script
Simpler script that test-ussd that is still capable of replying to
network initiated USSD requests and USSD dialogs.
Philippe Nunes [Thu, 26 Jul 2012 15:57:53 +0000 (17:57 +0200)]
monitor-ofono: Fix to print non-English characters
The default encoding for a Python bytestring is ASCII. But the
SMS/USSD text is encoded in UTF-8.
This is why trying to convert non-English characters (Unicode
characters beyond 128) produces the error
"UnicodeEncodeError: 'ascii' codec can't encode character".
Denis Kenzior [Wed, 25 Jul 2012 14:16:59 +0000 (09:16 -0500)]
doc: Add comments on valid phone number format
Denis Kenzior [Wed, 25 Jul 2012 14:00:52 +0000 (09:00 -0500)]
doc: Expand description of various Hangup cases
Denis Kenzior [Wed, 25 Jul 2012 13:50:24 +0000 (08:50 -0500)]
doc: Update Features property description
Marcel Holtmann [Thu, 19 Jul 2012 19:12:02 +0000 (21:12 +0200)]
Release 1.9
Denis Kenzior [Tue, 17 Jul 2012 19:28:31 +0000 (14:28 -0500)]
unit: Simplify previous commit
Guillaume Zajac [Wed, 18 Jul 2012 15:18:12 +0000 (17:18 +0200)]
unit: Update test_invalid() unit test
Denis Kenzior [Tue, 17 Jul 2012 03:51:43 +0000 (22:51 -0500)]
util: Style issues
Denis Kenzior [Tue, 17 Jul 2012 03:50:55 +0000 (22:50 -0500)]
util: update comment from previous commit
Cite the specification verbatim
Denis Kenzior [Tue, 17 Jul 2012 03:50:34 +0000 (22:50 -0500)]
doc: Remove duplicate error entry
Guillaume Zajac [Mon, 16 Jul 2012 14:34:38 +0000 (16:34 +0200)]
util: Fix GSM to UTF8 conversion mechanism
Guillaume Zajac [Fri, 13 Jul 2012 13:44:28 +0000 (15:44 +0200)]
gprs: Call detach_shutdown when network is lost
Guillaume Zajac [Fri, 13 Jul 2012 13:44:27 +0000 (15:44 +0200)]
gprs-context: Add new driver entry definition
Guillaume Zajac [Fri, 13 Jul 2012 13:44:26 +0000 (15:44 +0200)]
gprs-context: Add new driver entry
Marcel Holtmann [Mon, 16 Jul 2012 13:12:45 +0000 (10:12 -0300)]
Revert "build: Use -Wshadow compiler option"
Marcel Holtmann [Sun, 15 Jul 2012 23:36:20 +0000 (20:36 -0300)]
build: Use -Wshadow compiler option
Marcel Holtmann [Sun, 15 Jul 2012 23:35:42 +0000 (20:35 -0300)]
voicecall: Avoid shadowing of number variable
Marcel Holtmann [Sun, 15 Jul 2012 23:32:17 +0000 (20:32 -0300)]
voicecall: Remove shadowing modem variable
Marcel Holtmann [Sun, 15 Jul 2012 23:29:29 +0000 (20:29 -0300)]
ctm: Remove shadowing reply variable
Marcel Holtmann [Sun, 15 Jul 2012 23:28:30 +0000 (20:28 -0300)]
ofono: Avoid shadowing other atom variables
Marcel Holtmann [Sun, 15 Jul 2012 23:26:12 +0000 (20:26 -0300)]
gprs: Avoid shadowing error variable
Marcel Holtmann [Sun, 15 Jul 2012 23:21:19 +0000 (20:21 -0300)]
network: Avoid shadowing of strength variable
Marcel Holtmann [Sun, 15 Jul 2012 23:20:39 +0000 (20:20 -0300)]
network: Avoid shadowing of mode parameter
Marcel Holtmann [Sun, 15 Jul 2012 23:19:47 +0000 (20:19 -0300)]
bluetooth: Avoid shadowing of connection variable
Marcel Holtmann [Sun, 15 Jul 2012 23:19:28 +0000 (20:19 -0300)]
stemgr: Avoid shadowing of connection variable
Marcel Holtmann [Sun, 15 Jul 2012 23:16:59 +0000 (20:16 -0300)]
qmimodem: Avoid shadowing length parameter
Marcel Holtmann [Sun, 15 Jul 2012 23:15:49 +0000 (20:15 -0300)]
unit: Avoid shadowing data variable