gbproxy: Fix TC_fc_bvc() with more than one SGSN

The altstep was missing the "repeat" at the end, causing it to abort
early and reporting a test failure which actually didn't exist.

Change-Id: I0ec9aa06fa9ec25b2047c1e795e28eeefd6bc7d2
This commit is contained in:
Harald Welte 2021-01-15 21:07:52 +01:00
parent dbd5e677ce
commit 5fb0174dbe
1 changed files with 1 additions and 0 deletions

View File

@ -2430,6 +2430,7 @@ runs on GlobalTest_CT {
if (ispresent(tx_reply)) {
G_SGSN[sgsn_idx].send(tx_reply);
}
repeat;
}
}
/* Send FC-BVC from simulated PCU; expect each SGSN to receive it; expect PCU to receive ACK */