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

Change-Id: I8cbdfa891c56fda539d5997201c90f07c7f8307e
This commit is contained in:
Vadim Yanitskiy 2019-09-29 20:17:10 +07:00
parent eb57062ab8
commit 06ca64dcf7
1 changed files with 3 additions and 3 deletions

View File

@ -780,11 +780,11 @@ module GSM_RR_Types {
template uint3_t usf := ?, template uint3_t usf := ?,
template BIT1 usf_granularity := ?, template BIT1 usf_granularity := ?,
template ChCodingCommand cs := ?) := { template ChCodingCommand cs := ?) := {
presence := '1'B, /* Dynamic Assignment */ presence := '1'B, /* Dynamic Block Allocation */
dynamic := { dynamic := {
tfi_assignment := tfi, tfi_assignment := tfi,
polling := polling, polling := polling,
spare := '0'B, /* Dynamic Assignment (mandatory after Rel-4) */ spare := '0'B, /* Dynamic Block Allocation (mandatory after Rel-4) */
usf := usf, usf := usf,
usf_granularity := usf_granularity, usf_granularity := usf_granularity,
p0_present := ?, p0_present := ?,
@ -805,7 +805,7 @@ module GSM_RR_Types {
}; };
template PacketUlAssign tr_PacketUlSglAssign := { template PacketUlAssign tr_PacketUlSglAssign := {
presence := '0'B, /* Single Block Assignment */ presence := '0'B, /* Single Block Allocation */
dynamic := omit, dynamic := omit,
single := { single := {
alpha_present := ?, alpha_present := ?,