[CORD-3167] If an OSS Service Instance is validate, activate the ONU
Change-Id: Icd0b7be85020713a3e370f22bdd3ed2e9409ca80
diff --git a/xos/synchronizer/models/hippie-oss.xproto b/xos/synchronizer/models/hippie-oss.xproto
index 671089a..b111e08 100644
--- a/xos/synchronizer/models/hippie-oss.xproto
+++ b/xos/synchronizer/models/hippie-oss.xproto
@@ -14,7 +14,6 @@
required string valid = 1 [default = "awaiting", choices = "(('awaiting', 'Awaiting Validation'), ('valid', 'Valid'), ('invalid', 'Invalid'))", help_text = "Wether this ONU has been validated by the external OSS", null = False, blank = False];
required string serial_number = 2 [max_length = 254, null = False, db_index = False, blank = False, tosca_key=True, unique = True];
- required int32 uni_port_id = 3 [null = False, db_index = False, blank = False];
required string of_dpid = 4 [max_length = 254, null = False, db_index = False, blank = False];
- optional int32 c_tag = 4 [null = True, db_index = False, blank = False, unique = True, feedback_state = True];
+ optional int32 c_tag = 5 [null = True, db_index = False, blank = False, unique = True, feedback_state = True];
}
\ No newline at end of file