Skip to content
Snippets Groups Projects
Verified Commit d6bc73bb authored by Vivek Dutta's avatar Vivek Dutta Committed by IOPSYS Dev
Browse files

Updated ReconnectCount in datamodel_description.json

parent 91fb6b78
No related branches found
No related tags found
1 merge request!50Updated ReconnectCount in datamodel_description.json
Pipeline #212231 passed
...@@ -37,6 +37,17 @@ ...@@ -37,6 +37,17 @@
"description": "Indicates the number of currently active IP connections associated with this host.", "description": "Indicates the number of currently active IP connections associated with this host.",
"datatype": "unsignedInt" "datatype": "unsignedInt"
}, },
"{BBF_VENDOR_PREFIX}ReconnectCount": {
"type": "unsignedInt",
"read": true,
"write": false,
"protocols": [
"cwmp",
"usp"
],
"description": "Indicates the number of times this host gets re-connected",
"datatype": "unsignedInt"
},
"{BBF_VENDOR_PREFIX}IEEE1905ID": { "{BBF_VENDOR_PREFIX}IEEE1905ID": {
"type": "string", "type": "string",
"read": true, "read": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment