X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ricxappframe%2Fxapp_rmr.py;h=4e5e63585f07e11a97384ec3a7143e14e3750cc5;hb=refs%2Fchanges%2F16%2F2716%2F6;hp=601e65a1a86e9268ed0a0bef5ef3cc495af8f30d;hpb=99a0b48593f885940b66e80edbdc2840242b5fd8;p=ric-plt%2Fxapp-frame-py.git diff --git a/ricxappframe/xapp_rmr.py b/ricxappframe/xapp_rmr.py index 601e65a..4e5e635 100644 --- a/ricxappframe/xapp_rmr.py +++ b/ricxappframe/xapp_rmr.py @@ -96,7 +96,6 @@ class RmrLoop: def stop(self): """ sets a flag that will cleanly stop the thread - note, this does not yet have a use yet for xapps to call, however this is very handy during unit testing. """ mdc_logger.debug("Stopping rmr thread. Waiting for last iteration to finish..") self._keep_going = False