Commit graph

19 commits

Author SHA1 Message Date
Feten Besbes
0da2d8b555 Feature request #4990: LANDevice parameters
Signed-off-by: Feten Besbes <feten.besbes@pivasoftware.com>
2014-09-18 11:44:30 +01:00
MOHAMED Kallel
a85580e7a5 Bugg #4573: IpAccCfg does not handle UCI firewall rule with src_ip listoption
Signed-off-by: MOHAMED Kallel <mohamed.kallel@pivasoftware.com>
2014-09-18 10:49:07 +01:00
MOHAMED Kallel
fb6ea2712b #4334 and #4519
#4334: WLANConfiguration.{i}.AutoChannelEnable
#4519: InternetGatewayDevice.LANDevice.{i}.LANHostConfigManagement.DHCPStaticAddress.

Signed-off-by: MOHAMED Kallel <mohamed.kallel@pivasoftware.com>
2014-09-18 09:38:08 +01:00
MOHAMED Kallel
9a5e22be8e fix merge conflict of supporting value
Signed-off-by: MOHAMED Kallel <mohamed.kallel@pivasoftware.com>
2014-09-17 12:25:06 +01:00
MOHAMED Kallel
eabb749adc *) set_cmd should not be added to json message if the permission is not = to 1
*) fix the SPV fault issue: SPV fault return parameter with prefix "-"

Signed-off-by: MOHAMED Kallel <mohamed.kallel@pivasoftware.com>
2014-09-17 12:19:28 +01:00
Simon Kers
e7f6fe58ad freecwmp_get_parameter_value() fixed as intended. refs #4656 2014-07-29 09:41:19 +02:00
Mohamed Kallel
c969226c63 delivery 10: parameters implementation issue #3492 2014-03-24 11:53:51 +01:00
Mohamed Kallel
ea5a357b50 fix the PR #3893 2013-12-05 15:21:04 +01:00
Mohamed Kallel
8dceb7fb7f Ticket #3620 #3621 #3622 #3623
Wifi and Services code review
2013-10-14 10:55:09 +01:00
Mohamed Kallel
1e57921a31 fix delay_service 2013-10-03 13:08:08 +02:00
Mohamed Kallel
315581929e move the script to load and the path prfixes from the config to the freecwmp script 2013-10-03 13:08:08 +02:00
Mohamed Kallel
6398e63086 use /etc/init.d/network reload for wifi and for wan 2013-10-03 13:08:08 +02:00
Mohamed Kallel
85a2c3f3b8 Fix SPV of Secret parameters like Password and Key 2013-10-03 13:08:07 +02:00
Mohamed Kallel
5a0ebbd982 secret values like passwords and keys suold not be set in the cache when the SPV is updating the cache 2013-10-03 13:08:07 +02:00
Mohamed Kallel
003a7aa2ce fix some issues 2013-10-03 13:08:06 +02:00
Mohamed Kallel
8c81780a1a code indent 2013-10-03 13:08:06 +02:00
Mohamed Kallel
40e86bb5ab Optimization Phase2 using cache first delivery 2013-10-03 13:08:06 +02:00
Mohamed Kallel
27b73d5af7 PIVA::DELIVERY 8
script optimization
Voice parameters: AddObject/DeleteObject
Voice parameters: Vendor specific parameter

Concerning what we did in the optimization task:
1)  The main script  (freecwmp) is loaded only 1 time during the session. the load is done just before the start of the session. the function scripts are loaded within the load of the main script (freecwmp) only one time. The old behaviour consist to load the main script (freecwmp) and the function scripts for each parameter treatment. Core code (C) and Scripts are changed
2) Optimize the preparing of inform message. old script take ~30s and now it takes ~2s. Core code (C) and Scripts are changed
3) Execute only the function related to the parameter. For example if the requested parameter is "InternetGatewayDevice.ManagementServer.URL" then the main script freecwmp will execute only the related function of this parameter which is get_management_server(). The old behaviour consist to execute all get functions: get_wan_device(), get_lan_device(), get_device_info()...
4) Minimize the size of the script files: Replace some blocks o othe source code by a functions
2013-07-24 16:05:32 +01:00
Strhuan Blomquist
42ed981f62 more freecwmp move 2013-07-17 16:23:54 +02:00
Renamed from src/scripts/functions/common (Browse further)