platform/core/telephony/tel-plugin-dbus_tapi.git
10 years agoRemove unused code 80/19280/1 accepted/tizen/ivi/20140410.192509 accepted/tizen/mobile/20140410.045816 submit/tizen/20140410.014032
Dongchul Lim [Thu, 10 Apr 2014 01:36:17 +0000 (10:36 +0900)]
Remove unused code

Change-Id: I355a60b9bec887dfcb04a25c41a01460834a1869

10 years agoInitial refactoring merge 92/19092/1
Dongchul Lim [Mon, 7 Apr 2014 10:49:09 +0000 (19:49 +0900)]
Initial refactoring merge

Change-Id: Iee9435d42176e19611cd77f0182e64d3d30e4db2

10 years agoAdd multi-user support 28/18228/3 accepted/tizen_ivi_panda accepted/tizen/ivi/20140326.212551 accepted/tizen/ivi/panda/20140326.234326 submit/tizen/20140326.003148
shivajm [Wed, 19 Mar 2014 04:50:48 +0000 (10:20 +0530)]
Add multi-user support

Bug-Tizen: PTREL-285
Change-Id: I29a51a6e1b2ecb6293fd444e3b8eee44a5c1b0ee
Signed-off-by: shivajm <shiva.jm@samsung.com>
10 years agoFix to enable ECC request 14/14514/3
wootak.jung [Tue, 10 Dec 2013 02:42:00 +0000 (11:42 +0900)]
Fix to enable ECC request

Change-Id: Ic56412e8969a1778b5b3c242d66663df73abb8d6

10 years agoFix SAT dbus API isn't setup issue 13/14313/1
Caiwen Zhang [Mon, 5 Aug 2013 20:01:48 +0000 (04:01 +0800)]
Fix SAT dbus API isn't setup issue

After core objects are initialized, dbus interfaces will be set up. it is
quite possible sim status is still unknown at this moment. If sim status
is unknown, SAT dbus interface will not be set up.

Currently, telephony doesn't support dynamic add and remove core object,
simply, remove sim satus checking.

Change-Id: I39ad1cb8129e9f5c284a8beee00882adebff2e55
Signed-off-by: Caiwen Zhang <caiwen.zhang@intel.com>
10 years agoGenerate Licence file 58/12458/1
wootak.jung [Fri, 15 Nov 2013 09:43:35 +0000 (18:43 +0900)]
Generate Licence file

Change-Id: I291e5fe41a02b32a222d67c5664b6217d05d7dbd

10 years agoRemove Werror option from Cmakelist 16/9816/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable tizen_ivi_genivi accepted/tizen/ivi/genivi/20140131.061142 accepted/tizen_ivi_stable/20131119.040348 ivi_oct_m2 submit/tizen/20130910.000337 submit/tizen_ivi_genivi/20140131.060922 submit/tizen_ivi_stable/20131119.035153
Dongchul Lim [Fri, 6 Sep 2013 08:43:26 +0000 (17:43 +0900)]
Remove Werror option from Cmakelist

Change-Id: Ic29fc77c90a8dbdc2b2bd8916e01da08db22dfcc

10 years agoRemove debian files 21/8521/2
wootak.jung [Thu, 22 Aug 2013 08:22:57 +0000 (17:22 +0900)]
Remove debian files

Change-Id: I036b64682296bf6b9651136e02a3b40210ebd005

10 years agoFix prevent issue 65/8465/1
wootak.jung [Sun, 7 Jul 2013 23:29:44 +0000 (08:29 +0900)]
Fix prevent issue

- src/sat_manager.c: incompatible_cast
Pointer "&title_len" points to an object whose effective type is "int"
(32 bits, signed) but is dereferenced as a narrower "unsigned short"
(16 bits, unsigned). This may lead to unexpected results depending
on machine endianness.

10 years agoFix prevent issue 66/8466/1
wootak.jung [Thu, 27 Jun 2013 06:00:15 +0000 (15:00 +0900)]
Fix prevent issue

- src/sat_manager.c: incompatible_cast
Pointer "&text_len" points to an object whose effective type is "int"
(32 bits, signed) but is dereferenced as a narrower "unsigned short"
(16 bits, unsigned). This may lead to unexpected results depending
on machine endianness.

