View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000163 | easycwmp | Question | public | 2016-09-20 11:46 | 2017-01-27 16:20 |
Reporter | geek007 | Assigned To | mohamed.kallel | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | openwrt | OS Version | CC 15.05.1 |
Summary | 0000163: Can not find TR069 full parameters ? | ||||
Description | I have compiled easycwmp 1.3.4 with openwrt CC 15.05.1 version and configured to communicate with ACS. It had communication but I wan to see all TR069 config parameters. Is there way to generate or modify this parameters in source? | ||||
Tags | No tags attached. | ||||
e-mail notification | |||||
|
what is the role of this along with /etc/init.d/easycwmpd: root@openwrt:/# easycwmp -h USAGE: /usr/sbin/easycwmp command [parameter] [values] command: get [value|notification|name] set [value|notification] apply [value|notification|object|service] add [object] delete [object] download factory_reset reboot inform [parameter|device_id] --json-input Is it suppose to add parameters separately ?? I want TR069 client should have its board specific get/set parameters |
|
you can found the Easycwmp config under /etc/config/easycwmp . the "/etc/init.d/easycwmpd" is the demon to launch easycwmpd process to communicate with ACS. easycwmp is the command to execute locally the RPC like #easycwmp get value will show you all the tree of the data model parameters. |
|
you can play with easycwmp command in order to test and to see the data model (get/set/addobj/delobj...) without ACS. You can implement your own data model parameters by following the existing parameters. they are implemented in shell. they are under the folder ext/openwrt/scripts/functions |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-09-20 11:46 | geek007 | New Issue | |
2016-09-20 12:35 | geek007 | Note Added: 0000547 | |
2016-09-26 10:54 |
|
Note Added: 0000548 | |
2016-09-26 10:56 | mohamed.kallel | Note Added: 0000549 | |
2017-01-27 16:20 | mohamed.kallel | Status | new => resolved |
2017-01-27 16:20 | mohamed.kallel | Resolution | open => no change required |
2017-01-27 16:20 | mohamed.kallel | Assigned To | => mohamed.kallel |