L3_Templates: add values for c_GMM_DTT_MT_*

GMM detach type values

Change-Id: I4903fa4c915add3062ab6b82a1d39d60426b5681
This commit is contained in:
Alexander Couzens 2018-05-17 02:59:22 +02:00 committed by Harald Welte
parent 3103fce005
commit b6ab45606a
1 changed files with 4 additions and 0 deletions

View File

@ -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)