Change-Id: I6b85cabb16176df23e00280751920c6eef81c042

10 years agoFix prevent issue 64/8464/1
wootak.jung [Thu, 27 Jun 2013 01:43:46 +0000 (10:43 +0900)]
Fix prevent issue

- src/sap.c: overrun-local
Overrunning static array of size 0 bytes at byte position 0 by accessing
with pointer "&req_atr" through dereference in call to "memset(void *, int,
size_t)". (The dereference is assumed on the basis of the 'nonnull'
parameter attribute.)

10 years agoFix crash for DBus method returning "aa{sv}" response 63/8463/1
Guillaume Zajac [Tue, 11 Jun 2013 09:35:43 +0000 (11:35 +0200)]
Fix crash for DBus method returning "aa{sv}" response

10 years agoFix merge fail 62/8462/1
Guillaume Zajac [Fri, 7 Jun 2013 09:11:41 +0000 (11:11 +0200)]
Fix merge fail

10 years agoFix crash when TPDU or SCA is corrupted 61/8461/1
Guillaume Zajac [Mon, 3 Jun 2013 10:30:00 +0000 (12:30 +0200)]
Fix crash when TPDU or SCA is corrupted

10 years agosms: fix newly added memory leaks. 60/8460/1
Ronald Tessier [Tue, 14 May 2013 14:20:58 +0000 (16:20 +0200)]
sms: fix newly added memory leaks.

10 years agoresetting manifest requested domain to floor 38/4538/1 accepted/tizen/20130710.221233 submit/tizen/20130710.124919
Alexandru Cornea [Fri, 28 Jun 2013 16:03:19 +0000 (19:03 +0300)]
resetting manifest requested domain to floor

11 years agoAdd security access control for API tizen_2.1 accepted/tizen/20130520.101326 submit/tizen/20130517.045252 submit/tizen_2.1/20130514.055045
wootak.jung [Fri, 3 May 2013 04:07:40 +0000 (13:07 +0900)]
Add security access control for API

- Not real deny, only log in this step.
- Call, Modem, GPS, Network, SAT, SIM, SS, SAP, Phonebook, SMS

Change-Id: I50aa3f01dd200679b65792cfd984d6b9f1bf0c29

11 years agoSet telephony ready at proper time 2.1b_release accepted/tizen_2.1/20130425.025037 submit/tizen_2.1/20130424.233420
Guillaume Zajac [Mon, 15 Apr 2013 15:29:53 +0000 (17:29 +0200)]
Set telephony ready at proper time

Telephony state should be set to ready once DBus interfaces
are exposed on valid DBus connection.
This is temporary solution. In the future TAPI state vconf
key should be check by all applications instead of telephony
ready.
refresh_object is invoked once bus acquired is finished or
plugin init is finished or PLUGIN ADDED notification is
propagated.

11 years agoMerge "[Prevent] Out-of-bounds access, Copy-paste error" into tizen_2.1
philippe Nunes [Thu, 11 Apr 2013 07:53:51 +0000 (16:53 +0900)]
Merge "[Prevent] Out-of-bounds access, Copy-paste error" into tizen_2.1

11 years ago[Prevent] Out-of-bounds access, Copy-paste error
wootak.jung [Mon, 8 Apr 2013 00:45:36 +0000 (09:45 +0900)]
[Prevent] Out-of-bounds access, Copy-paste error

overrun-buffer-arg: Overrunning static array "&sendUmtsMsg.msgDataPackage.sca
[0]" of size 12 bytes by passing it to a function which indexes it with
argument "20U" at byte position 19.

overrun-buffer-arg: Overrunning static array "&deliveryReport.dataInfo.sca[0]"
of size 12 bytes by passing it to a function which indexes it with argument
"20U" at byte position 19.

copy_paste_error: "sca" in "sca == NULL" looks like a copy-paste error. Should
it say "tpdu" instead?

Change-Id: Iafa9e5a8b4a0276d3422d704e2e014a8a63a224d

11 years agoAlign variable name for ef_index to maintain uniformatiy.
Suresh Kumar N [Tue, 9 Apr 2013 19:04:28 +0000 (00:34 +0530)]
Align variable name for ef_index to maintain uniformatiy.

