Commit 294f15c0 authored by Lu Xu's avatar Lu Xu 👀

fixup

parent ec5d30d2
......@@ -66,7 +66,7 @@ class LopcommNetconfClient:
# Filter not compatible between ncclient and netconf server
#result = self.conn.create_subscription(filter=('xpath', '/o-ran-fm:*'))
sub = self.conn.create_subscription(stream_name='o-ran-supervision')
sub = self.conn.create_subscription(filter=('stream', 'o-ran-supervision'))
self.logger.info('Subscription to %s successful' % (self.address,))
def get_notification(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment