library/GSM_RR_Types: s/MobileAllocation/MobileAllocationLV/g

Change-Id: Ica803221e885b4746fd42c17cd2828c0ef35a6aa
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 8a478ba..34fd702 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -248,7 +248,7 @@
 	/* 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 @@
 /***********************************************************************
  * Immediate Assignment / AGCH
  ***********************************************************************/
-private const MobileAllocation c_MA_null := {
+private const MobileAllocationLV c_MA_null := {
 	len := 0,
 	ma := ''B
 }