From c371a429384a40940389cfb9d1f8d11b651a0c4d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 27 Dec 2015 11:03:44 +0100 Subject: RANAP-PDU-Contents: fix syntax error regarding InitialUE-Message With that syntax error, the RAC was not treated as a possible IE in the InitialUE-Message, causing decoder failure. --- asn1/ranap/RANAP-PDU-Contents.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/ranap') diff --git a/asn1/ranap/RANAP-PDU-Contents.asn b/asn1/ranap/RANAP-PDU-Contents.asn index bc532bc..75aeaeb 100644 --- a/asn1/ranap/RANAP-PDU-Contents.asn +++ b/asn1/ranap/RANAP-PDU-Contents.asn @@ -1924,7 +1924,7 @@ InitialUE-Message ::= SEQUENCE { InitialUE-MessageIEs RANAP-PROTOCOL-IES ::= { { ID id-CN-DomainIndicator CRITICALITY ignore TYPE CN-DomainIndicator PRESENCE mandatory } | { ID id-LAI CRITICALITY ignore TYPE LAI PRESENCE mandatory } | - { ID id-RAC CRITICALITY ignore TYPE RAC PRESENCE conditional + { ID id-RAC CRITICALITY ignore TYPE RAC PRESENCE conditional } | -- This IE shall be present if the CN Domain Indicator IE is set to "PS domain" -- } | { ID id-SAI CRITICALITY ignore TYPE SAI PRESENCE mandatory } | { ID id-NAS-PDU CRITICALITY ignore TYPE NAS-PDU PRESENCE mandatory } | -- cgit v1.2.3