I wanted to know how does Genieacs Sends GetParameterRequest after infrom response when it gets Inform request as per logs given below
How the session is maintained even after sending Inform response?
Actually when inform request received from a client it uses, writeResponse function to send InformResponse, however i wanted to know how it sends the other immediate calls like
GetParameterNames which gets reponse for the same.
I am unable to find the flow in cwmp.ts using processRequest.
You likely have a preset or provision script that is executing which doesn’t have a good filter on the timestamp.
For example, if you have a script that has a declare without the second param, then *.WLANConfiguration.* will be refreshed every time the script is executed. And if that provision script is executed by a preset without any sort of constraint/event filter, then the provision will execute every time the CPE informs, does anything.