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 <axilira...@gmail.com>
Gerrit-MessageType: newchange

Reply via email to