blob: ea64d773a516aa8f6ed9612a265a4126d0ccfdfc [file] [log] [blame]
Yunpeng Zhanga2c27332017-08-15 23:00:11 -04001option name = "vSGWU";
2option verbose_name = "Virtual Serving Gateway User Plane";
3option app_label = "vsgwu";
4option kind = "vEPC";
5option legacy = "True";
6
7message VSGWUService (Service){
8 option name = "VSGWUService";
9 option verbose_name = "Virtual Serving Gateway User Plane Service ";
10}
11
12message VSGWUTenant (TenantWithContainer){
13 option name = "VSGWUTenant";
14 option verbose_name = "Virtual Serving Gateway User Plane Tenant";
15 required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
16}