[VOL-4466] proto changes new rpc to send multi onu sw sections

Change-Id: I17a1d69ed5b3941eb9967aae63fa714fc6e0b8a7
diff --git a/protos/voltha_protos/inter_adapter.proto b/protos/voltha_protos/inter_adapter.proto
index e622ce9..2051b39 100755
--- a/protos/voltha_protos/inter_adapter.proto
+++ b/protos/voltha_protos/inter_adapter.proto
@@ -22,6 +22,14 @@
     string child_device_id = 5;
 }
 
+message OmciMessages {
+    repeated bytes messages = 1;
+    common.ConnectStatus.Types connect_status = 2;
+    device.Device.ProxyAddress proxy_address = 3;
+    string parent_device_id = 4;
+    string child_device_id = 5;
+}
+
 message TechProfileDownloadMessage {
     string device_id = 1;
     uint32 uni_id = 2;