diff --git a/self-diagnostics/Makefile b/self-diagnostics/Makefile index 744eae518..15b842277 100644 --- a/self-diagnostics/Makefile +++ b/self-diagnostics/Makefile @@ -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 diff --git a/self-diagnostics/files/usr/share/self-diagnostics/spec/trx69.json b/self-diagnostics/files/usr/share/self-diagnostics/spec/trx69.json index 23e01859c..9c787fc7b 100644 --- a/self-diagnostics/files/usr/share/self-diagnostics/spec/trx69.json +++ b/self-diagnostics/files/usr/share/self-diagnostics/spec/trx69.json @@ -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"