(VOL-4972)PON and ONU object get apis (the pipeline will fail until
the protos changes (https://gerrit.opencord.org/c/voltha-protos/+/34069)
get merged)
Change-Id: I38c11ae873a24c7b20594b0d484565085f4432a5
diff --git a/protos/Makefile b/protos/Makefile
index 27ea254..0fbca86 100644
--- a/protos/Makefile
+++ b/protos/Makefile
@@ -19,8 +19,7 @@
# This specifies the GIT tag in https://github.com/opencord/voltha-protos
# repo that we need to refer to, to pick the right version of
# openolt.proto, ext_config.proto and tech_profile.proto
-OPENOLT_PROTO_VER ?= v5.2.1
-
+OPENOLT_PROTO_VER ?= v5.4.6
CXX ?= g++
CPPFLAGS += `pkg-config --cflags protobuf grpc` -I googleapis/gens -I./
CXXFLAGS += -std=c++11