Change in osmo-ttcn3-hacks[master]: library/L3_Templates.ttcn: fix length matching in tr_RP_ERROR_MT

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
Wed Jan 15 05:41:35 UTC 2020


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


Change subject: library/L3_Templates.ttcn: fix length matching in tr_RP_ERROR_MT
......................................................................

library/L3_Templates.ttcn: fix length matching in tr_RP_ERROR_MT

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



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

diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 6b5f5c2..cf7b9d9 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -2996,7 +2996,7 @@
 		rP_Spare := '00000'B,
 		rP_Message_Reference := msg_ref,
 		rP_CauseLV := {
-			rP_LengthIndicator := 0, /* overwritten */
+			rP_LengthIndicator := ?,
 			rP_CauseV := {
 				causeValue := f_cause_or_wc(cause),
 				ext := '0'B

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16884
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: Id5a4210a9f256f8bd7b0048fd65610de8c378bb9
Gerrit-Change-Number: 16884
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200115/2d6d68d9/attachment.htm>


More information about the gerrit-log mailing list