[SEBA-253] Setting the tosca-key to the onu serial number instead that on the name

Change-Id: I8adeebfa6a3228596c432600aa16343eb85de35f
diff --git a/xos/synchronizer/models/rcord.xproto b/xos/synchronizer/models/rcord.xproto
index c4797cd..38bd39f 100644
--- a/xos/synchronizer/models/rcord.xproto
+++ b/xos/synchronizer/models/rcord.xproto
@@ -55,7 +55,8 @@
         max_value = 4096];
     required string onu_device = 13 [
         help_text = "ONUDevice serial number",
-        max_length = 256];
+        max_length = 256,
+        tosca_key = True];
     optional string mac_address = 18 [
         help_text = "Subscriber MAC Address",
         max_length = 256];