lynxis lazus has uploaded this change for review. ( 
https://gerrit.osmocom.org/9247


Change subject: L3_Templates: add template 
tr_GMM_DET_REQ_MT/ts_GMM_DET_ACCEPT_MT
......................................................................

L3_Templates: add template tr_GMM_DET_REQ_MT/ts_GMM_DET_ACCEPT_MT

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



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

diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index ec3f257..c2b9926 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -1880,6 +1880,43 @@
        }
 }

+template PDU_L3_SGSN_MS tr_GMM_DET_REQ_MT(
+               template BIT3 dtt := c_GMM_DTT_MT_REATTACH_REQUIRED,
+               template BIT3 forceToStandby := ?,
+               template OCT1 cause := omit) := {
+       discriminator := '1000'B,
+       tiOrSkip := {
+               skipIndicator := '0000'B
+       },
+       msgs := {
+               gprs_mm := {
+                       detachRequest_SGSN_MS := {
+                               messageType := '00000101'B,
+                               detachType := { dtt, ? },
+                               forceToStandby := { forceToStandby, '0'B },
+                               gmmCause := {
+                                       elementIdentifier := '25'O,
+                                       causeValue := { cause }
+                               }
+                       }
+               }
+       }
+}
+
+template PDU_L3_MS_SGSN ts_GMM_DET_ACCEPT_MT := {
+       discriminator := '0000'B, /* overwritten */
+       tiOrSkip := {
+               skipIndicator := '0000'B
+       },
+       msgs := {
+               gprs_mm := {
+                       detachAccept_MS_SGSN := {
+                               messageType := '00000000'B
+                       }
+               }
+       }
+}
+
 function ts_ApnTLV(template (omit) octetstring apn) return template (omit) 
AccessPointNameTLV {
        if (istemplatekind(apn, "omit")) {
                return omit;

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifea650994408c4dd83f46f6256565d38968bf843
Gerrit-Change-Number: 9247
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lyn...@fe80.eu>

Reply via email to