Commit Graph

4312 Commits

Author SHA1 Message Date
Marcel Holtmann 3cb77a7223 tools: Use presence of SubscriberIdentity to trigger online operation 2011-01-05 23:27:50 -08:00
Marcel Holtmann 183bf4e822 tools: Add support for setting modem online automatically 2011-01-05 23:18:31 -08:00
Marcel Holtmann 92e02b4621 hsomodem: Add query for supported frequencies 2011-01-05 23:05:00 -08:00
Marcel Holtmann b3fda06e2d hso: Add support for checking SIM ready status 2011-01-05 23:02:48 -08:00
Marcel Holtmann dbbc6be716 hso: Add support for model type check on bootup 2011-01-05 22:33:07 -08:00
Marcel Holtmann 9c5fdc9065 mbm: Fix check for modem model 2011-01-05 22:28:19 -08:00
Marcel Holtmann dd361db9c4 tools: Add utility for auto enabling modems 2011-01-05 22:02:08 -08:00
Marcel Holtmann 8772946cfe network: Ignore signal strength notifications if not registered
With the fix to query the signal strength when the registration status
changes it should be now fine again to just ignore notifications about
signal strength changes when not registered.  So put this extra check
and comment back into signal strenth notification function.
2011-01-05 21:03:52 -08:00
Marit Henriksen b7713da077 network: query signal strength
Signal strength is set to -1 whenever registration status changes
and differs from registered or roaming. When registration status
changes again to registered or roaming, the signal strength needs to
be updated, added query towards driver to get it.
2011-01-05 16:20:31 -08:00
Lucas De Marchi 435e20153c dbus: fix appending on dict for types other than string
According to dbus documentation, dbus_message_iter_append_basic()
expects a "const char**" if type is string and a simple pointer for
other types. Since we a iterating an array, the value passed is already
a pointer.
2011-01-05 16:19:09 -08:00
Lei Yu 9aa82f5bb1 cdma-sms: Add CDMA SMS Support 2011-01-05 10:36:48 -06:00
Denis Kenzior 0a2648c368 stkutil: Minor style fix 2011-01-05 10:36:31 -06:00
Jeevaka Badrappan 2edb62e3bf unit: add error status support for failure cases 2011-01-05 10:07:02 -06:00
Jeevaka Badrappan b447c56457 stkutil: add missing text and icon check
As per the ETSI TS 102 223 section 6.5.4, If the terminal
receives an icon, and either an empty or no alpha identifier/text string
is given by the UICC, than the terminal shall reject the command
with general result "Command data not understood by terminal".
2011-01-05 10:05:44 -06:00
Jeevaka Badrappan 2411a506e3 stkutil: Allocate for empty string in text dataobj 2011-01-05 10:04:15 -06:00
Denis Kenzior fe57277233 AUTHORS: Mention Lei's contributions 2011-01-04 13:49:17 -06:00
Lei Yu f0a6067327 dbus: Add CDMA SMS Interface 2011-01-04 13:48:22 -06:00
Marit Henriksen 42f3134802 stemodem: Fix for MT call not working when caller id is hidden.
In *ECAV, the number will not be included if caller id is hidden.
Set it to an empty string in that case, and set number type to
128, unknown number type.
2011-01-04 01:24:26 -08:00
Marcel Holtmann e5120c96e9 gdbus: Update copyright information 2011-01-01 17:32:29 -08:00
Neil Jerram 882039b23c doc: Include doc/calypso-modem.txt in distribution 2010-12-31 15:31:30 -08:00
Neil Jerram 90c8436eaf doc: New file about using the calypso modem 2010-12-31 10:17:32 -08:00
Aki Niemi 998a25eec8 isimodem: Fix nettime parsing 2010-12-31 14:54:19 +02:00
Lucas De Marchi 9990c77237 test: use new names for CalledLine* properties 2010-12-30 11:16:14 -06:00
Lucas De Marchi 0853c2d28e doc: rename CalledLine* properties 2010-12-30 11:15:57 -06:00
Lucas De Marchi 53b5935455 call-settings: rename CalledLine* properties
COLP and COLR are better named respectively as ConnectedLinePresentation
and ConnectedLineRestriction as stated in 27.007 sections 7.8 and 7.31.

