aboutsummaryrefslogtreecommitdiffstats
path: root/bts/BTS_Tests.ttcn
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-08-25 03:55:32 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-08-28 05:55:58 +0700
commit3b464a9812200d33ea28e8bf94a320c26930174d (patch)
treeda0cee4f4b2bee57dec71752271139ab04a2d0e2 /bts/BTS_Tests.ttcn
parentb51c0879e14f11e57bfd3be097d8b028cfdb8c16 (diff)
library/GSM_RR_Types: s/MobileAllocation/MobileAllocationLV/g
Diffstat (limited to 'bts/BTS_Tests.ttcn')
-rw-r--r--bts/BTS_Tests.ttcn4
1 files changed, 2 insertions, 2 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 8a478ba9..34fd7028 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -248,7 +248,7 @@ type record ConnHdlrPars {
/* Frequency hopping parameters (disabled if absent) */
MaioHsn maio_hsn optional,
/* MA bitmap to be indicated in RR Immediate Assignment */
- MobileAllocation ma_map,
+ MobileAllocationLV ma_map,
/* The actual Mobile Allocation (ARFCN list) to be used */
L1ctlMA ma
}
@@ -3546,7 +3546,7 @@ testcase TC_paging_tmsi_200percent() runs on test_CT {
/***********************************************************************
* Immediate Assignment / AGCH
***********************************************************************/
-private const MobileAllocation c_MA_null := {
+private const MobileAllocationLV c_MA_null := {
len := 0,
ma := ''B
}