SEBA-206 Report OLT link connectivity in OLTDevice model

Change-Id: Icb3a75d719adac6d8eea139fe9d00d34a11baecb
diff --git a/xos/synchronizer/models/volt.xproto b/xos/synchronizer/models/volt.xproto
index d830300..20492a4 100644
--- a/xos/synchronizer/models/volt.xproto
+++ b/xos/synchronizer/models/volt.xproto
@@ -75,6 +75,10 @@
     optional string oper_status = 12 [
         help_text = "operational status, whether OLT is active",
         feedback_state = True];
+    optional string link_status = 21 [
+        help_text = "connectivity status, whether OLT has connectivity to agg switch",
+        choices = "(('up', 'up'), ('down', 'down'))",
+        feedback_state = True];
     optional string of_id = 13 [
         help_text = "Logical device openflow id",
         feedback_state = True];