This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21092 )
Change subject: RLCMAC: Fix stall_ind param not used
......................................................................
RLCMAC: Fix stall_ind param not used
Change-Id: Ie1b6c66467028da8f93ccc42e5048daca3b68192
---
M library/RLCMAC_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/RLCMAC_Templates.ttcn b/library/RLCMAC_Templates.ttcn
index b18c8db..9722f43 100644
--- a/library/RLCMAC_Templates.ttcn
+++ b/library/RLCMAC_Templates.ttcn
@@ -382,7 +382,7 @@
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 @@
mac_hdr := {
payload_type := MAC_PT_RLC_DATA,
countdown := cv,
- stall_ind := false,
+ stall_ind := stall,
retry := false,
spare := '0'B,
pfi_ind := false,
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21092
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ie1b6c66467028da8f93ccc42e5048daca3b68192
Gerrit-Change-Number: 21092
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201111/e34254c0/attachment.htm>