Anonymous | Login | Signup for a new account | 2021-01-22 07:11 CET | ![]() |
My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0000398 | easycwmp | [All Projects] 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. | ||||||||||||
Attached Files | ![]() | ||||||||||||
![]() |
|
(0000974) mohamed.kallel (manager) 2019-12-11 10:11 |
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 |
(0000975) chengang (reporter) 2019-12-12 02:45 |
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" } |
(0000976) mohamed.kallel (manager) 2019-12-13 14:08 |
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 |
Copyright © 2000 - 2021 MantisBT Team |