Change in osmo-ttcn3-hacks[master]: library/PCUIF_Types: fix typo: s/local_pprt/local_port/g

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/+/19743 )


Change subject: library/PCUIF_Types: fix typo: s/local_pprt/local_port/g
......................................................................

library/PCUIF_Types: fix typo: s/local_pprt/local_port/g

Change-Id: Ic81469107d16c47f02db93a4fe9c35b7825d74b5
---
M library/PCUIF_Types.ttcn
M pcu/PCU_Tests.ttcn
2 files changed, 3 insertions(+), 3 deletions(-)



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

diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index dbb1436..aab5f09 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -208,7 +208,7 @@
 	uint8_t		initial_mcs,
 
 	record length(2) of uint16_t	nsvci,
-	record length(2) of uint16_t	local_pprt,
+	record length(2) of uint16_t	local_port,
 	record length(2) of uint16_t	remote_port,
 	record length(2) of OCT4	remote_ip
 } with {
@@ -829,7 +829,7 @@
 			initial_cs := ?,
 			initial_mcs := ?,
 			nsvci := ?,
-			local_pprt := ?,
+			local_port := ?,
 			remote_port := ?,
 			remote_ip := ?
 		}
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 1c77256..bb10a77 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -90,7 +90,7 @@
 	initial_cs := 2,
 	initial_mcs := 6,
 	nsvci := { mp_nsconfig.nsvci, 0 },
-	local_pprt := { mp_nsconfig.remote_udp_port, 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 }
 }

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


More information about the gerrit-log mailing list