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/.
dexter gerrit-no-reply at lists.osmocom.orgdexter has submitted this change and it was merged. ( https://gerrit.osmocom.org/11607 )
Change subject: BSSMAP_Templates: Add missing tr_BSSMAP_HandoverPerformed template
......................................................................
BSSMAP_Templates: Add missing tr_BSSMAP_HandoverPerformed template
The receive template for the BSSMAP HANDOVER PERFORMED MESSAGE is
missing, lets add one.
Related OS#3645
Change-Id: I527913203b2d5bfa26c181c4bb79481a9cd283ae
---
M library/BSSMAP_Templates.ttcn
1 file changed, 20 insertions(+), 0 deletions(-)
Approvals:
Pau Espin Pedrol: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn
index 118168e..d00a5ab 100644
--- a/library/BSSMAP_Templates.ttcn
+++ b/library/BSSMAP_Templates.ttcn
@@ -823,6 +823,26 @@
}
}
+template PDU_BSSAP tr_BSSMAP_HandoverPerformed
+modifies tr_BSSAP_BSSMAP := {
+ pdu := {
+ bssmap := {
+ handoverPerformed := {
+ messageType := '17'O,
+ cause := ?,
+ cellIdentifier := ?,
+ chosenChannel := omit,
+ chosenEncryptionAlgorithm := omit,
+ lSAIdentifier := omit,
+ talkerPriority := omit,
+ codecList := omit,
+ speechCodec := omit,
+ lCLS_BSS_Status := omit
+ }
+ }
+ }
+}
+
template BSSMAP_IE_IMSI ts_BSSMAP_Imsi(hexstring imsi_digits) := {
elementIdentifier := '08'O,
lengthIndicator := 0, /* overwritten */
--
To view, visit https://gerrit.osmocom.org/11607
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I527913203b2d5bfa26c181c4bb79481a9cd283ae
Gerrit-Change-Number: 11607
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181107/0bbc69d9/attachment.htm>