The commit consists of:

1) Support metadata (e.g. get-depth) for rpc request.
2) Support parameters in rpc requests
3) Generate the code for netconf rpc to Voltha grpc mapping
4) Initial Support custom rpc requests (those defined in the voltha YANG schemas).

Change-Id: I24dc7fd75b5f71d0d8591637579672b25fda57ec
diff --git a/netconf/protos/Makefile b/netconf/protos/Makefile
index 5a5da58..94bfaab 100644
--- a/netconf/protos/Makefile
+++ b/netconf/protos/Makefile
@@ -52,6 +52,7 @@
 	rm -f $(PROTO_PB2_FILES) $(PROTO_DESC_FILES)
 	rm $(TARGET_YANG_OPTION_DIR)/$(YANG_OPTION_FILE)
 	rm $(TARGET_PROTO_DIR)/*.py
+	rm $(TARGET_PROTO_DIR)/*.pyc