Added null definition for xmpp and CWMPManagementServer

This commit is contained in:
Vivek Kumar Dutta 2024-04-15 08:43:43 +05:30
parent 767e92954d
commit 5139c70c5f

View file

@ -1282,6 +1282,8 @@ DM_MAP_OBJ tDynamicObj[] = {
DMOBJ tCWMPObj[] = {
/* OBJ, permission, addobj, delobj, checkdep, browseinstobj, nextdynamicobj, dynamicleaf, nextobj, leaf, linker, bbfdm_type, uniqueKeys*/
{"ManagementServer", &DMREAD, NULL, NULL, NULL, NULL, NULL, NULL, tManagementServerObj, tManagementServerParams, NULL, BBFDM_CWMP},
{"XMPP", &DMREAD, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, BBFDM_CWMP},
{"CWMPManagementServer", &DMREAD, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, BBFDM_USP},
{0}
};