aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-09-29 20:17:10 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-09-29 20:17:10 +0700
commit06ca64dcf71c85e4605ba97b1fecf69ef21dcfc9 (patch)
tree13a461b5a5c6cf34ddf4a8d73efa232104ce7094
parenteb57062ab82707371c1b51c7133a70e99478d08e (diff)
library/GSM_RR_Types.ttcn: fix 'Assignment' vs 'Allocation' confusion
-rw-r--r--library/GSM_RR_Types.ttcn6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn
index 7351cdfe..965708f9 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -780,11 +780,11 @@ module GSM_RR_Types {
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 @@ module GSM_RR_Types {
};
template PacketUlAssign tr_PacketUlSglAssign := {
- presence := '0'B, /* Single Block Assignment */
+ presence := '0'B, /* Single Block Allocation */
dynamic := omit,
single := {
alpha_present := ?,