Change in osmo-ttcn3-hacks[master]: BSSGP: parametrize tr_BSSGP_DL_UD

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

daniel gerrit-no-reply at lists.osmocom.org
Mon Nov 16 19:13:27 UTC 2020


daniel has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21166 )

Change subject: BSSGP: parametrize tr_BSSGP_DL_UD
......................................................................

BSSGP: parametrize tr_BSSGP_DL_UD

Change-Id: Ib4a1d64da634813b49474c13ae080d729bbabcf1
---
M library/Osmocom_Gb_Types.ttcn
1 file changed, 5 insertions(+), 4 deletions(-)

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



diff --git a/library/Osmocom_Gb_Types.ttcn b/library/Osmocom_Gb_Types.ttcn
index ee1437c..8271ced 100644
--- a/library/Osmocom_Gb_Types.ttcn
+++ b/library/Osmocom_Gb_Types.ttcn
@@ -1296,16 +1296,17 @@
 		}
 	}
 
-	template PDU_BSSGP tr_BSSGP_DL_UD := {
+	template PDU_BSSGP tr_BSSGP_DL_UD(template (present) GprsTlli tlli, template (present) octetstring pdu,
+					  template IMSI_BSSGP imsi := omit) := {
 		pDU_BSSGP_DL_UNITDATA := {
 			bssgpPduType := '00'O,
-			tLLI_current := ?,
+			tLLI_current := tlli,
 			qoS_Profile := ?,
 			pDU_Lifetime := ?,
 			mS_Radio_Access_Capability := *,
 			priority := *,
 			dRX_Parameters := *,
-			iMSI := *,
+			iMSI := imsi,
 			tLLI_old := *,
 			pFI := *,
 			lSA_Information := *,
@@ -1321,7 +1322,7 @@
 			old_Routing_Area_Identification := *,
 			attach_Indicator := *,
 			alignment_octets := *,
-			lLC_PDU := tr_BSSGP_LLC_PDU,
+			lLC_PDU := tr_BSSGP_LLC_PDU(pdu),
 			initialLLC_PDU := *
 		}
 	}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21166
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: Ib4a1d64da634813b49474c13ae080d729bbabcf1
Gerrit-Change-Number: 21166
Gerrit-PatchSet: 4
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
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/20201116/ced424bf/attachment.htm>


More information about the gerrit-log mailing list