diff --git a/obuspa/Makefile b/obuspa/Makefile index 887327fd2..bf42a3840 100644 --- a/obuspa/Makefile +++ b/obuspa/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obuspa -PKG_VERSION:=9.0.0.19 +PKG_VERSION:=9.0.0.20 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) diff --git a/obuspa/bbfdm_service.json b/obuspa/bbfdm_service.json index 2cd691173..77a12c183 100644 --- a/obuspa/bbfdm_service.json +++ b/obuspa/bbfdm_service.json @@ -6,15 +6,18 @@ "services": [ { "parent_dm": "Device.", - "object": "USPAgent" + "object": "USPAgent", + "proto": "cwmp" }, { "parent_dm": "Device.", - "object": "MQTT" + "object": "MQTT", + "proto": "cwmp" }, { "parent_dm": "Device.", - "object": "STOMP" + "object": "STOMP", + "proto": "cwmp" } ], "config": {