Change in osmo-ttcn3-hacks[master]: library/BSSAP_CodecPort: turn conn_id into a template param

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
Fri Aug 28 18:03:20 UTC 2020


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

Change subject: library/BSSAP_CodecPort: turn conn_id into a template param
......................................................................

library/BSSAP_CodecPort: turn conn_id into a template param

Change-Id: I9b9ccee970b3a5bf608f2bdba51b317e35e678c7
---
M library/BSSAP_CodecPort.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/library/BSSAP_CodecPort.ttcn b/library/BSSAP_CodecPort.ttcn
index fdece08..5339b32 100644
--- a/library/BSSAP_CodecPort.ttcn
+++ b/library/BSSAP_CodecPort.ttcn
@@ -126,7 +126,7 @@
   SCCP_PAR_Importance     importance   optional
 }
 
-template BSSAP_N_DATA_ind tr_BSSAP_DATA_ind(SCCP_PAR_Connection_Id conn_id,
+template BSSAP_N_DATA_ind tr_BSSAP_DATA_ind(template SCCP_PAR_Connection_Id conn_id,
 					    template PDU_BSSAP bssap := *) := {
 	userData := bssap,
 	connectionId := conn_id,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19873
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: I9b9ccee970b3a5bf608f2bdba51b317e35e678c7
Gerrit-Change-Number: 19873
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
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/20200828/cd8ce1ca/attachment.htm>


More information about the gerrit-log mailing list