pcu: Fix f_dl_block_ack_fn for Dl EGPRS data block

Change-Id: I012b18ef084df0faa4cce79c4778e793af39b199
This commit is contained in:
Pau Espin 2020-11-12 21:05:11 +01:00
parent afdd28d73b
commit aa0d7ccf6a
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ runs on MS_BTS_IFACE_CT return uint32_t {
/* The argument must be either a GPRS or EGPRS data block */
if (ischosen(dl_block.data_egprs)) {
rrbp_valid := true; /* always valid */
rrbp_valid := dl_block.data_egprs.mac_hdr.esp != '00'B;
rrbp := dl_block.data_egprs.mac_hdr.rrbp;
} else if (ischosen(dl_block.data)) {
rrbp_valid := dl_block.data.mac_hdr.mac_hdr.rrbp_valid;