blob: 46f0e728ae5bc9ab13ef6078508df015791dd994 [file] [log] [blame]
option name = "vSGWU";
option verbose_name = "Virtual Serving Gateway -- User Plane";
option app_label = "vsgwu";
option kind = "vEPC";
option legacy = "True";
message VSGWUService (Service){
option name = "VSGWUService";
option verbose_name = "Virtual Serving Gateway -- User Plane Service ";
}
message VSGWUTenant (TenantWithContainer){
option name = "VSGWUTenant";
option verbose_name = "Virtual Serving Gateway -- User Plane Tenant";
required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}