Commit graph

35 commits

Author SHA1 Message Date
Amin Ben Ramdhane
db9e48dbfb Ticket refs #378: TR-181: Device.IP.Diagnostics 2019-03-29 09:55:10 +01:00
Amin Ben Ramdhane
12cf15836c Ticket refs #16480: icwmpd memory leak 2018-12-28 17:09:46 +01:00
Amin Ben Ramdhane
70a8338cba Ticket refs #14516: TR-069 Notification support 2018-05-31 10:29:39 +01:00
Omar Kallel
393b7af010 Ticket refs #14185: TR069 reboot not working 2018-03-01 14:21:25 +01:00
Amin Ben Ramdhane
fe026c3ffa Ticket refs #14209: TR-069: add support for compiling both TR-098 and TR-181 support and make it UCI configurable 2018-03-01 10:41:34 +01:00
Omar Kallel
aaaa97d68b Merge devel source to be master 2017-11-30 15:55:28 +01:00
imen.bhiri
504617f116 Ticket refs #11459: icwmp does not compile for target ramips (EX400) 2017-04-19 11:30:06 +01:00
imen.bhiri
288ff53638 Ticket refs #11043 : inform with event 4 VALUE CHANGE doesn't conatain the last value of the parameter 2016-12-21 16:51:56 +01:00
imen.bhiri
d22ecbdd91 Ticket refs #11035 : session should not retried after connection request 2016-12-21 14:01:52 +01:00
imen.bhiri
cd55e17e49 Ticket refs #10128 : ipv6 Support 2016-09-26 15:09:36 +01:00
Anis Ellouze
b79c242ddd resolve conflicts with master 2016-05-31 12:10:56 +01:00
imen.bhiri
b659df7356 code review 2016-05-31 09:55:06 +01:00
imen.bhiri
b425b7cc54 Fix Makefile issu 2016-05-02 12:12:12 +01:00
imen.bhiri
31072a5c91 Ticket refs #8946 : Cwmp Amendment 5 including Annex K (Software Module Management) 2016-05-02 11:25:25 +01:00
imen.bhiri
be3e6f317e Ticket refs #8946 : Cwmp Amendment 5 including Annex K (schedule download) 2016-05-02 09:48:12 +01:00
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)