[SEBA-80] Listening for authentication.events
Change-Id: Ibc9a4379072b40d1b25791bc3af8d57dc708efbe
diff --git a/xos/synchronizer/models/rcord.xproto b/xos/synchronizer/models/rcord.xproto
index a8974bc..3e7391a 100644
--- a/xos/synchronizer/models/rcord.xproto
+++ b/xos/synchronizer/models/rcord.xproto
@@ -22,7 +22,7 @@
optional bool cdn_enable = 6 [default = False, null = False, db_index = False, blank = True];
optional int32 uplink_speed = 8 [default = 1000000000, null = False, db_index = False, blank = False];
optional int32 downlink_speed = 9 [default = 1000000000, null = False, db_index = False, blank = False];
- optional string status = 11 [default = "enabled", choices = "(('enabled', 'Enabled'), ('disabled', 'Disabled'), ('pre-provisioned', 'Pre Provisioned'), ('awaiting-auth', 'Awaiting Authentication'))", max_length = 30, content_type = "stripped", blank = False, null = False, db_index = False];
+ optional string status = 11 [default = "enabled", choices = "(('enabled', 'Enabled'), ('disabled', 'Disabled'), ('pre-provisioned', 'Pre Provisioned'), ('awaiting-auth', 'Awaiting Authentication'), ('auth-failed', 'Authentication Failed'))", max_length = 30, content_type = "stripped", blank = False, null = False, db_index = False];
// parameters for r-cord lite
optional int32 c_tag = 12 [null = True, db_index = False, blank = False];