gbproxy: Wait longer for BVC unblocking at start-up

When using NS_Provider_FR, the FR links need some more seconds to come
up than the NS_Provider_IP.

Change-Id: Idf80cf6119b67393fe5cbc0c93f5715daddcae0a
This commit is contained in:
Harald Welte 2020-11-17 19:22:58 +01:00
parent 3dd21b3307
commit d280127e0e
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ function f_init() runs on test_CT {
}
/* wait until all BVC are unblocked on both sides */
timer T := 5.0;
timer T := 15.0;
T.start;
alt {
[] SGSN_MGMT.receive(BssgpStatusIndication:{*, ?, BVC_S_UNBLOCKED}) -> value bsi {