Commit graph

20 commits

Author SHA1 Message Date
imen.bhiri
af5c5af95e amd5: CancelTransfer(A.4.1.9) 2016-03-01 08:59:55 +01:00
imen.bhiri
e49318b84e amd5: wqUpload(A.4.1.5) 2016-02-23 10:49:21 +01:00
imen.bhiri
802e10d750 Ticket 8610: connection request event should not be sent in the retry 2016-02-18 11:48:09 +01:00
imen.bhiri
6e6c933fd2 light notify(Annex M) 2016-02-12 13:50:22 +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
imen.bhiri
baee5e0747 Feature request 7509: IPPingDiagnostics 2015-10-16 14:38:15 +01:00
Imen Bhiri
3920b4bdc4 #issue 6783: Missing inform after IP change 2015-10-01 17:36:05 +01:00
Imen Bhiri
2d255e0b1d fix issus 2015-09-22 13:17:18 +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
6e26929e87 #6030: fix the connection request error when binding an used port
Signed-off-by: Anis Ellouze <anis.ellouze@pivasoftware.com>
2015-01-23 17:32:06 +01:00
MOHAMED Kallel
d40b63ca24 add "ubus call tr069 status" command. 2014-06-03 12:25:45 +01:00
MOHAMED Kallel
cf7a5dd994 fix memory leak issues
Signed-off-by: MOHAMED Kallel <mohamed.kallel@pivasoftware.com>
2014-05-22 09:56:20 +02:00
Mohamed Kallel
08aae92543 sort of the parameters in the RPCs responses 2013-10-03 13:08:06 +02:00
Mohamed Kallel
995baa1197 add software version backup only for 1 firmware image 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
f06e17c456 Optimization of PeriodicInformTime usage 2013-08-20 13:27:55 +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
42ed981f62 more freecwmp move 2013-07-17 16:23:54 +02:00
Renamed from src/event.c (Browse further)