Change in osmo-ttcn3-hacks[master]: M3UA_Templates: Fix tr_M3UA_ASPUP() length value copy+paste error

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 Nov 12 14:12:50 UTC 2019


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

Change subject: M3UA_Templates: Fix tr_M3UA_ASPUP() length value copy+paste error
......................................................................

M3UA_Templates: Fix tr_M3UA_ASPUP() length value copy+paste error

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

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



diff --git a/library/M3UA_Templates.ttcn b/library/M3UA_Templates.ttcn
index 02b493c..1063b50 100644
--- a/library/M3UA_Templates.ttcn
+++ b/library/M3UA_Templates.ttcn
@@ -81,7 +81,7 @@
 		version := c_M3UA_VERSION,
 		reserved := '00'O,
 		messageClassAndType := '0301'O,
-		messageLength := 0, // overwritten
+		messageLength := ?, // overwritten
 		messageParameters := {
 			aSP_Identifier := tr_M3UA_asp_id(aspid),
 			info_String := *

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15984
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: I7ef53b93fcdfe1ce7914bd4edb1fed8a8351b1b4
Gerrit-Change-Number: 15984
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
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/20191112/5645bf08/attachment.htm>


More information about the gerrit-log mailing list