diff --git a/src/util/asn/parser/test.asn b/src/util/asn/parser/test.asn index 868ce970c0a5f05749e8ae8c78db0d66916107f2..91837e0a8cf2c369cf92f55f126af4dd0947296f 100644 --- a/src/util/asn/parser/test.asn +++ b/src/util/asn/parser/test.asn @@ -9,46 +9,21 @@ IMPORTS hiRM, maxAC, -Ansi-41-IDNNS::=BIT STRING(SIZE(14)) - -Digit ::= INTEGER (0..9) - -CN-DomainIdentity::=ENUMERATED{cs-domain,ps-domain,...} - -PagingPermissionWithAccessControlParameters ::= SEQUENCE { - pagingResponseRestrictionIndicator ENUMERATED {all, cS, pS, none}, - locationRegistrationRestrictionIndicator ENUMERATED {all, cS, pS}, - locationRegistration LocationRegistrationParameter -} - -Gsm-map-IDNNS ::= SEQUENCE { - routingbasis CHOICE { - localPTMSI SEQUENCE { - routingparameter RoutingParameter - }, - tMSIofsamePLMN SEQUENCE { - routingparameter RoutingParameter - }, - tMSIofdifferentPLMN SEQUENCE { - routingparameter RoutingParameter +MBMS-NeighbouringCellSCCPCH-r6 ::= SEQUENCE { + secondaryCCPCH-Info MBMS-CommonPhyChIdentity, + secondaryCCPCHPwrOffsetDiff MBMS-SCCPCHPwrOffsetDiff OPTIONAL, + layer1Combining CHOICE { + fdd SEQUENCE { + softComb-TimingOffset MBMS-SoftComb-TimingOffset, + mbms-L1CombiningTransmTimeDiff MBMS-L1CombiningTransmTimeDiff, + mbms-L1CombiningSchedule MBMS-L1CombiningSchedule OPTIONAL }, - iMSIresponsetopaging SEQUENCE { - routingparameter RoutingParameter - }, - iMSIcauseUEinitiatedEvent SEQUENCE { - routingparameter RoutingParameter - }, - iMEI SEQUENCE { - routingparameter RoutingParameter - }, - spare2 SEQUENCE { - routingparameter RoutingParameter - }, - spare1 SEQUENCE { - routingparameter RoutingParameter - } - }, - -- dummy is not used in this version of the specification and - -- it should be ignored by the receiver. - dummy BOOLEAN + tdd NULL + } OPTIONAL, + mbms-L23Configuration MBMS-L23Configuration } + +MBSFN-TDM-Info-List ::= SEQUENCE (SIZE (1..maxMBMSservUnmodif)) OF + MBSFN-TDM-Info + +END