framework/telephony/libtcore.git
11 years agoFollowing changes are included - 1. Updating tcore_server_get_cp_name_list function...
Suresh Kumar Narasimhaiah [Thu, 14 Mar 2013 19:15:26 +0000 (00:45 +0530)]
Following changes are included - 1. Updating tcore_server_get_cp_name_list function to return GSList *. 2. CMUX related changes and fixes. 3. Updating tcore_server_get_cp_name_list function to rerturn GSList *.

11 years agoUpdating tcore_server_get_cp_name_list function to rerturn GSList *.
Suresh Kumar Narasimhaiah [Thu, 14 Mar 2013 19:15:26 +0000 (00:45 +0530)]
Updating tcore_server_get_cp_name_list function to rerturn GSList *.

11 years agoRemoving '_' from CP Name. In DBUS TAPI, while creating object using telephony_object...
Suresh Kumar Narasimhaiah [Thu, 14 Mar 2013 18:21:25 +0000 (23:51 +0530)]
Removing '_' from CP Name. In DBUS TAPI, while creating object using telephony_object_skeleton_new it doesn't expect '_'.

11 years agolibtcore: Add TNOTI_MODEM_ADDED notification
Ronald Tessier [Thu, 14 Mar 2013 10:14:11 +0000 (11:14 +0100)]
libtcore: Add TNOTI_MODEM_ADDED notification

11 years agoFind modem from modems fix
Suresh Kumar Narasimhaiah [Thu, 14 Mar 2013 16:39:37 +0000 (22:09 +0530)]
Find modem from modems fix

11 years agoNo need to extract '.so' token from plugin name
Guillaume Zajac [Thu, 14 Mar 2013 14:50:31 +0000 (15:50 +0100)]
No need to extract '.so' token from plugin name

11 years agoClone call control operations also
Guillaume Zajac [Thu, 14 Mar 2013 12:12:32 +0000 (13:12 +0100)]
Clone call control operations also

11 years agoFix mapping table implementation
Guillaume Zajac [Thu, 14 Mar 2013 09:39:19 +0000 (10:39 +0100)]
Fix mapping table implementation

11 years agoAddtional logs and fixes in adding/removing Mapping Table entries.
Suresh Kumar Narasimhaiah [Thu, 14 Mar 2013 10:39:06 +0000 (16:09 +0530)]
Addtional logs and fixes in adding/removing Mapping Table entries.

11 years agoserver: Add modem loading API
Guillaume Zajac [Thu, 14 Mar 2013 09:35:03 +0000 (10:35 +0100)]
server: Add modem loading API

11 years agoThe patch contains following changes - 1. Clone function removal from each Module...
user [Tue, 12 Mar 2013 15:35:11 +0000 (21:05 +0530)]
The patch contains following changes - 1. Clone function removal from each Module (tcore_xxx_clone) 2. Updation of MUX to remove Kernel MUX support from libtcore 3. Updations related to Mapping Table 4. Server Node mechanism addition

11 years agoOpening /dev/umts_boot0 pipe and ioctl configuration should be done in the HAL plugin...
wootak.jung [Mon, 3 Dec 2012 02:13:41 +0000 (11:13 +0900)]
Opening /dev/umts_boot0 pipe and ioctl configuration should be done in the HAL plugin or according the HAL plugin Accordingly, transfer IP data stream configuration code of tel-plugin-imc/src/s_ps.c to tel-plugin-imcmodem/src/desc-imcmodem.c

- libtcore/src/mux.c
Currently, when hal operation is called in IMC go through mux hal.
But, this code is temporary code.
If to mapping become completed, we will call that operation.

- libtcore/src/co_context.c, libtcore/include/c_context.h
Added code in order to remove notification TNOTI_PS_PDP_IPCONFIGURATION and structure tnoti_ps_pdp_ipconfiguration(Philippe's feedback)
In addition, duplicated variables in structure private_object_data([addr,ip_v4], [dns1,dns_primary_v4], ...)
will be modifed later.

- tel-plugin-imc/src/s_ps.c, tel-plugin-imcmode/src/desc-imcmodem.c
Reflect the Guillaume's feedback
You can see feedback below url
https://tizendev.org/gerrit/#/c/15841/

Change-Id: I9d6b279db1d18b8eac4aaf3879176f842cc0d392

11 years agops: Add context defined status
Guillaume Zajac [Tue, 12 Mar 2013 11:20:20 +0000 (12:20 +0100)]
ps: Add context defined status

11 years agohal: Implement network interface setup
wootak.jung [Mon, 14 Jan 2013 04:58:13 +0000 (13:58 +0900)]
hal: Implement network interface setup

11 years agoUpdated libtcore to support 'Call information operations'. 1. Call Information operat...
Suresh Kumar N [Thu, 3 Jan 2013 07:27:51 +0000 (12:57 +0530)]
Updated libtcore to support 'Call information operations'. 1. Call Information operations would be SET while Call Core Object is created (tcore_Call_new). 2. Code foot-print is reduced by optimizing the number callback functions registered for 'call_info_ops' by providing an additional param 3. Code clean-up on co_call.c file is also done.

Conflicts:

src/co_call.c

11 years agolibtcore: fix calloc parameters order
Ronald Tessier [Wed, 9 Jan 2013 16:30:40 +0000 (17:30 +0100)]
libtcore: fix calloc parameters order

void *calloc(size_t nmemb, size_t size);
The calloc() function  allocates memory for an array of nmemb elements
of size bytes each and returns a pointer to the allocated memory.

11 years agoco_sms: Fix camel case get_storedMsgCnt and style issue
Guillaume Zajac [Wed, 9 Jan 2013 13:07:06 +0000 (14:07 +0100)]
co_sms: Fix camel case get_storedMsgCnt and style issue

11 years agoModified structure tnoti_ps_call_status.
wootak.jung [Wed, 12 Dec 2012 01:37:53 +0000 (10:37 +0900)]
Modified structure tnoti_ps_call_status.

Change-Id: I33c449ee1faac280a3cd5cf61038fe812d7a7b19

11 years agosms: Create new util API to encode SCA
Guillaume Zajac [Tue, 12 Mar 2013 09:56:52 +0000 (10:56 +0100)]
sms: Create new util API to encode SCA

Fix issues in sms header.

11 years agoCode changes to support over-riding of callbacks registering in Template Core Objects...
Suresh Kumar N [Wed, 12 Dec 2012 07:20:54 +0000 (12:50 +0530)]
Code changes to support over-riding of callbacks registering in Template Core Objects. All the callbacks registered for a specific 'event' would be over-ridden by the new callback.

11 years agoCode changes to support Template object creation and usage
Suresh Kumar N [Fri, 30 Nov 2012 12:37:27 +0000 (18:07 +0530)]
Code changes to support Template object creation and usage

11 years agoFixed build on x86_64.
Junfeng Dong [Thu, 31 Jan 2013 08:20:36 +0000 (16:20 +0800)]
Fixed build on x86_64.

Change-Id: I6a505d117452c72a3721a7a50f7ea2afc1645fe8

11 years agoNVM changes in libtcore
Paresh Agarwal [Thu, 10 Jan 2013 09:16:54 +0000 (14:46 +0530)]
NVM changes in libtcore

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

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

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