syntax = "proto3"; package mp; import "mp.body.proto"; import "mp.cqi.proto"; message request { body body = 1; cqi cqi = 2; }