View Issue Details

IDProjectCategoryView StatusLast Update
0000452easycwmpHelppublic2022-12-07 10:37
Reporterharipriya Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0000452: Periodic inform Interval is not modify..its constant as 300
Descriptionint http_digest_auth_check(const char *http_method, const char *url,
                const char *header, const char *realm, const char *username,
                const char *password, unsigned int nonce_timeout)
{
 In http.c
 if (http_digest_auth_check("GET", "/", auth_digest + strlen("Authorization: Digest "), REALM, username, password,300) == MHD_YES)
                                        auth_status = 1;
this 300 mean that periodic inform interval?
Steps To Reproducei am using genieacs from server i have try to manipulate the periodic inform interval. It's set as new value a sec then its auto setting of defaut value 300

kindly check logs

* Connection #0 to host 192.168.1.40 left intact
2022-12-07 14:54:59 [easycwmp] NOTICE - received SetParameterValues method from the ACS
2022-12-07 14:54:59 [easycwmp] NOTICE - external: execute set value Device.ManagementServer.PeriodicInformInterval 1300
2022-12-07 14:54:59 [easycwmp] NOTICE - external: execute apply value
2022-12-07 14:54:59 [easycwmp] NOTICE - send SetParameterValuesResponse to the ACS
* Found bundle for host: 0x55cced5378e0 [serially]
* Re-using existing connection #0 with host 192.168.1.40
* Connected to 192.168.1.40 (192.168.1.40) port 7547 (#0)
> POST /openacs/acs HTTP/1.1
Host: 192.168.1.40:7547
Cookie: session=0b40638ae148ac77
User-Agent: easycwmp
Content-Type: text/xml; charset="utf-8"
SOAPAction:
Content-Length: 596

* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Content-Length: 772
< Server: GenieACS/1.2.8+20211027200938
< SOAPServer: GenieACS/1.2.8+20211027200938
< Content-Type: text/xml; charset="utf-8"
< Date: Wed, 07 Dec 2022 09:24:59 GMT
< Connection: keep-alive
<
* Connection #0 to host 192.168.1.40 left intact
2022-12-07 14:54:59 [easycwmp] NOTICE - received SetParameterValues method from the ACS
2022-12-07 14:54:59 [easycwmp] NOTICE - external: execute set value Device.ManagementServer.PeriodicInformInterval 300
2022-12-07 14:54:59 [easycwmp] NOTICE - external: execute apply value
2022-12-07 14:54:59 [easycwmp] NOTICE - send SetParameterValuesResponse to the ACS
* Found bundle for host: 0x55cced5378e0 [serially]
* Re-using existing connection #0 with host 192.168.1.40
* Connected to 192.168.1.40 (192.168.1.40) port 7547 (#0)
> POST /openacs/acs HTTP/1.1
Host: 192.168.1.40:7547
TagsNo tags attached.
e-mail notification

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-12-07 10:37 haripriya New Issue