EndpointRpc provider in groupbasedpolicy
[groupbasedpolicy.git] / groupbasedpolicy / src / main / yang / groupbasedpolicy-impl.yang
index b03f020c23098332b2b5d56b46c0de707b6071ee..807b677c1f37f0f3253397e2d88335819f6735cf 100755 (executable)
@@ -43,6 +43,15 @@ module groupbasedpolicy-impl {
                     }
                 }
             }
+            //RPC Registry
+            container rpc-registry {
+                uses config:service-ref {
+                    refine type {
+                        mandatory true;
+                        config:required-identity mdsal:binding-rpc-registry;
+                    }
+                }
+            }
         }
     }
 }