Change in osmo-ttcn3-hacks[master]: move type RAN_Configurations to RAN_Adapter.ttcnpp

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

neels gerrit-no-reply at lists.osmocom.org
Sun Jun 14 10:54:11 UTC 2020


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

Change subject: move type RAN_Configurations to RAN_Adapter.ttcnpp
......................................................................

move type RAN_Configurations to RAN_Adapter.ttcnpp

So far used only in MSC_Tests.ttcn, but soon to be used also in BSC_Tests.ttcn.

Change-Id: If8f7fd50a88302af645ab337a907d8f0ad79a306
---
M library/RAN_Adapter.ttcnpp
M msc/MSC_Tests.ttcn
2 files changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/library/RAN_Adapter.ttcnpp b/library/RAN_Adapter.ttcnpp
index f84fd34..68e1e60 100644
--- a/library/RAN_Adapter.ttcnpp
+++ b/library/RAN_Adapter.ttcnpp
@@ -64,6 +64,7 @@
 	octetstring sio,
 	integer rctx
 };
+type record of RAN_Configuration RAN_Configurations;
 
 private function init_pars(inout RAN_Adapter ba, in RAN_Configuration cfg) {
 	ba.sccp_pars := {
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index 35ca84a..bfac7e9 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -81,7 +81,6 @@
 import from TCCConversion_Functions all;
 
 const integer NUM_BSC := 3;
-type record of RAN_Configuration RAN_Configurations;
 
 /* Needed for SGsAP SMS */
 import from MobileL3_SMS_Types all;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18759
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: If8f7fd50a88302af645ab337a907d8f0ad79a306
Gerrit-Change-Number: 18759
Gerrit-PatchSet: 4
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200614/8b6edc5c/attachment.htm>


More information about the gerrit-log mailing list