sgsn: f_TC_attach_closed_foreign: fail on recv an Attach Accept

The test expect a reject. Recv an attach accept should fail then.

Change-Id: I8a4ae6aaaa71dabb1d8a2ee7585e624b962a3500
This commit is contained in:
Alexander Couzens 2018-06-12 14:01:34 +02:00
parent f9858658f9
commit 0ca0d9caf1
1 changed files with 3 additions and 0 deletions

View File

@ -706,6 +706,9 @@ private function f_TC_attach_closed_foreign(charstring id) runs on BSSGP_ConnHdl
[] BSSGP.receive(tr_BD_L3_MT(tr_GMM_ATTACH_REJECT(?))) {
setverdict(pass);
}
[] BSSGP.receive(tr_BD_L3_MT(tr_GMM_ATTACH_ACCEPT(*, *, *))) {
setverdict(fail);
}
}
}
testcase TC_attach_closed() runs on test_CT {