Merge from tizen_3.0 branch 11/116111/1 accepted/tizen/common/20170227.043028 accepted/tizen/ivi/20170224.065437 accepted/tizen/ivi/20170228.012726 accepted/tizen/mobile/20170224.065317 accepted/tizen/mobile/20170228.012636 accepted/tizen/tv/20170224.065344 accepted/tizen/tv/20170228.012652 accepted/tizen/unified/20170309.034317 accepted/tizen/wearable/20170224.065356 accepted/tizen/wearable/20170228.012708 submit/tizen/20170224.040753 submit/tizen/20170227.061058 submit/tizen_unified/20170308.100410
authorWootak Jung <wootak.jung@samsung.com>
Thu, 23 Feb 2017 01:39:32 +0000 (10:39 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 23 Feb 2017 04:34:36 +0000 (13:34 +0900)
commit287d35e57a4fd4bcf5f3853807ef2487ca7b70e0
tree68312bbfa0216784a7e0b183fc5ee8ccf053b240
parent1bda10e6b001bc56ef554d6ddc012ebd4c69bdc3
Merge from tizen_3.0 branch

Below patches are applied from tizen_3.0
- Fix memory leak issue
- Fix incorrect cid assignment issue
- Fix alwayson and memory leak issue
- Update architecture of ps-plugin newly

Change-Id: I6e39df523f8e185ae152226717d4f8549bf1d2fd
38 files changed:
CMakeLists.txt
include/ps_common.h
include/ps_context.h [new file with mode: 0644]
include/ps_hook.h [new file with mode: 0644]
include/ps_log.h
include/ps_main.h
include/ps_master.h [new file with mode: 0644]
include/ps_modem.h [new file with mode: 0644]
include/ps_service.h [new file with mode: 0644]
include/ps_tcore_interface.h [new file with mode: 0644]
interface/CMakeLists.txt [new file with mode: 0644]
interface/include/ps_context_interface.h [new file with mode: 0644]
interface/include/ps_master_interface.h [new file with mode: 0644]
interface/include/ps_modem_interface.h [new file with mode: 0644]
interface/include/ps_service_interface.h [new file with mode: 0644]
interface/introspection/context.xml [moved from introspection/context.xml with 100% similarity]
interface/introspection/master.xml [moved from introspection/master.xml with 100% similarity]
interface/introspection/modem.xml [moved from introspection/modem.xml with 69% similarity]
interface/introspection/service.xml [moved from introspection/service.xml with 100% similarity]
interface/src/ps_context_interface.c [new file with mode: 0644]
interface/src/ps_master_interface.c [new file with mode: 0644]
interface/src/ps_modem_interface.c [new file with mode: 0644]
interface/src/ps_service_interface.c [new file with mode: 0644]
packaging/tel-plugin-packetservice.spec
resources/3g/dnet_db_init.sql
resources/dnet_db.sql
resources/lte/dnet_db_init.sql
src/ps_context.c
src/ps_hook.c [new file with mode: 0644]
src/ps_log.c
src/ps_main.c
src/ps_master.c
src/ps_modem.c
src/ps_service.c
src/ps_tcore-interface.c
src/ps_util.c
test_src/CMakeLists.txt [deleted file]
test_src/main.c [deleted file]