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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Jan 15 16:08:33 UTC 2020


laforge has submitted this change. ( 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(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



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: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
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/20200115/91768632/attachment.htm>


More information about the gerrit-log mailing list