Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
1620
-
Highest
Description
While making rpc call on mounted schema ODL tries to find the provided rpc in available schema and
according to current scenario
1. ODL tries to find the qname for the given module and node name from global schema (which has schemas for local netconf sever) instead of mounted schema.
2. ODL tries to lookup for the remote rpc into the global schema which has only module belong to local netconf server instead of mounted point schema
due to which it returns validName and rpcDefinition as null.
both of above scnearios should be corrected for successful rpc call on mounted schema.
onGlobalContextUpdated method need to updated in a way that it adds the mounted schema to the map of already available schemas so that rpc calls of both the server(local and mounted schema) can work fine.