self-diagnostics: Updated bbfdm microservices

This commit is contained in:
Vivek Kumar Dutta 2024-04-25 17:54:52 +05:30
parent 5ca12a752e
commit 60adf6e369
2 changed files with 13 additions and 1 deletions

View file

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=self-diagnostics
PKG_VERSION:=1.0.4
PKG_VERSION:=1.0.5
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0-only

View file

@ -7,6 +7,18 @@
}
],
"exec" : [
{
"description": "Datamodel microservices",
"cmd": "ubus call service list '{\"name\":\"bbfdm.services\"}'"
},
{
"description": "Datamodel microservices registration",
"cmd": "ubus call bbfdm service"
},
{
"description": "Datamodel plugins and services list",
"cmd": "ls -R /usr/share/bbfdm/"
},
{
"description": "TR-181 DM MAP",
"cmd": "uci -c /etc/bbfdm/dmmap export"