VOL-1493 VOL-1454: Add new interadaptermessage types.

Needed for onu indications before omci even starts.
This is typical of OLT that have separate states for discovering
an onu (before onu id is assigned) versus PLOAM activation
(after onu id assigned).   The ONU_IND lets other adapters know
and act on the ploam activation or deactivation.

Change-Id: Ic741fe7114ee68c9ad22336df476701257a1c5b5
diff --git a/protos/voltha_protos/inter_container.proto b/protos/voltha_protos/inter_container.proto
index 8e160ce..207828b 100644
--- a/protos/voltha_protos/inter_container.proto
+++ b/protos/voltha_protos/inter_container.proto
@@ -97,6 +97,8 @@
         OMCI_RESPONSE = 3;
         METRICS_REQUEST = 4;
         METRICS_RESPONSE = 5;
+        ONU_IND_REQUEST = 6;
+        ONU_IND_RESPONSE = 7;
     }
 }