Review at  https://gerrit.osmocom.org/7051

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

Change-Id: If841fc2c9996bef5b962519a325e18f1c13d2b0f
---
M library/L3_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/51/7051/1

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
 }

-- 
To view, visit https://gerrit.osmocom.org/7051
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If841fc2c9996bef5b962519a325e18f1c13d2b0f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofm...@sysmocom.de>

Reply via email to