blob: 07b24f32c99f7a30c48a0a4f6b2426dc2f49dd05 [file] [log] [blame]
Omar Abdelkader9bd2c8d2017-08-07 19:21:02 -06001option name = "vBBU";
2option verbose_name = "Virtual Broadband Base Unit";
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -04003option app_label = "vbbu";
Omar Abdelkader316ccb32017-07-24 17:28:09 -07004option kind = "vRAN";
Omar Abdelkader7e5b3d32017-08-03 14:50:55 -07005option legacy = "True";
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -04006
7message VBBUService (Service){
Omar Abdelkader9bd2c8d2017-08-07 19:21:02 -06008 option name = "VBBUService";
9 option verbose_name = "Virtual Broadband Base Unit Service";
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040010}
11
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040012message VBBUTenant (TenantWithContainer){
Omar Abdelkader9bd2c8d2017-08-07 19:21:02 -060013 option name = "VBBUTenant";
14 option verbose_name = "Virtual Broadband Base Unit Tenant";
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -040015 required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
16}