4g-iperf-*: registers one UE in the iperf parameterized tests in the 4g test suite.

Registers the first UE in the enb for the parameterized tests (iperf3-bidir, iperf3-dl and iperf3-ul).
This will be modified once the enb supports more than one UE.

Change-Id: Idfb641fe9fab83179d00d265e26fd231d5977081
This commit is contained in:
AlaiaL 2021-05-10 17:24:14 +02:00 committed by Alejandro Leal Conejos
parent 04d9aae5b6
commit ffa35e4715
3 changed files with 3 additions and 6 deletions

View File

@ -41,8 +41,7 @@ for n in range(0, nof_ue):
epc.subscriber_add(ue[n])
epc.start()
for n in range(0, nof_ue):
enb.ue_add(ue[n])
enb.ue_add(ue[0])
enb.start(epc)
print('waiting for ENB to connect to EPC...')

View File

@ -41,8 +41,7 @@ for n in range(0, nof_ue):
epc.subscriber_add(ue[n])
epc.start()
for n in range(0, nof_ue):
enb.ue_add(ue[n])
enb.ue_add(ue[0])
enb.start(epc)
print('waiting for ENB to connect to EPC...')

View File

@ -41,8 +41,7 @@ for n in range(0, nof_ue):
epc.subscriber_add(ue[n])
epc.start()
for n in range(0, nof_ue):
enb.ue_add(ue[n])
enb.ue_add(ue[0])
enb.start(epc)
print('waiting for ENB to connect to EPC...')