aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-11-03 05:10:12 +0100
committerlaforge <laforge@osmocom.org>2019-11-23 07:59:07 +0000
commit0b16bf1fcb080cd8b00cf93da79a41fec8d610bc (patch)
treeb8578a01f2de55907fec18db6ce8a358f1f08fbe /library
parent3c89a6bce60bca8d50bed9f95bee0ff9ffd97440 (diff)
msc: fix Iu mo call
Diffstat (limited to 'library')
-rw-r--r--library/ranap/RANAP_Templates.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ranap/RANAP_Templates.ttcn b/library/ranap/RANAP_Templates.ttcn
index df4ea03f..a1b0a593 100644
--- a/library/ranap/RANAP_Templates.ttcn
+++ b/library/ranap/RANAP_Templates.ttcn
@@ -1305,7 +1305,7 @@ tr_RANAP_RabAssReq(template RAB_SetupOrModifyList rab_sml,
protocolIEs := {
{
id := id_RAB_SetupOrModifyList,
- criticality := reject,
+ criticality := ignore,
value_ := {
rAB_SetupOrModifyList := rab_sml
}