framework/telephony/libtcore.git
11 years agoAdd server notification when modem error occurs tizen_2.1 2.1b_release accepted/tizen_2.1/20130425.025055 submit/tizen_2.1/20130424.233346
wootak.jung [Wed, 17 Apr 2013 15:03:06 +0000 (00:03 +0900)]
Add server notification when modem error occurs

Change-Id: I80a16bede880c7b870fdc1c67e06016b871e42c0

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

11 years ago[Prevent] Logically dead code
wootak.jung [Sun, 7 Apr 2013 23:45:24 +0000 (08:45 +0900)]
[Prevent] Logically dead code

dead_error_condition: On this path, the condition "mapping_tbl_list == NULL"
cannot be true.

11 years ago[Prevent] Dereference before null check
wootak.jung [Wed, 3 Apr 2013 23:58:11 +0000 (08:58 +0900)]
[Prevent] Dereference before null check

check_after_deref: Null-checking "co" suggests that it may be null,
but it has already been dereferenced on all paths leading to the check.

11 years agoFix Macro issue
Guillaume Zajac [Mon, 25 Mar 2013 14:14:16 +0000 (15:14 +0100)]
Fix Macro issue

11 years agoThe patch contains following changes - 1. Addition of tcore_server_unload_modem_plugi...
Suresh Kumar Narasimhaiah [Wed, 20 Mar 2013 19:28:33 +0000 (00:58 +0530)]
The patch contains following changes - 1. Addition of tcore_server_unload_modem_plugins() 2. Addition of generic function for removal of Mapping Table.

11 years agoAdded tcore_server_unload_modem_plugin() function.
Suresh Kumar Narasimhaiah [Wed, 20 Mar 2013 18:04:11 +0000 (23:34 +0530)]
Added tcore_server_unload_modem_plugin() function.

11 years agoUpdating PIN and PUK structures with lock_status field.
Suresh Kumar Narasimhaiah [Mon, 18 Mar 2013 17:30:54 +0000 (23:00 +0530)]
Updating PIN and PUK structures with lock_status field.

11 years agoClone define_context operations
Guillaume Zajac [Wed, 20 Mar 2013 17:30:56 +0000 (18:30 +0100)]
Clone define_context operations

11 years agoFix CGDATA response parsing
Philippe Nunes [Mon, 18 Mar 2013 10:52:54 +0000 (11:52 +0100)]
Fix CGDATA response parsing

- Add 'Connect' final response.
- Align network name maximum length with libslp-tapi.

Change-Id: I6dd7c581277d2971d35b6e9fc4fa050ec1519c99

11 years agoFix to co-work with packetservice - Changing state of Modem Core Object HAL to FALSE...
Suresh Kumar Narasimhaiah [Sat, 16 Mar 2013 15:55:57 +0000 (21:25 +0530)]
Fix to co-work with packetservice - Changing state of Modem Core Object HAL to FALSE. - packetservice infers Modem Power state based on Modem Core Object HAL state. - During initialization though Modem Core Object HAL state is TRUE, but Modem in NOT ONLINE.

11 years agoSCA len is null when not provided
Philippe Nunes [Sat, 16 Mar 2013 10:33:47 +0000 (11:33 +0100)]
SCA len is null when not provided

11 years agoutil: fix pdu encoding error
Caiwen Zhang [Sat, 16 Mar 2013 08:21:39 +0000 (16:21 +0800)]
util: fix pdu encoding error

11 years agoUpdating logging for tcore_server_print_modem.
Suresh Kumar Narasimhaiah [Fri, 15 Mar 2013 17:25:32 +0000 (22:55 +0530)]
Updating logging for tcore_server_print_modem.

11 years agoSTORAGE_KEY_FLIGHT_MODE_BOOL is part of STORAGE_KEY_BOOL
Philippe Nunes [Fri, 15 Mar 2013 15:54:57 +0000 (16:54 +0100)]
STORAGE_KEY_FLIGHT_MODE_BOOL is part of STORAGE_KEY_BOOL

11 years agoUpdate server APIs
Guillaume Zajac [Fri, 15 Mar 2013 12:46:39 +0000 (13:46 +0100)]
Update server APIs

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