library/GSM_RR_Types: s/MobileAllocation/MobileAllocationLV/g

Change-Id: Ica803221e885b4746fd42c17cd2828c0ef35a6aa
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index bb10a77..3c8be30 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -2092,7 +2092,7 @@
 			   ia.pkt_chan_desc, " vs ", tr_pkt_chan_desc);
 	}
 
-	var MobileAllocation tr_ma := { len := 0, ma := ''B };
+	var MobileAllocationLV tr_ma := { len := 0, ma := ''B };
 	var octetstring ma_oct := bit2oct(ts.ma);
 
 	/* Calculate length of the useful part of Mobile Allocation */