VOL-1623-meter support and handling  techprofile and fix for flow delete , now migrated to onosproject/onos:1.13.9-rc4

Change in flowupdate API towards adapters

Remove meter_get API from adapter to core

Added dependent vendor library files downloaded  by "dep-ensure -update"

Added techprofile changes in the single commit

Review comments are addressed

submiting patch for  integration tests for meter changes and modifications in unit test for updated flow decomposer logic
  - submitting on behalf of "Salman.Siddiqui@radisys.com"

Load test for meter updated and other flow management test cases with meter
- Performed load test for 1K meters serially and parallely and added more TC in flow management

Rebased

Load test for meter updated and other flow management test cases with meter
- Performed load test for 1K meters serially and parallely and added more TC in flow management
- submitting on behalf of "Salman.Siddiqui@radisys.com"

pulled latest protos

verified EAPOL/DHCP/HSIA data with Edgecore OLT & TW ONT kit for one subcriber
verified delete/re-add is working end to end for the same subscriber

Change-Id: Idb232b7a0f05dc0c7e68266ac885740a3adff317
diff --git a/Gopkg.lock b/Gopkg.lock
index f5825ef..ab75a27 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -300,8 +300,7 @@
   version = "1.0.1"
 
 [[projects]]
-  branch = "master"
-  digest = "1:d586f927d55891fbfee6e6ef98ed498fed401afe2222f81ba7a472d628f4de7a"
+  digest = "1:5ede0ad5117fba74316edc0e824a820b8e3f7fa7e7a9bbbe6807a074dab26360"
   name = "github.com/opencord/voltha-protos"
   packages = [
     "go/afrouter",
@@ -309,11 +308,12 @@
     "go/inter_container",
     "go/omci",
     "go/openflow_13",
-    "go/openolt",
+    "go/tech_profile",
     "go/voltha",
   ]
   pruneopts = "T"
-  revision = "f98ca1386c16a1c767dc8642cae9d1bdae8ec43a"
+  revision = "792553b747df7f751d864f7c638aa5b667c0993e"
+  version = "1.0.0"
 
 [[projects]]
   branch = "master"
@@ -787,7 +787,7 @@
     "github.com/opencord/voltha-protos/go/inter_container",
     "github.com/opencord/voltha-protos/go/omci",
     "github.com/opencord/voltha-protos/go/openflow_13",
-    "github.com/opencord/voltha-protos/go/openolt",
+    "github.com/opencord/voltha-protos/go/tech_profile",
     "github.com/opencord/voltha-protos/go/voltha",
     "github.com/stretchr/testify/assert",
     "go.etcd.io/etcd/clientv3",