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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: rlcmac: Fix name of RRBP_Nplus21_or_22_mod_2715648
......................................................................
rlcmac: Fix name of RRBP_Nplus21_or_22_mod_2715648
It's RRBP_Nplus12_or_22_mod_2715648 not RRBP_Nplus22_or_22_mod_2715648
Change-Id: Idb2ab447611a0571292b8cb31e9f279d0e98966f
---
M library/RLCMAC_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/RLCMAC_Types.ttcn b/library/RLCMAC_Types.ttcn
index a03dd86..a30a43c 100644
--- a/library/RLCMAC_Types.ttcn
+++ b/library/RLCMAC_Types.ttcn
@@ -17,7 +17,7 @@
type enumerated MacRrbp {
RRBP_Nplus13_mod_2715648 ('00'B),
RRBP_Nplus17_or_18_mod_2715648 ('01'B),
- RRBP_Nplus22_or_22_mod_2715648 ('10'B),
+ RRBP_Nplus21_or_22_mod_2715648 ('10'B),
RRBP_Nplus26_mod_2715648 ('11'B)
} with { variant "FIELDLENGTH(2)" };
--
To view, visit https://gerrit.osmocom.org/7072
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idb2ab447611a0571292b8cb31e9f279d0e98966f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder