aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-02 00:17:50 +0100
committerHarald Welte <laforge@gnumonks.org>2015-12-02 00:17:50 +0100
commit74cd98fcf4b049e5b985a266b03c8c14a2952a5c (patch)
tree6bcc015596ab58a5ac16fc9242cb181b21cc2d25
parent3d058cf6579923e2864ca2bd55f0a4cd41f0ea54 (diff)
mncc_test2.py: Start 14 call legs (1TRX TCH/H config)
-rwxr-xr-xmncc_test2.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/mncc_test2.py b/mncc_test2.py
index 1129cc7..8a07265 100755
--- a/mncc_test2.py
+++ b/mncc_test2.py
@@ -51,7 +51,13 @@ def connect_call(msisdn_a, msisdn_b):
return call_conn
# start a first bogus call
-connect_call("1234", "6789")
+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)