ponmngr: updated xpon json for onuactivation param

This commit is contained in:
Amit Kumar 2023-01-25 12:11:40 +05:30
parent bce4779702
commit f361dbd5e7

View file

@ -704,6 +704,106 @@
}
]
}
},
"Device.XPON.ONU.{i}.ANI.{i}.TC.": {
"type": "object",
"protocols": [
"cwmp",
"usp"
],
"access": false,
"array": false,
"mapping": [
{
"data": "@Parent",
"type": "json",
"key": "TC"
}
],
"Device.XPON.ONU.{i}.ANI.{i}.TC.ONUActivation.": {
"type": "object",
"protocols": [
"cwmp",
"usp"
],
"access": false,
"array": false,
"mapping": [
{
"data": "@Parent",
"type": "json",
"key": "TC.ONUActivation"
}
],
"ONUState": {
"type": "string",
"read": true,
"write": false,
"protocols": [
"cwmp",
"usp"
],
"datatype": "string",
"mapping": [
{
"data": "@Parent",
"type": "json",
"key": "TC.ONUActivation.ONUState"
}
]
},
"VendorID": {
"type": "string",
"read": true,
"write": false,
"protocols": [
"cwmp",
"usp"
],
"datatype": "string",
"mapping": [
{
"data": "@Parent",
"type": "json",
"key": "TC.ONUActivation.VendorID"
}
]
},
"SerialNumber": {
"type": "string",
"read": true,
"write": false,
"protocols": [
"cwmp",
"usp"
],
"datatype": "string",
"mapping": [
{
"data": "@Parent",
"type": "json",
"key": "TC.ONUActivation.SerialNumber"
}
]
},
"ONUID": {
"type": "unsignedInt",
"read": true,
"write": false,
"protocols": [
"cwmp",
"usp"
],
"datatype": "unsignedInt",
"mapping": [
{
"data": "@Parent",
"type": "json",
"key": "TC.ONUActivation.ONUID"
}
]
}
}
}
},
"Device.XPON.ONU.{i}.Transceiver.{i}.": {