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.
This commit is contained in:
Harald Welte 2015-12-27 11:03:44 +01:00
parent 4e2783fc0f
commit c371a42938
1 changed files with 1 additions and 1 deletions

View File

@ -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 } |