RIC-642 related changes: REST subscription, rnib enhancements, symptomdata, rest...
[ric-plt/xapp-frame-py.git] / examples / start.sh
diff --git a/examples/start.sh b/examples/start.sh
new file mode 100755 (executable)
index 0000000..be6b107
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+export RMR_SEED_RT=/opt/ric/config/xapp-test.rt
+python3 ./xapp_test.py -xapp xapp-test -config /opt/ric/config/config-file.json -service xapp-test &
+while [ 1 ]; do
+       # just dummy sleep command
+       sleep 60
+done