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 uploaded this change for review. ( 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
imissing, lets add one.
Related OS#3645
Change-Id: I527913203b2d5bfa26c181c4bb79481a9cd283ae
---
M library/BSSMAP_Templates.ttcn
1 file changed, 20 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/07/11607/1
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: newchange
Gerrit-Change-Id: I527913203b2d5bfa26c181c4bb79481a9cd283ae
Gerrit-Change-Number: 11607
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181105/7be19a20/attachment.htm>