daniel has submitted this change. (
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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
dexter: Looks good to me, approved
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 <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged