[VOL-1034] This commit consists of:
1) Implement PM collections from the ONU
2) Update the Registration method to include for the adapter type
and its supported device types.

Change-Id: Id984468546328b6ebf2ca47578675c69b2b66f01
diff --git a/protos/core_adapter.proto b/protos/core_adapter.proto
index 8b52a56..c995b0d 100644
--- a/protos/core_adapter.proto
+++ b/protos/core_adapter.proto
@@ -97,8 +97,8 @@
 }
 
 message InterAdapterResponseBody {
-    bool success = 1;
-    google.protobuf.Any result = 2;
+    bool status = 1;
+    google.protobuf.Any body = 2;
 }
 
 message InterAdapterMessage {