Commit graph

14 commits

Author SHA1 Message Date
Mohamed Kallel
8dceb7fb7f Ticket #3620 #3621 #3622 #3623
Wifi and Services code review
2013-10-14 10:55:09 +01:00
Strhuan Blomquist
4aa69bf3bc quick hack fix 2013-10-10 10:57:19 +02:00
Mohamed Kallel
4c8c9d52d2 Fix set LANDevice params 2013-10-03 13:08:08 +02:00
Mohamed Kallel
c3a108b469 Fix Enable and Status parmeters of InternetGatewayDevice.LANDevice.{i}.WLANConfiguration Object 2013-10-03 13:08:08 +02:00
Mohamed Kallel
1fd7d5b07a Status param from LANDevice is read only 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
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
f9feb491a2 fix scripts issues 2013-10-03 13:08:07 +02:00
Mohamed Kallel
5d2cc6a81d script fix 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
Ahmed Zribi
1e4a83df17 New vendor specific parameter added (InternetGatewayDevice.Services.VoiceService.{i}.VoiceProfile.{i}.SIP.X_002207_CallLines) 2013-08-06 10:05:49 +01: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/lan_device (Browse further)