fix typo mistake in union PDU_RRM_NW_MS definition

interSystemToEUTRAN_HandoverCommand was mistyped as
interSystemToUTRAN_HandoverCommand

Change-Id: I67d08c63fc01cabfb6b1d99b150f8deda940eec1
Signed-off-by: Stefan Sperling <ssperling@sysmocom.de>
Signed-off-by: Harald Welte <laforge@gnumonks.org>
diff --git a/src/MobileL3_RRM_Types.ttcn b/src/MobileL3_RRM_Types.ttcn
index 3525c67..c2dda11 100644
--- a/src/MobileL3_RRM_Types.ttcn
+++ b/src/MobileL3_RRM_Types.ttcn
@@ -1822,7 +1822,7 @@
                 packetNotification,                     messageType = '01001110'B;
                 interSystemToUTRAN_HandoverCommand,     messageType = '01100011'B;
                 interSystemToCDMA2000HandoverCommand,   messageType = '01100100'B;
-                interSystemToUTRAN_HandoverCommand,     messageType = '01100110'B;
+                interSystemToEUTRAN_HandoverCommand,    messageType = '01100110'B;
 )"};
 
 }//end of module