msc: cosmetic: ts_CM1 template: parameterize esind (Early classmark Sending)

Change-Id: If841fc2c9996bef5b962519a325e18f1c13d2b0f
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index c2825a6..a2b872c 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -676,10 +676,10 @@
 					ts_ML3_MO_MM_ID_Rsp(valueof(ts_MI_IMEI_LV(imei)));
 
 
-template (value) MobileStationClassmark1_V ts_CM1(BIT1 a5_1_unavail := '0'B, BIT2 rev := '10'B) := {
+template (value) MobileStationClassmark1_V ts_CM1(BIT1 a5_1_unavail := '0'B, BIT2 rev := '10'B, BIT1 esind := '1'B) := {
 	rf_PowerCapability := '010'B,
 	a5_1 := a5_1_unavail,
-	esind := '1'B,
+	esind := esind,
 	revisionLevel := rev,
 	spare1_1 := '0'B
 }