From bc947cf023294c3ea4fc8ca73b0e7378e147b7bb Mon Sep 17 00:00:00 2001 From: Omar Kallel Date: Fri, 5 Jun 2020 15:07:47 +0100 Subject: [PATCH] Device.RootDataModelVersion type is wrong --- dmtree/tr181/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmtree/tr181/device.c b/dmtree/tr181/device.c index a5d06f53..93aa7442 100644 --- a/dmtree/tr181/device.c +++ b/dmtree/tr181/device.c @@ -65,7 +65,7 @@ DMOBJ tEntry181Obj[] = { DMLEAF tRoot_181_Params[] = { /* PARAM, permission, type, getvalue, setvalue, forced_inform, notification, bbfdm_type*/ {"InterfaceStackNumberOfEntries", &DMREAD, DMT_UNINT, get_Device_InterfaceStackNumberOfEntries, NULL, NULL, NULL, BBFDM_BOTH}, -{"RootDataModelVersion", &DMREAD, DMT_UNINT, get_Device_RootDataModelVersion, NULL, NULL, NULL, BBFDM_BOTH}, +{"RootDataModelVersion", &DMREAD, DMT_STRING, get_Device_RootDataModelVersion, NULL, NULL, NULL, BBFDM_BOTH}, {0} };