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.orglaforge has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/84/15984/1
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: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191105/60ffd885/attachment.htm>