X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=ricxappframe%2Fxapp_rmr.py;fp=ricxappframe%2Fxapp_rmr.py;h=4e5e63585f07e11a97384ec3a7143e14e3750cc5;hb=f9cd5cc676355485c2d9c8bc2be22ddad4874382;hp=601e65a1a86e9268ed0a0bef5ef3cc495af8f30d;hpb=06c2edc43327744be4ef1114fd99edfd111039fa;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