TR069: the client did not try to reconnect to server after couple of fails

hi there,

during last few weeks i play around with TR069 and it seems works as expected.

the tr069 client (using ROS 6.46.8) configuration as follow :

/tr069-client
set acs-url=http://192.168.28.8:7547 enabled=yes periodic-inform-interval=10s

here is the problem that i found:
when i woke up this morning, all the routers turned on but not the ACS server yet. the ACS server turned on after lunch time but i can not see my routers even after couple of periodic-inform-interval=10s reached. no RTO between all routers and acs server as soon as the ACS Server get online. the ACS server can see the router ONLY if client routers rebooted or the tr069 disabled and enabled on next second.

it seems that tr069 client did not try to see the server after certain number of fails
therefor, it seems the problem sit on the tr069 client software.

is there any others having the same probem ?

thank you

Paul

dear all,

at the moment, i put this command to solve the problem

/tool netwatch
add host=192.168.28.8 up-script="/tr069-client set enable=no\r\n/tr069-client set enable=yes"

P