- Initialise and commit dmmap on startup
- Fix transaction_ api related issues
- Configure socket buf size as per blob len
- Added option to register with named ubus sockets
- list_notify: Added method to list notification params
- Fix usp.raw schema and tests
- 'transaction_*' apis with usp.raw object
- new method 'setm_values' to set multiple values at once
- 'dump_schema' with usp specific proto
- Fix multiple output in 'getm_*' methods
- Generate fault when set/add/del operations called without transaction
using usp.raw object
- Generate fault when set/add/del operation called using usp object and
another transaction is in progress
- instance_mode parameter in usp ubus object methods
- Remove list_inform to align with latest bbf changes
- transaction related usp.raw methods
- Segregate usp and usp.raw object methods
- Support of percent escaped double quote in unique key search
- set: Show end_session_flag for cwmp proto
- Parallel processing support for operate and get commands
- unique_keys in 'dump_schema' method
- In/Out parameters in 'list_operate' method
- Performance optimizations
- Generate fault for add_object/del_object if path is invalid
- Generate fault in case of add_object/del_object/operate/set if the search query is failed
- Fix set_attribute method to apply the attribute changes
- f101ef0 uspd: Fix conversion of u64 values
- cf418dc uspd: Align resolve path syntax as per obuspa
- 1355839 uspd: Added maxdepth in get method of usp object
* Added resolve method to verify object path
* Added check to identify the valid paths before any operation
* Align instance names as per obuspa
* Fix unit test cases as per the new instance syntax
* Fix usp freeze issue on invalid syntax in path
- ubus call usp get '{"path":"Device.\*"}'