Change in ...osmo-ttcn3-hacks[master]: library/GSM_RR_Types.ttcn: fix 'Assignment' vs 'Allocation' confusion

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.org
Sun Sep 29 13:36:56 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15622 )

Change subject: library/GSM_RR_Types.ttcn: fix 'Assignment' vs 'Allocation' confusion
......................................................................

library/GSM_RR_Types.ttcn: fix 'Assignment' vs 'Allocation' confusion

Change-Id: I8cbdfa891c56fda539d5997201c90f07c7f8307e
---
M library/GSM_RR_Types.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn
index 7351cdf..965708f 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -780,11 +780,11 @@
 						     template uint3_t usf := ?,
 						     template BIT1 usf_granularity := ?,
 						     template ChCodingCommand cs := ?) := {
-		presence := '1'B, /* Dynamic Assignment */
+		presence := '1'B, /* Dynamic Block Allocation */
 		dynamic := {
 			tfi_assignment := tfi,
 			polling := polling,
-			spare := '0'B, /* Dynamic Assignment (mandatory after Rel-4) */
+			spare := '0'B, /* Dynamic Block Allocation (mandatory after Rel-4) */
 			usf := usf,
 			usf_granularity := usf_granularity,
 			p0_present := ?,
@@ -805,7 +805,7 @@
 	};
 
 	template PacketUlAssign tr_PacketUlSglAssign := {
-		presence := '0'B, /* Single Block Assignment */
+		presence := '0'B, /* Single Block Allocation */
 		dynamic := omit,
 		single := {
 			alpha_present := ?,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15622
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: I8cbdfa891c56fda539d5997201c90f07c7f8307e
Gerrit-Change-Number: 15622
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
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/20190929/4f93ef57/attachment.htm>


More information about the gerrit-log mailing list