aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-01 19:57:44 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-02 00:35:26 +0100
commit633824739506dc869767a6fc1049e91bf8cd55e3 (patch)
tree0d96d97ccf406af393b1cd7d9ec599f5b20bfd6f
parent1b3c6e3cc7c3daa408f71b91477de13e03f7eb3f (diff)
msc: cosmetic: ts_CM1 template: parameterize esind (Early classmark Sending)
-rw-r--r--library/L3_Templates.ttcn4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index c2825a66..a2b872cc 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -676,10 +676,10 @@ template PDU_ML3_MS_NW ts_ML3_MO_MM_ID_Rsp_IMEI(hexstring imei) :=
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
}