Add configuration-change API 47/4147/3
authorLott, Christopher (cl778h) <cl778h@att.com>
Tue, 16 Jun 2020 20:12:26 +0000 (16:12 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 24 Jun 2020 13:35:36 +0000 (09:35 -0400)
commite87ea199767eccd9a2e51346d7c38a84c7e16d46
tree9c32e2ed5c56f16ebab874765e98fef792d83e10
parent37f008ee7c54649c816b82cb538206dee1dc12c8
Add configuration-change API

If a configuration file path is defined in an environment variable,
use the Linux kernel's inotify feature to define a watcher on that file.
Xapps that subclass RMRXapp can supply a configuration-change handler
that the framework invokes on write events by polling the watcher.
Xapps that subclass Xapp must invoke a method to poll the watcher.

Bump version to 1.3.0

Issue-ID: RIC-425
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I070b36bc7e5a9dcd66c08da0304f7bf9e6a794a1
docs/index.rst
docs/release-notes.rst
docs/requirements-docs.txt
docs/user-guide.rst
ricxappframe/xapp_frame.py
ricxappframe/xapp_sdl.py
setup.py
tests/test_config.py [new file with mode: 0644]
tests/test_xapps.py
tox.ini