Commit graph

28 commits

Author SHA1 Message Date
Sukru Senli
f97e84be70 icwmp init: ugly way to fix cwmp_wait_net for EX400 2017-06-22 14:54:18 +02:00
root
c26d6e5173 Ticket refs #10656 : icwmp not starting 2016-11-23 14:00:28 +01:00
Sukru Senli
54027bdb82 do not start icwmp until dns resolvfile is available 2016-03-11 12:43:25 +01:00
Sukru Senli
476392f443 icwmp.init: wait for dnsmasq 2016-02-24 17:13:32 +01:00
Sukru Senli
e2b34c2b6a enable dhcp option 43 only if dhcp discovery is enabled 2016-02-04 15:35:18 +01:00
Anis Ellouze
3c50e58774 fix issue : 1 BOOT event is missing in the inform after execute reboot RPC 2016-02-02 17:37:04 +01:00
Sukru Senli
e9e5f9f5f0 fix icwmpd init script so it hooks up to procd 2015-11-23 13:40:20 +01:00
Anis Ellouze
ff17478c46 Software Development #8118: procdify icwmpd init script 2015-11-16 15:58:29 +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
Imen Bhiri
f68f3b7bf5 Code update (treat ACS URL when dhcp is enabled) 2015-09-29 10:18:00 +01:00
Sukru Senli
28a667612b start cwmpd later 2015-09-23 09:13:08 +02:00
Sukru Senli
50d02228f1 fix syntax error in cwmpd.init script 2015-09-15 13:24:06 +02:00
Imen Bhiri
83d5d29c56 update init script & fix issus 2015-09-11 16:21:38 +01:00
Imen Bhiri
19014169a5 Update Voice_services and bugs fix 2015-09-11 09:47:44 +01:00
Imen Bhiri
7a4426fc80 Version 0 of the Data Model in C 2015-08-06 17:39:44 +01:00
Anis Ellouze
72f672e679 #6030 (2) Avoid the inherit of socket descriptor to the fork() child with fcntl(). And improve /etc/init.d/cwmpd stop
Signed-off-by: Anis Ellouze <anis.ellouze@pivasoftware.com>
2015-02-05 16:17:02 +01:00
Anis Ellouze
60d7419c9a Feature request #5808: TR-069: Change power settings on Ethernet
Signed-off-by: Anis Ellouze <anis.ellouze@pivasoftware.com>
2015-01-27 16:46:43 +01:00
MOHAMED Kallel
75465bbda4 Add watchcwmpd script. this script is launched by crontab every 5 min. watchcwmp restart cwmpd if it's crashed or frozen. The crontab setting is made by /etc/init.d/cwmpd 2014-06-04 11:11:49 +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
c0fc89d100 Fix start GetRPCMethods in init script 2013-10-04 10:47:53 +01: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
40e86bb5ab Optimization Phase2 using cache first delivery 2013-10-03 13:08:06 +02:00
Sukru Senli
a7d1b9ccd3 remove aux options from ps in cwmpd.init 2013-09-25 11:37:40 +02:00
Strhuan Blomquist
509599ab67 changed start prio sometimes wan came up faster and boot flag was lost 2013-07-30 10:42:36 +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
2b7bc37755 making init script smarter to figure out what interface to use 2013-07-17 16:47:58 +02:00
Strhuan Blomquist
42ed981f62 more freecwmp move 2013-07-17 16:23:54 +02:00