aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-09-03 12:34:21 +0200
committerlaforge <laforge@gnumonks.org>2019-09-11 06:19:10 +0000
commitbfcb320be57735e7416c33ca69ea98008cf0be48 (patch)
tree86a4a3239202cb8da4f451c21bb417f38a40dbc0
parent4444b5a7f6932c046f95db82c91fe7fd8af5b274 (diff)
L3 Templates: PDU_L3_MS_SGSN: export ptmsi in template signature
Iu packets needs to contain an ptmsi as tlv in difference to Gb. Change-Id: I7ba51a28524261dd1c7f4f2586ee6ebc970ea944
-rw-r--r--library/L3_Templates.ttcn5
1 files changed, 3 insertions, 2 deletions
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 2fb86d03..0556c972 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -2148,7 +2148,8 @@ template (value) PDU_L3_MS_SGSN
RoutingAreaIdentificationV old_ra,
boolean follow_on_pending := false,
template (omit) MobileStationClassmark2_TLV cm2_tlv,
- template (omit) MobileStationClassmark3_TLV cm3_tlv
+ template (omit) MobileStationClassmark3_TLV cm3_tlv,
+ template (omit) OCT4 p_tmsi := omit
) := {
discriminator := '0000'B, /* overwritten */
tiOrSkip := {
@@ -2166,7 +2167,7 @@ template (value) PDU_L3_MS_SGSN
readyTimerValue := omit,
drxParameter := omit,
tmsiStatus := omit,
- ptmsi := omit,
+ ptmsi := ts_MI_TMSI_TLV(p_tmsi),
mSNetworkCapability := omit,
pdpContextStatus := omit, /* TODO */
pC_LCSCapability := omit,