I see the following description on the page CcspTr069Pa


"In order for TR-069 PA to capture event ValueChanged, TR-069 PA must subscribe to the signal through Component Registrar. And once TR-069 PA receives such event, it needs to check if the value change is caused by itself by checking ‘writeID’ included in the signal against TR-069 PA’s own writeID. If they are same, this signal is simply ignored. "



Could you please help to give more detail explanation?

  1. Where is the code entrance of CcspTr069Pa to handle the parameter value change?
  2. Does all parameters changed would notify CcspTr069Pa?
  3. if we added new parameters in the data model, and want CcspTr069Pa received value-change notification, what else we need to do?
  4. if we added a new application, and this application want to receive some concerned parameters' value-change notification, how to do?

Thank you very much!