pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/mncc-python/+/39142?usp=email )
Change subject: cosmetic: mncc_mt_loadgen.py: Fix trailing whitespace ......................................................................
cosmetic: mncc_mt_loadgen.py: Fix trailing whitespace
Change-Id: I8581e7837df29daa2a0fd1676cc730345872b0d5 --- M mncc_mt_loadgen.py 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/mncc-python refs/changes/42/39142/1
diff --git a/mncc_mt_loadgen.py b/mncc_mt_loadgen.py index 9a88066..8e7a65b 100755 --- a/mncc_mt_loadgen.py +++ b/mncc_mt_loadgen.py @@ -148,7 +148,7 @@ self.mncc_act.tell({'type': 'send', 'msg': mncc_rtp_conn}) elif message['type'] == 'call_state_change': if message['new_state'] == 'NULL': - # Call FSM has reached the NULL state again (call terminated) + # Call FSM has reached the NULL state again (call terminated) # on_stop() will clean up the RTP connection at rtpsource self.stop()