Curious if anyone has any suggestions for my problem or possibly this is the intended behavior? My device is talking tot eh ACS upon initialization I receive most of not all parameter names but only a dozen or so have values associated. If I choose ‘refresh’ via the GUI, I see the logs from genieacs-cwmp scroll by however the majority of values are empty. I see the same thing if I register new devices or restart the devices. 2017-03-05T13:33:42.016Z [INFO] x.x.x.x EC4F82-ONT-CXNK003099B1: ACS request; acsRequestId="15a9eaceb75000" acsRequestName="GetParameterNames" 2017-03-05T13:33:48.616Z [INFO] x.x.x.x EC4F82-ONT-CXNK003099B1: ACS request; acsRequestId="15a9eaceb75001" acsRequestName="GetParameterValues" —GetParameterValues repeats many times —
That said, if I send the NBI the following to refresh all parameters, everything appears to populate with values as expected. curl -i ' http://localhost:7557/devices/EC4F82-ONT-CXNK003099B1/tasks?timeout=1000&connection_request' -X POST --data '{ "name": "refreshObject", "objectName": "InternetGatewayDevice" }' It may be worth pointing out, I originally started with GenieACS version 1.0 and this issue was not present. In moving to v1.1 I’ve started with a clean debian 8.7install and pulled the latest GenieACS as of 3-4-2017.
_______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
