Commit ec5d30d2 authored by Lu Xu's avatar Lu Xu 👀

software/ors-amarisoft: add supervision

parent 24442841
......@@ -28,7 +28,7 @@ md5sum = c930c28365c685a6066f382c9b5d8893
[lopcomm-rrh-stats.jinja2.py]
_update_hash_filename_ = lopcomm-rrh-stats.jinja2.py
md5sum = 6d6cc0c311ff4fe807e919ce3cb3d0d8
md5sum = 782984c152240b9a80e2efd2c5726cd1
[lopcomm-rrh-config.jinja2.py]
_update_hash_filename_ = lopcomm-rrh-config.jinja2.py
......
......@@ -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()
sub = self.conn.create_subscription(stream_name='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