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


Change subject: ranap: Fix criticality in IuReleaseRequest
......................................................................

ranap: Fix criticality in IuReleaseRequest

Change-Id: Ib636f5d5ca02962b1592f64d0af30b4b3c9f0053
Related: OS#5152
---
M library/ranap/RANAP_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/library/ranap/RANAP_Templates.ttcn 
b/library/ranap/RANAP_Templates.ttcn
index 6b4699e..caccdc7 100644
--- a/library/ranap/RANAP_Templates.ttcn
+++ b/library/ranap/RANAP_Templates.ttcn
@@ -451,7 +451,7 @@
                                protocolIEs := {
                                        {
                                                id := id_Cause,
-                                               criticality := reject,
+                                               criticality := ignore,
                                                value_ := {
                                                        cause := cause
                                                }
@@ -473,7 +473,7 @@
                                protocolIEs := {
                                        {
                                                id := id_Cause,
-                                               criticality := reject,
+                                               criticality := ignore,
                                                value_ := {
                                                        cause := cause
                                                }

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27298
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: Ib636f5d5ca02962b1592f64d0af30b4b3c9f0053
Gerrit-Change-Number: 27298
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <[email protected]>
Gerrit-MessageType: newchange

Reply via email to