CalledLine* name will be used in future for CDIP.
2010-12-30 11:15:42 -06:00
Lucas De Marchi 3b58a08eaa call-settings: fix getting CNAP property 2010-12-30 11:12:31 -06:00
Andrzej Zaborowski 8e200c7001 doc: Fix wording 2010-12-30 11:10:44 -06:00
Denis Kenzior 0faf44ecb6 stkutil: Add missing call to va_end in parser 2010-12-30 10:56:03 -06:00
Denis Kenzior 3c0a32c102 stk: Remove unneeded assignment 2010-12-27 15:09:03 -06:00
Jeevaka Badrappan 1e5d29012b stk: fix issue in set up menu handling 2010-12-27 15:06:08 -06:00
Denis Kenzior 8d9f4e0cae TODO: Mark Set Up Call task as done 2010-12-27 10:55:22 -06:00
Denis Kenzior dd7987ba92 TODO: Mark Send SMS task as done 2010-12-27 10:51:36 -06:00
Denis Kenzior 4ab2e5b574 doc: Release and Cancel don't expect a reply 2010-12-27 10:48:15 -06:00
Marcel Holtmann 39599b9106 netreg: Report timezone updates if available 2010-12-26 11:47:32 -08:00
Marcel Holtmann cf0b564396 Release 0.37 2010-12-24 16:48:36 -08:00
Marcel Holtmann 3950052dfc push-notification: Handle notifications with source port 0
It seesm that some networks send the push notifications with a source
port of 0 instead of 9200. Instead of accepting any source port, add
an additional datagram handler for the source port 0.
2010-12-24 10:48:30 -08:00
Marcel Holtmann c7963f1c00 sms: Add debug for SMS source and destination ports 2010-12-24 10:47:39 -08:00
Lucas De Marchi d52aa6dd83 Mark 'Frequency Band Selection' task as done 2010-12-23 18:48:13 -06:00
Denis Kenzior 378135621a huawei: Minor style fixes 2010-12-23 18:47:47 -06:00
Lucas De Marchi 90d9bd3f2b huaweimodem: add frequency band selection support 2010-12-23 18:44:39 -06:00
Lucas De Marchi 7c5dd466d2 TODO: set owner of Called Line Identification task 2010-12-23 18:39:19 -06:00
Denis Kenzior 83fe20ac89 coding-style: Don't go over 80 characters 2010-12-23 18:38:15 -06:00
Lucas De Marchi 4df428f470 coding-style: mention preferred line wrap 2010-12-23 18:36:58 -06:00
Denis Kenzior 66a8002d6a Revert "stkagent: Remove unneeded goto"
This reverts commit 46e3dbe759.
2010-12-23 18:34:53 -06:00
Andrzej Zaborowski cf312ae79a doc: Describe DisplayActionInformation() 2010-12-23 18:33:21 -06:00
Denis Kenzior 46e3dbe759 stkagent: Remove unneeded goto 2010-12-23 18:31:47 -06:00
Andrzej Zaborowski c0d584d160 stk: Send the AlphaId's to agent
Terminate session if return signature doesn't match but allow
agent to return from the call if it does match.
2010-12-23 18:30:45 -06:00
Andrzej Zaborowski 369fe6b146 n900: remove unneeded g_isi_client_destroy call
"client" is either NULL or uninitialised in this place.
2010-12-23 18:25:40 -06:00
Denis Kenzior b106db583a gisi: Don't go over 80 characters 2010-12-23 18:24:34 -06:00
Andrzej Zaborowski d9aeef28d3 gisi: fix use of unitialised variable
Set no msg.version if it's not available.
2010-12-23 18:23:50 -06:00