icwmp/src
Vivek Dutta 588f8803e4
Multiple updates
- Support for opconf.nonpersistent.json when downloading using '3 Vendor Config File'
- Mechanism to detect if downloaded file with '3 Vendor Config File' is opconf or uci
- In case of uci download, only use the download_file_name in uci_import name if its a actual uci file default uci directory, else do uci_import with null
- New filetype 'X GENEXIS-EU OPERATOR-CONFIGURATION-FILE' in download RPC for handling operator default opconf.json files
- Trigger soft-reset to apply newly downloaded opconf file using '3 Vendor Config File'
- Use macro-engine if available in system to replace MACROS in downloaded uci file before import
- New compile time option 'ICWMP_ENABLE_OPCONF_SUPPORT' to segregate opconf related changes
- Avoid reset, in case of operator default opconf download using 'X GENEXIS-EU OPERATOR-CONFIGURATION-FILE'
2026-03-10 19:03:01 +05:30
..
autonomous_complpolicy.c Compile option to select SMM functionality 2025-05-20 09:21:44 +05:30
autonomous_complpolicy.h Code Cleanup 2024-09-16 03:16:49 +00:00
backupSession.c Fix segfault in SMM handling 2025-05-27 18:28:00 +05:30
backupSession.h Support of FileType extensions for opconf in DownloadRPC 2026-02-19 19:31:32 +05:30
CMakeLists.txt Fix compilation warnings with gcc 14 2025-12-22 11:11:11 +05:30
common.c Multiple updates 2026-03-10 19:03:01 +05:30
common.h Multiple updates 2026-03-10 19:03:01 +05:30
config.c DHCP re-discovery if ACS not reachable 2025-11-11 11:05:32 +05:30
config.h Support list of IP for incoming connection request 2025-04-04 12:25:09 +00:00
cwmp.c Collect cpe port from netstat on failure 2026-02-04 20:06:31 +05:30
cwmp_cli.c Align with configd changes 2025-08-29 16:47:10 +05:30
cwmp_cli.h Align with code-analysis image 2024-09-23 04:36:32 +00:00
cwmp_du_state.c Compile option to select SMM functionality 2025-05-20 09:21:44 +05:30
cwmp_du_state.h Compile option to select SMM functionality 2025-05-20 09:21:44 +05:30
cwmp_event.c Fix duplicate events in inform 2025-03-24 11:56:58 +00:00
cwmp_event.h Align with code-analysis image 2024-09-23 04:36:32 +00:00
cwmp_http.c Fix probable crash using icwmp cli 2024-09-27 15:22:05 +02:00
cwmp_http.h Code Cleanup 2024-09-16 03:16:49 +00:00
cwmp_zlib.c Fix probable segfaults 2023-09-19 11:40:09 +00:00
cwmp_zlib.h T#7705: Code re-organise and improvements 2022-07-14 12:55:36 +00:00
datamodel_interface.c Fix ci pipeline 2026-01-05 14:56:27 +05:30
datamodel_interface.h Improve FaultString with parameter name 2025-02-05 19:09:12 +05:30
diagnostic.c Align with bbfdm new design 2025-02-19 00:49:24 +01:00
diagnostic.h Added self test diagnostics feature 2023-11-01 09:09:23 +00:00
digauth.c Align with code-analysis image 2024-09-23 04:36:32 +00:00
digauth.h Ticket refs #6914: icwmp: migrate from multithreading to uloop 2022-09-12 13:55:00 +01:00
download.c Multiple updates 2026-03-10 19:03:01 +05:30
download.h Support of FileType extensions for opconf in DownloadRPC 2026-02-19 19:31:32 +05:30
event.c Support of FileType extensions for opconf in DownloadRPC 2026-02-19 19:31:32 +05:30
event.h Fix GetRPCMetod response parsing 2025-10-16 17:30:50 +05:30
heartbeat.c Fix probable crash using icwmp cli 2024-09-27 15:22:05 +02:00
heartbeat.h Code Cleanup 2024-09-16 03:16:49 +00:00
http.c Support of FileType extensions for opconf in DownloadRPC 2026-02-19 19:31:32 +05:30
http.h Fix compilation warnings with gcc 14 2025-12-22 11:11:11 +05:30
log.c Align with code-analysis image 2024-09-23 04:36:32 +00:00
log.h T#7705: Code re-organise and improvements 2022-07-14 12:55:36 +00:00
notifications.c Remove cwmp_stop from main process 2025-09-15 11:17:59 +05:30
notifications.h Fix cwmp notification sending 2024-11-07 10:46:20 +00:00
reboot.c Fix probable crash using icwmp cli 2024-09-27 15:22:05 +02:00
reboot.h Ticket refs #6914: icwmp: migrate from multithreading to uloop 2022-09-12 13:55:00 +01:00
rpc.c Multiple updates 2026-03-10 19:03:01 +05:30
rpc.h Code Cleanup 2024-09-16 03:16:49 +00:00
sched_inform.c Ticket refs #9261: icwmp: apply new xml functions for backupsession 2023-01-17 10:18:51 +01:00
sched_inform.h Code Cleanup 2024-09-16 03:16:49 +00:00
session.c Multiple updates 2026-03-10 19:03:01 +05:30
session.h Fix cwmp notification sending 2024-11-07 10:46:20 +00:00
ssl_utils.c Fix probable crash using icwmp cli 2024-09-27 15:22:05 +02:00
ssl_utils.h Removed mbedtls and wolfssl support 2023-12-28 16:08:50 +05:30
subprocess.c Updated few log levels 2026-02-19 19:47:04 +05:30
subprocess.h Align with code-analysis image 2024-09-23 04:36:32 +00:00
ubus_utils.c Perform initial get and commit changes 2026-01-05 15:06:51 +05:30
ubus_utils.h Perform initial get and commit changes 2026-01-05 15:06:51 +05:30
uci_utils.c Cleanup dmmap after config download 2026-02-12 12:28:17 +05:30
uci_utils.h Retry on bind failure 2025-08-07 17:58:43 +05:30
upload.c Multiple updates 2026-03-10 19:03:01 +05:30
upload.h Code Cleanup 2024-09-16 03:16:49 +00:00
xml.c Support of FileType extensions for opconf in DownloadRPC 2026-02-19 19:31:32 +05:30
xml.h Return fault for duplicate param in SPV 2025-07-09 10:44:15 +05:30