Since IMHO the number faults we get is kinda low I decided to ignore it for the moment, but I will look into it after the upgrade (we are still using 1.2.8). Probably the EXT TIMEOUT variable might have to do something with it, I have it set to 15 seconds, will try to lower it to 2 seconds and see what happen. Also we have the number of concurrent connections set to 1000.-
Apologies for the confusion. This happened during a period of frequents blackouts. I was desperate to solve the problem of one thousands CPE going to the ACS at the same time. I have placed a parameter inside genieacs.env:
I just looked at the code for cwmp.ts and config.ts, MAX_CONCURRENT_REQUESTS is being used, line 1440 and 1631. If the number of concurrent sessions is > than max, then a 503 is sent to the CPE telling it to retry after 60 seconds.
795a8134c1