aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-02-02 20:07:52 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2018-02-06 16:23:36 +0100
commitdcf9eb92f4c09e7562ec1b9c524ccd8cb57c89b2 (patch)
treefa8d97f983332c1608492e654f45260089cc8e3a
parent4bd995504566df7c0c8005b5e396d999f889c230 (diff)
L3_Templates: Use tid parameter in ts_ML3_MO_CC template
-rw-r--r--library/L3_Templates.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 47e1f62b..a7e14e2a 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -552,7 +552,7 @@ template PDU_ML3_MS_NW ts_ML3_MO_CC(integer tid) := {
discriminator := '0011'B,
tiOrSkip := {
transactionId := {
- tio := '000'B,
+ tio := int2bit(tid, 3),
tiFlag := '0'B,
tIExtension := omit
}