Commit graph

23 commits

Author SHA1 Message Date
imen.bhiri
dfdc4cec83 cwmp headerwq 2016-02-26 18:03:43 +01:00
Anis Ellouze
0eb8320871 Add Alias-Based Addressing mechanism for landevice (part 1) 2016-02-22 18:58:37 +01:00
Anis Ellouze
3f4c5b457b add amd_version (Amendment version) to config 2016-02-16 12:15:29 +01:00
Anis Ellouze
2f56f5ff41 support new retry session behaviour of amd5 2016-02-12 19:26:09 +01:00
imen.bhiri
6e6c933fd2 light notify(Annex M) 2016-02-12 13:50:22 +01:00
Anis Ellouze
d5c116601b disable http compress 2016-02-12 10:05:08 +01:00
Imen Bhiri
51563057ed #Ticket 7986: Inform message is broken (add new config file) 2015-10-19 14:56:22 +01:00
Imen Bhiri
e992bc7b69 #Ticket 7986: Inform message is broken 2015-10-19 14:33:20 +01:00
Anis Ellouze
41907e55d6 update Makefile.am, scripts and configs 2015-10-02 17:12:44 +01:00
Strhuan Blomquist
22f03bb471 making cwmp use a diffrent path for option 43 to prevent it from using iup url refs #7549 2015-09-23 17:14:51 +02:00
Imen Bhiri
7a4426fc80 Version 0 of the Data Model in C 2015-08-06 17:39:44 +01:00
Anis Ellouze
9f1a1bea50 Change request #5825: Move sections from network config to its own
Signed-off-by: Anis Ellouze <anis.ellouze@pivasoftware.com>
2015-04-07 18:42:43 +01:00
Simon Kers
1b580bf907 adding iptables rule
updating ACS address in iptables rule

fixing indentation

correct comment format

indentation

correct comment format

iptables rule inactive by default
2014-05-21 13:31:47 +02:00
Strhuan Blomquist
e9c847b5bd added some support files to make automatic firewall rules for cwmp 2014-05-20 16:28:53 +02:00
Mohamed Kallel
8dceb7fb7f Ticket #3620 #3621 #3622 #3623
Wifi and Services code review
2013-10-14 10:55:09 +01:00
Strhuan Blomquist
6e4b424ead username on connection request changed 2013-10-03 14:27:00 +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
40e86bb5ab Optimization Phase2 using cache first delivery 2013-10-03 13:08:06 +02:00
Strhuan Blomquist
d903a255c9 username is now based on serial and discovery is enabled 2013-09-27 10:33:39 +02:00
Mohamed Kallel
d809ee41c7 Parameter: InternetGatewayDevice.ManagementServer.PeriodicInformTime added 2013-08-19 11:13:02 +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
c4274242a5 changed default config 2013-07-18 10:27:26 +02:00
Strhuan Blomquist
42ed981f62 more freecwmp move 2013-07-17 16:23:54 +02:00