VOL-4077: Add onu-id and uni-id in PacketIndication message
- The openolt-agent application shall pass this information
  for PacketIndication message arriving from the PON port.

Change-Id: I940c8e6dd14228fe5b3528a0f2fdb51f5a40c5b5
diff --git a/protos/voltha_protos/openolt.proto b/protos/voltha_protos/openolt.proto
index d40a73f..df94fcc 100644
--- a/protos/voltha_protos/openolt.proto
+++ b/protos/voltha_protos/openolt.proto
@@ -320,6 +320,8 @@
 message PacketIndication {
     string intf_type = 5;		// nni, pon, unknown
     fixed32 intf_id = 1;
+    fixed32 onu_id = 8;
+    fixed32 uni_id = 9;
     fixed32 gemport_id = 2;
     fixed32 flow_id = 3;
     fixed32 port_no = 6;