Fixed conflict, rename vSGW to vSGWC
Change-Id: I68405395edeedd305b43c0dfd9a85f46f582122d
diff --git a/xos/vsgwc.xproto b/xos/vsgwc.xproto
new file mode 100644
index 0000000..b84985e
--- /dev/null
+++ b/xos/vsgwc.xproto
@@ -0,0 +1,16 @@
+option name = "vSGWC";
+option verbose_name = "Virtual Serving Gateway Control Plane";
+option app_label = "vsgwc";
+option kind = "vEPC";
+option legacy = "True";
+
+message VSGWCService (Service){
+ option name = "VSGWCService";
+ option verbose_name = "Virtual Serving Gateway Control Plane Service";
+}
+
+message VSGWCTenant (TenantWithContainer){
+ option name = "VSGWCTenant";
+ option verbose_name = "Virtual Serving Gateway Control Plane Tenant";
+ required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
+}