Fix typo: REL_REL_MODE_LOCAL -> RSL_REL_MODE_LOCAL

Change-Id: I2f55aebff776bf7b63d60573f9131da01921d91c
diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index 64025a5..fa1d928 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -1080,7 +1080,7 @@
 	/* 9.3.20 */
 	type enumerated RSL_IE_ReleaseMode {
 		RSL_REL_MODE_NORMAL	('00'B),
-		REL_REL_MODE_LOCAL	('01'B)
+		RSL_REL_MODE_LOCAL	('01'B)
 	}
 
 	type record RSL_IE_OSMO_TrainingSequence {