RLCMAC: Fix stall_ind param not used

Change-Id: Ie1b6c66467028da8f93ccc42e5048daca3b68192
This commit is contained in:
Pau Espin 2020-11-10 17:45:31 +01:00 committed by laforge
parent d077075b5e
commit 80c1baa71e
1 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ module RLCMAC_Templates {
mac_hdr := {
payload_type := MAC_PT_RLC_DATA,
countdown := cv,
stall_ind := false,
stall_ind := stall,
retry := false,
spare := '0'B,
pfi_ind := false,
@ -403,7 +403,7 @@ module RLCMAC_Templates {
mac_hdr := {
payload_type := MAC_PT_RLC_DATA,
countdown := cv,
stall_ind := false,
stall_ind := stall,
retry := false,
spare := '0'B,
pfi_ind := false,