From 80c1baa71e8eb8bd5955fc58ea58fe881d52e3b3 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 10 Nov 2020 17:45:31 +0100 Subject: RLCMAC: Fix stall_ind param not used Change-Id: Ie1b6c66467028da8f93ccc42e5048daca3b68192 --- library/RLCMAC_Templates.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library') diff --git a/library/RLCMAC_Templates.ttcn b/library/RLCMAC_Templates.ttcn index b18c8dba..9722f43c 100644 --- a/library/RLCMAC_Templates.ttcn +++ b/library/RLCMAC_Templates.ttcn @@ -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, -- cgit v1.2.3