11 years agoIn SDK, sometimes, tel_init fails on msg-server when boot up
Dongchul Lim [Mon, 8 Apr 2013 13:04:31 +0000 (22:04 +0900)]
In SDK, sometimes, tel_init fails on msg-server when boot up

Due to above, sms/mms couldn't make send successfully

Change-Id: I724ed86963c9b93c225e0d9b7a02c43c6d7391d7

11 years agoMerge "Always use semi-colons at the end of MACROs" into tizen_2.1
Jinmin Chung [Wed, 3 Apr 2013 00:14:54 +0000 (09:14 +0900)]
Merge "Always use semi-colons at the end of MACROs" into tizen_2.1

11 years agoAlways use semi-colons at the end of MACROs
Guillaume Zajac [Mon, 25 Mar 2013 15:16:01 +0000 (16:16 +0100)]
Always use semi-colons at the end of MACROs

11 years agoCrash issue fix when no CP available
Dongchul Lim [Tue, 2 Apr 2013 07:56:41 +0000 (16:56 +0900)]
Crash issue fix when no CP available

11 years agoModify sequence TELEPHONY_READY vonf key setting.
wootak.jung [Thu, 28 Mar 2013 12:04:02 +0000 (21:04 +0900)]
Modify sequence TELEPHONY_READY vonf key setting.

pwlock could see TELEPHONY_READY vconf key as soon as boot up.
If CP is in offline state, TELEPHONY_READY vconf key never set to TRUE.

Change-Id: If09e249d41de759e84cf5927beec2f9e2ec4dd7f

11 years agoplugin-dbus-tapi: Don't free static data
Ronald Tessier [Mon, 18 Mar 2013 13:54:03 +0000 (14:54 +0100)]
plugin-dbus-tapi: Don't free static data

11 years agoAdditional log addition.
Suresh Kumar Narasimhaiah [Mon, 18 Mar 2013 10:46:56 +0000 (16:16 +0530)]
Additional log addition.

11 years agoUse cp_name to set the user request
Philippe Nunes [Sat, 16 Mar 2013 17:39:50 +0000 (18:39 +0100)]
Use cp_name to set the user request

11 years agoUse TAPI_SMS_ENCODED_SCA_LEN_MAX
Philippe Nunes [Sat, 16 Mar 2013 10:36:22 +0000 (11:36 +0100)]
Use TAPI_SMS_ENCODED_SCA_LEN_MAX

11 years agoUpdating dlog TAG from TEL_PLUGIN_DBUS_TAPI to DBUS_TAPI and added additional logs.
Suresh Kumar Narasimhaiah [Sat, 16 Mar 2013 14:33:19 +0000 (20:03 +0530)]
Updating dlog TAG from TEL_PLUGIN_DBUS_TAPI to DBUS_TAPI and added additional logs.

11 years agoSet STORAGE_KEY_TELEPHONY_READY changed from on_acquire_bus() to add_modems(). *...
Suresh Kumar Narasimhaiah [Fri, 15 Mar 2013 16:36:35 +0000 (22:06 +0530)]
Set STORAGE_KEY_TELEPHONY_READY changed from on_acquire_bus() to add_modems(). * Telephony can be stated to be READY only after Core Modem Plug-ins is loaded and initialized.

11 years agoUpdate plugin with new design
Guillaume Zajac [Fri, 15 Mar 2013 14:20:05 +0000 (15:20 +0100)]
Update plugin with new design

11 years agoRetrieve cp list from new libtcore API
Guillaume Zajac [Thu, 14 Mar 2013 17:41:53 +0000 (18:41 +0100)]
Retrieve cp list from new libtcore API

11 years agodesc-dbus: Create interfaces when modem is added
Caiwen Zhang [Fri, 15 Mar 2013 05:07:44 +0000 (13:07 +0800)]
desc-dbus: Create interfaces when modem is added

11 years agoUpdate plugin to compile with new libtcore
Guillaume Zajac [Tue, 12 Mar 2013 14:26:13 +0000 (15:26 +0100)]
Update plugin to compile with new libtcore

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:18:42 +0000 (01:18 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:52:11 +0000 (01:52 +0900)]
Tizen 2.1 base

12 years agoInitial empty repository
eunmee moon [Fri, 27 Apr 2012 12:36:16 +0000 (21:36 +0900)]
Initial empty repository