pcu: TC_bssgp_dl_unitdata_with_invalid_imsi: Expect BSSGP STATUS on correct port

Change-Id: I0457302fef24a362f0720247ea653b06af9e1c87
This commit is contained in:
Pau Espin 2021-01-25 18:51:33 +01:00 committed by laforge
parent 2abbba90f1
commit f7e947af0b
1 changed files with 1 additions and 1 deletions

View File

@ -2644,7 +2644,7 @@ testcase TC_bssgp_dl_unitdata_with_invalid_imsi() runs on RAW_PCU_Test_CT {
/* Now SGSN sends some DL data with an invalid IMSI */
BSSGP[0].send(ts_BSSGP_DL_UD(ms.tlli, data, imsi := ts_BSSGP_IMSI('1122'H)));
BSSGP_SIG[0].receive(tr_BSSGP_STATUS(omit, BSSGP_CAUSE_CONDITIONAL_IE_ERROR, ?));
BSSGP_GLOBAL[0].receive(tr_BSSGP_STATUS(omit, BSSGP_CAUSE_CONDITIONAL_IE_ERROR, ?));
/* TODO: make sure no data is sent over PCU -> MS */