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

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 7 07:38:33 UTC 2021


laforge has submitted this change. ( 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(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



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: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211207/161323d8/attachment.htm>


More information about the gerrit-log mailing list