[SEBA-111] Adding operator specific fields

Change-Id: I3f3ab8243c456f82f90d9b4f9cd033fa2d8f733b
diff --git a/xos/synchronizer/models/rcord.xproto b/xos/synchronizer/models/rcord.xproto
index 3ee5c21..e34bf76 100644
--- a/xos/synchronizer/models/rcord.xproto
+++ b/xos/synchronizer/models/rcord.xproto
@@ -22,4 +22,8 @@
     required string onu_device = 13 [help_text = "ONUDevice serial number", null = False, db_index = False, blank = False];
     optional string ip_address = 17 [help_text = "Subscriber IP Address", null = True, db_index = False, blank = False];
     optional string mac_address = 18 [null = True, db_index = False, blank = False];
+
+    // operator specific fields
+    optional string nas_port_id = 20 [db_index = False];
+    optional string circuit_id = 21 [db_index = False];
 }