Commit graph

14 commits

Author SHA1 Message Date
Anis Ellouze
eb0e3a34d9 Feature request #6709 2015-10-26 17:20:06 +01:00
Imen Bhiri
05ce29166d Code update 2015-10-01 09:21:02 +01:00
Imen Bhiri
2d255e0b1d fix issus 2015-09-22 13:17:18 +01:00
Imen Bhiri
3acecad09a update 2015-09-01 19:58:51 +01:00
Imen Bhiri
65e0c65cab fix issus and add lan_interfaces and x_inteno_se_login 2015-09-01 19:47:52 +01:00
Anis Ellouze
3793b7de2e uci_ctx and ubus_ctx should be initiated in the dm_ctx_init and not in the global init.
There is a risk that some modif in the running session are not loaded in the uci_ctx and ubus_ctx
2015-08-31 14:47:22 +01:00
Anis Ellouze
6c7671cd70 update the notif ubus plugin. usage: ubus call tr069 notify. no need to add param, value any more 2015-08-31 11:34:16 +01:00
Imen Bhiri
7a4426fc80 Version 0 of the Data Model in C 2015-08-06 17:39:44 +01:00
Anis Ellouze
c97c265586 Related to #6030 (3): Avoid the inherit of file descriptor of /var/run/cwmp.pid to the fork() child
Signed-off-by: Anis Ellouze <anis.ellouze@pivasoftware.com>
2015-02-05 17:40:22 +01:00
Anis Ellouze
e2e7d67bbc #6030 (1) add close socket of CR at the exit of cwmp
Signed-off-by: Anis Ellouze <anis.ellouze@pivasoftware.com>
2015-02-04 12:25:20 +01:00
MOHAMED Kallel
f35be8e651 add the start of a session (event = 6CR) from ubus. command: ubus call tr069 inform 2014-06-03 14:31:24 +01:00
MOHAMED Kallel
d40b63ca24 add "ubus call tr069 status" command. 2014-06-03 12:25:45 +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/ubus.c (Browse further)