CORD-2753 set default owner for MCordSubscriberInstance
Change-Id: I7183b4a8a515c5a9afa0b2963ff8d63bbaca9c1f
diff --git a/xos/models/mcord.xproto b/xos/models/mcord.xproto
index 5a5124e..033e0c7 100644
--- a/xos/models/mcord.xproto
+++ b/xos/models/mcord.xproto
@@ -10,6 +10,7 @@
message MCordSubscriberInstance (ServiceInstance) {
option verbose_name = "MCORD Subscriber";
option description = "This model holds the informations of a Mobile Subscriber in CORD";
+ option owner_class_name="MCordSubscriberService";
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];