Change in osmo-ttcn3-hacks[master]: PCU_Tests: fix ts_PCUIF_INFO_default: remote / local swap

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
Thu Aug 20 17:19:51 UTC 2020


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


Change subject: PCU_Tests: fix ts_PCUIF_INFO_default: remote / local swap
......................................................................

PCU_Tests: fix ts_PCUIF_INFO_default: remote / local swap

Change-Id: Id162c50bd07fd47632df67daea20ee185f99a412
---
M pcu/PCU_Tests.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)



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

diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index bb10a77..bc3b4e6 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -90,9 +90,9 @@
 	initial_cs := 2,
 	initial_mcs := 6,
 	nsvci := { mp_nsconfig.nsvci, 0 },
-	local_port := { mp_nsconfig.remote_udp_port, 0 },
-	remote_port := { mp_nsconfig.local_udp_port, 0 },
-	remote_ip := { f_inet_haddr(mp_nsconfig.local_ip) , '00000000'O }
+	local_port := { mp_nsconfig.local_udp_port, 0 },
+	remote_port := { mp_nsconfig.remote_udp_port, 0 },
+	remote_ip := { f_inet_haddr(mp_nsconfig.remote_ip) , '00000000'O }
 }
 
 type record lqual_range {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19744
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: Id162c50bd07fd47632df67daea20ee185f99a412
Gerrit-Change-Number: 19744
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/20200820/c11ea336/attachment.htm>


More information about the gerrit-log mailing list