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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged