platform/core/connectivity/stc-manager.git
6 years agoExtract send_limit, rcv_limit, rcv_warn_limit and send_warn_limit as int64 81/130381/3
Nishant Chaprana [Mon, 22 May 2017 11:28:35 +0000 (16:58 +0530)]
Extract send_limit, rcv_limit, rcv_warn_limit and send_warn_limit as int64

Description: smart-traffic-control library sends limits as int64 but manager
was extracting these values as uint64, due to which values were not extracted
and limits were not updated.

Below is the error log:-

D/STC_MANAGER(  386): stc-manager-gdbus.c: stc_manager_gdbus_dict_foreach(298) > Key : [rcv_limit]
D/STC_MANAGER(  386): stc-manager-gdbus.c: stc_manager_gdbus_dict_foreach(298) > Value: [int64 1024000]
D/STC_MANAGER(  386): stc-restriction.c: __stc_extract_restriction_rule(180) > Enter
D/STC_MANAGER(  386): stc-restriction.c: __stc_extract_restriction_rule(207) > rcv_limit: [0]
D/STC_MANAGER(  386): stc-restriction.c: __stc_extract_restriction_rule(235) > Quit
D/STC_MANAGER(  386): stc-manager-gdbus.c: stc_manager_gdbus_dict_foreach(298) > Key : [send_limit]
D/STC_MANAGER(  386): stc-manager-gdbus.c: stc_manager_gdbus_dict_foreach(298) > Value: [int64 1024000]
D/STC_MANAGER(  386): stc-restriction.c: __stc_extract_restriction_rule(180) > Enter
D/STC_MANAGER(  386): stc-restriction.c: __stc_extract_restriction_rule(211) > send_limit: [0]
D/STC_MANAGER(  386): stc-restriction.c: __stc_extract_restriction_rule(235) > Quit
D/STC_MANAGER(  386): stc-manager-gdbus.c: stc_manager_gdbus_dict_foreach(298) > Key : [rcv_warn_limit]
D/STC_MANAGER(  386): stc-manager-gdbus.c: stc_manager_gdbus_dict_foreach(298) > Value: [int64 1020000]
D/STC_MANAGER(  386): stc-restriction.c: __stc_extract_restriction_rule(180) > Enter
D/STC_MANAGER(  386): stc-restriction.c: __stc_extract_restriction_rule(215) > rcv_warn_limit: [0]
D/STC_MANAGER(  386): stc-restriction.c: __stc_extract_restriction_rule(235) > Quit
D/STC_MANAGER(  386): stc-manager-gdbus.c: stc_manager_gdbus_dict_foreach(298) > Key : [send_warn_limit]
D/STC_MANAGER(  386): stc-manager-gdbus.c: stc_manager_gdbus_dict_foreach(298) > Value: [int64 1020000]

Change-Id: I2e5ea475bc5545f631b7c74d208b2b1a27d41308
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
6 years agoRemoved unreachable code 96/130396/1 accepted/tizen/unified/20170531.082343 submit/tizen/20170522.074618
hyunuktak [Mon, 22 May 2017 07:32:41 +0000 (16:32 +0900)]
Removed unreachable code

Change-Id: Iac675e67967222ab7626b8ab0633a330685d8bf0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
6 years agoFixed some svaces for unreachable 06/130106/1 accepted/tizen/unified/20170519.200204 submit/tizen/20170519.072940 tizen_4.0.m1_release
hyunuktak [Fri, 19 May 2017 06:45:06 +0000 (15:45 +0900)]
Fixed some svaces for unreachable

Change-Id: I2612fe4c4fa063d36fca79ad7a423b27b3fbad63
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
6 years agoFixed a svace for 212550 34/129534/1 accepted/tizen/unified/20170517.125458 submit/tizen/20170517.032711
hyunuktak [Wed, 17 May 2017 01:13:33 +0000 (10:13 +0900)]
Fixed a svace for 212550

Change-Id: I8d0fc13c0ac76e477393079fd5533d4f2de8db6c
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
6 years agoModified the privilege to network.get from network.stc 33/129533/1
hyunuktak [Wed, 17 May 2017 01:03:39 +0000 (10:03 +0900)]
Modified the privilege to network.get from network.stc

Change-Id: I829eb23e7eaaa993c544e902b6636082addd6f21
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
6 years agoAdded init service method 46/128946/2 accepted/tizen/unified/20170512.165706 submit/tizen/20170512.071139
hyunuktak [Fri, 12 May 2017 06:37:56 +0000 (15:37 +0900)]
Added init service method

Change-Id: I4afe3bf1c75119e97f3e27264db1239d44a8bbbf
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
6 years agoModified properly data type 50/128750/1 accepted/tizen/unified/20170512.023827 submit/tizen/20170512.003940
hyunuktak [Thu, 11 May 2017 07:59:18 +0000 (16:59 +0900)]
Modified properly data type

Change-Id: Ie0e775abb7c349847aa5d43fce211c0b60b6c8d1
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
6 years agoFixed some svace issues 05/128505/1 accepted/tizen/unified/20170510.183716 submit/tizen/20170510.102153
hyunuktak [Wed, 10 May 2017 08:23:58 +0000 (17:23 +0900)]
Fixed some svace issues

Change-Id: I1e02c3655b3601b6b855c33f5660940c696595c6
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
7 years agoInitialize smart traffic control manager package 55/127455/1 accepted/tizen/unified/20170502.041156 submit/tizen/20170502.020209
hyunuktak [Thu, 27 Apr 2017 09:37:48 +0000 (18:37 +0900)]
Initialize smart traffic control manager package

Change-Id: I099c864838aabaf85ee7f6a41742d78f57910580
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
7 years agoInitial empty repository master
Tizen Infrastructure [Wed, 4 Jan 2017 04:03:12 +0000 (20:03 -0800)]
Initial empty repository