Change in osmo-ttcn3-hacks[master]: L3_Templates: add values for c_GMM_DTT_MT_*

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat May 26 21:03:54 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9246 )

Change subject: L3_Templates: add values for c_GMM_DTT_MT_*
......................................................................

L3_Templates: add values for c_GMM_DTT_MT_*

GMM detach type values

Change-Id: I4903fa4c915add3062ab6b82a1d39d60426b5681
---
M library/L3_Templates.ttcn
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 5acd2bf..2fb6416 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -1790,6 +1790,10 @@
 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)

-- 
To view, visit https://gerrit.osmocom.org/9246
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4903fa4c915add3062ab6b82a1d39d60426b5681
Gerrit-Change-Number: 9246
Gerrit-PatchSet: 3
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180526/e4423cbf/attachment.htm>


More information about the gerrit-log mailing list