From b6ab45606adc9349f912f5580f58f9fce6066a21 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 17 May 2018 02:59:22 +0200 Subject: L3_Templates: add values for c_GMM_DTT_MT_* GMM detach type values Change-Id: I4903fa4c915add3062ab6b82a1d39d60426b5681 --- library/L3_Templates.ttcn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn index 5acd2bf3..2fb6416e 100644 --- a/library/L3_Templates.ttcn +++ b/library/L3_Templates.ttcn @@ -1790,6 +1790,10 @@ const BIT3 c_GMM_DTT_MO_GPRS := '001'B; const BIT3 c_GMM_DTT_MO_IMSI := '010'B; const BIT3 c_GMM_DTT_MO_GPRS_IMSI_COMBINED := '011'B; +const BIT3 c_GMM_DTT_MT_REATTACH_REQUIRED := '001'B; +const BIT3 c_GMM_DTT_MT_REATTACH_NOT_REQUIRED := '010'B; +const BIT3 c_GMM_DTT_MT_IMSI_DETACH := '011'B; + template (value) DetachTypeV ts_GMM_DetType(BIT3 dtt, boolean power_off := false) := { detachType := dtt, powerOffFlag := bool2bit(power_off) -- cgit v1.2.3