Change in ...osmo-ttcn3-hacks[master]: L3 Templates: PDU_L3_MS_SGSN: export ptmsi in template signature

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Sep 11 06:19:12 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15395 )

Change subject: L3 Templates: PDU_L3_MS_SGSN: export ptmsi in template signature
......................................................................

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
---
M library/L3_Templates.ttcn
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 2fb86d0..0556c97 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -2148,7 +2148,8 @@
 			  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 @@
 				readyTimerValue := omit,
 				drxParameter := omit,
 				tmsiStatus := omit,
-				ptmsi := omit,
+				ptmsi := ts_MI_TMSI_TLV(p_tmsi),
 				mSNetworkCapability := omit,
 				pdpContextStatus := omit, /* TODO */
 				pC_LCSCapability := omit,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15395
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7ba51a28524261dd1c7f4f2586ee6ebc970ea944
Gerrit-Change-Number: 15395
Gerrit-PatchSet: 6
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190911/890a5b8a/attachment.htm>


More information about the gerrit-log mailing list