Skip to content

Download config with tr069 fails

Feten Besbes requested to merge dwn_config into devel

This patch is related to the issue of download config. The uci_import doesn't work because the uci_ctx added as parameter is null. So The cwmp_uci_init is called to initiate the context and the cwmp_uci_exit is called after the cwmp_uci_import to free the allocated ctx

Merge request reports