Commit graph

67 commits

Author SHA1 Message Date
Omar Kallel
4791480df9 Fix cppcheck 2.7 issues 2022-03-30 17:34:00 +01:00
Omar Kallel
9a262969c1 CR enhancements 2022-03-14 10:32:10 +01:00
Omar Kallel
b107d96661 Ticket refs #6914: icwmp: migrate from multithreading to uloop 2022-03-11 11:12:26 +01:00
Omar Kallel
8a2db29e11 Ticket refs #7501: icwmp: Fix static code warnings with cppcheck-2.7 2022-03-10 13:42:44 +01:00
vdutta
14bfffafc3 Static code fixes 2022-02-28 21:24:58 +05:30
Vivek Kumar Dutta
da88c8c286 Fix probable crashes 2022-02-11 15:41:34 +00:00
Omar Kallel
5401894b4e Get dhcp url from /etc/config/cwmp 2021-11-25 12:42:17 +01:00
Omar Kallel
4bef706ddf Ticket refs #6614: icwmp: fix static code anlysis issues generated by cpp check 2021-11-22 15:27:44 +01:00
Omar Kallel
f00765f00b Ticket refs #6311: icwmpd: crash during upgrade or factory reset 2021-11-15 20:57:50 +01:00
Omar Kallel
dd51b8e770 Update year in head comment 2021-10-13 16:20:18 +01:00
Omar Kallel
49c0641b31 Ticket refs #5566: icwmp: move notifications feature from bbf to icwmp package 2021-08-09 17:22:07 +01:00
Omar Kallel
2ed3de6b28 Create new file rpc_soap.c instead of xml 2021-06-28 10:07:43 +01:00
Amin Ben Ramdhane
a9f72148e2 exit icwmp properly when catching a signal 2021-06-24 09:10:03 +01:00
vdutta
75889f7bc5 Fix garbage characters in info of reload command 2021-06-17 15:41:25 +01:00
Omar Kallel
f73a82a126 Ticket refs #4935: icwmp: make all free of dynamic memory allocations (malloc, calloc, asprintf, strdup) in the end session 2021-06-04 14:49:28 +01:00
Omar Kallel
53d5b0503a Ticket refs #3988: icwmpd: Unit Test of Data Model Interface and SOAP messages 2021-05-19 17:32:29 +01:00
Omar Kallel
218ee7fbc7 code enhancements and arrangement: session download upload scheduleInform changedustate 2021-05-18 12:34:29 +01:00
vdutta
e6586067f9 Revert ubus -s changes 2021-05-17 19:27:51 +05:30
vdutta
bb8e30beb5 Fix compilation issues 2021-05-14 12:33:13 +05:30
Vivek Kumar Dutta
681758c1b7 Align with latest ubus 2021-05-14 06:27:57 +00:00
Omar Kallel
5b24edae8f Ticket #4712: icwmp: convert icwmp.sh script to a C code 2021-04-15 10:57:37 +01:00
Omar Kallel
8a6c212c0b make the ubus option proto:cwmp in each cwmp_ubus_call 2021-04-15 10:57:28 +01:00
Omar Kallel
5a4e7a0cfb Ticket refs #4423: icwmpd: icwmpd leaks memory 2021-03-23 13:36:35 +01:00
Omar Kallel
3bd3f9093b Fix some memory mngment issues 2021-03-05 16:32:20 +01:00
Omar Kallel
fc7687de2d Make icwmp compiling under x86 2021-01-19 17:26:46 +01:00
Omar Kallel
1d032520d0 Linux Kernel code-styling 2021-01-04 09:01:35 +01:00
Omar Kallel
71ac908626 Revert "Linux Kernel Coding Style"
This reverts commit a51a8eb4e7.
2021-01-04 08:49:37 +01:00
Omar Kallel
a51a8eb4e7 Linux Kernel Coding Style 2021-01-04 08:12:14 +01:00
Omar Kallel
43e73fb4ee make diagnostics independent of libbbf 2020-12-31 18:09:43 +01:00
Omar Kallel
5c92271ba5 Ticket refs #4068: CWMP: use usp.raw operate commands for Diagnostics 2020-12-31 18:09:27 +01:00
Omar Kallel
969d611db3 Add Werror to CFLAGS and Fix corresponding errors 2020-12-24 11:22:09 +01:00
Omar Kallel
699f340017 Ticket refs #4067: icwmp: source code enhancements 2020-12-23 19:28:14 +01:00
Omar Kallel
0895db688f Make check_value_change independent from libbbfdm 2020-12-17 12:33:24 +01:00
Omar Kallel
299c59f2e8 move and update some bbf functions to icwmp && Delete some libbbfdm includes and TR098 macro 2020-12-15 15:17:57 +01:00
Omar Kallel
be813a5501 Increase ubus_invoke timeout to be able to get Device. && fix ParameterValueStruct array number elements 2020-12-02 15:12:21 +01:00
Omar Kallel
ebc9a6fd10 Use transaction ubus methods && use setm_values instead of set ubus method 2020-12-01 17:54:40 +01:00
Omar Kallel
c579c9b4e9 Use the ubus mehtod 'usp.raw init_notify' to update dm_enabled_notify file && get inform parameters from a string array 2020-11-21 02:13:40 +01:00
Omar Kallel
ad798f2b9d Remove ubus call tr069 notify 2020-11-20 11:27:12 +01:00
Omar Kallel
5ea6e2e411 Ticket refs #3473: CWMP: make icwmpd run on top of ubus usp.raw object (Apply for RPC methods) 2020-11-20 11:26:57 +01:00
Omar Kallel
e2e02f48ad Ticket refs #2618: TR069: Ameliorate separation between libbbf_api and libbbfdm (apply for end_session_flag) 2020-06-18 12:45:43 +01:00
Omar Kallel
6d4a988cb1 Remove commit that uses libbbf_api 2020-05-07 14:25:54 +01:00
Omar Kallel
b538dd1465 use end_session_flag variable cwmp_set_end_sesion function in libbbf_api instead libbbfdm end session functions 2020-05-06 12:32:56 +01:00
Amin Ben Ramdhane
c2aef83959 link icwmpd to libbbfdm library (data model) after separating libbbfdm into two libraries: libbbf_api (API) and libbbfdm (data model) 2020-01-21 22:53:06 +01:00
Amin Ben Ramdhane
c77872111a change freecwmpd to icwmpd 2019-12-28 12:04:33 +01:00
Sukru Senli
76b0afcd61 Inteno->IOPSYS Copyright adaptation 2019-12-06 09:57:02 +01:00
Omar Kallel
afa51b623b Ticket refs #1253: libtr098: move all TR-098 datamodel support from icwmp to libtr098 package 2019-09-25 11:21:41 +01:00
Amin Ben Ramdhane
7b419333d9 Separate icwmp and libdatamodel 2019-08-26 16:49:43 +01:00
Amin Ben Ramdhane
9d206e4e1d Ticket refs #14599: SDX810-AP: Unable to manage SDX810-AP from ACS server when it is connected via NAT Gateway(SDX-810RG)
(Fix a crash in icmp with EX400)
2018-12-11 12:13:56 +01:00
Amin Ben Ramdhane
74b210ee08 Ticket refs #14599: SDX810-AP: Unable to manage SDX810-AP from ACS server when it is connected via NAT Gateway(SDX-810RG)(complement-4) 2018-08-07 15:39:24 +01:00
Omar Kallel
aaaa97d68b Merge devel source to be master 2017-11-30 15:55:28 +01:00