pcu: Call f_shutdown if BSN doesn't match

Change-Id: I208f5100f9891874a8a61510edc8c5d215570b14
This commit is contained in:
Pau Espin 2020-11-13 11:50:09 +01:00
parent aa0d7ccf6a
commit e582f20aa3
1 changed files with 1 additions and 0 deletions

View File

@ -910,6 +910,7 @@ runs on MS_BTS_IFACE_CT {
if (not match(data_block.mac_hdr.hdr_ext.bsn, exp_bsn)) {
setverdict(fail, "DL block BSN doesn't match: ",
data_block.mac_hdr.hdr_ext.bsn, " vs exp ", exp_bsn);
f_shutdown(__BFILE__, __LINE__);
}
if (lengthof(data_block.blocks) < 1) {