gbproxy: Fix as_count_bvc_block()

we must continue to wait for more BVC-BLOCK after receiving the first one

Change-Id: I4664899414869fe373d31bc72f6c1dcfbcc9071c
This commit is contained in:
Harald Welte 2020-12-07 14:36:35 +01:00 committed by daniel
parent d4fb73cd1c
commit b2647f7135
1 changed files with 1 additions and 0 deletions

View File

@ -2151,6 +2151,7 @@ runs on test_CT {
var BSSGP_BVC_CT sgsn_bvc_ct := f_get_sgsn_bvc_ct(sgsn_idx, bvci);
[] SGSN_MGMT.receive(tr_BssgpStsInd(?, bvci, BVC_S_BLOCKED)) from sgsn_bvc_ct {
roi := roi & { bvci };
repeat;
}
}
/* reset the signaling BVC from one BSS; expect no signaling BVC reset on SGSN; but BVC-BLOCK for PTP */