Skip to content
Snippets Groups Projects
Commit ddfc4c1b authored by BRONES Romain's avatar BRONES Romain
Browse files

fix: Warning on combpm_protocol_status

* bit0 or bit1 can be '1' (wrong useless frame case)
parent 0dab2c29
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ def set_attr_config_cellnode(cnp):
c.description = "ComCellNode ethernet status. Expected value 0x00\n" +c.description
c.format = '0x%X'
c.unit = ' '
c.alarms.max_warning='1'
c.alarms.max_warning='4'
cnp.set_attribute_config(c)
c = cnp.get_attribute_config("combpm_sfp")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment