Commit graph

36 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
15bc902598 Support true and false values in the NextLevel field of GPN 2013-10-04 10:16:04 +01:00
Strhuan Blomquist
409370e65e fix for uri not having a domain not overwriting domain 2013-10-04 09:55:33 +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
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
479dd08782 fix freecwmp wait cache 2013-10-03 13:08:08 +02:00
Mohamed Kallel
ae46e93940 fix frecwmp wait cache 2013-10-03 13:08:07 +02:00
Mohamed Kallel
85a2c3f3b8 Fix SPV of Secret parameters like Password and Key 2013-10-03 13:08:07 +02:00
Mohamed Kallel
50ef1ebcca fix freecwmp clean cache 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
23ad50a95c PR#3554: Suggestion concerning cache build and restart of services. And undo the PR#3553: no need to signal the wan up to the cwmpd we keep the old behaviour of wanup 2013-10-03 13:08:07 +02:00
Mohamed Kallel
85ea9624f2 PR#3553 feature request: trigger session when default wan interface is up 2013-10-03 13:08:07 +02:00
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