View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000398 | easycwmp | Bug | public | 2019-12-11 08:15 | 2019-12-13 14:08 |
Reporter | chengang | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | openwrt | OS | linux | OS Version | 4.4.60 |
Summary | 0000398: when ACS get multiple parameter values, tr069 client response is error | ||||
Description | An error occurred when I tried to ipping diagnostic with multiple getParameterValues | ||||
Steps To Reproduce | 1.ACS send a request containing some getParameterValues to client for ipping diagnostic. 2.easycwmp client response is error. 3.When ACS send request containing any one of them,the response is normal. Attached is the capture package file | ||||
Tags | No tags attached. | ||||
e-mail notification | |||||
|
|
|
Please try the following command on your device: easycwmp --json-input you willl get the folllowing prompt: easycwmp> Then type the following commands {"command":"get", "class":"value", "parameter":"InternetGatewayDevice.IPPingDiagnostics.SuccessCount"} {"command":"get", "class":"value", "parameter":"InternetGatewayDevice.IPPingDiagnostics.FailureCount"} {"command":"get", "class":"value", "parameter":"InternetGatewayDevice.IPPingDiagnostics.AverageResponseTime"} {"command":"get", "class":"value", "parameter":"InternetGatewayDevice.IPPingDiagnostics.MinimumResponseTime"} {"command":"get", "class":"value", "parameter":"InternetGatewayDevice.IPPingDiagnostics.MaximumResponseTime"} {"command":"end"} and then let me know about results |
|
following is result: root@demo:~# easycwmp --json-input easycwmp> {"command":"get", "class":"value", "parameter":"InternetGatewayDevice.IPPingDiagnostics.SuccessCount"} {"command":"get", "class":"value", "parameter":"InternetGatewayDevice.IPPingDiagnostics.FailureCount"} {"command":"get", "class":"value", "parameter":"InternetGatewayDevice.IPPingDiagnostics.AverageResponseTime"} {"command":"get", "class":"value", "parameter":"InternetGatewayDevice.IPPingDiagnostics.MinimumResponseTime"} { "parameter": "InternetGatewayDevice.IPPingDiagnostics.SuccessCount", "value": "0", "type": "xsd:unsignedInt" } { "parameter": "InternetGatewayDevice.IPPingDiagnostics.FailureCount", "value": "0", "type": "xsd:unsignedInt" } {"command":"get", "class":"value", "parameter":"InternetGatewayDevice.IPPingDiagnostics.MaximumResponseTime"} {"command":"end"}{ "parameter": "InternetGatewayDevice.IPPingDiagnostics.AverageResponseTime", "value": "0", "type": "xsd:unsignedInt" } { "parameter": "InternetGatewayDevice.IPPingDiagnostics.MinimumResponseTime", "value": "0", "type": "xsd:unsignedInt" } { "parameter": "InternetGatewayDevice.IPPingDiagnostics.MaximumResponseTime", "value": "0", "type": "xsd:unsignedInt" } |
|
That means your data model script works fine. May you made some modification some where that cause the issue. Better to retest with the original version with other parmeters and see if the issue reproduced |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-12-11 08:15 | chengang | New Issue | |
2019-12-11 08:15 | chengang | File Added: multi-getParameterValues error.pcap | |
2019-12-11 10:11 | mohamed.kallel | Note Added: 0000974 | |
2019-12-12 02:45 | chengang | Note Added: 0000975 | |
2019-12-13 14:08 | mohamed.kallel | Note Added: 0000976 |