mncc_test2.py: Start 14 call legs (1TRX TCH/H config)

This commit is contained in:
Harald Welte 2015-12-02 00:17:50 +01:00
parent 3d058cf657
commit 74cd98fcf4
1 changed files with 7 additions and 1 deletions

View File

@ -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)