Issue with SPV of the admin pass for the CPE UI

Hi,

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.

The parameter is:

InternetGatewayDevice.UserInterface.X_NOTION_Web.UserInfo.1.AdminPassword

Provision script is here:

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.

image

I even put one GPV earlier in the script (just after GPV for IMEI that works), but GPV has not been sent either.

Best regards,

Tarik

Try this:

declare('InternetGatewayDevice.UserInterface.X_NOTION_Web.UserInfo.1.AdminPassword', {path: now}, {value: admin_pass});