BSC_Tests/hopping: fix ArfcnList: use GsmArfcn instead of integer

Change-Id: I63adf2ffaaf789a97d29ec5c1b7b7a551e56769c
Related: SYS#4868, OS#4545
This commit is contained in:
Vadim Yanitskiy 2020-09-13 01:27:40 +07:00 committed by fixeria
parent 7fefceea71
commit bc6654a3fe
1 changed files with 1 additions and 1 deletions

View File

@ -6845,7 +6845,7 @@ testcase TC_emerg_premption() runs on test_CT {
}
/* Hopping parameters per a timeslot */
private type record length(0..64) of integer ArfcnList;
private type record length(0..64) of GsmArfcn ArfcnList;
private type record FHParamsTs {
boolean enabled,
uint6_t hsn,