Change-Id: I7cae7c2e1946ebb33d20e23e468284271569f7d9
This commit is contained in:
Neels Hofmeyr 2020-08-25 10:28:57 +00:00
parent 35406248ae
commit 01257aa5a4
1 changed files with 1 additions and 0 deletions

View File

@ -680,6 +680,7 @@ runs on MS_BTS_IFACE_CT {
f_rx_rlcmac_dl_block(dl_block, dl_fn);
if (not match(dl_block, tr_RLCMAC_PACKET_PAG_REQ())) {
log("Failed to match Packet Paging Request: ", dl_block, " vs ", tr_RLCMAC_PACKET_PAG_REQ());
setverdict(fail, "Failed to match Packet Paging Request: ", dl_block, " vs ", tr_RLCMAC_PACKET_PAG_REQ());
f_shutdown(__BFILE__, __LINE__);
}