Change in mncc-python[master]: mncc_{test, mt_loedgen}.py: don't start calls automatically

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Mar 8 22:48:46 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/mncc-python/+/17404 )

Change subject: mncc_{test,mt_loedgen}.py: don't start calls automatically
......................................................................

mncc_{test,mt_loedgen}.py: don't start calls automatically

Change-Id: I3173b94f5a5b8baea4a111193a7894b673272a24
---
M mncc_mt_loadgen.py
M mncc_test.py
2 files changed, 12 insertions(+), 10 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/mncc_mt_loadgen.py b/mncc_mt_loadgen.py
index a7daabf..b0862eb 100755
--- a/mncc_mt_loadgen.py
+++ b/mncc_mt_loadgen.py
@@ -173,8 +173,12 @@
     call_conn.start_call(msisdn_called, msisdn_calling)
     return call_conn
 
-# start one call automatically
-mt_call('90001')
+log.info("")
+log.info("")
+log.info("Start calls by typing:")
+log.info("    mt_call('90001')")
+log.info("")
+log.info("")
 
 # start a shell to enable the user to add more calls as needed
 vars = globals().copy()
diff --git a/mncc_test.py b/mncc_test.py
index 508c5be..90610e4 100755
--- a/mncc_test.py
+++ b/mncc_test.py
@@ -65,15 +65,13 @@
     return call_conn
 
 # start a first bogus call
-connect_call("7839", "3802")
-connect_call("3809", "3814")
-connect_call("3805", "3806")
-connect_call("3812", "3815")
-connect_call("3807", "3811")
-connect_call("3804", "3808")
-connect_call("3803", "3813")
 
-time.sleep(1)
+log.info("")
+log.info("")
+log.info("Start calls by typing:")
+log.info('    connect_call("90001", "90002")')
+log.info("")
+log.info("")
 
 # start a shell to enable the user to add more calls as needed
 vars = globals().copy()

-- 
To view, visit https://gerrit.osmocom.org/c/mncc-python/+/17404
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: mncc-python
Gerrit-Branch: master
Gerrit-Change-Id: I3173b94f5a5b8baea4a111193a7894b673272a24
Gerrit-Change-Number: 17404
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200308/515feb93/attachment.htm>


More information about the gerrit-log mailing list