[MERGED] osmo-ttcn3-hacks[master]: L3_Templates: Use tid parameter in ts_ML3_MO_CC template

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
Tue Feb 6 19:41:46 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: L3_Templates: Use tid parameter in ts_ML3_MO_CC template
......................................................................


L3_Templates: Use tid parameter in ts_ML3_MO_CC template

Change-Id: I6c28b206625cb081a98a722b8c793ce02af74441
---
M library/L3_Templates.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 47e1f62..a7e14e2 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -552,7 +552,7 @@
 	discriminator := '0011'B,
 	tiOrSkip := {
 		transactionId := {
-			tio := '000'B,
+			tio := int2bit(tid, 3),
 			tiFlag := '0'B,
 			tIExtension := omit
 		}

-- 
To view, visit https://gerrit.osmocom.org/6300
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6c28b206625cb081a98a722b8c793ce02af74441
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list