[CORD-2550] Adding name and improving status

Change-Id: I4680d7427ee833094b2ddd0a290945b2052d1087
(cherry picked from commit 95f585e86af3f4480b6bfcee958a14fd041bab5a)
diff --git a/xos/models/mcord.xproto b/xos/models/mcord.xproto
index 386bcdb..5a5124e 100644
--- a/xos/models/mcord.xproto
+++ b/xos/models/mcord.xproto
@@ -13,6 +13,6 @@
 
     required string imsi_number = 1 [max_length = 30, content_type = "stripped", blank = False, null = False, db_index = False];
     optional string apn_number = 2 [max_length = 30, content_type = "stripped", blank = True, null = True, db_index = False];
-    optional int32 ue_status = 3 [max_length = 30, choices = "(('0', 'Detached'), ('1', 'Attached'))", blank = True, null = True, db_index = False];
+    optional int32 ue_status = 3 [default = "0", choices = "(('0', 'Detached'), ('1', 'Attached'))", blank = True, null = True, db_index = False];
     optional string created_by = 4 [null = True, blank = True, gui_hidden = True];
 }