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/.
lynxis lazus gerrit-no-reply at lists.osmocom.orglynxis 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 <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180522/690e9865/attachment.htm>