Uploaded image for project: 'Common Controller SDK'
  1. Common Controller SDK
  2. CCSDK-1886

Netconf client invoke_rpc always fails even if it looks as if it succeeds.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • El Alto Release, Frankfurt Release

      Slightly convoluted issue, but it turns out that that message-id parameter should always be handled by the netconf client.

      User-specified message-id in <rpc call is handled differently from other methods as it has the ability to specify a full <rpc .... xmlns="...."  header to allow any vendor-specific RPC call.

      Netconf client had an issue where the expected message id came from auto-incremented integer. Reply from device (<rpc-reply message-id="originalMessageId") , but netconf client was waiting to receive back a message with the message-id from the auto-incremented int. Within the given timeout, it never receives the ID it expects, hence invoke_rpc always returned an exception.

            omimtl omimtl
            omimtl omimtl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: