I am preparing the provisioning script that is activated by the 0 BOOTSTRAP event for one FWA CPE. All targeted parameters on it are configured
correctly except UI admin password.
What is strange is that when I enter that parameter manually by using GenieACS UI it works, but when I try to do the same by using provisioning script that doesn’t work.
I do not know how to attach pcap file. From it it can be seen that ACS doesn’t even try to generate SPV for the admin password parameter when doing that via provisioning script but when configured manually that works.
I even put one GPV earlier in the script (just after GPV for IMEI that works), but GPV has not been sent either.
When you have some spare time can you please give me a short explanation why the value of null as a timestamp parameter in the declare function didn’t work with this parameter and it works with all other parameters I worked with.
In GenieACS, some parameters won’t cause an SPV to happen unless the timestamp actually changes. Null basically tells the cwmp layer “no change since last write,” so the CPE doesn’t pay attention to it. now forces a new timestamp, and the device sees it as a real update. That’s why your admin password finally got sent. You will see this more often with sensitive parameters like credentials, where vendors want a version change before they will accept writes.