summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Guillaume Zajac [Fri, 5 Apr 2013 12:59:18 +0000 (14:59 +0200)]
Add storage key STORAGE_KEY_CISSAPPL_SHOW_MY_NUMBER_INT
wootak.jung [Wed, 17 Apr 2013 05:57:37 +0000 (14:57 +0900)]
Remove unused storage-keys
Change-Id: Icd61999c28abb6ed5e08531bda9242cf3d5ec0ac
Alexandru Cornea [Fri, 28 Jun 2013 15:19:16 +0000 (18:19 +0300)]
resetting manifest requested domain to floor
wootak.jung [Wed, 17 Apr 2013 15:03:06 +0000 (00:03 +0900)]
Add server notification when modem error occurs
Change-Id: I80a16bede880c7b870fdc1c67e06016b871e42c0
Suresh Kumar N [Tue, 9 Apr 2013 19:01:32 +0000 (00:31 +0530)]
Align variable name for ef_index to maintain uniformatiy.
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.
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.
Guillaume Zajac [Mon, 25 Mar 2013 14:14:16 +0000 (15:14 +0100)]
Fix Macro issue
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.
Suresh Kumar Narasimhaiah [Wed, 20 Mar 2013 18:04:11 +0000 (23:34 +0530)]
Added tcore_server_unload_modem_plugin() function.
Suresh Kumar Narasimhaiah [Mon, 18 Mar 2013 17:30:54 +0000 (23:00 +0530)]
Updating PIN and PUK structures with lock_status field.
Guillaume Zajac [Wed, 20 Mar 2013 17:30:56 +0000 (18:30 +0100)]
Clone define_context operations
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
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.
Philippe Nunes [Sat, 16 Mar 2013 10:33:47 +0000 (11:33 +0100)]
SCA len is null when not provided
Caiwen Zhang [Sat, 16 Mar 2013 08:21:39 +0000 (16:21 +0800)]
util: fix pdu encoding error
Suresh Kumar Narasimhaiah [Fri, 15 Mar 2013 17:25:32 +0000 (22:55 +0530)]
Updating logging for tcore_server_print_modem.
Philippe Nunes [Fri, 15 Mar 2013 15:54:57 +0000 (16:54 +0100)]
STORAGE_KEY_FLIGHT_MODE_BOOL is part of STORAGE_KEY_BOOL
Guillaume Zajac [Fri, 15 Mar 2013 12:46:39 +0000 (13:46 +0100)]
Update server APIs
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 *.
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 *.
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 '_'.
Ronald Tessier [Thu, 14 Mar 2013 10:14:11 +0000 (11:14 +0100)]
libtcore: Add TNOTI_MODEM_ADDED notification
Suresh Kumar Narasimhaiah [Thu, 14 Mar 2013 16:39:37 +0000 (22:09 +0530)]
Find modem from modems fix
Guillaume Zajac [Thu, 14 Mar 2013 14:50:31 +0000 (15:50 +0100)]
No need to extract '.so' token from plugin name
Guillaume Zajac [Thu, 14 Mar 2013 12:12:32 +0000 (13:12 +0100)]
Clone call control operations also
Guillaume Zajac [Thu, 14 Mar 2013 09:39:19 +0000 (10:39 +0100)]
Fix mapping table implementation
Suresh Kumar Narasimhaiah [Thu, 14 Mar 2013 10:39:06 +0000 (16:09 +0530)]
Addtional logs and fixes in adding/removing Mapping Table entries.
Guillaume Zajac [Thu, 14 Mar 2013 09:35:03 +0000 (10:35 +0100)]
server: Add modem loading API
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
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
Guillaume Zajac [Tue, 12 Mar 2013 11:20:20 +0000 (12:20 +0100)]
ps: Add context defined status
wootak.jung [Mon, 14 Jan 2013 04:58:13 +0000 (13:58 +0900)]
hal: Implement network interface setup
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
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.
Guillaume Zajac [Wed, 9 Jan 2013 13:07:06 +0000 (14:07 +0100)]
co_sms: Fix camel case get_storedMsgCnt and style issue
wootak.jung [Wed, 12 Dec 2012 01:37:53 +0000 (10:37 +0900)]
Modified structure tnoti_ps_call_status.
Change-Id: I33c449ee1faac280a3cd5cf61038fe812d7a7b19
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.
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.
Suresh Kumar N [Fri, 30 Nov 2012 12:37:27 +0000 (18:07 +0530)]
Code changes to support Template object creation and usage
Junfeng Dong [Thu, 31 Jan 2013 08:20:36 +0000 (16:20 +0800)]
Fixed build on x86_64.
Change-Id: I6a505d117452c72a3721a7a50f7ea2afc1645fe8
Paresh Agarwal [Thu, 10 Jan 2013 09:16:54 +0000 (14:46 +0530)]
NVM changes in libtcore
Jinkun Jang [Fri, 15 Mar 2013 16:18:37 +0000 (01:18 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:52:07 +0000 (01:52 +0900)]
Tizen 2.1 base
eunmee moon [Fri, 27 Apr 2012 12:35:56 +0000 (21:35 +0900)]
Initial empty repository