commit | f32ebd91b86187435b598685bc113d4bce64e562 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@opennetworking.org> | Mon Apr 23 18:52:26 2018 +0000 |
committer | Shad Ansari <shad@opennetworking.org> | Mon Apr 23 18:52:26 2018 +0000 |
tree | 034ea6f8545920837b42e89600a7a52b633940bd | |
parent | 6b5b367b3b87297e50c17ef8a64fb5c79eb46393 [diff] |
Fix typo Change-Id: Idce23442b438976eb0c9e388e93598bc66b1276f
diff --git a/openolt.proto b/openolt.proto index 4577e42..5207bb6 100644 --- a/openolt.proto +++ b/openolt.proto
@@ -50,7 +50,7 @@ OnuDiscIndication onu_disc_ind = 4; OnuIndication onu_ind = 5; OmciIndication omci_ind = 6; - PacketIndication data_ind = 7; + PacketIndication pkt_ind = 7; } }