Use blocking get call w/ timeout to read msg queue
Add parameters to the queue get method in the xapp_frame loop that reads
messages so it waits for a message to arrive and occasionally checks for
the end-loop flag, instead of spinning the CPU at 100% while waiting.
Upgrade all to use the latest RMR, version 4.0.5.
Tweak the example xapps to emit their names in log messages.
Improve documentation especially the package overview shown at PyPI.
Issue-ID: RIC-354
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I08692e6ef60d199cb0b92c1c99740ae808b8885c
diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst
index 0785c40..088490f 100755
--- a/docs/installation-guide.rst
+++ b/docs/installation-guide.rst
@@ -6,12 +6,8 @@
Installation Guide
==================
-.. contents::
- :depth: 3
- :local:
-
-The `ricxappframe` is available in `PyPi <https://pypi.org/project/ricxappframe>`_ .
-Use pip to install the version you want.
+The `ricxappframe` is available in `PyPI <https://pypi.org/project/ricxappframe>`_ .
+Use pip to install the version required.
Installing the ricxappframe package does NOT install the required RMR system library,
a shared object written in C and available for most Linux systems.