Commit graph

169 commits

Author SHA1 Message Date
Mohamed Kallel
47554f5c91 Fix bug Bugg #3549 2013-10-03 13:08:07 +02:00
Mohamed Kallel
08d577185d fix uptime notification 2013-10-03 13:08:07 +02:00
Mohamed Kallel
d2b0760c2b fix dhcp_discovery issue 2013-10-03 13:08:07 +02:00
Mohamed Kallel
1b40fdcf6a set dhcp_discovery to disable when setting acs_url from the acs 2013-10-03 13:08:07 +02:00
Mohamed Kallel
f9feb491a2 fix scripts issues 2013-10-03 13:08:07 +02:00
Mohamed Kallel
b3db549d24 fix download issue 2013-10-03 13:08:06 +02:00
Mohamed Kallel
003a7aa2ce fix some issues 2013-10-03 13:08:06 +02:00
Mohamed Kallel
647c0731ab wan dev notif_permission 2013-10-03 13:08:06 +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
Mohamed Kallel
9c60b19587 Fix SPV InternetGatewayDevice.Services.VoiceService.{i}.VoiceProfile.{i}.Line.{i}.Enable 2013-09-03 17:48:30 +02:00
Mohamed Kallel
d809ee41c7 Parameter: InternetGatewayDevice.ManagementServer.PeriodicInformTime added 2013-08-19 11:13:02 +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
48f8836f0b PR#3226 comment#1 bug fixed 2013-07-26 13:36:12 +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
5d36ae2167 fixes for device info 2013-07-18 10:02:01 +02:00
Strhuan Blomquist
d17e3100c7 uri sets user instead of authuser we need to think of a better way to do this 2013-07-17 16:30:20 +02:00
Strhuan Blomquist
42ed981f62 more freecwmp move 2013-07-17 16:23:54 +02:00