Commit graph

129 commits

Author SHA1 Message Date
imen.bhiri
61d0c2a8b0 Ticket refs #8595 : download RPC : wrong fault code 2016-06-06 13:35:48 +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
3f4340bcfc cwmp version negotiation (3.7.4) 2016-03-28 10:51:29 +02:00
imen.bhiri
af5c5af95e amd5: CancelTransfer(A.4.1.9) 2016-03-01 08:59:55 +01:00
imen.bhiri
dfdc4cec83 cwmp headerwq 2016-02-26 18:03:43 +01:00
imen.bhiri
e49318b84e amd5: wqUpload(A.4.1.5) 2016-02-23 10:49:21 +01:00
imen.bhiri
6e6c933fd2 light notify(Annex M) 2016-02-12 13:50:22 +01:00
Anis Ellouze
1b32babf55 fix issue 8593
add http compression
fix log issue when log type is DEBUG
2016-02-11 19:34:43 +01:00
imen.bhiri
18a54c6f46 Ticket 8034: Fix Download firmware issu 2015-10-30 14:35:51 +01:00
Imen Bhiri
7a4426fc80 Version 0 of the Data Model in C 2015-08-06 17:39:44 +01:00
MOHAMED Kallel
29e8db7572 Fix issue: xsi:type="soap_enc:Array" should not present in the rpc response tag, it should be present in the parameter list tag
Signed-off-by: MOHAMED Kallel <mohamed.kallel@pivasoftware.com>
2014-08-05 14:04:08 +01:00
MOHAMED Kallel
b203dc2de1 Set cwmp id for rpc acs: Inform, GetRPCMethods, TransferComplete
Signed-off-by: MOHAMED Kallel <mohamed.kallel@pivasoftware.com>
2014-08-05 11:21:58 +01:00
MOHAMED Kallel
bbc24b2549 ParameterKey set is moved to the script instead of c. The uci set in c could be a cause of timing problem and then it's a cause of possible crash 2014-06-02 15:33:55 +01:00
Strhuan Blomquist
b15a2fbafb fix for cwmp doing 90% cpu load 2014-05-23 16:58:39 +02: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
6e62056466 add ip table command to allow acs for connection request
Signed-off-by: MOHAMED Kallel <mohamed.kallel@pivasoftware.com>
2014-05-20 16:29:24 +02:00
Mohamed Kallel
d32d397afa Ticket #3666 2013-10-24 09:53:06 +01:00
Mohamed Kallel
c2a751ab07 PR #3558 SPV should support values containing space. The problem is detected with X_002207_CallLines parameter 2013-10-03 13:08:07 +02:00
Mohamed Kallel
8c715595eb SPV and SPA should return fault when param name is empty 2013-10-03 13:08:06 +02:00
Mohamed Kallel
b3db549d24 fix download issue 2013-10-03 13:08:06 +02:00
Mohamed Kallel
003a7aa2ce fix some issues 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
7ff06e9ed1 Fix interoperability with ACS VCM of tilgin 2013-09-03 17:48:36 +02:00
Mohamed Kallel
73b581c325 Fix Download method 2013-09-03 17:48:16 +02:00
Mohamed Kallel
ebfc7378be supporting the tag <?xml ....> in the received messages from the acs 2013-08-08 16:51:03 +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/xml.c (Browse further)