Change in osmo-ttcn3-hacks[master]: library/BSSMAP_Templates: parametrize codec list for tr_BSSMAP_ComplL3

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

fixeria gerrit-no-reply at lists.osmocom.org
Sat Dec 4 17:31:27 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26447 )


Change subject: library/BSSMAP_Templates: parametrize codec list for tr_BSSMAP_ComplL3
......................................................................

library/BSSMAP_Templates: parametrize codec list for tr_BSSMAP_ComplL3

Change-Id: I4abd77ebe47791adf2708e1c31614383d18e54b8
---
M library/BSSMAP_Templates.ttcn
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/47/26447/1

diff --git a/library/BSSMAP_Templates.ttcn b/library/BSSMAP_Templates.ttcn
index 67537fb..d497d25 100644
--- a/library/BSSMAP_Templates.ttcn
+++ b/library/BSSMAP_Templates.ttcn
@@ -388,7 +388,8 @@
 }
 
 template PDU_BSSAP tr_BSSMAP_ComplL3(template octetstring l3_info := ?,
-				     template BSSMAP_IE_CellIdentifier cell_id := ?)
+				     template BSSMAP_IE_CellIdentifier cell_id := ?,
+				     template BSSMAP_IE_SpeechCodecList codec_list := *)
 modifies tr_BSSAP_BSSMAP := {
 	pdu := {
 		bssmap := {
@@ -399,7 +400,7 @@
 				chosenChannel := *,
 				lSAIdentifier := *,
 				aPDU := *,
-				codecList := *,
+				codecList := codec_list,
 				redirectAttemptFlag := *,
 				sendSequenceNumber := *,
 				iMSI := *

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26447
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: I4abd77ebe47791adf2708e1c31614383d18e54b8
Gerrit-Change-Number: 26447
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211204/cf8a7a2f/attachment.htm>


More information about the gerrit-log mailing list