language
stringlengths 0
24
| filename
stringlengths 9
214
| code
stringlengths 99
9.93M
|
---|---|---|
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-CI.asn | -- QSIG-CI.asn
--
-- Taken from Ecma International
-- Standard ECMA-203, 4th edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-203.htm
--
Call-Intrusion-Operations-asn1-97
{iso(1) standard(0) pss1-call-intrusion(14846) call-intrusion-operations-asn1-97 (2) }
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t(2) remote-operations(4) informationObjects(5) version1(0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{iso(1) standard(0)
pss1-generic-procedures(11582) msi-class-asn1-97(11)}
notAvailable, supplementaryServiceInteractionNotAllowed
FROM General-Error-List
{ccitt recommendation q 950 general-error-list (1)};
Call-Intrusion-Operations OPERATION ::= {pathRetain | serviceAvailable | callIntrusionRequest |
callIntrusionGetCIPL | callIntrusionIsolate | callIntrusionForcedRelease | callIntrusionWOBRequest |
callIntrusionCompleted | cfbOverride}
pathRetain OPERATION ::= {
ARGUMENT PathRetainArg -- this operation may be used by other
-- Supplementary Services using other
-- values of the argument
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 41}
serviceAvailable OPERATION ::= {
ARGUMENT ServiceAvailableArg -- this operation may be used by other
-- Supplementary Services using other
-- values of the argument
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 42}
callIntrusionRequest OPERATION ::= {
ARGUMENT CIRequestArg
RESULT CIRequestRes
ERRORS {notAvailable | notBusy | temporarilyUnavailable | notAuthorized |
unspecified | supplementaryServiceInteractionNotAllowed}
CODE local: 43}
callIntrusionGetCIPL OPERATION ::= {
ARGUMENT DummyArg
RESULT CIGetCIPLRes
ALWAYS RESPONDS FALSE
CODE local: 44}
callIntrusionForcedRelease OPERATION ::= {
ARGUMENT DummyArg
RESULT DummyRes
ERRORS {notAvailable | unspecified |
supplementaryServiceInteractionNotAllowed}
CODE local: 46}
callIntrusionIsolate OPERATION ::= {
ARGUMENT DummyArg
RESULT DummyRes
ERRORS {notAvailable | unspecified |
supplementaryServiceInteractionNotAllowed}
CODE local: 45}
callIntrusionWOBRequest OPERATION ::= {
ARGUMENT DummyArg
RESULT DummyRes
ERRORS {notAvailable | unspecified |
supplementaryServiceInteractionNotAllowed}
CODE local: 47}
callIntrusionCompleted OPERATION ::= {
ARGUMENT DummyArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 48}
PathRetainArg ::= CHOICE {
serviceList ServiceList,
extendedServiceList SEQUENCE {
serviceList ServiceList,
extension Extension{{CIExtSet}}
}
}
ServiceAvailableArg ::= CHOICE {
serviceList ServiceList,
extendedServiceList SEQUENCE {
serviceList ServiceList,
extension Extension{{CIExtSet}}
}
}
ServiceList ::= BIT STRING
{ci-low(4), ci-medium(5), ci-high(6)} (SIZE(1..32))
-- bits other than ci-low, ci-medium, ci-high are reserved
-- for other supplementary services
DummyArg ::= CHOICE{
null NULL,
extension [1] IMPLICIT Extension{{CIExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{CIExtSet}}}
DummyRes ::= CHOICE{
null NULL,
extension [1] IMPLICIT Extension{{CIExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{CIExtSet}}}
CIRequestArg ::= SEQUENCE{
ciCapabilityLevel CICapabilityLevel,
argumentExtension CHOICE{
extension [1] IMPLICIT Extension{{CIExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{CIExtSet}}
} OPTIONAL}
CIRequestRes ::= SEQUENCE{
ciUnwantedUserStatus CIUnwantedUserStatus,
resultExtension CHOICE{
extension [1] IMPLICIT Extension{{CIExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{CIExtSet}}
} OPTIONAL}
CIGetCIPLRes ::= SEQUENCE{
ciProtectionLevel CIProtectionLevel,
resultExtension CHOICE{
extension [1] IMPLICIT Extension{{CIExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{CIExtSet}}
} OPTIONAL}
CICapabilityLevel ::= ENUMERATED{
intrusionLowProt(1),
intrusionMediumProt(2),
intrusionHighProt(3)}
CIProtectionLevel ::= ENUMERATED{
lowProtection(0),
mediumProtection(1),
highProtection(2),
fullProtection(3)}
CIUnwantedUserStatus ::= ENUMERATED{
unwantedUserIntruded(0),
unwantedUserIsolated(1)}
cfbOverride OPERATION ::= {
ARGUMENT DummyArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 49}
-- used in the interaction with Call Forwarding Busy
CIExtSet EXTENSION ::= {...}
notBusy ERROR ::= { CODE local: 1009}
-- used when an SS-CI request is received in
-- a Terminating PINX and the called user is not busy
temporarilyUnavailable ERROR ::= { CODE local: 1000}
-- used when conditions for invocation of SS-CI
-- are momentarily not met
notAuthorized ERROR ::= { CODE local: 1007}
--used when a SS-CI request is rejected
--because of insufficient CICL
unspecified ERROR ::= {
PARAMETER Extension{{CIExtSet}}
CODE local: 1008}
END -- of Call-Intrusion-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-CIDL.asn | -- QSIG-CIDL.asn
--
-- Taken from Ecma International
-- Standard ECMA-314, 2nd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-314.htm
--
Call-Identification-and-Call-Linkage-Operations-asn1-97
{iso(1) standard (0) pss1-call-identification-and-call-linkage (21889)
call-identification-and-call-linkage-operations-asn1-97 (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS
OPERATION
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)}
EXTENSION, Extension{}
FROM Manufacturer-specific-service-extension-class-asn1-97
{ iso standard pss1-generic-procedures (11582) msi-class-asn1-97 (11)};
CallIdentification-Operations OPERATION ::= { callIdentificationAssign | callIdentificationUpdate }
callIdentificationAssign OPERATION ::= {
ARGUMENT CallIdentificationAssignArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 105
}
callIdentificationUpdate OPERATION ::= {
ARGUMENT CallIdentificationUpdateArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 106
}
CallIdentificationAssignArg ::= SEQUENCE {
globalCallID [0] CallIdentificationData,
threadID [1] CallIdentificationData OPTIONAL,
legID [2] CallIdentificationData OPTIONAL,
extension ExtensionType OPTIONAL
}
CallIdentificationUpdateArg ::= SEQUENCE {
globalCallID [0] CallIdentificationData OPTIONAL,
threadID [1] CallIdentificationData OPTIONAL,
legID [2] CallIdentificationData OPTIONAL,
extension ExtensionType OPTIONAL
}
CallIdentificationData ::= SEQUENCE {
-- this structure is according to ECMA-269, 12.2.5 (see annex D)
switchingSubDomainName [0] IMPLICIT SwitchingSubDomainName OPTIONAL,
linkageID CHOICE {
subDomainID [1] IMPLICIT SubDomainID,
globallyUniqueID [2] IMPLICIT GloballyUniqueID},
timeStamp [3] IMPLICIT TimeStamp OPTIONAL
}
SwitchingSubDomainName ::= IA5String (SIZE(1..64))
GloballyUniqueID ::= OCTET STRING (SIZE(1..16))
-- the GloballyUniqueID shall be coded according to ITU-T Recommendation H.225, section 7.6 (see annex D)
ExtensionType ::= CHOICE {
extension [3] Extension{{ExampleExtSet}},
sequenceOfExt [4] IMPLICIT SEQUENCE OF Extension{{ExampleExtSet}}
}
ExampleExtSet EXTENSION ::= {...}
SubDomainID ::= OCTET STRING (SIZE(1..8))
TimeStamp ::= GeneralizedTime (SIZE(16..19))
END -- of Call-Identification-and-Call-Linkage-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-CINT.asn | -- QSIG-CINT.asn
--
-- Taken from Ecma International
-- Standard ECMA-221, 3rd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-221.htm
--
Call-Interception-Operations-asn1-97 {iso (1) standard (0) pss1-cint (15054) cint-operations-asn1-97 (1) }
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects (5) version1(0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{iso (1) standard (0) pss1-generic-procedures (11582) msi-class-asn1-97 (11)}
PartyNumber, PresentedNumberUnscreened, PresentationAllowedIndicator
FROM Addressing-Data-Elements-asn1-97
{iso (1) standard (0) pss1-generic-procedures (11582)
addressing-data-elements-asn1-97 (20)}
Name FROM Name-Operations-asn1-97
{iso (1) standard (0) pss1-name (13868) name-operations-asn1-97 (1)};
Call-Interception-Operations OPERATION ::= { cintLegInformation1 | cintLegInformation2 | cintCondition |
cintDisable | cintEnable}
cintLegInformation1 OPERATION ::= {
-- Sent from the Intercepting PINX to the Originating PINX --
ARGUMENT CintInformation1Arg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 66}
cintLegInformation2 OPERATION ::= {
-- Sent from the Intercepting PINX to the Intercepted-to PINX --
ARGUMENT CintInformation2Arg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 67}
cintCondition OPERATION ::= {
-- Sent to a preceding PINX to indicate a condition for possible interception
ARGUMENT CintCondArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 68}
cintDisable OPERATION ::= {
-- Sent to a Preceding PINX to disable interception delayed --
ARGUMENT CintExtension
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 69}
cintEnable OPERATION ::= {
-- Sent to a Preceding PINX to reenable interception --
ARGUMENT CintExtension
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 70}
CintInformation1Arg ::= SEQUENCE
{
interceptionCause CintCause,
interceptedToNumber PartyNumber,
extension CintExtension OPTIONAL
}
CintInformation2Arg ::= SEQUENCE
{
interceptionCause CintCause,
calledNumber [1]PresentedNumberUnscreened OPTIONAL,
originalCalledNumber [2]PresentedNumberUnscreened OPTIONAL,
calledName [3]Name OPTIONAL,
originalCalledName [4]Name OPTIONAL,
extension CintExtension OPTIONAL
}
CintCondArg ::= SEQUENCE
{
interceptionCause Condition,
originalCalledNumber [1]PresentedNumberUnscreened OPTIONAL,
calledName [2]Name OPTIONAL,
originalCalledName [3]Name OPTIONAL,
extension CintExtension OPTIONAL
}
CintExtension ::= CHOICE
{
none NULL,
single [5] IMPLICIT Extension{{CINTExtSet}},
multiple [6] IMPLICIT SEQUENCE OF Extension{{CINTExtSet}}
}
CintCause ::= INTEGER {
unknown (0),
cintBnan (1), -- timeout in waiting on busy condition
cintBus (2), -- busy user
cintCug (3), -- closed user group rejection
cintDnd (4), -- do not disturb activated
cintIbd (5), -- incoming barred destination
cintInn (6), -- invalid number
cintMob1 (7), -- mobile user location not known
cintMob2 (8), -- mobile user no longer registered
cintMob3 (9), -- mobile terminal not responding
cintNcmp (10), -- no compatible destination
cintNcong (11), -- network congestion
cintNre (12), -- no reply (i.e. timeout during alerting)
cintOos (13), -- called user out of service
cintRrs (14), -- route restriction (calling user not authorized for
-- the route)
cintTbnan (15), -- timeout in wait on busy condition after transfer
cintTnre (16), -- no reply after transfer (i.e. timeout during alerting
-- after transfer
cintTrans (17), -- upper limit of transit counter reached
cintUpl (18), -- upper limit of number of diversions reached
cintInvDiv (19), -- invalid call diversion destination
cintHold (20) -- timeout after call hold
} (0..127)
Condition ::= INTEGER {
unknown (0),
cintBus (2), -- busy user
cintCug (3), -- closed user group rejection
cintDnd (4), -- do not disturb activated
cintIbd (5), -- incoming barred destination
cintInn (6), -- invalid number
cintMob1 (7), -- mobile user location not known
cintMob2 (8), -- mobile user no longer registered
cintMob3 (9), -- mobile terminal not responding
cintNcmp (10), -- no compatible destination
cintNcong (11), -- network congestion
cintOos (13), -- called user out of service
cintRrs (14), -- route restriction (calling user not authorized for
-- the route
cintTrans (17), -- upper limit of transit counter reached
cintUpl (18), -- upper limit of number of diversions
-- reached
cintInvDiv (19) -- invalid call diversion destination
} (0..127)
CINTExtSet EXTENSION ::= {...}
END -- of Call-Interception-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-CMN.asn | -- QSIG-CMN.asn
--
-- Taken from Ecma International
-- Standard ECMA-251, 3rd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-251.htm
--
Common-Information-Operations-asn1-97
{iso (1) standard (0) pss1-common-information (15772) operations-asn1-97 (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects (5) version1 (0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{iso (1) standard (0) pss1-generic-procedures (11582) msi-class-asn1-97 (11)};
CMN-Operations OPERATION ::= {cmnRequest | cmnInform }
cmnRequest OPERATION ::= {
ARGUMENT DummyArg
RESULT CmnArg
ALWAYS RESPONDS FALSE
CODE local: 84}
cmnInform OPERATION ::= {
ARGUMENT CmnArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 85}
CmnArg ::= SEQUENCE {
featureIdentifier [2] IMPLICIT FeatureIdList OPTIONAL,
ssDNDOprotectionLevel [3] IMPLICIT INTEGER (0..3) OPTIONAL,
-- Supplementary Service Do Not Disturb Override Protection level,
-- meaningful only in backward direction; inclusion indicates
-- support of SS-DNDO as well as the applicable protection level.
ssCIprotectionLevel [4] IMPLICIT INTEGER (0..3) OPTIONAL,
-- Supplementary Service Call Intrusion Protection level,
-- meaningful both in forward & backward direction; inclusion indicates support
-- of SS-CI as an Unwanted user PINX (forward direction) or as a Terminating
-- PINX (backward direction), as well as the applicable protection level.
equipmentIdentity [5] IMPLICIT EquipmentId OPTIONAL,
partyCategory [6] IMPLICIT PartyCategory OPTIONAL,
extension CHOICE {
single [7] IMPLICIT Extension{{CMNExtSet}},
multiple [8] IMPLICIT SEQUENCE OF
Extension{{CMNExtSet}}
} OPTIONAL }
DummyArg ::= CHOICE {
null NULL,
single [1] IMPLICIT Extension{{CMNExtSet}},
multiple [2] IMPLICIT SEQUENCE OF Extension{{CMNExtSet}}
}
FeatureIdList ::= BIT STRING { -- bit set to ONE means the corresponding feature
-- is available for this call
reserved (0), -- this Bit shall be reserved
ssCFreRoutingSupported (1), -- Call Forwarding rerouting supported
-- meaningful only in forward direction
-- during call establishment
ssCTreRoutingSupported (2), -- Call Transfer rerouting supported
-- meaningful both in forward & backward
-- direction during call establishment
ssCCBSpossible (3), -- CCBS possible
-- meaningful only in backward direction
-- before receipt of ALERTING/CONNECT
ssCCNRpossible (4), -- CCNR possible
-- meaningful only in backward direction
-- before receipt of CONNECT
ssCOsupported (5), -- Call Offer supported
-- meaningful only in backward direction
-- during call establishment
-- Call Intrusion
ssCIforcedRelease (6), -- meaningful only in backward direction
ssCIisolation (7), -- meaningful only in backward direction
ssCIwaitOnBusy (8), -- meaningful only in backward direction
-- Advice of Charge
ssAOCsupportChargeRateProvAtGatewPinx (9), -- meaningful only in
-- backward direction
ssAOCsupportInterimChargeProvAtGatewPinx (10), -- meaningful only in
-- backward direction
ssAOCsupportFinalChargeProvAtGatewPinx (11), -- meaningful only in
-- backward direction
anfPRsupportedAtCooperatingPinx (12), -- Path replacement
-- meaningful both in forward &
-- backward direction
-- Call Interception
anfCINTcanInterceptImmediate (13), -- meaningful only in
-- forward direction
anfCINTcanInterceptDelayed (14), -- meaningful only in
-- forward direction
anfWTMIreRoutingSupported (15), -- Incoming WTM call
-- meaningful only in
-- forward direction
anfPUMIreRoutingSupported (16), -- Incoming PUM call
-- meaningful only in
-- forward direction
ssSSCTreRoutingSupported (17) -- Single Step Call Transfer rerouting
-- supported
-- meaningful both in forward and
-- backward direction during call
-- establishment
} (SIZE (1..64))
EquipmentId ::= SEQUENCE {
nodeId [1] IMPLICIT IA5String (SIZE (1..10)) OPTIONAL,
groupId [2] IMPLICIT IA5String (SIZE (1..10)) OPTIONAL,
unitId [3] IMPLICIT IA5String (SIZE (1..10)) OPTIONAL
}
-- NOTE:
-- The purpose of the Equipment Id is to indicate, to another user or to another PINX, information about a
-- calling or called party involved in a call.
-- Assignment of network wide unique Equipment Id values is outside the scope of this Standard.
PartyCategory ::= ENUMERATED {
unknown (0),
extension (1),
pisnAttendant (2),
emergExt (3)
}
-- NOTE:
-- The purpose of the Party category is to indicate, to another user or to another PINX, the category of a user
-- involved in a call. An Originating PINX may include an indication of the calling user's category in the SETUP
-- message sent across an inter-PINX link. A Terminating PINX may include an indication of the called user's
-- category in an ALERTING message or CONNECT message sent across an inter-PINX link. A received
-- Party category information may be used for display at the user's terminal or for PINX internal call handling,
-- e.g. depending on whether the calling or called party is an extension or a PISN attendant, the PINX internal
-- call handling may invoke different options of a supplementary service related to that call.
CMNExtSet EXTENSION ::= {...}
END -- of Common-Information-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-CO.asn | -- QSIG-CO.asn
--
-- Taken from Ecma International
-- Standard ECMA-192, 4th edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-192.htm
--
Call-Offer-Operations-asn1-97
{iso(1) standard(0) pss1-call-offer(14843) call-offer-operations-asn1-97 (2) }
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{iso(1) standard(0)
pss1-generic-procedures(11582) msi-class-asn1-97 (11)}
notAvailable, supplementaryServiceInteractionNotAllowed
FROM General-Error-List
{ccitt recommendation q 950 general-error-list (1)};
Call-Offer-Operations OPERATION ::= { callOfferRequest | pathRetain | serviceAvailable | cfbOverride }
pathRetain OPERATION ::= {
ARGUMENT PathRetainArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 41}
-- this operation may be used by other supplementary services
-- using other values of argument
serviceAvailable OPERATION ::= {
ARGUMENT ServiceAvailableArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 42}
-- this operation may be used by other supplementary services
-- using other values of argument
callOfferRequest OPERATION ::= {
ARGUMENT DummyArg
RESULT DummyRes
ERRORS {
notAvailable |
notBusy |
temporarilyUnavailable |
supplementaryServiceInteractionNotAllowed |
unspecified}
CODE local: 34}
PathRetainArg ::= CHOICE {serviceList ServiceList,
extendedServiceList SEQUENCE{
serviceList ServiceList,
extension Extension{{COExtSet}}
}
}
ServiceAvailableArg ::= CHOICE {serviceList ServiceList,
extendedServiceList SEQUENCE{
serviceList ServiceList,
extension Extension{{COExtSet}}
}
}
ServiceList ::= BIT STRING {callOffer(0)} (SIZE(1..32))
-- bits other than callOffer(0) are reserved for
-- other supplementary services
DummyArg ::= CHOICE{
null NULL,
extension [1] IMPLICIT Extension{{COExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{COExtSet}}}
DummyRes ::= CHOICE{
null NULL,
extension [1] IMPLICIT Extension{{COExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{COExtSet}}}
cfbOverride OPERATION ::= {
ARGUMENT DummyArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 49}
-- used in the interaction with Call Forwarding Busy
COExtSet EXTENSION ::= {...}
notBusy ERROR ::= { CODE local: 1009}
-- used when an SS-CO request is received in
-- a Terminating PINX and the called user is not busy
temporarilyUnavailable ERROR ::= { CODE local: 1000}
-- used when conditions for invocation of SS-CO
-- are momentarily not met
unspecified ERROR ::= {
PARAMETER Extension{{ COExtSet}}
CODE local: 1008}
END -- of Call-Offer-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-CPI.asn | -- QSIG-CPI.asn
--
-- Taken from Ecma International
-- Standard ECMA-264, 3rd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-264.htm
--
Call-Interruption-Operations-asn1-97
{iso (1) standard (0) pss1-call-interruption (15992) call-interruption-operations-asn1-97 (2) }
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects (5) version1 (0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{iso (1) standard (0) pss1-generic-procedures (11582) msi-class-asn1-97 (11)};
-- The following operations are defined:
Call-Interruption-Operations OPERATION ::= { callInterruptionRequest | callProtectionRequest }
callInterruptionRequest OPERATION ::= {
ARGUMENT CPIRequestArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 87}
callProtectionRequest OPERATION ::= {
ARGUMENT CPIPRequestArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 88}
-- The following arguments are defined:
CPIRequestArg ::= SEQUENCE{
cpiCapabilityLevel CPICapabilityLevel,
argumentExtension CHOICE{
extension [1] IMPLICIT Extension{{CPIPExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF
Extension{{CPIPExtSet}}} OPTIONAL}
CPIPRequestArg ::= SEQUENCE{
cpiProtectionLevel CPIProtectionLevel,
argumentExtension CHOICE{
extension [1] IMPLICIT Extension{{CPIPExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF
Extension{{CPIPExtSet}}} OPTIONAL}
CPICapabilityLevel ::= ENUMERATED{
interruptionLowPriority (1),
interruptionMediumPriority (2),
interruptionHighPriority (3)}
CPIProtectionLevel ::= ENUMERATED{
noProtection (0),
lowProtection (1),
mediumProtection (2),
totalProtection (3)}
CPIPExtSet EXTENSION ::= {...}
END -- of Call-Interruption-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-CT.asn | -- QSIG-CT.asn
--
-- Taken from Ecma International
-- Standard ECMA-178, 3rd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-178.htm
--
Call-Transfer-Operations-asn1-97
{iso(1) standard(0) pss1-call-transfer(13869) call-transfer-operations-asn1-97 (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS
OPERATION, ERROR FROM
Remote-Operations-Information-Objects {joint-iso-itu-t(2) remote-operations(4) informationObjects(5) version1(0)}
EXTENSION, Extension{} FROM
Manufacturer-specific-service-extension-class-asn1-97 {iso(1) standard(0) pss1-generic-procedures (11582)
msi-class-asn1-97(11)}
Name FROM
Name-Operations-asn1-97 {iso(1) standard(0) pss1-name (13868) name-operations-asn1-97 (1)}
supplementaryServiceInteractionNotAllowed,
notAvailable,
invalidCallState FROM
General-Error-List {ccitt (0) recommendation (0) q 950 general-error-list (1)}
PresentedAddressScreened,
PresentedNumberScreened,
PartyNumber,
PartySubaddress FROM
Addressing-Data-Elements-asn1-97 {iso(1) standard(0) pss1-generic-procedures (11582)
addressing-data-elements-asn1-97 (20)}
PSS1InformationElement
FROM PSS1-generic-parameters-definition-asn1-97 { iso(1) standard (0) pss1-generic-procedures (11582)
pss1-generic-parameters-asn1-97 (17)};
-- TYPE DEFINITIONS FOR CT OPERATIONS FOLLOW
Call-Transfer-Operations OPERATION ::= {callTransferIdentify | callTransferAbandon | callTransferInitiate |
callTransferSetup | callTransferActive | callTransferComplete | callTransferUpdate | subaddressTransfer}
callTransferIdentify OPERATION ::= {
ARGUMENT DummyArg
RESULT CTIdentifyRes
ERRORS {
notAvailable |
invalidCallState |
unspecified |
supplementaryServiceInteractionNotAllowed}
CODE local: 7}
callTransferAbandon OPERATION ::= {
ARGUMENT DummyArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 8}
callTransferInitiate OPERATION ::= {
ARGUMENT CTInitiateArg
RESULT DummyRes
ERRORS {
notAvailable |
invalidCallState |
invalidRerouteingNumber |
unrecognizedCallIdentity |
establishmentFailure |
unspecified |
supplementaryServiceInteractionNotAllowed }
CODE local: 9}
callTransferSetup OPERATION ::= {
ARGUMENT CTSetupArg
RESULT DummyRes
ERRORS{
notAvailable |
invalidCallState |
invalidRerouteingNumber |
unrecognizedCallIdentity |
unspecified |
supplementaryServiceInteractionNotAllowed }
CODE local: 10}
callTransferActive OPERATION::= {
ARGUMENT CTActiveArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 11}
callTransferComplete OPERATION ::= {
ARGUMENT CTCompleteArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 12}
callTransferUpdate OPERATION ::= {
ARGUMENT CTUpdateArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 13}
subaddressTransfer OPERATION ::= {
ARGUMENT SubaddressTransferArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 14}
-- TYPE DEFINITIONS FOR CT DATA TYPES FOLLOW
DummyArg ::= CHOICE {
null NULL,
single [1] IMPLICIT Extension{{CTExtSet}},
multiple [2] IMPLICIT SEQUENCE OF Extension{{CTExtSet}}
}
DummyRes ::= CHOICE {
null NULL,
single [1] IMPLICIT Extension{{CTExtSet}},
multiple [2] IMPLICIT SEQUENCE OF Extension{{CTExtSet}}
}
CTIdentifyRes ::= SEQUENCE {
callIdentity CallIdentity,
rerouteingNumber PartyNumber,
resultExtension CHOICE {
single [6] IMPLICIT Extension{{CTExtSet}},
multiple [7] IMPLICIT SEQUENCE OF Extension{{CTExtSet}}
} OPTIONAL
}
CTInitiateArg ::= SEQUENCE {
callIdentity CallIdentity,
rerouteingNumber PartyNumber,
argumentExtension CHOICE {
single [6] IMPLICIT Extension{{CTExtSet}},
multiple [7] IMPLICIT SEQUENCE OF Extension{{CTExtSet}}
} OPTIONAL
}
CTSetupArg ::= SEQUENCE {
callIdentity CallIdentity,
argumentExtension CHOICE {
single [0] IMPLICIT Extension{{CTExtSet}},
multiple [1] IMPLICIT SEQUENCE OF Extension{{CTExtSet}}
} OPTIONAL
}
CTActiveArg ::= SEQUENCE{
connectedAddress PresentedAddressScreened,
basicCallInfoElements PSS1InformationElement OPTIONAL,
-- ISO/IEC 11572 information element
-- Progress indicator is conveyed
connectedName Name OPTIONAL,
argumentExtension CHOICE {
single [9] IMPLICIT Extension{{CTExtSet}},
multiple [10] IMPLICIT SEQUENCE OF Extension{{CTExtSet}}
} OPTIONAL
}
CTCompleteArg ::= SEQUENCE {
endDesignation EndDesignation,
redirectionNumber PresentedNumberScreened,
basicCallInfoElements PSS1InformationElement OPTIONAL,
-- ISO/IEC 11572 information element
-- Progress indicator is conveyed
redirectionName Name OPTIONAL,
callStatus CallStatus DEFAULT answered,
argumentExtension CHOICE {
single [9] IMPLICIT Extension{{CTExtSet}},
multiple [10] IMPLICIT SEQUENCE OF Extension{{CTExtSet}}
} OPTIONAL
}
CTUpdateArg ::= SEQUENCE {
redirectionNumber PresentedNumberScreened,
redirectionName Name OPTIONAL,
basicCallInfoElements PSS1InformationElement OPTIONAL,
-- ISO/IEC 11572 information element
-- Progress indicator is conveyed
argumentExtension CHOICE {
single [9] IMPLICIT Extension{{CTExtSet}},
multiple [10] IMPLICIT SEQUENCE OF Extension{{CTExtSet}}
}OPTIONAL }
SubaddressTransferArg ::= SEQUENCE {
redirectionSubaddress PartySubaddress,
argumentExtension CHOICE {
single [0] IMPLICIT Extension{{CTExtSet}},
multiple [1] IMPLICIT SEQUENCE OF Extension{{CTExtSet}}
} OPTIONAL
}
CallStatus ::= ENUMERATED{
answered(0),
alerting(1)
}
CallIdentity ::= NumericString (SIZE (1..4))
EndDesignation ::= ENUMERATED {
primaryEnd(0),
secondaryEnd(1)
}
CTExtSet EXTENSION ::= {...}
unspecified ERROR ::= {
PARAMETER Extension {{CTExtSet}}
CODE local: 1008 }
invalidRerouteingNumber ERROR ::= { CODE local: 1004}
-- used when establishment of the new
-- connection fails because
-- the rerouteingNumber is not a valid
-- PISN address
unrecognizedCallIdentity ERROR ::= { CODE local: 1005}
-- used when establishment of the new
-- connection fails because it could not be
-- associated with a SS-CT entity
-- at the Secondary PINX
establishmentFailure ERROR ::= { CODE local: 1006}
-- used when establishment of the new
-- connection fails and no other error applies
-- of Call-Transfer-Operations
END -- of Call-Transfer-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-DND.asn | -- QSIG-DND.asn
--
-- Taken from Ecma International
-- Standard ECMA-194, 4th edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-194.htm
--
Do-Not-Disturb-Operations-asn1-97
{iso(1) standard(0) pss1-do-not-disturb(14844) do-not-disturb-operations-asn1-97 (2) }
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t(2) remote-operations(4) informationObjects(5) version1(0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{iso(1) standard(0)
pss1-generic-procedures(11582) msi-class-asn1-97(11)}
basicServiceNotProvided, invalidServedUserNr, notAvailable,
userNotSubscribed, supplementaryServiceInteractionNotAllowed
FROM General-Error-List
{ccitt recommendation q 950 general-error-list (1)}
PartyNumber FROM Addressing-Data-Elements-asn1-97
{iso(1) standard(0) pss1-generic-procedures(11582)
addressing-data-elements-asn1-97 (20)}
BasicService FROM Call-Diversion-Operations-asn1-97
{iso(1) standard(0) pss1-call-diversion(13873) call-diversion-operations-asn1-97 (1) }
;
Do-Not-Disturb-Operations OPERATION ::= {doNotDisturbActivateQ | doNotDisturbDeactivateQ |
doNotDisturbInterrogateQ | doNotDisturbOverrideQ | doNotDisturbOvrExecuteQ | pathRetain | serviceAvailable}
doNotDisturbActivateQ OPERATION ::= {
ARGUMENT DNDActivateArg
RESULT DNDActivateRes
ERRORS { userNotSubscribed |
notAvailable |
invalidServedUserNr |
basicServiceNotProvided |
temporarilyUnavailable |
supplementaryServiceInteractionNotAllowed |
unspecified}
CODE local: 35}
doNotDisturbDeactivateQ OPERATION ::= {
ARGUMENT DNDDeactivateArg
RESULT DummyRes
ERRORS { userNotSubscribed |
notAvailable |
invalidServedUserNr |
notActivated |
temporarilyUnavailable |
supplementaryServiceInteractionNotAllowed |
unspecified}
CODE local: 36}
doNotDisturbInterrogateQ OPERATION ::= {
ARGUMENT DNDInterrogateArg
RESULT DNDInterrogateRes
ERRORS { userNotSubscribed |
notAvailable |
invalidServedUserNr |
temporarilyUnavailable |
supplementaryServiceInteractionNotAllowed |
unspecified}
CODE local: 37}
doNotDisturbOverrideQ OPERATION ::= {
ARGUMENT DNDOverrideArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 38}
pathRetain OPERATION ::= {
ARGUMENT PathRetainArg -- this operation may be used by other
-- Supplementary Services using other
-- values of the argument
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 41}
serviceAvailable OPERATION ::= {
ARGUMENT ServiceAvailableArg -- this operation may be used by other
-- Supplementary Services using other
-- values of the argument
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 42}
doNotDisturbOvrExecuteQ OPERATION ::= {
ARGUMENT DummyArg
RESULT DummyRes
ERRORS { notAvailable |
temporarilyUnavailable |
supplementaryServiceInteractionNotAllowed |
unspecified}
CODE local: 39}
DummyArg ::= CHOICE {
null NULL,
extension [1] IMPLICIT Extension{{DNDExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{DNDExtSet}}
}
DummyRes ::= CHOICE {
null NULL,
extension [1] IMPLICIT Extension{{DNDExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{DNDExtSet}}
}
DNDActivateArg ::= SEQUENCE {
basicService BasicService,
servedUserNr PartyNumber,
argumentExtension CHOICE{
extension [1] IMPLICIT Extension{{DNDExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{DNDExtSet}}
} OPTIONAL
}
DNDActivateRes ::= SEQUENCE {
status SET OF SEQUENCE{
basicService BasicService,
dndProtectionLevel DNDProtectionLevel OPTIONAL
} OPTIONAL,
resultExtension CHOICE{
extension [1] IMPLICIT Extension{{DNDExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{DNDExtSet}}
} OPTIONAL
}
DNDDeactivateArg ::= SEQUENCE {
basicService BasicService,
servedUserNr PartyNumber,
argumentExtension CHOICE{
extension [1] IMPLICIT Extension{{DNDExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{DNDExtSet}}
} OPTIONAL
}
DNDInterrogateArg ::= SEQUENCE {
servedUserNr PartyNumber,
argumentExtension CHOICE{
extension [1] IMPLICIT Extension{{DNDExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{DNDExtSet}}
} OPTIONAL
}
DNDInterrogateRes ::= SEQUENCE {
status SET OF SEQUENCE {
basicService BasicService,
dndProtectionLevel DNDProtectionLevel OPTIONAL
} OPTIONAL,
resultExtension CHOICE{
extension [1] IMPLICIT Extension{{DNDExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{DNDExtSet}}
} OPTIONAL
}
DNDOverrideArg ::= SEQUENCE {
dndoCapabilityLevel DNDOCapabilityLevel,
argumentExtension CHOICE{
extension [1] IMPLICIT Extension{{DNDExtSet}},
sequenceOfExtn [2] IMPLICIT SEQUENCE OF Extension{{DNDExtSet}}
} OPTIONAL
}
PathRetainArg ::= CHOICE {
serviceList ServiceList,
extendedServiceList SEQUENCE {
serviceList ServiceList,
extension Extension{{DNDExtSet}}
}
}
ServiceAvailableArg ::= CHOICE {
serviceList ServiceList,
extendedServiceList SEQUENCE {
serviceList ServiceList,
extension Extension{{DNDExtSet}}
}
}
DNDProtectionLevel ::= ENUMERATED {
lowProtection(0),
mediumProtection(1),
highProtection(2),
fullProtection(3)
}
DNDOCapabilityLevel ::= ENUMERATED {
overrideLowProt(1),
overrideMediumProt(2),
overrideHighProt(3)
}
ServiceList ::= BIT STRING
{ dndo-low(1), dndo-medium(2), dndo-high(3) } (SIZE (1..32))
-- bits other than dndo-low, dndo-medium, or dndo-high, are reserved
-- for other Supplementary Services
temporarilyUnavailable ERROR ::= { CODE local: 1000}
--notActivated ERROR ::= { CODE local: 43}
unspecified ERROR ::= {
PARAMETER Extension{{DNDExtSet}}
CODE local: 1008}
DNDExtSet EXTENSION ::= {...}
END -- of Do-Not-Disturb-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/qsig-gf-ade.asn | -- QSIG-GF-ADE.asn
--
-- Taken from Ecma International
-- http://www.ecma-international.org/publications/standards/Ecma-165.htm
--
-- B.1 Addressing information
--
Addressing-Data-Elements-asn1-97 {iso(1) standard(0)
pss1-generic-procedures(11582) addressing-data-elements-asn1-97(20)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
PresentedAddressScreened ::= CHOICE {
presentationAllowedAddressS [0] IMPLICIT AddressScreened,
presentationRestricted [1] IMPLICIT NULL,
numberNotAvailableDueToInterworking [2] IMPLICIT NULL,
presentationRestrictedAddressS [3] IMPLICIT AddressScreened}
PresentedAddressUnscreened ::= CHOICE {
presentationAllowedAddressU [0] IMPLICIT Address,
presentationRestricted [1] IMPLICIT NULL,
numberNotAvailableDueToInterworking [2] IMPLICIT NULL,
presentationRestrictedAddressU [3] IMPLICIT Address}
PresentedNumberScreened ::= CHOICE {
presentationAllowedAddressNS [0] IMPLICIT NumberScreened,
presentationRestricted [1] IMPLICIT NULL,
numberNotAvailableDueToInterworking [2] IMPLICIT NULL,
presentationRestrictedAddressNS [3] IMPLICIT NumberScreened}
PresentedNumberUnscreened ::= CHOICE {
presentationAllowedAddressNU [0] PartyNumber,
presentationRestricted [1] IMPLICIT NULL,
numberNotAvailableDueToInterworking [2] IMPLICIT NULL,
presentationRestrictedAddressNU [3] PartyNumber}
AddressScreened ::= SEQUENCE {
partyNumber PartyNumber,
screeningIndicator ScreeningIndicator,
partySubaddress PartySubaddress OPTIONAL}
NumberScreened ::= SEQUENCE {
partyNumber PartyNumber,
screeningIndicator ScreeningIndicator}
Address ::= SEQUENCE {
partyNumber PartyNumber,
partySubaddress PartySubaddress OPTIONAL}
PartyNumber ::= CHOICE {
unknownPartyNumber [0] IMPLICIT NumberDigits,
-- the numbering plan is the default numbering
-- plan of the network. It is recommanded that
-- this value is used.
publicPartyNumber [1] IMPLICIT PublicPartyNumber,
-- the numbering plan is according to
-- Recommendation E.163 and E.164.
dataPartyNumber [3] IMPLICIT NumberDigits,
-- not used, value reserved.
telexPartyNumber [4] IMPLICIT NumberDigits,
-- not used, value reserved.
privatePartyNumber [5] IMPLICIT PrivatePartyNumber,
nationalStandardPartyNumber [8] IMPLICIT NumberDigits}
-- not used, value reserved.
PublicPartyNumber ::= SEQUENCE {
publicTypeOfNumber PublicTypeOfNumber,
publicNumberDigits NumberDigits}
PrivatePartyNumber ::= SEQUENCE {
privateTypeOfNumber PrivateTypeOfNumber,
privateNumberDigits NumberDigits}
NumberDigits ::= NumericString(SIZE (1..20))
PublicTypeOfNumber ::= ENUMERATED {
unknown(0),
-- if used number digits carry prefix indicating type
-- of number according to national recommendations.
internationalNumber(1), nationalNumber(2),
networkSpecificNumber(3),
-- not used, value reserved
subscriberNumber(4), abbreviatedNumber(6)}
-- valid only for called party number at the outgoing
-- access, network substitutes appropriate number.
PrivateTypeOfNumber ::= ENUMERATED {
unknown(0), level2RegionalNumber(1), level1RegionalNumber(2),
pISNSpecificNumber(3), localNumber(4), abbreviatedNumber(6)}
PartySubaddress ::= CHOICE {
userSpecifiedSubaddress UserSpecifiedSubaddress,
-- not recommended.
nSAPSubaddress NSAPSubaddress}
-- according to Recommendation X.213.
UserSpecifiedSubaddress ::= SEQUENCE {
subaddressInformation SubaddressInformation,
oddCountIndicator BOOLEAN OPTIONAL}
-- used when the coding of subaddress is BCD
NSAPSubaddress ::= OCTET STRING(SIZE (1..20))
-- specified according to X.213. Some networks may
-- limit the subaddress value to some other length
-- e.g. 4 octets
SubaddressInformation ::= OCTET STRING(SIZE (1..20))
-- coded according to user requirements. Some networks
-- may limit the subaddress value to some other length
-- e.g. 4 octets
ScreeningIndicator ::= ENUMERATED {
userProvidedNotScreened(0),
-- number was provided by a remote user terminal
-- equipment, and has been screened by a network that
-- is not the local public or the local private
-- network.
userProvidedVerifiedAndPassed(1),
-- number was provided by a remote user terminal
-- equipment (or by a remote private network), and has
-- been screened by the local public or the local
-- private network.
userProvidedVerifiedAndFailed(2),
-- not used, value reserved.
networkProvided(3)}
-- number was provided by local public or local
-- private network.
PresentationAllowedIndicator ::= BOOLEAN
END -- of Addressing-Data-Elements |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/qsig-gf-ext.asn | -- QSIG-GF-EXT.asn
--
-- Taken from Ecma International
-- http://www.ecma-international.org/publications/standards/Ecma-165.htm
--
-- 9.2 Manufacturer specific additions to standardised operations
--
Manufacturer-specific-service-extension-class-asn1-97 {iso(1) standard(0)
pss1-generic-procedures(11582) msi-class-asn1-97(11)} DEFINITIONS ::=
BEGIN
EXTENSION ::= CLASS {
&ArgumentType ,
&extensionId OBJECT IDENTIFIER
} WITH SYNTAX {
ARGUMENT &ArgumentType
IDENTIFIER &extensionId
}
Extension{EXTENSION:ExtensionSet} ::= SEQUENCE {
extensionId EXTENSION.&extensionId({Extensionset}),
extensionArgument EXTENSION.&ArgumentType({ExtensionSet}{@extensionId})
}
Extensionset EXTENSION ::= {...}
-- ExtensionSet is a set of objects of class EXTENSION. Element extensionId is constrained to be
-- the identifier of an object from that set, and element extensionArgument is constrained to be the
-- argument type for that particular object.
END -- of Manufacturer-specific-service-extension-class-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/qsig-gf-gp.asn | -- QSIG-GF-EXT.asn
--
-- Taken from Ecma International
-- http://www.ecma-international.org/publications/standards/Ecma-165.htm
--
-- B.3 PSS1InformationElement
--
PSS1-generic-parameters-definition-asn1-97 { iso( 1) standard( 0)
pss1-generic-procedures( 11582) pss1-generic-parameters-asn1-97( 17)} DEFINITIONS ::=
BEGIN
PSS1InformationElement ::= [APPLICATION 0] IMPLICIT OCTET STRING
END -- of PSS1 Generic parameters definition-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-MCM.asn | -- QSIG-MCM.asn
--
-- Taken from Ecma International
-- Standard ECMA-347, (June 2003)
-- http://www.ecma-international.org/publications/standards/Ecma-347.htm
--
SS-MCM-Operations-asn1-97
{iso (1) identified-organization (3) icd-ecma (12) standard (0)
qsig-message-centre-monitoring (347)
message-centre-monitoring-operations-asn1-97 (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM
Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations (4) informationObjects (5)
version1 (0)}
EXTENSION, Extension{} FROM
Manufacturer-specific-service-extension-class-asn1-97
{iso standard pss1-generic-procedures (11582)
msi-class-asn1-97 (11)}
basicServiceNotProvided, userNotSubscribed, invalidServedUserNr
FROM General-Error-List
{itu-t (0) recommendation (0) q (17) 950
general-error-list (1)}
PresentedAddressUnscreened, PartyNumber FROM
Addressing-Data-Elements-asn1-97
{iso standard pss1-generic-procedures (11582)
addressing-data-elements-asn1-97 (20)}
Name FROM Name-Operations-asn1-97
{iso standard pss1-name (13868) name-operations-asn1-97 (1)}
;
MCM-Operations OPERATION ::= {
mCMNewMsg |
mCMNoNewMsg |
mCMUpdate |
mCMUpdateReq |
mCMService |
mCMInterrogate |
mCMailboxFull }
mCMNewMsg OPERATION ::= {
ARGUMENT MCMNewMsgArg
RESULT MCMDummyRes
ERRORS {userNotSubscribed |
invalidServedUserNr |
basicServiceNotProvided |
unspecified}
CODE local: 80} -- same code as for mWIActivate in SS-MWI
mCMNoNewMsg OPERATION ::= {
ARGUMENT MCMNoNewMsgArg
RESULT MCMDummyRes
ERRORS {userNotSubscribed |
invalidServedUserNr |
basicServiceNotProvided |
unspecified}
CODE local: 81} -- same code as for mWIDeactivate in SS-MWI
mCMUpdate OPERATION ::= {
ARGUMENT MCMUpdateArg
RESULT MCMDummyRes
ERRORS {userNotSubscribed |
invalidServedUserNr |
unspecified}
CODE local: 115}
mCMUpdateReq OPERATION ::= {
ARGUMENT MCMUpdateReqArg
RESULT MCMUpdateReqRes
ERRORS {userNotSubscribed |
invalidServedUserNr |
basicServiceNotProvided |
unspecified}
CODE local: 82}
-- same code as for mWIInterrogate in SS-MWI
mCMService OPERATION ::= {
ARGUMENT MCMServiceArg
RESULT MCMDummyRes
ERRORS {userNotSubscribed |
invalidServedUserNr |
basicServiceNotProvided |
mCMModeNotProvided |
unspecified}
CODE local: 116}
mCMInterrogate OPERATION ::= {
ARGUMENT MCMInterrogateArg
RESULT MCMInterrogateRes
ERRORS {userNotSubscribed |
invalidServedUserNr |
basicServiceNotProvided |
mCMModeNotProvided |
unspecified}
CODE local: 117}
mCMailboxFull OPERATION ::= {
ARGUMENT MCMailboxFullArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 118}
MCMailboxFullArg ::= SEQUENCE
{
partyInfo PartyInfo,
mailboxFullFor MailboxFullFor,
extensions MCMExtensions OPTIONAL,
...
}
MailboxFullFor ::= SEQUENCE OF MailboxFullPar
MailboxFullPar ::= SEQUENCE
{
messageType MessageType,
capacityReached INTEGER (0..100) OPTIONAL
-- percentage of storage capacity already used
}
MCMServiceArg ::= SEQUENCE
{
partyInfo PartyInfo,
mCMChange MCMChange,
extensions MCMExtensions OPTIONAL,
...
}
MCMChange ::= CHOICE
{
activateMCM [1] IMPLICIT SEQUENCE OF MCMServiceInfo,
deactivateMCM [2] IMPLICIT SEQUENCE OF MessageType,
setToDefaultValues NULL
}
MCMServiceInfo ::= SEQUENCE
{
messageType MessageType,
mCMModeNew [1] IMPLICIT MCMMode OPTIONAL,
mCMModeRetrieved [2] IMPLICIT MCMMode OPTIONAL
}
MCMInterrogateArg ::= SEQUENCE
{
partyInfo PartyInfo,
interrogateInfo SEQUENCE OF MessageType,
extensions MCMExtensions OPTIONAL,
...
}
MCMInterrogateRes ::= SEQUENCE
{
interrogateResult SEQUENCE OF MCMServiceInfo,
extensions MCMExtensions OPTIONAL,
...
}
MCMNewMsgArg ::= SEQUENCE
{
servedUserNr PartyNumber,
specificMessageType MessageType,
msgCentreId MsgCentreId OPTIONAL,
nrOfMessages [3] IMPLICIT NrOfMessages OPTIONAL,
originatingNr [4] PartyNumber OPTIONAL,
timestamp TimeStamp OPTIONAL,
priority [5] IMPLICIT INTEGER (0..9) OPTIONAL,
argumentExt CHOICE {
extension [6] IMPLICIT Extension{{MCMExtSet}},
multipleExtension [7] IMPLICIT SEQUENCE OF
Extension{{MCMExtSet}}
} OPTIONAL
}
MCMNoNewMsgArg ::= SEQUENCE
{
servedUserNr PartyNumber,
specificMessageType MessageType,
msgCentreId MsgCentreId OPTIONAL,
argumentExt CHOICE {
extension [3] IMPLICIT Extension{{MCMExtSet}},
multipleExtension [4] IMPLICIT SEQUENCE OF
Extension{{MCMExtSet}}
} OPTIONAL
}
MCMUpdateArg ::= SEQUENCE
{
partyInfo PartyInfo,
messageType MessageType,
updateInfo UpdateInfo,
moreInfoFollows BOOLEAN DEFAULT FALSE,
extensions MCMExtensions OPTIONAL,
...
}
MCMUpdateReqArg ::= SEQUENCE
{
servedUserNr PartyNumber,
specificMessageType MessageType,
msgCentreId MsgCentreId OPTIONAL,
argumentExt CHOICE {
extension [3] IMPLICIT Extension{{MCMExtSet}},
multipleExtension [4] IMPLICIT SEQUENCE OF
Extension{{MCMExtSet}}
} OPTIONAL
}
MCMUpdateReqRes ::= SEQUENCE SIZE (1..10) OF MCMUpdateReqResElt
MCMUpdateReqResElt ::= SEQUENCE
{
specificMessageType MessageType,
msgCentreId MsgCentreId OPTIONAL,
nrOfMessages [3] IMPLICIT NrOfMessages OPTIONAL,
originatingNr [4] PartyNumber OPTIONAL,
timestamp TimeStamp OPTIONAL,
priority [5] IMPLICIT INTEGER (0..9) OPTIONAL,
argumentExt CHOICE {
extension [6] IMPLICIT Extension{{MCMExtSet}},
multipleExtension [7] IMPLICIT SEQUENCE OF
Extension{{MCMExtSet}}
} OPTIONAL
}
MCMMode ::= INTEGER
{
compressed (0),
complete (1)
}
MCMDummyRes ::= MCMExtensions
PartyInfo ::= SEQUENCE
{
servedUserNr PartyNumber,
messageCentreID MsgCentreId
}
UpdateInfo ::= CHOICE
{
newMsgInfoOnly [1] MessageInfo,
retrievedMsgInfoOnly [2] MessageInfo,
allMsgInfo AllMsgInfo
}
AllMsgInfo ::= SEQUENCE
{
newMsgInfo MessageInfo,
retrievedMsgInfo MessageInfo
}
MessageInfo ::= CHOICE
{
completeInfo [1] IMPLICIT CompleteInfo,
compressedInfo [2] IMPLICIT CompressedInfo,
noMsgsOfMsgType NULL
}
CompleteInfo ::= SEQUENCE OF AddressHeader
AddressHeader ::= SEQUENCE
{
originatorNr PartyNumber,
timeStamp [1] IMPLICIT TimeStamp OPTIONAL,
priority [2] IMPLICIT Priority OPTIONAL
}
CompressedInfo ::= SEQUENCE
{
nrOfMessages NrOfMessages,
lastTimeStamp TimeStamp OPTIONAL,
highestPriority Priority OPTIONAL
}
NrOfMessages ::= INTEGER (0..65535)
Priority ::= INTEGER (0..9) -- the value 0 means the highest priority
-- and 9 the lowest
MsgCentreId ::= CHOICE
{
integer [0] IMPLICIT INTEGER (0..65535),
partyNumber [1] PartyNumber,
numericString [2] IMPLICIT NumericString (SIZE(1..10))
}
TimeStamp ::= GeneralizedTime (SIZE (12..19))
-- a VisibleString containing:
-- - the (local) date in 8 digits (YYYYMMDD),
-- - followed by (local) time of day in 4 or 6 digits (HHMM[SS]),
-- - optionally followed by the letter "Z" or
-- by a local time differential in 5 digits ("+"HHMM or "-"HHMM);
-- this date and time representation follows ISO 8601
-- Examples: 1) 19970621194530, meaning 21 June 1997, 19:45:30;
-- 2) 19970621194530Z, meaning the same as 1);
-- 3) 19970621194530-0500, meaning the same as 1),
-- 5 hours retarded in relation to UTC time
MessageType ::= ENUMERATED
{
-- Note: for the following message type see also Annex D.4
allServices (0),
-- Note: for the following message types see also Annex D.1
-- For compatibility among vendors, speech is recommended for
-- voice mail indications
speech (1),
unrestrictedDigitalInformation (2),
audio3100Hz (3),
telephony (32),
teletex (33),
telefaxGroup4Class1 (34),
videotextSyntaxBased (35),
videotelephony (36),
telefaxGroup2-3 (37),
reservedNotUsed1 (38),
reservedNotUsed2 (39),
reservedNotUsed3 (40),
reservedNotUsed4 (41),
reservedNotUsed5 (42),
-- Note: for the following message types see also annex D.2
email (51),
video (52),
fileTransfer (53),
shortMessageService (54),
-- Note: for the following message types see also annex D.3
speechAndVideo (55),
speechAndFax (56),
speechAndEmail (57),
videoAndFax (58),
videoAndEmail (59),
faxAndEmail (60),
speechVideoAndFax (61),
speechVideoAndEmail (62),
speechFaxAndEmail (63),
videoFaxAndEmail (64),
speechVideoFaxAndEmail (65),
-- Note: for the following message types see also annex D.4
multimediaUnknown (66),
serviceUnknown (67),
futureReserve1 (68),
futureReserve2 (69),
futureReserve3 (70),
futureReserve4 (71),
futureReserve5 (72),
futureReserve6 (73),
futureReserve7 (74),
futureReserve8 (75)
}
MCMExtensions ::= CHOICE
{
none NULL,
extension [1] IMPLICIT Extension {{MCMExtSet}},
multipleExtension [2] IMPLICIT SEQUENCE OF
Extension {{ MCMExtSet }}
}
mCMModeNotProvided ERROR ::= {
CODE local:1037}
unspecified ERROR ::= {
PARAMETER Extension{{MCMExtSet}}
CODE local:1008}
MCMExtSet EXTENSION ::= {...}
END -- of SS-MCM-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-MCR.asn | -- QSIG-MCR.asn
--
-- Taken from Ecma International
-- Standard ECMA-344, (June 2003)
-- http://www.ecma-international.org/publications/standards/Ecma-344.htm
--
SS-MCR-Operations-asn97
{iso (1) identified-organization (3) icd-ecma (12) standard (0)
qsig-make-call-request (344) make-call-request-operations (0)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS
OPERATION,
ERROR
FROM Remote-Operations-Information-Objects
{ joint-iso-itu-t (2) remote-operations (4) informationObjects (5) version1 (0) }
EXTENSION,
Extension {}
FROM Manufacturer-specific-service-extension-class-asn1-97
{ iso (1) standard (0) pss1-generic-procedures (11582) msi-class-asn1-97 (11) }
Name
FROM Name-Operations-asn1-97
{ iso (1) standard (0) pss1-name (13868) name-operations-asn1-97 (1) }
BasicService
FROM Call-Diversion-Operations-asn1-97
{ iso (1) standard (0) pss1-call-diversion (13873)
call-diversion-operations-asn1-97 (1) }
basicServiceNotProvided,
supplementaryServiceInteractionNotAllowed,
userNotSubscribed
FROM General-Error-List
{itu-t (0) recommendation (0) q (17) 950 general-error-list (1)}
PresentedAddressUnscreened
FROM Addressing-Data-Elements-asn1-97
{ iso (1) standard (0) pss1-generic-procedures (11582)
addressing-data-elements-asn1-97 (20) }
CallIdentity, establishmentFailure
FROM Path-Replacement-Operations-asn1-97
{iso (1) standard (0) pss1-path-replacement (13874) pr-operations-asn1-97(1)}
;
Make-Call-Request-Operations OPERATION::= {
mCRequest | mCAlerting | mCInform }
mCRequest OPERATION ::= {
ARGUMENT MCRequestArg
RESULT MCRequestResult
ERRORS {userNotSubscribed|
basicServiceNotProvided|
supplementaryServiceInteractionNotAllowed|
invalidDestinationNumber|
invalidCooperationNumber|
mCRequestNotAllowed|
mCExecutionNotAllowed|
mCDestUserBusy|
mCCoopUserBusy|
mCCoopUserRejected|
establishmentFailure|
unspecified}
CODE local: 112
}
mCInform OPERATION ::= {
ARGUMENT MCInformArg
RETURN RESULT FALSE
ERRORS {userNotSubscribed|
basicServiceNotProvided|
supplementaryServiceInteractionNotAllowed|
invalidDestinationNumber|
mCExecutionNotAllowed|
mCDestUserBusy|
unspecified}
ALWAYS RESPONDS FALSE
CODE local: 113
}
mCAlerting OPERATION ::= {
ARGUMENT MCAlertingArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 114
}
MCRequestArg ::= SEQUENCE
{
callType CallType,
retainOrigCall BOOLEAN DEFAULT TRUE,
destinationAddress PresentedAddressUnscreened,
requestingAddress [0] PresentedAddressUnscreened OPTIONAL,
cooperatingAddress [1] PresentedAddressUnscreened OPTIONAL,
correlation Correlation,
extensions MCRExtensions OPTIONAL,
...
}
MCRequestResult ::= SEQUENCE
{
extensions MCRExtensions OPTIONAL,
...
}
MCInformArg ::= SEQUENCE
{
requestingAddress [0] PresentedAddressUnscreened OPTIONAL,
cooperatingAddress [1] PresentedAddressUnscreened OPTIONAL,
correlation Correlation,
extensions MCRExtensions OPTIONAL,
...
}
MCAlertingArg ::= SEQUENCE
{
correlation Correlation,
extensions MCRExtensions OPTIONAL,
...
}
CallType ::= CHOICE
{
basicService BasicService,
cisc NULL
}
Correlation ::= SEQUENCE
{
correlationData CallIdentity,
correlationReason CorrelationReason OPTIONAL
}
CorrelationReason ::= INTEGER
{
unknown (0),
mCACommunication (1),
cTIApplication (2)
} (0..255)
MCRExtensions ::= CHOICE
{
none NULL,
single [0] IMPLICIT Extension
{ { MakeCallRequestExtension } } ,
multiple [1] IMPLICIT SEQUENCE OF Extension
{ { MakeCallRequestExtension } }
}
MakeCallRequestExtension EXTENSION::= {...}
invalidDestinationNumber ERROR ::= {CODE local : 1030}
invalidCooperationNumber ERROR ::= {CODE local : 1031}
mCRequestNotAllowed ERROR ::= {CODE local : 1032}
mCExecutionNotAllowed ERROR ::= {CODE local : 1033}
mCDestUserBusy ERROR ::= {CODE local : 1034}
mCCoopUserBusy ERROR ::= {CODE local : 1035}
mCCoopUserRejected ERROR ::= {CODE local : 1036}
unspecified ERROR ::= {PARAMETER Extension
{ { MakeCallRequestExtension } }
CODE local : 1008
}
END -- of SS-MCR-Operations |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-MID.asn | -- QSIG-MID.asn
--
-- Taken from Ecma International
-- Standard ECMA-347, (June 2003)
-- http://www.ecma-international.org/publications/standards/Ecma-347.htm
--
SS-MID-Operations-asn1-97
{iso (1) identified-organization (3) icd-ecma (12) standard (0)
qsig-mailbox-identification (347) mailbox-identification-operations-asn1-97 (2)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM
Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations (4) informationObjects (5)
version1 (0)}
EXTENSION, Extension{} FROM
Manufacturer-specific-service-extension-class-asn1-97
{iso standard pss1-generic-procedures (11582) msi-class-asn1-97
(11)}
basicServiceNotProvided, userNotSubscribed, invalidServedUserNr
FROM General-Error-List
{itu-t (0) recommendation (0) q (17) 950 general-error-list (1)}
PresentedAddressUnscreened FROM
Addressing-Data-Elements-asn1-97
{iso standard pss1-generic-procedures (11582) addressing-data-elements-asn1-97 (20)}
Name FROM
Name-Operations-asn1-97
{iso standard pss1-name (13868) name-operations-asn1-97 (1)}
MessageType, MsgCentreId FROM
SS-MCM-Operations-asn1-97
{iso (1) identified-organization (3) icd-ecma (12) standard (0)
qsig-message-centre-monitoring (347)
message-centre-monitoring-operations-asn1-97 (1)}
;
MID-Operations OPERATION ::= {mIDMailboxAuth |
mIDMailboxID}
mIDMailboxAuth OPERATION ::= {
ARGUMENT MIDMailboxAuthArg
RESULT MIDDummyRes
ERRORS {userNotSubscribed |
invalidServedUserNr |
invalidMailbox |
authorizationFailed |
unspecified}
CODE local:119}
mIDMailboxID OPERATION ::= {
ARGUMENT MIDMailboxIDArg
RESULT MIDDummyRes
ERRORS {userNotSubscribed |
invalidServedUserNr |
invalidMailbox |
unspecified}
CODE local:120}
MIDMailboxAuthArg ::= SEQUENCE
{
partyInfo PartyInfo,
servedUserName Name OPTIONAL,
mailBox [8]String OPTIONAL,
password String,
extensions MIDExtensions OPTIONAL,
...
}
MIDMailboxIDArg ::= SEQUENCE
{
partyInfo PartyInfo,
servedUserName Name OPTIONAL,
mailBox String,
extensions MIDExtensions OPTIONAL,
...
}
MIDDummyRes ::= MIDExtensions
PartyInfo ::= SEQUENCE
{
servedUserNr PresentedAddressUnscreened,
messageType MessageType OPTIONAL,
messageCentreID MsgCentreId
}
String ::= CHOICE
{
stringBmp BMPString,
stringUtf8 UTF8String
}
MIDExtensions ::= CHOICE
{
none NULL,
extension [1] IMPLICIT Extension {{MIDExtSet}},
multipleExtension [2] IMPLICIT SEQUENCE OF
Extension {{ MIDExtSet }}
}
invalidMailbox ERROR ::= {
CODE local:1039}
authorizationFailed ERROR ::= {
CODE local:1040}
unspecified ERROR ::= {
PARAMETER Extension{{MIDExtSet}}
CODE local:1008}
MIDExtSet EXTENSION ::= {...}
END -- of SS-MID-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-NA.asn | -- QSIG-NA.asn
--
-- Taken from Ecma International
-- Standard ECMA-164, 4th edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-164.htm
--
Name-Operations-asn1-97
{ iso ( 1) standard ( 0) pss1-name (13868) name-operations-asn1-97( 1) }
DEFINITIONS ::=
BEGIN
IMPORTS
OPERATION FROM Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{ iso standard pss1-generic-procedures (11582) msi-class-asn1-97 ( 11) };
Name-Operations OPERATION ::= { callingName | calledName | connectedName | busyName }
callingName OPERATION ::= {
ARGUMENT NameArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 0
}
calledName OPERATION ::= {
ARGUMENT NameArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 1
}
connectedName OPERATION ::= {
ARGUMENT NameArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 2
}
busyName OPERATION ::= {
ARGUMENT NameArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 3
}
NameArg ::= CHOICE {
name Name,
nameSequence SEQUENCE {
name Name,
extension NameExtension OPTIONAL
}
}
NameExtension ::= CHOICE {
single [5] IMPLICIT Extension{{NameExtensionSet}},
multiple [6] IMPLICIT SEQUENCE OF Extension{{NameExtensionSet}}
}
NameExtensionSet EXTENSION ::= {...}
Name ::= CHOICE
{ namePresentationAllowed NamePresentationAllowed,
namePresentationRestricted NamePresentationRestricted,
nameNotAvailable NameNotAvailable }
NamePresentationAllowed ::= CHOICE
{ namePresentationAllowedSimple [0] IMPLICIT NameData,
namePresentationAllowedExtended [1] IMPLICIT NameSet }
-- iso8859-1 is implied in namePresentationAllowedSimple.
NamePresentationRestricted ::= CHOICE
{ namePresentationRestrictedSimple [2] IMPLICIT NameData,
namePresentationRestrictedExtended [3] IMPLICIT NameSet,
namePresentationRestrictedNull [7] IMPLICIT NULL}
-- iso8859-1 is implied in namePresentationRestrictedSimple.
-- namePresentationRestrictedNull shall only be used in the
-- case of interworking where the other network provides an
-- indication that the name is restricted without the name itself.
NameNotAvailable ::= [4] IMPLICIT NULL
NameData ::= OCTET STRING (SIZE (1..50))
-- The maximum allowed size of the name field is 50 octets.
-- The minimum required size of the name field is 1 octet.
NameSet ::= SEQUENCE
{ nameData NameData,
characterSet CharacterSet OPTIONAL }
-- If characterSet is not included, iso8859-1 is implied.
CharacterSet ::= INTEGER
{ unknown (0),
iso8859-1 (1),
-- The character set "iso8859-1" is specified in International
-- Standard ISO 8859-1
-- The value 2 was assigned for CCITT Rec. T.61
-- which has been withdrawn by ITU-T.
iso8859-2 (3),
-- The character set "iso8859-2" is specified in International
-- Standard ISO 8859-2
iso8859-3 (4),
--The character set "iso8859-3" is specified in International
-- Standard ISO 8859-3
iso8859-4 (5),
--The character set "iso8859-4" is specified in International
-- Standard ISO 8859-4
iso8859-5 (6),
--The character set "iso8859-5" is specified in International
-- Standard ISO 8859-5
iso8859-7 (7),
--The character set "iso8859-7" is specified in International
-- Standard ISO 8859-7
iso10646-BmpString (8),
-- The character set "iso10646-BmpString" is specified in International
-- Standard ISO 10646-1 and in ITU-T Rec. X.680
-- with this character set, each character occupies 2 octets in NameData
iso10646-utf-8String (9)
-- The character set "iso10646-utf-8String" is specified in International
-- Standard ISO 10646-1
-- UTF-8-String is defined in Annex R of ISO 10646-1
-- with this character set, each character occupies a variable
-- number of octets (1...6) in NameData
} (0..255)
-- Other character sets might be added in further editions of
-- this Standard
END -- of Name-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-PR.asn | -- QSIG-PR.asn
--
-- Taken from Ecma International
-- Standard ECMA-176, 4th edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-176.htm
--
Path-Replacement-Operations-asn1-97
{iso standard pss1-path-replacement (13874) pr-operations-asn1-97(1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations(4) informationObjects(5) version1(0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{iso standard
pss1-generic-procedures (11582) msi-class-asn1-97 (11)}
notAvailable, supplementaryServiceInteractionNotAllowed
FROM General-Error-List
{ccitt recommendation q 950 general-error-list (1)}
PartyNumber FROM Addressing-Data-Elements-asn1-97
{iso(1) standard(0) pss1-generic-procedures(11582)
addressing-data-elements-asn1-97 (20)};
Path-Replacement-Operations OPERATION ::={
pathReplacePropose | pathReplaceSetup | pathReplaceRetain | pathReplaceInvite}
pathReplaceInvite OPERATION ::= {
ARGUMENT DummyArg
RETURN RESULT FALSE
ERRORS {
notAvailable |
temporarilyUnavailable |
supplementaryServiceInteractionNotAllowed |
criteriaPermanentlyUnachievable |
criteriaTemporarilyUnachievable |
invalidRerouteingNumber |
unrecognizedCallIdentity |
establishmentFailure |
collision |
unspecified }
ALWAYS RESPONDS FALSE
CODE local: 86 }
pathReplacePropose OPERATION ::= {
ARGUMENT PRProposeArg
RETURN RESULT FALSE
ERRORS {
notAvailable |
temporarilyUnavailable |
supplementaryServiceInteractionNotAllowed |
criteriaPermanentlyUnachievable |
criteriaTemporarilyUnachievable |
invalidRerouteingNumber |
unrecognizedCallIdentity |
establishmentFailure |
collision |
unspecified }
ALWAYS RESPONDS FALSE
CODE local: 4 }
pathReplaceSetup OPERATION ::= {
ARGUMENT PRSetupArg
RESULT DummyResult
ERRORS {
criteriaPermanentlyUnachievable |
criteriaTemporarilyUnachievable |
invalidRerouteingNumber |
unrecognizedCallIdentity |
temporarilyUnavailable |
unspecified }
CODE local: 5 }
pathReplaceRetain OPERATION ::= {
ARGUMENT PRRetainArg
RESULT DummyResult
ERRORS {
notAvailable |
temporarilyUnavailable |
supplementaryServiceInteractionNotAllowed |
criteriaPermanentlyUnachievable |
criteriaTemporarilyUnachievable |
invalidRerouteingNumber |
unrecognizedCallIdentity |
establishmentFailure |
unspecified }
CODE local: 6 }
PRProposeArg ::= SEQUENCE {
callIdentity CallIdentity,
rerouteingNumber PartyNumber,
extension CHOICE {
single [1] IMPLICIT Extension{{PRExtSet}},
multiple [2] IMPLICIT SEQUENCE OF Extension{{PRExtSet}}
} OPTIONAL
}
PRSetupArg ::= SEQUENCE {
callIdentity CallIdentity,
extension CHOICE {
single [1] IMPLICIT Extension{{PRExtSet}},
multiple [2] IMPLICIT SEQUENCE OF Extension{{PRExtSet}}
} OPTIONAL
}
PRRetainArg ::= SEQUENCE {
callIdentity CallIdentity,
rerouteingNumber PartyNumber,
extension CHOICE {
single [1] IMPLICIT Extension{{PRExtSet}},
multiple [2] IMPLICIT SEQUENCE OF Extension{{PRExtSet}}
} OPTIONAL
}
DummyResult ::= CHOICE {
null NULL,
single [1] IMPLICIT Extension{{PRExtSet}},
multiple [2] IMPLICIT SEQUENCE OF Extension{{PRExtSet}}
}
DummyArg ::= CHOICE {
null NULL,
single [1] IMPLICIT Extension{{PRExtSet}},
multiple [2] IMPLICIT SEQUENCE OF Extension{{PRExtSet}}
}
PRExtSet EXTENSION ::= {...}
CallIdentity ::= NumericString (SIZE(1..4))
temporarilyUnavailable ERROR ::= {CODE local: 1000}
-- used when the operation is temporarily not available and none of
-- the other errors applies - a later attempt could be successful
collision ERROR ::= {CODE local: 1001}
-- used when a pathReplacePropose invoke APDU is received by a PINX
-- which has sent a pathReplacePropose invoke APDU
criteriaPermanentlyUnachievable ERROR ::= {CODE local: 1002}
-- used when the special criteria requested cannot be achieved
-- because the necessary resources are permanently unavailable
criteriaTemporarilyUnachievable ERROR ::= {CODE local: 1003}
-- used when the special criteria requested cannot be achieved
-- because the necessary resources are temporarily unavailable
-- a later attempt could be successful
invalidRerouteingNumber ERROR ::= {CODE local: 1004}
-- used when the establishment of the new connection fails because the
-- Called party number information element is not a valid number for
-- routeing the new connection to
unrecognizedCallIdentity ERROR ::= {CODE local: 1005}
-- used when establishment of the new connection fails because it could
-- not be associated with the old connection at the Requesting PINX
establishmentFailure ERROR ::= {CODE local: 1006}
-- used when establishment of the new connection fails and no other error
-- applies
unspecified ERROR ::= {
PARAMETER Extension{{PRExtSet}}
CODE local: 1008}
-- used to convey a manufacturer specific error, possibly with other information
-- of Path-Replacement-Operations
END -- of Path-Replacement-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-PUMCH.asn | -- QSIG-PUMCH.asn
--
-- Taken from Ecma International
-- Standard ECMA-284, 3rd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-284.htm
--
Private-User-Mobility-Call-Handling-Operations-asn1-97
{ iso (1) standard (0) pss1-pum-call-handling (17878) pum-call-handling-operations-asn1-97 (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{ joint-iso-itu-t remote-operations (4) informationObjects (5) version1 (0) }
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{ iso (1) standard (0)
pss1-generic-procedures (11582) msi-class-asn1-97(11) }
PSS1InformationElement FROM PSS1-generic-parameters-definition-asn1-97
{ iso (1) standard (0)
pss1-generic-procedures (11582) pss1-generic-parameters-asn1-97 (17) }
Name FROM Name-Operations-asn1-97
{ iso (1) standard (0)
pss1-name (13868) name-operations-asn1-97 (1) }
basicServiceNotProvided, invalidServedUserNr, notAvailable FROM
General-Error-List
{ ccitt recommendation q 950 general-error-list (1) }
Address, PartyNumber, PartySubaddress, PresentedNumberScreened FROM
Addressing-Data-Elements-asn1-97
{ iso (1) standard (0) pss1-generic-procedures (11582)
addressing-data-elements-asn1-97 (20) };
Private-User-Mobility-Call-Handling-Operations OPERATION ::= { pumiEnquiry | pumiDivert | pumiInform |
pumoCall }
-- Operations for ANF-PUMI: --
pumiEnquiry OPERATION ::= {
-- Sent from the PUMI-detect PINX to the Home PINX.
ARGUMENT EnquiryArg
RESULT EnquiryRes
ERRORS { invalidServedUserNr | locationNotKnown |
notAvailable | basicServiceNotProvided | unspecified }
CODE local: 93}
pumiDivert OPERATION ::= {
-- Sent from the PUMI-detect PINX to the Rerouteing PINX.
ARGUMENT DivertArg
RESULT DummyRes
ERRORS { notAvailable | unspecified }
CODE local: 94}
pumiInform OPERATION ::= {
-- Sent from the Rerouteing PINX to the Visitor PINX.
ARGUMENT InformArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 95}
EnquiryArg ::= SEQUENCE { pisnNumber PartyNumber,
-- The PISN number of the PUM user
qSIGInfoElement PSS1InformationElement,
-- The basic call information elements Bearer capability, High layer compatibility,
-- Low layer compatibility can be embedded in the qSIGInfoElement
-- in accordance with clause 6.5.2.1.
argExtension PumiExtension OPTIONAL }
DivertArg ::= SEQUENCE { hostingAddr PartyNumber,
-- The PISN number of the hosting user,
-- always a Complete Number.
callingNumber PresentedNumberScreened,
pumIdentity PumIdentity,
-- The PISN number (always a Complete Number)
-- and/or an alternative identifier of the PUM user.
qSIGInfoElement PSS1InformationElement,
-- The basic call information elements Bearer capability, High layer compatibility,
-- Low layer compatibility, and Progress indicator
-- can be embedded in the qSIGInfoElement in accordance with clause 6.5.2.1.
callingUserSub [ 1 ] PartySubaddress OPTIONAL,
callingUserName [ 2 ] Name OPTIONAL,
pumUserSub [ 3 ] PartySubaddress OPTIONAL,
argExtension PumiExtension OPTIONAL }
InformArg ::= SEQUENCE { pumIdentity PumIdentity,
-- The PISN number (always a Complete Number)
-- and/or an alternative identifier of the PUM user.
argExtension PumiExtension OPTIONAL }
EnquiryRes ::= CHOICE { currLocation [ 1 ] IMPLICIT CurrLocation,
cfuActivated [ 2 ] IMPLICIT CfuActivated }
CurrLocation ::= SEQUENCE { hostingAddr PartyNumber,
-- The PISN number of the hosting user,
-- always a Complete Number.
pumIdentity PumIdentity,
-- The PISN number (always a Complete Number)
-- and/or an alternative identifier of the PUM user.
argExtension PumiExtension OPTIONAL }
CfuActivated ::= SEQUENCE { divToAddress Address,
divOptions SubscriptionOption,
pumName [ 1 ] Name OPTIONAL,
argExtension PumiExtension OPTIONAL }
SubscriptionOption ::=ENUMERATED { noNotification (0),
notificationWithoutDivertedToNr (1),
notificationWithDivertedToNr (2) }
DummyRes ::= CHOICE { null NULL,
extension [ 1 ] IMPLICIT Extension{{PUMCHExtSet}},
sequOfExtn [ 2 ] IMPLICIT SEQUENCE OF
Extension{{PUMCHExtSet}} }
PumiExtension ::= CHOICE { extension [ 4 ] IMPLICIT Extension{{PUMCHExtSet}},
sequOfExtn [ 5 ] IMPLICIT SEQUENCE OF
Extension{{PUMCHExtSet}} }
PumIdentity ::= CHOICE { pisnNumber PartyNumber,
alternativeId [ 10 ] IMPLICIT AlternativeId,
both [ 11 ] IMPLICIT SEQUENCE
{ pisnNumber PartyNumber,
alternativeId AlternativeId } }
AlternativeId ::= OCTET STRING(SIZE(1..20))
-- Operation for ANF-PUMO --
pumoCall OPERATION ::= {
ARGUMENT PumoArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 96}
PumoArg ::= SEQUENCE { destinationNumber [0] PartyNumber OPTIONAL,
pumIdentity [1] PumIdentity OPTIONAL,
-- The PISN number (always a Complete Number)
-- and/or an alternative identifier of the PUM user.
sendingComplete [2] IMPLICIT NULL OPTIONAL,
extension CHOICE
{single [3] IMPLICIT Extension{{PUMCHExtSet}},
multiple [4] IMPLICIT SEQUENCE OF
Extension{{PUMCHExtSet}} }
OPTIONAL }
PUMCHExtSet EXTENSION ::= {...}
locationNotKnown ERROR ::= { CODE local: 1015}
unspecified ERROR ::= { PARAMETER Extension{{PUMCHExtSet}}
CODE local: 1008}
END -- of Private-User-Mobility-Call-Handling-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-PUMR.asn | -- QSIG-PUMR.asn
--
-- Taken from Ecma International
-- Standard ECMA-282, 3rd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-282.htm
--
PUM-Registration-Operations-asn1-97
{ iso (1) standard (0) pss1-pum-registration (17876) pum-registration-operations-asn1-97 (1) }
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{ joint-iso-itu-t (2) remote-operations (4) informationObjects (5) version1(0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{ iso (1) standard (0) pss1-generic-procedures (11582) msi-class-asn1-97 (11) }
notAvailable, invalidServedUserNr, supplementaryServiceInteractionNotAllowed
FROM General-Error-List
{ ccitt recommendation q 950 general-error-list (1) }
PartyNumber FROM Addressing-Data-Elements-asn1-97
{ iso (1) standard (0) pss1-generic-procedures (11582)
addressing-data-elements-asn1-97 (20) }
BasicService FROM Call-Diversion-Operations-asn1-97
{ iso (1) standard (0) pss1-call-diversion (13873)
call-diversion-operations-asn1-97 (1) }
pisnEnquiry FROM WTM-Location-Registration-Operations-asn1-97
{ iso (1) standard (0) pss1-location-registration (15429)
wtmlr-operations-asn1-97 (1) };
PUM-Registration-Operations OPERATION ::= { pumRegistr | pumDelReg | pumDe-reg |
pumInterrog | pisnEnquiry }
pumRegistr OPERATION ::= {
-- Registration (sent from the Visitor PINX to the Home PINX or
-- from a Remote PINX to the Visitor PINX)
ARGUMENT PumRegistrArg
RESULT PumRegistrRes
ERRORS { invalidServedUserNr | notAuthorized | unspecified |
notAvailable | temporarilyUnavailable |
supplementaryServiceInteractionNotAllowed |
pumUserNotSubscribedToThisServiceOpt |
pumUserFailedAuthentication | hostingAddrInvalid }
CODE local: 89}
pumDelReg OPERATION ::= {
-- Delete Registration (sent from the Home PINX to the Previous Visitor PINX)
ARGUMENT PumDelRegArg
RESULT DummyRes
ERRORS { notAvailable | temporarilyUnavailable | unspecified |
supplementaryServiceInteractionNotAllowed }
CODE local: 90}
pumDe-reg OPERATION ::= {
-- De-registration (sent from the Visitor PINX or Remote PINX to the Home PINX)
ARGUMENT PumDe-regArg
RESULT DummyRes
ERRORS { invalidServedUserNr | notAuthorized | unspecified |
supplementaryServiceInteractionNotAllowed |
pumUserNotSubscribedToThisServiceOpt |
pumUserFailedAuthentication | hostingAddrInvalid |
pumUserNotRegistered }
CODE local: 91}
pumInterrog OPERATION ::= {
-- Interrogation (sent from the Visitor PINX or Remote PINX to the Home PINX and
-- from the Home PINX to the Visitor PINX)
ARGUMENT PumInterrogArg
RESULT PumInterrogRes
ERRORS { invalidServedUserNr | notAuthorized | unspecified |
supplementaryServiceInteractionNotAllowed |
pumUserFailedAuthentication | hostingAddrInvalid |
pumUserNotRegistered }
CODE local: 92}
PumRegistrArg ::= SEQUENCE { pumUserId CHOICE { pumNumber PartyNumber,
-- The PISN number of the PUM user,
-- always a Complete Number.
alternativeId AlternativeId },
basicService BasicService,
-- specific basic service or all basic services,
hostingAddr PartyNumber,
-- The PISN number of the hosting user,
-- always a Complete Number.
activatingUserAddr [0] PartyNumber OPTIONAL,
-- The PISN number of the activating user,
-- always a Complete Number.
-- Mandatory if sent from a Remote PINX, else not included.
serviceOption ServiceOption DEFAULT inCallRegistration,
-- Type of registration (InCall, OutCall or AllCall)
sessionParams SessionParams OPTIONAL,
-- Duration of session, Number of outgoing calls
userPin CHOICE { pumUserPin [6] IMPLICIT UserPin,
activatingUserPin [7] IMPLICIT UserPin } OPTIONAL,
argExtension PumrExtension OPTIONAL }
PumRegistrRes ::= SEQUENCE { pumNumber PartyNumber,
serviceOption ServiceOption OPTIONAL,
-- Type of registration (InCall, OutCall or AllCall)
sessionParams SessionParams OPTIONAL,
-- Duration of session, Number of outgoing calls
argExtension PumrExtension OPTIONAL }
DummyRes ::= CHOICE { null NULL,
extension [ 1 ] IMPLICIT Extension{{PUMRExtSet}},
sequOfExtn [ 2 ] IMPLICIT SEQUENCE OF
Extension{{PUMRExtSet}} }
PumDelRegArg ::= SEQUENCE { pumUserId CHOICE { pumNumber PartyNumber,
-- The PISN number of the PUM user,
-- always a Complete Number.
alternativeId AlternativeId },
basicService BasicService,
-- specific basic service or all basic services,
hostingAddr PartyNumber,
-- The PISN number of the hosting user,
-- always a Complete Number.
serviceOption ServiceOption,
-- Type of registration session (InCall, OutCall or AllCall)
argExtension PumrExtension OPTIONAL }
PumDe-regArg ::= SEQUENCE { pumUserId CHOICE { pumNumber PartyNumber,
-- The PISN number of the PUM user,
-- always a Complete Number.
alternativeId AlternativeId },
basicService BasicService,
-- specific basic service or all basic services,
hostingAddr [0] PartyNumber OPTIONAL,
-- The PISN number of the hosting user,
-- always a Complete Number.
-- Not included if serviceOption indicates 'inCallRegistration',
-- optional if serviceOption indicates 'outCallRegistration'
-- or 'allCallRegistration'.
activatingUserAddr [1] PartyNumber OPTIONAL,
-- The PISN number of the activating user,
-- always a Complete Number.
-- Mandatory if sent from a Remote PINX, else not included.
serviceOption ServiceOption DEFAULT inCallRegistration,
-- Type of registration session (InCall, OutCall or AllCall)
-- If serviceOption indicates 'outCallRegistration' and
-- hostingAddr is omitted, the de-registration applies to
-- all OutCall registrations of this PUM user.
-- If serviceOption indicates 'allCallRegistration' and
-- hostingAddr is omitted, the de-registration applies to the
-- AllCall and all OutCall registrations of this PUM user.
userPin CHOICE { pumUserPin [6] IMPLICIT UserPin,
activatingUserPin [7] IMPLICIT UserPin } OPTIONAL,
argExtension PumrExtension OPTIONAL }
PumInterrogArg ::= SEQUENCE { pumUserId CHOICE { pumNumber PartyNumber,
-- The PISN number of the PUM user,
-- always a Complete Number.
alternativeId AlternativeId },
basicService BasicService,
-- specific basic service or all basic services,
hostingAddr [0] PartyNumber OPTIONAL,
-- The PISN number of the hosting user,
-- always a Complete Number.
-- Omission indicates 'all hosting addresses'.
activatingUserAddr [1] PartyNumber OPTIONAL,
-- The PISN number of the activating user,
-- always a Complete Number.
serviceOption [2] ServiceOption OPTIONAL,
homeInfoOnly BOOLEAN DEFAULT TRUE,
-- True = Only Home PINX information (default)
-- False = Complete information
userPin CHOICE { pumUserPin [6] IMPLICIT UserPin,
activatingUserPin [7] IMPLICIT UserPin } OPTIONAL,
argExtension PumrExtension OPTIONAL }
PumInterrogRes ::= SET SIZE(1..8) OF
SEQUENCE { basicService [0] IMPLICIT BasicService OPTIONAL,
-- specific basic service or all basic services,
-- (Home PINX information)
hostingAddr [1] PartyNumber OPTIONAL,
-- The PISN number of the hosting user,
-- always a Complete Number.
-- (Home PINX information)
serviceOption [2] IMPLICIT ServiceOption OPTIONAL,
-- Type of registration session
-- (InCall, OutCall or AllCall)
-- (Home PINX information)
interrogParams SessionParams OPTIONAL,
-- Time left in registration session,
-- Number of outgoing calls left
-- (Visitor PINX information)
argExtension PumrExtension OPTIONAL }
AlternativeId ::= OCTET STRING (SIZE(1..20))
ServiceOption ::= ENUMERATED { inCallRegistration (0),
outCallRegistration (1),
allCallRegistration (2) }
SessionParams ::= SEQUENCE { durationOfSession [ 1 ] IMPLICIT INTEGER OPTIONAL,
-- Duration of session in seconds,
-- default if omitted: duration of session unlimited.
numberOfOutgCalls [ 2 ] IMPLICIT INTEGER OPTIONAL }
-- Default if omitted: number of outgoing calls unlimited.
UserPin ::= OCTET STRING (SIZE(1..20))
PumrExtension ::= CHOICE {
extension [ 4 ] IMPLICIT Extension {{PUMRExtSet}},
sequOfExtn [ 5 ] IMPLICIT SEQUENCE OF
Extension{{PUMRExtSet}} }
PUMRExtSet EXTENSION ::= {...}unspecified ERROR ::= { PARAMETER
Extension{{PUMRExtSet}}
CODE local: 1008}
notAuthorized ERROR ::= { CODE local: 1007}
temporarilyUnavailable ERROR ::= { CODE local: 1000}
pumUserNotSubscribedToThisServiceOpt ERROR ::= { CODE local: 1019}
pumUserFailedAuthentication ERROR ::= { CODE local: 1020}
hostingAddrInvalid ERROR ::= { CODE local: 1021}
pumUserNotRegistered ERROR ::= { CODE local: 1022}
END -- of PUM-Registration-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-RE.asn | -- QSIG-RE.asn
--
-- Taken from Ecma International
-- Standard ECMA-214, 3rd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-214.htm
--
Recall-Operations-asn1-97
{ iso (1) standard (0) pss1-recall (15052) recall-operations-asn1-97 (1) }
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS
OPERATION, ERROR FROM Remote-Operations-Information-Objects
{ joint-iso-itu-t (2) remote-operations (4) informationObjects (5) version1(0) }
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{ iso (1) standard (0) pss1-generic-procedures (11582) msi-class-asn1-97 (11) }
Name FROM Name-Operations-asn1-97
{ iso (1) standard (0) pss1-name (13868) name-operations-asn1-97 (1) }
PresentedNumberScreened, PartySubaddress FROM Addressing-Data-Elements-asn1-97
{ iso (1) standard (0) pss1-generic-procedures (11582) addressing-data-elements-asn1-97 (20) };
Recall-Operations OPERATION ::= { recallAlerting | recallAnswered }
recallAlerting OPERATION ::= {
-- Sent from the Served User PINX to the Primary PINX
ARGUMENT ReAlertingArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 57}
recallAnswered OPERATION ::= {
-- Sent from the Served User PINX to the Primary PINX
ARGUMENT ReAnswerArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 58}
ReAlertingArg ::= SEQUENCE {
alertedNumber [1] PresentedNumberScreened OPTIONAL,
alertedName [2] Name OPTIONAL,
argumentExtension CHOICE {
extension [6] IMPLICIT Extension{{REExtSet}},
multipleExtension [7] IMPLICIT SEQUENCE OF Extension{{REExtSet}}
} OPTIONAL }
ReAnswerArg ::= SEQUENCE {
connectedNumber [1] PresentedNumberScreened,
connectedSubaddress [2] PartySubaddress OPTIONAL,
connectedName [3] Name OPTIONAL,
argumentExtension CHOICE {
extension [6] IMPLICIT Extension{{REExtSet}},
multipleExtension [7] IMPLICIT SEQUENCE OF Extension{{REExtSet}}
} OPTIONAL }
REExtSet EXTENSION ::= {...}
END -- of Recall-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-SD.asn | -- QSIG-SD.asn
--
-- Taken from Ecma International
-- Standard ECMA-311, 2nd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-311.htm
--
SS-SD-Operations-asn1-97
{ iso (1) standard (0) pss1-simple-dialog (21407) simple-dialog-operations-asn1-97 (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects (5)
version1 (0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{iso (1) standard (0) pss1-generic-procedures (11582)
msi-class-asn1-97(11)};
SD-Operations OPERATION ::= { display | keypad}
display OPERATION ::= {
ARGUMENT DisplayArg
RETURN RESULT FALSE
ERRORS {unspecified |
noDisplayAvailable |
displayTemporarilyNotAvailable |
notPresentable
}
ALWAYS RESPONDS FALSE
CODE local: 103}
keypad OPERATION ::= {
ARGUMENT KeypadArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 104}
DisplayArg ::= SEQUENCE {
displayString DisplayString,
extension SDExtension OPTIONAL
}
DisplayString ::= CHOICE {
displayStringNormal [0] IMPLICIT BMPStringNormal,
displayStringExtended [1] IMPLICIT BMPStringExtended
}
KeypadArg ::= SEQUENCE {
keypadString [0] IMPLICIT BMPStringNormal,
extension SDExtension OPTIONAL
}
BMPStringNormal ::= OCTET STRING (SIZE(2..64)) -- shall be used according to
-- ISO/IEC 10646-1 (section 6.2)
-- coded as a BMP String according to
-- ITU-T Rec. X.690 (section 8.20.8)
BMPStringExtended ::= OCTET STRING (SIZE(2..160)) -- shall be used according to ISO/IEC 10646-1
-- coded as a BMP String according to
-- ITU-T Rec. X.690
SDExtension ::= CHOICE {
extension [2] IMPLICIT Extension{{SDExtSet}},
multipleExtension [3] IMPLICIT SEQUENCE OF Extension{{SDExtSet}}
}
SDExtSet EXTENSION ::= {...}
unspecified ERROR ::= { PARAMETER Extension{{SDExtSet}}
CODE local: 1008}
noDisplayAvailable ERROR ::= { CODE local: 1023}
displayTemporarilyNotAvailable ERROR ::= { CODE local: 1024}
notPresentable ERROR ::= { CODE local: 1025}
END -- of SS-SD-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-SMS.asn | -- QSIG-SMS.asn
--
-- Taken from Ecma International
-- Standard ECMA-325, (June 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-325.htm
--
Short-Message-Service-Operations-asn1-97
{iso(1) identified-organization(3) icd-ecma(12) standard(0) qsig-short-message-service(325) short-message-service-operations-asn1-97(1)}
DEFINITIONS::=
BEGIN
IMPORTS
OPERATION,
ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations(4) informationObjects(5) version1(0)}
EXTENSION, Extension{}
FROM Manufacturer-specific-service-extension-class-asn1-97
{iso(1) standard(0) pss1-generic-procedures(11582) msi-class-asn1-97(11)}
Name
FROM Name-Operations-asn1-97
{iso(1) standard(0) pss1-name(13868) name-operations-asn1-97(1)}
supplementaryServiceInteractionNotAllowed
FROM General-Error-List
{ccitt recommendation q 950 general-error-list(1)}
PartyNumber
FROM Addressing-Data-Elements-asn1-97
{iso(1) standard(0) pss1-generic-procedures(11582) addressing-data-elements-asn1-97(20)};
--TYPE DEFINITIONS FOR SMS OPERATIONS FOLLOW
Sms-Operations OPERATION ::={
smsSubmit | smsDeliver | smsStatusReport | smsCommand | scAlert}
smsSubmit OPERATION ::= {
-- sent from the Sending User PINX/ Sending User Message Centre to the Service Centre
ARGUMENT SmsSubmitArg
RESULT SmsSubmitRes
ERRORS {smsSubmitError |
unspecified}
CODE local:107}
smsDeliver OPERATION ::= {
-- sent from the Service Centre to the Receiving User PINX or to the Receiving User Message Centre
ARGUMENT SmsDeliverArg
RESULT SmsDeliverRes
ERRORS {smsDeliverError |
unspecified}
CODE local:108}
smsStatusReport OPERATION ::= {
-- sent from the Service Centre to the Sending User PINX or to the Sending User Message Centre
ARGUMENT SmsStatusReportArg
RESULT SmsStatusReportRes
ERRORS {smsStatusReportError |
unspecified}
CODE local:109}
smsCommand OPERATION ::= {
-- sent from the Sending User PINX or the Sending User Message Centre to the Service Centre
ARGUMENT SmsCommandArg
RESULT SmsCommandRes
ERRORS {smsCommandError |
unspecified}
CODE local:110}
scAlert OPERATION ::= {
-- sent from the Receiving User PINX or the Receiving User Message Centre to the Service Centre
ARGUMENT ScAlertArg
RESULT DummyRes
ERRORS {unspecified}
CODE local:111}
--TYPE DEFINITIONS FOR SMS DATA TYPES FOLLOW
SmsSubmitArg ::= SEQUENCE {
destinationAddress PartyNumber,
originatingAddress PartyNumber,
messageReference MessageReference,
smSubmitParameter SmSubmitParameter,
userData UserData,
smsExtension SmsExtension OPTIONAL}
SmsSubmitRes ::= SEQUENCE {
serviceCentreTimeStamp ServiceCentreTimeStamp,
protocolIdentifier [3] IMPLICIT ProtocolIdentifier OPTIONAL,
userData [4] IMPLICIT UserData OPTIONAL,
smsExtension SmsExtension OPTIONAL}
SmsDeliverArg ::= SEQUENCE {
originatingAddress PartyNumber,
destinationAddress PartyNumber,
originatingName Name OPTIONAL,
smDeliverParameter SmDeliverParameter,
userData UserData,
smsExtension SmsExtension OPTIONAL}
SmsDeliverRes ::= SEQUENCE {
smsDeliverResponseChoice SmsDeliverResChoice,
smsExtension SmsExtension OPTIONAL}
SmsStatusReportArg ::= SEQUENCE {
messageReference MessageReference,
serviceCentreTimeStamp ServiceCentreTimeStamp,
dischargeTime DischargeTime,
recipientAddress PartyNumber,
recipientName [10] Name OPTIONAL,
destinationAddress PartyNumber,
status Status,
priority [11] IMPLICIT BOOLEAN DEFAULT FALSE,
moreMessagesToSend [12] IMPLICIT BOOLEAN DEFAULT FALSE,
statusReportQualifier [13] IMPLICIT BOOLEAN DEFAULT FALSE,
protocolIdentifier ProtocolIdentifier OPTIONAL,
userData UserData OPTIONAL,
smsExtension SmsExtension OPTIONAL}
SmsStatusReportRes ::= SEQUENCE {
smsStatusReportResponseChoice SmsStatusReportResponseChoice,
smsExtension SmsExtension OPTIONAL}
SmsCommandArg ::= SEQUENCE {
destinationAddress PartyNumber,
messageReference MessageReference,
messageNumber MessageReference,
protocolIdentifier ProtocolIdentifier,
commandType CommandType,
commandData CommandData OPTIONAL,
statusReportRequest BOOLEAN OPTIONAL,
smsExtension SmsExtension OPTIONAL}
SmsCommandRes ::= SEQUENCE {
serviceCentreTimeStamp ServiceCentreTimeStamp,
protocolIdentifier ProtocolIdentifier OPTIONAL,
userData UserData OPTIONAL,
smsExtension SmsExtension OPTIONAL}
ScAlertArg ::= SEQUENCE {
originatingAddress PartyNumber,
smsExtension SmsExtension OPTIONAL}
DummyRes ::= CHOICE{
null NULL,
smsExtension SmsExtension}
SmSubmitParameter ::= SEQUENCE {
protocolIdentifier ProtocolIdentifier,
validityPeriod ValidityPeriod OPTIONAL,
statusReportRequest [11] IMPLICIT BOOLEAN DEFAULT FALSE,
replyPath [12] IMPLICIT BOOLEAN DEFAULT FALSE,
rejectDuplicates [13] IMPLICIT BOOLEAN DEFAULT FALSE}
SmDeliverParameter ::= SEQUENCE {
protocolIdentifier ProtocolIdentifier,
serviceCentreTimeStamp ServiceCentreTimeStamp,
priority [11] IMPLICIT BOOLEAN DEFAULT FALSE,
moreMessagesToSend [12] IMPLICIT BOOLEAN DEFAULT FALSE,
statusReportIndication [13] IMPLICIT BOOLEAN DEFAULT FALSE,
replyPath [14] IMPLICIT BOOLEAN DEFAULT FALSE}
SmsDeliverResChoice ::= CHOICE {
null NULL,
protocolIdentifier ProtocolIdentifier,
userData [0] IMPLICIT UserData,
resChoiceSeq [1] IMPLICIT ResChoiceSeq}
ResChoiceSeq ::= SEQUENCE {
protocolIdentifier ProtocolIdentifier,
userData UserData}
SmsStatusReportResponseChoice ::= CHOICE {
null NULL,
protocolIdentifier ProtocolIdentifier,
userData [0] IMPLICIT UserData,
resChoiceSeq [1] IMPLICIT ResChoiceSeq}
MessageReference ::= INTEGER(0..255)
SmsExtension ::= CHOICE{
single [1]IMPLICIT Extension{{SmsExtSet}},
multiple [2]IMPLICIT SEQUENCE OF
Extension{{SmsExtSet}}
}
SmsExtSet EXTENSION ::= {...}
ProtocolIdentifier ::= INTEGER (0..127)
-- definition of the ProtocolIdentifier values and default value can be found in annex E section
-- E.1.2.1
ServiceCentreTimeStamp ::= GeneralizedTime(SIZE(12..19))
-- this date and time representation follows ISO 8601
DischargeTime ::= GeneralizedTime(SIZE(12..19))
-- this date and time representation follows ISO 8601
ValidityPeriod ::= CHOICE{
validityPeriodRel [0] IMPLICIT ValidityPeriodRel,
validityPeriodAbs [1] IMPLICIT ValidityPeriodAbs,
validityPeriodEnh [2] IMPLICIT ValidityPeriodEnh}
ValidityPeriodAbs ::= GeneralizedTime(SIZE(12..19))
-- this date and time representation follows ISO 8601
ValidityPeriodRel ::= INTEGER(0..255)
-- the rules for the encoding of ValidityPeriodRel are shown in annex E section E.1.2.2
ValidityPeriodEnh ::= SEQUENCE{
singleShotSM BOOLEAN DEFAULT FALSE,
enhancedVP EnhancedVP OPTIONAL}
EnhancedVP ::= CHOICE{
validityPeriodRel [0] IMPLICIT ValidityPeriodRel,
validityPeriodSec [1] IMPLICIT INTEGER(0..255),
validityPeriodSemi [2] IMPLICIT ValidityPeriodSemi}
ValidityPeriodSemi ::= OCTET STRING (SIZE(3))
-- Validity Period is relative in semi-octet representation, see ETSI TS 100 901, section 9.1.2.3
-- and section 9.2.3.12.3
UserData ::= SEQUENCE{
userDataHeader [0] IMPLICIT UserDataHeader OPTIONAL,
class [1] IMPLICIT INTEGER (0..3) OPTIONAL,
compressed [2] IMPLICIT BOOLEAN DEFAULT FALSE,
shortMessageText ShortMessageText}
ShortMessageText ::= SEQUENCE{
shortMessageTextType ShortMessageTextType,
shortMessageTextData ShortMessageTextData}
ShortMessageTextType ::= INTEGER{
iA5Coded (0), -- ShortMessageTextData shall contain data according to
octetCoded (1), -- the type given in ShortMessageTextType, for further
uniCoded (2), -- details see annex E. 1.3.4.
compressedCoded (3)} (0..8)
ShortMessageTextData ::= OCTET STRING (SIZE(0..140))
Status ::= INTEGER (0..255)
-- definition of status values can be found in section E.7.6 in annex E
CommandType ::= INTEGER{
enquiry (0),
cancelSRR (1),
deletePreviouslySubmittedSM (2),
enableSRRrelatingToPreviouslySubmittedSM (3)} (0..255)
CommandData ::= OCTET STRING (SIZE(0..157))
FailureCause ::= INTEGER (0..255)
-- definition for failureCause values can be found in section E.3.1 in annex E
UserDataHeader ::= SEQUENCE OF UserDataHeaderChoice
UserDataHeaderChoice ::= CHOICE{
smscControlParameterHeader [0] IMPLICIT SmscControlParameterHeader,
concatenated8BitSMHeader [1] IMPLICIT Concatenated8BitSMHeader,
concatenated16BitSMHeader [2] IMPLICIT Concatenated16BitSMHeader,
applicationPort8BitHeader [3] IMPLICIT ApplicationPort8BitHeader,
applicationPort16BitHeader [4] IMPLICIT ApplicationPort16BitHeader,
dataHeaderSourceIndicator [5] IMPLICIT DataHeaderSourceIndicator,
wirelessControlHeader [6] IMPLICIT WirelessControlHeader,
genericUserValue [99] IMPLICIT GenericUserValue}
SmscControlParameterHeader ::= BIT STRING {
sRforTransactionCompleted (0),
sRforPermanentError (1),
sRforTempErrorSCnotTrying (2),
sRforTempErrorSCstillTrying (3),
cancelSRRforConcatenatedSM (6),
includeOrigUDHintoSR (7)} (SIZE(8))
Concatenated8BitSMHeader ::= SEQUENCE{
concatenated8BitSMReferenceNumber INTEGER(0..255),
maximumNumberOf8BitSMInConcatenatedSM INTEGER(0..255),
sequenceNumberOf8BitSM INTEGER(0..255)}
Concatenated16BitSMHeader ::= SEQUENCE{
concatenated16BitSMReferenceNumber INTEGER(0..65536),
maximumNumberOf16BitSMInConcatenatedSM INTEGER(0..255),
sequenceNumberOf16BitSM INTEGER(0..255)}
ApplicationPort8BitHeader ::= SEQUENCE{
destination8BitPort INTEGER(0..255),
originator8BitPort INTEGER(0..255)}
ApplicationPort16BitHeader ::= SEQUENCE{
destination16BitPort INTEGER(0..65536),
originator16BitPort INTEGER(0..65536)}
DataHeaderSourceIndicator ::= INTEGER{
originalSender (1), -- valid in case of Status Report
originalReceiver (2), -- valid in case of Status Report
sMSC (3)}(0..255) -- can occur in any message or report
WirelessControlHeader ::= OCTET STRING
GenericUserValue ::= SEQUENCE{
parameterValue INTEGER(0..255),
genericUserData OCTET STRING}
smsDeliverError ERROR ::= {
PARAMETER SEQUENCE{
failureCause FailureCause,
protocolIdentifier [0] IMPLICIT ProtocolIdentifier OPTIONAL,
userData [1] IMPLICIT UserData OPTIONAL,
scAddressSaved [2] IMPLICIT BOOLEAN DEFAULT FALSE}
CODE local:1026}
smsSubmitError ERROR ::= {
PARAMETER SEQUENCE{
failureCause FailureCause,
serviceCentreTimeStamp ServiceCentreTimeStamp,
protocolIdentifier [0] IMPLICIT ProtocolIdentifier OPTIONAL,
userData [1] IMPLICIT UserData OPTIONAL}
CODE local:1027}
smsStatusReportError ERROR ::= {
PARAMETER SEQUENCE{
failureCause FailureCause,
protocolIdentifier [0] IMPLICIT ProtocolIdentifier OPTIONAL,
userData [1] IMPLICIT UserData OPTIONAL,
scAddressSaved [2] IMPLICIT BOOLEAN DEFAULT FALSE}
CODE local: 1028}
smsCommandError ERROR ::= {
PARAMETER SEQUENCE{
failureCause FailureCause,
serviceCentreTimeStamp ServiceCentreTimeStamp,
protocolIdentifier [0] IMPLICIT ProtocolIdentifier OPTIONAL,
userData [1] IMPLICIT UserData OPTIONAL}
CODE local:1029}
unspecified ERROR ::= {
PARAMETER SmsExtension
CODE local: 1008}
END -- of Short-Message-Service-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-SSCT.asn | -- QSIG-SSCT.asn
--
-- Taken from Ecma International
-- Standard ECMA-300, 2nd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-300.htm
--
Single-Step-Call-Transfer-Operations-asn1-97
{ iso(1) standard (0) pss1-single-step-call-transfer (19460)
single-step-call-transfer-operations-asn1-97 (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS
OPERATION, ERROR FROM Remote-Operations-Information-Objects
{ joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0) }
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{ iso (1) standard (0) pss1-generic-procedures (11582) msi-class-asn1-97 (11) }
Name FROM Name-Operations-asn1-97
{iso(1) standard(0) pss1-name (13868) name-operations-asn1-97 (1)}
supplementaryServiceInteractionNotAllowed, notAvailable, invalidCallState
FROM General-Error-List
{ ccitt recommendation q 950 general-error-list (1) }
PresentedAddressScreened, PartyNumber FROM Addressing-Data-Elements-asn1-97
{iso(1) standard (0) pss1-generic-procedures (11582)
addressing-data-elements-asn1-97 (20)}
PSS1InformationElement FROM PSS1-generic-parameters-definition-asn1-97
{iso(1) standard (0) pss1-generic-procedures (11582)
pss1-generic-parameters-asn1-97 (17)}
callTransferUpdate, callTransferComplete, callTransferActive, subaddressTransfer,
invalidRerouteingNumber, establishmentFailure FROM Call-Transfer-Operations-asn1-97
{iso(1) standard (0) pss1-call-transfer (13869) call-transfer-operations-asn1-97 (1)};
Single-Step-Call-Transfer-Operations OPERATION ::= { ssctInitiate | ssctSetup | ssctPostDial |
ssctDigitInfo }
ssctInitiate OPERATION ::= {
-- sent from the Transferring PINX to the Rerouting PINX
ARGUMENT SSCTInitiateArg
RESULT DummyRes
ERRORS { notAvailable | invalidCallState | invalidRerouteingNumber |
establishmentFailure | unspecified |
supplementaryServiceInteractionNotAllowed }
CODE local: 99}
ssctSetup OPERATION ::= {
-- sent from the Rerouting PINX to the Transferred-To PINX
ARGUMENT SSCTSetupArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 100}
ssctPostDial OPERATION ::= {
-- sent from the Rerouting PINX to the Transferred PINX
ARGUMENT DummyArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 101}
ssctDigitInfo OPERATION ::= {
-- sent from the Transferred PINX to the Rerouting PINX
ARGUMENT SSCTDigitInfoArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 102}
DummyArg ::= CHOICE {
null NULL,
single [1] IMPLICIT Extension{{SSCTExtSet}},
multiple [2] IMPLICIT SEQUENCE OF Extension{{SSCTExtSet}}}
DummyRes ::= CHOICE {
null NULL,
single [1] IMPLICIT Extension{{SSCTExtSet}},
multiple [2] IMPLICIT SEQUENCE OF Extension{{SSCTExtSet}}}
SSCTInitiateArg ::= SEQUENCE {
rerouteingNumber PartyNumber, -- Transferred-To Number
transferredAddress PresentedAddressScreened,
awaitConnect AwaitConnect,
transferredName [1] Name OPTIONAL,
transferringAddress [2] PresentedAddressScreened OPTIONAL,
transferringName [3] Name OPTIONAL,
argumentExtension CHOICE {
single [4] IMPLICIT Extension{{SSCTExtSet}},
multiple [5] IMPLICIT SEQUENCE OF Extension{{SSCTExtSet}}
} OPTIONAL
}
AwaitConnect ::= BOOLEAN
-- FALSE = release the original call upon ALERTING received
-- TRUE = release the original call upon CONNECT received
SSCTSetupArg ::= SEQUENCE {
transferringAddress [1] PresentedAddressScreened OPTIONAL,
transferringName [2] Name OPTIONAL,
argumentExtension CHOICE {
single [3] IMPLICIT Extension{{SSCTExtSet}},
multiple [4] IMPLICIT SEQUENCE OF Extension{{SSCTExtSet}}
} OPTIONAL
}
SSCTDigitInfoArg ::= SEQUENCE {
reroutingNumber [1] PartyNumber OPTIONAL,
-- remaining digits of the Transferred-To Number
sendingComplete [2] IMPLICIT NULL OPTIONAL,
argumentExtension CHOICE {
single [3] IMPLICIT Extension{{SSCTExtSet}},
multiple [4] IMPLICIT SEQUENCE OF Extension{{SSCTExtSet}}
} OPTIONAL
}
SSCTExtSet EXTENSION ::= {...}
unspecified ERROR ::= {
PARAMETER Extension{{SSCTExtSet}}
CODE local: 1008}
END -- of SSCT Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-WTMAU.asn | -- QSIG-WTMAU.asn
--
-- Taken from Ecma International
-- Standard ECMA-306, 2nd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-306.htm
--
WTM-Authentication-Operations-asn1-97
{iso standard pss1-authentication (15433) authentication-operations-asn1-97 (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t(2) remote-operations(4) informationObjects(5) version1(0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{iso standard
pss1-generic-procedures (11582) msi-class-asn1-97 (11)}
invalidServedUserNr FROM General-Error-List
{ccitt recommendation q 950 general-error-list (1)}
PartyNumber FROM Addressing-Data-Elements-asn1-97
{iso(1) standard(0) pss1-generic-procedures(11582)
addressing-data-elements-asn1-97(20)};
WTMAuth-Operations OPERATION ::= {authWtmUser | getWtatParam | wtatParamEnq | getWtanParam |
wtanParamEnq | transferAuthParam}
-- The following three operations shall apply to SS-WTAT --
authWtmUser OPERATION ::= { -- from Home PINX to Visitor PINX--
ARGUMENT AuthWtmArg
RESULT AuthWtmRes
ERRORS { temporarilyUnavailable | invalidServedUserNr |
notAuthorized | paramNotAvailable | unspecified}
CODE local : 72}
getWtatParam OPERATION ::= { -- from Visitor PINX to Home PINX --
ARGUMENT WtatParamArg
RESULT WtatParamRes
ERRORS { invalidServedUserNr | notAuthorized |
paramNotAvailable | temporarilyUnavailable | unspecified}
CODE local : 73}
wtatParamEnq OPERATION ::= { -- from Home PINX to Authentication Server PINX--
ARGUMENT WtatParamArg
RESULT WtatParamRes
ERRORS { invalidServedUserNr | paramNotAvailable | unspecified}
CODE local : 74}
AuthWtmArg ::= SEQUENCE {
wtmUserId WtmUserId,
calcWtatInfo [ 1 ] IMPLICIT CalcWtatInfo OPTIONAL,
dummyExtension DummyExtension OPTIONAL}
AuthWtmRes ::= SEQUENCE {
autWtmResValue ENUMERATED
{auth-res-correct (0),
auth-res-incorrect (1) },
dummyExtension DummyExtension OPTIONAL}
WtatParamArg ::= SEQUENCE {
wtmUserId WtmUserId,
canCompute CanCompute OPTIONAL,
authChallenge AuthChallenge OPTIONAL,
dummyExtension DummyExtension OPTIONAL}
-- The presence of element canCompute indicates that the Visitor PINX is able to --
-- compute a challenge and the expected response from session key information --
WtatParamRes ::= SEQUENCE {wtatParamInfo WtatParamInfo,
dummyExtension DummyExtension OPTIONAL}
-- The following two operations shall apply to SS-WTAN --
getWtanParam OPERATION ::= { -- from Visitor PINX to Home PINX --
ARGUMENT WtanParamArg
RESULT WtanParamRes
ERRORS { invalidServedUserNr | notAuthorized |
paramNotAvailable | temporarilyUnavailable | unspecified}
CODE local : 75}
wtanParamEnq OPERATION ::= { -- from Home PINX to Authentication Server PINX--
ARGUMENT WtanParamArg
RESULT WtanParamRes
ERRORS { invalidServedUserNr | paramNotAvailable | unspecified}
CODE local : 76}
WtanParamArg ::= SEQUENCE { wtmUserId WtmUserId,
authChallenge AuthChallenge,
authAlgorithm AuthAlgorithm,
canCompute CanCompute OPTIONAL,
dummyExtension DummyExtension OPTIONAL}
-- The presence of element canCompute indicates that the Visitor PINX is able to --
-- compute the response from session key information --
WtmUserId ::= CHOICE { pisnNumber PartyNumber,
-- The PISN number of the WTM user,
-- always a Complete Number.
alternativeId AlternativeId }
AlternativeId ::= OCTET STRING(SIZE(1..20))
WtanParamRes ::= SEQUENCE {wtanParamInfo WtanParamInfo,
dummyExtension DummyExtension OPTIONAL}
-- The following unconfirmed operation shall apply when interaction between SS-WTAT and ANF-WTINFO --
transferAuthParam OPERATION ::= { -- from Home PINX to Visitor PINX --
ARGUMENT SEQUENCE {
wtatParamInfo WtatParamInfo,
dummyExtension DummyExtension OPTIONAL}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local : 77}
WtatParamInfo ::= SEQUENCE {authAlgorithm AuthAlgorithm,
wtatParamInfoChoice CHOICE {
authSessionKeyInfo [ 1 ] IMPLICIT AuthSessionKeyInfo,
calcWtatInfo [ 2 ] IMPLICIT CalcWtatInfo,
authKey [ 3 ] IMPLICIT AuthKey,
challLen [ 4 ] IMPLICIT INTEGER(1..8) } }
AuthKey ::= OCTET STRING (SIZE(1..16)) -- Authentication key --
WtanParamInfo ::= CHOICE {authSessionKeyInfo [ 1 ] IMPLICIT AuthSessionKeyInfo,
calcWtanInfo [ 2 ] IMPLICIT CalcWtanInfo}
AuthSessionKeyInfo ::= SEQUENCE {authSessionKey AuthSessionKey,
calculationParam CalculationParam}
CalcWtatInfo ::= SEQUENCE SIZE(1..5) OF CalcWtatInfoUnit
CalcWtatInfoUnit ::= SEQUENCE {authChallenge AuthChallenge,
authResponse AuthResponse,
derivedCipherKey [1] IMPLICIT DerivedCipherKey OPTIONAL,
calculationParam [2] IMPLICIT CalculationParam OPTIONAL}
-- included if required by the authentication algorithm in use --
CalcWtanInfo ::= SEQUENCE {authResponse AuthResponse,
calculationParam CalculationParam OPTIONAL}
-- included if required by the authentication algorithm in use --
DummyExtension ::= CHOICE {extension [5] IMPLICIT Extension{{WTMAuthExtSet}},
sequOfExtn [6] IMPLICIT SEQUENCE OF
Extension{{WTMAuthExtSet}} }
AUTH-ALG ::= CLASS {
&id DefinedIDs UNIQUE,
&Type OPTIONAL
}
DefinedIDs ::= INTEGER { ct2 (0), dect (1), gsm (2), pci (3), pwt (4), us-gsm (5), phs (6), tetra (7) } (0..255)
AuthAlgSet AUTH-ALG ::= {...}
AuthAlgorithm ::= SEQUENCE {
authAlg AUTH-ALG.&id({AuthAlgSet}),
param AUTH-ALG.&Type({AuthAlgSet}{@.authAlg}) OPTIONAL
}
AuthChallenge ::= OCTET STRING (SIZE(1..8)) -- Randomly generated parameter --
AuthResponse ::= OCTET STRING (SIZE(1..4)) -- WTAT: Expected response value --
-- WTAN: Response value from network --
AuthSessionKey ::= OCTET STRING (SIZE(1..16)) -- Authentication session key--
CalculationParam ::= OCTET STRING (SIZE(1..8)) -- Parameter used when calculating --
-- the authentication session key from --
-- the real authentication key. It may be --
-- transferred to the WTM user during --
-- both WTAT and WTAN. --
CanCompute ::= NULL -- indicates capability of computing --
-- challenge and/or response value --
DerivedCipherKey ::= OCTET STRING (SIZE(1..8)) -- derived cipher key may be computed --
-- when computing challenge and --
-- expected response values--
WTMAuthExtSet EXTENSION ::= {...}
notAuthorized ERROR ::= {CODE local : 1007 }
paramNotAvailable ERROR ::= {CODE local : 1017 }
temporarilyUnavailable ERROR ::= {CODE local : 1000 }
unspecified ERROR ::={
PARAMETER Extension{{WTMAuthExtSet}}
CODE local : 1008}
END -- of WTM-Authentication-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-WTMCH.asn | -- QSIG-WTMCH.asn
--
-- Taken from Ecma International
-- Standard ECMA-304, 2nd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-304.htm
--
Wireless-Terminal-Call-Handling-Operations-asn1-97
{ iso (1) standard (0) pss1-wtm-call-handling (15431) operations-asn1-97 (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{ joint-iso-itu-t remote-operations (4) informationObjects(5) version1(0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{ iso (1) standard (0)
pss1-generic-procedures (11582) msi-class-asn1-97 (11) }
PSS1InformationElement FROM PSS1-generic-parameters-definition-asn1-97
{ iso (1) standard (0)
pss1-generic-procedures (11582) pss1-generic-parameters-asn1-97 (17) }
Name FROM Name-Operations-asn1-97
{ iso (1) standard (0)
pss1-name (13868) name-operations-asn1-97 (1) }
basicServiceNotProvided, invalidServedUserNr, notAvailable FROM
General-Error-List
{ ccitt (0) recommendation (0) q 950 general-error-list (1) }
Address, PartyNumber, PartySubaddress, PresentedNumberScreened FROM
Addressing-Data-Elements-asn1-97
{ iso (1) standard (0) pss1-generic-procedures (11582)
addressing-data-elements-asn1-97 (20) };
-- Operations for ANF-WTMI: --
WTMCH-Operations OPERATION ::= {wtmiEnquiry | wtmiDivert | wtmiInform| wtmoCall}
wtmiEnquiry OPERATION ::= {
-- Sent from the WTMI-detect PINX to the Home PINX.
ARGUMENT EnquiryArg
RESULT EnquiryRes
ERRORS { invalidServedUserNr | locationNotKnown |
notAvailable | basicServiceNotProvided | unspecified }
CODE local: 54}
wtmiDivert OPERATION ::= {
-- Sent from the WTMI-detect PINX to the Rerouteing PINX.
ARGUMENT DivertArg
RESULT DummyRes
ERRORS { notAvailable | unspecified }
CODE local: 55}
wtmiInform OPERATION ::= {
-- Sent from the Rerouteing PINX to the Visitor PINX.
ARGUMENT InformArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 56}
EnquiryArg ::= SEQUENCE { pisnNumber PartyNumber,
-- The PISN number of the WTMI user
qSIGInfoElement PSS1InformationElement,
-- The basic call information elements Bearer capability, High layer compatibility,
-- Low layer compatibility can be embedded in the qSIGInfoElement
-- in accordance with clause 6.5.2.1.
argExtension WtmiExtension OPTIONAL }
DivertArg ::= SEQUENCE { visitPINX PartyNumber,
-- The PISN number of the Visitor PINX,
-- always a Complete Number.
callingNumber PresentedNumberScreened,
wtmIdentity WtmIdentity,
-- The PISN number (always a Complete Number)
-- and/or an alternative identifier of the WTMI user.
qSIGInfoElement PSS1InformationElement,
-- The basic call information elements Bearer capability, High layer compatibility,
-- Low layer compatibility, and Progress indicator
-- can be embedded in the qSIGInfoElement in accordance with clause 6.5.2.1.
callingUserSub [ 1 ] PartySubaddress OPTIONAL,
callingName [ 2 ] Name OPTIONAL,
wtmUserSub [ 3 ] PartySubaddress OPTIONAL,
argExtension WtmiExtension OPTIONAL }
InformArg ::= SEQUENCE { wtmIdentity WtmIdentity,
-- The PISN number (always a Complete Number)
-- and/or an alternative identifier of the WTMI user.
argExtension WtmiExtension OPTIONAL }
EnquiryRes ::= CHOICE { currLocation [ 1 ] IMPLICIT CurrLocation,
cfuActivated [ 2 ] IMPLICIT CfuActivated }
CurrLocation ::= SEQUENCE { visitPINX PartyNumber,
-- The PISN number of the Visitor PINX,
-- always a Complete Number.
wtmIdentity WtmIdentity,
-- The PISN number (always a Complete Number)
-- and/or an alternative identifier of the WTMI user
argExtension WtmiExtension OPTIONAL }
CfuActivated ::= SEQUENCE { divToAddress Address,
divOptions SubscriptionOption,
wtmName [ 1 ] Name OPTIONAL,
argExtension WtmiExtension OPTIONAL }
SubscriptionOption ::= ENUMERATED { noNotification (0),
notificationWithoutDivertedToNr (1),
notificationWithDivertedToNr (2) }
DummyRes ::= CHOICE { null NULL,
extension [ 1 ] IMPLICIT Extension{{WTMCHExtSet}},
sequOfExtn [ 2 ] IMPLICIT SEQUENCE OF
Extension{{WTMCHExtSet}} }
WtmiExtension ::= CHOICE { extension [ 4 ] IMPLICIT Extension{{WTMCHExtSet}},
sequOfExtn [ 5 ] IMPLICIT SEQUENCE OF
Extension{{WTMCHExtSet}} }
WtmIdentity ::= CHOICE { pisnNumber PartyNumber,
alternativeId [ 10 ] IMPLICIT AlternativeId,
both [ 11 ] IMPLICIT SEQUENCE
{ pisnNumber PartyNumber,
alternativeId AlternativeId } }
AlternativeId ::= OCTET STRING(SIZE(1..20))
-- Operation for ANF-WTMO --
wtmoCall OPERATION ::= {
ARGUMENT WtmoArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 71}
WtmoArg ::= SEQUENCE {
destinationNumber [0] PartyNumber OPTIONAL,
sendingComplete [1] IMPLICIT NULL OPTIONAL,
extension CHOICE
{single [2] IMPLICIT Extension{{WTMCHExtSet}},
multiple [3] IMPLICIT SEQUENCE OF
Extension{{WTMCHExtSet}}
} OPTIONAL
}
WTMCHExtSet EXTENSION ::= {...}
unspecified ERROR ::= {
PARAMETER Extension{{WTMCHExtSet}}
CODE local: 1008}
locationNotKnown ERROR ::= { CODE local: 1015}
END -- of Wireless-Terminal-Call-Handling-Operations-asn1-97 |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/QSIG-WTMLR.asn | -- QSIG-WTMLT.asn
--
-- Taken from Ecma International
-- Standard ECMA-302, 2nd edition (December 2001)
-- http://www.ecma-international.org/publications/standards/Ecma-302.htm
--
WTM-Location-Registration-Operations-asn1-97
{iso standard pss1-location-registration (15429) wtlr-operations-asn1-97 (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)}
EXTENSION, Extension{} FROM Manufacturer-specific-service-extension-class-asn1-97
{iso standard
pss1-generic-procedures (11582) msi-class-asn1-97(11)}
notAvailable, invalidServedUserNr
FROM General-Error-List
{ccitt recommendation q 950 general-error-list (1)}
PartyNumber FROM Addressing-Data-Elements-asn1-97
{iso(1) standard(0) pss1-generic-procedures(11582)
addressing-data-elements-asn1-97(20)}
BasicService FROM Call-Diversion-Operations-asn1-97
{ iso (1) standard (0) pss1-call-diversion (13873)
call-diversion-operations-asn1-97 (1) };
WTMLR-Operations OPERATION ::= {locUpdate | locDelete | locDeReg | pisnEnquiry | getRRCInf | locInfoCheck}
locUpdate OPERATION ::={
-- Sent from the Visitor PINX to the Home PINX.
ARGUMENT LocUpdArg
RESULT DummyRes
ERRORS { invalidServedUserNr | notAuthorized | unspecified }
CODE local: 50}
locDelete OPERATION ::= {
-- Sent from the Home PINX to the previous Visitor PINX.
ARGUMENT LocDelArg
RESULT DummyRes
ERRORS { temporarilyUnavailable | unspecified }
CODE local: 51}
locDeReg OPERATION ::= {
-- Sent from the Visitor PINX to the Home PINX.
ARGUMENT LocDeRegArg
RESULT DummyRes
ERRORS { notAvailable | unspecified }
CODE local: 52}
pisnEnquiry OPERATION ::= {
-- Sent from the Visitor PINX to the previous Visitor PINX or a Directory PINX.
ARGUMENT PisnEnqArg
RESULT PisnEnqRes
ERRORS { invalidServedUserNr | unspecified}
CODE local: 53}
getRRCInf OPERATION ::= {
-- Sent from the Visitor PINX to the Home PINX.
ARGUMENT GetRRCInfArg
RESULT GetRRCInfRes
ERRORS { notAvailable | unspecified }
CODE local: 97}
locInfoCheck OPERATION ::= {
-- Sent from the Visitor PINX to the Home PINX or vice versa.
ARGUMENT LocInfoCheckArg
RESULT LocInfoCheckRes
ERRORS { notAvailable | unspecified }
CODE local: 98}
LocUpdArg ::= SEQUENCE { wtmUserId WtmUserId,
basicService BasicService DEFAULT allServices,
visitPINX PartyNumber,
-- The pisnNumber of the Visitor PINX,
-- always a Complete Number.
argExtension LrExtension OPTIONAL }
DummyRes ::= CHOICE { null NULL,
extension [ 1 ] IMPLICIT Extension{{WTMLRExtSet}},
sequOfExtn [ 2 ] IMPLICIT SEQUENCE OF
Extension{{WTMLRExtSet}} }
LocDelArg ::= SEQUENCE { wtmUserId WtmUserId,
basicService BasicService DEFAULT allServices,
argExtension LrExtension OPTIONAL }
LocDeRegArg ::= SEQUENCE { wtmUserId WtmUserId,
basicService BasicService DEFAULT allServices,
argExtension LrExtension OPTIONAL }
PisnEnqArg ::= SEQUENCE { alternativeId AlternativeId,
-- Can be a temporary identifier, e.g. Network Assigned
-- Identity structure, or a fixed handset identifier.
argExtension LrExtension OPTIONAL }
PisnEnqRes ::= SEQUENCE { wtmUserId WtmUserId,
resExtension LrExtension OPTIONAL }
GetRRCInfArg ::= SEQUENCE { wtmUserId WtmUserId,
basicService BasicService DEFAULT allServices,
argExtension LrExtension OPTIONAL }
GetRRCInfRes ::= SEQUENCE { alternativeId AlternativeId OPTIONAL,
rrClass RRClass OPTIONAL,
argExtension LrExtension OPTIONAL }
LocInfoCheckArg ::= SEQUENCE { wtmUserId WtmUserId,
basicService BasicService DEFAULT allServices,
visitPINX PartyNumber,
-- The PISN number of the Visitor PINX,
-- always a Complete Number.
argExtension LrExtension OPTIONAL }
LocInfoCheckRes ::= SEQUENCE { checkResult CheckResult,
argExtension LrExtension OPTIONAL }
WtmUserId ::= CHOICE { pisnNumber PartyNumber,
-- The PISN number of the WTM user,
-- always a Complete Number.
alternativeId AlternativeId }
AlternativeId ::= OCTET STRING(SIZE(1..20))
LrExtension ::= CHOICE { extension [ 1 ] IMPLICIT Extension{{WTMLRExtSet}},
sequOfExtn [ 2 ] IMPLICIT SEQUENCE OF
Extension{{WTMLRExtSet}} }
RRClass ::= INTEGER (0..99)
CheckResult ::= ENUMERATED { locInfChk-correct (0),
locInfChk-incorrect (1) }
WTMLRExtSet EXTENSION ::= {...}
notAuthorized ERROR ::= {CODE local: 1007}
temporarilyUnavailable ERROR ::= {CODE local: 1000}
unspecified ERROR ::= {
PARAMETER Extension{{WTMLRExtSet}}
CODE local: 1008}
END -- of WTM-Location-Registration-Operations-asn1-97 |
Configuration | wireshark/epan/dissectors/asn1/qsig/qsig.cnf | # qsig.cnf
# QSIG conformation file
# 2007 Tomas Kukosa
#.OPT
BER
GROUP_BY_PROT
-o qsig
#.END
#.EXPORTS EXTERN VALS_WITH_TABLE WS_DLL
Name
PSS1InformationElement
Extension
#.MODULE
Addressing-Data-Elements-asn1-97 qsig
Manufacturer-specific-service-extension-class-asn1-97 qsig
PSS1-generic-parameters-definition-asn1-97 qsig
Name-Operations-asn1-97 qsig.na
Call-Diversion-Operations-asn1-97 qsig.cf
Path-Replacement-Operations-asn1-97 qsig.pr
Call-Transfer-Operations-asn1-97 qsig.ct
SS-CC-Operations-asn1-97 qsig.cc
Call-Offer-Operations-asn1-97 qsig.co
Do-Not-Disturb-Operations-asn1-97 qsig.dnd
Call-Intrusion-Operations-asn1-97 qsig.ci
SS-AOC-Operations-asn1-97 qsig.aoc
Recall-Operations-asn1-97 qsig.re
Call-Interception-Operations-asn1-97 qsig.cint
Synchronization-Operations-asn1-97 qsig.sync
Common-Information-Operations-asn1-97 qsig.cmn
Call-Interruption-Operations-asn1-97 qsig.cpi
PUM-Registration-Operations-asn1-97 qsig.pumr
Private-User-Mobility-Call-Handling-Operations-asn1-97 qsig.pumch
Single-Step-Call-Transfer-Operations-asn1-97 qsig.ssct
WTM-Location-Registration-Operations-asn1-97 qsig.wtmlr
Wireless-Terminal-Call-Handling-Operations-asn1-97 qsig.wtmch
WTM-Authentication-Operations-asn1-97 qsig.wtmau
SS-SD-Operations-asn1-97 qsig.sd
Call-Identification-and-Call-Linkage-Operations-asn1-97 qsig.cidl
Short-Message-Service-Operations-asn1-97 qsig.sms
SS-MCR-Operations-asn97 qsig.mcr
SS-MCM-Operations-asn1-97 qsig.mcm
SS-MID-Operations-asn1-97 qsig.mid
#.PDU
OPERATION.&ArgumentType
OPERATION.&ResultType
ERROR.&ParameterType
#.END
#.TYPE_RENAME
ARG-activateDiversionQ/extension ADExtension
ARG-deactivateDiversionQ/extension DDExtension
ARG-interrogateDiversionQ/extension IDExtension
ARG-checkRestriction/extension CHRExtension
ARG-callRerouteing/extension CRRExtension
ARG-divertingLegInformation1/extension DLI1Extension
ARG-divertingLegInformation2/extension DLI2Extension
ARG-divertingLegInformation3/extension DLI3Extension
IntResult/extension IRExtension
PRProposeArg/extension PRPExtension
PRSetupArg/extension PRSExtension
PRRetainArg/extension PRRExtension
CTInitiateArg/argumentExtension CTIargumentExtension
CTSetupArg/argumentExtension CTSargumentExtension
CTActiveArg/argumentExtension CTAargumentExtension
CTCompleteArg/argumentExtension CTCargumentExtension
CTUpdateArg/argumentExtension CTUargumentExtension
SubaddressTransferArg/argumentExtension STargumentExtension
DNDActivateArg/argumentExtension DNDAargumentExtension
DNDDeactivateArg/argumentExtension DNDDargumentExtension
DNDInterrogateArg/argumentExtension DNDIargumentExtension
DNDOverrideArg/argumentExtension DNDOargumentExtension
SSCTInitiateArg/argumentExtension SSCTIargumentExtension
SSCTSetupArg/argumentExtension SSCTSargumentExtension
SSCTDigitInfoArg/argumentExtension SSCTDargumentExtension
PumRegistrArg/pumUserId RpumUserId
PumDelRegArg/pumUserId XpumUserId
PumDe-regArg/pumUserId DpumUserId
PumInterrogArg/pumUserId IpumUserId
MCMNewMsgArg/argumentExt MCMNewArgumentExt
MCMNoNewMsgArg/argumentExt MCMNoNewArgumentExt
MCMUpdateReqArg/argumentExt MCMUpdArgArgumentExt
MCMUpdateReqResElt/argumentExt MCMUpdResArgumentExt
#.END
#.FIELD_RENAME
NameArg/nameSequence/extension extensionNA
ARG-activateDiversionQ/extension extensionAD
ARG-deactivateDiversionQ/extension extensionDD
ARG-interrogateDiversionQ/extension extensionID
ARG-checkRestriction/extension extensionCHR
ARG-callRerouteing/extension extensionCRR
ARG-divertingLegInformation1/extension extensionDLI1
ARG-divertingLegInformation2/extension extensionDLI2
ARG-divertingLegInformation3/extension extensionDLI3
IntResult/extension extensionIR
PRSetupArg/extension extensionPRS
PRProposeArg/extension extensionPRP
PRRetainArg/extension extensionPRR
CTInitiateArg/argumentExtension argumentExtensionCTI
CTSetupArg/argumentExtension argumentExtensionCTS
CTActiveArg/argumentExtension argumentExtensionCTA
CTCompleteArg/argumentExtension argumentExtensionCTC
CTUpdateArg/argumentExtension argumentExtensionCTU
SubaddressTransferArg/argumentExtension argumentExtensionST
DNDActivateArg/argumentExtension argumentExtensionDNDA
DNDDeactivateArg/argumentExtension argumentExtensionDNDD
DNDInterrogateArg/argumentExtension argumentExtensionDNDI
DNDOverrideArg/argumentExtension argumentExtensionDNDO
SSCTInitiateArg/argumentExtension argumentExtensionSSCTI
SSCTSetupArg/argumentExtension argumentExtensionSSCTS
SSCTDigitInfoArg/argumentExtension argumentExtensionSSCTD
PumRegistrArg/pumUserId pumRUserId
PumDelRegArg/pumUserId pumXUserId
PumDe-regArg/pumUserId pumDUserId
PumInterrogArg/pumUserId pumIUserId
MCMNewMsgArg/argumentExt argumentExtMCMNew
MCMNoNewMsgArg/argumentExt argumentExtMCMNoNew
MCMUpdateReqArg/argumentExt argumentExtMCMUpdArg
MCMUpdateReqResElt/argumentExt argumentExtMCMUpdRes
CallIdentificationAssignArg/extension extensiont
CallIdentificationUpdateArg/extension extensiont
DisplayArg/extension sdextension
KeypadArg/extension sdextension
AddressHeader/priority ahpriority
WtmoArg/extension wtmoaextension
PumoArg/extension pumoaextension
#.END
#.TYPE_ATTR
NameData TYPE = FT_STRING DISPLAY = BASE_NONE
#.END
#.FN_HDR Extension
extension_oid = NULL;
#.FN_PARS Extension/extensionId FN_VARIANT = _str VAL_PTR = &extension_oid
#.FN_BODY Extension/extensionArgument
tvbuff_t *next_tvb;
next_tvb = tvb_new_subset_remaining(tvb, offset);
if (!dissector_try_string_new(extension_dissector_table, extension_oid, next_tvb, actx->pinfo, tree, FALSE, NULL)) {
proto_tree *next_tree;
next_tree=proto_tree_add_subtree_format(tree, next_tvb, 0, -1, ett_qsig_unknown_extension, NULL,
"QSIG: Dissector for extension with OID:%%s not implemented.", extension_oid);
dissect_unknown_ber(actx->pinfo, next_tvb, offset, next_tree);
}
offset+=tvb_reported_length_remaining(tvb, offset);
#.END
#.FN_BODY AuthAlgorithm/param
#.END
#.FN_BODY PSS1InformationElement/_untag VAL_PTR = &out_tvb
tvbuff_t *out_tvb = NULL;
proto_tree *data_tree;
%(DEFAULT_BODY)s
data_tree = proto_item_add_subtree(%(ACTX)s->created_item, ett_cnq_PSS1InformationElement);
if (out_tvb && (tvb_reported_length(out_tvb) > 0) && q931_ie_handle)
call_dissector(q931_ie_handle, out_tvb, %(ACTX)s->pinfo, data_tree);
#.END
#.TABLE10_BODY OPERATION
{ %(&operationCode)3s, "%(_name)s" },
#.END
#.TABLE11_BODY OPERATION
/* %(_name)-24s */ { %(&operationCode)3s, %(_argument_pdu)s, %(_result_pdu)s },
#.END
#.TABLE20_BODY ERROR
{ %(&errorCode)4s, "%(_name)s" },
#.END
#.TABLE21_BODY ERROR
/* %(_name)-24s */ { %(&errorCode)4s, %(_parameter_pdu)s },
#.END |
ASN.1 | wireshark/epan/dissectors/asn1/qsig/SYNC-SIG.asn | -- SYNC-SIG.asn
--
-- Taken from Ecma International
-- Standard ECMA-245, 2nd Edition - September 1997
-- http://www.ecma-international.org/publications/standards/Ecma-245.htm
--
-- updated from macro notation to information object notation
--
Synchronization-Operations-asn1-97
{ iso (1) standard (0) pinx-clock-synchronization (15507) synchronization-operations-asn1-97 (1) }
DEFINITIONS EXPLICIT TAGS::=
BEGIN
IMPORTS OPERATION, ERROR FROM
Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations (4) informationObjects (5)
version1 (0)}
EXTENSION, Extension{} FROM
Manufacturer-specific-service-extension-class-asn1-97
{iso standard pss1-generic-procedures (11582)
msi-class-asn1-97 (11)} ;
-- The following two operations shall apply to SYNC-SIG
Synchronization-Operations OPERATION ::= { synchronizationRequest | synchronizationInfo }
synchronizationRequest OPERATION ::= {
ARGUMENT SynchronizationReqArg
RESULT SynchronizationReqRes
ERRORS {unspecified}
CODE local:78
}
synchronizationInfo OPERATION ::= {
ARGUMENT SynchronizationInfoArg
CODE local:79
}
SynchronizationReqArg ::= SEQUENCE {
action Action,
argExtension ArgExtension OPTIONAL
}
SynchronizationReqRes ::= SEQUENCE {
action Action,
response BOOLEAN, -- TRUE = yes, FALSE = no
argExtension ArgExtension OPTIONAL
}
SynchronizationInfoArg ::= SEQUENCE {
stateinfo INTEGER { freerunning (0), idle (1)},
argExtension ArgExtension OPTIONAL
}
Action ::= INTEGER { enslavement(0), holdon (1)}
ArgExtension::= CHOICE{
extension [1] IMPLICIT Extension{{SYNCExtSet}},
sequOfExtn [2] IMPLICIT SEQUENCE OF Extension{{SYNCExtSet}}
}
unspecified ERROR ::= {
PARAMETER Extension{{SYNCExtSet}}
CODE local:1008}
SYNCExtSet EXTENSION ::= {...}
END -- of Synchronization-Operations-asn1-97 |
Text | wireshark/epan/dissectors/asn1/ranap/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME ranap )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
RANAP-CommonDataTypes.asn
RANAP-Constants.asn
RANAP-Containers.asn
RANAP-IEs.asn
RANAP-PDU-Contents.asn
RANAP-PDU-Descriptions.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
packet-${PROTOCOL_NAME}-template.h
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
ASN2WRS() |
C | wireshark/epan/dissectors/asn1/ranap/packet-ranap-template.c | /* packet-ranap.c
* Routines for UMTS Node B Application Part(RANAP) packet dissection
* Copyright 2005 - 2010, Anders Broman <anders.broman[AT]ericsson.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* References: 3GPP TS 25.413 version 10.4.0 Release 10
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/strutil.h>
#include <epan/asn1.h>
#include <epan/prefs.h>
#include <epan/proto_data.h>
#include "packet-ber.h"
#include "packet-per.h"
#include "packet-gsm_map.h"
#include "packet-ranap.h"
#include "packet-e212.h"
#include "packet-sccp.h"
#include "packet-gsm_a_common.h"
#include "packet-isup.h"
#include "packet-s1ap.h"
#include "packet-rtp.h"
#ifdef _MSC_VER
/* disable: "warning C4146: unary minus operator applied to unsigned type, result still unsigned" */
#pragma warning(disable:4146)
#endif
#define SCCP_SSN_RANAP 142
#define PNAME "Radio Access Network Application Part"
#define PSNAME "RANAP"
#define PFNAME "ranap"
/* Highest Ranap_ProcedureCode_value, use in heuristics */
#define RANAP_MAX_PC 49 /* id_RerouteNASRequest = 49 */
#include "packet-ranap-val.h"
void proto_register_ranap(void);
void proto_reg_handoff_ranap(void);
/* Initialize the protocol and registered fields */
static int proto_ranap = -1;
/* initialise sub-dissector handles */
static dissector_handle_t rrc_s_to_trnc_handle = NULL;
static dissector_handle_t rrc_t_to_srnc_handle = NULL;
static dissector_handle_t rrc_ho_to_utran_cmd = NULL;
static dissector_handle_t bssgp_handle = NULL;
static int hf_ranap_transportLayerAddress_ipv4 = -1;
static int hf_ranap_transportLayerAddress_ipv6 = -1;
static int hf_ranap_transportLayerAddress_nsap = -1;
#include "packet-ranap-hf.c"
/* Initialize the subtree pointers */
static int ett_ranap = -1;
static int ett_ranap_transportLayerAddress = -1;
static int ett_ranap_transportLayerAddress_nsap = -1;
#include "packet-ranap-ett.c"
/*****************************************************************************/
/* Packet private data */
/* For this dissector, all access to actx->private_data should be made */
/* through this API, which ensures that they will not overwrite each other!! */
/*****************************************************************************/
typedef struct ranap_private_data_t
{
guint32 transportLayerAddress_ipv4;
guint16 binding_id_port;
e212_number_type_t number_type;
} ranap_private_data_t;
/* Helper function to get or create the private data struct */
static ranap_private_data_t* ranap_get_private_data(asn1_ctx_t *actx)
{
packet_info *pinfo = actx->pinfo;
ranap_private_data_t *private_data = (ranap_private_data_t *)p_get_proto_data(pinfo->pool, pinfo, proto_ranap, 0);
if(private_data == NULL ) {
private_data = wmem_new0(pinfo->pool, ranap_private_data_t);
p_add_proto_data(pinfo->pool, pinfo, proto_ranap, 0, private_data);
}
return private_data;
}
/* Helper function to reset the private data struct */
static void ranap_reset_private_data(packet_info *pinfo)
{
p_remove_proto_data(pinfo->pool, pinfo, proto_ranap, 0);
}
static guint32 private_data_get_transportLayerAddress_ipv4(asn1_ctx_t *actx)
{
ranap_private_data_t *private_data = (ranap_private_data_t*)ranap_get_private_data(actx);
return private_data->transportLayerAddress_ipv4;
}
static void private_data_set_transportLayerAddress_ipv4(asn1_ctx_t *actx, guint32 transportLayerAddress_ipv4)
{
ranap_private_data_t *private_data = (ranap_private_data_t*)ranap_get_private_data(actx);
private_data->transportLayerAddress_ipv4 = transportLayerAddress_ipv4;
}
static guint16 private_data_get_binding_id_port(asn1_ctx_t *actx)
{
ranap_private_data_t *private_data = (ranap_private_data_t*)ranap_get_private_data(actx);
return private_data->binding_id_port;
}
static void private_data_set_binding_id_port(asn1_ctx_t *actx, guint16 binding_id_port)
{
ranap_private_data_t *private_data = (ranap_private_data_t*)ranap_get_private_data(actx);
private_data->binding_id_port = binding_id_port;
}
/*****************************************************************************/
/* Global variables */
static guint32 ProcedureCode;
static guint32 ProtocolIE_ID;
static guint32 ProtocolExtensionID;
static gboolean glbl_dissect_container = FALSE;
static dissector_handle_t ranap_handle;
/* Some IE:s identities uses the same value for different IE:s
* depending on PDU type:
* InitiatingMessage
* SuccessfulOutcome
* UnsuccessfulOutcome
* Outcome
* As a workarond a value is added to the IE:id in the .cnf file.
* Example:
* ResetResourceList N rnsap.ies IMSG||id-IuSigConIdList # no spaces are allowed in value as a space is delimiter
* PDU type is stored in a global variable and can is used in the IE decoding section.
*/
/*
* &InitiatingMessage ,
* &SuccessfulOutcome OPTIONAL,
* &UnsuccessfulOutcome OPTIONAL,
* &Outcome OPTIONAL,
*
* Only these two needed currently
*/
#define IMSG (1U<<16)
#define SOUT (2U<<16)
#define SPECIAL (4U<<16)
int pdu_type = 0; /* 0 means wildcard */
/* Dissector tables */
static dissector_table_t ranap_ies_dissector_table;
static dissector_table_t ranap_ies_p1_dissector_table;
static dissector_table_t ranap_ies_p2_dissector_table;
static dissector_table_t ranap_extension_dissector_table;
static dissector_table_t ranap_proc_imsg_dissector_table;
static dissector_table_t ranap_proc_sout_dissector_table;
static dissector_table_t ranap_proc_uout_dissector_table;
static dissector_table_t ranap_proc_out_dissector_table;
static dissector_table_t nas_pdu_dissector_table;
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_ProtocolIEFieldPairFirstValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_ProtocolIEFieldPairSecondValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_OutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_ranap_SourceRNC_ToTargetRNC_TransparentContainer(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
static int dissect_ranap_TargetRNC_ToSourceRNC_TransparentContainer(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
#include "packet-ranap-fn.c"
static int
dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
int ret = 0;
int key;
/* Special handling, same ID used for different IE's depending on signal */
switch(ProcedureCode){
case id_RelocationPreparation:
if((ProtocolIE_ID == id_Source_ToTarget_TransparentContainer)||(ProtocolIE_ID == id_Target_ToSource_TransparentContainer)){
key = SPECIAL | ProtocolIE_ID;
ret = (dissector_try_uint_new(ranap_ies_dissector_table, key, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
break;
}
/* Fall through */
default:
/* no special handling */
ret = (dissector_try_uint_new(ranap_ies_dissector_table, ProtocolIE_ID, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
if (ret == 0) {
key = pdu_type | ProtocolIE_ID;
ret = (dissector_try_uint_new(ranap_ies_dissector_table, key, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
break;
}
return ret;
}
static int
dissect_ProtocolIEFieldPairFirstValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(ranap_ies_p1_dissector_table, ProtocolIE_ID, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int
dissect_ProtocolIEFieldPairSecondValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(ranap_ies_p2_dissector_table, ProtocolIE_ID, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int
dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(ranap_extension_dissector_table, ProtocolExtensionID, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int
dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
gboolean ret;
pdu_type = IMSG;
ret = dissector_try_uint_new(ranap_proc_imsg_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE, NULL);
pdu_type = 0;
return ret ? tvb_captured_length(tvb) : 0;
}
static int
dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
gboolean ret;
pdu_type = SOUT;
ret = dissector_try_uint_new(ranap_proc_sout_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE, NULL);
pdu_type = 0;
return ret ? tvb_captured_length(tvb) : 0;
}
static int
dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(ranap_proc_uout_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int
dissect_OutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(ranap_proc_out_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int
dissect_ranap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data)
{
proto_item *ranap_item = NULL;
proto_tree *ranap_tree = NULL;
sccp_msg_info_t *sccp_msg_lcl = (sccp_msg_info_t *)data;
pdu_type = 0;
ProtocolIE_ID = 0;
/* make entry in the Protocol column on summary display */
col_set_str(pinfo->cinfo, COL_PROTOCOL, "RANAP");
/* create the ranap protocol tree */
ranap_item = proto_tree_add_item(tree, proto_ranap, tvb, 0, -1, ENC_NA);
ranap_tree = proto_item_add_subtree(ranap_item, ett_ranap);
/* Save the sccp_msg_info_t data (if present) because it can't be passed
through function calls */
p_add_proto_data(pinfo->pool, pinfo, proto_ranap, pinfo->curr_layer_num, data);
/* Clearing any old 'private data' stored */
ranap_reset_private_data(pinfo);
dissect_RANAP_PDU_PDU(tvb, pinfo, ranap_tree, NULL);
if (sccp_msg_lcl) {
if (sccp_msg_lcl->data.co.assoc)
sccp_msg_lcl->data.co.assoc->payload = SCCP_PLOAD_RANAP;
if (! sccp_msg_lcl->data.co.label && ProcedureCode != 0xFFFFFFFF) {
const gchar* str = val_to_str_const(ProcedureCode, ranap_ProcedureCode_vals, "Unknown RANAP");
sccp_msg_lcl->data.co.label = wmem_strdup(wmem_file_scope(), str);
}
}
return tvb_reported_length(tvb);
}
#define RANAP_MSG_MIN_LENGTH 7
static gboolean
dissect_sccp_ranap_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
guint8 temp;
guint16 word;
guint length;
int offset;
/* Is it a ranap packet?
*
* 4th octet should be the length of the rest of the message.
* 3th octed is the Criticality field
* 2nd octet is the message-type e Z[0, 28]
* 1st octet is the PDU type (with the extension bit)
* (obviously there must be at least four octets)
*
* If all of them hold true we'll assume it's RANAP
*/
#define LENGTH_OFFSET 3
#define CRIT_OFFSET 2
#define MSG_TYPE_OFFSET 1
#define PDU_TYPE_OFFSET 0
if (tvb_captured_length(tvb) < RANAP_MSG_MIN_LENGTH) { return FALSE; }
temp = tvb_get_guint8(tvb, PDU_TYPE_OFFSET);
if (temp & 0x1F) {
/* PDU Type byte is not 0x00 (initiatingMessage), 0x20 (succesfulOutcome),
0x40 (unsuccesfulOutcome) or 0x60 (outcome), ignore extension bit (0x80) */
return FALSE;
}
temp = tvb_get_guint8(tvb, CRIT_OFFSET);
if (temp == 0xC0 || temp & 0x3F) {
/* Criticality byte is not 0x00 (reject), 0x40 (ignore) or 0x80 (notify) */
return FALSE;
}
/* compute aligned PER length determinant without calling dissect_per_length_determinant()
to avoid exceptions and info added to tree, info column and expert info */
offset = LENGTH_OFFSET;
length = tvb_get_guint8(tvb, offset);
offset += 1;
if ((length & 0x80) == 0x80) {
if ((length & 0xc0) == 0x80) {
length &= 0x3f;
length <<= 8;
length += tvb_get_guint8(tvb, offset);
offset += 1;
} else {
length = 0;
}
}
if (length!= (tvb_reported_length(tvb) - offset)){
return FALSE;
}
temp = tvb_get_guint8(tvb, MSG_TYPE_OFFSET);
if (temp > RANAP_MAX_PC) { return FALSE; }
/* Try to strengthen the heuristic further, by checking the byte following the length and the bitfield indicating extensions etc
* which usually is a sequence-of length
*/
word = tvb_get_ntohs(tvb, offset + 1);
if (word > 0x1ff){
return FALSE;
}
dissect_ranap(tvb, pinfo, tree, data);
return TRUE;
}
/*--- proto_register_ranap -------------------------------------------*/
void proto_register_ranap(void) {
module_t *ranap_module;
/* List of fields */
static hf_register_info hf[] = {
{ &hf_ranap_transportLayerAddress_ipv4,
{ "transportLayerAddress IPv4", "ranap.transportLayerAddress_ipv4",
FT_IPv4, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_ranap_transportLayerAddress_ipv6,
{ "transportLayerAddress IPv6", "ranap.transportLayerAddress_ipv6",
FT_IPv6, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_ranap_transportLayerAddress_nsap,
{ "transportLayerAddress NSAP", "ranap.transportLayerAddress_NSAP",
FT_BYTES, BASE_NONE, NULL, 0,
NULL, HFILL }},
#include "packet-ranap-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_ranap,
&ett_ranap_transportLayerAddress,
&ett_ranap_transportLayerAddress_nsap,
#include "packet-ranap-ettarr.c"
};
/* Register protocol */
proto_ranap = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_ranap, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
/* Register dissector */
ranap_handle = register_dissector("ranap", dissect_ranap, proto_ranap);
/* Register dissector tables */
ranap_ies_dissector_table = register_dissector_table("ranap.ies", "RANAP-PROTOCOL-IES", proto_ranap, FT_UINT32, BASE_DEC);
ranap_ies_p1_dissector_table = register_dissector_table("ranap.ies.pair.first", "RANAP-PROTOCOL-IES-PAIR FirstValue", proto_ranap, FT_UINT32, BASE_DEC);
ranap_ies_p2_dissector_table = register_dissector_table("ranap.ies.pair.second", "RANAP-PROTOCOL-IES-PAIR SecondValue", proto_ranap, FT_UINT32, BASE_DEC);
ranap_extension_dissector_table = register_dissector_table("ranap.extension", "RANAP-PROTOCOL-EXTENSION", proto_ranap, FT_UINT32, BASE_DEC);
ranap_proc_imsg_dissector_table = register_dissector_table("ranap.proc.imsg", "RANAP-ELEMENTARY-PROCEDURE InitiatingMessage", proto_ranap, FT_UINT32, BASE_DEC);
ranap_proc_sout_dissector_table = register_dissector_table("ranap.proc.sout", "RANAP-ELEMENTARY-PROCEDURE SuccessfulOutcome", proto_ranap, FT_UINT32, BASE_DEC);
ranap_proc_uout_dissector_table = register_dissector_table("ranap.proc.uout", "RANAP-ELEMENTARY-PROCEDURE UnsuccessfulOutcome", proto_ranap, FT_UINT32, BASE_DEC);
ranap_proc_out_dissector_table = register_dissector_table("ranap.proc.out", "RANAP-ELEMENTARY-PROCEDURE Outcome", proto_ranap, FT_UINT32, BASE_DEC);
nas_pdu_dissector_table = register_dissector_table("ranap.nas_pdu", "RANAP NAS PDU", proto_ranap, FT_UINT8, BASE_DEC);
ranap_module = prefs_register_protocol(proto_ranap, NULL);
prefs_register_bool_preference(ranap_module, "dissect_rrc_container",
"Attempt to dissect RRC-Container",
"Attempt to dissect RRC message embedded in RRC-Container IE",
&glbl_dissect_container);
}
/*--- proto_reg_handoff_ranap ---------------------------------------*/
void
proto_reg_handoff_ranap(void)
{
rrc_s_to_trnc_handle = find_dissector_add_dependency("rrc.s_to_trnc_cont", proto_ranap);
rrc_t_to_srnc_handle = find_dissector_add_dependency("rrc.t_to_srnc_cont", proto_ranap);
rrc_ho_to_utran_cmd = find_dissector_add_dependency("rrc.irat.ho_to_utran_cmd", proto_ranap);
bssgp_handle = find_dissector("bssgp");
heur_dissector_add("sccp", dissect_sccp_ranap_heur, "RANAP over SCCP", "ranap_sccp", proto_ranap, HEURISTIC_ENABLE);
heur_dissector_add("sua", dissect_sccp_ranap_heur, "RANAP over SUA", "ranap_sua", proto_ranap, HEURISTIC_ENABLE);
dissector_add_uint_with_preference("sccp.ssn", SCCP_SSN_RANAP, ranap_handle);
#include "packet-ranap-dis-tab.c"
}
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 2
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=2 tabstop=8 expandtab:
* :indentSize=2:tabSize=8:noTabs=true:
*/ |
C/C++ | wireshark/epan/dissectors/asn1/ranap/packet-ranap-template.h | /* packet-ranap-template.h
* Routines for GSM Supplementary Services dissection
* Copyright 2005, Anders Broman <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_RANAP_H
#define PACKET_RANAP_H
#include "packet-ranap-exp.h"
#endif /* PACKET_RANAP_H */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 2
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=2 tabstop=8 expandtab:
* :indentSize=2:tabSize=8:noTabs=true:
*/ |
ASN.1 | wireshark/epan/dissectors/asn1/ranap/RANAP-CommonDataTypes.asn | -- RANAP-CommonDataTypes.asn
--
-- 3GPP TS 25.413 V14.0.0 (2017-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25413.htm
--
-- 9.3.5 Common Definitions
--
-- **************************************************************
--
-- Common definitions
--
-- **************************************************************
RANAP-CommonDataTypes {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) ranap (0) version1 (1) ranap-CommonDataTypes (3) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
Criticality ::= ENUMERATED { reject, ignore, notify }
Presence ::= ENUMERATED { optional, conditional, mandatory }
PrivateIE-ID ::= CHOICE {
local INTEGER (0..65535),
global OBJECT IDENTIFIER
}
ProcedureCode ::= INTEGER (0..255)
ProtocolExtensionID ::= INTEGER (0..65535)
ProtocolIE-ID ::= INTEGER (0..65535)
TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessfull-outcome, outcome }
END |
ASN.1 | wireshark/epan/dissectors/asn1/ranap/RANAP-Constants.asn | -- RANAP-Constants.asn
--
-- 3GPP TS 25.413 V14.0.0 (2017-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25413.htm
--
-- 9.3.6 Constant Definitions
--
-- **************************************************************
--
-- Constant definitions
--
-- **************************************************************
RANAP-Constants {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) ranap (0) version1 (1) ranap-Constants (4) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- Elementary Procedures
--
-- **************************************************************
id-RAB-Assignment INTEGER ::= 0
id-Iu-Release INTEGER ::= 1
id-RelocationPreparation INTEGER ::= 2
id-RelocationResourceAllocation INTEGER ::= 3
id-RelocationCancel INTEGER ::= 4
id-SRNS-ContextTransfer INTEGER ::= 5
id-SecurityModeControl INTEGER ::= 6
id-DataVolumeReport INTEGER ::= 7
--WS Extension
id-Not-Used-8 INTEGER ::= 8
id-Reset INTEGER ::= 9
id-RAB-ReleaseRequest INTEGER ::= 10
id-Iu-ReleaseRequest INTEGER ::= 11
id-RelocationDetect INTEGER ::= 12
id-RelocationComplete INTEGER ::= 13
id-Paging INTEGER ::= 14
id-CommonID INTEGER ::= 15
id-CN-InvokeTrace INTEGER ::= 16
id-LocationReportingControl INTEGER ::= 17
id-LocationReport INTEGER ::= 18
id-InitialUE-Message INTEGER ::= 19
id-DirectTransfer INTEGER ::= 20
id-OverloadControl INTEGER ::= 21
id-ErrorIndication INTEGER ::= 22
id-SRNS-DataForward INTEGER ::= 23
id-ForwardSRNS-Context INTEGER ::= 24
id-privateMessage INTEGER ::= 25
id-CN-DeactivateTrace INTEGER ::= 26
id-ResetResource INTEGER ::= 27
id-RANAP-Relocation INTEGER ::= 28
id-RAB-ModifyRequest INTEGER ::= 29
id-LocationRelatedData INTEGER ::= 30
id-InformationTransfer INTEGER ::= 31
id-UESpecificInformation INTEGER ::= 32
id-UplinkInformationExchange INTEGER ::= 33
id-DirectInformationTransfer INTEGER ::= 34
id-MBMSSessionStart INTEGER ::= 35
id-MBMSSessionUpdate INTEGER ::= 36
id-MBMSSessionStop INTEGER ::= 37
id-MBMSUELinking INTEGER ::= 38
id-MBMSRegistration INTEGER ::= 39
id-MBMSCNDe-Registration-Procedure INTEGER ::= 40
id-MBMSRABEstablishmentIndication INTEGER ::= 41
id-MBMSRABRelease INTEGER ::= 42
id-enhancedRelocationComplete INTEGER ::= 43
id-enhancedRelocationCompleteConfirm INTEGER ::= 44
id-RANAPenhancedRelocation INTEGER ::= 45
id-SRVCCPreparation INTEGER ::= 46
id-UeRadioCapabilityMatch INTEGER ::= 47
id-UeRegistrationQuery INTEGER ::= 48
id-RerouteNASRequest INTEGER ::= 49
-- **************************************************************
--
-- Extension constants
--
-- **************************************************************
maxPrivateIEs INTEGER ::= 65535
maxProtocolExtensions INTEGER ::= 65535
maxProtocolIEs INTEGER ::= 65535
-- **************************************************************
--
-- Lists
--
-- **************************************************************
maxNrOfDTs INTEGER ::= 15
maxNrOfErrors INTEGER ::= 256
maxNrOfIuSigConIds INTEGER ::= 250
maxNrOfPDPDirections INTEGER ::= 2
maxNrOfPoints INTEGER ::= 15
maxNrOfRABs INTEGER ::= 256
maxNrOfSeparateTrafficDirections INTEGER ::= 2
maxNrOfSRBs INTEGER ::= 8
maxNrOfVol INTEGER ::= 2
maxNrOfLevels INTEGER ::= 256
maxNrOfAltValues INTEGER ::= 16
maxNrOfPLMNsSN INTEGER ::= 32
maxNrOfLAs INTEGER ::= 65536
maxNrOfSNAs INTEGER ::= 65536
maxNrOfUEsToBeTraced INTEGER ::= 64
maxNrOfInterfaces INTEGER ::= 16
maxRAB-Subflows INTEGER ::= 7
maxRAB-SubflowCombination INTEGER ::= 64
maxSet INTEGER ::= 9
maxNrOfHSDSCHMACdFlows-1 INTEGER ::= 7
maxnoofMulticastServicesPerUE INTEGER ::= 128
maxnoofMulticastServicesPerRNC INTEGER ::= 512
maxMBMSSA INTEGER ::= 256
maxMBMSRA INTEGER ::= 65536
maxNrOfEDCHMACdFlows-1 INTEGER ::= 7
maxGANSSSet INTEGER ::= 9
maxNrOfCSGs INTEGER ::= 256
maxNrOfEUTRAFreqs INTEGER ::= 8
maxNrOfCellIds INTEGER ::= 32
maxNrOfRAIs INTEGER ::= 8
maxNrOfLAIs INTEGER ::= 8
maxSizeOfIMSInfo INTEGER ::= 32
maxnoofMDTPLMNs INTEGER ::= 16
maxAddPosSet INTEGER ::= 8
maxnoofPLMNs INTEGER ::= 16
-- **************************************************************
--
-- IEs
--
-- **************************************************************
id-AreaIdentity INTEGER ::= 0
-- WS Extension
id-Not-Used-1 INTEGER ::= 1
id-Not-Used-2 INTEGER ::= 2
id-CN-DomainIndicator INTEGER ::= 3
id-Cause INTEGER ::= 4
id-ChosenEncryptionAlgorithm INTEGER ::= 5
id-ChosenIntegrityProtectionAlgorithm INTEGER ::= 6
id-ClassmarkInformation2 INTEGER ::= 7
id-ClassmarkInformation3 INTEGER ::= 8
id-CriticalityDiagnostics INTEGER ::= 9
id-DL-GTP-PDU-SequenceNumber INTEGER ::= 10
id-EncryptionInformation INTEGER ::= 11
id-IntegrityProtectionInformation INTEGER ::= 12
id-IuTransportAssociation INTEGER ::= 13
id-L3-Information INTEGER ::= 14
id-LAI INTEGER ::= 15
id-NAS-PDU INTEGER ::= 16
id-NonSearchingIndication INTEGER ::= 17
id-NumberOfSteps INTEGER ::= 18
id-OMC-ID INTEGER ::= 19
id-OldBSS-ToNewBSS-Information INTEGER ::= 20
id-PagingAreaID INTEGER ::= 21
id-PagingCause INTEGER ::= 22
id-PermanentNAS-UE-ID INTEGER ::= 23
id-RAB-ContextItem INTEGER ::= 24
id-RAB-ContextList INTEGER ::= 25
id-RAB-DataForwardingItem INTEGER ::= 26
id-RAB-DataForwardingItem-SRNS-CtxReq INTEGER ::= 27
id-RAB-DataForwardingList INTEGER ::= 28
id-RAB-DataForwardingList-SRNS-CtxReq INTEGER ::= 29
id-RAB-DataVolumeReportItem INTEGER ::= 30
id-RAB-DataVolumeReportList INTEGER ::= 31
id-RAB-DataVolumeReportRequestItem INTEGER ::= 32
id-RAB-DataVolumeReportRequestList INTEGER ::= 33
id-RAB-FailedItem INTEGER ::= 34
id-RAB-FailedList INTEGER ::= 35
id-RAB-ID INTEGER ::= 36
id-RAB-QueuedItem INTEGER ::= 37
id-RAB-QueuedList INTEGER ::= 38
id-RAB-ReleaseFailedList INTEGER ::= 39
id-RAB-ReleaseItem INTEGER ::= 40
id-RAB-ReleaseList INTEGER ::= 41
id-RAB-ReleasedItem INTEGER ::= 42
id-RAB-ReleasedList INTEGER ::= 43
id-RAB-ReleasedList-IuRelComp INTEGER ::= 44
id-RAB-RelocationReleaseItem INTEGER ::= 45
id-RAB-RelocationReleaseList INTEGER ::= 46
id-RAB-SetupItem-RelocReq INTEGER ::= 47
id-RAB-SetupItem-RelocReqAck INTEGER ::= 48
id-RAB-SetupList-RelocReq INTEGER ::= 49
id-RAB-SetupList-RelocReqAck INTEGER ::= 50
id-RAB-SetupOrModifiedItem INTEGER ::= 51
id-RAB-SetupOrModifiedList INTEGER ::= 52
id-RAB-SetupOrModifyItem INTEGER ::= 53
id-RAB-SetupOrModifyList INTEGER ::= 54
id-RAC INTEGER ::= 55
id-RelocationType INTEGER ::= 56
id-RequestType INTEGER ::= 57
id-SAI INTEGER ::= 58
id-SAPI INTEGER ::= 59
id-SourceID INTEGER ::= 60
id-Source-ToTarget-TransparentContainer INTEGER ::= 61
id-TargetID INTEGER ::= 62
id-Target-ToSource-TransparentContainer INTEGER ::= 63
id-TemporaryUE-ID INTEGER ::= 64
id-TraceReference INTEGER ::= 65
id-TraceType INTEGER ::= 66
id-TransportLayerAddress INTEGER ::= 67
id-TriggerID INTEGER ::= 68
id-UE-ID INTEGER ::= 69
id-UL-GTP-PDU-SequenceNumber INTEGER ::= 70
id-RAB-FailedtoReportItem INTEGER ::= 71
id-RAB-FailedtoReportList INTEGER ::= 72
-- WS Extension
id-Not-Used-73 INTEGER ::= 73
id-Not-Used-74 INTEGER ::= 74
id-KeyStatus INTEGER ::= 75
id-DRX-CycleLengthCoefficient INTEGER ::= 76
id-IuSigConIdList INTEGER ::= 77
id-IuSigConIdItem INTEGER ::= 78
id-IuSigConId INTEGER ::= 79
id-DirectTransferInformationItem-RANAP-RelocInf INTEGER ::= 80
id-DirectTransferInformationList-RANAP-RelocInf INTEGER ::= 81
id-RAB-ContextItem-RANAP-RelocInf INTEGER ::= 82
id-RAB-ContextList-RANAP-RelocInf INTEGER ::= 83
id-RAB-ContextFailedtoTransferItem INTEGER ::= 84
id-RAB-ContextFailedtoTransferList INTEGER ::= 85
id-GlobalRNC-ID INTEGER ::= 86
id-RAB-ReleasedItem-IuRelComp INTEGER ::= 87
id-MessageStructure INTEGER ::= 88
id-Alt-RAB-Parameters INTEGER ::= 89
id-Ass-RAB-Parameters INTEGER ::= 90
id-RAB-ModifyList INTEGER ::= 91
id-RAB-ModifyItem INTEGER ::= 92
id-TypeOfError INTEGER ::= 93
id-BroadcastAssistanceDataDecipheringKeys INTEGER ::= 94
id-LocationRelatedDataRequestType INTEGER ::= 95
id-GlobalCN-ID INTEGER ::= 96
id-LastKnownServiceArea INTEGER ::= 97
id-SRB-TrCH-Mapping INTEGER ::= 98
id-InterSystemInformation-TransparentContainer INTEGER ::= 99
id-NewBSS-To-OldBSS-Information INTEGER ::= 100
-- WS extension
id-Not-Used-101 INTEGER ::= 101
id-Not-Used-102 INTEGER ::= 102
id-SourceRNC-PDCP-context-info INTEGER ::= 103
id-InformationTransferID INTEGER ::= 104
id-SNA-Access-Information INTEGER ::= 105
id-ProvidedData INTEGER ::= 106
id-GERAN-BSC-Container INTEGER ::= 107
id-GERAN-Classmark INTEGER ::= 108
id-GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item INTEGER ::= 109
id-GERAN-Iumode-RAB-FailedList-RABAssgntResponse INTEGER ::= 110
id-VerticalAccuracyCode INTEGER ::= 111
id-ResponseTime INTEGER ::= 112
id-PositioningPriority INTEGER ::= 113
id-ClientType INTEGER ::= 114
id-LocationRelatedDataRequestTypeSpecificToGERANIuMode INTEGER ::= 115
id-SignallingIndication INTEGER ::= 116
id-hS-DSCH-MAC-d-Flow-ID INTEGER ::= 117
id-UESBI-Iu INTEGER ::= 118
id-PositionData INTEGER ::= 119
id-PositionDataSpecificToGERANIuMode INTEGER ::= 120
id-CellLoadInformationGroup INTEGER ::= 121
id-AccuracyFulfilmentIndicator INTEGER ::= 122
id-InformationTransferType INTEGER ::= 123
id-TraceRecordingSessionInformation INTEGER ::= 124
id-TracePropagationParameters INTEGER ::= 125
id-InterSystemInformationTransferType INTEGER ::= 126
id-SelectedPLMN-ID INTEGER ::= 127
id-RedirectionCompleted INTEGER ::= 128
id-RedirectionIndication INTEGER ::= 129
id-NAS-SequenceNumber INTEGER ::= 130
id-RejectCauseValue INTEGER ::= 131
id-APN INTEGER ::= 132
id-CNMBMSLinkingInformation INTEGER ::= 133
id-DeltaRAListofIdleModeUEs INTEGER ::= 134
id-FrequenceLayerConvergenceFlag INTEGER ::= 135
id-InformationExchangeID INTEGER ::= 136
id-InformationExchangeType INTEGER ::= 137
id-InformationRequested INTEGER ::= 138
id-InformationRequestType INTEGER ::= 139
id-IPMulticastAddress INTEGER ::= 140
id-JoinedMBMSBearerServicesList INTEGER ::= 141
id-LeftMBMSBearerServicesList INTEGER ::= 142
id-MBMSBearerServiceType INTEGER ::= 143
id-MBMSCNDe-Registration INTEGER ::= 144
id-MBMSServiceArea INTEGER ::= 145
id-MBMSSessionDuration INTEGER ::= 146
id-MBMSSessionIdentity INTEGER ::= 147
id-PDP-TypeInformation INTEGER ::= 148
id-RAB-Parameters INTEGER ::= 149
id-RAListofIdleModeUEs INTEGER ::= 150
id-MBMSRegistrationRequestType INTEGER ::= 151
id-SessionUpdateID INTEGER ::= 152
id-TMGI INTEGER ::= 153
id-TransportLayerInformation INTEGER ::= 154
id-UnsuccessfulLinkingList INTEGER ::= 155
id-MBMSLinkingInformation INTEGER ::= 156
id-MBMSSessionRepetitionNumber INTEGER ::= 157
id-AlternativeRABConfiguration INTEGER ::= 158
id-AlternativeRABConfigurationRequest INTEGER ::= 159
id-E-DCH-MAC-d-Flow-ID INTEGER ::= 160
id-SourceBSS-ToTargetBSS-TransparentContainer INTEGER ::= 161
id-TargetBSS-ToSourceBSS-TransparentContainer INTEGER ::= 162
id-TimeToMBMSDataTransfer INTEGER ::= 163
id-IncludeVelocity INTEGER ::= 164
id-VelocityEstimate INTEGER ::= 165
id-RedirectAttemptFlag INTEGER ::= 166
id-RAT-Type INTEGER ::= 167
id-PeriodicLocationInfo INTEGER ::= 168
id-MBMSCountingInformation INTEGER ::= 169
id-170-not-to-be-used-for-IE-ids INTEGER ::= 170
id-ExtendedRNC-ID INTEGER ::= 171
id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf INTEGER ::= 172
id-Alt-RAB-Parameter-ExtendedMaxBitrateInf INTEGER ::= 173
id-Ass-RAB-Parameter-ExtendedGuaranteedBitrateList INTEGER ::= 174
id-Ass-RAB-Parameter-ExtendedMaxBitrateList INTEGER ::= 175
id-RAB-Parameter-ExtendedGuaranteedBitrateList INTEGER ::= 176
id-RAB-Parameter-ExtendedMaxBitrateList INTEGER ::= 177
id-Requested-RAB-Parameter-ExtendedMaxBitrateList INTEGER ::= 178
id-Requested-RAB-Parameter-ExtendedGuaranteedBitrateList INTEGER ::= 179
id-LAofIdleModeUEs INTEGER ::= 180
id-newLAListofIdleModeUEs INTEGER ::= 181
id-LAListwithNoIdleModeUEsAnyMore INTEGER ::= 182
id-183-not-to-be-used-for-IE-ids INTEGER ::= 183
id-GANSS-PositioningDataSet INTEGER ::= 184
id-RequestedGANSSAssistanceData INTEGER ::= 185
id-BroadcastGANSSAssistanceDataDecipheringKeys INTEGER ::= 186
id-d-RNTI-for-NoIuCSUP INTEGER ::= 187
id-RAB-SetupList-EnhancedRelocCompleteReq INTEGER ::= 188
id-RAB-SetupItem-EnhancedRelocCompleteReq INTEGER ::= 189
id-RAB-SetupList-EnhancedRelocCompleteRes INTEGER ::= 190
id-RAB-SetupItem-EnhancedRelocCompleteRes INTEGER ::= 191
id-RAB-SetupList-EnhRelocInfoReq INTEGER ::= 192
id-RAB-SetupItem-EnhRelocInfoReq INTEGER ::= 193
id-RAB-SetupList-EnhRelocInfoRes INTEGER ::= 194
id-RAB-SetupItem-EnhRelocInfoRes INTEGER ::= 195
id-OldIuSigConId INTEGER ::= 196
id-RAB-FailedList-EnhRelocInfoRes INTEGER ::= 197
id-RAB-FailedItem-EnhRelocInfoRes INTEGER ::= 198
id-Global-ENB-ID INTEGER ::= 199
id-UE-History-Information INTEGER ::= 200
id-MBMSSynchronisationInformation INTEGER ::= 201
id-SubscriberProfileIDforRFP INTEGER ::= 202
id-CSG-Id INTEGER ::= 203
id-OldIuSigConIdCS INTEGER ::= 204
id-OldIuSigConIdPS INTEGER ::= 205
id-GlobalCN-IDCS INTEGER ::= 206
id-GlobalCN-IDPS INTEGER ::= 207
id-SourceExtendedRNC-ID INTEGER ::= 208
id-RAB-ToBeReleasedItem-EnhancedRelocCompleteRes INTEGER ::= 209
id-RAB-ToBeReleasedList-EnhancedRelocCompleteRes INTEGER ::= 210
id-SourceRNC-ID INTEGER ::= 211
id-Relocation-TargetRNC-ID INTEGER ::= 212
id-Relocation-TargetExtendedRNC-ID INTEGER ::= 213
id-Alt-RAB-Parameter-SupportedGuaranteedBitrateInf INTEGER ::= 214
id-Alt-RAB-Parameter-SupportedMaxBitrateInf INTEGER ::= 215
id-Ass-RAB-Parameter-SupportedGuaranteedBitrateList INTEGER ::= 216
id-Ass-RAB-Parameter-SupportedMaxBitrateList INTEGER ::= 217
id-RAB-Parameter-SupportedGuaranteedBitrateList INTEGER ::= 218
id-RAB-Parameter-SupportedMaxBitrateList INTEGER ::= 219
id-Requested-RAB-Parameter-SupportedMaxBitrateList INTEGER ::= 220
id-Requested-RAB-Parameter-SupportedGuaranteedBitrateList INTEGER ::= 221
id-Relocation-SourceRNC-ID INTEGER ::= 222
id-Relocation-SourceExtendedRNC-ID INTEGER ::= 223
id-EncryptionKey INTEGER ::= 224
id-IntegrityProtectionKey INTEGER ::= 225
id-SRVCC-HO-Indication INTEGER ::= 226
id-SRVCC-Information INTEGER ::= 227
id-SRVCC-Operation-Possible INTEGER ::= 228
id-CSG-Id-List INTEGER ::= 229
id-PSRABtobeReplaced INTEGER ::= 230
id-E-UTRAN-Service-Handover INTEGER ::= 231
-- WS Extension
id-Not-Used-232 INTEGER ::= 232
id-UE-AggregateMaximumBitRate INTEGER ::= 233
id-CSG-Membership-Status INTEGER ::= 234
id-Cell-Access-Mode INTEGER ::= 235
id-IP-Source-Address INTEGER ::= 236
id-CSFB-Information INTEGER ::= 237
id-PDP-TypeInformation-extension INTEGER ::= 238
id-MSISDN INTEGER ::= 239
id-Offload-RAB-Parameters INTEGER ::= 240
id-LGW-TransportLayerAddress INTEGER ::= 241
id-Correlation-ID INTEGER ::= 242
id-IRAT-Measurement-Configuration INTEGER ::= 243
id-MDT-Configuration INTEGER ::= 244
id-Priority-Class-Indicator INTEGER ::= 245
id-RNSAPRelocationParameters INTEGER ::= 247
id-RABParametersList INTEGER ::= 248
id-Management-Based-MDT-Allowed INTEGER ::= 249
id-HigherBitratesThan16MbpsFlag INTEGER ::= 250
id-Trace-Collection-Entity-IP-Addess INTEGER ::= 251
id-End-Of-CSFB INTEGER ::= 252
id-Time-UE-StayedInCell-EnhancedGranularity INTEGER ::= 253
id-Out-Of-UTRAN INTEGER ::= 254
id-TraceRecordingSessionReference INTEGER ::= 255
id-IMSI INTEGER ::= 256
id-HO-Cause INTEGER ::= 257
id-VoiceSupportMatchIndicator INTEGER ::= 258
id-RSRVCC-HO-Indication INTEGER ::= 259
id-RSRVCC-Information INTEGER ::= 260
id-AnchorPLMN-ID INTEGER ::= 261
id-Tunnel-Information-for-BBF INTEGER ::= 262
id-Management-Based-MDT-PLMN-List INTEGER ::= 263
id-SignallingBasedMDTPLMNList INTEGER ::= 264
id-M4Report INTEGER ::= 265
id-M5Report INTEGER ::= 266
id-M6Report INTEGER ::= 267
id-M7Report INTEGER ::= 268
id-TimingDifferenceULDL INTEGER ::= 269
id-Serving-Cell-Identifier INTEGER ::= 270
id-EARFCN-Extended INTEGER ::= 271
id-RSRVCC-Operation-Possible INTEGER ::= 272
id-SIPTO-LGW-TransportLayerAddress INTEGER ::= 273
id-SIPTO-Correlation-ID INTEGER ::= 274
id-LHN-ID INTEGER ::= 275
id-Session-Re-establishment-Indicator INTEGER ::= 276
id-LastE-UTRANPLMNIdentity INTEGER ::= 277
id-RSRQ-Type INTEGER ::= 278
id-RSRQ-Extension INTEGER ::= 279
id-Additional-CSPS-coordination-information INTEGER ::= 280
id-UERegistrationQueryResult INTEGER ::= 281
id-IuSigConIdRangeEnd INTEGER ::= 282
id-BarometricPressure INTEGER ::= 283
id-Additional-PositioningDataSet INTEGER ::= 284
id-CivicAddress INTEGER ::= 285
id-SGSN-Group-Identity INTEGER ::= 286
id-P-TMSI INTEGER ::= 287
id-RANAP-Message INTEGER ::= 288
id-PowerSavingIndicator INTEGER ::= 289
id-UE-Usage-Type INTEGER ::= 290
id-DCN-ID INTEGER ::= 291
id-UE-Application-Layer-Measurement-Configuration INTEGER ::= 292
id-UE-Application-Layer-Measurement-Configuration-For-Relocation INTEGER ::= 293
END |
ASN.1 | wireshark/epan/dissectors/asn1/ranap/RANAP-Containers.asn | -- RANAP-Containers.asn
--
-- 3GPP TS 25.413 V14.0.0 (2017-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25413.htm
--
-- 9.3.7 Container Definitions
--
-- **************************************************************
--
-- Container definitions
--
-- **************************************************************
RANAP-Containers {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) ranap (0) version1 (1) ranap-Containers (5) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Criticality,
Presence,
PrivateIE-ID,
ProtocolExtensionID,
ProtocolIE-ID
FROM RANAP-CommonDataTypes
maxPrivateIEs,
maxProtocolExtensions,
maxProtocolIEs
FROM RANAP-Constants;
-- **************************************************************
--
-- Class Definition for Protocol IEs
--
-- **************************************************************
RANAP-PROTOCOL-IES ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Protocol IEs
--
-- **************************************************************
RANAP-PROTOCOL-IES-PAIR ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&firstCriticality Criticality,
&FirstValue,
&secondCriticality Criticality,
&SecondValue,
&presence Presence
}
WITH SYNTAX {
ID &id
FIRST CRITICALITY &firstCriticality
FIRST TYPE &FirstValue
SECOND CRITICALITY &secondCriticality
SECOND TYPE &SecondValue
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Protocol Extensions
--
-- **************************************************************
RANAP-PROTOCOL-EXTENSION ::= CLASS {
&id ProtocolExtensionID UNIQUE,
&criticality Criticality,
&Extension,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
EXTENSION &Extension
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Private IEs
--
-- **************************************************************
RANAP-PRIVATE-IES ::= CLASS {
&id PrivateIE-ID,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Container for Protocol IEs
--
-- **************************************************************
ProtocolIE-Container {RANAP-PROTOCOL-IES : IEsSetParam} ::=
SEQUENCE (SIZE (0..maxProtocolIEs)) OF
ProtocolIE-Field {{IEsSetParam}}
ProtocolIE-Field {RANAP-PROTOCOL-IES : IEsSetParam} ::= SEQUENCE {
id RANAP-PROTOCOL-IES.&id ({IEsSetParam}),
criticality RANAP-PROTOCOL-IES.&criticality ({IEsSetParam}{@id}),
value RANAP-PROTOCOL-IES.&Value ({IEsSetParam}{@id})
}
-- **************************************************************
--
-- Container for Protocol IE Pairs
--
-- **************************************************************
ProtocolIE-ContainerPair {RANAP-PROTOCOL-IES-PAIR : IEsSetParam} ::=
SEQUENCE (SIZE (0..maxProtocolIEs)) OF
ProtocolIE-FieldPair {{IEsSetParam}}
ProtocolIE-FieldPair {RANAP-PROTOCOL-IES-PAIR : IEsSetParam} ::= SEQUENCE {
id RANAP-PROTOCOL-IES-PAIR.&id ({IEsSetParam}),
firstCriticality RANAP-PROTOCOL-IES-PAIR.&firstCriticality ({IEsSetParam}{@id}),
firstValue RANAP-PROTOCOL-IES-PAIR.&FirstValue ({IEsSetParam}{@id}),
secondCriticality RANAP-PROTOCOL-IES-PAIR.&secondCriticality ({IEsSetParam}{@id}),
secondValue RANAP-PROTOCOL-IES-PAIR.&SecondValue ({IEsSetParam}{@id})
}
-- **************************************************************
--
-- Container Lists for Protocol IE Containers
--
-- **************************************************************
ProtocolIE-ContainerList {INTEGER : lowerBound, INTEGER : upperBound, RANAP-PROTOCOL-IES : IEsSetParam} ::=
SEQUENCE (SIZE (lowerBound..upperBound)) OF
ProtocolIE-Container {{IEsSetParam}}
ProtocolIE-ContainerPairList {INTEGER : lowerBound, INTEGER : upperBound, RANAP-PROTOCOL-IES-PAIR : IEsSetParam} ::=
SEQUENCE (SIZE (lowerBound..upperBound)) OF
ProtocolIE-ContainerPair {{IEsSetParam}}
-- **************************************************************
--
-- Container for Protocol Extensions
--
-- **************************************************************
ProtocolExtensionContainer {RANAP-PROTOCOL-EXTENSION : ExtensionSetParam} ::=
SEQUENCE (SIZE (1..maxProtocolExtensions)) OF
ProtocolExtensionField {{ExtensionSetParam}}
ProtocolExtensionField {RANAP-PROTOCOL-EXTENSION : ExtensionSetParam} ::= SEQUENCE {
id RANAP-PROTOCOL-EXTENSION.&id ({ExtensionSetParam}),
criticality RANAP-PROTOCOL-EXTENSION.&criticality ({ExtensionSetParam}{@id}),
extensionValue RANAP-PROTOCOL-EXTENSION.&Extension ({ExtensionSetParam}{@id})
}
-- **************************************************************
--
-- Container for Private IEs
--
-- **************************************************************
PrivateIE-Container {RANAP-PRIVATE-IES : IEsSetParam } ::=
SEQUENCE (SIZE (1.. maxPrivateIEs)) OF
PrivateIE-Field {{IEsSetParam}}
PrivateIE-Field {RANAP-PRIVATE-IES : IEsSetParam} ::= SEQUENCE {
id RANAP-PRIVATE-IES.&id ({IEsSetParam}),
criticality RANAP-PRIVATE-IES.&criticality ({IEsSetParam}{@id}),
value RANAP-PRIVATE-IES.&Value ({IEsSetParam}{@id})
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/ranap/RANAP-IEs.asn | -- RANAP-IEs.asn
--
-- 3GPP TS 25.413 V14.0.0 (2017-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25413.htm
--
-- 9.3.4 Information Element Definitions
--
-- **************************************************************
--
-- Information Element Definitions
--
-- **************************************************************
RANAP-IEs {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) ranap (0) version1 (1) ranap-IEs (2) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
maxNrOfCSGs,
maxNrOfErrors,
maxNrOfPDPDirections,
maxNrOfPoints,
maxNrOfRABs,
maxNrOfSRBs,
maxNrOfSeparateTrafficDirections,
maxRAB-Subflows,
maxRAB-SubflowCombination,
maxNrOfLevels,
maxNrOfAltValues,
maxNrOfSNAs,
maxNrOfLAs,
maxNrOfPLMNsSN,
maxSet,
maxNrOfHSDSCHMACdFlows-1,
maxNrOfUEsToBeTraced,
maxNrOfInterfaces,
maxnoofMulticastServicesPerRNC,
maxMBMSSA,
maxMBMSRA,
maxnoofMulticastServicesPerUE,
maxNrOfEDCHMACdFlows-1,
maxGANSSSet,
maxNrOfEUTRAFreqs,
maxNrOfCellIds,
maxNrOfRAIs,
maxNrOfLAIs,
maxNrOfVol,
maxSizeOfIMSInfo,
maxnoofMDTPLMNs,
maxAddPosSet,
maxnoofPLMNs,
id-CN-DomainIndicator,
id-MessageStructure,
id-SRB-TrCH-Mapping,
id-TypeOfError,
id-hS-DSCH-MAC-d-Flow-ID,
id-SignallingIndication,
id-CellLoadInformationGroup,
id-TraceRecordingSessionInformation,
id-MBMSLinkingInformation,
id-AlternativeRABConfiguration,
id-AlternativeRABConfigurationRequest,
id-E-DCH-MAC-d-Flow-ID,
id-RAC,
id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf,
id-Alt-RAB-Parameter-ExtendedMaxBitrateInf,
id-Ass-RAB-Parameter-ExtendedGuaranteedBitrateList,
id-Ass-RAB-Parameter-ExtendedMaxBitrateList,
id-RAB-Parameter-ExtendedGuaranteedBitrateList,
id-RAB-Parameter-ExtendedMaxBitrateList,
id-Requested-RAB-Parameter-ExtendedMaxBitrateList,
id-Requested-RAB-Parameter-ExtendedGuaranteedBitrateList,
id-LAofIdleModeUEs,
id-newLAListofIdleModeUEs,
id-LAListwithNoIdleModeUEsAnyMore,
id-ExtendedRNC-ID,
id-GANSS-PositioningDataSet,
id-d-RNTI-for-NoIuCSUP,
id-UE-History-Information,
id-SubscriberProfileIDforRFP,
id-Alt-RAB-Parameter-SupportedGuaranteedBitrateInf,
id-Alt-RAB-Parameter-SupportedMaxBitrateInf,
id-Ass-RAB-Parameter-SupportedGuaranteedBitrateList,
id-Ass-RAB-Parameter-SupportedMaxBitrateList,
id-RAB-Parameter-SupportedGuaranteedBitrateList,
id-RAB-Parameter-SupportedMaxBitrateList,
id-Requested-RAB-Parameter-SupportedMaxBitrateList,
id-Requested-RAB-Parameter-SupportedGuaranteedBitrateList,
id-PSRABtobeReplaced,
id-SRVCC-Information,
id-CSG-Id,
id-CSFB-Information,
id-IRAT-Measurement-Configuration,
id-Management-Based-MDT-Allowed,
id-Time-UE-StayedInCell-EnhancedGranularity,
id-HO-Cause,
id-TraceRecordingSessionReference,
id-IMSI,
id-Management-Based-MDT-PLMN-List,
id-SignallingBasedMDTPLMNList,
id-M4Report,
id-M5Report,
id-M6Report,
id-M7Report,
id-TimingDifferenceULDL,
id-Trace-Collection-Entity-IP-Addess,
id-Serving-Cell-Identifier,
id-EARFCN-Extended,
id-LastE-UTRANPLMNIdentity,
id-RSRQ-Type,
id-RSRQ-Extension,
id-Additional-PositioningDataSet
FROM RANAP-Constants
Criticality,
ProcedureCode,
ProtocolIE-ID,
TriggeringMessage
FROM RANAP-CommonDataTypes
ProtocolExtensionContainer{},
RANAP-PROTOCOL-EXTENSION
FROM RANAP-Containers;
-- A
AccuracyFulfilmentIndicator ::= ENUMERATED{
requested-Accuracy-Fulfilled,
requested-Accuracy-Not-Fulfilled,
...
}
Additional-CSPS-coordination-information ::= SEQUENCE {
old-LAI LAI OPTIONAL,
old-RAC RAC OPTIONAL,
nRI BIT STRING (SIZE (10)) OPTIONAL,
uE-is-Attaching NULL OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Additional-CSPS-coordination-information-ExtIEs} } OPTIONAL,
...
}
Additional-CSPS-coordination-information-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-PositioningDataSet ::= SEQUENCE(SIZE(1..maxAddPosSet)) OF Additional-PositioningMethodAndUsage
Additional-PositioningMethodAndUsage ::= OCTET STRING (SIZE(1))
AllocationOrRetentionPriority ::= SEQUENCE {
priorityLevel PriorityLevel,
pre-emptionCapability Pre-emptionCapability,
pre-emptionVulnerability Pre-emptionVulnerability,
queuingAllowed QueuingAllowed,
iE-Extensions ProtocolExtensionContainer { {AllocationOrRetentionPriority-ExtIEs} } OPTIONAL,
...
}
AllocationOrRetentionPriority-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
Alt-RAB-Parameters ::= SEQUENCE {
altMaxBitrateInf Alt-RAB-Parameter-MaxBitrateInf OPTIONAL,
altGuaranteedBitRateInf Alt-RAB-Parameter-GuaranteedBitrateInf OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Alt-RAB-Parameters-ExtIEs} } OPTIONAL,
...
}
Alt-RAB-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 6 to indicate an alternative RAB configuration --
{ ID id-AlternativeRABConfiguration CRITICALITY ignore EXTENSION RAB-Parameters PRESENCE optional }|
-- Extension for Release 7 to indicate an alternative list of Extended Guaranteed Bitrates --
{ ID id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf CRITICALITY ignore EXTENSION Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf PRESENCE optional }|
-- Extension for Release 7 to indicate an alternative list of Extended Maximum Bitrates --
{ ID id-Alt-RAB-Parameter-ExtendedMaxBitrateInf CRITICALITY ignore EXTENSION Alt-RAB-Parameter-ExtendedMaxBitrateInf PRESENCE optional }|
-- Extension for Release 8 to indicate an alternative list of Supported Maximum Bitrates --
{ ID id-Alt-RAB-Parameter-SupportedMaxBitrateInf CRITICALITY reject EXTENSION Alt-RAB-Parameter-SupportedMaxBitrateInf PRESENCE optional }|
-- Extension for Release 8 to indicate an alternative list of Supported Guaranteed Bitrates --
{ ID id-Alt-RAB-Parameter-SupportedGuaranteedBitrateInf CRITICALITY reject EXTENSION Alt-RAB-Parameter-SupportedGuaranteedBitrateInf PRESENCE optional },
...
}
Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf ::= SEQUENCE {
altExtendedGuaranteedBitrateType Alt-RAB-Parameter-GuaranteedBitrateType,
altExtendedGuaranteedBitrates Alt-RAB-Parameter-ExtendedGuaranteedBitrates OPTIONAL
-- This IE shall be present if the Type of Extended Guaranteed Bit Rates Information IE is set to "Value range" or "Discrete values" --,
...
}
Alt-RAB-Parameter-ExtendedGuaranteedBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
Alt-RAB-Parameter-ExtendedGuaranteedBitrateList
Alt-RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
Alt-RAB-Parameter-GuaranteedBitrateInf ::= SEQUENCE {
altGuaranteedBitrateType Alt-RAB-Parameter-GuaranteedBitrateType,
altGuaranteedBitrates Alt-RAB-Parameter-GuaranteedBitrates OPTIONAL
-- This IE shall be present if the Type of Guaranteed Bit Rates Information IE is set to "Value range" or "Discrete values" --,
...
}
Alt-RAB-Parameter-GuaranteedBitrateType ::= ENUMERATED{
unspecified,
value-range,
discrete-values,
...
}
Alt-RAB-Parameter-GuaranteedBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
Alt-RAB-Parameter-GuaranteedBitrateList
Alt-RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
Alt-RAB-Parameter-SupportedGuaranteedBitrateInf ::= SEQUENCE {
altSupportedGuaranteedBitrateType Alt-RAB-Parameter-GuaranteedBitrateType,
altSupportedGuaranteedBitrates Alt-RAB-Parameter-SupportedGuaranteedBitrates OPTIONAL
-- This IE shall be present if the Type of Supported Guaranteed Bit Rates Information IE is set to "Value range" or "Discrete values" --,
iE-Extensions ProtocolExtensionContainer { { Alt-RAB-Parameter-SupportedGuaranteedBitrateInf-ExtIEs} } OPTIONAL,
...
}
Alt-RAB-Parameter-SupportedGuaranteedBitrateInf-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
Alt-RAB-Parameter-SupportedGuaranteedBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
SupportedRAB-ParameterBitrateList
Alt-RAB-Parameter-ExtendedMaxBitrateInf ::= SEQUENCE {
altExtendedMaxBitrateType Alt-RAB-Parameter-MaxBitrateType,
altExtendedMaxBitrates Alt-RAB-Parameter-ExtendedMaxBitrates OPTIONAL
-- This IE shall be present if the Type of Extended Alternative Maximum Bit Rates Information IE is set to "Value range" or "Discrete values" --,
...
}
Alt-RAB-Parameter-ExtendedMaxBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
Alt-RAB-Parameter-ExtendedMaxBitrateList
Alt-RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
Alt-RAB-Parameter-MaxBitrateInf ::= SEQUENCE {
altMaxBitrateType Alt-RAB-Parameter-MaxBitrateType,
altMaxBitrates Alt-RAB-Parameter-MaxBitrates OPTIONAL
-- This IE shall be present if the Type of Alternative Maximun Bit Rates Information IE is set to "Value range" or "Discrete values" --,
...
}
Alt-RAB-Parameter-MaxBitrateType ::= ENUMERATED{
unspecified,
value-range,
discrete-values,
...
}
Alt-RAB-Parameter-MaxBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
Alt-RAB-Parameter-MaxBitrateList
Alt-RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
Alt-RAB-Parameter-SupportedMaxBitrateInf ::= SEQUENCE {
altSupportedMaxBitrateType Alt-RAB-Parameter-MaxBitrateType,
altSupportedMaxBitrates Alt-RAB-Parameter-SupportedMaxBitrates OPTIONAL
-- This IE shall be present if the Type of Supported Alternative Maximun Bit Rates Information IE is set to "Value range" or "Discrete values" --,
iE-Extensions ProtocolExtensionContainer { { Alt-RAB-Parameter-SupportedMaxBitrateInf-ExtIEs} } OPTIONAL,
...
}
Alt-RAB-Parameter-SupportedMaxBitrateInf-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
Alt-RAB-Parameter-SupportedMaxBitrates ::= SEQUENCE (SIZE (1..maxNrOfAltValues)) OF
SupportedRAB-ParameterBitrateList
AlternativeRABConfigurationRequest ::= ENUMERATED{
alternative-RAB-configuration-Requested,
...
}
UE-Application-Layer-Measurement-Configuration ::= SEQUENCE {
applicationLayerContainerForMeasurementConfiguration OCTET STRING ( SIZE (1..1000)),
areaScopeForUEApplicationLayerMeasurementConfiguration AreaScopeForUEApplicationLayerMeasurementConfiguration,
...
}
UE-Application-Layer-Measurement-Configuration-For-Relocation ::= SEQUENCE {
areaScopeForUEApplicationLayerMeasurementConfiguration AreaScopeForUEApplicationLayerMeasurementConfiguration,
traceReference TraceReference,
tracePropagationParameters TracePropagationParameters OPTIONAL,
traceCollectionEntityIPAddress TransportLayerAddress OPTIONAL,
...
}
APN ::= OCTET STRING (SIZE (1..255))
-- Reference: 23.003
AreaScopeForUEApplicationLayerMeasurementConfiguration ::= CHOICE {
cellbased CellBased,
labased LABased,
rabased RABased,
plmn-area-based PLMNBased,
...
}
AreaIdentity ::= CHOICE {
sAI SAI,
geographicalArea GeographicalArea,
...
}
Ass-RAB-Parameters ::= SEQUENCE {
assMaxBitrateInf Ass-RAB-Parameter-MaxBitrateList OPTIONAL,
assGuaranteedBitRateInf Ass-RAB-Parameter-GuaranteedBitrateList OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Ass-RAB-Parameters-ExtIEs} } OPTIONAL,
...
}
Ass-RAB-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 7 to indicate an extended assigned Guaranteed Bitrate --
{ ID id-Ass-RAB-Parameter-ExtendedGuaranteedBitrateList CRITICALITY reject EXTENSION Ass-RAB-Parameter-ExtendedGuaranteedBitrateList PRESENCE optional }|
-- Extension for Release 7 to indicate an extended assigned Maximum Bitrate --
{ ID id-Ass-RAB-Parameter-ExtendedMaxBitrateList CRITICALITY reject EXTENSION Ass-RAB-Parameter-ExtendedMaxBitrateList PRESENCE optional }|
-- Extension for Release 8 to indicate an supported assigned Maximum Bitrate --
{ ID id-Ass-RAB-Parameter-SupportedMaxBitrateList CRITICALITY ignore EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional }|
-- Extension for Release 8 to indicate an supported assigned Guaranteed Bitrate --
{ ID id-Ass-RAB-Parameter-SupportedGuaranteedBitrateList CRITICALITY ignore EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional },
...
}
Ass-RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
Ass-RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
Ass-RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
Ass-RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
AuthorisedPLMNs ::= SEQUENCE (SIZE (1..maxNrOfPLMNsSN)) OF
SEQUENCE {
pLMNidentity PLMNidentity,
authorisedSNAsList AuthorisedSNAs OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {AuthorisedPLMNs-ExtIEs} } OPTIONAL,
...
}
AuthorisedPLMNs-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
AuthorisedSNAs ::= SEQUENCE (SIZE (1..maxNrOfSNAs)) OF SNAC
-- B
BarometricPressure ::= INTEGER (30000..115000)
BindingID ::= OCTET STRING (SIZE (4))
BroadcastAssistanceDataDecipheringKeys ::= SEQUENCE {
cipheringKeyFlag BIT STRING (SIZE (1)),
currentDecipheringKey BIT STRING (SIZE (56)),
nextDecipheringKey BIT STRING (SIZE (56)),
...
}
-- C
Cause ::= CHOICE {
radioNetwork CauseRadioNetwork,
transmissionNetwork CauseTransmissionNetwork,
nAS CauseNAS,
protocol CauseProtocol,
misc CauseMisc,
non-Standard CauseNon-Standard,
...,
radioNetworkExtension CauseRadioNetworkExtension
}
CauseMisc ::= INTEGER {
om-intervention (113),
no-resource-available (114),
unspecified-failure (115),
network-optimisation (116)
} (113..128)
CauseNAS ::= INTEGER {
user-restriction-start-indication (81),
user-restriction-end-indication (82),
normal-release (83),
csg-subscription-expiry(84)
} (81..96)
CauseProtocol ::= INTEGER {
transfer-syntax-error (97),
semantic-error (98),
message-not-compatible-with-receiver-state (99),
abstract-syntax-error-reject (100),
abstract-syntax-error-ignore-and-notify (101),
abstract-syntax-error-falsely-constructed-message (102)
} (97..112)
CauseRadioNetwork ::= INTEGER {
rab-pre-empted (1),
trelocoverall-expiry (2),
trelocprep-expiry (3),
treloccomplete-expiry (4),
tqueing-expiry (5),
relocation-triggered (6),
trellocalloc-expiry(7),
unable-to-establish-during-relocation (8),
unknown-target-rnc (9),
relocation-cancelled (10),
successful-relocation (11),
requested-ciphering-and-or-integrity-protection-algorithms-not-supported (12),
conflict-with-already-existing-integrity-protection-and-or-ciphering-information (13),
failure-in-the-radio-interface-procedure (14),
release-due-to-utran-generated-reason (15),
user-inactivity (16),
time-critical-relocation (17),
requested-traffic-class-not-available (18),
invalid-rab-parameters-value (19),
requested-maximum-bit-rate-not-available (20),
requested-guaranteed-bit-rate-not-available (21),
requested-transfer-delay-not-achievable (22),
invalid-rab-parameters-combination (23),
condition-violation-for-sdu-parameters (24),
condition-violation-for-traffic-handling-priority (25),
condition-violation-for-guaranteed-bit-rate (26),
user-plane-versions-not-supported (27),
iu-up-failure (28),
relocation-failure-in-target-CN-RNC-or-target-system(29),
invalid-RAB-ID (30),
no-remaining-rab (31),
interaction-with-other-procedure (32),
requested-maximum-bit-rate-for-dl-not-available (33),
requested-maximum-bit-rate-for-ul-not-available (34),
requested-guaranteed-bit-rate-for-dl-not-available (35),
requested-guaranteed-bit-rate-for-ul-not-available (36),
repeated-integrity-checking-failure (37),
requested-request-type-not-supported (38),
request-superseded (39),
release-due-to-UE-generated-signalling-connection-release (40),
resource-optimisation-relocation (41),
requested-information-not-available (42),
relocation-desirable-for-radio-reasons (43),
relocation-not-supported-in-target-RNC-or-target-system (44),
directed-retry (45),
radio-connection-with-UE-Lost (46),
rNC-unable-to-establish-all-RFCs (47),
deciphering-keys-not-available(48),
dedicated-assistance-data-not-available(49),
relocation-target-not-allowed (50),
location-reporting-congestion (51),
reduce-load-in-serving-cell (52),
no-radio-resources-available-in-target-cell (53),
gERAN-Iumode-failure (54),
access-restricted-due-to-shared-networks (55),
incoming-relocation-not-supported-due-to-PUESBINE-feature (56),
traffic-load-in-the-target-cell-higher-than-in-the-source-cell (57),
mBMS-no-multicast-service-for-this-UE(58),
mBMS-unknown-UE-ID(59),
successful-MBMS-session-start-no-data-bearer-necessary(60),
mBMS-superseded-due-to-NNSF(61),
mBMS-UE-linking-already-done(62),
mBMS-UE-de-linking-failure-no-existing-UE-linking(63),
tMGI-unknown(64)
} (1..64)
CauseRadioNetworkExtension ::= INTEGER {
iP-multicast-address-and-APN-not-valid(257),
mBMS-de-registration-rejected-due-to-implicit-registration(258),
mBMS-request-superseded(259),
mBMS-de-registration-during-session-not-allowed(260),
mBMS-no-data-bearer-necessary(261),
periodicLocationInformationNotAvailable(262),
gTP-Resources-Unavailable(263),
tMGI-inUse-overlapping-MBMS-service-area(264),
mBMS-no-cell-in-MBMS-service-area(265),
no-Iu-CS-UP-relocation(266),
successful-MBMS-Session-Start-IP-Multicast-Bearer-established(267),
cS-fallback-triggered(268),
invalid-CSG-Id(269)
} (257..512)
CauseNon-Standard ::= INTEGER (129..256)
-- Cause value 256 shall not be used --
CauseTransmissionNetwork ::= INTEGER {
signalling-transport-resource-failure (65),
iu-transport-connection-failed-to-establish (66)
} (65..80)
Cell-Access-Mode::= ENUMERATED {
hybrid,
...
}
CellBased::= SEQUENCE {
cellIdList CellIdList,
iE-Extensions ProtocolExtensionContainer { {CellBased-ExtIEs} } OPTIONAL,
...
}
CellBased-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
CellIdList ::= SEQUENCE (SIZE (1..maxNrOfCellIds)) OF
Cell-Id
Cell-Id ::= INTEGER (0..268435455)
Cell-Capacity-Class-Value ::= INTEGER (1..100,...)
CellLoadInformation ::= SEQUENCE {
cell-Capacity-Class-Value Cell-Capacity-Class-Value,
loadValue LoadValue,
rTLoadValue RTLoadValue OPTIONAL,
nRTLoadInformationValue NRTLoadInformationValue OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { CellLoadInformation-ExtIEs } } OPTIONAL,
...
}
CellLoadInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
CellLoadInformationGroup ::= SEQUENCE {
sourceCellID SourceCellID,
uplinkCellLoadInformation CellLoadInformation OPTIONAL,
downlinkCellLoadInformation CellLoadInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { CellLoadInformationGroup-ExtIEs } } OPTIONAL,
...
}
CellLoadInformationGroup-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
CellType ::= ENUMERATED{
macro,
micro,
pico,
femto,
...
}
CivicAddress ::= OCTET STRING
ClientType ::= ENUMERATED {
emergency-Services,
value-Added-Services,
pLMN-Operator-Services,
lawful-Intercept-Services,
pLMN-Operator-Broadcast-Services,
pLMN-Operator-O-et-M,
pLMN-Operator-Anonymous-Statistics,
pLMN-Operator-Target-MS-Service-Support,
...
}
CriticalityDiagnostics ::= SEQUENCE {
procedureCode ProcedureCode OPTIONAL,
triggeringMessage TriggeringMessage OPTIONAL,
procedureCriticality Criticality OPTIONAL,
iEsCriticalityDiagnostics CriticalityDiagnostics-IE-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {CriticalityDiagnostics-ExtIEs} } OPTIONAL,
...
}
CriticalityDiagnostics-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
CriticalityDiagnostics-IE-List ::= SEQUENCE (SIZE (1..maxNrOfErrors)) OF
SEQUENCE {
iECriticality Criticality,
iE-ID ProtocolIE-ID,
repetitionNumber RepetitionNumber0 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {CriticalityDiagnostics-IE-List-ExtIEs} } OPTIONAL,
...
}
CriticalityDiagnostics-IE-List-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 99 to enable reporting the message structure down to the erroneous IE --
{ ID id-MessageStructure CRITICALITY ignore EXTENSION MessageStructure PRESENCE optional } |
-- Extension for Release 99 to enable reporting if a reported error is due to a not understood or a missing IE --
{ ID id-TypeOfError CRITICALITY ignore EXTENSION TypeOfError PRESENCE mandatory },
...
}
MessageStructure ::= SEQUENCE (SIZE (1..maxNrOfLevels)) OF
SEQUENCE {
iE-ID ProtocolIE-ID,
repetitionNumber RepetitionNumber1 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {MessageStructure-ExtIEs} } OPTIONAL,
...
}
MessageStructure-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
CGI ::= SEQUENCE {
pLMNidentity PLMNidentity,
lAC LAC,
cI CI,
iE-Extensions ProtocolExtensionContainer { {CGI-ExtIEs} } OPTIONAL
}
CGI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 6 to enable Inter-RAT PS Handover between UTRAN and GERAN A/Gb --
{ ID id-RAC CRITICALITY ignore EXTENSION RAC PRESENCE optional },
...
}
ChosenEncryptionAlgorithm ::= EncryptionAlgorithm
ChosenIntegrityProtectionAlgorithm ::= IntegrityProtectionAlgorithm
CI ::= OCTET STRING (SIZE (2))
ClassmarkInformation2 ::= OCTET STRING
ClassmarkInformation3 ::= OCTET STRING
CN-DomainIndicator ::= ENUMERATED {
cs-domain,
ps-domain
}
CN-ID ::= INTEGER (0..4095)
Correlation-ID ::= OCTET STRING (SIZE (4))
CSFB-Information ::= ENUMERATED {
csfb,
csfb-high-priority,
...
}
CSG-Id ::= BIT STRING (SIZE (27))
CSG-Id-List ::= SEQUENCE (SIZE (1..maxNrOfCSGs)) OF
CSG-Id
CSG-Membership-Status ::= ENUMERATED {
member,
non-member,
...
}
-- D
DataPDUType ::= ENUMERATED {
pDUtype0,
pDUtype1,
...
}
DataVolumeReference ::= INTEGER (0..255)
DataVolumeReportingIndication ::= ENUMERATED {
do-report,
do-not-report
}
DCH-ID ::= INTEGER (0..255)
DCN-ID ::= INTEGER (0..65535)
DeliveryOfErroneousSDU ::= ENUMERATED {
yes,
no,
no-error-detection-consideration
}
DeliveryOrder::= ENUMERATED {
delivery-order-requested,
delivery-order-not-requested
}
DeltaRAListofIdleModeUEs ::= SEQUENCE {
newRAListofIdleModeUEs NewRAListofIdleModeUEs OPTIONAL,
rAListwithNoIdleModeUEsAnyMore RAListwithNoIdleModeUEsAnyMore OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DeltaRAListofIdleModeUEs-ExtIEs} } OPTIONAL
}
NewRAListofIdleModeUEs ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
RAC
RAListwithNoIdleModeUEsAnyMore ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
RAC
DeltaRAListofIdleModeUEs-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-newLAListofIdleModeUEs CRITICALITY reject EXTENSION LAListofIdleModeUEs PRESENCE conditional }|
-- This IE shall be present if the New RA List of Idle Mode UEs IE is included. --
{ ID id-LAListwithNoIdleModeUEsAnyMore CRITICALITY reject EXTENSION LAListofIdleModeUEs PRESENCE conditional },
-- This IE shall be presentif the RA List with No Idle Mode UEs Any More IE is included. --
...
}
ForwardingIndication::=ENUMERATED{
forwarding-admitted,
...
}
DL-GTP-PDU-SequenceNumber ::= INTEGER (0..65535)
DL-N-PDU-SequenceNumber ::= INTEGER (0..65535)
D-RNTI ::= INTEGER (0..1048575)
DRX-CycleLengthCoefficient ::= INTEGER (6..9)
DSCH-ID ::= INTEGER (0..255)
-- E
EARFCN-Extended ::= INTEGER (65536..262143, ...)
E-DCH-MAC-d-Flow-ID ::= INTEGER (0.. maxNrOfEDCHMACdFlows-1)
ENB-ID ::= CHOICE {
macroENB-ID BIT STRING (SIZE(20)),
homeENB-ID BIT STRING (SIZE(28)),
...,
short-macroENB-ID BIT STRING (SIZE(18)),
long-macroENB-ID BIT STRING (SIZE(21))
}
EncryptionAlgorithm ::= INTEGER { no-encryption (0), standard-UMTS-encryption-algorith-UEA1 (1), standard-UMTS-encryption-algorithm-UEA2 (2) } (0..15)
EncryptionInformation ::= SEQUENCE {
permittedAlgorithms PermittedEncryptionAlgorithms,
key EncryptionKey,
iE-Extensions ProtocolExtensionContainer { {EncryptionInformation-ExtIEs} } OPTIONAL
}
EncryptionInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
EncryptionKey ::= BIT STRING (SIZE (128))
-- Reference: 33.102
End-Of-CSFB ::= ENUMERATED{
end-of-CSFB,
...
}
EquipmentsToBeTraced ::= CHOICE {
iMEIlist IMEIList,
iMEISVlist IMEISVList,
iMEIgroup IMEIGroup,
iMEISVgroup IMEISVGroup,
...
}
E-UTRAN-Service-Handover ::= ENUMERATED {
handover-to-E-UTRAN-shall-not-be-performed,
...
}
Event ::= ENUMERATED {
stop-change-of-service-area,
direct,
change-of-servicearea,
...,
stop-direct,
periodic,
stop-periodic
}
Event1F-Parameters ::= SEQUENCE {
measurementQuantity MeasurementQuantity,
threshold INTEGER(-120..165),
...
}
Event1I-Parameters ::= SEQUENCE {
threshold INTEGER(-120..-25),
...
}
ExtendedGuaranteedBitrate ::= INTEGER (16000001..256000000)
-- Unit is bits per sec
ExtendedMaxBitrate ::= INTEGER (16000001..256000000)
-- Unit is bits per sec
ExtendedRNC-ID ::= INTEGER (4096..65535)
-- F
FrameSequenceNumber ::= INTEGER(0..15)
FrequenceLayerConvergenceFlag ::= ENUMERATED {
no-FLC-flag,
...
}
-- G
GANSS-PositioningDataSet ::= SEQUENCE(SIZE(1..maxGANSSSet)) OF GANSS-PositioningMethodAndUsage
GANSS-PositioningMethodAndUsage ::= OCTET STRING (SIZE(1))
GeographicalArea ::= CHOICE {
point GA-Point,
pointWithUnCertainty GA-PointWithUnCertainty,
polygon GA-Polygon,
...,
pointWithUncertaintyEllipse GA-PointWithUnCertaintyEllipse,
pointWithAltitude GA-PointWithAltitude,
pointWithAltitudeAndUncertaintyEllipsoid GA-PointWithAltitudeAndUncertaintyEllipsoid,
ellipsoidArc GA-EllipsoidArc
}
GeographicalCoordinates ::= SEQUENCE {
latitudeSign ENUMERATED { north, south },
latitude INTEGER (0..8388607),
longitude INTEGER (-8388608..8388607),
iE-Extensions ProtocolExtensionContainer { {GeographicalCoordinates-ExtIEs} } OPTIONAL,
...
}
GeographicalCoordinates-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
GA-AltitudeAndDirection ::= SEQUENCE {
directionOfAltitude ENUMERATED {height, depth},
altitude INTEGER (0..32767),
...
}
GA-EllipsoidArc ::= SEQUENCE {
geographicalCoordinates GeographicalCoordinates,
innerRadius INTEGER (0..65535),
uncertaintyRadius INTEGER (0..127),
offsetAngle INTEGER (0..179),
includedAngle INTEGER (0..179),
confidence INTEGER (0..127),
iE-Extensions ProtocolExtensionContainer { { GA-EllipsoidArc-ExtIEs} } OPTIONAL,
...
}
GA-EllipsoidArc-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
GA-Point ::= SEQUENCE {
geographicalCoordinates GeographicalCoordinates,
iE-Extensions ProtocolExtensionContainer { {GA-Point-ExtIEs} } OPTIONAL,
...
}
GA-Point-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
GA-PointWithAltitude ::= SEQUENCE {
geographicalCoordinates GeographicalCoordinates,
altitudeAndDirection GA-AltitudeAndDirection,
iE-Extensions ProtocolExtensionContainer { { GA-PointWithAltitude-ExtIEs} } OPTIONAL,
...
}
GA-PointWithAltitude-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
GA-PointWithAltitudeAndUncertaintyEllipsoid ::= SEQUENCE {
geographicalCoordinates GeographicalCoordinates,
altitudeAndDirection GA-AltitudeAndDirection,
uncertaintyEllipse GA-UncertaintyEllipse,
uncertaintyAltitude INTEGER (0..127),
confidence INTEGER (0..127),
iE-Extensions ProtocolExtensionContainer { { GA-PointWithAltitudeAndUncertaintyEllipsoid-ExtIEs} } OPTIONAL,
...
}
GA-PointWithAltitudeAndUncertaintyEllipsoid-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
GA-PointWithUnCertainty ::=SEQUENCE {
geographicalCoordinates GeographicalCoordinates,
iE-Extensions ProtocolExtensionContainer { {GA-PointWithUnCertainty-ExtIEs} } OPTIONAL,
uncertaintyCode INTEGER (0..127)
}
GA-PointWithUnCertainty-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
GA-PointWithUnCertaintyEllipse ::= SEQUENCE {
geographicalCoordinates GeographicalCoordinates,
uncertaintyEllipse GA-UncertaintyEllipse,
confidence INTEGER (0..127),
iE-Extensions ProtocolExtensionContainer { { GA-PointWithUnCertaintyEllipse-ExtIEs} } OPTIONAL,
...
}
GA-PointWithUnCertaintyEllipse-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
GA-Polygon ::= SEQUENCE (SIZE (1..maxNrOfPoints)) OF
SEQUENCE {
geographicalCoordinates GeographicalCoordinates,
iE-Extensions ProtocolExtensionContainer { {GA-Polygon-ExtIEs} } OPTIONAL,
...
}
GA-Polygon-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
GA-UncertaintyEllipse ::= SEQUENCE {
uncertaintySemi-major INTEGER (0..127),
uncertaintySemi-minor INTEGER (0..127),
orientationOfMajorAxis INTEGER (0..179), -- The values 90..179 shall not be used.
...
}
GERAN-BSC-Container ::= OCTET STRING
-- GERAN BSC Container as defined in TS 48.008 [11] --
GERAN-Cell-ID ::= SEQUENCE {
lAI LAI,
rAC RAC,
cI CI,
iE-Extensions ProtocolExtensionContainer { {GERAN-Cell-ID-ExtIEs} } OPTIONAL
}
GERAN-Cell-ID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
GERAN-Classmark ::= OCTET STRING
-- GERAN Classmark as defined in TS 48.008 [11] --
GlobalCN-ID ::= SEQUENCE {
pLMNidentity PLMNidentity,
cN-ID CN-ID
}
GlobalRNC-ID ::= SEQUENCE {
pLMNidentity PLMNidentity,
rNC-ID RNC-ID
}
GTP-TEI ::= OCTET STRING (SIZE (4))
GuaranteedBitrate ::= INTEGER (0..16000000)
-- Unit is bits per sec
-- H
HigherBitratesThan16MbpsFlag ::= ENUMERATED{
allowed,
not-allowed,
...
}
HS-DSCH-MAC-d-Flow-ID ::= INTEGER (0.. maxNrOfHSDSCHMACdFlows-1)
-- I
IMEI ::= OCTET STRING (SIZE (8))
-- Reference: 23.003
IMEIGroup ::= SEQUENCE {
iMEI IMEI,
iMEIMask BIT STRING (SIZE (7)),
iE-Extensions ProtocolExtensionContainer { { IMEIGroup-ExtIEs} } OPTIONAL
}
IMEIGroup-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
IMEIList ::= SEQUENCE (SIZE (1..maxNrOfUEsToBeTraced)) OF IMEI
IMEISV ::= OCTET STRING (SIZE (8))
-- Reference: 23.003
IMEISVGroup ::= SEQUENCE {
iMEISV IMEISV,
iMEISVMask BIT STRING (SIZE (7)),
iE-Extensions ProtocolExtensionContainer { { IMEISVGroup-ExtIEs} } OPTIONAL
}
IMEISVGroup-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
IMEISVList ::= SEQUENCE (SIZE (1..maxNrOfUEsToBeTraced)) OF IMEISV
ImmediateMDT ::= SEQUENCE {
measurementsToActivate MeasurementsToActivate,
m1report M1Report OPTIONAL,
-- Included in case of event-triggered reporting for measurement M1
m2report M2Report OPTIONAL,
-- Included in case of event-triggered reporting for measurement M2
...,
iE-Extensions ProtocolExtensionContainer { { ImmediateMDT-ExtIEs} } OPTIONAL
}
ImmediateMDT-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
{ID id-M4Report CRITICALITY ignore EXTENSION M4Report PRESENCE optional}|
-- Included in case that measurement M4 is activated
{ID id-M5Report CRITICALITY ignore EXTENSION M5Report PRESENCE optional}|
-- Included in case that measurement M5 is activated
{ID id-M6Report CRITICALITY ignore EXTENSION M6Report PRESENCE optional}|
-- Included in case that measurement M6 is activated
{ID id-M7Report CRITICALITY ignore EXTENSION M7Report PRESENCE optional},
-- Included in case that measurement M7 is activated
...
}
IMSI ::= TBCD-STRING (SIZE (3..8))
-- Reference: 23.003
IncludeVelocity ::= ENUMERATED {
requested
}
InformationExchangeID ::= INTEGER (0.. 1048575)
InformationExchangeType ::= ENUMERATED {
transfer,
request,
...
}
InformationRequested ::= CHOICE {
requestedMBMSIPMulticastAddressandAPNRequest RequestedMBMSIPMulticastAddressandAPNRequest,
requestedMulticastServiceList RequestedMulticastServiceList,
...
}
InformationRequestType ::= CHOICE {
mBMSIPMulticastAddressandAPNRequest MBMSIPMulticastAddressandAPNRequest,
permanentNAS-UE-ID PermanentNAS-UE-ID,
...
}
InformationTransferID ::= INTEGER (0.. 1048575)
InformationTransferType ::= CHOICE {
rNCTraceInformation RNCTraceInformation,
...
}
IntegrityProtectionAlgorithm ::= INTEGER {
standard-UMTS-integrity-algorithm-UIA1 (0), standard-UMTS-integrity-algorithm-UIA2 (1),
no-value (15)
} (0..15)
IntegrityProtectionInformation ::= SEQUENCE {
permittedAlgorithms PermittedIntegrityProtectionAlgorithms,
key IntegrityProtectionKey,
iE-Extensions ProtocolExtensionContainer { {IntegrityProtectionInformation-ExtIEs} } OPTIONAL
}
IntegrityProtectionInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
IntegrityProtectionKey ::= BIT STRING (SIZE (128))
InterSystemInformationTransferType ::= CHOICE {
rIM-Transfer RIM-Transfer,
...
}
InterSystemInformation-TransparentContainer ::= SEQUENCE {
downlinkCellLoadInformation CellLoadInformation OPTIONAL,
uplinkCellLoadInformation CellLoadInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { InterSystemInformation-TransparentContainer-ExtIEs} } OPTIONAL,
...
}
InterSystemInformation-TransparentContainer-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
IPMulticastAddress ::= OCTET STRING (SIZE (4..16))
-- Reference: 23.003
IuSignallingConnectionIdentifier ::= BIT STRING (SIZE (24))
IuTransportAssociation ::= CHOICE {
gTP-TEI GTP-TEI,
bindingID BindingID,
...
}
-- J
-- K
KeyStatus ::= ENUMERATED {
old,
new,
...
}
-- L
LA-LIST ::= SEQUENCE (SIZE (1..maxNrOfLAs)) OF
SEQUENCE {
lAC LAC,
listOF-SNAs ListOF-SNAs,
iE-Extensions ProtocolExtensionContainer { { LA-LIST-ExtIEs} } OPTIONAL,
...
}
LA-LIST-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
LAC ::= OCTET STRING (SIZE (2))
LAI ::= SEQUENCE {
pLMNidentity PLMNidentity,
lAC LAC,
iE-Extensions ProtocolExtensionContainer { {LAI-ExtIEs} } OPTIONAL
}
LAI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
LastKnownServiceArea ::= SEQUENCE {
sAI SAI,
ageOfSAI INTEGER (0..32767),
iE-Extensions ProtocolExtensionContainer { {LastKnownServiceArea-ExtIEs} } OPTIONAL,
...
}
LastKnownServiceArea-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
LastVisitedUTRANCell-Item ::= SEQUENCE {
uTRAN-CellID UTRAN-CellID,
cellType CellType,
time-UE-StayedInCell Time-UE-StayedInCell,
iE-Extensions ProtocolExtensionContainer { {LastVisitedUTRANCell-Item-ExtIEs} } OPTIONAL,
...
}
LastVisitedUTRANCell-Item-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Rel-11 to support enhanced granularity for time UE stayed in cell --
{ ID id-Time-UE-StayedInCell-EnhancedGranularity CRITICALITY ignore EXTENSION Time-UE-StayedInCell-EnhancedGranularity PRESENCE optional }|
{ ID id-HO-Cause CRITICALITY ignore EXTENSION Cause PRESENCE optional },
...
}
LHN-ID ::= OCTET STRING (SIZE (32..256))
Links-to-log ::= ENUMERATED {uplink, downlink, both-uplink-and-downlink, ...}
ListOF-SNAs ::= SEQUENCE (SIZE (1..maxNrOfSNAs)) OF SNAC
ListOfInterfacesToTrace ::= SEQUENCE (SIZE (1..maxNrOfInterfaces)) OF InterfacesToTraceItem
InterfacesToTraceItem ::= SEQUENCE {
interface ENUMERATED {iu-cs, iu-ps, iur, iub, uu, ...},
iE-Extensions ProtocolExtensionContainer { {InterfacesToTraceItem-ExtIEs} } OPTIONAL,
...
}
InterfacesToTraceItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
LoadValue ::= INTEGER (0..100)
LocationRelatedDataRequestType ::= SEQUENCE {
requestedLocationRelatedDataType RequestedLocationRelatedDataType,
requestedGPSAssistanceData RequestedGPSAssistanceData OPTIONAL,
-- This IE shall be present if the Requested Location Related Data Type IE is set to ‘Dedicated Assistance Data for Assisted GPS’ or
-- `Dedicated Assistance Data for Assisted GPS and GANSS’
...
}
LocationRelatedDataRequestTypeSpecificToGERANIuMode ::= ENUMERATED {
decipheringKeysEOTD,
dedicatedMobileAssistedEOTDAssistanceData,
dedicatedMobileBasedEOTDAssistanceData,
...
}
LocationReportingTransferInformation ::= SEQUENCE {
reportChangeOfSAI ReportChangeOfSAI OPTIONAL,
periodicReportingIndicator PeriodicReportingIndicator OPTIONAL,
directReportingIndicator DirectReportingIndicator OPTIONAL,
verticalAccuracyCode VerticalAccuracyCode OPTIONAL,
positioningPriorityChangeSAI PositioningPriority OPTIONAL,
positioningPriorityDirect PositioningPriority OPTIONAL,
clientTypePeriodic ClientType OPTIONAL,
clientTypeDirect ClientType OPTIONAL,
responseTime ResponseTime OPTIONAL,
includeVelocity IncludeVelocity OPTIONAL,
periodicLocationInfo PeriodicLocationInfo OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { LocationReportingTransferInformation-ExtIEs } } OPTIONAL,
...
}
LocationReportingTransferInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
ReportChangeOfSAI ::= ENUMERATED {
requested,
...
}
PeriodicReportingIndicator::= ENUMERATED {
periodicSAI,
periodicGeo,
...
}
DirectReportingIndicator::= ENUMERATED {
directSAI,
directGeo,
...
}
L3-Information ::= OCTET STRING
-- M
M1Report ::= CHOICE {
periodic MDT-Report-Parameters,
event1F Event1F-Parameters,
...
}
M2Report ::= CHOICE {
periodic MDT-Report-Parameters,
event1I Event1I-Parameters,
...
}
M4Report ::= CHOICE {
all NULL,
m4-collection-parameters M4-Collection-Parameters,
...
}
M4-Collection-Parameters ::= SEQUENCE {
m4-period M4-Period,
m4-threshold M4-Threshold OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { M4-Collection-Parameters-ExtIEs} } OPTIONAL,
...
}
M4-Collection-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
M4-Period ::= ENUMERATED {ms100, ms250, ms500, ms1000, ms2000, ms3000, ms4000, ms6000, ...}
M4-Threshold ::= INTEGER (0..31)
M5Report ::= CHOICE {
when-available NULL,
m5-period M5-Period,
...
}
M5-Period ::= ENUMERATED {ms100, ms250, ms500, ms1000, ms2000, ms3000, ms4000, ms6000, ...}
M6Report ::= SEQUENCE {
m6-period M6-Period,
m6-links-to-log Links-to-log,
iE-Extensions ProtocolExtensionContainer { { M6Report-ExtIEs} } OPTIONAL,
...
}
M6Report-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
M6-Period ::= ENUMERATED {ms1000, ms2000, ms3000, ms4000, ms6000, ms8000, ms12000, ms16000, ms20000, ms24000, ms28000, ms32000, ms64000, ...}
M7Report ::= SEQUENCE {
m7-period M7-Period,
m7-links-to-log Links-to-log,
iE-Extensions ProtocolExtensionContainer { { M7Report-ExtIEs} } OPTIONAL,
...
}
M7Report-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
M7-Period ::= ENUMERATED {ms1000, ms2000, ms3000, ms4000, ms6000, ms8000, ms12000, ms16000, ms20000, ms24000, ms28000, ms32000, ms64000, ...}
Management-Based-MDT-Allowed ::= ENUMERATED {
allowed, ... }
MaxBitrate ::= INTEGER (1..16000000)
-- Unit is bits per sec
MaxSDU-Size ::= INTEGER (0..32768)
-- MaxSDU-Size
-- Unit is bit
MBMS-PTP-RAB-ID ::= BIT STRING (SIZE (8))
MBMSBearerServiceType ::= ENUMERATED {
multicast,
broadcast,
...
}
MBMSCNDe-Registration ::= ENUMERATED {
normalsessionstop,
deregister,
...
}
MBMSCountingInformation ::= ENUMERATED {
counting,
notcounting,
...
}
MBMSHCIndicator ::= ENUMERATED {
uncompressed-header,
compressed-header,
...
}
MBMSIPMulticastAddressandAPNRequest ::= SEQUENCE (SIZE (1..maxnoofMulticastServicesPerRNC)) OF
TMGI
MBMSLinkingInformation ::= ENUMERATED {
uE-has-joined-multicast-services,
...
}
MBMSRegistrationRequestType ::= ENUMERATED {
register,
deregister,
...
}
MBMSServiceArea ::= OCTET STRING
MBMSSessionDuration ::= OCTET STRING (SIZE (3))
MBMSSessionIdentity ::= OCTET STRING (SIZE (1))
MBMSSessionRepetitionNumber ::= OCTET STRING (SIZE (1))
MDT-Activation ::= ENUMERATED { immediateMDTonly,
loggedMDTonly,
immediateMDTandTrace,
... }
MDTAreaScope ::= CHOICE {
cellbased CellBased,
labased LABased,
rabased RABased,
plmn-area-based NULL,
...
}
MDT-Configuration ::= SEQUENCE {
mdtActivation MDT-Activation,
mdtAreaScope MDTAreaScope,
mdtMode MDTMode,
iE-Extensions ProtocolExtensionContainer { { MDT-Configuration-ExtIEs} } OPTIONAL,
...
}
MDT-Configuration-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-SignallingBasedMDTPLMNList CRITICALITY ignore EXTENSION MDT-PLMN-List PRESENCE optional },
...
}
MDTMode ::= CHOICE {
immediateMDT ImmediateMDT,
loggedMDT LoggedMDT,
...
}
MDT-PLMN-List ::= SEQUENCE (SIZE (1..maxnoofMDTPLMNs)) OF
PLMNidentity
MDT-Report-Parameters ::= SEQUENCE {
reportInterval ReportInterval,
reportAmount ReportAmount,
...
}
MeasurementQuantity ::= ENUMERATED {
cpichEcNo,
cpichRSCP,
pathloss,
...
}
MeasurementsToActivate::= BIT STRING (SIZE (8))
MSISDN ::= OCTET STRING (SIZE (1..9))
-- N
NAS-PDU ::= OCTET STRING
NAS-SequenceNumber ::= BIT STRING (SIZE (2))
-- Reference: 24.008
NAS-SynchronisationIndicator ::= BIT STRING (SIZE (4))
NewBSS-To-OldBSS-Information ::= OCTET STRING
NonSearchingIndication ::= ENUMERATED {
non-searching,
searching
}
NRTLoadInformationValue ::= INTEGER (0..3)
Null-NRI ::= BIT STRING (SIZE (10))
NumberOfIuInstances ::= INTEGER (1..2)
NumberOfSteps ::= INTEGER (1..16)
-- O
Offload-RAB-Parameters ::= SEQUENCE {
accessPointName Offload-RAB-Parameters-APN,
chargingCharacteristics Offload-RAB-Parameters-ChargingCharacteristics,
iE-Extensions ProtocolExtensionContainer { { Offload-RAB-Parameters-ExtIEs} } OPTIONAL,
...
}
Offload-RAB-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
Offload-RAB-Parameters-APN ::= OCTET STRING (SIZE (1..255))
Offload-RAB-Parameters-ChargingCharacteristics ::= OCTET STRING (SIZE (2))
OldBSS-ToNewBSS-Information ::= OCTET STRING
OMC-ID ::= OCTET STRING (SIZE (3..22))
-- Reference: GSM TS 12.20 [25]
Out-Of-UTRAN ::= ENUMERATED{
cell-reselection-to-EUTRAN,
...
}
-- P
PagingAreaID ::= CHOICE {
lAI LAI,
rAI RAI,
...
}
PagingCause ::= ENUMERATED {
terminating-conversational-call,
terminating-streaming-call,
terminating-interactive-call,
terminating-background-call,
terminating-low-priority-signalling,
...,
terminating-high-priority-signalling
}
PDP-TypeInformation ::= SEQUENCE (SIZE (1..maxNrOfPDPDirections)) OF
PDP-Type
PDP-Type ::= ENUMERATED {
empty,
ppp,
osp-ihoss -- this value shall not be used -- ,
ipv4,
ipv6,
...
}
PDP-TypeInformation-extension ::= SEQUENCE (SIZE (1..maxNrOfPDPDirections)) OF
PDP-Type-extension
PDP-Type-extension ::= ENUMERATED {
ipv4-and-ipv6,
...
}
PDUType14FrameSequenceNumber ::= INTEGER(0..3)
PeriodicLocationInfo ::= SEQUENCE {
reportingAmount INTEGER (1..8639999, ...),
reportingInterval INTEGER (1..8639999, ...),
iE-Extensions ProtocolExtensionContainer { { PeriodicLocationInfo-ExtIEs } } OPTIONAL,
...
}
PeriodicLocationInfo-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
PermanentNAS-UE-ID ::= CHOICE {
iMSI IMSI,
...
}
PermittedEncryptionAlgorithms ::= SEQUENCE (SIZE (1..16)) OF
EncryptionAlgorithm
PermittedIntegrityProtectionAlgorithms ::= SEQUENCE (SIZE (1..16)) OF
IntegrityProtectionAlgorithm
LABased ::= SEQUENCE {
laiList LAI-List,
iE-Extensions ProtocolExtensionContainer { {LABased-ExtIEs} } OPTIONAL,
...
}
LABased-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
LAI-List ::= SEQUENCE (SIZE (1..maxNrOfLAIs)) OF
LAI
LoggedMDT ::= SEQUENCE {
loggingInterval LoggingInterval,
loggingDuration LoggingDuration,
iE-Extensions ProtocolExtensionContainer { {LoggedMDT-ExtIEs} } OPTIONAL,
...
}
LoggedMDT-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
LoggingInterval ::= ENUMERATED {
s1d28,
s2d56,
s5d12,
s10d24,
s20d48,
s30d72,
s40d96,
s61d44,
...
}
LoggingDuration ::= ENUMERATED {
min10,
min20,
min40,
min60,
min90,
min120,
...}
PLMNBased::= SEQUENCE {
plmnList PLMNList,
iE-Extensions ProtocolExtensionContainer { {PLMNBased-ExtIEs} } OPTIONAL,
...
}
PLMNBased-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
PLMNList ::= SEQUENCE (SIZE (1.. maxnoofPLMNs)) OF
PLMNidentity
PLMNidentity ::= TBCD-STRING (SIZE (3))
PLMNs-in-shared-network ::= SEQUENCE (SIZE (1..maxNrOfPLMNsSN)) OF
SEQUENCE {
pLMNidentity PLMNidentity,
lA-LIST LA-LIST,
iE-Extensions ProtocolExtensionContainer { { PLMNs-in-shared-network-ExtIEs} } OPTIONAL,
...
}
PLMNs-in-shared-network-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
Port-Number ::= OCTET STRING (SIZE (2))
PositioningDataDiscriminator ::= BIT STRING (SIZE(4))
PositioningDataSet ::= SEQUENCE(SIZE(1..maxSet)) OF PositioningMethodAndUsage
PositioningMethodAndUsage ::= OCTET STRING (SIZE(1))
PositioningPriority ::= ENUMERATED {
high-Priority,
normal-Priority,
...
}
PositionData ::= SEQUENCE {
positioningDataDiscriminator PositioningDataDiscriminator,
positioningDataSet PositioningDataSet OPTIONAL,
-- This IE shall be present if the PositioningDataDiscriminator IE is set to the value "0000" --
iE-Extensions ProtocolExtensionContainer { {PositionData-ExtIEs} } OPTIONAL,
...
}
PositionData-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-GANSS-PositioningDataSet CRITICALITY ignore EXTENSION GANSS-PositioningDataSet PRESENCE optional}|
{ ID id-Additional-PositioningDataSet CRITICALITY ignore EXTENSION Additional-PositioningDataSet PRESENCE optional},
...
}
PositionDataSpecificToGERANIuMode ::= OCTET STRING
Pre-emptionCapability ::= ENUMERATED {
shall-not-trigger-pre-emption,
may-trigger-pre-emption
}
Pre-emptionVulnerability ::= ENUMERATED {
not-pre-emptable,
pre-emptable
}
PriorityLevel ::= INTEGER { spare (0), highest (1), lowest (14), no-priority (15) } (0..15)
Priority-Class-Indicator ::= BIT STRING (SIZE(8))
ProvidedData ::= CHOICE {
shared-network-information Shared-Network-Information,
...
}
PowerSavingIndicator ::= ENUMERATED {
psmConfigured,
eDRXConfigured,
...
}
P-TMSI ::= OCTET STRING (SIZE (4))
-- Q
QueuingAllowed ::= ENUMERATED {
queueing-not-allowed,
queueing-allowed
}
-- R
RAB-AsymmetryIndicator::= ENUMERATED {
symmetric-bidirectional,
asymmetric-unidirectional-downlink,
asymmetric-unidirectional-uplink,
asymmetric-bidirectional,
...
}
RABased ::= SEQUENCE {
raiList RAI-List,
iE-Extensions ProtocolExtensionContainer { {RABased-ExtIEs} } OPTIONAL,
...
}
RABased-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAI-List ::= SEQUENCE (SIZE (1..maxNrOfRAIs)) OF
RAI
RABDataVolumeReport ::= SEQUENCE (SIZE (1..maxNrOfVol)) OF
SEQUENCE {
dl-UnsuccessfullyTransmittedDataVolume UnsuccessfullyTransmittedDataVolume,
dataVolumeReference DataVolumeReference OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RABDataVolumeReport-ExtIEs} } OPTIONAL,
...
}
RABDataVolumeReport-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-ID ::= BIT STRING (SIZE (8))
RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
--This IE shall be ignored if Supported Guaranteed Bit rate is present--
RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
--This IE shall be ignored if Supported Maximum Bit rate is present--
RAB-Parameters ::= SEQUENCE {
trafficClass TrafficClass,
rAB-AsymmetryIndicator RAB-AsymmetryIndicator,
maxBitrate RAB-Parameter-MaxBitrateList,
guaranteedBitRate RAB-Parameter-GuaranteedBitrateList OPTIONAL
-- This IE shall be present the traffic class IE is set to "Conversational" or "Streaming" --,
deliveryOrder DeliveryOrder,
maxSDU-Size MaxSDU-Size,
sDU-Parameters SDU-Parameters,
transferDelay TransferDelay OPTIONAL
-- This IE shall be present the traffic class IE is set to "Conversational" or "Streaming" --,
trafficHandlingPriority TrafficHandlingPriority OPTIONAL
-- This IE shall be present the traffic class IE is set to "Interactive" --,
allocationOrRetentionPriority AllocationOrRetentionPriority OPTIONAL,
sourceStatisticsDescriptor SourceStatisticsDescriptor OPTIONAL
-- This IE shall be present the traffic class IE is set to "Conversational" or "Streaming" --,
relocationRequirement RelocationRequirement OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RAB-Parameters-ExtIEs} } OPTIONAL,
...
}
RAB-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable indication that Interactive User Plane data is of a signalling nature --
{ ID id-SignallingIndication CRITICALITY ignore EXTENSION SignallingIndication PRESENCE optional }|
-- Extension for Release 7 to indicate an Extended Guaranteed Bitrate --
{ ID id-RAB-Parameter-ExtendedGuaranteedBitrateList CRITICALITY reject EXTENSION RAB-Parameter-ExtendedGuaranteedBitrateList PRESENCE optional }|
-- Extension for Release 7 to indicate an Extended Maximum Bitrate --
{ ID id-RAB-Parameter-ExtendedMaxBitrateList CRITICALITY reject EXTENSION RAB-Parameter-ExtendedMaxBitrateList PRESENCE optional }|
-- Extension for Release 8 to indicate an Supported Maximum Bitrate --
{ ID id-RAB-Parameter-SupportedMaxBitrateList CRITICALITY reject EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional }|
-- Extension for Release 8 to indicate an Supported Guaranteed Bitrate --
{ ID id-RAB-Parameter-SupportedGuaranteedBitrateList CRITICALITY reject EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional },
...
}
RABParametersList ::= SEQUENCE (SIZE (1.. maxNrOfRABs)) OF SEQUENCE {
rab-Id RAB-ID,
cn-domain CN-DomainIndicator,
rabDataVolumeReport RABDataVolumeReport OPTIONAL,
upInformation UPInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RABParametersList-ExtIEs } } OPTIONAL,
...
}
RABParametersList-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-SubflowCombinationBitRate ::= INTEGER (0..16000000)
RAB-TrCH-Mapping ::= SEQUENCE ( SIZE (1..maxNrOfRABs)) OF
RAB-TrCH-MappingItem
RAB-TrCH-MappingItem ::= SEQUENCE {
rAB-ID RAB-ID,
trCH-ID-List TrCH-ID-List,
iE-Extensions ProtocolExtensionContainer { { RAB-TrCH-MappingItem-ExtIEs} } OPTIONAL,
...
}
RAB-TrCH-MappingItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 99 to enable transfer of RAB Subflow mapping onto Iur transport channel Ids for a given indicated domain --
{ ID id-CN-DomainIndicator CRITICALITY ignore EXTENSION CN-DomainIndicator PRESENCE optional },
...
}
RAC ::= OCTET STRING (SIZE (1))
RAI ::= SEQUENCE {
lAI LAI,
rAC RAC,
iE-Extensions ProtocolExtensionContainer { {RAI-ExtIEs} } OPTIONAL,
...
}
RAI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAListofIdleModeUEs ::= CHOICE {
notEmptyRAListofIdleModeUEs NotEmptyRAListofIdleModeUEs,
emptyFullRAListofIdleModeUEs ENUMERATED {emptylist,fulllist,...},
...
}
NotEmptyRAListofIdleModeUEs ::= SEQUENCE {
rAofIdleModeUEs RAofIdleModeUEs,
iE-Extensions ProtocolExtensionContainer { {NotEmptyRAListofIdleModeUEs-ExtIEs} } OPTIONAL
}
RAofIdleModeUEs ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
RAC
NotEmptyRAListofIdleModeUEs-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-LAofIdleModeUEs CRITICALITY reject EXTENSION LAListofIdleModeUEs PRESENCE conditional },
-- This IE shall be present if the RA of Idle Mode UEs IE is included. --
...
}
LAListofIdleModeUEs ::= SEQUENCE (SIZE (1..maxMBMSRA)) OF
LAI
RAT-Type ::= ENUMERATED {
utran,
geran,
...
}
RateControlAllowed ::= ENUMERATED {
not-allowed,
allowed
}
RedirectAttemptFlag ::= NULL
RedirectionCompleted ::= ENUMERATED {
redirection-completed,
...
}
RejectCauseValue ::= ENUMERATED {
pLMN-Not-Allowed,
location-Area-Not-Allowed,
roaming-Not-Allowed-In-This-Location-Area,
no-Suitable-Cell-In-Location-Area,
gPRS-Services-Not-Allowed-In-This-PLMN,
cS-PS-coordination-required,
...,
network-failure,
not-authorized-for-this-CSG
}
RelocationRequirement ::= ENUMERATED {
lossless,
none,
...,
realtime
}
RelocationType ::= ENUMERATED {
ue-not-involved,
ue-involved,
...
}
RepetitionNumber0 ::= INTEGER (0..255)
RepetitionNumber1 ::= INTEGER (1..256)
ReportArea ::= ENUMERATED {
service-area,
geographical-area,
...
}
ReportInterval ::= ENUMERATED {
ms250,
ms500,
ms1000,
ms2000,
ms3000,
ms4000,
ms6000,
ms12000,
ms16000,
ms20000,
ms24000,
ms32000,
ms64000,
...,
ms8000,
ms28000
}
ReportAmount ::= ENUMERATED { n1, n2, n4, n8, n16, n32, n64, infinity, ... }
RequestedGPSAssistanceData ::= OCTET STRING (SIZE (1 .. 38 ))
-- gpsAssistanceData as defined in 24.080 --
RequestedGANSSAssistanceData ::= OCTET STRING (SIZE (1 .. 201 ))
-- ganssAssistanceData as defined in 24.080 --
RequestedLocationRelatedDataType ::= ENUMERATED {
decipheringKeysUEBasedOTDOA,
decipheringKeysAssistedGPS,
dedicatedAssistanceDataUEBasedOTDOA,
dedicatedAssistanceDataAssistedGPS,
...,
-- Release 7 extension elements --
decipheringKeysAssistedGANSS,
dedicatedAssistanceDataAssistedGANSS,
decipheringKeysAssistedGPSandGANSS,
dedicatedAssistanceDataAssistedGPSandGANSS
}
RequestedMBMSIPMulticastAddressandAPNRequest ::= SEQUENCE (SIZE (1..maxnoofMulticastServicesPerRNC)) OF
MBMSIPMulticastAddressandAPNlist
MBMSIPMulticastAddressandAPNlist ::= SEQUENCE {
tMGI TMGI,
iPMulticastAddress IPMulticastAddress,
aPN APN,
iE-Extensions ProtocolExtensionContainer { {MBMSIPMulticastAddressandAPNlist-ExtIEs} } OPTIONAL,
...
}
MBMSIPMulticastAddressandAPNlist-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RequestedMulticastServiceList ::= SEQUENCE (SIZE (1.. maxnoofMulticastServicesPerUE)) OF
TMGI
Requested-RAB-Parameter-Values ::= SEQUENCE {
requestedMaxBitrates Requested-RAB-Parameter-MaxBitrateList OPTIONAL,
requestedGuaranteedBitrates Requested-RAB-Parameter-GuaranteedBitrateList OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Requested-RAB-Parameter-Values-ExtIEs} } OPTIONAL,
...
}
Requested-RAB-Parameter-Values-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 6 to enable RNC to request the execution of an alternative RAB configuration --
{ ID id-AlternativeRABConfigurationRequest CRITICALITY ignore EXTENSION AlternativeRABConfigurationRequest PRESENCE optional }|
-- Extension for Release 7 to request an Extended Maximum Bitrate --
{ ID id-Requested-RAB-Parameter-ExtendedMaxBitrateList CRITICALITY reject EXTENSION Requested-RAB-Parameter-ExtendedMaxBitrateList PRESENCE optional }|
-- Extension for Release 7 to request an Extended Guaranteed Bitrate --
{ ID id-Requested-RAB-Parameter-ExtendedGuaranteedBitrateList CRITICALITY reject EXTENSION Requested-RAB-Parameter-ExtendedGuaranteedBitrateList PRESENCE optional }|
-- Extension for Release 8 to request an Supported Maximum Bitrate --
{ ID id-Requested-RAB-Parameter-SupportedMaxBitrateList CRITICALITY reject EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional }|
-- Extension for Release 8 to request an Supported Guaranteed Bitrate --
{ ID id-Requested-RAB-Parameter-SupportedGuaranteedBitrateList CRITICALITY reject EXTENSION SupportedRAB-ParameterBitrateList PRESENCE optional },
...
}
Requested-RAB-Parameter-ExtendedMaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedMaxBitrate
Requested-RAB-Parameter-ExtendedGuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF ExtendedGuaranteedBitrate
Requested-RAB-Parameter-MaxBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF MaxBitrate
Requested-RAB-Parameter-GuaranteedBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF GuaranteedBitrate
RequestType ::= SEQUENCE {
event Event,
reportArea ReportArea,
accuracyCode INTEGER (0..127) OPTIONAL,
...
}
ResidualBitErrorRatio ::= SEQUENCE {
mantissa INTEGER (1..9),
exponent INTEGER (1..8),
iE-Extensions ProtocolExtensionContainer { {ResidualBitErrorRatio-ExtIEs} } OPTIONAL
}
-- ResidualBitErrorRatio = mantissa * 10^-exponent
ResidualBitErrorRatio-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
ResponseTime ::= ENUMERATED {
lowdelay,
delaytolerant,
...
}
RIMInformation ::= OCTET STRING
RIM-Transfer ::= SEQUENCE {
rIMInformation RIMInformation,
rIMRoutingAddress RIMRoutingAddress OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RIM-Transfer-ExtIEs} } OPTIONAL
}
RIM-Transfer-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RIMRoutingAddress ::= CHOICE {
targetRNC-ID TargetRNC-ID,
gERAN-Cell-ID GERAN-Cell-ID,
... ,
targeteNB-ID TargetENB-ID
}
RNC-ID ::= INTEGER (0..4095)
-- RNC-ID ::= BIT STRING (SIZE (12))
-- Harmonized with RNSAP and NBAP definitions
RNCTraceInformation::= SEQUENCE {
traceReference TraceReference,
traceActivationIndicator ENUMERATED {activated,deactivated},
equipmentsToBeTraced EquipmentsToBeTraced OPTIONAL,
-- This IE shall be present if the Trace Activation Indicator IE is set to "Activated".
iE-Extensions ProtocolExtensionContainer { { RNCTraceInformation-ExtIEs} } OPTIONAL
}
RNCTraceInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 11 to enable anonymization MDT for area based MDT --
{ID id-TraceRecordingSessionReference CRITICALITY ignore EXTENSION TraceRecordingSessionReference PRESENCE optional}|
{ID id-IMSI CRITICALITY ignore EXTENSION IMSI PRESENCE optional}|
{ID id-Trace-Collection-Entity-IP-Addess CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional}|
{ID id-Serving-Cell-Identifier CRITICALITY ignore EXTENSION UTRAN-CellID PRESENCE optional},
...
}
RNSAPRelocationParameters ::= SEQUENCE {
rabParmetersList RABParametersList OPTIONAL,
locationReporting LocationReportingTransferInformation OPTIONAL,
traceInformation TraceInformation OPTIONAL,
sourceSAI SAI OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RNSAPRelocationParameters-ExtIEs } } OPTIONAL,
...
}
RNSAPRelocationParameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RRC-Container ::= OCTET STRING
RTLoadValue ::= INTEGER (0..100)
RSRVCC-HO-Indication ::= ENUMERATED {
ps-only,
...
}
RSRVCC-Information ::= SEQUENCE {
nonce BIT STRING (SIZE (128)),
iMSInformation OCTET STRING(SIZE(1.. maxSizeOfIMSInfo)),
iE-Extensions ProtocolExtensionContainer { { RSRVCC-Information-ExtIEs} } OPTIONAL,
...
}
RSRVCC-Information-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RSRVCC-Operation-Possible ::= ENUMERATED {
rsrvcc-possible,
...
}
-- S
SAC ::= OCTET STRING (SIZE (2))
SAI ::= SEQUENCE {
pLMNidentity PLMNidentity,
lAC LAC,
sAC SAC,
iE-Extensions ProtocolExtensionContainer { {SAI-ExtIEs} } OPTIONAL
}
SAI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
SAPI ::= ENUMERATED {
sapi-0,
sapi-3,
...
}
SessionUpdateID ::= INTEGER (0.. 1048575)
Shared-Network-Information ::= SEQUENCE {
pLMNs-in-shared-network PLMNs-in-shared-network,
iE-Extensions ProtocolExtensionContainer { {Shared-Network-Information-ExtIEs} } OPTIONAL,
...
}
Session-Re-establishment-Indicator ::= ENUMERATED {true, ...}
Shared-Network-Information-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
SignallingIndication ::= ENUMERATED {
signalling,
...
}
SDU-ErrorRatio ::= SEQUENCE {
mantissa INTEGER (1..9),
exponent INTEGER (1..6),
iE-Extensions ProtocolExtensionContainer { {SDU-ErrorRatio-ExtIEs} } OPTIONAL
}
-- SDU-ErrorRatio = mantissa * 10^-exponent
SDU-ErrorRatio-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
SDU-FormatInformationParameters ::= SEQUENCE (SIZE (1..maxRAB-SubflowCombination)) OF
SEQUENCE {
subflowSDU-Size SubflowSDU-Size OPTIONAL,
rAB-SubflowCombinationBitRate RAB-SubflowCombinationBitRate OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {SDU-FormatInformationParameters-ExtIEs} } OPTIONAL,
...
}
SDU-FormatInformationParameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
SDU-Parameters ::= SEQUENCE (SIZE (1..maxRAB-Subflows)) OF
SEQUENCE {
sDU-ErrorRatio SDU-ErrorRatio OPTIONAL
-- This IE shall be present if the Delivery Of Erroneous SDU IE is set to "Yes" or "No" --,
residualBitErrorRatio ResidualBitErrorRatio,
deliveryOfErroneousSDU DeliveryOfErroneousSDU,
sDU-FormatInformationParameters SDU-FormatInformationParameters OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {SDU-Parameters-ExtIEs} } OPTIONAL,
...
}
SDU-Parameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
SGSN-Group-Identity ::= CHOICE {
null-NRI Null-NRI,
sGSN-Group-ID SGSN-Group-ID
}
SGSN-Group-ID ::= OCTET STRING (SIZE (2))
SNA-Access-Information ::= SEQUENCE {
authorisedPLMNs AuthorisedPLMNs,
iE-Extensions ProtocolExtensionContainer { {SNA-Access-Information-ExtIEs} } OPTIONAL,
...
}
SNA-Access-Information-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
SNAC ::= INTEGER (0..65535)
Service-Handover ::= ENUMERATED {
handover-to-GSM-should-be-performed,
handover-to-GSM-should-not-be-performed,
handover-to-GSM-shall-not-be-performed,
...
}
Source-ToTarget-TransparentContainer ::= OCTET STRING
-- This IE is a transparent container, the IE shall be encoded not as an OCTET STRING but according to the type specifications of the target system.
-- Note: In the current version of this specification, this IE may either carry the Source RNC to
-- Target RNC Transparent Container or the Source eNB to Target eNB Transparent Container IE as
-- defined in TS 36.413 [49]
SourceeNodeB-ToTargeteNodeB-TransparentContainer ::= OCTET STRING
SourceCellID ::= CHOICE {
sourceUTRANCellID SourceUTRANCellID,
sourceGERANCellID CGI,
...
}
SourceBSS-ToTargetBSS-TransparentContainer ::= OCTET STRING
SourceID ::= CHOICE {
sourceRNC-ID SourceRNC-ID,
sAI SAI,
...
}
SourceRNC-ID ::= SEQUENCE {
pLMNidentity PLMNidentity,
rNC-ID RNC-ID,
iE-Extensions ProtocolExtensionContainer { {SourceRNC-ID-ExtIEs} } OPTIONAL
}
SourceRNC-ID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
SourceRNC-ToTargetRNC-TransparentContainer ::= SEQUENCE {
rRC-Container RRC-Container,
numberOfIuInstances NumberOfIuInstances,
relocationType RelocationType,
chosenIntegrityProtectionAlgorithm ChosenIntegrityProtectionAlgorithm OPTIONAL,
integrityProtectionKey IntegrityProtectionKey OPTIONAL,
chosenEncryptionAlgorithForSignalling ChosenEncryptionAlgorithm OPTIONAL,
cipheringKey EncryptionKey OPTIONAL,
chosenEncryptionAlgorithForCS ChosenEncryptionAlgorithm OPTIONAL,
chosenEncryptionAlgorithForPS ChosenEncryptionAlgorithm OPTIONAL,
d-RNTI D-RNTI OPTIONAL
-- This IE shall be present if the Relocation type IE is set to "UE not involved in relocation of SRNS" --,
targetCellId TargetCellId OPTIONAL
-- This IE shall be present if the Relocation type IE is set to "UE involved in relocation of SRNS" --,
rAB-TrCH-Mapping RAB-TrCH-Mapping OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {SourceRNC-ToTargetRNC-TransparentContainer-ExtIEs} } OPTIONAL,
...
}
SourceRNC-ToTargetRNC-TransparentContainer-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 99 to enable transfer of SRB mapping onto Iur transport channel Ids --
{ID id-SRB-TrCH-Mapping CRITICALITY reject EXTENSION SRB-TrCH-Mapping PRESENCE optional}|
-- Extension for Release 5 to enable Inter RAN Load Information Exchange over Iu --
{ID id-CellLoadInformationGroup CRITICALITY ignore EXTENSION CellLoadInformationGroup PRESENCE optional}|
-- Extension for Release 6 to provide Trace Recording Session Information to the Target RNC --
{ID id-TraceRecordingSessionInformation CRITICALITY ignore EXTENSION TraceRecordingSessionInformation PRESENCE optional}|
-- Extension for Release 6 to indicate to the Target RNC that the UE has activated Multicast Service --
{ID id-MBMSLinkingInformation CRITICALITY ignore EXTENSION MBMSLinkingInformation PRESENCE optional}|
{ID id-d-RNTI-for-NoIuCSUP CRITICALITY reject EXTENSION D-RNTI PRESENCE optional}|
{ID id-UE-History-Information CRITICALITY ignore EXTENSION UE-History-Information PRESENCE optional}|
{ID id-SubscriberProfileIDforRFP CRITICALITY ignore EXTENSION SubscriberProfileIDforRFP PRESENCE optional}|
-- Extension for Release 8 to transfer to the Target RNC parameters required for SRVCC operation --
{ID id-SRVCC-Information CRITICALITY reject EXTENSION SRVCC-Information PRESENCE optional}|
{ID id-PSRABtobeReplaced CRITICALITY reject EXTENSION RAB-ID PRESENCE optional}|
-- Extension for Release 9 to transfer to the Target RNC parameters required for CSFB operation --
{ID id-CSFB-Information CRITICALITY ignore EXTENSION CSFB-Information PRESENCE optional}|
-- Extension for Release 10 to indicate to the Target RNC the need of continued IRAT measurement --
{ID id-IRAT-Measurement-Configuration CRITICALITY ignore EXTENSION IRAT-Measurement-Configuration PRESENCE optional}|
-- Extension for Release 10 to indicate Management Based MDT Allowed --
{ID id-Management-Based-MDT-Allowed CRITICALITY ignore EXTENSION Management-Based-MDT-Allowed PRESENCE optional}|
-- Extension for Release 11 to indicate Management Based MDT PLMN List --
{ID id-Management-Based-MDT-PLMN-List CRITICALITY ignore EXTENSION MDT-PLMN-List PRESENCE optional}|
-- Extension for Release 11 to indicate the last E-UTRAN PLMN Identity --
{ID id-LastE-UTRANPLMNIdentity CRITICALITY ignore EXTENSION PLMNidentity PRESENCE optional},
...
}
IRAT-Measurement-Configuration ::= SEQUENCE {
rSRP INTEGER (0..97) OPTIONAL,
rSRQ INTEGER (0..34) OPTIONAL,
iRATmeasurementParameters IRATmeasurementParameters,
iE-Extensions ProtocolExtensionContainer { {IRAT-Measurement-Configuration-ExtIEs} } OPTIONAL}
IRAT-Measurement-Configuration-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
{ID id-RSRQ-Type CRITICALITY ignore EXTENSION RSRQ-Type PRESENCE optional}|
{ID id-RSRQ-Extension CRITICALITY ignore EXTENSION RSRQ-Extension PRESENCE optional},
...
}
IRATmeasurementParameters::= SEQUENCE {
measurementDuration INTEGER (1..100),
eUTRANFrequencies EUTRANFrequencies OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { IRATmeasurementParameters-ExtIEs} } OPTIONAL}
IRATmeasurementParameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RSRQ-Type ::= SEQUENCE {
allSymbols BOOLEAN,
wideBand BOOLEAN
}
RSRQ-Extension ::= INTEGER (-30..46, ...)
EUTRANFrequencies ::= SEQUENCE (SIZE (1..maxNrOfEUTRAFreqs)) OF SEQUENCE {
earfcn INTEGER (0..65535),
measBand MeasBand OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {EUTRANFrequencies-ExtIEs} } OPTIONAL}
MeasBand ::= ENUMERATED {
v6,
v15,
v25,
v50,
v75,
v100
}
EUTRANFrequencies-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-EARFCN-Extended CRITICALITY reject EXTENSION EARFCN-Extended PRESENCE optional},
...
}
SubscriberProfileIDforRFP ::= INTEGER (1..256)
SourceStatisticsDescriptor ::= ENUMERATED {
speech,
unknown,
...
}
SupportedRAB-ParameterBitrateList ::= SEQUENCE (SIZE (1..maxNrOfSeparateTrafficDirections)) OF SupportedBitrate
SupportedBitrate ::= INTEGER (1..1000000000, ...)
-- Unit is bits per sec
SourceUTRANCellID ::= SEQUENCE {
pLMNidentity PLMNidentity,
uTRANcellID TargetCellId,
iE-Extensions ProtocolExtensionContainer { {SourceUTRANCellID-ExtIEs} } OPTIONAL
}
SourceUTRANCellID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
SRB-ID ::= INTEGER (1..32)
SRB-TrCH-Mapping ::= SEQUENCE ( SIZE (1..maxNrOfSRBs)) OF
SRB-TrCH-MappingItem
SRB-TrCH-MappingItem ::= SEQUENCE {
sRB-ID SRB-ID,
trCH-ID TrCH-ID,
iE-Extensions ProtocolExtensionContainer { { SRB-TrCH-MappingItem-ExtIEs} } OPTIONAL,
...
}
SRB-TrCH-MappingItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
SRVCC-HO-Indication ::= ENUMERATED {
ps-and-cs,
cs-only,
...
}
SRVCC-Information ::= SEQUENCE {
nonce BIT STRING (SIZE (128)),
iE-Extensions ProtocolExtensionContainer { { SRVCC-Information-ExtIEs} } OPTIONAL,
...
}
SRVCC-Information-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
SRVCC-Operation-Possible ::= ENUMERATED {
srvcc-possible,
...
}
SubflowSDU-Size ::= INTEGER (0..4095)
-- Unit is bit
-- T
TAC ::= OCTET STRING (SIZE (2))
TAI ::= SEQUENCE {
pLMNidentity PLMNidentity,
tAC TAC,
iE-Extensions ProtocolExtensionContainer { {TAI-ExtIEs} } OPTIONAL
}
TAI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
Target-ToSource-TransparentContainer ::= OCTET STRING
-- This IE is a transparent container, the IE shall be encoded not as an OCTET STRING but according to the type specifications of the target system.
-- Note: In the current version of this specification, this IE may either carry the Target RNC to
-- Source RNC Transparent Container or the Target eNB to Source eNB Transparent Container IE as
-- defined in TS 36.413 [49]
TargeteNodeB-ToSourceeNodeB-TransparentContainer ::= OCTET STRING
TargetBSS-ToSourceBSS-TransparentContainer ::= OCTET STRING
TargetCellId ::= INTEGER (0..268435455)
TargetID ::= CHOICE {
targetRNC-ID TargetRNC-ID,
cGI CGI,
...,
targeteNB-ID TargetENB-ID
}
TargetENB-ID ::= SEQUENCE {
pLMNidentity PLMNidentity,
eNB-ID ENB-ID,
iE-Extensions ProtocolExtensionContainer { {TargetENB-ID-ExtIEs} } OPTIONAL,
selectedTAI TAI,
...
}
TargetENB-ID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
TargetRNC-ID ::= SEQUENCE {
lAI LAI,
rAC RAC OPTIONAL,
rNC-ID RNC-ID,
iE-Extensions ProtocolExtensionContainer { {TargetRNC-ID-ExtIEs} } OPTIONAL
}
TargetRNC-ID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
TargetRNC-ToSourceRNC-TransparentContainer ::= SEQUENCE {
rRC-Container RRC-Container,
d-RNTI D-RNTI OPTIONAL
-- May be included to allow the triggering of the Relocation Detect procedure from the Iur Interface --,
iE-Extensions ProtocolExtensionContainer { {TargetRNC-ToSourceRNC-TransparentContainer-ExtIEs} } OPTIONAL,
...
}
TargetRNC-ToSourceRNC-TransparentContainer-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
TBCD-STRING ::= OCTET STRING
TemporaryUE-ID ::= CHOICE {
tMSI TMSI,
p-TMSI P-TMSI,
...
}
Time-UE-StayedInCell ::= INTEGER (0..4095)
Time-UE-StayedInCell-EnhancedGranularity ::= INTEGER (0..40950)
TimeToMBMSDataTransfer ::= OCTET STRING(SIZE(1))
TimingDifferenceULDL ::= OCTET STRING (SIZE(1))
TMGI ::= SEQUENCE {
pLMNidentity PLMNidentity,
serviceID OCTET STRING (SIZE (3)),
iE-Extensions ProtocolExtensionContainer { {TMGI-ExtIEs} } OPTIONAL
}
TMGI-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
TMSI ::= OCTET STRING (SIZE (4))
TraceDepth ::= ENUMERATED {
minimum,
medium,
maximum,
...
}
TraceInformation ::= SEQUENCE {
traceReference TraceReference,
ue-identity UE-ID,
tracePropagationParameters TracePropagationParameters OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { TraceInformation-ExtIEs } } OPTIONAL,
...
}
TraceInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
TracePropagationParameters ::= SEQUENCE {
traceRecordingSessionReference TraceRecordingSessionReference,
traceDepth TraceDepth,
listOfInterfacesToTrace ListOfInterfacesToTrace OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { TracePropagationParameters-ExtIEs} } OPTIONAL,
...
}
TracePropagationParameters-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
TraceRecordingSessionInformation ::= SEQUENCE {
traceReference TraceReference,
traceRecordingSessionReference TraceRecordingSessionReference,
iE-Extensions ProtocolExtensionContainer { { TraceRecordingSessionInformation-ExtIEs} } OPTIONAL,
...
}
TraceRecordingSessionInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
TraceRecordingSessionReference ::= INTEGER (0..65535)
TraceReference ::= OCTET STRING (SIZE (2..3))
TraceType ::= OCTET STRING (SIZE (1))
-- Reference: GSM TS 12.08
TrafficClass ::= ENUMERATED {
conversational,
streaming,
interactive,
background,
...
}
TrafficHandlingPriority ::= INTEGER { spare (0), highest (1), lowest (14), no-priority-used (15) } (0..15)
TransferDelay ::= INTEGER (0..65535)
-- Unit is millisecond
UnsuccessfullyTransmittedDataVolume ::= INTEGER (0..4294967295)
TransportLayerAddress ::= BIT STRING (SIZE (1..160, ...))
TrCH-ID ::= SEQUENCE {
dCH-ID DCH-ID OPTIONAL,
dSCH-ID DSCH-ID OPTIONAL,
uSCH-ID USCH-ID OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { TrCH-ID-ExtIEs} } OPTIONAL,
...
}
TrCH-ID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable transfer of HS-DSCH-MAC-d-Flow-ID onto Iur transport channel ID --
{ID id-hS-DSCH-MAC-d-Flow-ID CRITICALITY ignore EXTENSION HS-DSCH-MAC-d-Flow-ID PRESENCE optional}|
-- Extension for Release 6 to enable transfer of E-DCH-MAC-d-Flow-ID onto Iur transport channel ID --
{ID id-E-DCH-MAC-d-Flow-ID CRITICALITY ignore EXTENSION E-DCH-MAC-d-Flow-ID PRESENCE optional},
...
}
TrCH-ID-List ::= SEQUENCE (SIZE (1..maxRAB-Subflows)) OF
TrCH-ID
TriggerID ::= OCTET STRING (SIZE (3..22))
TunnelInformation ::= SEQUENCE {
transportLayerAddress TransportLayerAddress,
uDP-Port-Number Port-Number OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Tunnel-Information-ExtIEs} } OPTIONAL,
...
}
Tunnel-Information-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
TypeOfError ::= ENUMERATED {
not-understood,
missing,
...
}
-- U
UE-AggregateMaximumBitRate ::= SEQUENCE {
uE-AggregateMaximumBitRateDownlink UE-AggregateMaximumBitRateDownlink OPTIONAL,
uE-AggregateMaximumBitRateUplink UE-AggregateMaximumBitRateUplink OPTIONAL,
...
}
UE-AggregateMaximumBitRateDownlink ::= INTEGER (1..1000000000)
-- Unit is bits per sec
UE-AggregateMaximumBitRateUplink ::= INTEGER (1..1000000000)
-- Unit is bits per sec
UE-History-Information ::= OCTET STRING
UE-ID ::= CHOICE {
imsi IMSI,
imei IMEI,
...,
imeisv IMEISV
}
UE-IsNotServed::= SEQUENCE {
permanentNAS-UE-ID PermanentNAS-UE-ID,
iE-Extensions ProtocolExtensionContainer { { UE-IsNotServed-ExtIEs } } OPTIONAL,
...
}
UE-IsNotServed-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
UE-IsServed::= SEQUENCE {
permanentNAS-UE-ID PermanentNAS-UE-ID,
pLMNidentity PLMNidentity,
iE-Extensions ProtocolExtensionContainer { { UE-IsServed-ExtIEs } } OPTIONAL,
...
}
UE-IsServed-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
UE-Usage-Type ::= INTEGER (0..255)
UERegistrationQueryResult ::= CHOICE {
uE-IsServed UE-IsServed,
uE-IsNotServed UE-IsNotServed
}
UESBI-Iu ::= SEQUENCE {
uESBI-IuA UESBI-IuA OPTIONAL,
uESBI-IuB UESBI-IuB OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UESBI-Iu-ExtIEs} } OPTIONAL,
...
}
UESBI-Iu-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
UESBI-IuA ::= BIT STRING (SIZE(1..128))
-- Reference: TR25.994 --
UESBI-IuB ::= BIT STRING (SIZE(1..128))
-- Reference: TR25.995 --
UL-GTP-PDU-SequenceNumber ::= INTEGER (0..65535)
UL-N-PDU-SequenceNumber ::= INTEGER (0..65535)
UPInformation ::= SEQUENCE {
frameSeqNoUL FrameSequenceNumber,
frameSeqNoDL FrameSequenceNumber,
pdu14FrameSeqNoUL PDUType14FrameSequenceNumber,
pdu14FrameSeqNoDL PDUType14FrameSequenceNumber,
dataPDUType DataPDUType,
upinitialisationFrame UPInitialisationFrame,
iE-Extensions ProtocolExtensionContainer { { UPInformation-ExtIEs } } OPTIONAL,
...
}
UPInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
{ID id-TimingDifferenceULDL CRITICALITY ignore EXTENSION TimingDifferenceULDL PRESENCE optional},
...
}
UPInitialisationFrame ::= OCTET STRING
UP-ModeVersions ::= BIT STRING (SIZE (16))
USCH-ID ::= INTEGER (0..255)
UserPlaneMode ::= ENUMERATED {
transparent-mode,
support-mode-for-predefined-SDU-sizes,
...
}
UTRAN-CellID ::= SEQUENCE {
pLMNidentity PLMNidentity,
cellID TargetCellId,
iE-Extensions ProtocolExtensionContainer { { UTRAN-CellID-ExtIEs} } OPTIONAL
}
UTRAN-CellID-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- V
VelocityEstimate ::= CHOICE {
horizontalVelocity HorizontalVelocity,
horizontalWithVerticalVelocity HorizontalWithVerticalVelocity,
horizontalVelocityWithUncertainty HorizontalVelocityWithUncertainty,
horizontalWithVeritcalVelocityAndUncertainty HorizontalWithVerticalVelocityAndUncertainty,
...
}
HorizontalVelocity ::= SEQUENCE {
horizontalSpeedAndBearing HorizontalSpeedAndBearing,
iE-Extensions ProtocolExtensionContainer { { HorizontalVelocity-ExtIEs} } OPTIONAL,
...
}
HorizontalVelocity-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
HorizontalWithVerticalVelocity ::= SEQUENCE {
horizontalSpeedAndBearing HorizontalSpeedAndBearing,
veritcalVelocity VerticalVelocity,
iE-Extensions ProtocolExtensionContainer { { HorizontalWithVerticalVelocity-ExtIEs} } OPTIONAL,
...
}
HorizontalWithVerticalVelocity-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
HorizontalVelocityWithUncertainty ::= SEQUENCE {
horizontalSpeedAndBearing HorizontalSpeedAndBearing,
uncertaintySpeed INTEGER (0..255),
iE-Extensions ProtocolExtensionContainer { { HorizontalVelocityWithUncertainty-ExtIEs} } OPTIONAL,
...
}
HorizontalVelocityWithUncertainty-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
HorizontalWithVerticalVelocityAndUncertainty ::= SEQUENCE {
horizontalSpeedAndBearing HorizontalSpeedAndBearing,
veritcalVelocity VerticalVelocity,
horizontalUncertaintySpeed INTEGER (0..255),
verticalUncertaintySpeed INTEGER (0..255),
iE-Extensions ProtocolExtensionContainer { { HorizontalWithVerticalVelocityAndUncertainty-ExtIEs} } OPTIONAL,
...
}
HorizontalWithVerticalVelocityAndUncertainty-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
HorizontalSpeedAndBearing ::= SEQUENCE {
bearing INTEGER (0..359),
horizontalSpeed INTEGER (0..2047)
}
VerticalVelocity ::= SEQUENCE {
veritcalSpeed INTEGER (0..255),
veritcalSpeedDirection VerticalSpeedDirection
}
VerticalSpeedDirection ::= ENUMERATED {
upward,
downward
}
VerticalAccuracyCode ::= INTEGER (0..127)
VoiceSupportMatchIndicator ::= ENUMERATED {
supported,
not-supported,
...
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/ranap/RANAP-PDU-Contents.asn | -- RANAP-PDU-Contents.asn
--
-- 3GPP TS 25.413 V14.0.0 (2017-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25413.htm
--
-- 9.3.3 PDU Definitions
--
-- **************************************************************
--
-- PDU definitions for RANAP.
--
-- **************************************************************
RANAP-PDU-Contents {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) ranap (0) version1 (1) ranap-PDU-Contents (1) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
AccuracyFulfilmentIndicator,
UE-Application-Layer-Measurement-Configuration,
UE-Application-Layer-Measurement-Configuration-For-Relocation,
APN,
BroadcastAssistanceDataDecipheringKeys,
LocationRelatedDataRequestType,
LocationRelatedDataRequestTypeSpecificToGERANIuMode,
DataVolumeReference,
CellLoadInformation,
AreaIdentity,
CN-DomainIndicator,
Cause,
Cell-Access-Mode,
ClientType,
CriticalityDiagnostics,
ChosenEncryptionAlgorithm,
ChosenIntegrityProtectionAlgorithm,
ClassmarkInformation2,
ClassmarkInformation3,
CSG-Id,
CSG-Id-List,
CSG-Membership-Status,
DL-GTP-PDU-SequenceNumber,
DL-N-PDU-SequenceNumber,
DataVolumeReportingIndication,
DeltaRAListofIdleModeUEs,
DRX-CycleLengthCoefficient,
EncryptionInformation,
EncryptionKey,
E-UTRAN-Service-Handover,
ExtendedRNC-ID,
FrequenceLayerConvergenceFlag,
GERAN-BSC-Container,
GERAN-Classmark,
GlobalCN-ID,
GlobalRNC-ID,
GTP-TEI,
IncludeVelocity,
InformationExchangeID,
InformationExchangeType,
InformationRequested,
InformationRequestType,
InformationTransferID,
InformationTransferType,
InterSystemInformationTransferType,
IntegrityProtectionInformation,
IntegrityProtectionKey,
InterSystemInformation-TransparentContainer,
IPMulticastAddress,
IuSignallingConnectionIdentifier,
IuTransportAssociation,
KeyStatus,
L3-Information,
LAI,
LastKnownServiceArea,
Correlation-ID,
MBMS-PTP-RAB-ID,
MBMSBearerServiceType,
MBMSCountingInformation,
MBMSCNDe-Registration,
MBMSHCIndicator,
MBMSRegistrationRequestType,
MBMSServiceArea,
MBMSSessionDuration,
MBMSSessionIdentity,
MBMSSessionRepetitionNumber,
MSISDN,
NAS-PDU,
NAS-SequenceNumber,
NAS-SynchronisationIndicator,
NewBSS-To-OldBSS-Information,
NonSearchingIndication,
NumberOfSteps,
Offload-RAB-Parameters,
Offload-RAB-Parameters-APN,
Offload-RAB-Parameters-ChargingCharacteristics,
OMC-ID,
OldBSS-ToNewBSS-Information,
PagingAreaID,
PagingCause,
PDP-TypeInformation,
PDP-TypeInformation-extension,
PermanentNAS-UE-ID,
PLMNidentity,
PositionData,
PositionDataSpecificToGERANIuMode,
PositioningPriority,
ProvidedData,
PowerSavingIndicator,
RAB-ID,
RAB-Parameters,
RAC,
RAListofIdleModeUEs,
RAT-Type,
RedirectAttemptFlag,
RedirectionCompleted,
RejectCauseValue,
RelocationType,
RequestedGANSSAssistanceData,
RequestType,
Requested-RAB-Parameter-Values,
ResponseTime,
RRC-Container,
RSRVCC-Operation-Possible,
RSRQ-Type,
RSRQ-Extension,
SAI,
SAPI,
Service-Handover,
SessionUpdateID,
SNA-Access-Information,
SourceBSS-ToTargetBSS-TransparentContainer,
SourceID,
Source-ToTarget-TransparentContainer,
SourceRNC-ToTargetRNC-TransparentContainer,
SRVCC-HO-Indication,
SRVCC-Information,
SRVCC-Operation-Possible,
TargetBSS-ToSourceBSS-TransparentContainer,
TargetID,
Target-ToSource-TransparentContainer,
TargetRNC-ToSourceRNC-TransparentContainer,
TemporaryUE-ID,
TimeToMBMSDataTransfer,
TMGI,
TracePropagationParameters,
TraceReference,
TraceType,
UnsuccessfullyTransmittedDataVolume,
TransportLayerAddress,
TriggerID,
UE-AggregateMaximumBitRate,
UE-ID,
UESBI-Iu,
UL-GTP-PDU-SequenceNumber,
UL-N-PDU-SequenceNumber,
UP-ModeVersions,
UserPlaneMode,
VelocityEstimate,
VerticalAccuracyCode,
VoiceSupportMatchIndicator,
Alt-RAB-Parameters,
Ass-RAB-Parameters,
PeriodicLocationInfo,
SubscriberProfileIDforRFP,
RNSAPRelocationParameters,
RABParametersList,
MDT-Configuration,
Priority-Class-Indicator,
Management-Based-MDT-Allowed,
HigherBitratesThan16MbpsFlag,
End-Of-CSFB,
Out-Of-UTRAN,
RSRVCC-HO-Indication,
RSRVCC-Information,
MDT-PLMN-List,
TunnelInformation,
LHN-ID,
Session-Re-establishment-Indicator,
Additional-CSPS-coordination-information,
UERegistrationQueryResult,
SGSN-Group-Identity,
P-TMSI,
BarometricPressure,
CivicAddress,
UE-Usage-Type,
DCN-ID
FROM RANAP-IEs
PrivateIE-Container{},
ProtocolExtensionContainer{},
ProtocolIE-ContainerList{},
ProtocolIE-ContainerPair{},
ProtocolIE-ContainerPairList{},
ProtocolIE-Container{},
RANAP-PRIVATE-IES,
RANAP-PROTOCOL-EXTENSION,
RANAP-PROTOCOL-IES,
RANAP-PROTOCOL-IES-PAIR
FROM RANAP-Containers
maxNrOfDTs,
maxNrOfErrors,
maxNrOfIuSigConIds,
maxNrOfRABs,
maxNrOfVol,
maxnoofMulticastServicesPerUE,
id-AccuracyFulfilmentIndicator,
id-UE-Application-Layer-Measurement-Configuration,
id-UE-Application-Layer-Measurement-Configuration-For-Relocation,
id-APN,
id-AreaIdentity,
id-Alt-RAB-Parameters,
id-Ass-RAB-Parameters,
id-BroadcastAssistanceDataDecipheringKeys,
id-LocationRelatedDataRequestType,
id-CN-DomainIndicator,
id-Cause,
id-Cell-Access-Mode,
id-ChosenEncryptionAlgorithm,
id-ChosenIntegrityProtectionAlgorithm,
id-ClassmarkInformation2,
id-ClassmarkInformation3,
id-ClientType,
id-CNMBMSLinkingInformation,
id-CriticalityDiagnostics,
id-CSG-Id,
id-CSG-Id-List,
id-CSG-Membership-Status,
id-DeltaRAListofIdleModeUEs,
id-DRX-CycleLengthCoefficient,
id-DirectTransferInformationItem-RANAP-RelocInf,
id-DirectTransferInformationList-RANAP-RelocInf,
id-DL-GTP-PDU-SequenceNumber,
id-EncryptionInformation,
id-EncryptionKey,
id-ExtendedRNC-ID,
id-FrequenceLayerConvergenceFlag,
id-GERAN-BSC-Container,
id-GERAN-Classmark,
id-GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item,
id-GERAN-Iumode-RAB-FailedList-RABAssgntResponse,
id-GlobalCN-ID,
id-GlobalCN-IDCS,
id-GlobalCN-IDPS,
id-GlobalRNC-ID,
id-IncludeVelocity,
id-InformationExchangeID,
id-InformationExchangeType,
id-InformationRequested,
id-InformationRequestType,
id-InformationTransferID,
id-InformationTransferType,
id-IntegrityProtectionInformation,
id-IntegrityProtectionKey,
id-InterSystemInformationTransferType,
id-InterSystemInformation-TransparentContainer,
id-IPMulticastAddress,
id-IuSigConId,
id-OldIuSigConId,
id-OldIuSigConIdCS,
id-OldIuSigConIdPS,
id-IuSigConIdItem,
id-IuSigConIdList,
id-IuTransportAssociation,
id-JoinedMBMSBearerServicesList,
id-KeyStatus,
id-L3-Information,
id-LAI,
id-LastKnownServiceArea,
id-LeftMBMSBearerServicesList,
id-LocationRelatedDataRequestTypeSpecificToGERANIuMode,
id-MBMSBearerServiceType,
id-MBMSCountingInformation,
id-MBMSCNDe-Registration,
id-MBMSRegistrationRequestType,
id-MBMSSynchronisationInformation,
id-MBMSServiceArea,
id-MBMSSessionDuration,
id-MBMSSessionIdentity,
id-MBMSSessionRepetitionNumber,
id-MSISDN,
id-NAS-PDU,
id-NAS-SequenceNumber,
id-NewBSS-To-OldBSS-Information,
id-NonSearchingIndication,
id-NumberOfSteps,
id-Offload-RAB-Parameters,
id-OMC-ID,
id-OldBSS-ToNewBSS-Information,
id-PagingAreaID,
id-PagingCause,
id-PDP-TypeInformation,
id-PDP-TypeInformation-extension,
id-PermanentNAS-UE-ID,
id-PositionData,
id-PositionDataSpecificToGERANIuMode,
id-PositioningPriority,
id-ProvidedData,
id-RAB-ContextItem,
id-RAB-ContextList,
id-RAB-ContextFailedtoTransferItem,
id-RAB-ContextFailedtoTransferList,
id-RAB-ContextItem-RANAP-RelocInf,
id-RAB-ContextList-RANAP-RelocInf,
id-RAB-DataForwardingItem,
id-RAB-DataForwardingItem-SRNS-CtxReq,
id-RAB-DataForwardingList,
id-RAB-DataForwardingList-SRNS-CtxReq,
id-RAB-DataVolumeReportItem,
id-RAB-DataVolumeReportList,
id-RAB-DataVolumeReportRequestItem,
id-RAB-DataVolumeReportRequestList,
id-RAB-FailedItem,
id-RAB-FailedList,
id-RAB-FailedList-EnhRelocInfoRes,
id-RAB-FailedItem-EnhRelocInfoRes,
id-RAB-FailedtoReportItem,
id-RAB-FailedtoReportList,
id-RAB-ID,
id-RAB-ModifyList,
id-RAB-ModifyItem,
id-RAB-Parameters,
id-RAB-QueuedItem,
id-RAB-QueuedList,
id-RAB-ReleaseFailedList,
id-RAB-ReleaseItem,
id-RAB-ReleasedItem-IuRelComp,
id-RAB-ReleaseList,
id-RAB-ReleasedItem,
id-RAB-ReleasedList,
id-RAB-ReleasedList-IuRelComp,
id-RAB-RelocationReleaseItem,
id-RAB-RelocationReleaseList,
id-RAB-SetupItem-RelocReq,
id-RAB-SetupItem-RelocReqAck,
id-RAB-SetupList-RelocReq,
id-RAB-SetupList-RelocReqAck,
id-RAB-SetupList-EnhRelocInfoReq,
id-RAB-SetupItem-EnhRelocInfoReq,
id-RAB-SetupList-EnhRelocInfoRes,
id-RAB-SetupItem-EnhRelocInfoRes,
id-RAB-SetupList-EnhancedRelocCompleteReq,
id-RAB-SetupItem-EnhancedRelocCompleteReq,
id-RAB-SetupList-EnhancedRelocCompleteRes,
id-RAB-SetupItem-EnhancedRelocCompleteRes,
id-RAB-SetupOrModifiedItem,
id-RAB-SetupOrModifiedList,
id-RAB-SetupOrModifyItem,
id-RAB-SetupOrModifyList,
id-RAB-ToBeReleasedItem-EnhancedRelocCompleteRes,
id-RAB-ToBeReleasedList-EnhancedRelocCompleteRes,
id-RAC,
id-RAListofIdleModeUEs,
id-RAT-Type,
id-RedirectAttemptFlag,
id-RedirectionCompleted,
id-RedirectionIndication,
id-RejectCauseValue,
id-RelocationType,
id-Relocation-SourceRNC-ID,
id-Relocation-SourceExtendedRNC-ID,
id-Relocation-TargetRNC-ID,
id-Relocation-TargetExtendedRNC-ID,
id-RequestedGANSSAssistanceData,
id-RequestType,
id-ResponseTime,
id-RSRVCC-Operation-Possible,
id-SAI,
id-SAPI,
id-SelectedPLMN-ID,
id-SessionUpdateID,
id-SNA-Access-Information,
id-SourceBSS-ToTargetBSS-TransparentContainer,
id-SourceRNC-ID,
id-SourceExtendedRNC-ID,
id-SourceID,
id-Source-ToTarget-TransparentContainer,
id-SourceRNC-PDCP-context-info,
id-SRVCC-HO-Indication,
id-SRVCC-Information,
id-SRVCC-Operation-Possible,
id-TargetBSS-ToSourceBSS-TransparentContainer,
id-TargetID,
id-Target-ToSource-TransparentContainer,
id-TemporaryUE-ID,
id-TimeToMBMSDataTransfer,
id-TMGI,
id-TracePropagationParameters,
id-TraceReference,
id-TraceType,
id-TransportLayerAddress,
id-TransportLayerInformation,
id-TriggerID,
id-UE-AggregateMaximumBitRate,
id-UE-ID,
id-UESBI-Iu,
id-UL-GTP-PDU-SequenceNumber,
id-UnsuccessfulLinkingList,
id-VelocityEstimate,
id-VerticalAccuracyCode,
id-VoiceSupportMatchIndicator,
id-PeriodicLocationInfo,
id-BroadcastGANSSAssistanceDataDecipheringKeys,
id-SubscriberProfileIDforRFP,
id-E-UTRAN-Service-Handover,
id-IP-Source-Address,
id-LGW-TransportLayerAddress,
id-Correlation-ID,
id-MDT-Configuration,
id-RNSAPRelocationParameters,
id-RABParametersList,
id-Priority-Class-Indicator,
id-Management-Based-MDT-Allowed,
id-HigherBitratesThan16MbpsFlag,
id-Trace-Collection-Entity-IP-Addess,
id-End-Of-CSFB,
id-Out-Of-UTRAN,
id-RSRVCC-HO-Indication,
id-RSRVCC-Information,
id-AnchorPLMN-ID,
id-Management-Based-MDT-PLMN-List,
id-Tunnel-Information-for-BBF,
id-SIPTO-Correlation-ID,
id-SIPTO-LGW-TransportLayerAddress,
id-LHN-ID,
id-LastE-UTRANPLMNIdentity,
id-Session-Re-establishment-Indicator,
id-Additional-CSPS-coordination-information,
id-UERegistrationQueryResult,
id-IuSigConIdRangeEnd,
id-SGSN-Group-Identity,
id-P-TMSI,
id-RANAP-Message,
id-PowerSavingIndicator,
id-BarometricPressure,
id-CivicAddress,
id-UE-Usage-Type,
id-DCN-ID
FROM RANAP-Constants;
-- **************************************************************
--
-- Common Container Lists
--
-- **************************************************************
RAB-IE-ContainerList { RANAP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxNrOfRABs, {IEsSetParam} }
RAB-IE-ContainerPairList { RANAP-PROTOCOL-IES-PAIR : IEsSetParam } ::= ProtocolIE-ContainerPairList { 1, maxNrOfRABs, {IEsSetParam} }
ProtocolError-IE-ContainerList { RANAP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxNrOfRABs, {IEsSetParam} }
IuSigConId-IE-ContainerList { RANAP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxNrOfIuSigConIds, {IEsSetParam} }
DirectTransfer-IE-ContainerList { RANAP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxNrOfDTs, {IEsSetParam} }
-- **************************************************************
--
-- Iu RELEASE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Iu Release Command
--
-- **************************************************************
Iu-ReleaseCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {Iu-ReleaseCommandIEs} },
protocolExtensions ProtocolExtensionContainer { {Iu-ReleaseCommandExtensions} } OPTIONAL,
...
}
Iu-ReleaseCommandIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
Iu-ReleaseCommandExtensions RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-End-Of-CSFB CRITICALITY ignore EXTENSION End-Of-CSFB PRESENCE optional }|
{ ID id-Out-Of-UTRAN CRITICALITY ignore EXTENSION Out-Of-UTRAN PRESENCE optional }|
{ ID id-LastE-UTRANPLMNIdentity CRITICALITY ignore EXTENSION PLMNidentity PRESENCE optional },
...
}
-- **************************************************************
--
-- Iu Release Complete
--
-- **************************************************************
Iu-ReleaseComplete ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {Iu-ReleaseCompleteIEs} },
protocolExtensions ProtocolExtensionContainer { {Iu-ReleaseCompleteExtensions} } OPTIONAL,
...
}
Iu-ReleaseCompleteIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-DataVolumeReportList CRITICALITY ignore TYPE RAB-DataVolumeReportList PRESENCE optional } |
{ ID id-RAB-ReleasedList-IuRelComp CRITICALITY ignore TYPE RAB-ReleasedList-IuRelComp PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RAB-DataVolumeReportList ::= RAB-IE-ContainerList { {RAB-DataVolumeReportItemIEs} }
RAB-DataVolumeReportItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-DataVolumeReportItem CRITICALITY ignore TYPE RAB-DataVolumeReportItem PRESENCE mandatory },
...
}
RAB-DataVolumeReportItem ::= SEQUENCE {
rAB-ID RAB-ID,
dl-UnsuccessfullyTransmittedDataVolume DataVolumeList OPTIONAL
-- This IE shall always be present although its presence is optional --,
iE-Extensions ProtocolExtensionContainer { {RAB-DataVolumeReportItem-ExtIEs} } OPTIONAL,
...
}
RAB-DataVolumeReportItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-ReleasedList-IuRelComp ::= RAB-IE-ContainerList { {RAB-ReleasedItem-IuRelComp-IEs} }
RAB-ReleasedItem-IuRelComp-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ReleasedItem-IuRelComp CRITICALITY ignore TYPE RAB-ReleasedItem-IuRelComp PRESENCE mandatory },
...
}
RAB-ReleasedItem-IuRelComp ::= SEQUENCE {
rAB-ID RAB-ID,
dL-GTP-PDU-SequenceNumber DL-GTP-PDU-SequenceNumber OPTIONAL,
uL-GTP-PDU-SequenceNumber UL-GTP-PDU-SequenceNumber OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RAB-ReleasedItem-IuRelComp-ExtIEs} } OPTIONAL,
...
}
RAB-ReleasedItem-IuRelComp-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
Iu-ReleaseCompleteExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RELOCATION PREPARATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Relocation Required
--
-- **************************************************************
RelocationRequired ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RelocationRequiredIEs} },
protocolExtensions ProtocolExtensionContainer { {RelocationRequiredExtensions} } OPTIONAL,
...
}
RelocationRequiredIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RelocationType CRITICALITY reject TYPE RelocationType PRESENCE mandatory } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-SourceID CRITICALITY ignore TYPE SourceID PRESENCE mandatory } |
{ ID id-TargetID CRITICALITY reject TYPE TargetID PRESENCE mandatory } |
{ ID id-ClassmarkInformation2 CRITICALITY reject TYPE ClassmarkInformation2 PRESENCE conditional
-- This IE shall be present if the Target ID IE contains a CGI IE and Source BSS To Target BSS Transparent Container is not included -- } |
{ ID id-ClassmarkInformation3 CRITICALITY ignore TYPE ClassmarkInformation3 PRESENCE conditional
-- This IE shall be present if the Target ID IE contains a CGI IE and Source BSS To Target BSS Transparent Container is not included -- } |
{ ID id-Source-ToTarget-TransparentContainer
CRITICALITY reject TYPE Source-ToTarget-TransparentContainer PRESENCE conditional
-- This IE shall be present if the Target ID IE contains a RNC-ID IE or eNB-ID -- } |
{ ID id-OldBSS-ToNewBSS-Information CRITICALITY ignore TYPE OldBSS-ToNewBSS-Information PRESENCE optional } ,
...
}
RelocationRequiredExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable GERAN support over Iu-cs --
{ ID id-GERAN-Classmark CRITICALITY ignore EXTENSION GERAN-Classmark PRESENCE optional} |
-- Extension for Release 6 to enable Inter-RAT PS Handover between UTRAN and GERAN A/Gb --
{ ID id-SourceBSS-ToTargetBSS-TransparentContainer CRITICALITY ignore EXTENSION SourceBSS-ToTargetBSS-TransparentContainer PRESENCE optional} |
-- Extension for Release 8 for SRVCC operation --
{ ID id-SRVCC-HO-Indication CRITICALITY reject EXTENSION SRVCC-HO-Indication PRESENCE optional} |
-- Extension for Release 9 to communicate to the CN the CSG id of the target cell --
{ ID id-CSG-Id CRITICALITY reject EXTENSION CSG-Id PRESENCE optional} |
-- Extension for Release 9 to communicate to the CN the hybrid access status of the target cell --
{ ID id-Cell-Access-Mode CRITICALITY reject EXTENSION Cell-Access-Mode PRESENCE optional} |
-- Extension for Release 11 for rSRVCC operation --
{ ID id-RSRVCC-HO-Indication CRITICALITY reject EXTENSION RSRVCC-HO-Indication PRESENCE optional}|
-- Extension for Release 14 to support QoE function --
{ID id-UE-Application-Layer-Measurement-Configuration-For-Relocation CRITICALITY ignore EXTENSION UE-Application-Layer-Measurement-Configuration-For-Relocation PRESENCE optional},
...
}
-- **************************************************************
--
-- Relocation Command
--
-- **************************************************************
RelocationCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RelocationCommandIEs} },
protocolExtensions ProtocolExtensionContainer { {RelocationCommandExtensions} } OPTIONAL,
...
}
RelocationCommandIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Target-ToSource-TransparentContainer
CRITICALITY reject TYPE Target-ToSource-TransparentContainer PRESENCE optional } |
{ ID id-L3-Information CRITICALITY ignore TYPE L3-Information PRESENCE optional } |
{ ID id-RAB-RelocationReleaseList CRITICALITY ignore TYPE RAB-RelocationReleaseList PRESENCE optional } |
{ ID id-RAB-DataForwardingList CRITICALITY ignore TYPE RAB-DataForwardingList PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RAB-RelocationReleaseList ::= RAB-IE-ContainerList { {RAB-RelocationReleaseItemIEs} }
RAB-RelocationReleaseItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-RelocationReleaseItem CRITICALITY ignore TYPE RAB-RelocationReleaseItem PRESENCE mandatory },
...
}
RAB-RelocationReleaseItem ::= SEQUENCE {
rAB-ID RAB-ID,
iE-Extensions ProtocolExtensionContainer { {RAB-RelocationReleaseItem-ExtIEs} } OPTIONAL,
...
}
RAB-RelocationReleaseItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-DataForwardingList ::= RAB-IE-ContainerList { {RAB-DataForwardingItemIEs} }
RAB-DataForwardingItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-DataForwardingItem CRITICALITY ignore TYPE RAB-DataForwardingItem PRESENCE mandatory },
...
}
RAB-DataForwardingItem ::= SEQUENCE {
rAB-ID RAB-ID,
transportLayerAddress TransportLayerAddress,
iuTransportAssociation IuTransportAssociation,
iE-Extensions ProtocolExtensionContainer { {RAB-DataForwardingItem-ExtIEs} } OPTIONAL,
...
}
RAB-DataForwardingItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to allow transfer of a second pair of TLA and association --
{ID id-TransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional} |
{ID id-IuTransportAssociation CRITICALITY ignore EXTENSION IuTransportAssociation PRESENCE optional},
...
}
RelocationCommandExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable Inter RAN Load Information Exchange over Iu --
{ ID id-InterSystemInformation-TransparentContainer CRITICALITY ignore EXTENSION InterSystemInformation-TransparentContainer PRESENCE optional} |
-- Extension for Release 6 to enable Inter-RAT PS Handover between UTRAN and GERAN A/Gb --
{ ID id-TargetBSS-ToSourceBSS-TransparentContainer CRITICALITY ignore EXTENSION TargetBSS-ToSourceBSS-TransparentContainer PRESENCE optional} |
-- Extension for Release 8 for SRVCC operation --
{ ID id-SRVCC-Information CRITICALITY reject EXTENSION SRVCC-Information PRESENCE optional} |
-- Extension for Release 11 for rSRVCC operation --
{ ID id-RSRVCC-Information CRITICALITY reject EXTENSION RSRVCC-Information PRESENCE optional},
...
}
-- **************************************************************
--
-- Relocation Preparation Failure
--
-- **************************************************************
RelocationPreparationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RelocationPreparationFailureIEs} },
protocolExtensions ProtocolExtensionContainer { {RelocationPreparationFailureExtensions} } OPTIONAL,
...
}
RelocationPreparationFailureIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RelocationPreparationFailureExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable Inter RAN Load Information Exchange over Iu --
{ ID id-InterSystemInformation-TransparentContainer CRITICALITY ignore EXTENSION InterSystemInformation-TransparentContainer PRESENCE optional },
...
}
-- **************************************************************
--
-- RELOCATION RESOURCE ALLOCATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Relocation Request
--
-- **************************************************************
RelocationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RelocationRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {RelocationRequestExtensions} } OPTIONAL,
...
}
RelocationRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-PermanentNAS-UE-ID CRITICALITY ignore TYPE PermanentNAS-UE-ID PRESENCE optional } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CN-DomainIndicator CRITICALITY reject TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-Source-ToTarget-TransparentContainer
CRITICALITY reject TYPE SourceRNC-ToTargetRNC-TransparentContainer PRESENCE mandatory } |
{ ID id-RAB-SetupList-RelocReq CRITICALITY reject TYPE RAB-SetupList-RelocReq PRESENCE optional } |
{ ID id-IntegrityProtectionInformation CRITICALITY ignore TYPE IntegrityProtectionInformation PRESENCE optional } |
{ ID id-EncryptionInformation CRITICALITY ignore TYPE EncryptionInformation PRESENCE optional } |
{ ID id-IuSigConId CRITICALITY ignore TYPE IuSignallingConnectionIdentifier PRESENCE mandatory },
...
}
RAB-SetupList-RelocReq ::= RAB-IE-ContainerList { {RAB-SetupItem-RelocReq-IEs} }
RAB-SetupItem-RelocReq-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-SetupItem-RelocReq CRITICALITY reject TYPE RAB-SetupItem-RelocReq PRESENCE mandatory },
...
}
RAB-SetupItem-RelocReq ::= SEQUENCE {
rAB-ID RAB-ID,
nAS-SynchronisationIndicator NAS-SynchronisationIndicator OPTIONAL,
rAB-Parameters RAB-Parameters,
dataVolumeReportingIndication DataVolumeReportingIndication OPTIONAL
-- This IE shall be present if the CN domain indicator IE is set to "PS domain" --,
pDP-TypeInformation PDP-TypeInformation OPTIONAL
-- This IE shall be present if the CN domain indicator IE is set to "PS domain" --,
userPlaneInformation UserPlaneInformation,
transportLayerAddress TransportLayerAddress,
iuTransportAssociation IuTransportAssociation,
service-Handover Service-Handover OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RAB-SetupItem-RelocReq-ExtIEs} } OPTIONAL,
...
}
RAB-SetupItem-RelocReq-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 to enable RAB Quality of Service negotiation over Iu --
{ ID id-Alt-RAB-Parameters CRITICALITY ignore EXTENSION Alt-RAB-Parameters PRESENCE optional}|
-- Extension for Release 5 to enable GERAN support over Iu-cs --
{ ID id-GERAN-BSC-Container CRITICALITY ignore EXTENSION GERAN-BSC-Container PRESENCE optional}|
-- Extension for Release 8 to enable handover restriction to E-UTRAN --
{ ID id-E-UTRAN-Service-Handover CRITICALITY ignore EXTENSION E-UTRAN-Service-Handover PRESENCE optional}|
-- Extension for Release 9 to enable a new value --
{ ID id-PDP-TypeInformation-extension CRITICALITY ignore EXTENSION PDP-TypeInformation-extension PRESENCE optional}|
-- Extension for Release 10 to enable offload at Iu-PS for UTRAN --
{ ID id-Offload-RAB-Parameters CRITICALITY ignore EXTENSION Offload-RAB-Parameters PRESENCE optional},
...
}
UserPlaneInformation ::= SEQUENCE {
userPlaneMode UserPlaneMode,
uP-ModeVersions UP-ModeVersions,
iE-Extensions ProtocolExtensionContainer { {UserPlaneInformation-ExtIEs} } OPTIONAL,
...
}
UserPlaneInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RelocationRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 --
{ ID id-GlobalCN-ID CRITICALITY reject EXTENSION GlobalCN-ID PRESENCE optional}|
-- Extension for Release 5 to enable shared networks in connected mode --
{ ID id-SNA-Access-Information CRITICALITY ignore EXTENSION SNA-Access-Information PRESENCE optional}|
-- Extension for Release 5 to enable specific behaviour by the RNC in relation with early UE handling --
{ ID id-UESBI-Iu CRITICALITY ignore EXTENSION UESBI-Iu PRESENCE optional}|
-- Extension for Release 6 to convey the selected PLMN id in network sharing mobility scenarios --
{ ID id-SelectedPLMN-ID CRITICALITY ignore EXTENSION PLMNidentity PRESENCE optional}|
-- Extension for Release 6 to enable MBMS UE linking at relocation --
{ ID id-CNMBMSLinkingInformation CRITICALITY ignore EXTENSION CNMBMSLinkingInformation PRESENCE optional}|
{ ID id-UE-AggregateMaximumBitRate CRITICALITY ignore EXTENSION UE-AggregateMaximumBitRate PRESENCE optional}|
-- Extension for Release 9 to communicate to the target cell the CSG id reported by the source --
{ ID id-CSG-Id CRITICALITY reject EXTENSION CSG-Id PRESENCE optional}|
-- Extension for Release 9 for enabling UE prioritisation during access to hybrid cells --
{ ID id-CSG-Membership-Status CRITICALITY ignore EXTENSION CSG-Membership-Status PRESENCE optional}|
-- Extension for Release 10 to enable offload at Iu-PS for UTRAN --
{ ID id-MSISDN CRITICALITY ignore EXTENSION MSISDN PRESENCE optional}|
-- Extension for Release 11 to support rSRVCC in case of network sharing –
{ ID id-AnchorPLMN-ID CRITICALITY ignore EXTENSION PLMNidentity PRESENCE optional}|
{ ID id-PowerSavingIndicator CRITICALITY ignore EXTENSION PowerSavingIndicator PRESENCE optional}|
-- Extension for Release 14 to support QoE function --
{ID id-UE-Application-Layer-Measurement-Configuration-For-Relocation CRITICALITY ignore EXTENSION UE-Application-Layer-Measurement-Configuration-For-Relocation PRESENCE optional},
...
}
CNMBMSLinkingInformation ::= SEQUENCE {
joinedMBMSBearerService-IEs JoinedMBMSBearerService-IEs,
iE-Extensions ProtocolExtensionContainer { {CNMBMSLinkingInformation-ExtIEs} } OPTIONAL,
...
}
CNMBMSLinkingInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
JoinedMBMSBearerService-IEs ::= SEQUENCE (SIZE (1.. maxnoofMulticastServicesPerUE)) OF
SEQUENCE {
tMGI TMGI,
mBMS-PTP-RAB-ID MBMS-PTP-RAB-ID,
iE-Extensions ProtocolExtensionContainer { {JoinedMBMSBearerService-ExtIEs} } OPTIONAL,
...
}
JoinedMBMSBearerService-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Relocation Request Acknowledge
--
-- **************************************************************
RelocationRequestAcknowledge ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RelocationRequestAcknowledgeIEs} },
protocolExtensions ProtocolExtensionContainer { {RelocationRequestAcknowledgeExtensions} } OPTIONAL,
...
}
RelocationRequestAcknowledgeIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Target-ToSource-TransparentContainer
CRITICALITY ignore TYPE TargetRNC-ToSourceRNC-TransparentContainer PRESENCE optional } |
{ ID id-RAB-SetupList-RelocReqAck CRITICALITY ignore TYPE RAB-SetupList-RelocReqAck PRESENCE optional} |
{ ID id-RAB-FailedList CRITICALITY ignore TYPE RAB-FailedList PRESENCE optional }|
{ ID id-ChosenIntegrityProtectionAlgorithm CRITICALITY ignore TYPE ChosenIntegrityProtectionAlgorithm PRESENCE optional } |
{ ID id-ChosenEncryptionAlgorithm CRITICALITY ignore TYPE ChosenEncryptionAlgorithm PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RAB-SetupList-RelocReqAck ::= RAB-IE-ContainerList { {RAB-SetupItem-RelocReqAck-IEs} }
RAB-SetupItem-RelocReqAck-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-SetupItem-RelocReqAck CRITICALITY reject TYPE RAB-SetupItem-RelocReqAck PRESENCE mandatory },
...
}
RAB-SetupItem-RelocReqAck ::= SEQUENCE {
rAB-ID RAB-ID,
transportLayerAddress TransportLayerAddress OPTIONAL,
iuTransportAssociation IuTransportAssociation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RAB-SetupItem-RelocReqAck-ExtIEs} } OPTIONAL,
...
}
RAB-SetupItem-RelocReqAck-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 to enable RAB Quality of Service negotiation over Iu --
{ID id-Ass-RAB-Parameters CRITICALITY ignore EXTENSION Ass-RAB-Parameters PRESENCE optional } |
-- Extension for Release 5 to allow transfer of a second pair of TLA and association --
{ID id-TransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional} |
{ID id-IuTransportAssociation CRITICALITY ignore EXTENSION IuTransportAssociation PRESENCE optional},
...
}
RAB-FailedList ::= RAB-IE-ContainerList { {RAB-FailedItemIEs} }
RAB-FailedItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-FailedItem CRITICALITY ignore TYPE RAB-FailedItem PRESENCE mandatory },
...
}
RAB-FailedItem ::= SEQUENCE {
rAB-ID RAB-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { {RAB-FailedItem-ExtIEs} } OPTIONAL,
...
}
RAB-FailedItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RelocationRequestAcknowledgeExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable Inter RAN Load Information Exchange over Iu --
{ID id-NewBSS-To-OldBSS-Information CRITICALITY ignore EXTENSION NewBSS-To-OldBSS-Information PRESENCE optional }|
{ID id-CSG-Id CRITICALITY ignore EXTENSION CSG-Id PRESENCE optional },
...
}
-- **************************************************************
--
-- Relocation Failure
--
-- **************************************************************
RelocationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RelocationFailureIEs} },
protocolExtensions ProtocolExtensionContainer { {RelocationFailureExtensions} } OPTIONAL,
...
}
RelocationFailureIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RelocationFailureExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable Inter RAN Load Information Exchange over Iu --
{ ID id-NewBSS-To-OldBSS-Information CRITICALITY ignore EXTENSION NewBSS-To-OldBSS-Information PRESENCE optional } |
-- Extension for Release 5 to enable GERAN support over Iu-cs --
{ ID id-GERAN-Classmark CRITICALITY ignore EXTENSION GERAN-Classmark PRESENCE optional },
...
}
-- **************************************************************
--
-- RELOCATION CANCEL ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Relocation Cancel
--
-- **************************************************************
RelocationCancel ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RelocationCancelIEs} },
protocolExtensions ProtocolExtensionContainer { {RelocationCancelExtensions} } OPTIONAL,
...
}
RelocationCancelIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
RelocationCancelExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Relocation Cancel Acknowledge
--
-- **************************************************************
RelocationCancelAcknowledge ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RelocationCancelAcknowledgeIEs} },
protocolExtensions ProtocolExtensionContainer { {RelocationCancelAcknowledgeExtensions} } OPTIONAL,
...
}
RelocationCancelAcknowledgeIEs RANAP-PROTOCOL-IES ::= {
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RelocationCancelAcknowledgeExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- SRNS CONTEXT TRANSFER OPEARATION
--
-- **************************************************************
-- **************************************************************
--
-- SRNS Context Request
--
-- **************************************************************
SRNS-ContextRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {SRNS-ContextRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {SRNS-ContextRequestExtensions} } OPTIONAL,
...
}
SRNS-ContextRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-DataForwardingList-SRNS-CtxReq CRITICALITY ignore TYPE RAB-DataForwardingList-SRNS-CtxReq PRESENCE mandatory },
...
}
RAB-DataForwardingList-SRNS-CtxReq ::= RAB-IE-ContainerList { {RAB-DataForwardingItem-SRNS-CtxReq-IEs} }
RAB-DataForwardingItem-SRNS-CtxReq-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-DataForwardingItem-SRNS-CtxReq CRITICALITY reject TYPE RAB-DataForwardingItem-SRNS-CtxReq PRESENCE mandatory },
...
}
RAB-DataForwardingItem-SRNS-CtxReq ::= SEQUENCE {
rAB-ID RAB-ID,
iE-Extensions ProtocolExtensionContainer { {RAB-DataForwardingItem-SRNS-CtxReq-ExtIEs} } OPTIONAL,
...
}
RAB-DataForwardingItem-SRNS-CtxReq-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
SRNS-ContextRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- The SGSN may include the IE, when available to indicate the RAT from which the context request originates, to correct measurement points in SRNC. --
{ID id-RAT-Type CRITICALITY ignore EXTENSION RAT-Type PRESENCE optional },
...
}
-- **************************************************************
--
-- SRNS Context Response
--
-- **************************************************************
SRNS-ContextResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {SRNS-ContextResponseIEs} },
protocolExtensions ProtocolExtensionContainer { {SRNS-ContextResponseExtensions} } OPTIONAL,
...
}
SRNS-ContextResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ContextList CRITICALITY ignore TYPE RAB-ContextList PRESENCE optional } |
{ ID id-RAB-ContextFailedtoTransferList CRITICALITY ignore TYPE RAB-ContextFailedtoTransferList PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RAB-ContextList ::= RAB-IE-ContainerList { {RAB-ContextItemIEs} }
RAB-ContextItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ContextItem CRITICALITY ignore TYPE RAB-ContextItem PRESENCE mandatory },
...
}
RAB-ContextItem ::= SEQUENCE {
rAB-ID RAB-ID,
dl-GTP-PDU-SequenceNumber DL-GTP-PDU-SequenceNumber OPTIONAL,
ul-GTP-PDU-SequenceNumber UL-GTP-PDU-SequenceNumber OPTIONAL,
dl-N-PDU-SequenceNumber DL-N-PDU-SequenceNumber OPTIONAL,
ul-N-PDU-SequenceNumber UL-N-PDU-SequenceNumber OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RAB-ContextItem-ExtIEs} } OPTIONAL,
...
}
RAB-ContextItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-ContextFailedtoTransferList ::= RAB-IE-ContainerList { {RABs-ContextFailedtoTransferItemIEs} }
RABs-ContextFailedtoTransferItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ContextFailedtoTransferItem CRITICALITY ignore TYPE RABs-ContextFailedtoTransferItem PRESENCE mandatory },
...
}
RABs-ContextFailedtoTransferItem::= SEQUENCE {
rAB-ID RAB-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { { RABs-ContextFailedtoTransferItem-ExtIEs} } OPTIONAL,
...
}
RABs-ContextFailedtoTransferItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
SRNS-ContextResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- SECURITY MODE CONTROL ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Security Mode Command
--
-- **************************************************************
SecurityModeCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {SecurityModeCommandIEs} },
protocolExtensions ProtocolExtensionContainer { {SecurityModeCommandExtensions} } OPTIONAL,
...
}
SecurityModeCommandIEs RANAP-PROTOCOL-IES ::= {
{ ID id-IntegrityProtectionInformation CRITICALITY reject TYPE IntegrityProtectionInformation PRESENCE mandatory } |
{ ID id-EncryptionInformation CRITICALITY ignore TYPE EncryptionInformation PRESENCE optional } |
{ ID id-KeyStatus CRITICALITY reject TYPE KeyStatus PRESENCE mandatory},
...
}
SecurityModeCommandExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Security Mode Complete
--
-- **************************************************************
SecurityModeComplete ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {SecurityModeCompleteIEs} },
protocolExtensions ProtocolExtensionContainer { {SecurityModeCompleteExtensions} } OPTIONAL,
...
}
SecurityModeCompleteIEs RANAP-PROTOCOL-IES ::= {
{ ID id-ChosenIntegrityProtectionAlgorithm CRITICALITY reject TYPE ChosenIntegrityProtectionAlgorithm PRESENCE mandatory } |
{ ID id-ChosenEncryptionAlgorithm CRITICALITY ignore TYPE ChosenEncryptionAlgorithm PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
SecurityModeCompleteExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Security Mode Reject
--
-- **************************************************************
SecurityModeReject ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {SecurityModeRejectIEs} },
protocolExtensions ProtocolExtensionContainer { {SecurityModeRejectExtensions} } OPTIONAL,
...
}
SecurityModeRejectIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
SecurityModeRejectExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- DATA VOLUME REPORT ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Data Volume Report Request
--
-- **************************************************************
DataVolumeReportRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {DataVolumeReportRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {DataVolumeReportRequestExtensions} } OPTIONAL,
...
}
DataVolumeReportRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-DataVolumeReportRequestList CRITICALITY ignore TYPE RAB-DataVolumeReportRequestList PRESENCE mandatory },
...
}
RAB-DataVolumeReportRequestList ::= RAB-IE-ContainerList { {RAB-DataVolumeReportRequestItemIEs} }
RAB-DataVolumeReportRequestItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-DataVolumeReportRequestItem CRITICALITY reject TYPE RAB-DataVolumeReportRequestItem PRESENCE mandatory },
...
}
RAB-DataVolumeReportRequestItem ::= SEQUENCE {
rAB-ID RAB-ID,
iE-Extensions ProtocolExtensionContainer { {RAB-DataVolumeReportRequestItem-ExtIEs} } OPTIONAL,
...
}
RAB-DataVolumeReportRequestItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
DataVolumeReportRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Data Volume Report
--
-- **************************************************************
DataVolumeReport ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {DataVolumeReportIEs} },
protocolExtensions ProtocolExtensionContainer { {DataVolumeReportExtensions} } OPTIONAL,
...
}
DataVolumeReportIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-DataVolumeReportList CRITICALITY ignore TYPE RAB-DataVolumeReportList PRESENCE optional } |
{ ID id-RAB-FailedtoReportList CRITICALITY ignore TYPE RAB-FailedtoReportList PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
DataVolumeReportExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-FailedtoReportList ::= RAB-IE-ContainerList { {RABs-failed-to-reportItemIEs} }
RABs-failed-to-reportItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-FailedtoReportItem CRITICALITY ignore TYPE RABs-failed-to-reportItem PRESENCE mandatory },
...
}
RABs-failed-to-reportItem::= SEQUENCE {
rAB-ID RAB-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { { RABs-failed-to-reportItem-ExtIEs} } OPTIONAL,
...
}
RABs-failed-to-reportItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RESET ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Reset
--
-- **************************************************************
Reset ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ResetIEs} },
protocolExtensions ProtocolExtensionContainer { {ResetExtensions} } OPTIONAL,
...
}
ResetIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CN-DomainIndicator CRITICALITY reject TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-GlobalRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE optional },
...
}
ResetExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 --
{ ID id-GlobalCN-ID CRITICALITY ignore EXTENSION GlobalCN-ID PRESENCE optional}|
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
-- **************************************************************
--
-- Reset Acknowledge
--
-- **************************************************************
ResetAcknowledge ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ResetAcknowledgeIEs} },
protocolExtensions ProtocolExtensionContainer { {ResetAcknowledgeExtensions} } OPTIONAL,
...
}
ResetAcknowledgeIEs RANAP-PROTOCOL-IES ::= {
{ ID id-CN-DomainIndicator CRITICALITY reject TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } |
{ ID id-GlobalRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE optional },
...
}
ResetAcknowledgeExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 --
{ ID id-GlobalCN-ID CRITICALITY ignore EXTENSION GlobalCN-ID PRESENCE optional}|
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
-- **************************************************************
--
-- RESET RESOURCE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Reset Resource
--
-- **************************************************************
ResetResource ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ResetResourceIEs} },
protocolExtensions ProtocolExtensionContainer { {ResetResourceExtensions} } OPTIONAL,
...
}
ResetResourceIEs RANAP-PROTOCOL-IES ::= {
{ ID id-CN-DomainIndicator CRITICALITY reject TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-IuSigConIdList CRITICALITY ignore TYPE ResetResourceList PRESENCE mandatory } |
{ ID id-GlobalRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE optional },
...
}
ResetResourceList ::= IuSigConId-IE-ContainerList{ {ResetResourceItemIEs} }
ResetResourceItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-IuSigConIdItem CRITICALITY reject TYPE ResetResourceItem PRESENCE mandatory },
...
}
ResetResourceItem ::= SEQUENCE {
iuSigConId IuSignallingConnectionIdentifier,
iE-Extensions ProtocolExtensionContainer { { ResetResourceItem-ExtIEs} } OPTIONAL,
...
}
ResetResourceItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-IuSigConIdRangeEnd CRITICALITY reject EXTENSION IuSignallingConnectionIdentifier PRESENCE optional},
...
}
ResetResourceExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 --
{ ID id-GlobalCN-ID CRITICALITY ignore EXTENSION GlobalCN-ID PRESENCE optional}|
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
-- **************************************************************
--
-- Reset Resource Acknowledge
--
-- **************************************************************
ResetResourceAcknowledge ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ResetResourceAcknowledgeIEs} },
protocolExtensions ProtocolExtensionContainer { {ResetResourceAcknowledgeExtensions} } OPTIONAL,
...
}
ResetResourceAcknowledgeIEs RANAP-PROTOCOL-IES ::= {
{ ID id-CN-DomainIndicator CRITICALITY reject TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-IuSigConIdList CRITICALITY ignore TYPE ResetResourceAckList PRESENCE mandatory } |
{ ID id-GlobalRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
ResetResourceAckList ::= IuSigConId-IE-ContainerList{ {ResetResourceAckItemIEs} }
ResetResourceAckItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-IuSigConIdItem CRITICALITY reject TYPE ResetResourceAckItem PRESENCE mandatory },
...
}
ResetResourceAckItem ::= SEQUENCE {
iuSigConId IuSignallingConnectionIdentifier,
iE-Extensions ProtocolExtensionContainer { { ResetResourceAckItem-ExtIEs} } OPTIONAL,
...
}
ResetResourceAckItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-IuSigConIdRangeEnd CRITICALITY ignore EXTENSION IuSignallingConnectionIdentifier PRESENCE optional},
...
}
ResetResourceAcknowledgeExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 --
{ ID id-GlobalCN-ID CRITICALITY ignore EXTENSION GlobalCN-ID PRESENCE optional}|
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional},
...
}
-- **************************************************************
--
-- RAB RELEASE REQUEST ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- RAB Release Request
--
-- **************************************************************
RAB-ReleaseRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RAB-ReleaseRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {RAB-ReleaseRequestExtensions} } OPTIONAL,
...
}
RAB-ReleaseRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ReleaseList CRITICALITY ignore TYPE RAB-ReleaseList PRESENCE mandatory },
...
}
RAB-ReleaseList ::= RAB-IE-ContainerList { {RAB-ReleaseItemIEs} }
RAB-ReleaseItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ReleaseItem CRITICALITY ignore TYPE RAB-ReleaseItem PRESENCE mandatory },
...
}
RAB-ReleaseItem ::= SEQUENCE {
rAB-ID RAB-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { {RAB-ReleaseItem-ExtIEs} } OPTIONAL,
...
}
RAB-ReleaseItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-ReleaseRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Iu RELEASE REQUEST ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Iu Release Request
--
-- **************************************************************
Iu-ReleaseRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {Iu-ReleaseRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {Iu-ReleaseRequestExtensions} } OPTIONAL,
...
}
Iu-ReleaseRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
Iu-ReleaseRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RELOCATION DETECT ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Relocation Detect
--
-- **************************************************************
RelocationDetect ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RelocationDetectIEs} },
protocolExtensions ProtocolExtensionContainer { {RelocationDetectExtensions} } OPTIONAL,
...
}
RelocationDetectIEs RANAP-PROTOCOL-IES ::= {
...
}
RelocationDetectExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RELOCATION COMPLETE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Relocation Complete
--
-- **************************************************************
RelocationComplete ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RelocationCompleteIEs} },
protocolExtensions ProtocolExtensionContainer { {RelocationCompleteExtensions} } OPTIONAL,
...
}
RelocationCompleteIEs RANAP-PROTOCOL-IES ::= {
...
}
RelocationCompleteExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 9 to enable the CN to handle potential UE NAS QoS issues related to higher bitrates --
{ ID id-HigherBitratesThan16MbpsFlag CRITICALITY ignore EXTENSION HigherBitratesThan16MbpsFlag PRESENCE optional}|
-- Extension for Release 11 to support BBAI --
{ ID id-Tunnel-Information-for-BBF CRITICALITY ignore EXTENSION TunnelInformation PRESENCE optional}|
-- Extension for Release 12 to support SIPTO@LN Stand-Alone --
{ ID id-LHN-ID CRITICALITY ignore EXTENSION LHN-ID PRESENCE optional},
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION COMPLETE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Enhanced Relocation Complete Request
--
-- **************************************************************
EnhancedRelocationCompleteRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {EnhancedRelocationCompleteRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {EnhancedRelocationCompleteRequestExtensions} } OPTIONAL,
...
}
EnhancedRelocationCompleteRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-OldIuSigConId CRITICALITY reject TYPE IuSignallingConnectionIdentifier PRESENCE mandatory } |
{ ID id-IuSigConId CRITICALITY reject TYPE IuSignallingConnectionIdentifier PRESENCE mandatory } |
{ ID id-Relocation-SourceRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE mandatory } |
{ ID id-Relocation-SourceExtendedRNC-ID CRITICALITY ignore TYPE ExtendedRNC-ID PRESENCE optional } |
{ ID id-Relocation-TargetRNC-ID CRITICALITY reject TYPE GlobalRNC-ID PRESENCE mandatory } |
{ ID id-Relocation-TargetExtendedRNC-ID CRITICALITY reject TYPE ExtendedRNC-ID PRESENCE optional } |
{ ID id-RAB-SetupList-EnhancedRelocCompleteReq CRITICALITY reject TYPE RAB-SetupList-EnhancedRelocCompleteReq PRESENCE optional },
...
}
RAB-SetupList-EnhancedRelocCompleteReq ::= RAB-IE-ContainerList { { RAB-SetupItem-EnhancedRelocCompleteReq-IEs} }
RAB-SetupItem-EnhancedRelocCompleteReq-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-SetupItem-EnhancedRelocCompleteReq CRITICALITY reject TYPE RAB-SetupItem-EnhancedRelocCompleteReq PRESENCE mandatory },
...
}
RAB-SetupItem-EnhancedRelocCompleteReq ::= SEQUENCE {
rAB-ID RAB-ID,
transportLayerAddressReq1 TransportLayerAddress OPTIONAL,
iuTransportAssociationReq1 IuTransportAssociation OPTIONAL,
ass-RAB-Parameters Ass-RAB-Parameters OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RAB-SetupItem-EnhancedRelocCompleteReq-ExtIEs} } OPTIONAL,
...
}
RAB-SetupItem-EnhancedRelocCompleteReq-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
EnhancedRelocationCompleteRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-ChosenIntegrityProtectionAlgorithm CRITICALITY ignore EXTENSION ChosenIntegrityProtectionAlgorithm PRESENCE optional}|
{ ID id-ChosenEncryptionAlgorithm CRITICALITY ignore EXTENSION ChosenEncryptionAlgorithm PRESENCE optional}|
-- Extension for Release 9 to enable the CN to handle potential UE NAS QoS issues related to higher bitrates --
{ ID id-HigherBitratesThan16MbpsFlag CRITICALITY ignore EXTENSION HigherBitratesThan16MbpsFlag PRESENCE optional}|
-- Extensions for Release 11 to enable enhanced relocation from RNC to hybrid cell –
{ ID id-CSG-Id CRITICALITY reject EXTENSION CSG-Id PRESENCE optional}|
{ ID id-Cell-Access-Mode CRITICALITY reject EXTENSION Cell-Access-Mode PRESENCE optional}|
-- Extension for Release 11 to support BBAI --
{ ID id-Tunnel-Information-for-BBF CRITICALITY ignore EXTENSION TunnelInformation PRESENCE optional}|
-- Extension for Release 12 to support SIPTO@LN Stand-Alone --
{ ID id-LHN-ID CRITICALITY ignore EXTENSION LHN-ID PRESENCE optional},
...
}
-- **************************************************************
--
-- Enhanced Relocation Complete Response
--
-- **************************************************************
EnhancedRelocationCompleteResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {EnhancedRelocationCompleteResponseIEs} },
protocolExtensions ProtocolExtensionContainer { {EnhancedRelocationCompleteResponseExtensions} } OPTIONAL,
...
}
EnhancedRelocationCompleteResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-SetupList-EnhancedRelocCompleteRes CRITICALITY ignore TYPE RAB-SetupList-EnhancedRelocCompleteRes PRESENCE optional} |
{ ID id-RAB-ToBeReleasedList-EnhancedRelocCompleteRes CRITICALITY ignore TYPE RAB-ToBeReleasedList-EnhancedRelocCompleteRes PRESENCE optional} |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RAB-SetupList-EnhancedRelocCompleteRes ::= RAB-IE-ContainerList { {RAB-SetupItem-EnhancedRelocCompleteRes-IEs} }
RAB-SetupItem-EnhancedRelocCompleteRes-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-SetupItem-EnhancedRelocCompleteRes CRITICALITY reject TYPE RAB-SetupItem-EnhancedRelocCompleteRes PRESENCE mandatory },
...
}
RAB-SetupItem-EnhancedRelocCompleteRes ::= SEQUENCE {
rAB-ID RAB-ID,
rAB-Parameters RAB-Parameters OPTIONAL,
userPlaneInformation UserPlaneInformation,
transportLayerAddressRes1 TransportLayerAddress OPTIONAL,
iuTransportAssociationRes1 IuTransportAssociation OPTIONAL,
rab2beReleasedList RAB-ToBeReleasedList-EnhancedRelocCompleteRes OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RAB-SetupItem-EnhancedRelocCompleteRes-ExtIEs} } OPTIONAL,
...
}
RAB-SetupItem-EnhancedRelocCompleteRes-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 10 to enable Offload at Iu-ps for UTRAN --
{ ID id-Offload-RAB-Parameters CRITICALITY ignore EXTENSION Offload-RAB-Parameters PRESENCE optional},
...
}
RAB-ToBeReleasedList-EnhancedRelocCompleteRes ::= RAB-IE-ContainerList { {RAB-ToBeReleasedItem-EnhancedRelocCompleteRes-IEs} }
RAB-ToBeReleasedItem-EnhancedRelocCompleteRes-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ToBeReleasedItem-EnhancedRelocCompleteRes CRITICALITY ignore TYPE RAB-ToBeReleasedItem-EnhancedRelocCompleteRes PRESENCE mandatory },
...
}
RAB-ToBeReleasedItem-EnhancedRelocCompleteRes ::= SEQUENCE {
rAB-ID RAB-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { { RAB-ToBeReleasedItem-EnhancedRelocCompleteRes-ExtIEs} } OPTIONAL,
...
}
RAB-ToBeReleasedItem-EnhancedRelocCompleteRes-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
EnhancedRelocationCompleteResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-UE-AggregateMaximumBitRate CRITICALITY ignore EXTENSION UE-AggregateMaximumBitRate PRESENCE optional}|
-- Extension for Release 10 to enable Offload at Iu-ps for UTRAN --
{ ID id-MSISDN CRITICALITY ignore EXTENSION MSISDN PRESENCE optional}|
-- Extension for Release 11 to enable ehnahced relocation from RNC to hybrid cell –
{ ID id-CSG-Membership-Status CRITICALITY ignore EXTENSION CSG-Membership-Status PRESENCE optional},
...
}
-- **************************************************************
--
-- Enhanced Relocation Complete Failure
--
-- **************************************************************
EnhancedRelocationCompleteFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {EnhancedRelocationCompleteFailureIEs} },
protocolExtensions ProtocolExtensionContainer { {EnhancedRelocationCompleteFailureExtensions} } OPTIONAL,
...
}
EnhancedRelocationCompleteFailureIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
EnhancedRelocationCompleteFailureExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Enhanced Relocation Complete Confirm
--
-- **************************************************************
EnhancedRelocationCompleteConfirm ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {EnhancedRelocationCompleteConfirmIEs} },
protocolExtensions ProtocolExtensionContainer { {EnhancedRelocationCompleteConfirmExtensions} } OPTIONAL,
...
}
EnhancedRelocationCompleteConfirmIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-FailedList CRITICALITY ignore TYPE RAB-FailedList PRESENCE optional },
...
}
EnhancedRelocationCompleteConfirmExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- PAGING ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Paging
--
-- **************************************************************
Paging ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {PagingIEs} },
protocolExtensions ProtocolExtensionContainer { {PagingExtensions} } OPTIONAL,
...
}
PagingIEs RANAP-PROTOCOL-IES ::= {
{ ID id-CN-DomainIndicator CRITICALITY ignore TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-PermanentNAS-UE-ID CRITICALITY ignore TYPE PermanentNAS-UE-ID PRESENCE mandatory } |
{ ID id-TemporaryUE-ID CRITICALITY ignore TYPE TemporaryUE-ID PRESENCE optional } |
{ ID id-PagingAreaID CRITICALITY ignore TYPE PagingAreaID PRESENCE optional } |
{ ID id-PagingCause CRITICALITY ignore TYPE PagingCause PRESENCE optional } |
{ ID id-NonSearchingIndication CRITICALITY ignore TYPE NonSearchingIndication PRESENCE optional } |
{ ID id-DRX-CycleLengthCoefficient CRITICALITY ignore TYPE DRX-CycleLengthCoefficient PRESENCE optional } ,
...
}
PagingExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable NNSF --
{ ID id-GlobalCN-ID CRITICALITY ignore EXTENSION GlobalCN-ID PRESENCE optional } |
-- Extension for Release 8 to support CSG --
{ ID id-CSG-Id-List CRITICALITY ignore EXTENSION CSG-Id-List PRESENCE optional },
...
}
-- **************************************************************
--
-- COMMON ID ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Common ID
--
-- **************************************************************
CommonID ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {CommonID-IEs} },
protocolExtensions ProtocolExtensionContainer { {CommonIDExtensions} } OPTIONAL,
...
}
CommonID-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-PermanentNAS-UE-ID CRITICALITY ignore TYPE PermanentNAS-UE-ID PRESENCE mandatory },
...
}
CommonIDExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable shared networks in connected mode --
{ ID id-SNA-Access-Information CRITICALITY ignore EXTENSION SNA-Access-Information PRESENCE optional }|
-- Extension for Release 5 to enable specific behaviour by the RNC in relation with early UE handling --
{ ID id-UESBI-Iu CRITICALITY ignore EXTENSION UESBI-Iu PRESENCE optional }|
-- Extension for Release 6 to indicate the selected plmn in GWCN configuration for network sharing non-supporting UEs --
{ ID id-SelectedPLMN-ID CRITICALITY ignore EXTENSION PLMNidentity PRESENCE optional }|
-- Extension for Release 8 to indicate the Subscriber Profile ID for RAT/Frequency Selection Priority --
{ID id-SubscriberProfileIDforRFP CRITICALITY ignore EXTENSION SubscriberProfileIDforRFP PRESENCE optional }|
-- Extension for Release 8 for SRVCC operation --
{ ID id-SRVCC-Operation-Possible CRITICALITY ignore EXTENSION SRVCC-Operation-Possible PRESENCE optional }|
-- Extension for Release 9 to allow for UE prioritisation during access to hybrid cells --
{ ID id-CSG-Membership-Status CRITICALITY ignore EXTENSION CSG-Membership-Status PRESENCE optional }|
-- Extension for Release 10 to indicate Management Based MDT Allowed --
{ ID id-Management-Based-MDT-Allowed CRITICALITY ignore EXTENSION Management-Based-MDT-Allowed PRESENCE optional }|
-- Extension for Release 11 to indicate MDT PLMN List --
{ ID id-Management-Based-MDT-PLMN-List CRITICALITY ignore EXTENSION MDT-PLMN-List PRESENCE optional }|
-- Extension for Release 11 rSRVCC operation --
{ ID id-RSRVCC-Operation-Possible CRITICALITY ignore EXTENSION RSRVCC-Operation-Possible PRESENCE optional }|
-- Extension for Release 11 to inidcate the last E-UTRAN PLMN Identity --
{ ID id-LastE-UTRANPLMNIdentity CRITICALITY ignore EXTENSION PLMNidentity PRESENCE optional }|
{ ID id-PowerSavingIndicator CRITICALITY ignore EXTENSION PowerSavingIndicator PRESENCE optional },
...
}
-- **************************************************************
--
-- CN INVOKE TRACE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- CN Invoke Trace
--
-- **************************************************************
CN-InvokeTrace ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {CN-InvokeTraceIEs} },
protocolExtensions ProtocolExtensionContainer { {CN-InvokeTraceExtensions} } OPTIONAL,
...
}
CN-InvokeTraceIEs RANAP-PROTOCOL-IES ::= {
{ ID id-TraceType CRITICALITY ignore TYPE TraceType PRESENCE optional } |
-- This information is mandatory for GERAN Iu Mode, not applicable to UTRAN --
{ ID id-TraceReference CRITICALITY ignore TYPE TraceReference PRESENCE mandatory } |
{ ID id-TriggerID CRITICALITY ignore TYPE TriggerID PRESENCE optional } |
-- This information is mandatory for GERAN Iu Mode, not applicable to UTRAN --
{ ID id-UE-ID CRITICALITY ignore TYPE UE-ID PRESENCE optional } |
-- This information is mandatory for UTRAN, optional for GERAN Iu mode --
{ ID id-OMC-ID CRITICALITY ignore TYPE OMC-ID PRESENCE optional },
-- This information is mandatory for GERAN Iu Mode, not applicable to UTRAN --
...
}
CN-InvokeTraceExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 6 to enable signalling based activation for Subscriber and Equipment Trace over Iu interface --
{ ID id-TracePropagationParameters CRITICALITY ignore EXTENSION TracePropagationParameters PRESENCE optional}|
-- Extension for Release 10 to support MDT--
{ ID id-MDT-Configuration CRITICALITY ignore EXTENSION MDT-Configuration PRESENCE optional}|
-- Extension for Release 10 to support MDT--
{ ID id-Trace-Collection-Entity-IP-Addess CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional}|
-- Extension for Release 14 to support QoE function --
{ID id-UE-Application-Layer-Measurement-Configuration CRITICALITY ignore EXTENSION UE-Application-Layer-Measurement-Configuration PRESENCE optional},
...
}
-- **************************************************************
--
-- CN DEACTIVATE TRACE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- CN Deactivate Trace
--
-- **************************************************************
CN-DeactivateTrace ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {CN-DeactivateTraceIEs} },
protocolExtensions ProtocolExtensionContainer { {CN-DeactivateTraceExtensions} } OPTIONAL,
...
}
CN-DeactivateTraceIEs RANAP-PROTOCOL-IES ::= {
{ ID id-TraceReference CRITICALITY ignore TYPE TraceReference PRESENCE mandatory } |
{ ID id-TriggerID CRITICALITY ignore TYPE TriggerID PRESENCE optional },
-- This information is optional for GERAN Iu Mode, not applicable to UTRAN --
...
}
CN-DeactivateTraceExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- LOCATION REPORTING CONTROL ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Location Reporting Control
--
-- **************************************************************
LocationReportingControl ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {LocationReportingControlIEs} },
protocolExtensions ProtocolExtensionContainer { {LocationReportingControlExtensions} } OPTIONAL,
...
}
LocationReportingControlIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RequestType CRITICALITY ignore TYPE RequestType PRESENCE mandatory },
...
}
LocationReportingControlExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 to enhance the location request over Iu --
{ ID id-VerticalAccuracyCode CRITICALITY ignore EXTENSION VerticalAccuracyCode PRESENCE optional } |
-- Extension for Release 4 to enhance the location request over Iu --
{ ID id-ResponseTime CRITICALITY ignore EXTENSION ResponseTime PRESENCE optional } |
-- Extension for Release 4 to enhance the location request over Iu --
{ ID id-PositioningPriority CRITICALITY ignore EXTENSION PositioningPriority PRESENCE optional } |
-- Extension for Release 4 to enhance the location request over Iu --
{ ID id-ClientType CRITICALITY ignore EXTENSION ClientType PRESENCE optional } |
-- Extension for Release 7 to allow the request of velocity over Iu --
{ ID id-IncludeVelocity CRITICALITY ignore EXTENSION IncludeVelocity PRESENCE optional } |
-- Extension for Release 7 to allow periodic reporting over Iu --
{ ID id-PeriodicLocationInfo CRITICALITY ignore EXTENSION PeriodicLocationInfo PRESENCE optional },
...
}
-- **************************************************************
--
-- LOCATION REPORT ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Location Report
--
-- **************************************************************
LocationReport ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {LocationReportIEs} },
protocolExtensions ProtocolExtensionContainer { {LocationReportExtensions} } OPTIONAL,
...
}
LocationReportIEs RANAP-PROTOCOL-IES ::= {
{ ID id-AreaIdentity CRITICALITY ignore TYPE AreaIdentity PRESENCE optional } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE optional } |
{ ID id-RequestType CRITICALITY ignore TYPE RequestType PRESENCE optional } ,
...
}
LocationReportExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 to enable report of Last Known Service Area with its Age over Iu --
{ ID id-LastKnownServiceArea CRITICALITY ignore EXTENSION LastKnownServiceArea PRESENCE optional} |
-- Extension for Release 5 to pass the positioning methods that have been used --
{ ID id-PositionData CRITICALITY ignore EXTENSION PositionData PRESENCE optional}|
-- Extension for Release 5 to pass the positioning methods that have been used for GERAN Iu mode --
{ ID id-PositionDataSpecificToGERANIuMode CRITICALITY ignore EXTENSION PositionDataSpecificToGERANIuMode PRESENCE optional}|
-- This extension is optional for GERAN Iu mode only, not applicable for UTRAN --
-- Extension for Release 6 to indicate whether the returned position estimate satisfies the requested accuracy or not --
{ ID id-AccuracyFulfilmentIndicator CRITICALITY ignore EXTENSION AccuracyFulfilmentIndicator PRESENCE optional}|
-- Extension for Release 7 to provide a velocity estimate --
{ ID id-VelocityEstimate CRITICALITY ignore EXTENSION VelocityEstimate PRESENCE optional}|
-- Extension for Release 13 to provide a barometric pressure --
{ ID id-BarometricPressure CRITICALITY ignore EXTENSION BarometricPressure PRESENCE optional}|
-- Extension for Release 13 to provide a civic address --
{ ID id-CivicAddress CRITICALITY ignore EXTENSION CivicAddress PRESENCE optional},
...
}
-- **************************************************************
--
-- INITIAL UE MESSAGE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Initial UE Message
--
-- **************************************************************
InitialUE-Message ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {InitialUE-MessageIEs} },
protocolExtensions ProtocolExtensionContainer { {InitialUE-MessageExtensions} } OPTIONAL,
...
}
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
-- 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 } |
{ ID id-IuSigConId CRITICALITY ignore TYPE IuSignallingConnectionIdentifier PRESENCE mandatory } |
{ ID id-GlobalRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE mandatory },
...
}
InitialUE-MessageExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable GERAN support over Iu-cs --
{ ID id-GERAN-Classmark CRITICALITY ignore EXTENSION GERAN-Classmark PRESENCE optional}|
-- Extension for Release 6 to convey the selected PLMN id in shared networks --
{ ID id-SelectedPLMN-ID CRITICALITY ignore EXTENSION PLMNidentity PRESENCE optional}|
-- Extension for Release 6 to enable rerouting in MOCN configuration for network sharing non-supporting UEs --
{ ID id-PermanentNAS-UE-ID CRITICALITY ignore EXTENSION PermanentNAS-UE-ID PRESENCE optional}|
-- Extension for Release 6 to enable rerouting in MOCN configuration for network sharing non-supporting UEs --
{ ID id-NAS-SequenceNumber CRITICALITY ignore EXTENSION NAS-SequenceNumber PRESENCE optional}|
-- Extension for Release 6 to indicate rerouting in MOCN configuration for network sharing non-supporting UEs --
{ ID id-RedirectAttemptFlag CRITICALITY ignore EXTENSION RedirectAttemptFlag PRESENCE optional}|
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional}|
-- Extension for Release 8 to support CSG --
{ ID id-CSG-Id CRITICALITY reject EXTENSION CSG-Id PRESENCE optional}|
-- Extension for Release 9 to allow communication of the cell access mode --
{ ID id-Cell-Access-Mode CRITICALITY reject EXTENSION Cell-Access-Mode PRESENCE optional}|
-- Extension for Release 10 to support LIPA --
{ ID id-LGW-TransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional}|
-- Extension for Release 9 to enable the CN to handle potential UE NAS QoS issues related to higher bitrates --
{ ID id-HigherBitratesThan16MbpsFlag CRITICALITY ignore EXTENSION HigherBitratesThan16MbpsFlag PRESENCE optional}|
-- Extension for Release 11 to support BBAI --
{ ID id-Tunnel-Information-for-BBF CRITICALITY ignore EXTENSION TunnelInformation PRESENCE optional}|
-- Extension for Release 12 to support SIPTO@LN with collocated L-GW--
{ ID id-SIPTO-LGW-TransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional}|
-- Extension for Release 12 to support SIPTO@LN Stand-Alone --
{ ID id-LHN-ID CRITICALITY ignore EXTENSION LHN-ID PRESENCE optional}|
-- Extension for Release 13 to support DCN --
{ ID id-SGSN-Group-Identity CRITICALITY ignore EXTENSION SGSN-Group-Identity PRESENCE optional}|
{ ID id-UE-Usage-Type CRITICALITY ignore EXTENSION UE-Usage-Type PRESENCE optional}|
{ ID id-DCN-ID CRITICALITY ignore EXTENSION DCN-ID PRESENCE optional},
...
}
-- **************************************************************
--
-- DIRECT TRANSFER ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Direct Transfer
--
-- **************************************************************
DirectTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {DirectTransferIEs} },
protocolExtensions ProtocolExtensionContainer { {DirectTransferExtensions} } OPTIONAL,
...
}
DirectTransferIEs RANAP-PROTOCOL-IES ::= {
{ ID id-NAS-PDU CRITICALITY ignore TYPE NAS-PDU PRESENCE mandatory}|
{ ID id-LAI CRITICALITY ignore TYPE LAI PRESENCE optional}|
{ ID id-RAC CRITICALITY ignore TYPE RAC PRESENCE optional}|
{ ID id-SAI CRITICALITY ignore TYPE SAI PRESENCE optional}|
{ ID id-SAPI CRITICALITY ignore TYPE SAPI PRESENCE optional},
...
}
DirectTransferExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 6 to enable rerouting in MOCN configuration for network sharing non-supporting UEs --
{ ID id-RedirectionIndication CRITICALITY ignore EXTENSION RedirectionIndication PRESENCE optional}|
-- Extension for Release 6 to indicate the MOCN rerouting is completed --
{ ID id-RedirectionCompleted CRITICALITY ignore EXTENSION RedirectionCompleted PRESENCE optional}|
-- Extension for Release 8 to indicate the Subscriber Profile ID for RAT/Frequency Selection Priority --
{ ID id-SubscriberProfileIDforRFP CRITICALITY ignore EXTENSION SubscriberProfileIDforRFP PRESENCE optional}|
-- Extension for Release 10 to support LIPA --
{ ID id-LGW-TransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional}|
-- Extension for Release 12 to support SIPTO@LN with collocated L-GW --
{ ID id-SIPTO-LGW-TransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional}|
-- Extension for Release 12 to support SIPTO@LN Stand-Alone --
{ ID id-LHN-ID CRITICALITY ignore EXTENSION LHN-ID PRESENCE optional},
...
}
RedirectionIndication ::= ProtocolIE-Container { {RedirectionIndication-IEs} }
RedirectionIndication-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-NAS-PDU CRITICALITY ignore TYPE NAS-PDU PRESENCE mandatory}|
{ ID id-RejectCauseValue CRITICALITY ignore TYPE RejectCauseValue PRESENCE mandatory}|
{ ID id-NAS-SequenceNumber CRITICALITY ignore TYPE NAS-SequenceNumber PRESENCE optional}|
{ ID id-PermanentNAS-UE-ID CRITICALITY ignore TYPE PermanentNAS-UE-ID PRESENCE optional}|
{ ID id-Additional-CSPS-coordination-information CRITICALITY reject TYPE Additional-CSPS-coordination-information PRESENCE optional},
...
}
-- **************************************************************
--
-- OVERLOAD CONTROL ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Overload
--
-- **************************************************************
Overload ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {OverloadIEs} },
protocolExtensions ProtocolExtensionContainer { {OverloadExtensions} } OPTIONAL,
...
}
OverloadIEs RANAP-PROTOCOL-IES ::= {
{ ID id-NumberOfSteps CRITICALITY ignore TYPE NumberOfSteps PRESENCE optional } |
{ ID id-GlobalRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE optional },
...
}
OverloadExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 99 to enable the indication to the RNC which CN domain is suffering the signalling traffic overload --
{ ID id-CN-DomainIndicator CRITICALITY ignore EXTENSION CN-DomainIndicator PRESENCE optional} |
-- Extension for Release 5 to enable NNSF --
{ ID id-GlobalCN-ID CRITICALITY ignore EXTENSION GlobalCN-ID PRESENCE optional} |
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional} |
-- Extension for Release 10 to support Low Priority overload --
{ ID id-Priority-Class-Indicator CRITICALITY ignore EXTENSION Priority-Class-Indicator PRESENCE optional},
...
}
-- **************************************************************
--
-- ERROR INDICATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Error Indication
--
-- **************************************************************
ErrorIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ErrorIndicationIEs} },
protocolExtensions ProtocolExtensionContainer { {ErrorIndicationExtensions} } OPTIONAL,
...
}
ErrorIndicationIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } |
{ ID id-CN-DomainIndicator CRITICALITY ignore TYPE CN-DomainIndicator PRESENCE optional } |
{ ID id-GlobalRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE optional },
...
}
ErrorIndicationExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 --
{ ID id-GlobalCN-ID CRITICALITY ignore EXTENSION GlobalCN-ID PRESENCE optional}|
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
-- **************************************************************
--
-- SRNS DATA FORWARD ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- SRNS Data Forward Command
--
-- **************************************************************
SRNS-DataForwardCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {SRNS-DataForwardCommandIEs} },
protocolExtensions ProtocolExtensionContainer { {SRNS-DataForwardCommandExtensions} } OPTIONAL,
...
}
SRNS-DataForwardCommandIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-DataForwardingList CRITICALITY ignore TYPE RAB-DataForwardingList PRESENCE optional },
...
}
SRNS-DataForwardCommandExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- FORWARD SRNS CONTEXT ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Forward SRNS Context
--
-- **************************************************************
ForwardSRNS-Context ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ForwardSRNS-ContextIEs} },
protocolExtensions ProtocolExtensionContainer { {ForwardSRNS-ContextExtensions} } OPTIONAL,
...
}
ForwardSRNS-ContextIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ContextList CRITICALITY ignore TYPE RAB-ContextList PRESENCE mandatory },
...
}
ForwardSRNS-ContextExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable relocation of Source RNC PDCP context info --
{ ID id-SourceRNC-PDCP-context-info CRITICALITY ignore EXTENSION RRC-Container PRESENCE optional},
...
}
-- **************************************************************
--
-- RAB ASSIGNMENT ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- RAB Assignment Request
--
-- **************************************************************
RAB-AssignmentRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RAB-AssignmentRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {RAB-AssignmentRequestExtensions} } OPTIONAL,
...
}
RAB-AssignmentRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-SetupOrModifyList CRITICALITY ignore TYPE RAB-SetupOrModifyList PRESENCE optional } |
{ ID id-RAB-ReleaseList CRITICALITY ignore TYPE RAB-ReleaseList PRESENCE optional },
...
}
RAB-SetupOrModifyList ::= RAB-IE-ContainerPairList { {RAB-SetupOrModifyItem-IEs} }
RAB-SetupOrModifyItem-IEs RANAP-PROTOCOL-IES-PAIR ::= {
{ ID id-RAB-SetupOrModifyItem FIRST CRITICALITY reject FIRST TYPE RAB-SetupOrModifyItemFirst
SECOND CRITICALITY ignore SECOND TYPE RAB-SetupOrModifyItemSecond
PRESENCE mandatory },
...
}
RAB-SetupOrModifyItemFirst ::= SEQUENCE {
rAB-ID RAB-ID,
nAS-SynchronisationIndicator NAS-SynchronisationIndicator OPTIONAL,
rAB-Parameters RAB-Parameters OPTIONAL,
userPlaneInformation UserPlaneInformation OPTIONAL,
transportLayerInformation TransportLayerInformation OPTIONAL,
service-Handover Service-Handover OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RAB-SetupOrModifyItemFirst-ExtIEs} } OPTIONAL,
...
}
TransportLayerInformation ::= SEQUENCE {
transportLayerAddress TransportLayerAddress,
iuTransportAssociation IuTransportAssociation,
iE-Extensions ProtocolExtensionContainer { {TransportLayerInformation-ExtIEs} } OPTIONAL,
...
}
TransportLayerInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-SetupOrModifyItemFirst-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 8 to enable handover restriction to E-UTRAN --
{ ID id-E-UTRAN-Service-Handover CRITICALITY ignore EXTENSION E-UTRAN-Service-Handover PRESENCE optional}|
-- Extension for Release 10 to support LIPA --
{ ID id-Correlation-ID CRITICALITY ignore EXTENSION Correlation-ID PRESENCE optional}|
-- Extension for Release 12 to support SIPTO@LN with collocated L-GW --
{ ID id-SIPTO-Correlation-ID CRITICALITY ignore EXTENSION Correlation-ID PRESENCE optional},
...
}
RAB-SetupOrModifyItemSecond ::= SEQUENCE {
pDP-TypeInformation PDP-TypeInformation OPTIONAL,
dataVolumeReportingIndication DataVolumeReportingIndication OPTIONAL,
dl-GTP-PDU-SequenceNumber DL-GTP-PDU-SequenceNumber OPTIONAL,
ul-GTP-PDU-SequenceNumber UL-GTP-PDU-SequenceNumber OPTIONAL,
dl-N-PDU-SequenceNumber DL-N-PDU-SequenceNumber OPTIONAL,
ul-N-PDU-SequenceNumber UL-N-PDU-SequenceNumber OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RAB-SetupOrModifyItemSecond-ExtIEs} } OPTIONAL,
...
}
RAB-SetupOrModifyItemSecond-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 to enable RAB Quality of Service negotiation over Iu --
{ ID id-Alt-RAB-Parameters CRITICALITY ignore EXTENSION Alt-RAB-Parameters PRESENCE optional}|
-- Extension for Release 5 to enable GERAN support over Iu-cs --
{ ID id-GERAN-BSC-Container CRITICALITY ignore EXTENSION GERAN-BSC-Container PRESENCE optional}|
-- Extension for Release Release 9 to enable a new value --
{ ID id-PDP-TypeInformation-extension CRITICALITY ignore EXTENSION PDP-TypeInformation-extension PRESENCE optional}|
-- Extension for Release 10 to enable Offload at Iu-ps for UTRAN --
{ ID id-Offload-RAB-Parameters CRITICALITY ignore EXTENSION Offload-RAB-Parameters PRESENCE optional},
...
}
RAB-AssignmentRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-UE-AggregateMaximumBitRate CRITICALITY ignore EXTENSION UE-AggregateMaximumBitRate PRESENCE optional}|
-- Extension for Release 10 to enable Offload at Iu-ps for UTRAN --
{ ID id-MSISDN CRITICALITY ignore EXTENSION MSISDN PRESENCE optional},
...
}
-- **************************************************************
--
-- RAB Assignment Response
--
-- **************************************************************
RAB-AssignmentResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RAB-AssignmentResponseIEs} },
protocolExtensions ProtocolExtensionContainer { {RAB-AssignmentResponseExtensions} } OPTIONAL,
...
}
RAB-AssignmentResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-SetupOrModifiedList CRITICALITY ignore TYPE RAB-SetupOrModifiedList PRESENCE optional } |
{ ID id-RAB-ReleasedList CRITICALITY ignore TYPE RAB-ReleasedList PRESENCE optional } |
{ ID id-RAB-QueuedList CRITICALITY ignore TYPE RAB-QueuedList PRESENCE optional } |
{ ID id-RAB-FailedList CRITICALITY ignore TYPE RAB-FailedList PRESENCE optional } |
{ ID id-RAB-ReleaseFailedList CRITICALITY ignore TYPE RAB-ReleaseFailedList PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RAB-SetupOrModifiedList ::= RAB-IE-ContainerList { {RAB-SetupOrModifiedItemIEs} }
RAB-SetupOrModifiedItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-SetupOrModifiedItem CRITICALITY ignore TYPE RAB-SetupOrModifiedItem PRESENCE mandatory },
...
}
RAB-SetupOrModifiedItem ::= SEQUENCE {
rAB-ID RAB-ID,
transportLayerAddress TransportLayerAddress OPTIONAL,
iuTransportAssociation IuTransportAssociation OPTIONAL,
dl-dataVolumes DataVolumeList OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RAB-SetupOrModifiedItem-ExtIEs} } OPTIONAL,
...
}
RAB-SetupOrModifiedItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 4 to enable RAB Quality of Service negotiation over Iu --
{ ID id-Ass-RAB-Parameters CRITICALITY ignore EXTENSION Ass-RAB-Parameters PRESENCE optional },
...
}
RAB-ReleasedList ::= RAB-IE-ContainerList { {RAB-ReleasedItemIEs} }
RAB-ReleasedItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ReleasedItem CRITICALITY ignore TYPE RAB-ReleasedItem PRESENCE mandatory },
...
}
RAB-ReleasedItem ::= SEQUENCE {
rAB-ID RAB-ID,
dl-dataVolumes DataVolumeList OPTIONAL,
dL-GTP-PDU-SequenceNumber DL-GTP-PDU-SequenceNumber OPTIONAL,
uL-GTP-PDU-SequenceNumber UL-GTP-PDU-SequenceNumber OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RAB-ReleasedItem-ExtIEs} } OPTIONAL,
...
}
RAB-ReleasedItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
DataVolumeList ::= SEQUENCE (SIZE (1..maxNrOfVol)) OF
SEQUENCE {
dl-UnsuccessfullyTransmittedDataVolume UnsuccessfullyTransmittedDataVolume,
dataVolumeReference DataVolumeReference OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DataVolumeList-ExtIEs} } OPTIONAL,
...
}
DataVolumeList-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-QueuedList ::= RAB-IE-ContainerList { {RAB-QueuedItemIEs} }
RAB-QueuedItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-QueuedItem CRITICALITY ignore TYPE RAB-QueuedItem PRESENCE mandatory },
...
}
RAB-QueuedItem ::= SEQUENCE {
rAB-ID RAB-ID,
iE-Extensions ProtocolExtensionContainer { {RAB-QueuedItem-ExtIEs} } OPTIONAL,
...
}
RAB-QueuedItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-ReleaseFailedList ::= RAB-FailedList
RAB-AssignmentResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable GERAN support over Iu-cs --
{ ID id-GERAN-Iumode-RAB-FailedList-RABAssgntResponse CRITICALITY ignore EXTENSION GERAN-Iumode-RAB-FailedList-RABAssgntResponse PRESENCE optional} ,
...
}
GERAN-Iumode-RAB-FailedList-RABAssgntResponse ::= RAB-IE-ContainerList { {GERAN-Iumode-RAB-Failed-RABAssgntResponse-ItemIEs} }
GERAN-Iumode-RAB-Failed-RABAssgntResponse-ItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item CRITICALITY ignore TYPE GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item PRESENCE mandatory },
...
}
GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item ::= SEQUENCE {
rAB-ID RAB-ID,
cause Cause,
gERAN-Classmark GERAN-Classmark OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item-ExtIEs} } OPTIONAL,
...
}
GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- PRIVATE MESSAGE
--
-- **************************************************************
PrivateMessage ::= SEQUENCE {
privateIEs PrivateIE-Container { {PrivateMessage-IEs } },
...
}
PrivateMessage-IEs RANAP-PRIVATE-IES ::= {
...
}
-- **************************************************************
--
-- RANAP RELOCATION INFORMATION ELEMENTARY PROCEDURE
--
-- **************************************************************
RANAP-RelocationInformation ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RANAP-RelocationInformationIEs} },
protocolExtensions ProtocolExtensionContainer { {RANAP-RelocationInformationExtensions} } OPTIONAL,
...
}
RANAP-RelocationInformationIEs RANAP-PROTOCOL-IES ::= {
{ ID id-DirectTransferInformationList-RANAP-RelocInf
CRITICALITY ignore TYPE DirectTransferInformationList-RANAP-RelocInf
PRESENCE optional } |
{ ID id-RAB-ContextList-RANAP-RelocInf CRITICALITY ignore TYPE RAB-ContextList-RANAP-RelocInf PRESENCE optional },
...
}
DirectTransferInformationList-RANAP-RelocInf ::= DirectTransfer-IE-ContainerList { {DirectTransferInformationItemIEs-RANAP-RelocInf} }
DirectTransferInformationItemIEs-RANAP-RelocInf RANAP-PROTOCOL-IES ::= {
{ ID id-DirectTransferInformationItem-RANAP-RelocInf
CRITICALITY ignore TYPE DirectTransferInformationItem-RANAP-RelocInf
PRESENCE mandatory },
...
}
DirectTransferInformationItem-RANAP-RelocInf ::= SEQUENCE {
nAS-PDU NAS-PDU,
sAPI SAPI,
cN-DomainIndicator CN-DomainIndicator,
iE-Extensions ProtocolExtensionContainer { {RANAP-DirectTransferInformationItem-ExtIEs-RANAP-RelocInf} } OPTIONAL,
...
}
RANAP-DirectTransferInformationItem-ExtIEs-RANAP-RelocInf RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-ContextList-RANAP-RelocInf ::= RAB-IE-ContainerList { {RAB-ContextItemIEs-RANAP-RelocInf} }
RAB-ContextItemIEs-RANAP-RelocInf RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ContextItem-RANAP-RelocInf CRITICALITY ignore TYPE RAB-ContextItem-RANAP-RelocInf PRESENCE mandatory },
...
}
RAB-ContextItem-RANAP-RelocInf ::= SEQUENCE {
rAB-ID RAB-ID,
dl-GTP-PDU-SequenceNumber DL-GTP-PDU-SequenceNumber OPTIONAL,
ul-GTP-PDU-SequenceNumber UL-GTP-PDU-SequenceNumber OPTIONAL,
dl-N-PDU-SequenceNumber DL-N-PDU-SequenceNumber OPTIONAL,
ul-N-PDU-SequenceNumber UL-N-PDU-SequenceNumber OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RAB-ContextItem-ExtIEs-RANAP-RelocInf} } OPTIONAL,
...
}
RAB-ContextItem-ExtIEs-RANAP-RelocInf RANAP-PROTOCOL-EXTENSION ::= {
...
}
RANAP-RelocationInformationExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable relocation of Source RNC PDCP context info --
{ ID id-SourceRNC-PDCP-context-info CRITICALITY ignore EXTENSION RRC-Container PRESENCE optional} |
-- Extension for Release 10 to enable RNSAP Relocation --
{ ID id-RNSAPRelocationParameters CRITICALITY reject EXTENSION RNSAPRelocationParameters PRESENCE optional},
...
}
-- **************************************************************
--
-- RANAP ENHANCED RELOCATION INFORMATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- RANAP Enhanced Relocation Information Request
--
-- **************************************************************
RANAP-EnhancedRelocationInformationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RANAP-EnhancedRelocationInformationRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {RANAP-EnhancedRelocationInformationRequestExtensions} } OPTIONAL,
...
}
RANAP-EnhancedRelocationInformationRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Source-ToTarget-TransparentContainer
CRITICALITY reject TYPE SourceRNC-ToTargetRNC-TransparentContainer PRESENCE mandatory } |
{ ID id-OldIuSigConIdCS CRITICALITY ignore TYPE IuSignallingConnectionIdentifier PRESENCE optional } |
{ ID id-GlobalCN-IDCS CRITICALITY reject TYPE GlobalCN-ID PRESENCE optional} |
{ ID id-OldIuSigConIdPS CRITICALITY ignore TYPE IuSignallingConnectionIdentifier PRESENCE optional } |
{ ID id-GlobalCN-IDPS CRITICALITY reject TYPE GlobalCN-ID PRESENCE optional} |
{ ID id-RAB-SetupList-EnhRelocInfoReq CRITICALITY reject TYPE RAB-SetupList-EnhRelocInfoReq PRESENCE optional } |
{ ID id-SNA-Access-Information CRITICALITY ignore TYPE SNA-Access-Information PRESENCE optional} |
{ ID id-UESBI-Iu CRITICALITY ignore TYPE UESBI-Iu PRESENCE optional}|
{ ID id-SelectedPLMN-ID CRITICALITY ignore TYPE PLMNidentity PRESENCE optional }|
{ ID id-CNMBMSLinkingInformation CRITICALITY ignore TYPE CNMBMSLinkingInformation PRESENCE optional},
...
}
RAB-SetupList-EnhRelocInfoReq ::= RAB-IE-ContainerList { { RAB-SetupItem-EnhRelocInfoReq-IEs} }
RAB-SetupItem-EnhRelocInfoReq-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-SetupItem-EnhRelocInfoReq CRITICALITY reject TYPE RAB-SetupItem-EnhRelocInfoReq PRESENCE mandatory },
...
}
RAB-SetupItem-EnhRelocInfoReq ::= SEQUENCE {
rAB-ID RAB-ID,
cN-DomainIndicator CN-DomainIndicator,
rAB-Parameters RAB-Parameters,
dataVolumeReportingIndication DataVolumeReportingIndication OPTIONAL
-- This IE shall be present if the CN domain indicator IE is set to "PS domain" --,
pDP-TypeInformation PDP-TypeInformation OPTIONAL
-- This IE shall be present if the CN domain indicator IE is set to "PS domain" --,
userPlaneInformation UserPlaneInformation,
dataForwardingInformation TNLInformationEnhRelInfoReq OPTIONAL,
sourceSideIuULTNLInfo TNLInformationEnhRelInfoReq OPTIONAL,
service-Handover Service-Handover OPTIONAL,
alt-RAB-Parameters Alt-RAB-Parameters OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RAB-SetupItem-EnhRelocInfoReq-ExtIEs} } OPTIONAL,
...
}
RAB-SetupItem-EnhRelocInfoReq-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 8 to enable handover restriction to E-UTRAN --
{ ID id-E-UTRAN-Service-Handover CRITICALITY ignore EXTENSION E-UTRAN-Service-Handover PRESENCE optional }|
-- Extension for Release Release 9 to enable a new value --
{ ID id-PDP-TypeInformation-extension CRITICALITY ignore EXTENSION PDP-TypeInformation-extension PRESENCE optional },
...
}
TNLInformationEnhRelInfoReq ::=SEQUENCE{
transportLayerAddress TransportLayerAddress,
iuTransportAssociation IuTransportAssociation,
iE-Extensions ProtocolExtensionContainer { { TNLInformationEnhRelInfoReq-ExtIEs} } OPTIONAL,
...
}
TNLInformationEnhRelInfoReq-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RANAP-EnhancedRelocationInformationRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-IntegrityProtectionInformation CRITICALITY ignore EXTENSION IntegrityProtectionInformation PRESENCE optional} |
{ ID id-EncryptionInformation CRITICALITY ignore EXTENSION EncryptionInformation PRESENCE optional} |
{ ID id-UE-AggregateMaximumBitRate CRITICALITY ignore EXTENSION UE-AggregateMaximumBitRate PRESENCE optional} |
-- Extension for Release 10 to enable RNSAP Relocation --
{ ID id-RABParametersList CRITICALITY reject EXTENSION RABParametersList PRESENCE optional} |
{ ID id-CSG-Id CRITICALITY reject EXTENSION CSG-Id PRESENCE optional} |
{ ID id-CSG-Membership-Status CRITICALITY reject EXTENSION CSG-Membership-Status PRESENCE optional} |
-- Extension for Release 11 to support rSRVCC in case of network sharing –
{ ID id-AnchorPLMN-ID CRITICALITY ignore EXTENSION PLMNidentity PRESENCE optional},
...
}
-- **************************************************************
--
-- RANAP Enhanced Relocation Information Response
--
-- **************************************************************
RANAP-EnhancedRelocationInformationResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RANAP-EnhancedRelocationInformationResponseIEs} },
protocolExtensions ProtocolExtensionContainer { {RANAP-EnhancedRelocationInformationResponseExtensions} } OPTIONAL,
...
}
RANAP-EnhancedRelocationInformationResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Target-ToSource-TransparentContainer
CRITICALITY ignore TYPE TargetRNC-ToSourceRNC-TransparentContainer PRESENCE optional } |
{ ID id-RAB-SetupList-EnhRelocInfoRes CRITICALITY ignore TYPE RAB-SetupList-EnhRelocInfoRes PRESENCE optional} |
{ ID id-RAB-FailedList-EnhRelocInfoRes CRITICALITY ignore TYPE RAB-FailedList-EnhRelocInfoRes PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RAB-SetupList-EnhRelocInfoRes ::= RAB-IE-ContainerList { { RAB-SetupItem-EnhRelocInfoRes-IEs} }
RAB-SetupItem-EnhRelocInfoRes-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-SetupItem-EnhRelocInfoRes CRITICALITY reject TYPE RAB-SetupItem-EnhRelocInfoRes PRESENCE mandatory },
...
}
RAB-SetupItem-EnhRelocInfoRes ::= SEQUENCE {
cN-DomainIndicator CN-DomainIndicator,
rAB-ID RAB-ID,
dataForwardingInformation TNLInformationEnhRelInfoRes OPTIONAL,
ass-RAB-Parameters Ass-RAB-Parameters OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RAB-SetupItem-EnhRelocInfoRes-ExtIEs} } OPTIONAL,
...
}
RAB-SetupItem-EnhRelocInfoRes-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-FailedList-EnhRelocInfoRes ::= RAB-IE-ContainerList { { RAB-FailedItem-EnhRelocInfoRes-IEs} }
RAB-FailedItem-EnhRelocInfoRes-IEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-FailedItem-EnhRelocInfoRes CRITICALITY reject TYPE RAB-FailedItem-EnhRelocInfoRes PRESENCE mandatory },
...
}
RAB-FailedItem-EnhRelocInfoRes ::= SEQUENCE {
cN-DomainIndicator CN-DomainIndicator,
rAB-ID RAB-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { { RAB-FailedItem-EnhRelocInfoRes-ExtIEs} } OPTIONAL,
...
}
RAB-FailedItem-EnhRelocInfoRes-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
TNLInformationEnhRelInfoRes ::=SEQUENCE{
dl-forwardingTransportLayerAddress TransportLayerAddress,
dl-forwardingTransportAssociation IuTransportAssociation,
iE-Extensions ProtocolExtensionContainer { { TNLInformationEnhRelInfoRes-ExtIEs} } OPTIONAL,
...
}
TNLInformationEnhRelInfoRes-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RANAP-EnhancedRelocationInformationResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RAB MODIFICATION REQUEST ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- RAB Modify Request
--
-- **************************************************************
RAB-ModifyRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RAB-ModifyRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {RAB-ModifyRequestExtensions} } OPTIONAL,
...
}
RAB-ModifyRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ModifyList CRITICALITY ignore TYPE RAB-ModifyList PRESENCE mandatory},
...
}
RAB-ModifyList ::= RAB-IE-ContainerList { {RAB-ModifyItemIEs} }
RAB-ModifyItemIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RAB-ModifyItem CRITICALITY ignore TYPE RAB-ModifyItem PRESENCE mandatory },
...
}
RAB-ModifyItem ::= SEQUENCE {
rAB-ID RAB-ID,
requested-RAB-Parameter-Values Requested-RAB-Parameter-Values,
iE-Extensions ProtocolExtensionContainer { {RAB-ModifyItem-ExtIEs} } OPTIONAL,
...
}
RAB-ModifyItem-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
RAB-ModifyRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- LOCATION RELATED DATA ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Location Related Data Request
--
-- **************************************************************
LocationRelatedDataRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {LocationRelatedDataRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {LocationRelatedDataRequestExtensions} } OPTIONAL,
...
}
LocationRelatedDataRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-LocationRelatedDataRequestType CRITICALITY reject TYPE LocationRelatedDataRequestType PRESENCE optional },
-- This IE is mandatory for UTRAN, optional for GERAN Iu Mode –-
...
}
LocationRelatedDataRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 5 to enable LCS support for GERAN Iu mode --
{ ID id-LocationRelatedDataRequestTypeSpecificToGERANIuMode CRITICALITY reject EXTENSION LocationRelatedDataRequestTypeSpecificToGERANIuMode PRESENCE optional }|
-- The previous extension is optional for GERAN Iu Mode only, not applicable for UTRAN --
-- Extension for Release 7 to request GANSS Assistance Data. This IE shall be present if the Requested Location Related Data Type IE is set to
-- ‘Dedicated Assistance Data for Assisted GANSS’ or `Dedicated Assistance Data for Assisted GPS and GANSS’--
{ ID id-RequestedGANSSAssistanceData CRITICALITY reject EXTENSION RequestedGANSSAssistanceData PRESENCE conditional },
...
}
-- **************************************************************
--
-- Location Related Data Response
--
-- **************************************************************
LocationRelatedDataResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { LocationRelatedDataResponseIEs} },
protocolExtensions ProtocolExtensionContainer { { LocationRelatedDataResponseExtensions} } OPTIONAL,
...
}
LocationRelatedDataResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-BroadcastAssistanceDataDecipheringKeys CRITICALITY ignore TYPE BroadcastAssistanceDataDecipheringKeys PRESENCE optional },
...
}
LocationRelatedDataResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for error handling
{ ID id-CriticalityDiagnostics CRITICALITY ignore EXTENSION CriticalityDiagnostics PRESENCE optional }|
{ ID id-BroadcastGANSSAssistanceDataDecipheringKeys CRITICALITY ignore EXTENSION BroadcastAssistanceDataDecipheringKeys PRESENCE optional},
...
}
-- **************************************************************
--
-- Location Related Data Failure
--
-- **************************************************************
LocationRelatedDataFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { LocationRelatedDataFailureIEs} },
protocolExtensions ProtocolExtensionContainer { { LocationRelatedDataFailureExtensions} } OPTIONAL,
...
}
LocationRelatedDataFailureIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
LocationRelatedDataFailureExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for error handling
{ ID id-CriticalityDiagnostics CRITICALITY ignore EXTENSION CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- INFORMATION TRANSFER ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Information Transfer Indication
--
-- **************************************************************
InformationTransferIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { InformationTransferIndicationIEs} },
protocolExtensions ProtocolExtensionContainer { { InformationTransferIndicationExtensions} } OPTIONAL,
...
}
InformationTransferIndicationIEs RANAP-PROTOCOL-IES ::= {
{ ID id-InformationTransferID CRITICALITY reject TYPE InformationTransferID PRESENCE mandatory } |
{ ID id-ProvidedData CRITICALITY reject TYPE ProvidedData PRESENCE mandatory } |
{ ID id-CN-DomainIndicator CRITICALITY reject TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-GlobalCN-ID CRITICALITY ignore TYPE GlobalCN-ID PRESENCE optional},
...
}
InformationTransferIndicationExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Information Transfer Confirmation
--
-- **************************************************************
InformationTransferConfirmation ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { InformationTransferConfirmationIEs} },
protocolExtensions ProtocolExtensionContainer { { InformationTransferConfirmationExtensions} } OPTIONAL,
...
}
InformationTransferConfirmationIEs RANAP-PROTOCOL-IES ::= {
{ ID id-InformationTransferID CRITICALITY ignore TYPE InformationTransferID PRESENCE mandatory } |
{ ID id-CN-DomainIndicator CRITICALITY ignore TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } |
{ ID id-GlobalRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE mandatory },
...
}
InformationTransferConfirmationExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
-- **************************************************************
--
-- Information Transfer Failure
--
-- **************************************************************
InformationTransferFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { InformationTransferFailureIEs} },
protocolExtensions ProtocolExtensionContainer { { InformationTransferFailureExtensions} } OPTIONAL,
...
}
InformationTransferFailureIEs RANAP-PROTOCOL-IES ::= {
{ ID id-InformationTransferID CRITICALITY ignore TYPE InformationTransferID PRESENCE mandatory } |
{ ID id-CN-DomainIndicator CRITICALITY ignore TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } |
{ ID id-GlobalRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE mandatory },
...
}
InformationTransferFailureExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
-- **************************************************************
--
-- UE SPECIFIC INFORMATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- UE Specific Information Indication
--
-- **************************************************************
UESpecificInformationIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UESpecificInformationIndicationIEs} },
protocolExtensions ProtocolExtensionContainer { {UESpecificInformationIndicationExtensions} } OPTIONAL,
...
}
UESpecificInformationIndicationIEs RANAP-PROTOCOL-IES ::= {
{ ID id-UESBI-Iu CRITICALITY ignore TYPE UESBI-Iu PRESENCE optional },
...
}
UESpecificInformationIndicationExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- DIRECT INFORMATION TRANSFER ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Direct Information Transfer
--
-- **************************************************************
DirectInformationTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { DirectInformationTransferIEs} },
protocolExtensions ProtocolExtensionContainer { { DirectInformationTransferExtensions} } OPTIONAL,
...
}
DirectInformationTransferIEs RANAP-PROTOCOL-IES ::= {
{ ID id-InterSystemInformationTransferType CRITICALITY ignore TYPE InterSystemInformationTransferType PRESENCE optional } |
{ ID id-CN-DomainIndicator CRITICALITY ignore TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-GlobalRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE optional } |
{ ID id-GlobalCN-ID CRITICALITY ignore TYPE GlobalCN-ID PRESENCE optional },
...
}
DirectInformationTransferExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
-- **************************************************************
--
-- UPLINK INFORMATION EXCHANGE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Uplink Information Exchange Request
--
-- **************************************************************
UplinkInformationExchangeRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UplinkInformationExchangeRequestIEs} },
protocolExtensions ProtocolExtensionContainer { { UplinkInformationExchangeRequestExtensions} } OPTIONAL,
...
}
UplinkInformationExchangeRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-InformationExchangeID CRITICALITY reject TYPE InformationExchangeID PRESENCE mandatory } |
{ ID id-InformationExchangeType CRITICALITY reject TYPE InformationExchangeType PRESENCE mandatory } |
{ ID id-InformationTransferType CRITICALITY reject TYPE InformationTransferType PRESENCE conditional
-- This IE shall be present if the Information Exchange Type IE is set to "transfer" -- } |
{ ID id-InformationRequestType CRITICALITY reject TYPE InformationRequestType PRESENCE conditional
-- This IE shall be present if the Information Exchange Type IE is set to "request" -- } |
{ ID id-CN-DomainIndicator CRITICALITY reject TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-GlobalRNC-ID CRITICALITY reject TYPE GlobalRNC-ID PRESENCE mandatory },
...
}
UplinkInformationExchangeRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
-- **************************************************************
--
-- Uplink Information Exchange Response
--
-- **************************************************************
UplinkInformationExchangeResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UplinkInformationExchangeResponseIEs} },
protocolExtensions ProtocolExtensionContainer { { UplinkInformationExchangeResponseExtensions} } OPTIONAL,
...
}
UplinkInformationExchangeResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-InformationExchangeID CRITICALITY ignore TYPE InformationExchangeID PRESENCE mandatory } |
{ ID id-InformationRequested CRITICALITY ignore TYPE InformationRequested PRESENCE optional } |
{ ID id-CN-DomainIndicator CRITICALITY ignore TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-GlobalCN-ID CRITICALITY ignore TYPE GlobalCN-ID PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
UplinkInformationExchangeResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Uplink Information Exchange Failure
--
-- **************************************************************
UplinkInformationExchangeFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UplinkInformationExchangeFailureIEs} },
protocolExtensions ProtocolExtensionContainer { { UplinkInformationExchangeFailureExtensions} } OPTIONAL,
...
}
UplinkInformationExchangeFailureIEs RANAP-PROTOCOL-IES ::= {
{ ID id-InformationExchangeID CRITICALITY ignore TYPE InformationExchangeID PRESENCE mandatory } |
{ ID id-CN-DomainIndicator CRITICALITY ignore TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-GlobalCN-ID CRITICALITY ignore TYPE GlobalCN-ID PRESENCE optional } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
UplinkInformationExchangeFailureExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS SESSION START PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MBMS Session Start
--
-- **************************************************************
MBMSSessionStart ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSSessionStartIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSSessionStartExtensions} } OPTIONAL,
...
}
MBMSSessionStartIEs RANAP-PROTOCOL-IES ::= {
{ ID id-TMGI CRITICALITY reject TYPE TMGI PRESENCE mandatory } |
{ ID id-MBMSSessionIdentity CRITICALITY ignore TYPE MBMSSessionIdentity PRESENCE optional } |
{ ID id-MBMSBearerServiceType CRITICALITY reject TYPE MBMSBearerServiceType PRESENCE mandatory } |
{ ID id-IuSigConId CRITICALITY reject TYPE IuSignallingConnectionIdentifier PRESENCE mandatory }|
{ ID id-RAB-Parameters CRITICALITY reject TYPE RAB-Parameters PRESENCE mandatory } |
{ ID id-PDP-TypeInformation CRITICALITY ignore TYPE PDP-TypeInformation PRESENCE optional } |
{ ID id-MBMSSessionDuration CRITICALITY reject TYPE MBMSSessionDuration PRESENCE mandatory } |
{ ID id-MBMSServiceArea CRITICALITY reject TYPE MBMSServiceArea PRESENCE mandatory } |
{ ID id-FrequenceLayerConvergenceFlag CRITICALITY ignore TYPE FrequenceLayerConvergenceFlag PRESENCE optional } |
{ ID id-RAListofIdleModeUEs CRITICALITY ignore TYPE RAListofIdleModeUEs PRESENCE optional } |
{ ID id-GlobalCN-ID CRITICALITY reject TYPE GlobalCN-ID PRESENCE optional } |
{ ID id-MBMSSessionRepetitionNumber CRITICALITY ignore TYPE MBMSSessionRepetitionNumber PRESENCE optional } |
{ ID id-TimeToMBMSDataTransfer CRITICALITY reject TYPE TimeToMBMSDataTransfer PRESENCE mandatory },
...
}
MBMSSessionStartExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 6 to enable MBMS counting in broadcast mode --
{ ID id-MBMSCountingInformation CRITICALITY ignore EXTENSION MBMSCountingInformation PRESENCE optional}|
{ ID id-MBMSSynchronisationInformation CRITICALITY ignore EXTENSION MBMSSynchronisationInformation PRESENCE optional}|
-- Extension for Release Release 9 to enable a new value --
{ ID id-PDP-TypeInformation-extension CRITICALITY ignore EXTENSION PDP-TypeInformation-extension PRESENCE optional}|
-- Extension for Release 12 to support Session re-establishment --
{ ID id-Session-Re-establishment-Indicator CRITICALITY ignore EXTENSION Session-Re-establishment-Indicator PRESENCE optional},
...
}
MBMSSynchronisationInformation ::= SEQUENCE {
mBMSHCIndicator MBMSHCIndicator,
iPMulticastAddress IPMulticastAddress,
gTPDLTEID GTP-TEI,
iE-Extensions ProtocolExtensionContainer { {MBMSSynchronisationInformation-ExtIEs} } OPTIONAL,
...
}
MBMSSynchronisationInformation-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
{ ID id-IP-Source-Address CRITICALITY reject EXTENSION IPMulticastAddress PRESENCE optional },
...
}
-- **************************************************************
--
-- MBMS Session Start Response
--
-- **************************************************************
MBMSSessionStartResponse::= SEQUENCE {
protocolIEs ProtocolIE-Container { {MBMSSessionStartResponseIEs} },
protocolExtensions ProtocolExtensionContainer { {MBMSSessionStartResponseExtensions} } OPTIONAL,
...
}
MBMSSessionStartResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-TransportLayerInformation CRITICALITY ignore TYPE TransportLayerInformation PRESENCE optional } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
MBMSSessionStartResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS Session Start Failure
--
-- **************************************************************
MBMSSessionStartFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSSessionStartFailureIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSSessionStartFailureExtensions} } OPTIONAL,
...
}
MBMSSessionStartFailureIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
MBMSSessionStartFailureExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS SESSION UPDATE PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MBMS Session Update
--
-- **************************************************************
MBMSSessionUpdate ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSSessionUpdateIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSSessionUpdateExtensions} } OPTIONAL,
...
}
MBMSSessionUpdateIEs RANAP-PROTOCOL-IES ::= {
{ ID id-SessionUpdateID CRITICALITY reject TYPE SessionUpdateID PRESENCE mandatory } |
{ ID id-DeltaRAListofIdleModeUEs CRITICALITY reject TYPE DeltaRAListofIdleModeUEs PRESENCE mandatory },
...
}
MBMSSessionUpdateExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS Session Update Response
--
-- **************************************************************
MBMSSessionUpdateResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSSessionUpdateResponseIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSSessionUpdateResponseExtensions} } OPTIONAL,
...
}
MBMSSessionUpdateResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-SessionUpdateID CRITICALITY ignore TYPE SessionUpdateID PRESENCE mandatory } |
{ ID id-TransportLayerInformation CRITICALITY ignore TYPE TransportLayerInformation PRESENCE optional } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
MBMSSessionUpdateResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS Session Update Failure
--
-- **************************************************************
MBMSSessionUpdateFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSSessionUpdateFailureIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSSessionUpdateFailureExtensions} } OPTIONAL,
...
}
MBMSSessionUpdateFailureIEs RANAP-PROTOCOL-IES ::= {
{ ID id-SessionUpdateID CRITICALITY ignore TYPE SessionUpdateID PRESENCE mandatory } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
MBMSSessionUpdateFailureExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS SESSION STOP PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MBMS Session Stop
--
-- **************************************************************
MBMSSessionStop ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSSessionStopIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSSessionStopExtensions} } OPTIONAL,
...
}
MBMSSessionStopIEs RANAP-PROTOCOL-IES ::= {
{ ID id-MBMSCNDe-Registration CRITICALITY reject TYPE MBMSCNDe-Registration PRESENCE mandatory },
...
}
MBMSSessionStopExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS Session Stop Response
--
-- **************************************************************
MBMSSessionStopResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSSessionStopResponseIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSSessionStopResponseExtensions} } OPTIONAL,
...
}
MBMSSessionStopResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
MBMSSessionStopResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS UE LINKING PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MBMS UE Linking Request
--
-- **************************************************************
MBMSUELinkingRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSUELinkingRequestIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSUELinkingRequestExtensions} } OPTIONAL,
...
}
MBMSUELinkingRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-JoinedMBMSBearerServicesList CRITICALITY reject TYPE JoinedMBMSBearerService-IEs PRESENCE optional } |
{ ID id-LeftMBMSBearerServicesList CRITICALITY reject TYPE LeftMBMSBearerService-IEs PRESENCE optional },
...
}
LeftMBMSBearerService-IEs ::= SEQUENCE (SIZE (1.. maxnoofMulticastServicesPerUE)) OF
SEQUENCE {
tMGI TMGI,
iE-Extensions ProtocolExtensionContainer { {LeftMBMSBearerService-ExtIEs} } OPTIONAL,
...
}
LeftMBMSBearerService-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
MBMSUELinkingRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS UE Linking Response
--
-- **************************************************************
MBMSUELinkingResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSUELinkingResponseIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSUELinkingResponseExtensions} } OPTIONAL,
...
}
MBMSUELinkingResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-UnsuccessfulLinkingList CRITICALITY ignore TYPE UnsuccessfulLinking-IEs PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
UnsuccessfulLinking-IEs ::= SEQUENCE (SIZE (1.. maxnoofMulticastServicesPerUE)) OF
SEQUENCE {
tMGI TMGI,
cause Cause,
iE-Extensions ProtocolExtensionContainer { {UnsuccessfulLinking-ExtIEs} } OPTIONAL,
...
}
UnsuccessfulLinking-ExtIEs RANAP-PROTOCOL-EXTENSION ::= {
...
}
MBMSUELinkingResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS REGISTRATION PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MBMS Registration Request
--
-- **************************************************************
MBMSRegistrationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSRegistrationRequestIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSRegistrationRequestExtensions} } OPTIONAL,
...
}
MBMSRegistrationRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-MBMSRegistrationRequestType CRITICALITY reject TYPE MBMSRegistrationRequestType PRESENCE mandatory } |
{ ID id-TMGI CRITICALITY reject TYPE TMGI PRESENCE mandatory } |
{ ID id-IPMulticastAddress CRITICALITY reject TYPE IPMulticastAddress PRESENCE conditional
-- This IE shall be present if the MBMS Registration Request Type IE is set to "register" -- } |
{ ID id-APN CRITICALITY reject TYPE APN PRESENCE conditional
-- This IE shall be present if the MBMS Registration Request Type IE is set to "register" -- } |
{ ID id-GlobalRNC-ID CRITICALITY reject TYPE GlobalRNC-ID PRESENCE optional },
...
}
MBMSRegistrationRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
-- **************************************************************
--
-- MBMS Registration Response
--
-- **************************************************************
MBMSRegistrationResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSRegistrationResponseIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSRegistrationResponseExtensions} } OPTIONAL,
...
}
MBMSRegistrationResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-TMGI CRITICALITY ignore TYPE TMGI PRESENCE optional } |
{ ID id-GlobalCN-ID CRITICALITY ignore TYPE GlobalCN-ID PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
MBMSRegistrationResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS Registration Failure
--
-- **************************************************************
MBMSRegistrationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSRegistrationFailureIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSRegistrationFailureExtensions} } OPTIONAL,
...
}
MBMSRegistrationFailureIEs RANAP-PROTOCOL-IES ::= {
{ ID id-TMGI CRITICALITY ignore TYPE TMGI PRESENCE optional } |
{ ID id-GlobalCN-ID CRITICALITY ignore TYPE GlobalCN-ID PRESENCE optional } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
MBMSRegistrationFailureExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS CN DE-REGISTRATION PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MBMS CN De-Registration Request
--
-- **************************************************************
MBMSCNDe-RegistrationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSCNDe-RegistrationRequestIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSCNDe-RegistrationRequestExtensions} } OPTIONAL,
...
}
MBMSCNDe-RegistrationRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-TMGI CRITICALITY reject TYPE TMGI PRESENCE mandatory } |
{ ID id-GlobalCN-ID CRITICALITY reject TYPE GlobalCN-ID PRESENCE optional },
...
}
MBMSCNDe-RegistrationRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS CN De-Registration Response
--
-- **************************************************************
MBMSCNDe-RegistrationResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSCNDe-RegistrationResponseIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSCNDe-RegistrationResponseExtensions} } OPTIONAL,
...
}
MBMSCNDe-RegistrationResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-TMGI CRITICALITY ignore TYPE TMGI PRESENCE mandatory } |
{ ID id-GlobalRNC-ID CRITICALITY ignore TYPE GlobalRNC-ID PRESENCE mandatory } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
MBMSCNDe-RegistrationResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 7 to indicate extended RNC-ID --
{ ID id-ExtendedRNC-ID CRITICALITY reject EXTENSION ExtendedRNC-ID PRESENCE optional },
...
}
-- **************************************************************
--
-- MBMS RAB ESTABLISHMENT INDICATION PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MBMS RAB Establishment Indication
--
-- **************************************************************
MBMSRABEstablishmentIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MBMSRABEstablishmentIndicationIEs} },
protocolExtensions ProtocolExtensionContainer { { MBMSRABEstablishmentIndicationExtensions} } OPTIONAL,
...
}
MBMSRABEstablishmentIndicationIEs RANAP-PROTOCOL-IES ::= {
{ ID id-TransportLayerInformation CRITICALITY ignore TYPE TransportLayerInformation PRESENCE mandatory } ,
...
}
MBMSRABEstablishmentIndicationExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS RAB RELEASE PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MBMS RAB Release Request
--
-- **************************************************************
MBMSRABReleaseRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {MBMSRABReleaseRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {MBMSRABReleaseRequestExtensions} } OPTIONAL,
...
}
MBMSRABReleaseRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
MBMSRABReleaseRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS RAB Release
--
-- **************************************************************
MBMSRABRelease ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {MBMSRABReleaseIEs} },
protocolExtensions ProtocolExtensionContainer { {MBMSRABReleaseExtensions} } OPTIONAL,
...
}
MBMSRABReleaseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
MBMSRABReleaseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS RAB Release Failure
--
-- **************************************************************
MBMSRABReleaseFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {MBMSRABReleaseFailureIEs} },
protocolExtensions ProtocolExtensionContainer { {MBMSRABReleaseFailureExtensions} } OPTIONAL,
...
}
MBMSRABReleaseFailureIEs RANAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
MBMSRABReleaseFailureExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- SRVCC PREPARATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- SRVCC CS Keys Request
--
-- **************************************************************
SRVCC-CSKeysRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {SRVCC-CSKeysRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {SRVCC-CSKeysRequestExtensions} } OPTIONAL,
...
}
SRVCC-CSKeysRequestIEs RANAP-PROTOCOL-IES ::= {
...
}
SRVCC-CSKeysRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- SRVCC CS Keys Response
--
-- **************************************************************
SRVCC-CSKeysResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {SRVCC-CSKeysResponseIEs} },
protocolExtensions ProtocolExtensionContainer { {SRVCC-CSKeysResponseExtensions} } OPTIONAL,
...
}
SRVCC-CSKeysResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-IntegrityProtectionKey CRITICALITY reject TYPE IntegrityProtectionKey PRESENCE mandatory }|
{ ID id-EncryptionKey CRITICALITY reject TYPE EncryptionKey PRESENCE mandatory }|
{ ID id-SRVCC-Information CRITICALITY reject TYPE SRVCC-Information PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
SRVCC-CSKeysResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE RADIO CAPABILITY MATCH PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- UE Radio Capability Match Request
--
-- **************************************************************
UeRadioCapabilityMatchRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UeRadioCapabilityMatchRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {UeRadioCapabilityMatchRequestExtensions} } OPTIONAL,
...
}
UeRadioCapabilityMatchRequestIEs RANAP-PROTOCOL-IES ::= {
...
}
UeRadioCapabilityMatchRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE Radio Capability Match Response
--
-- **************************************************************
UeRadioCapabilityMatchResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UeRadioCapabilityMatchResponseIEs} },
protocolExtensions ProtocolExtensionContainer { {UeRadioCapabilityMatchResponseExtensions} } OPTIONAL,
...
}
UeRadioCapabilityMatchResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-VoiceSupportMatchIndicator CRITICALITY reject TYPE VoiceSupportMatchIndicator PRESENCE mandatory },
...
}
UeRadioCapabilityMatchResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE REGISTRATION QUERY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- UE Registration Query Request
--
-- **************************************************************
UeRegistrationQueryRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UeRegistrationQueryRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {UeRegistrationQueryRequestExtensions} } OPTIONAL,
...
}
UeRegistrationQueryRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-IuSigConId CRITICALITY ignore TYPE IuSignallingConnectionIdentifier PRESENCE mandatory}|
{ ID id-PermanentNAS-UE-ID CRITICALITY ignore TYPE PermanentNAS-UE-ID PRESENCE mandatory},
...
}
UeRegistrationQueryRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE Registration Query Response
--
-- **************************************************************
UeRegistrationQueryResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UeRegistrationQueryResponseIEs} },
protocolExtensions ProtocolExtensionContainer { {UeRegistrationQueryResponseExtensions} } OPTIONAL,
...
}
UeRegistrationQueryResponseIEs RANAP-PROTOCOL-IES ::= {
{ ID id-UERegistrationQueryResult CRITICALITY ignore TYPE UERegistrationQueryResult PRESENCE mandatory},
...
}
UeRegistrationQueryResponseExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- REROUTE NAS REQUEST PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Reroute NAS Request
--
-- **************************************************************
RerouteNASRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {RerouteNASRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {RerouteNASRequestExtensions} } OPTIONAL,
...
}
RerouteNASRequestIEs RANAP-PROTOCOL-IES ::= {
{ ID id-RANAP-Message CRITICALITY ignore TYPE OCTET STRING PRESENCE mandatory}|
{ ID id-SGSN-Group-Identity CRITICALITY ignore TYPE SGSN-Group-Identity PRESENCE mandatory}|
{ ID id-P-TMSI CRITICALITY ignore TYPE P-TMSI PRESENCE optional}|
{ ID id-UE-Usage-Type CRITICALITY ignore TYPE UE-Usage-Type PRESENCE optional},
...
}
RerouteNASRequestExtensions RANAP-PROTOCOL-EXTENSION ::= {
...
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/ranap/RANAP-PDU-Descriptions.asn | -- RANAP-PDU-Descriptions.asn
--
-- 3GPP TS 25.413 V14.0.0 (2017-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25413.htm
--
-- 9.3.2 Elementary Procedure Definitions
--
-- **************************************************************
--
-- Elementary Procedure definitions
--
-- **************************************************************
RANAP-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) ranap (0) version1 (1) ranap-PDU-Descriptions (0)}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Criticality,
ProcedureCode
FROM RANAP-CommonDataTypes
Iu-ReleaseCommand,
Iu-ReleaseComplete,
RelocationCommand,
RelocationPreparationFailure,
RelocationRequired,
RelocationRequest,
RelocationRequestAcknowledge,
RelocationFailure,
RelocationCancel,
RelocationCancelAcknowledge,
EnhancedRelocationCompleteRequest,
EnhancedRelocationCompleteResponse,
EnhancedRelocationCompleteFailure,
EnhancedRelocationCompleteConfirm,
SRNS-ContextRequest,
SRNS-ContextResponse,
SecurityModeCommand,
SecurityModeComplete,
SecurityModeReject,
DataVolumeReportRequest,
DataVolumeReport,
Reset,
ResetAcknowledge,
RAB-ReleaseRequest,
Iu-ReleaseRequest,
RelocationDetect,
RelocationComplete,
Paging,
CommonID,
CN-InvokeTrace,
CN-DeactivateTrace,
LocationReportingControl,
LocationReport,
InitialUE-Message,
DirectTransfer,
Overload,
ErrorIndication,
SRNS-DataForwardCommand,
ForwardSRNS-Context,
RAB-AssignmentRequest,
RAB-AssignmentResponse,
RAB-ModifyRequest,
PrivateMessage,
ResetResource,
ResetResourceAcknowledge,
RANAP-RelocationInformation,
RANAP-EnhancedRelocationInformationRequest,
RANAP-EnhancedRelocationInformationResponse,
LocationRelatedDataRequest,
LocationRelatedDataResponse,
LocationRelatedDataFailure,
InformationTransferIndication,
InformationTransferConfirmation,
InformationTransferFailure,
UESpecificInformationIndication,
DirectInformationTransfer,
UplinkInformationExchangeRequest,
UplinkInformationExchangeResponse,
UplinkInformationExchangeFailure,
MBMSSessionStart,
MBMSSessionStartResponse,
MBMSSessionStartFailure,
MBMSSessionUpdate,
MBMSSessionUpdateResponse,
MBMSSessionUpdateFailure,
MBMSSessionStop,
MBMSSessionStopResponse,
MBMSUELinkingRequest,
MBMSUELinkingResponse,
MBMSRegistrationRequest,
MBMSRegistrationResponse,
MBMSRegistrationFailure,
MBMSCNDe-RegistrationRequest,
MBMSCNDe-RegistrationResponse,
MBMSRABEstablishmentIndication,
MBMSRABReleaseRequest,
MBMSRABRelease,
MBMSRABReleaseFailure,
SRVCC-CSKeysRequest,
SRVCC-CSKeysResponse,
UeRadioCapabilityMatchRequest,
UeRadioCapabilityMatchResponse,
UeRegistrationQueryRequest,
UeRegistrationQueryResponse,
RerouteNASRequest
FROM RANAP-PDU-Contents
id-LocationRelatedData,
id-CN-DeactivateTrace,
id-CN-InvokeTrace,
id-CommonID,
id-DataVolumeReport,
id-DirectTransfer,
id-ErrorIndication,
id-ForwardSRNS-Context,
id-InformationTransfer,
id-InitialUE-Message,
id-Iu-Release,
id-Iu-ReleaseRequest,
id-LocationReport,
id-LocationReportingControl,
id-OverloadControl,
id-Paging,
id-privateMessage,
id-RAB-Assignment,
id-RAB-ReleaseRequest,
id-RAB-ModifyRequest,
id-RANAP-Relocation,
id-RANAPenhancedRelocation,
id-RelocationCancel,
id-RelocationComplete,
id-RelocationDetect,
id-RelocationPreparation,
id-RelocationResourceAllocation,
id-enhancedRelocationComplete,
id-enhancedRelocationCompleteConfirm,
id-Reset,
id-SRNS-ContextTransfer,
id-SRNS-DataForward,
id-SecurityModeControl,
id-ResetResource,
id-UESpecificInformation,
id-DirectInformationTransfer,
id-UplinkInformationExchange,
id-MBMSSessionStart,
id-MBMSSessionUpdate,
id-MBMSSessionStop,
id-MBMSUELinking,
id-MBMSRegistration,
id-MBMSCNDe-Registration-Procedure,
id-MBMSRABEstablishmentIndication,
id-MBMSRABRelease,
id-SRVCCPreparation,
id-UeRadioCapabilityMatch,
id-UeRegistrationQuery,
id-RerouteNASRequest
FROM RANAP-Constants;
-- **************************************************************
--
-- Interface Elementary Procedure Class
--
-- **************************************************************
RANAP-ELEMENTARY-PROCEDURE ::= CLASS {
&InitiatingMessage ,
&SuccessfulOutcome OPTIONAL,
&UnsuccessfulOutcome OPTIONAL,
&Outcome OPTIONAL,
&procedureCode ProcedureCode UNIQUE,
&criticality Criticality DEFAULT ignore
}
WITH SYNTAX {
INITIATING MESSAGE &InitiatingMessage
[SUCCESSFUL OUTCOME &SuccessfulOutcome]
[UNSUCCESSFUL OUTCOME &UnsuccessfulOutcome]
[OUTCOME &Outcome]
PROCEDURE CODE &procedureCode
[CRITICALITY &criticality]
}
-- **************************************************************
--
-- Interface PDU Definition
--
-- **************************************************************
RANAP-PDU ::= CHOICE {
initiatingMessage InitiatingMessage,
successfulOutcome SuccessfulOutcome,
unsuccessfulOutcome UnsuccessfulOutcome,
outcome Outcome,
...
}
InitiatingMessage ::= SEQUENCE {
procedureCode RANAP-ELEMENTARY-PROCEDURE.&procedureCode ({RANAP-ELEMENTARY-PROCEDURES}),
criticality RANAP-ELEMENTARY-PROCEDURE.&criticality ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value RANAP-ELEMENTARY-PROCEDURE.&InitiatingMessage ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
SuccessfulOutcome ::= SEQUENCE {
procedureCode RANAP-ELEMENTARY-PROCEDURE.&procedureCode ({RANAP-ELEMENTARY-PROCEDURES}),
criticality RANAP-ELEMENTARY-PROCEDURE.&criticality ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value RANAP-ELEMENTARY-PROCEDURE.&SuccessfulOutcome ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
UnsuccessfulOutcome ::= SEQUENCE {
procedureCode RANAP-ELEMENTARY-PROCEDURE.&procedureCode ({RANAP-ELEMENTARY-PROCEDURES}),
criticality RANAP-ELEMENTARY-PROCEDURE.&criticality ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value RANAP-ELEMENTARY-PROCEDURE.&UnsuccessfulOutcome ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
Outcome ::= SEQUENCE {
procedureCode RANAP-ELEMENTARY-PROCEDURE.&procedureCode ({RANAP-ELEMENTARY-PROCEDURES}),
criticality RANAP-ELEMENTARY-PROCEDURE.&criticality ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value RANAP-ELEMENTARY-PROCEDURE.&Outcome ({RANAP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
-- **************************************************************
--
-- Interface Elementary Procedure List
--
-- **************************************************************
RANAP-ELEMENTARY-PROCEDURES RANAP-ELEMENTARY-PROCEDURE ::= {
RANAP-ELEMENTARY-PROCEDURES-CLASS-1 |
RANAP-ELEMENTARY-PROCEDURES-CLASS-2 |
RANAP-ELEMENTARY-PROCEDURES-CLASS-3 ,
...
}
RANAP-ELEMENTARY-PROCEDURES-CLASS-1 RANAP-ELEMENTARY-PROCEDURE ::= {
iu-Release |
relocationPreparation |
relocationResourceAllocation |
relocationCancel |
sRNS-ContextTransfer |
securityModeControl |
dataVolumeReport |
reset |
resetResource ,
...,
locationRelatedData |
informationTransfer |
uplinkInformationExchange |
mBMSSessionStart |
mBMSSessionUpdate |
mBMSSessionStop |
mBMSUELinking |
mBMSRegistration |
mBMSCNDe-Registration |
mBMSRABRelease |
enhancedRelocationComplete |
rANAP-enhancedRelocation |
sRVCCPreparation |
ueRadioCapabilityMatch |
ueRegistrationQuery }
RANAP-ELEMENTARY-PROCEDURES-CLASS-2 RANAP-ELEMENTARY-PROCEDURE ::= {
rAB-ReleaseRequest |
iu-ReleaseRequest |
relocationDetect |
relocationComplete |
paging |
commonID |
cN-InvokeTrace |
cN-DeactivateTrace |
locationReportingControl |
locationReport |
initialUE-Message |
directTransfer |
overloadControl |
errorIndication |
sRNS-DataForward |
forwardSRNS-Context |
privateMessage |
rANAP-Relocation ,
...,
rAB-ModifyRequest |
uESpecificInformation |
directInformationTransfer |
mBMSRABEstablishmentIndication |
enhancedRelocationCompleteConfirm |
rerouteNASRequest
}
RANAP-ELEMENTARY-PROCEDURES-CLASS-3 RANAP-ELEMENTARY-PROCEDURE ::= {
rAB-Assignment ,
...
}
-- **************************************************************
--
-- Interface Elementary Procedures
--
-- **************************************************************
iu-Release RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Iu-ReleaseCommand
SUCCESSFUL OUTCOME Iu-ReleaseComplete
PROCEDURE CODE id-Iu-Release
CRITICALITY reject
}
relocationPreparation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationRequired
SUCCESSFUL OUTCOME RelocationCommand
UNSUCCESSFUL OUTCOME RelocationPreparationFailure
PROCEDURE CODE id-RelocationPreparation
CRITICALITY reject
}
relocationResourceAllocation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationRequest
SUCCESSFUL OUTCOME RelocationRequestAcknowledge
UNSUCCESSFUL OUTCOME RelocationFailure
PROCEDURE CODE id-RelocationResourceAllocation
CRITICALITY reject
}
relocationCancel RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationCancel
SUCCESSFUL OUTCOME RelocationCancelAcknowledge
PROCEDURE CODE id-RelocationCancel
CRITICALITY reject
}
sRNS-ContextTransfer RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE SRNS-ContextRequest
SUCCESSFUL OUTCOME SRNS-ContextResponse
PROCEDURE CODE id-SRNS-ContextTransfer
CRITICALITY reject
}
securityModeControl RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE SecurityModeCommand
SUCCESSFUL OUTCOME SecurityModeComplete
UNSUCCESSFUL OUTCOME SecurityModeReject
PROCEDURE CODE id-SecurityModeControl
CRITICALITY reject
}
dataVolumeReport RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DataVolumeReportRequest
SUCCESSFUL OUTCOME DataVolumeReport
PROCEDURE CODE id-DataVolumeReport
CRITICALITY reject
}
reset RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Reset
SUCCESSFUL OUTCOME ResetAcknowledge
PROCEDURE CODE id-Reset
CRITICALITY reject
}
rAB-ReleaseRequest RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RAB-ReleaseRequest
PROCEDURE CODE id-RAB-ReleaseRequest
CRITICALITY ignore
}
iu-ReleaseRequest RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Iu-ReleaseRequest
PROCEDURE CODE id-Iu-ReleaseRequest
CRITICALITY ignore
}
relocationDetect RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationDetect
PROCEDURE CODE id-RelocationDetect
CRITICALITY ignore
}
relocationComplete RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationComplete
PROCEDURE CODE id-RelocationComplete
CRITICALITY ignore
}
paging RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Paging
PROCEDURE CODE id-Paging
CRITICALITY ignore
}
commonID RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CommonID
PROCEDURE CODE id-CommonID
CRITICALITY ignore
}
cN-InvokeTrace RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CN-InvokeTrace
PROCEDURE CODE id-CN-InvokeTrace
CRITICALITY ignore
}
cN-DeactivateTrace RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CN-DeactivateTrace
PROCEDURE CODE id-CN-DeactivateTrace
CRITICALITY ignore
}
locationReportingControl RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE LocationReportingControl
PROCEDURE CODE id-LocationReportingControl
CRITICALITY ignore
}
locationReport RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE LocationReport
PROCEDURE CODE id-LocationReport
CRITICALITY ignore
}
initialUE-Message RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE InitialUE-Message
PROCEDURE CODE id-InitialUE-Message
CRITICALITY ignore
}
directTransfer RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DirectTransfer
PROCEDURE CODE id-DirectTransfer
CRITICALITY ignore
}
overloadControl RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Overload
PROCEDURE CODE id-OverloadControl
CRITICALITY ignore
}
errorIndication RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ErrorIndication
PROCEDURE CODE id-ErrorIndication
CRITICALITY ignore
}
sRNS-DataForward RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE SRNS-DataForwardCommand
PROCEDURE CODE id-SRNS-DataForward
CRITICALITY ignore
}
forwardSRNS-Context RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ForwardSRNS-Context
PROCEDURE CODE id-ForwardSRNS-Context
CRITICALITY ignore
}
rAB-Assignment RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RAB-AssignmentRequest
OUTCOME RAB-AssignmentResponse
PROCEDURE CODE id-RAB-Assignment
CRITICALITY reject
}
privateMessage RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PrivateMessage
PROCEDURE CODE id-privateMessage
CRITICALITY ignore
}
resetResource RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ResetResource
SUCCESSFUL OUTCOME ResetResourceAcknowledge
PROCEDURE CODE id-ResetResource
CRITICALITY reject
}
rANAP-Relocation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RANAP-RelocationInformation
PROCEDURE CODE id-RANAP-Relocation
CRITICALITY ignore
}
rAB-ModifyRequest RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RAB-ModifyRequest
PROCEDURE CODE id-RAB-ModifyRequest
CRITICALITY ignore
}
locationRelatedData RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE LocationRelatedDataRequest
SUCCESSFUL OUTCOME LocationRelatedDataResponse
UNSUCCESSFUL OUTCOME LocationRelatedDataFailure
PROCEDURE CODE id-LocationRelatedData
CRITICALITY reject
}
informationTransfer RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE InformationTransferIndication
SUCCESSFUL OUTCOME InformationTransferConfirmation
UNSUCCESSFUL OUTCOME InformationTransferFailure
PROCEDURE CODE id-InformationTransfer
CRITICALITY reject
}
uESpecificInformation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UESpecificInformationIndication
PROCEDURE CODE id-UESpecificInformation
CRITICALITY ignore
}
directInformationTransfer RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DirectInformationTransfer
PROCEDURE CODE id-DirectInformationTransfer
CRITICALITY ignore
}
uplinkInformationExchange RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UplinkInformationExchangeRequest
SUCCESSFUL OUTCOME UplinkInformationExchangeResponse
UNSUCCESSFUL OUTCOME UplinkInformationExchangeFailure
PROCEDURE CODE id-UplinkInformationExchange
CRITICALITY reject
}
mBMSSessionStart RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSSessionStart
SUCCESSFUL OUTCOME MBMSSessionStartResponse
UNSUCCESSFUL OUTCOME MBMSSessionStartFailure
PROCEDURE CODE id-MBMSSessionStart
CRITICALITY reject
}
mBMSSessionUpdate RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSSessionUpdate
SUCCESSFUL OUTCOME MBMSSessionUpdateResponse
UNSUCCESSFUL OUTCOME MBMSSessionUpdateFailure
PROCEDURE CODE id-MBMSSessionUpdate
CRITICALITY reject
}
mBMSSessionStop RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSSessionStop
SUCCESSFUL OUTCOME MBMSSessionStopResponse
PROCEDURE CODE id-MBMSSessionStop
CRITICALITY reject
}
mBMSUELinking RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSUELinkingRequest
OUTCOME MBMSUELinkingResponse
PROCEDURE CODE id-MBMSUELinking
CRITICALITY reject
}
mBMSRegistration RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSRegistrationRequest
SUCCESSFUL OUTCOME MBMSRegistrationResponse
UNSUCCESSFUL OUTCOME MBMSRegistrationFailure
PROCEDURE CODE id-MBMSRegistration
CRITICALITY reject
}
mBMSCNDe-Registration RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSCNDe-RegistrationRequest
SUCCESSFUL OUTCOME MBMSCNDe-RegistrationResponse
PROCEDURE CODE id-MBMSCNDe-Registration-Procedure
CRITICALITY reject
}
mBMSRABEstablishmentIndication RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSRABEstablishmentIndication
PROCEDURE CODE id-MBMSRABEstablishmentIndication
CRITICALITY ignore
}
mBMSRABRelease RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSRABReleaseRequest
SUCCESSFUL OUTCOME MBMSRABRelease
UNSUCCESSFUL OUTCOME MBMSRABReleaseFailure
PROCEDURE CODE id-MBMSRABRelease
CRITICALITY reject
}
enhancedRelocationComplete RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE EnhancedRelocationCompleteRequest
SUCCESSFUL OUTCOME EnhancedRelocationCompleteResponse
UNSUCCESSFUL OUTCOME EnhancedRelocationCompleteFailure
PROCEDURE CODE id-enhancedRelocationComplete
CRITICALITY reject
}
enhancedRelocationCompleteConfirm RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE EnhancedRelocationCompleteConfirm
PROCEDURE CODE id-enhancedRelocationCompleteConfirm
CRITICALITY ignore
}
rANAP-enhancedRelocation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RANAP-EnhancedRelocationInformationRequest
SUCCESSFUL OUTCOME RANAP-EnhancedRelocationInformationResponse
PROCEDURE CODE id-RANAPenhancedRelocation
CRITICALITY reject
}
sRVCCPreparation RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE SRVCC-CSKeysRequest
OUTCOME SRVCC-CSKeysResponse
PROCEDURE CODE id-SRVCCPreparation
CRITICALITY reject
}
ueRadioCapabilityMatch RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UeRadioCapabilityMatchRequest
OUTCOME UeRadioCapabilityMatchResponse
PROCEDURE CODE id-UeRadioCapabilityMatch
CRITICALITY ignore
}
ueRegistrationQuery RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UeRegistrationQueryRequest
OUTCOME UeRegistrationQueryResponse
PROCEDURE CODE id-UeRegistrationQuery
CRITICALITY ignore
}
rerouteNASRequest RANAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RerouteNASRequest
PROCEDURE CODE id-RerouteNASRequest
CRITICALITY reject
}
END |
Configuration | wireshark/epan/dissectors/asn1/ranap/ranap.cnf | # ranap.cnf
# ranap conformation file
#.OPT
PER
ALIGNED
#.END
#.EXPORTS
EncryptionInformation
IntegrityProtectionInformation
InterSystemInformation-TransparentContainer_PDU
LastVisitedUTRANCell-Item_PDU
Service-Handover
Source-ToTarget-TransparentContainer_PDU
SourceCellID_PDU
SourceRNC-ToTargetRNC-TransparentContainer_PDU
TargetRNC-ToSourceRNC-TransparentContainer_PDU
TargetRNC-ID
TargetRNC-ID_PDU
Cause_PDU
#.PDU
LastVisitedUTRANCell-Item
RANAP-PDU
SourceCellID
SourceRNC-ToTargetRNC-TransparentContainer
TargetRNC-ToSourceRNC-TransparentContainer
TargetRNC-ID
#.MAKE_ENUM
ProcedureCode
ProtocolIE-ID
#.USE_VALS_EXT
ProtocolIE-ID
CauseRadioNetwork
ProcedureCode
#.NO_EMIT
TBCD-STRING
#.END
#.OMIT_ASSIGNMENT
RateControlAllowed
ProtocolError-IE-ContainerList
Presence
# NOTE when updating the asn1 spec check if these are used !!!!
ForwardingIndication
SourceeNodeB-ToTargeteNodeB-TransparentContainer
TargeteNodeB-ToSourceeNodeB-TransparentContainer
#.TYPE_RENAME
InitiatingMessage/value InitiatingMessage_value
SuccessfulOutcome/value SuccessfulOutcome_value
UnsuccessfulOutcome/value UnsuccessfulOutcome_value
#.FIELD_RENAME
InitiatingMessage/value initiatingMessagevalue
UnsuccessfulOutcome/value unsuccessfulOutcome_value
SuccessfulOutcome/value successfulOutcome_value
SDU-ErrorRatio/exponent exponent_1_8
PrivateIE-Field/id private_id
ProtocolExtensionField/id ext_id
MessageStructure/_item/repetitionNumber item_repetitionNumber
PrivateIE-Field/value private_value
ProtocolIE-Field/value ie_field_value
RAB-DataVolumeReportItem/dl-UnsuccessfullyTransmittedDataVolume rab-dl-UnsuccessfullyTransmittedDataVolume
#.FN_PARS ProtocolIE-ID VAL_PTR=&ProtocolIE_ID
#.FN_FTR ProtocolIE-ID
if (tree) {
proto_item_append_text(proto_item_get_parent_nth(actx->created_item, 2), ": %s", val_to_str_ext(ProtocolIE_ID, &ranap_ProtocolIE_ID_vals_ext, "unknown (%d)"));
}
#.END
#.FN_PARS ProtocolIE-Field/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolIEFieldValue
#.FN_PARS ProtocolIE-FieldPair/firstValue FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolIEFieldPairFirstValue
#.FN_PARS ProtocolIE-FieldPair/secondValue FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolIEFieldPairSecondValue
#.FN_PARS ProtocolExtensionID VAL_PTR=&ProtocolExtensionID
#.FN_PARS ProtocolExtensionField/extensionValue FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolExtensionFieldExtensionValue
#.FN_PARS ProcedureCode VAL_PTR = &ProcedureCode
#.FN_FTR ProcedureCode
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "%s ",
val_to_str_ext_const(ProcedureCode, &ranap_ProcedureCode_vals_ext,
"unknown message"));
#.END
#.FN_PARS InitiatingMessage/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_InitiatingMessageValue
#.FN_PARS SuccessfulOutcome/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_SuccessfulOutcomeValue
#.FN_PARS UnsuccessfulOutcome/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_UnsuccessfulOutcomeValue
#.FN_PARS Outcome/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_OutcomeValue
#--- Parameterization is not supported in asn2wrs ---
#ProtocolIE-ContainerList {INTEGER : lowerBound, INTEGER : upperBound, RANAP-PROTOCOL-IES : IEsSetParam} ::=
# SEQUENCE (SIZE (lowerBound..upperBound)) OF
# ProtocolIE-Container {{IEsSetParam}}
#.FN_PARS ProtocolIE-ContainerList
MIN_VAL = asn1_param_get_integer(%(ACTX)s,"lowerBound")
MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
#.FN_HDR ProtocolIE-ContainerList
static const asn1_par_def_t ProtocolIE_ContainerList_pars[] = {
{ "lowerBound", ASN1_PAR_INTEGER },
{ "upperBound", ASN1_PAR_INTEGER },
{ NULL, (asn1_par_type)0 }
};
asn1_stack_frame_check(actx, "ProtocolIE-ContainerList", ProtocolIE_ContainerList_pars);
#.END
#ProtocolIE-ContainerPairList {INTEGER : lowerBound, INTEGER : upperBound, RANAP-PROTOCOL-IES-PAIR : IEsSetParam} ::=
# SEQUENCE (SIZE (lowerBound..upperBound)) OF
# ProtocolIE-ContainerPair {{IEsSetParam}}
#.FN_PARS ProtocolIE-ContainerPairList
MIN_VAL = asn1_param_get_integer(%(ACTX)s,"lowerBound")
MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
#.FN_HDR ProtocolIE-ContainerPairList
static const asn1_par_def_t ProtocolIE_ContainerPairList_pars[] = {
{ "lowerBound", ASN1_PAR_INTEGER },
{ "upperBound", ASN1_PAR_INTEGER },
{ NULL, (asn1_par_type)0 }
};
asn1_stack_frame_check(actx, "ProtocolIE-ContainerPairList", ProtocolIE_ContainerPairList_pars);
#.END
#RAB-IE-ContainerList { RANAP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxNrOfRABs, {IEsSetParam} }
#.FN_BODY RAB-IE-ContainerList
asn1_stack_frame_push(%(ACTX)s, "ProtocolIE-ContainerList");
asn1_param_push_integer(%(ACTX)s, 1);
asn1_param_push_integer(%(ACTX)s, maxNrOfRABs);
%(DEFAULT_BODY)s
asn1_stack_frame_pop(%(ACTX)s, "ProtocolIE-ContainerList");
#.END
#RAB-IE-ContainerPairList { RANAP-PROTOCOL-IES-PAIR : IEsSetParam } ::= ProtocolIE-ContainerPairList { 1, maxNrOfRABs, {IEsSetParam} }
#.FN_BODY RAB-IE-ContainerPairList
asn1_stack_frame_push(%(ACTX)s, "ProtocolIE-ContainerPairList");
asn1_param_push_integer(%(ACTX)s, 1);
asn1_param_push_integer(%(ACTX)s, maxNrOfRABs);
%(DEFAULT_BODY)s
asn1_stack_frame_pop(%(ACTX)s, "ProtocolIE-ContainerPairList");
#.END
#ProtocolError-IE-ContainerList { RANAP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxNrOfRABs, {IEsSetParam} }
# Not used ?
# FN_BODY ProtocolError-IE-ContainerList
# asn1_stack_frame_push(%(ACTX)s, "ProtocolIE-ContainerList");
# asn1_param_push_integer(%(ACTX)s, 1);
# asn1_param_push_integer(%(ACTX)s, maxNrOfRABs);
#%(DEFAULT_BODY)s
# asn1_stack_frame_pop(%(ACTX)s, "ProtocolIE-ContainerList");
# END
#IuSigConId-IE-ContainerList { RANAP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxNrOfIuSigConIds, {IEsSetParam} }
#.FN_BODY IuSigConId-IE-ContainerList
asn1_stack_frame_push(%(ACTX)s, "ProtocolIE-ContainerList");
asn1_param_push_integer(%(ACTX)s, 1);
asn1_param_push_integer(%(ACTX)s, maxNrOfIuSigConIds);
%(DEFAULT_BODY)s
asn1_stack_frame_pop(%(ACTX)s, "ProtocolIE-ContainerList");
#.END
#DirectTransfer-IE-ContainerList { RANAP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxNrOfDTs, {IEsSetParam} }
#.FN_BODY DirectTransfer-IE-ContainerList
asn1_stack_frame_push(%(ACTX)s, "ProtocolIE-ContainerList");
asn1_param_push_integer(%(ACTX)s, 1);
asn1_param_push_integer(%(ACTX)s, maxNrOfDTs);
%(DEFAULT_BODY)s
asn1_stack_frame_pop(%(ACTX)s, "ProtocolIE-ContainerList");
#.END
# following construction is not supported by asn2wrs
# IMSI ::= TBCD-STRING (SIZE (3..8))
# TBCD-STRING ::= OCTET STRING
#.FN_BODY IMSI
tvbuff_t* imsi_tvb;
const char *digit_str;
sccp_msg_info_t *sccp_info;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
3, 8, FALSE, &imsi_tvb);
if(!imsi_tvb)
return offset;
/* Hide the octet string default printout */
proto_item_set_hidden(actx->created_item);
digit_str = dissect_e212_imsi(imsi_tvb, actx->pinfo, tree, 0, tvb_reported_length(imsi_tvb), FALSE);
sccp_info = (sccp_msg_info_t *)p_get_proto_data(actx->pinfo->pool, actx->pinfo, proto_ranap, actx->pinfo->curr_layer_num);
if ( sccp_info && sccp_info->data.co.assoc && ! sccp_info->data.co.assoc->calling_party ) {
sccp_info->data.co.assoc->calling_party =
wmem_strdup_printf(wmem_file_scope(), "IMSI: %%s", digit_str );
sccp_info->data.co.assoc->imsi = wmem_strdup(wmem_file_scope(), digit_str );
}
#.END
#.FN_BODY NAS-PDU VAL_PTR = &nas_pdu_tvb
tvbuff_t *nas_pdu_tvb=NULL;
%(DEFAULT_BODY)s
if (nas_pdu_tvb)
dissector_try_uint(nas_pdu_dissector_table, 0x1, nas_pdu_tvb, %(ACTX)s->pinfo, proto_tree_get_root(tree));
#.END
#.FN_BODY RRC-Container VAL_PTR = &rrc_message_tvb
tvbuff_t *rrc_message_tvb=NULL;
guint8 container_choice=0;
%(DEFAULT_BODY)s
if ((rrc_message_tvb)&&(tvb_reported_length(rrc_message_tvb)!=0)&&(glbl_dissect_container)){
switch(ProtocolIE_ID){
case id_Source_ToTarget_TransparentContainer: /* INTEGER ::= 61 */
/* 9.2.1.30a Source to Target Transparent Container
* Note: In the current version of this specification, this IE may
* either carry the Source RNC to Target RNC Transparent Container
* or the Source eNB to Target eNB Transparent Container IE as defined in [49]...
*/
call_dissector(rrc_s_to_trnc_handle,rrc_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
break;
case id_Target_ToSource_TransparentContainer: /* INTEGER ::= 63 */
/* 9.2.1.30b Target to Source Transparent Container
* In the current version of this specification, this IE may
* either carry the Target RNC to Source RNC Transparent Container
* or the Target eNB to Source eNB Transparent Container IE as defined in [49]...
*/
/* Assume a TargetRNC-ToSourceRNC-Container. Peek the RRC octetstream to guess the choice*/
container_choice = tvb_get_guint8(rrc_message_tvb, 0) >> 5;
if (container_choice < 7) {
/* Normal case (0-6): dissect as TargetRNC-ToSourceRNC-Container */
call_dissector(rrc_t_to_srnc_handle,rrc_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
} else {
/* Special case (7 extension): it would have been decoded as NULL. Attempt as HandoverToUTRANCommand instead*/
call_dissector(rrc_ho_to_utran_cmd,rrc_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
}
break;
default:
break;
}
}
#.END
#.FN_BODY OldBSS-ToNewBSS-Information VAL_PTR = &bss_info_tvb
tvbuff_t *bss_info_tvb=NULL;
%(DEFAULT_BODY)s
if (bss_info_tvb)
bssmap_old_bss_to_new_bss_info(bss_info_tvb, tree, actx->pinfo);
#.END
#.FN_BODY NewBSS-To-OldBSS-Information VAL_PTR = &bss_info_tvb
tvbuff_t *bss_info_tvb=NULL;
%(DEFAULT_BODY)s
if (bss_info_tvb)
bssmap_new_bss_to_old_bss_info(bss_info_tvb, tree, actx->pinfo);
#.END
#.FN_BODY L3-Information VAL_PTR = &l3_info_tvb
tvbuff_t *l3_info_tvb=NULL;
%(DEFAULT_BODY)s
if (l3_info_tvb)
dissector_try_uint(nas_pdu_dissector_table, 0x1, l3_info_tvb, %(ACTX)s->pinfo, proto_tree_get_root(tree));
#.END
# following construction is not supported by asn2wrs
# PLMNidentity ::= TBCD-STRING (SIZE (3))
# TBCD-STRING ::= OCTET STRING
#.FN_BODY PLMNidentity VAL_PTR =
tvbuff_t *parameter_tvb=NULL;
ranap_private_data_t *private_data = (ranap_private_data_t*)ranap_get_private_data(actx);
e212_number_type_t number_type = private_data->number_type;
private_data->number_type = E212_NONE;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
3, 3, FALSE, ¶meter_tvb);
if (!parameter_tvb)
return offset;
dissect_e212_mcc_mnc(parameter_tvb, actx->pinfo, tree, 0, number_type, FALSE);
#.END
#.FN_BODY CGI
ranap_private_data_t *private_data = (ranap_private_data_t*)ranap_get_private_data(actx);
private_data->number_type = E212_CGI;
%(DEFAULT_BODY)s
#.FN_BODY LAI
ranap_private_data_t *private_data = (ranap_private_data_t*)ranap_get_private_data(actx);
/* The RANAP ASN.1 defines the RAI as being composed of the LAI and a RAC
* (cf. with the definition in the RNSAP ASN.1); don't override the fields
* in that case.
*/
if (private_data->number_type != E212_RAI) {
private_data->number_type = E212_LAI;
}
%(DEFAULT_BODY)s
#.FN_BODY RAI
ranap_private_data_t *private_data = (ranap_private_data_t*)ranap_get_private_data(actx);
private_data->number_type = E212_RAI;
%(DEFAULT_BODY)s
#.FN_BODY SAI
ranap_private_data_t *private_data = (ranap_private_data_t*)ranap_get_private_data(actx);
private_data->number_type = E212_SAI;
%(DEFAULT_BODY)s
#.FN_BODY TAI
ranap_private_data_t *private_data = (ranap_private_data_t*)ranap_get_private_data(actx);
private_data->number_type = E212_TAI;
%(DEFAULT_BODY)s
# FN_BODY MBMSSessionDuration VAL_PTR = ¶meter_tvb
# tvbuff_t *nas_pdu_tvb=NULL;
#
#%(DEFAULT_BODY)s
#
# if (parameter_tvb)
# dissect_gtp_mbms_ses_dur(parameter_tvb, actx->pinfo, tree);
# 9.2.2.1 Transport Layer Address
# For details on the Transport Layer Address, see ref
# 3GPP TS 25.414: "UTRAN Iu interface data transport and transport signalling".
#
#.FN_BODY TransportLayerAddress VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
proto_item *item;
proto_tree *subtree, *nsap_tree;
guint8 *padded_nsap_bytes;
tvbuff_t *nsap_tvb;
gint tvb_len;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
/* Get the length */
tvb_len = tvb_reported_length(parameter_tvb);
subtree = proto_item_add_subtree(actx->created_item, ett_ranap_transportLayerAddress);
if (tvb_len == 4){
/* IPv4 */
proto_tree_add_item(subtree, hf_ranap_transportLayerAddress_ipv4, parameter_tvb, 0, tvb_len, ENC_BIG_ENDIAN);
private_data_set_transportLayerAddress_ipv4(actx, tvb_get_ipv4(parameter_tvb, 0));
}
if (tvb_len == 16){
/* IPv6 */
proto_tree_add_item(subtree, hf_ranap_transportLayerAddress_ipv6, parameter_tvb, 0, tvb_len, ENC_NA);
}
if (tvb_len == 20 || tvb_len == 7){
/* NSAP */
if (tvb_len == 7){
/* Unpadded IPv4 NSAP */
/* Creating a new TVB with padding */
padded_nsap_bytes = (guint8*) wmem_alloc0(actx->pinfo->pool, 20);
tvb_memcpy(parameter_tvb, padded_nsap_bytes, 0, tvb_len);
nsap_tvb = tvb_new_child_real_data(tvb, padded_nsap_bytes, 20, 20);
add_new_data_source(actx->pinfo, nsap_tvb, "Padded NSAP Data");
} else {
/* Padded NSAP*/
nsap_tvb = parameter_tvb;
}
item = proto_tree_add_item(subtree, hf_ranap_transportLayerAddress_nsap, parameter_tvb, 0, tvb_len, ENC_NA);
nsap_tree = proto_item_add_subtree(item, ett_ranap_transportLayerAddress_nsap);
if(tvb_get_ntoh24(parameter_tvb,0) == 0x350001){
/* IPv4 */
private_data_set_transportLayerAddress_ipv4(actx, tvb_get_ipv4(parameter_tvb, 3));
}
dissect_nsap(nsap_tvb, 0, 20, nsap_tree);
}
#.FN_BODY GTP-TEI VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
int saved_hf;
saved_hf = hf_index;
hf_index = -1;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
proto_tree_add_item(tree, saved_hf, parameter_tvb, 0, 4, ENC_BIG_ENDIAN);
#.FN_HDR SourceRNC-ToTargetRNC-TransparentContainer
/* If SourceRNC-ToTargetRNC-TransparentContainer is called through
dissect_ranap_SourceRNC_ToTargetRNC_TransparentContainer_PDU
ProtocolIE_ID may be unset
*/
ProtocolIE_ID = id_Source_ToTarget_TransparentContainer;
#.FN_HDR TargetRNC-ToSourceRNC-TransparentContainer
/* If TargetRNC-ToSourceRNC-TransparentContainer is called through
dissect_ranap_TargetRNC_ToSourceRNC_TransparentContainer_PDU
ProtocolIE_ID may be unset
*/
ProtocolIE_ID = id_Target_ToSource_TransparentContainer;
#.FN_BODY Source-ToTarget-TransparentContainer VAL_PTR = ¶meter_tvb
# -- Note: In the current version of this specification, this IE may either carry the Source RNC to
#-- Target RNC Transparent Container or the Source eNB to Target eNB Transparent Container IE as
# -- defined in [49]
# [49] 3GPP TS 36.413: "Evolved Universal Terrestrial Radio Access Network (E-UTRAN); S1
# Application Protocol (S1AP)".
dissect_ranap_SourceRNC_ToTargetRNC_TransparentContainer(tvb , offset, actx ,tree , hf_ranap_ranap_SourceRNC_ToTargetRNC_TransparentContainer_PDU );
#.FN_BODY Target-ToSource-TransparentContainer VAL_PTR = ¶meter_tvb
#-- This IE is a transparent container, the IE shall be encoded not as an OCTET STRING but according to the type specifications of the target system.
#-- Note: In the current version of this specification, this IE may either carry the Target RNC to
#-- Source RNC Transparent Container or the Target eNB to Source eNB Transparent Container IE as
#-- defined in [49]
# [49] 3GPP TS 36.413: "Evolved Universal Terrestrial Radio Access Network (E-UTRAN); S1
# Application Protocol (S1AP)".
dissect_ranap_TargetRNC_ToSourceRNC_TransparentContainer(tvb , offset, actx ,tree , hf_ranap_ranap_TargetRNC_ToSourceRNC_TransparentContainer_PDU );
#.FN_BODY BindingID VAL_PTR=&value_tvb
tvbuff_t *value_tvb = NULL;
%(DEFAULT_BODY)s
/* N.B. value_tvb is 4 bytes of OCTET STRING */
if (tvb_get_ntohs(value_tvb, 2) == 0) {
/* Will show first 2 bytes as an integer, as very likely to be a UDP port number */
guint16 port_number = tvb_get_ntohs(value_tvb, 0);
private_data_set_binding_id_port(actx, port_number);
proto_item_append_text(actx->created_item, " (%%u)", port_number);
}
#.FN_BODY UE-History-Information VAL_PTR=&value_tvb
tvbuff_t *value_tvb = NULL;
%(DEFAULT_BODY)s
if (value_tvb)
dissect_s1ap_UE_HistoryInformation_PDU(value_tvb, %(ACTX)s->pinfo, tree, NULL);
#.FN_BODY RAB-SetupOrModifyItemFirst
address ipv4_addr;
guint32 transportLayerAddress_ipv4;
guint16 binding_id;
private_data_set_transportLayerAddress_ipv4(actx, 0);
private_data_set_binding_id_port(actx, 0);
%(DEFAULT_BODY)s
transportLayerAddress_ipv4 = private_data_get_transportLayerAddress_ipv4(actx);
binding_id = private_data_get_binding_id_port(actx);
if (actx->pinfo->fd->visited || transportLayerAddress_ipv4 == 0 || binding_id == 0){
return offset;
}
set_address(&ipv4_addr, AT_IPv4, 4, &transportLayerAddress_ipv4);
/* Set RTP dissector for the UDP stream of this RAB */
rtp_add_address(actx->pinfo, PT_UDP, &ipv4_addr, binding_id, 0, "RANAP", actx->pinfo->num, FALSE, 0);
#.FN_BODY RAB-SetupOrModifiedItem
address ipv4_addr;
guint32 transportLayerAddress_ipv4;
guint16 binding_id;
private_data_set_transportLayerAddress_ipv4(actx, 0);
private_data_set_binding_id_port(actx, 0);
%(DEFAULT_BODY)s
transportLayerAddress_ipv4 = private_data_get_transportLayerAddress_ipv4(actx);
binding_id = private_data_get_binding_id_port(actx);
if (actx->pinfo->fd->visited || transportLayerAddress_ipv4 == 0 || binding_id == 0){
return offset;
}
set_address(&ipv4_addr, AT_IPv4, 4, &transportLayerAddress_ipv4);
/* Set RTP dissector for the UDP stream of this RAB */
rtp_add_address(actx->pinfo, PT_UDP, &ipv4_addr, binding_id, 0, "RANAP", actx->pinfo->num, FALSE, 0);
# Contains the BSSGP RIM PDU as defined in TS 48.018 [36].
#.FN_BODY RIMInformation VAL_PTR=&value_tvb
tvbuff_t *value_tvb = NULL;
%(DEFAULT_BODY)s
if (value_tvb){
call_dissector_only(bssgp_handle, value_tvb, %(ACTX)s->pinfo, tree, NULL);
}
#------ Pretify info column -----
# Iu-ReleaseCommand
#.FN_HDR Iu-ReleaseCommand
col_set_str(actx->pinfo->cinfo, COL_INFO,"Iu-ReleaseCommand ");
# Iu-ReleaseComplete
#.FN_HDR Iu-ReleaseComplete
col_set_str(actx->pinfo->cinfo, COL_INFO,"Iu-ReleaseComplete ");
# RelocationRequired
#.FN_HDR RelocationRequired
col_set_str(actx->pinfo->cinfo, COL_INFO,"RelocationRequired ");
# RelocationCommand
#.FN_HDR RelocationCommand
col_set_str(actx->pinfo->cinfo, COL_INFO,"RelocationCommand ");
# RelocationPreparationFailure
#.FN_HDR RelocationPreparationFailure
col_set_str(actx->pinfo->cinfo, COL_INFO,"RelocationPreparationFailure ");
# RelocationRequest
#.FN_HDR RelocationRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"RelocationRequest ");
# RelocationRequestAcknowledge
#.FN_HDR RelocationRequestAcknowledge
col_set_str(actx->pinfo->cinfo, COL_INFO,"RelocationRequestAcknowledge ");
# RelocationFailure
#.FN_HDR RelocationFailure
col_set_str(actx->pinfo->cinfo, COL_INFO,"RelocationFailure ");
# RelocationCancel
#.FN_HDR RelocationCancel
col_set_str(actx->pinfo->cinfo, COL_INFO,"RelocationCancel ");
# RelocationCancelAcknowledge
#.FN_HDR RelocationCancelAcknowledge
col_set_str(actx->pinfo->cinfo, COL_INFO,"RelocationCancelAcknowledge ");
# SRNS-ContextRequest
#.FN_HDR SRNS-ContextRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"SRNS-ContextRequest ");
# SRNS-ContextResponse
#.FN_HDR SRNS-ContextResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"SRNS-ContextResponse ");
# SecurityModeCommand
#.FN_HDR SecurityModeCommand
col_set_str(actx->pinfo->cinfo, COL_INFO,"SecurityModeCommand ");
# SecurityModeComplete
#.FN_HDR SecurityModeComplete
col_set_str(actx->pinfo->cinfo, COL_INFO,"SecurityModeComplete ");
# SecurityModeReject
#.FN_HDR SecurityModeReject
col_set_str(actx->pinfo->cinfo, COL_INFO,"SecurityModeReject ");
# DataVolumeReportRequest
#.FN_HDR DataVolumeReportRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"DataVolumeReportRequest ");
# DataVolumeReport
#.FN_HDR DataVolumeReport
col_set_str(actx->pinfo->cinfo, COL_INFO,"DataVolumeReport ");
# Reset
#.FN_HDR Reset
col_set_str(actx->pinfo->cinfo, COL_INFO,"Reset ");
# ResetAcknowledge
#.FN_HDR ResetAcknowledge
col_set_str(actx->pinfo->cinfo, COL_INFO,"ResetAcknowledge ");
# RAB-ReleaseRequest
#.FN_HDR RAB-ReleaseRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"RAB-ReleaseRequest ");
# Iu-ReleaseRequest
#.FN_HDR Iu-ReleaseRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"Iu-ReleaseRequest ");
# RelocationDetect
#.FN_HDR RelocationDetect
col_set_str(actx->pinfo->cinfo, COL_INFO,"RelocationDetect ");
# RelocationComplete
#.FN_HDR RelocationComplete
col_set_str(actx->pinfo->cinfo, COL_INFO,"RelocationComplete ");
# Paging
#.FN_HDR Paging
col_set_str(actx->pinfo->cinfo, COL_INFO,"Paging ");
# CommonID
#.FN_HDR CommonID
col_set_str(actx->pinfo->cinfo, COL_INFO,"CommonID ");
# CN-InvokeTrace
#.FN_HDR CN-InvokeTrace
col_set_str(actx->pinfo->cinfo, COL_INFO,"CN-InvokeTrace ");
# CN-DeactivateTrace
#.FN_HDR CN-DeactivateTrace
col_set_str(actx->pinfo->cinfo, COL_INFO,"CN-DeactivateTrace ");
# LocationReportingControl
#.FN_HDR LocationReportingControl
col_set_str(actx->pinfo->cinfo, COL_INFO,"LocationReportingControl ");
# LocationReport
#.FN_HDR LocationReport
col_set_str(actx->pinfo->cinfo, COL_INFO,"LocationReport ");
# InitialUE-Message
#.FN_HDR InitialUE-Message
col_set_str(actx->pinfo->cinfo, COL_INFO,"InitialUE-Message ");
# DirectTransfer
#.FN_HDR DirectTransfer
col_set_str(actx->pinfo->cinfo, COL_INFO,"DirectTransfer ");
# Overload
#.FN_HDR Overload
col_set_str(actx->pinfo->cinfo, COL_INFO,"Overload ");
# ErrorIndication
#.FN_HDR ErrorIndication
col_set_str(actx->pinfo->cinfo, COL_INFO,"ErrorIndication ");
# SRNS-DataForwardCommand
#.FN_HDR SRNS-DataForwardCommand
col_set_str(actx->pinfo->cinfo, COL_INFO,"SRNS-DataForwardCommand ");
# ForwardSRNS-Context
#.FN_HDR ForwardSRNS-Context
col_set_str(actx->pinfo->cinfo, COL_INFO,"ForwardSRNS-Context ");
# RAB-AssignmentRequest
#.FN_HDR RAB-AssignmentRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"RAB-AssignmentRequest ");
# RAB-AssignmentResponse
#.FN_HDR RAB-AssignmentResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"RAB-AssignmentResponse ");
# PrivateMessage
#.FN_HDR PrivateMessage
col_set_str(actx->pinfo->cinfo, COL_INFO,"PrivateMessage ");
# ResetResource
#.FN_HDR ResetResource
col_set_str(actx->pinfo->cinfo, COL_INFO,"ResetResource ");
# ResetResourceAcknowledge
#.FN_HDR ResetResourceAcknowledge
col_set_str(actx->pinfo->cinfo, COL_INFO,"ResetResourceAcknowledge ");
# RANAP-RelocationInformation
#.FN_HDR RANAP-RelocationInformation
col_set_str(actx->pinfo->cinfo, COL_INFO,"RANAP-RelocationInformation ");
# RAB-ModifyRequest
#.FN_HDR RAB-ModifyRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"RAB-ModifyRequest ");
# LocationRelatedDataRequest
#.FN_HDR LocationRelatedDataRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"LocationRelatedDataRequest ");
# LocationRelatedDataResponse
#.FN_HDR LocationRelatedDataResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"LocationRelatedDataResponse ");
# LocationRelatedDataFailure
#.FN_HDR LocationRelatedDataFailure
col_set_str(actx->pinfo->cinfo, COL_INFO,"LocationRelatedDataFailure ");
# InformationTransferIndication
#.FN_HDR InformationTransferIndication
col_set_str(actx->pinfo->cinfo, COL_INFO,"InformationTransferIndication ");
# InformationTransferConfirmation
#.FN_HDR InformationTransferConfirmation
col_set_str(actx->pinfo->cinfo, COL_INFO,"InformationTransferConfirmation ");
# InformationTransferFailure
#.FN_HDR InformationTransferFailure
col_set_str(actx->pinfo->cinfo, COL_INFO,"InformationTransferFailure ");
# UESpecificInformationIndication
#.FN_HDR UESpecificInformationIndication
col_set_str(actx->pinfo->cinfo, COL_INFO,"UESpecificInformationIndication ");
# DirectInformationTransfer
#.FN_HDR DirectInformationTransfer
col_set_str(actx->pinfo->cinfo, COL_INFO,"DirectInformationTransfer ");
# UplinkInformationExchangeRequest
#.FN_HDR UplinkInformationExchangeRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"UplinkInformationExchangeRequest ");
# UplinkInformationExchangeResponse
#.FN_HDR UplinkInformationExchangeResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"UplinkInformationExchangeResponse ");
# UplinkInformationExchangeFailure
#.FN_HDR UplinkInformationExchangeFailure
col_set_str(actx->pinfo->cinfo, COL_INFO,"UplinkInformationExchangeFailure ");
# MBMSSessionStart
#.FN_HDR MBMSSessionStart
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSSessionStart ");
# MBMSSessionStartResponse
#.FN_HDR MBMSSessionStartResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSSessionStartResponse ");
# MBMSSessionStartFailure
#.FN_HDR MBMSSessionStartFailure
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSSessionStartFailure ");
# MBMSSessionUpdate
#.FN_HDR MBMSSessionUpdate
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSSessionUpdate ");
# MBMSSessionUpdateResponse
#.FN_HDR MBMSSessionUpdateResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSSessionUpdateResponse ");
# MBMSSessionUpdateFailure
#.FN_HDR MBMSSessionUpdateFailure
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSSessionUpdateFailure ");
# MBMSSessionStop
#.FN_HDR MBMSSessionStop
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSSessionStop ");
# MBMSSessionStopResponse
#.FN_HDR MBMSSessionStopResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSSessionStopResponse ");
# MBMSUELinkingRequest
#.FN_HDR MBMSUELinkingRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSUELinkingRequest ");
# MBMSUELinkingResponse
#.FN_HDR MBMSUELinkingResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSUELinkingResponse ");
# MBMSRegistrationRequest
#.FN_HDR MBMSRegistrationRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSRegistrationRequest ");
# MBMSRegistrationResponse
#.FN_HDR MBMSRegistrationResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSRegistrationResponse ");
# MBMSRegistrationFailure
#.FN_HDR MBMSRegistrationFailure
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSRegistrationFailure ");
# MBMSCNDe-RegistrationRequest
#.FN_HDR MBMSCNDe-RegistrationRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSCNDe-RegistrationRequest ");
# MBMSCNDe-RegistrationResponse
#.FN_HDR MBMSCNDe-RegistrationResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSCNDe-RegistrationResponse ");
# MBMSRABEstablishmentIndication
#.FN_HDR MBMSRABEstablishmentIndication
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSRABEstablishmentIndication ");
# MBMSRABReleaseRequest
#.FN_HDR MBMSRABReleaseRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSRABReleaseRequest ");
# MBMSRABRelease
#.FN_HDR MBMSRABRelease
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSRABRelease ");
# MBMSRABReleaseFailure
#.FN_HDR MBMSRABReleaseFailure
col_set_str(actx->pinfo->cinfo, COL_INFO,"MBMSRABReleaseFailure ");
# EnhancedRelocationCompleteRequest
#.FN_HDR EnhancedRelocationCompleteRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"EnhancedRelocationCompleteRequest ");
# EnhancedRelocationCompleteResponse
#.FN_HDR EnhancedRelocationCompleteResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"EnhancedRelocationCompleteResponse ");
# EnhancedRelocationCompleteFailure
#.FN_HDR EnhancedRelocationCompleteFailure
col_set_str(actx->pinfo->cinfo, COL_INFO,"EnhancedRelocationCompleteFailure ");
# EnhancedRelocationCompleteConfirm
#.FN_HDR EnhancedRelocationCompleteConfirm
col_set_str(actx->pinfo->cinfo, COL_INFO,"EnhancedRelocationCompleteConfirm ");
# RANAP-EnhancedRelocationInformationRequest
#.FN_HDR RANAP-EnhancedRelocationInformationRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"RANAP-EnhancedRelocationInformationRequest ");
# RANAP-EnhancedRelocationInformationResponse
#.FN_HDR RANAP-EnhancedRelocationInformationResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"RANAP-EnhancedRelocationInformationResponse ");
# SRVCC-CSKeysRequest
#.FN_HDR SRVCC-CSKeysRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"SRVCC-CSKeysRequest ");
# SRVCC-CSKeysResponse
#.FN_HDR SRVCC-CSKeysResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"SRVCC-CSKeysResponse ");
# UeRadioCapabilityMatchRequest
#.FN_HDR UeRadioCapabilityMatchRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"UeRadioCapabilityMatchRequest ");
# UeRadioCapabilityMatchResponse
#.FN_HDR UeRadioCapabilityMatchResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"UeRadioCapabilityMatchResponse ");
# UeRegistrationQueryRequest
#.FN_HDR UeRegistrationQueryRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"UeRegistrationQueryRequest ");
# UeRegistrationQueryResponse
#.FN_HDR UeRegistrationQueryResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,"UeRegistrationQueryResponse ");
# RerouteNASRequest
#.FN_HDR RerouteNASRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,"RerouteNASRequest ");
#.TYPE_ATTR
ProtocolExtensionID TYPE = FT_UINT8 DISPLAY = BASE_DEC|BASE_EXT_STRING STRINGS = &ranap_ProtocolIE_ID_vals_ext
GTP-TEI TYPE = FT_UINT32 DISPLAY = BASE_HEX_DEC STRINGS = NULL
#.TYPE_ATTR
Port-Number TYPE = FT_UINT16 DISPLAY = BASE_DEC
#.FN_BODY Port-Number VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
LAC TYPE = FT_UINT16 DISPLAY = BASE_DEC_HEX
#.FN_BODY LAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
RAC TYPE = FT_UINT8 DISPLAY = BASE_DEC_HEX
#.FN_BODY RAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 1, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
SAC TYPE = FT_UINT16 DISPLAY = BASE_DEC_HEX
#.FN_BODY SAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
TAC TYPE = FT_UINT16 DISPLAY = BASE_DEC_HEX
#.FN_BODY TAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.ASSIGN_VALUE_TO_TYPE # RANAP does not have constants assigned to types, they are pure INTEGER
# ProcedureCode
id-RAB-Assignment ProcedureCode
id-Iu-Release ProcedureCode
id-RelocationPreparation ProcedureCode
id-RelocationResourceAllocation ProcedureCode
id-RelocationCancel ProcedureCode
id-SRNS-ContextTransfer ProcedureCode
id-SecurityModeControl ProcedureCode
id-DataVolumeReport ProcedureCode
id-Not-Used-8 ProcedureCode
id-Reset ProcedureCode
id-RAB-ReleaseRequest ProcedureCode
id-Iu-ReleaseRequest ProcedureCode
id-RelocationDetect ProcedureCode
id-RelocationComplete ProcedureCode
id-Paging ProcedureCode
id-CommonID ProcedureCode
id-CN-InvokeTrace ProcedureCode
id-LocationReportingControl ProcedureCode
id-LocationReport ProcedureCode
id-InitialUE-Message ProcedureCode
id-DirectTransfer ProcedureCode
id-OverloadControl ProcedureCode
id-ErrorIndication ProcedureCode
id-SRNS-DataForward ProcedureCode
id-ForwardSRNS-Context ProcedureCode
id-privateMessage ProcedureCode
id-CN-DeactivateTrace ProcedureCode
id-ResetResource ProcedureCode
id-RANAP-Relocation ProcedureCode
id-RAB-ModifyRequest ProcedureCode
id-LocationRelatedData ProcedureCode
id-InformationTransfer ProcedureCode
id-UESpecificInformation ProcedureCode
id-UplinkInformationExchange ProcedureCode
id-DirectInformationTransfer ProcedureCode
id-MBMSSessionStart ProcedureCode
id-MBMSSessionUpdate ProcedureCode
id-MBMSSessionStop ProcedureCode
id-MBMSUELinking ProcedureCode
id-MBMSRegistration ProcedureCode
id-MBMSCNDe-Registration-Procedure ProcedureCode
id-MBMSRABEstablishmentIndication ProcedureCode
id-MBMSRABRelease ProcedureCode
id-enhancedRelocationComplete ProcedureCode
id-enhancedRelocationCompleteConfirm ProcedureCode
id-RANAPenhancedRelocation ProcedureCode
id-SRVCCPreparation ProcedureCode
id-UeRadioCapabilityMatch ProcedureCode
id-UeRegistrationQuery ProcedureCode
id-RerouteNASRequest ProcedureCode
# When adding a new ProcedureCode, update RANAP_MAX_PC value in packet-ranap-template.c too
# ProtocolIE-ID
id-AreaIdentity ProtocolIE-ID
id-Not-Used-1 ProtocolIE-ID
id-Not-Used-2 ProtocolIE-ID
id-CN-DomainIndicator ProtocolIE-ID
id-Cause ProtocolIE-ID
id-ChosenEncryptionAlgorithm ProtocolIE-ID
id-ChosenIntegrityProtectionAlgorithm ProtocolIE-ID
id-ClassmarkInformation2 ProtocolIE-ID
id-ClassmarkInformation3 ProtocolIE-ID
id-CriticalityDiagnostics ProtocolIE-ID
id-DL-GTP-PDU-SequenceNumber ProtocolIE-ID
id-EncryptionInformation ProtocolIE-ID
id-IntegrityProtectionInformation ProtocolIE-ID
id-IuTransportAssociation ProtocolIE-ID
id-L3-Information ProtocolIE-ID
id-LAI ProtocolIE-ID
id-NAS-PDU ProtocolIE-ID
id-NonSearchingIndication ProtocolIE-ID
id-NumberOfSteps ProtocolIE-ID
id-OMC-ID ProtocolIE-ID
id-OldBSS-ToNewBSS-Information ProtocolIE-ID
id-PagingAreaID ProtocolIE-ID
id-PagingCause ProtocolIE-ID
id-PermanentNAS-UE-ID ProtocolIE-ID
id-RAB-ContextItem ProtocolIE-ID
id-RAB-ContextList ProtocolIE-ID
id-RAB-DataForwardingItem ProtocolIE-ID
id-RAB-DataForwardingItem-SRNS-CtxReq ProtocolIE-ID
id-RAB-DataForwardingList ProtocolIE-ID
id-RAB-DataForwardingList-SRNS-CtxReq ProtocolIE-ID
id-RAB-DataVolumeReportItem ProtocolIE-ID
id-RAB-DataVolumeReportList ProtocolIE-ID
id-RAB-DataVolumeReportRequestItem ProtocolIE-ID
id-RAB-DataVolumeReportRequestList ProtocolIE-ID
id-RAB-FailedItem ProtocolIE-ID
id-RAB-FailedList ProtocolIE-ID
id-RAB-ID ProtocolIE-ID
id-RAB-QueuedItem ProtocolIE-ID
id-RAB-QueuedList ProtocolIE-ID
id-RAB-ReleaseFailedList ProtocolIE-ID
id-RAB-ReleaseItem ProtocolIE-ID
id-RAB-ReleaseList ProtocolIE-ID
id-RAB-ReleasedItem ProtocolIE-ID
id-RAB-ReleasedList ProtocolIE-ID
id-RAB-ReleasedList-IuRelComp ProtocolIE-ID
id-RAB-RelocationReleaseItem ProtocolIE-ID
id-RAB-RelocationReleaseList ProtocolIE-ID
id-RAB-SetupItem-RelocReq ProtocolIE-ID
id-RAB-SetupItem-RelocReqAck ProtocolIE-ID
id-RAB-SetupList-RelocReq ProtocolIE-ID
id-RAB-SetupList-RelocReqAck ProtocolIE-ID
id-RAB-SetupOrModifiedItem ProtocolIE-ID
id-RAB-SetupOrModifiedList ProtocolIE-ID
id-RAB-SetupOrModifyItem ProtocolIE-ID
id-RAB-SetupOrModifyList ProtocolIE-ID
id-RAC ProtocolIE-ID
id-RelocationType ProtocolIE-ID
id-RequestType ProtocolIE-ID
id-SAI ProtocolIE-ID
id-SAPI ProtocolIE-ID
id-SourceID ProtocolIE-ID
id-Source-ToTarget-TransparentContainer ProtocolIE-ID
id-TargetID ProtocolIE-ID
id-Target-ToSource-TransparentContainer ProtocolIE-ID
id-TemporaryUE-ID ProtocolIE-ID
id-TraceReference ProtocolIE-ID
id-TraceType ProtocolIE-ID
id-TransportLayerAddress ProtocolIE-ID
id-TriggerID ProtocolIE-ID
id-UE-ID ProtocolIE-ID
id-UL-GTP-PDU-SequenceNumber ProtocolIE-ID
id-RAB-FailedtoReportItem ProtocolIE-ID
id-RAB-FailedtoReportList ProtocolIE-ID
id-Not-Used-73 ProtocolIE-ID
id-Not-Used-74 ProtocolIE-ID
id-KeyStatus ProtocolIE-ID
id-DRX-CycleLengthCoefficient ProtocolIE-ID
id-IuSigConIdList ProtocolIE-ID
id-IuSigConIdItem ProtocolIE-ID
id-IuSigConId ProtocolIE-ID
id-DirectTransferInformationItem-RANAP-RelocInf ProtocolIE-ID
id-DirectTransferInformationList-RANAP-RelocInf ProtocolIE-ID
id-RAB-ContextItem-RANAP-RelocInf ProtocolIE-ID
id-RAB-ContextList-RANAP-RelocInf ProtocolIE-ID
id-RAB-ContextFailedtoTransferItem ProtocolIE-ID
id-RAB-ContextFailedtoTransferList ProtocolIE-ID
id-GlobalRNC-ID ProtocolIE-ID
id-RAB-ReleasedItem-IuRelComp ProtocolIE-ID
id-MessageStructure ProtocolIE-ID
id-Alt-RAB-Parameters ProtocolIE-ID
id-Ass-RAB-Parameters ProtocolIE-ID
id-RAB-ModifyList ProtocolIE-ID
id-RAB-ModifyItem ProtocolIE-ID
id-TypeOfError ProtocolIE-ID
id-BroadcastAssistanceDataDecipheringKeys ProtocolIE-ID
id-LocationRelatedDataRequestType ProtocolIE-ID
id-GlobalCN-ID ProtocolIE-ID
id-LastKnownServiceArea ProtocolIE-ID
id-SRB-TrCH-Mapping ProtocolIE-ID
id-InterSystemInformation-TransparentContainer ProtocolIE-ID
id-NewBSS-To-OldBSS-Information ProtocolIE-ID
id-Not-Used-101 ProtocolIE-ID
id-Not-Used-102 ProtocolIE-ID
id-SourceRNC-PDCP-context-info ProtocolIE-ID
id-InformationTransferID ProtocolIE-ID
id-SNA-Access-Information ProtocolIE-ID
id-ProvidedData ProtocolIE-ID
id-GERAN-BSC-Container ProtocolIE-ID
id-GERAN-Classmark ProtocolIE-ID
id-GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item ProtocolIE-ID
id-GERAN-Iumode-RAB-FailedList-RABAssgntResponse ProtocolIE-ID
id-VerticalAccuracyCode ProtocolIE-ID
id-ResponseTime ProtocolIE-ID
id-PositioningPriority ProtocolIE-ID
id-ClientType ProtocolIE-ID
id-LocationRelatedDataRequestTypeSpecificToGERANIuMode ProtocolIE-ID
id-SignallingIndication ProtocolIE-ID
id-hS-DSCH-MAC-d-Flow-ID ProtocolIE-ID
id-UESBI-Iu ProtocolIE-ID
id-PositionData ProtocolIE-ID
id-PositionDataSpecificToGERANIuMode ProtocolIE-ID
id-CellLoadInformationGroup ProtocolIE-ID
id-AccuracyFulfilmentIndicator ProtocolIE-ID
id-InformationTransferType ProtocolIE-ID
id-TraceRecordingSessionInformation ProtocolIE-ID
id-TracePropagationParameters ProtocolIE-ID
id-InterSystemInformationTransferType ProtocolIE-ID
id-SelectedPLMN-ID ProtocolIE-ID
id-RedirectionCompleted ProtocolIE-ID
id-RedirectionIndication ProtocolIE-ID
id-NAS-SequenceNumber ProtocolIE-ID
id-RejectCauseValue ProtocolIE-ID
id-APN ProtocolIE-ID
id-CNMBMSLinkingInformation ProtocolIE-ID
id-DeltaRAListofIdleModeUEs ProtocolIE-ID
id-FrequenceLayerConvergenceFlag ProtocolIE-ID
id-InformationExchangeID ProtocolIE-ID
id-InformationExchangeType ProtocolIE-ID
id-InformationRequested ProtocolIE-ID
id-InformationRequestType ProtocolIE-ID
id-IPMulticastAddress ProtocolIE-ID
id-JoinedMBMSBearerServicesList ProtocolIE-ID
id-LeftMBMSBearerServicesList ProtocolIE-ID
id-MBMSBearerServiceType ProtocolIE-ID
id-MBMSCNDe-Registration ProtocolIE-ID
id-MBMSServiceArea ProtocolIE-ID
id-MBMSSessionDuration ProtocolIE-ID
id-MBMSSessionIdentity ProtocolIE-ID
id-PDP-TypeInformation ProtocolIE-ID
id-RAB-Parameters ProtocolIE-ID
id-RAListofIdleModeUEs ProtocolIE-ID
id-MBMSRegistrationRequestType ProtocolIE-ID
id-SessionUpdateID ProtocolIE-ID
id-TMGI ProtocolIE-ID
id-TransportLayerInformation ProtocolIE-ID
id-UnsuccessfulLinkingList ProtocolIE-ID
id-MBMSLinkingInformation ProtocolIE-ID
id-MBMSSessionRepetitionNumber ProtocolIE-ID
id-AlternativeRABConfiguration ProtocolIE-ID
id-AlternativeRABConfigurationRequest ProtocolIE-ID
id-E-DCH-MAC-d-Flow-ID ProtocolIE-ID
id-SourceBSS-ToTargetBSS-TransparentContainer ProtocolIE-ID
id-TargetBSS-ToSourceBSS-TransparentContainer ProtocolIE-ID
id-TimeToMBMSDataTransfer ProtocolIE-ID
id-IncludeVelocity ProtocolIE-ID
id-VelocityEstimate ProtocolIE-ID
id-RedirectAttemptFlag ProtocolIE-ID
id-RAT-Type ProtocolIE-ID
id-PeriodicLocationInfo ProtocolIE-ID
id-MBMSCountingInformation ProtocolIE-ID
id-ExtendedRNC-ID ProtocolIE-ID
id-170-not-to-be-used-for-IE-ids ProtocolIE-ID
id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf ProtocolIE-ID
id-Alt-RAB-Parameter-ExtendedMaxBitrateInf ProtocolIE-ID
id-Ass-RAB-Parameter-ExtendedGuaranteedBitrateList ProtocolIE-ID
id-Ass-RAB-Parameter-ExtendedMaxBitrateList ProtocolIE-ID
id-RAB-Parameter-ExtendedGuaranteedBitrateList ProtocolIE-ID
id-RAB-Parameter-ExtendedMaxBitrateList ProtocolIE-ID
id-Requested-RAB-Parameter-ExtendedMaxBitrateList ProtocolIE-ID
id-Requested-RAB-Parameter-ExtendedGuaranteedBitrateList ProtocolIE-ID
id-LAofIdleModeUEs ProtocolIE-ID
id-newLAListofIdleModeUEs ProtocolIE-ID
id-LAListwithNoIdleModeUEsAnyMore ProtocolIE-ID
id-183-not-to-be-used-for-IE-ids ProtocolIE-ID
id-GANSS-PositioningDataSet ProtocolIE-ID
id-RequestedGANSSAssistanceData ProtocolIE-ID
id-BroadcastGANSSAssistanceDataDecipheringKeys ProtocolIE-ID
id-d-RNTI-for-NoIuCSUP ProtocolIE-ID
id-RAB-SetupList-EnhancedRelocCompleteReq ProtocolIE-ID
id-RAB-SetupItem-EnhancedRelocCompleteReq ProtocolIE-ID
id-RAB-SetupList-EnhancedRelocCompleteRes ProtocolIE-ID
id-RAB-SetupItem-EnhancedRelocCompleteRes ProtocolIE-ID
id-RAB-SetupList-EnhRelocInfoReq ProtocolIE-ID
id-RAB-SetupItem-EnhRelocInfoReq ProtocolIE-ID
id-RAB-SetupList-EnhRelocInfoRes ProtocolIE-ID
id-RAB-SetupItem-EnhRelocInfoRes ProtocolIE-ID
id-OldIuSigConId ProtocolIE-ID
id-RAB-FailedList-EnhRelocInfoRes ProtocolIE-ID
id-RAB-FailedItem-EnhRelocInfoRes ProtocolIE-ID
id-Global-ENB-ID ProtocolIE-ID
id-UE-History-Information ProtocolIE-ID
id-MBMSSynchronisationInformation ProtocolIE-ID
id-SubscriberProfileIDforRFP ProtocolIE-ID
id-CSG-Id ProtocolIE-ID
id-OldIuSigConIdCS ProtocolIE-ID
id-OldIuSigConIdPS ProtocolIE-ID
id-GlobalCN-IDCS ProtocolIE-ID
id-GlobalCN-IDPS ProtocolIE-ID
id-SourceExtendedRNC-ID ProtocolIE-ID
id-RAB-ToBeReleasedItem-EnhancedRelocCompleteRes ProtocolIE-ID
id-RAB-ToBeReleasedList-EnhancedRelocCompleteRes ProtocolIE-ID
id-SourceRNC-ID ProtocolIE-ID
id-Relocation-TargetRNC-ID ProtocolIE-ID
id-Relocation-TargetExtendedRNC-ID ProtocolIE-ID
id-Alt-RAB-Parameter-SupportedGuaranteedBitrateInf ProtocolIE-ID
id-Alt-RAB-Parameter-SupportedMaxBitrateInf ProtocolIE-ID
id-Ass-RAB-Parameter-SupportedGuaranteedBitrateList ProtocolIE-ID
id-Ass-RAB-Parameter-SupportedMaxBitrateList ProtocolIE-ID
id-RAB-Parameter-SupportedGuaranteedBitrateList ProtocolIE-ID
id-RAB-Parameter-SupportedMaxBitrateList ProtocolIE-ID
id-Requested-RAB-Parameter-SupportedMaxBitrateList ProtocolIE-ID
id-Requested-RAB-Parameter-SupportedGuaranteedBitrateList ProtocolIE-ID
id-Relocation-SourceRNC-ID ProtocolIE-ID
id-Relocation-SourceExtendedRNC-ID ProtocolIE-ID
id-EncryptionKey ProtocolIE-ID
id-IntegrityProtectionKey ProtocolIE-ID
id-SRVCC-HO-Indication ProtocolIE-ID
id-SRVCC-Information ProtocolIE-ID
id-SRVCC-Operation-Possible ProtocolIE-ID
id-CSG-Id-List ProtocolIE-ID
id-PSRABtobeReplaced ProtocolIE-ID
id-E-UTRAN-Service-Handover ProtocolIE-ID
id-Not-Used-232 ProtocolIE-ID
id-UE-AggregateMaximumBitRate ProtocolIE-ID
id-CSG-Membership-Status ProtocolIE-ID
id-Cell-Access-Mode ProtocolIE-ID
id-IP-Source-Address ProtocolIE-ID
id-CSFB-Information ProtocolIE-ID
id-PDP-TypeInformation-extension ProtocolIE-ID
id-MSISDN ProtocolIE-ID
id-Offload-RAB-Parameters ProtocolIE-ID
id-LGW-TransportLayerAddress ProtocolIE-ID
id-Correlation-ID ProtocolIE-ID
id-IRAT-Measurement-Configuration ProtocolIE-ID
id-MDT-Configuration ProtocolIE-ID
id-Priority-Class-Indicator ProtocolIE-ID
# Ws Extension
id-Not-Used-246 ProtocolIE-ID
id-RNSAPRelocationParameters ProtocolIE-ID
id-RABParametersList ProtocolIE-ID
id-Management-Based-MDT-Allowed ProtocolIE-ID
id-HigherBitratesThan16MbpsFlag ProtocolIE-ID
id-Trace-Collection-Entity-IP-Addess ProtocolIE-ID
id-End-Of-CSFB ProtocolIE-ID
id-Time-UE-StayedInCell-EnhancedGranularity ProtocolIE-ID
id-Out-Of-UTRAN ProtocolIE-ID
id-TraceRecordingSessionReference ProtocolIE-ID
id-IMSI ProtocolIE-ID
id-HO-Cause ProtocolIE-ID
id-VoiceSupportMatchIndicator ProtocolIE-ID
id-RSRVCC-HO-Indication ProtocolIE-ID
id-RSRVCC-Information ProtocolIE-ID
id-AnchorPLMN-ID ProtocolIE-ID
id-Tunnel-Information-for-BBF ProtocolIE-ID
id-Management-Based-MDT-PLMN-List ProtocolIE-ID
id-SignallingBasedMDTPLMNList ProtocolIE-ID
id-M4Report ProtocolIE-ID
id-M5Report ProtocolIE-ID
id-M6Report ProtocolIE-ID
id-M7Report ProtocolIE-ID
id-TimingDifferenceULDL ProtocolIE-ID
id-Serving-Cell-Identifier ProtocolIE-ID
id-EARFCN-Extended ProtocolIE-ID
id-RSRVCC-Operation-Possible ProtocolIE-ID
id-SIPTO-LGW-TransportLayerAddress ProtocolIE-ID
id-SIPTO-Correlation-ID ProtocolIE-ID
id-LHN-ID ProtocolIE-ID
id-Session-Re-establishment-Indicator ProtocolIE-ID
id-LastE-UTRANPLMNIdentity ProtocolIE-ID
id-RSRQ-Type ProtocolIE-ID
id-RSRQ-Extension ProtocolIE-ID
id-Additional-CSPS-coordination-information ProtocolIE-ID
id-UERegistrationQueryResult ProtocolIE-ID
id-IuSigConIdRangeEnd ProtocolIE-ID
id-BarometricPressure ProtocolIE-ID
id-Additional-PositioningDataSet ProtocolIE-ID
id-CivicAddress ProtocolIE-ID
id-SGSN-Group-Identity ProtocolIE-ID
id-P-TMSI ProtocolIE-ID
id-RANAP-Message ProtocolIE-ID
id-PowerSavingIndicator ProtocolIE-ID
id-UE-Usage-Type ProtocolIE-ID
id-DCN-ID ProtocolIE-ID
id-UE-Application-Layer-Measurement-Configuration ProtocolIE-ID
id-UE-Application-Layer-Measurement-Configuration-For-Relocation ProtocolIE-ID
#.END
#.REGISTER
#RANAP-PROTOCOL-IES
Cause N ranap.ies id-Cause
RAB-DataVolumeReportList N ranap.ies id-RAB-DataVolumeReportList
RAB-ReleasedList-IuRelComp N ranap.ies id-RAB-ReleasedList-IuRelComp
CriticalityDiagnostics N ranap.ies id-CriticalityDiagnostics
RAB-DataVolumeReportItem N ranap.ies id-RAB-DataVolumeReportItem
RAB-ReleasedItem-IuRelComp N ranap.ies id-RAB-ReleasedItem-IuRelComp
RelocationType N ranap.ies id-RelocationType
SourceID N ranap.ies id-SourceID
SourceRNC-ToTargetRNC-TransparentContainer N ranap.ies id-Source-ToTarget-TransparentContainer
Source-ToTarget-TransparentContainer N ranap.ies SPECIAL|id_Source_ToTarget_TransparentContainer
TargetID N ranap.ies id-TargetID
TargetRNC-ToSourceRNC-TransparentContainer N ranap.ies id-Target-ToSource-TransparentContainer
Target-ToSource-TransparentContainer N ranap.ies SPECIAL|id_Target_ToSource_TransparentContainer
ClassmarkInformation2 N ranap.ies id-ClassmarkInformation2
ClassmarkInformation3 N ranap.ies id-ClassmarkInformation3
OldBSS-ToNewBSS-Information N ranap.ies id-OldBSS-ToNewBSS-Information
L3-Information N ranap.ies id-L3-Information
RAB-RelocationReleaseList N ranap.ies id-RAB-RelocationReleaseList
RAB-DataForwardingList N ranap.ies id-RAB-DataForwardingList
RAB-RelocationReleaseItem N ranap.ies id-RAB-RelocationReleaseItem
RAB-DataForwardingItem N ranap.ies id-RAB-DataForwardingItem
PermanentNAS-UE-ID N ranap.ies id-PermanentNAS-UE-ID
CN-DomainIndicator N ranap.ies id-CN-DomainIndicator
RAB-SetupList-RelocReq N ranap.ies id-RAB-SetupList-RelocReq
IntegrityProtectionInformation N ranap.ies id-IntegrityProtectionInformation
EncryptionInformation N ranap.ies id-EncryptionInformation
IuSignallingConnectionIdentifier N ranap.ies id-IuSigConId
DirectTransferInformationList-RANAP-RelocInf N ranap.ies id-DirectTransferInformationList-RANAP-RelocInf
DirectTransferInformationItem-RANAP-RelocInf N ranap.ies id-DirectTransferInformationItem-RANAP-RelocInf
RAB-SetupItem-RelocReq N ranap.ies id-RAB-SetupItem-RelocReq
RAB-SetupList-RelocReqAck N ranap.ies id-RAB-SetupList-RelocReqAck
RAB-FailedList N ranap.ies id-RAB-FailedList
ChosenIntegrityProtectionAlgorithm N ranap.ies id-ChosenIntegrityProtectionAlgorithm
ChosenEncryptionAlgorithm N ranap.ies id-ChosenEncryptionAlgorithm
RAB-SetupItem-RelocReqAck N ranap.ies id-RAB-SetupItem-RelocReqAck
RAB-FailedItem N ranap.ies id-RAB-FailedItem
RAB-DataForwardingList-SRNS-CtxReq N ranap.ies id-RAB-DataForwardingList-SRNS-CtxReq
RAB-DataForwardingItem-SRNS-CtxReq N ranap.ies id-RAB-DataForwardingItem-SRNS-CtxReq
RAB-ContextList N ranap.ies id-RAB-ContextList
RAB-ContextFailedtoTransferList N ranap.ies id-RAB-ContextFailedtoTransferList
RAB-ContextItem N ranap.ies id-RAB-ContextItem
RABs-ContextFailedtoTransferItem N ranap.ies id-RAB-ContextFailedtoTransferItem
KeyStatus N ranap.ies id-KeyStatus
RAB-DataVolumeReportRequestList N ranap.ies id-RAB-DataVolumeReportRequestList
RAB-DataVolumeReportRequestItem N ranap.ies id-RAB-DataVolumeReportRequestItem
RAB-FailedtoReportList N ranap.ies id-RAB-FailedtoReportList
RABs-failed-to-reportItem N ranap.ies id-RAB-FailedtoReportItem
GlobalRNC-ID N ranap.ies id-GlobalRNC-ID
ResetResourceList N ranap.ies IMSG|id_IuSigConIdList
ResetResourceItem N ranap.ies IMSG|id_IuSigConIdItem
ResetResourceAckList N ranap.ies SOUT|id_IuSigConIdList
ResetResourceAckItem N ranap.ies SOUT|id_IuSigConIdItem
RAB-ReleaseList N ranap.ies id-RAB-ReleaseList
RAB-ReleaseItem N ranap.ies id-RAB-ReleaseItem
TemporaryUE-ID N ranap.ies id-TemporaryUE-ID
PagingAreaID N ranap.ies id-PagingAreaID
PagingCause N ranap.ies id-PagingCause
NonSearchingIndication N ranap.ies id-NonSearchingIndication
DRX-CycleLengthCoefficient N ranap.ies id-DRX-CycleLengthCoefficient
TraceType N ranap.ies id-TraceType
TraceReference N ranap.ies id-TraceReference
TriggerID N ranap.ies id-TriggerID
UE-ID N ranap.ies id-UE-ID
OMC-ID N ranap.ies id-OMC-ID
RequestType N ranap.ies id-RequestType
AreaIdentity N ranap.ies id-AreaIdentity
LAI N ranap.ies id-LAI
RAC N ranap.ies id-RAC
SAI N ranap.ies id-SAI
NAS-PDU N ranap.ies id-NAS-PDU
SAPI N ranap.ies id-SAPI
RejectCauseValue N ranap.ies id-RejectCauseValue
NAS-SequenceNumber N ranap.ies id-NAS-SequenceNumber
NumberOfSteps N ranap.ies id-NumberOfSteps
RAB-SetupOrModifyList N ranap.ies id-RAB-SetupOrModifyList
RAB-SetupOrModifiedList N ranap.ies id-RAB-SetupOrModifiedList
RAB-ReleasedList N ranap.ies id-RAB-ReleasedList
RAB-QueuedList N ranap.ies id-RAB-QueuedList
RAB-ReleaseFailedList N ranap.ies id-RAB-ReleaseFailedList
RAB-SetupOrModifiedItem N ranap.ies id-RAB-SetupOrModifiedItem
RAB-ReleasedItem N ranap.ies id-RAB-ReleasedItem
RAB-QueuedItem N ranap.ies id-RAB-QueuedItem
GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item N ranap.ies id-GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item
RAB-ContextList-RANAP-RelocInf N ranap.ies id-RAB-ContextList-RANAP-RelocInf
RAB-ContextItem-RANAP-RelocInf N ranap.ies id-RAB-ContextItem-RANAP-RelocInf
RAB-ModifyList N ranap.ies id-RAB-ModifyList
RAB-ModifyItem N ranap.ies id-RAB-ModifyItem
LocationRelatedDataRequestType N ranap.ies id-LocationRelatedDataRequestType
BroadcastAssistanceDataDecipheringKeys N ranap.ies id-BroadcastAssistanceDataDecipheringKeys
InformationTransferID N ranap.ies id-InformationTransferID
ProvidedData N ranap.ies id-ProvidedData
GlobalCN-ID N ranap.ies id-GlobalCN-ID
UESBI-Iu N ranap.ies id-UESBI-Iu
InterSystemInformationTransferType N ranap.ies id-InterSystemInformationTransferType
InformationExchangeID N ranap.ies id-InformationExchangeID
InformationExchangeType N ranap.ies id-InformationExchangeType
InformationTransferType N ranap.ies id-InformationTransferType
InformationRequestType N ranap.ies id-InformationRequestType
InformationRequested N ranap.ies id-InformationRequested
TMGI N ranap.ies id-TMGI
MBMSSessionIdentity N ranap.ies id-MBMSSessionIdentity
MBMSBearerServiceType N ranap.ies id-MBMSBearerServiceType
RAB-Parameters N ranap.ies id-RAB-Parameters
PDP-TypeInformation N ranap.ies id-PDP-TypeInformation
MBMSSessionDuration N ranap.ies id-MBMSSessionDuration
MBMSServiceArea N ranap.ies id-MBMSServiceArea
FrequenceLayerConvergenceFlag N ranap.ies id-FrequenceLayerConvergenceFlag
RAListofIdleModeUEs N ranap.ies id-RAListofIdleModeUEs
MBMSSessionRepetitionNumber N ranap.ies id-MBMSSessionRepetitionNumber
TimeToMBMSDataTransfer N ranap.ies id-TimeToMBMSDataTransfer
TransportLayerInformation N ranap.ies id-TransportLayerInformation
SessionUpdateID N ranap.ies id-SessionUpdateID
DeltaRAListofIdleModeUEs N ranap.ies id-DeltaRAListofIdleModeUEs
MBMSCNDe-Registration N ranap.ies id-MBMSCNDe-Registration
JoinedMBMSBearerService-IEs N ranap.ies id-JoinedMBMSBearerServicesList
LeftMBMSBearerService-IEs N ranap.ies id-LeftMBMSBearerServicesList
UnsuccessfulLinking-IEs N ranap.ies id-UnsuccessfulLinkingList
MBMSRegistrationRequestType N ranap.ies id-MBMSRegistrationRequestType
IPMulticastAddress N ranap.ies id-IPMulticastAddress
APN N ranap.ies id-APN
RAB-SetupList-EnhancedRelocCompleteReq N ranap.ies id-RAB-SetupList-EnhancedRelocCompleteReq
RAB-SetupItem-EnhancedRelocCompleteReq N ranap.ies id-RAB-SetupItem-EnhancedRelocCompleteReq
RAB-SetupList-EnhancedRelocCompleteRes N ranap.ies id-RAB-SetupList-EnhancedRelocCompleteRes
RAB-SetupItem-EnhancedRelocCompleteRes N ranap.ies id-RAB-SetupItem-EnhancedRelocCompleteRes
RAB-SetupList-EnhRelocInfoReq N ranap.ies id-RAB-SetupList-EnhRelocInfoReq
RAB-SetupItem-EnhRelocInfoReq N ranap.ies id-RAB-SetupItem-EnhRelocInfoReq
RAB-SetupList-EnhRelocInfoRes N ranap.ies id-RAB-SetupList-EnhRelocInfoRes
RAB-SetupItem-EnhRelocInfoRes N ranap.ies id-RAB-SetupItem-EnhRelocInfoRes
IuSignallingConnectionIdentifier N ranap.ies id-OldIuSigConId
RAB-FailedList-EnhRelocInfoRes N ranap.ies id-RAB-FailedList-EnhRelocInfoRes
RAB-FailedItem-EnhRelocInfoRes N ranap.ies id-RAB-FailedItem-EnhRelocInfoRes
IuSignallingConnectionIdentifier N ranap.ies id-OldIuSigConIdCS
IuSignallingConnectionIdentifier N ranap.ies id-OldIuSigConIdPS
GlobalCN-ID N ranap.ies id-GlobalCN-IDCS
RAB-ToBeReleasedItem-EnhancedRelocCompleteRes N ranap.ies id-RAB-ToBeReleasedItem-EnhancedRelocCompleteRes
RAB-ToBeReleasedList-EnhancedRelocCompleteRes N ranap.ies id-RAB-ToBeReleasedList-EnhancedRelocCompleteRes
GlobalRNC-ID N ranap.ies id-Relocation-TargetRNC-ID
ExtendedRNC-ID N ranap.ies id-Relocation-TargetExtendedRNC-ID
Alt-RAB-Parameter-SupportedGuaranteedBitrateInf N ranap.ies id-Alt-RAB-Parameter-SupportedGuaranteedBitrateInf
Alt-RAB-Parameter-SupportedMaxBitrateInf N ranap.ies id-Alt-RAB-Parameter-SupportedMaxBitrateInf
GlobalRNC-ID N ranap.ies id-Relocation-SourceRNC-ID
ExtendedRNC-ID N ranap.ies id-Relocation-SourceExtendedRNC-ID
EncryptionKey N ranap.ies id-EncryptionKey
IntegrityProtectionKey N ranap.ies id-IntegrityProtectionKey
SRVCC-Information N ranap.ies id-SRVCC-Information
GlobalCN-ID N ranap.ies id-GlobalCN-IDPS
VoiceSupportMatchIndicator N ranap.ies id-VoiceSupportMatchIndicator
SGSN-Group-Identity N ranap.ies id-SGSN-Group-Identity
P-TMSI N ranap.ies id-P-TMSI
#N ranap.ies id-RANAP-Message
UE-Usage-Type N ranap.ies id-UE-Usage-Type
#RANAP-PROTOCOL-IES-PAIR
RAB-SetupOrModifyItemFirst N ranap.ies.pair.first id-RAB-SetupOrModifyItem
RAB-SetupOrModifyItemSecond N ranap.ies.pair.second id-RAB-SetupOrModifyItem
#RANAP-PROTOCOL-EXTENSION
RAB-Parameters N ranap.extension id-AlternativeRABConfiguration
Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf N ranap.extension id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf
Alt-RAB-Parameter-ExtendedMaxBitrateInf N ranap.extension id-Alt-RAB-Parameter-ExtendedMaxBitrateInf
Ass-RAB-Parameter-ExtendedGuaranteedBitrateList N ranap.extension id-Ass-RAB-Parameter-ExtendedGuaranteedBitrateList
Ass-RAB-Parameter-ExtendedMaxBitrateList N ranap.extension id-Ass-RAB-Parameter-ExtendedMaxBitrateList
MessageStructure N ranap.extension id-MessageStructure
TypeOfError N ranap.extension id-TypeOfError
RAC N ranap.extension id-RAC
LAListofIdleModeUEs N ranap.extension id-newLAListofIdleModeUEs
LAListofIdleModeUEs N ranap.extension id-LAListwithNoIdleModeUEsAnyMore
GANSS-PositioningDataSet N ranap.extension id-GANSS-PositioningDataSet
SignallingIndication N ranap.extension id-SignallingIndication
RAB-Parameter-ExtendedGuaranteedBitrateList N ranap.extension id-RAB-Parameter-ExtendedGuaranteedBitrateList
RAB-Parameter-ExtendedMaxBitrateList N ranap.extension id-RAB-Parameter-ExtendedMaxBitrateList
CN-DomainIndicator N ranap.extension id-CN-DomainIndicator
LAListofIdleModeUEs N ranap.extension id-LAofIdleModeUEs
AlternativeRABConfigurationRequest N ranap.extension id-AlternativeRABConfigurationRequest
Requested-RAB-Parameter-ExtendedMaxBitrateList N ranap.extension id-Requested-RAB-Parameter-ExtendedMaxBitrateList
Requested-RAB-Parameter-ExtendedGuaranteedBitrateList N ranap.extension id-Requested-RAB-Parameter-ExtendedGuaranteedBitrateList
ExtendedRNC-ID N ranap.extension id-ExtendedRNC-ID
SRB-TrCH-Mapping N ranap.extension id-SRB-TrCH-Mapping
CellLoadInformationGroup N ranap.extension id-CellLoadInformationGroup
TraceRecordingSessionInformation N ranap.extension id-TraceRecordingSessionInformation
MBMSLinkingInformation N ranap.extension id-MBMSLinkingInformation
HS-DSCH-MAC-d-Flow-ID N ranap.extension id-hS-DSCH-MAC-d-Flow-ID
E-DCH-MAC-d-Flow-ID N ranap.extension id-E-DCH-MAC-d-Flow-ID
GERAN-Classmark N ranap.extension id-GERAN-Classmark
SourceBSS-ToTargetBSS-TransparentContainer N ranap.extension id-SourceBSS-ToTargetBSS-TransparentContainer
TransportLayerAddress N ranap.extension id-TransportLayerAddress
IuTransportAssociation N ranap.extension id-IuTransportAssociation
InterSystemInformation-TransparentContainer N ranap.extension id-InterSystemInformation-TransparentContainer
TargetBSS-ToSourceBSS-TransparentContainer N ranap.extension id-TargetBSS-ToSourceBSS-TransparentContainer
Alt-RAB-Parameters N ranap.extension id-Alt-RAB-Parameters
GERAN-BSC-Container N ranap.extension id-GERAN-BSC-Container
GlobalCN-ID N ranap.extension id-GlobalCN-ID
SNA-Access-Information N ranap.extension id-SNA-Access-Information
UESBI-Iu N ranap.extension id-UESBI-Iu
PLMNidentity N ranap.extension id-SelectedPLMN-ID
CNMBMSLinkingInformation N ranap.extension id-CNMBMSLinkingInformation
Ass-RAB-Parameters N ranap.extension id-Ass-RAB-Parameters
NewBSS-To-OldBSS-Information N ranap.extension id-NewBSS-To-OldBSS-Information
RAT-Type N ranap.extension id-RAT-Type
TracePropagationParameters N ranap.extension id-TracePropagationParameters
VerticalAccuracyCode N ranap.extension id-VerticalAccuracyCode
ResponseTime N ranap.extension id-ResponseTime
PositioningPriority N ranap.extension id-PositioningPriority
ClientType N ranap.extension id-ClientType
IncludeVelocity N ranap.extension id-IncludeVelocity
PeriodicLocationInfo N ranap.extension id-PeriodicLocationInfo
LastKnownServiceArea N ranap.extension id-LastKnownServiceArea
PositionData N ranap.extension id-PositionData
PositionDataSpecificToGERANIuMode N ranap.extension id-PositionDataSpecificToGERANIuMode
AccuracyFulfilmentIndicator N ranap.extension id-AccuracyFulfilmentIndicator
VelocityEstimate N ranap.extension id-VelocityEstimate
PermanentNAS-UE-ID N ranap.extension id-PermanentNAS-UE-ID
NAS-SequenceNumber N ranap.extension id-NAS-SequenceNumber
RedirectAttemptFlag N ranap.extension id-RedirectAttemptFlag
RedirectionIndication N ranap.extension id-RedirectionIndication
RedirectionCompleted N ranap.extension id-RedirectionCompleted
RRC-Container N ranap.extension id-SourceRNC-PDCP-context-info
GERAN-Iumode-RAB-FailedList-RABAssgntResponse N ranap.extension id-GERAN-Iumode-RAB-FailedList-RABAssgntResponse
LocationRelatedDataRequestTypeSpecificToGERANIuMode N ranap.extension id-LocationRelatedDataRequestTypeSpecificToGERANIuMode
RequestedGANSSAssistanceData N ranap.extension id-RequestedGANSSAssistanceData
CriticalityDiagnostics N ranap.extension id-CriticalityDiagnostics
MBMSCountingInformation N ranap.extension id-MBMSCountingInformation
#N ranap.ies id-Global-ENB-ID
UE-History-Information N ranap.extension id-UE-History-Information
MBMSSynchronisationInformation N ranap.extension id-MBMSSynchronisationInformation
SubscriberProfileIDforRFP N ranap.extension id-SubscriberProfileIDforRFP
CSG-Id N ranap.extension id-CSG-Id
#N ranap.extension id-SourceExtendedRNC-ID
#N ranap.extension id-SourceRNC-ID
SupportedRAB-ParameterBitrateList N ranap.extension id-Ass-RAB-Parameter-SupportedGuaranteedBitrateList
SupportedRAB-ParameterBitrateList N ranap.extension id-Ass-RAB-Parameter-SupportedMaxBitrateList
SupportedRAB-ParameterBitrateList N ranap.extension id-RAB-Parameter-SupportedGuaranteedBitrateList
SupportedRAB-ParameterBitrateList N ranap.extension id-RAB-Parameter-SupportedMaxBitrateList
SupportedRAB-ParameterBitrateList N ranap.extension id-Requested-RAB-Parameter-SupportedMaxBitrateList
SupportedRAB-ParameterBitrateList N ranap.extension id-Requested-RAB-Parameter-SupportedGuaranteedBitrateList
SRVCC-HO-Indication N ranap.extension id-SRVCC-HO-Indication
SRVCC-Operation-Possible N ranap.extension id-SRVCC-Operation-Possible
CSG-Id-List N ranap.extension id-CSG-Id-List
RAB-ID N ranap.extension id-PSRABtobeReplaced
E-UTRAN-Service-Handover N ranap.extension id-E-UTRAN-Service-Handover
UE-AggregateMaximumBitRate N ranap.extension id-UE-AggregateMaximumBitRate
CSG-Membership-Status N ranap.extension id-CSG-Membership-Status
Cell-Access-Mode N ranap.extension id-Cell-Access-Mode
IPMulticastAddress N ranap.extension id-IP-Source-Address
CSFB-Information N ranap.extension id-CSFB-Information
PDP-TypeInformation-extension N ranap.extension id-PDP-TypeInformation-extension
MSISDN N ranap.extension id-MSISDN
Offload-RAB-Parameters N ranap.extension id-Offload-RAB-Parameters
TransportLayerAddress N ranap.extension id-LGW-TransportLayerAddress
Correlation-ID N ranap.extension id-Correlation-ID
IRAT-Measurement-Configuration N ranap.extension id-IRAT-Measurement-Configuration
MDT-Configuration N ranap.extension id-MDT-Configuration
Priority-Class-Indicator N ranap.extension id-Priority-Class-Indicator
RNSAPRelocationParameters N ranap.extension id-RNSAPRelocationParameters
RABParametersList N ranap.extension id-RABParametersList
Management-Based-MDT-Allowed N ranap.extension id-Management-Based-MDT-Allowed
HigherBitratesThan16MbpsFlag N ranap.extension id-HigherBitratesThan16MbpsFlag
TransportLayerAddress N ranap.extension id-Trace-Collection-Entity-IP-Addess
End-Of-CSFB N ranap.extension id-End-Of-CSFB
Time-UE-StayedInCell-EnhancedGranularity N ranap.extension id-Time-UE-StayedInCell-EnhancedGranularity
Out-Of-UTRAN N ranap.extension id-Out-Of-UTRAN
TraceRecordingSessionReference N ranap.extension id-TraceRecordingSessionReference
IMSI N ranap.extension id-IMSI
Cause N ranap.extension id-HO-Cause
RSRVCC-HO-Indication N ranap.extension id-RSRVCC-HO-Indication
RSRVCC-Information N ranap.extension id-RSRVCC-Information
PLMNidentity N ranap.extension id-AnchorPLMN-ID
TunnelInformation N ranap.extension id-Tunnel-Information-for-BBF
MDT-PLMN-List N ranap.extension id-Management-Based-MDT-PLMN-List
MDT-PLMN-List N ranap.extension id-SignallingBasedMDTPLMNList
M4Report N ranap.extension id-M4Report
M5Report N ranap.extension id-M5Report
M6Report N ranap.extension id-M6Report
M7Report N ranap.extension id-M7Report
TimingDifferenceULDL N ranap.extension id-TimingDifferenceULDL
UTRAN-CellID N ranap.extension id-Serving-Cell-Identifier
EARFCN-Extended N ranap.extension id-EARFCN-Extended
RSRVCC-Operation-Possible N ranap.extension id-RSRVCC-Operation-Possible
TransportLayerAddress N ranap.extension id-SIPTO-LGW-TransportLayerAddress
Correlation-ID N ranap.extension id-SIPTO-Correlation-ID
LHN-ID N ranap.extension id-LHN-ID
Session-Re-establishment-Indicator N ranap.extension id-Session-Re-establishment-Indicator
PLMNidentity N ranap.extension id-LastE-UTRANPLMNIdentity
RSRQ-Type N ranap.extension id-RSRQ-Type
RSRQ-Extension N ranap.extension id-RSRQ-Extension
Additional-CSPS-coordination-information N ranap.extension id-Additional-CSPS-coordination-information
UERegistrationQueryResult N ranap.extension id-UERegistrationQueryResult
IuSignallingConnectionIdentifier N ranap.extension id-IuSigConIdRangeEnd
BarometricPressure N ranap.extension id-BarometricPressure
Additional-PositioningDataSet N ranap.extension id-Additional-PositioningDataSet
CivicAddress N ranap.extension id-CivicAddress
PowerSavingIndicator N ranap.extension id-PowerSavingIndicator
DCN-ID N ranap.extension id-DCN-ID
UE-Application-Layer-Measurement-Configuration N ranap.extension id-UE-Application-Layer-Measurement-Configuration
UE-Application-Layer-Measurement-Configuration-For-Relocation N ranap.extension id-UE-Application-Layer-Measurement-Configuration-For-Relocation
#RANAP-ELEMENTARY-PROCEDURE
Iu-ReleaseCommand N ranap.proc.imsg id-Iu-Release
Iu-ReleaseComplete N ranap.proc.sout id-Iu-Release
RelocationRequired N ranap.proc.imsg id-RelocationPreparation
RelocationCommand N ranap.proc.sout id-RelocationPreparation
RelocationPreparationFailure N ranap.proc.uout id-RelocationPreparation
RelocationRequest N ranap.proc.imsg id-RelocationResourceAllocation
RelocationRequestAcknowledge N ranap.proc.sout id-RelocationResourceAllocation
RelocationFailure N ranap.proc.uout id-RelocationResourceAllocation
RelocationCancel N ranap.proc.imsg id-RelocationCancel
RelocationCancelAcknowledge N ranap.proc.sout id-RelocationCancel
SRNS-ContextRequest N ranap.proc.imsg id-SRNS-ContextTransfer
SRNS-ContextResponse N ranap.proc.sout id-SRNS-ContextTransfer
SecurityModeCommand N ranap.proc.imsg id-SecurityModeControl
SecurityModeComplete N ranap.proc.sout id-SecurityModeControl
SecurityModeReject N ranap.proc.uout id-SecurityModeControl
DataVolumeReportRequest N ranap.proc.imsg id-DataVolumeReport
DataVolumeReport N ranap.proc.sout id-DataVolumeReport
Reset N ranap.proc.imsg id-Reset
ResetAcknowledge N ranap.proc.sout id-Reset
RAB-ReleaseRequest N ranap.proc.imsg id-RAB-ReleaseRequest
Iu-ReleaseRequest N ranap.proc.imsg id-Iu-ReleaseRequest
RelocationDetect N ranap.proc.imsg id-RelocationDetect
RelocationComplete N ranap.proc.imsg id-RelocationComplete
Paging N ranap.proc.imsg id-Paging
CommonID N ranap.proc.imsg id-CommonID
CN-InvokeTrace N ranap.proc.imsg id-CN-InvokeTrace
CN-DeactivateTrace N ranap.proc.imsg id-CN-DeactivateTrace
LocationReportingControl N ranap.proc.imsg id-LocationReportingControl
LocationReport N ranap.proc.imsg id-LocationReport
InitialUE-Message N ranap.proc.imsg id-InitialUE-Message
DirectTransfer N ranap.proc.imsg id-DirectTransfer
Overload N ranap.proc.imsg id-OverloadControl
ErrorIndication N ranap.proc.imsg id-ErrorIndication
SRNS-DataForwardCommand N ranap.proc.imsg id-SRNS-DataForward
ForwardSRNS-Context N ranap.proc.imsg id-ForwardSRNS-Context
RAB-AssignmentRequest N ranap.proc.imsg id-RAB-Assignment
RAB-AssignmentResponse N ranap.proc.out id-RAB-Assignment
PrivateMessage N ranap.proc.imsg id-privateMessage
ResetResource N ranap.proc.imsg id-ResetResource
ResetResourceAcknowledge N ranap.proc.sout id-ResetResource
RANAP-RelocationInformation N ranap.proc.imsg id-RANAP-Relocation
RAB-ModifyRequest N ranap.proc.imsg id-RAB-ModifyRequest
LocationRelatedDataRequest N ranap.proc.imsg id-LocationRelatedData
LocationRelatedDataResponse N ranap.proc.sout id-LocationRelatedData
LocationRelatedDataFailure N ranap.proc.uout id-LocationRelatedData
InformationTransferIndication N ranap.proc.imsg id-InformationTransfer
InformationTransferConfirmation N ranap.proc.sout id-InformationTransfer
InformationTransferFailure N ranap.proc.uout id-InformationTransfer
UESpecificInformationIndication N ranap.proc.imsg id-UESpecificInformation
DirectInformationTransfer N ranap.proc.imsg id-DirectInformationTransfer
UplinkInformationExchangeRequest N ranap.proc.imsg id-UplinkInformationExchange
UplinkInformationExchangeResponse N ranap.proc.sout id-UplinkInformationExchange
UplinkInformationExchangeFailure N ranap.proc.uout id-UplinkInformationExchange
MBMSSessionStart N ranap.proc.imsg id-MBMSSessionStart
MBMSSessionStartResponse N ranap.proc.sout id-MBMSSessionStart
MBMSSessionStartFailure N ranap.proc.uout id-MBMSSessionStart
MBMSSessionUpdate N ranap.proc.imsg id-MBMSSessionUpdate
MBMSSessionUpdateResponse N ranap.proc.sout id-MBMSSessionUpdate
MBMSSessionUpdateFailure N ranap.proc.uout id-MBMSSessionUpdate
MBMSSessionStop N ranap.proc.imsg id-MBMSSessionStop
MBMSSessionStopResponse N ranap.proc.sout id-MBMSSessionStop
MBMSUELinkingRequest N ranap.proc.imsg id-MBMSUELinking
MBMSUELinkingResponse N ranap.proc.out id-MBMSUELinking
MBMSRegistrationRequest N ranap.proc.imsg id-MBMSRegistration
MBMSRegistrationResponse N ranap.proc.sout id-MBMSRegistration
MBMSRegistrationFailure N ranap.proc.uout id-MBMSRegistration
MBMSCNDe-RegistrationRequest N ranap.proc.imsg id-MBMSCNDe-Registration-Procedure
MBMSCNDe-RegistrationResponse N ranap.proc.sout id-MBMSCNDe-Registration-Procedure
MBMSRABEstablishmentIndication N ranap.proc.imsg id-MBMSRABEstablishmentIndication
MBMSRABReleaseRequest N ranap.proc.imsg id-MBMSRABRelease
MBMSRABRelease N ranap.proc.sout id-MBMSRABRelease
MBMSRABReleaseFailure N ranap.proc.uout id-MBMSRABRelease
EnhancedRelocationCompleteRequest N ranap.proc.imsg id-enhancedRelocationComplete
EnhancedRelocationCompleteResponse N ranap.proc.sout id-enhancedRelocationComplete
EnhancedRelocationCompleteFailure N ranap.proc.uout id-enhancedRelocationComplete
EnhancedRelocationCompleteConfirm N ranap.proc.imsg id-enhancedRelocationCompleteConfirm
RANAP-EnhancedRelocationInformationRequest N ranap.proc.imsg id-RANAPenhancedRelocation
RANAP-EnhancedRelocationInformationResponse N ranap.proc.sout id-RANAPenhancedRelocation
SRVCC-CSKeysRequest N ranap.proc.imsg id-SRVCCPreparation
SRVCC-CSKeysResponse N ranap.proc.out id-SRVCCPreparation
UeRadioCapabilityMatchRequest N ranap.proc.imsg id-UeRadioCapabilityMatch
UeRadioCapabilityMatchResponse N ranap.proc.out id-UeRadioCapabilityMatch
UeRegistrationQueryRequest N ranap.proc.imsg id-UeRegistrationQuery
UeRegistrationQueryResponse N ranap.proc.out id-UeRegistrationQuery
RerouteNASRequest N ranap.proc.imsg id-RerouteNASRequest
#.END
#
# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 2
# tab-width: 8
# indent-tabs-mode: nil
# End:
#
# vi: set shiftwidth=2 tabstop=8 expandtab:
# :indentSize=2:tabSize=8:noTabs=true:
# |
Text | wireshark/epan/dissectors/asn1/rnsap/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME rnsap )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
RNSAP-CommonDataTypes.asn
RNSAP-Constants.asn
RNSAP-Containers.asn
RNSAP-IEs.asn
RNSAP-PDU-Contents.asn
RNSAP-PDU-Descriptions.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
ASN2WRS() |
C | wireshark/epan/dissectors/asn1/rnsap/packet-rnsap-template.c | /* packet-rnsap.c
* Routines for dissecting Universal Mobile Telecommunications System (UMTS);
* UTRAN Iur interface Radio Network Subsystem
* Application Part (RNSAP) signalling
* (3GPP TS 25.423 version 6.7.0 Release 6) packet dissection
* Copyright 2005 - 2006, Anders Broman <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Ref: 3GPP TS 25.423 version 6.7.0 Release 6
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/asn1.h>
#include <epan/proto_data.h>
#include "packet-isup.h"
#include "packet-per.h"
#include "packet-ber.h"
#ifdef _MSC_VER
/* disable: "warning C4146: unary minus operator applied to unsigned type, result still unsigned" */
#pragma warning(disable:4146)
#endif
#define PNAME "UTRAN Iur interface Radio Network Subsystem Application Part"
#define PSNAME "RNSAP"
#define PFNAME "rnsap"
#define SCCP_SSN_RNSAP 143
#include "packet-rnsap-val.h"
void proto_register_rnsap(void);
void proto_reg_handoff_rnsap(void);
typedef struct {
guint32 ProcedureCode;
guint32 ProtocolIE_ID;
guint32 ddMode;
const char *ProcedureID;
const char *obj_id;
} rnsap_private_data_t;
static dissector_handle_t ranap_handle = NULL;
static dissector_handle_t rrc_dl_ccch_handle = NULL;
static dissector_handle_t rrc_ul_ccch_handle = NULL;
/* Initialize the protocol and registered fields */
static int proto_rnsap = -1;
static int hf_rnsap_transportLayerAddress_ipv4 = -1;
static int hf_rnsap_transportLayerAddress_ipv6 = -1;
static int hf_rnsap_transportLayerAddress_nsap = -1;
#include "packet-rnsap-hf.c"
/* Initialize the subtree pointers */
static int ett_rnsap = -1;
static int ett_rnsap_transportLayerAddress = -1;
static int ett_rnsap_transportLayerAddress_nsap = -1;
#include "packet-rnsap-ett.c"
/* Dissector tables */
static dissector_table_t rnsap_ies_dissector_table;
static dissector_table_t rnsap_extension_dissector_table;
static dissector_table_t rnsap_proc_imsg_dissector_table;
static dissector_table_t rnsap_proc_sout_dissector_table;
static dissector_table_t rnsap_proc_uout_dissector_table;
static dissector_handle_t rnsap_handle;
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_PrivateIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static rnsap_private_data_t *
rnsap_get_private_data(packet_info *pinfo)
{
rnsap_private_data_t *pdata = (rnsap_private_data_t *)p_get_proto_data(pinfo->pool, pinfo, proto_rnsap, 0);
if (!pdata) {
pdata = wmem_new0(pinfo->pool, rnsap_private_data_t);
pdata->ProcedureCode = 0xFFFF;
pdata->ddMode = 0xFFFF;
p_add_proto_data(pinfo->pool, pinfo, proto_rnsap, 0, pdata);
}
return pdata;
}
#include "packet-rnsap-fn.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
rnsap_private_data_t *pdata = rnsap_get_private_data(pinfo);
return (dissector_try_uint(rnsap_ies_dissector_table, pdata->ProtocolIE_ID, tvb, pinfo, tree)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
rnsap_private_data_t *pdata = rnsap_get_private_data(pinfo);
return (dissector_try_uint(rnsap_extension_dissector_table, pdata->ProtocolIE_ID, tvb, pinfo, tree)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_PrivateIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
rnsap_private_data_t *pdata = rnsap_get_private_data(pinfo);
return (call_ber_oid_callback(pdata->obj_id, tvb, 0, pinfo, tree, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
rnsap_private_data_t *pdata = rnsap_get_private_data(pinfo);
if (!pdata->ProcedureID) return 0;
return (dissector_try_string(rnsap_proc_imsg_dissector_table, pdata->ProcedureID, tvb, pinfo, tree, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
rnsap_private_data_t *pdata = rnsap_get_private_data(pinfo);
if (!pdata->ProcedureID) return 0;
return (dissector_try_string(rnsap_proc_sout_dissector_table, pdata->ProcedureID, tvb, pinfo, tree, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
rnsap_private_data_t *pdata = rnsap_get_private_data(pinfo);
if (!pdata->ProcedureID) return 0;
return (dissector_try_string(rnsap_proc_uout_dissector_table, pdata->ProcedureID, tvb, pinfo, tree, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int
dissect_rnsap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
proto_item *rnsap_item = NULL;
proto_tree *rnsap_tree = NULL;
/* make entry in the Protocol column on summary display */
col_set_str(pinfo->cinfo, COL_PROTOCOL, "RNSAP");
/* create the rnsap protocol tree */
rnsap_item = proto_tree_add_item(tree, proto_rnsap, tvb, 0, -1, ENC_NA);
rnsap_tree = proto_item_add_subtree(rnsap_item, ett_rnsap);
/* remove any rnsap_private_data_t state from previous PDUs in this packet. */
p_remove_proto_data(pinfo->pool, pinfo, proto_rnsap, 0);
return dissect_RNSAP_PDU_PDU(tvb, pinfo, rnsap_tree, data);
}
/* Highest ProcedureCode value, used in heuristics */
#define RNSAP_MAX_PC 61 /* id-enhancedRelocationResourceRelease = 61*/
#define RNSAP_MSG_MIN_LENGTH 7
static gboolean
dissect_sccp_rnsap_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
guint8 pdu_type;
guint8 procedure_id;
guint8 dd_mode;
guint8 criticality;
guint8 transaction_id_type;
guint length;
int length_field_offset;
#define PDU_TYPE_OFFSET 0
#define PROC_CODE_OFFSET 1
#define DD_CRIT_OFFSET 2
if (tvb_captured_length(tvb) < RNSAP_MSG_MIN_LENGTH) {
return FALSE;
}
pdu_type = tvb_get_guint8(tvb, PDU_TYPE_OFFSET);
if (pdu_type & 0x1F) {
/* pdu_type is not 0x00 (initiatingMessage), 0x20 (succesfulOutcome),
0x40 (unsuccesfulOutcome) or 0x60 (outcome), ignore extension bit (0x80) */
return FALSE;
}
procedure_id = tvb_get_guint8(tvb, PROC_CODE_OFFSET);
if (procedure_id > RNSAP_MAX_PC) {
return FALSE;
}
dd_mode = tvb_get_guint8(tvb, DD_CRIT_OFFSET) >> 5;
if (dd_mode >= 0x03) {
/* dd_mode is not 0x00 (tdd), 0x01 (fdd) or 0x02 (common) */
return FALSE;
}
criticality = (tvb_get_guint8(tvb, DD_CRIT_OFFSET) & 0x18) >> 3;
if (criticality == 0x03) {
/* criticality is not 0x00 (reject), 0x01 (ignore) or 0x02 (notify) */
return FALSE;
}
/* Finding the offset for the length field - depends on wether the transaction id is long or short */
transaction_id_type = (tvb_get_guint8(tvb, DD_CRIT_OFFSET) & 0x04) >> 2;
if(transaction_id_type == 0x00) { /* Short transaction id - 1 byte*/
length_field_offset = 4;
}
else { /* Long transaction id - 2 bytes*/
length_field_offset = 5;
}
/* compute aligned PER length determinant without calling dissect_per_length_determinant()
to avoid exceptions and info added to tree, info column and expert info */
length = tvb_get_guint8(tvb, length_field_offset);
length_field_offset += 1;
if (length & 0x80) {
if ((length & 0xc0) == 0x80) {
length &= 0x3f;
length <<= 8;
length += tvb_get_guint8(tvb, length_field_offset);
length_field_offset += 1;
} else {
length = 0;
}
}
if (length!= (tvb_reported_length(tvb) - length_field_offset)){
return FALSE;
}
dissect_rnsap(tvb, pinfo, tree, data);
return TRUE;
}
/*--- proto_register_rnsap -------------------------------------------*/
void proto_register_rnsap(void) {
/* List of fields */
static hf_register_info hf[] = {
{ &hf_rnsap_transportLayerAddress_ipv4,
{ "transportLayerAddress IPv4", "rnsap.transportLayerAddress_ipv4",
FT_IPv4, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_rnsap_transportLayerAddress_ipv6,
{ "transportLayerAddress IPv6", "rnsap.transportLayerAddress_ipv6",
FT_IPv6, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_rnsap_transportLayerAddress_nsap,
{ "transportLayerAddress NSAP", "rnsap.transportLayerAddress_NSAP",
FT_BYTES, BASE_NONE, NULL, 0,
NULL, HFILL }},
#include "packet-rnsap-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_rnsap,
&ett_rnsap_transportLayerAddress,
&ett_rnsap_transportLayerAddress_nsap,
#include "packet-rnsap-ettarr.c"
};
/* Register protocol */
proto_rnsap = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_rnsap, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
/* Register dissector */
rnsap_handle = register_dissector("rnsap", dissect_rnsap, proto_rnsap);
/* Register dissector tables */
rnsap_ies_dissector_table = register_dissector_table("rnsap.ies", "RNSAP-PROTOCOL-IES", proto_rnsap, FT_UINT32, BASE_DEC);
rnsap_extension_dissector_table = register_dissector_table("rnsap.extension", "RNSAP-PROTOCOL-EXTENSION", proto_rnsap, FT_UINT32, BASE_DEC);
rnsap_proc_imsg_dissector_table = register_dissector_table("rnsap.proc.imsg", "RNSAP-ELEMENTARY-PROCEDURE InitiatingMessage", proto_rnsap, FT_STRING, STRING_CASE_SENSITIVE);
rnsap_proc_sout_dissector_table = register_dissector_table("rnsap.proc.sout", "RNSAP-ELEMENTARY-PROCEDURE SuccessfulOutcome", proto_rnsap, FT_STRING, STRING_CASE_SENSITIVE);
rnsap_proc_uout_dissector_table = register_dissector_table("rnsap.proc.uout", "RNSAP-ELEMENTARY-PROCEDURE UnsuccessfulOutcome", proto_rnsap, FT_STRING, STRING_CASE_SENSITIVE);
}
/*--- proto_reg_handoff_rnsap ---------------------------------------*/
void
proto_reg_handoff_rnsap(void)
{
ranap_handle = find_dissector("ranap");
rrc_dl_ccch_handle = find_dissector_add_dependency("rrc.dl.ccch", proto_rnsap);
rrc_ul_ccch_handle = find_dissector_add_dependency("rrc.ul.ccch", proto_rnsap);
dissector_add_uint("sccp.ssn", SCCP_SSN_RNSAP, rnsap_handle);
heur_dissector_add("sccp", dissect_sccp_rnsap_heur, "RNSAP over SCCP", "rnsap_sccp", proto_rnsap, HEURISTIC_ENABLE);
#include "packet-rnsap-dis-tab.c"
} |
ASN.1 | wireshark/epan/dissectors/asn1/rnsap/RNSAP-CommonDataTypes.asn | -- RNSAP-CommonDataTypes.asn
--
-- Taken from 3GPP TS 25.423 V13.1.0 (2015-12)
-- http://www.3gpp.org/ftp/Specs/archive/25_series/25.423/25423-790.zip/25423-790.DOC
--
-- 9.3.5 Common Definitions
--
-- **************************************************************
--
-- Common definitions
--
-- **************************************************************
RNSAP-CommonDataTypes {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rnsap (1) version1 (1) rnsap-CommonDataTypes (3) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- Extension constants
--
-- **************************************************************
maxPrivateIEs INTEGER ::= 65535
maxProtocolExtensions INTEGER ::= 65535
maxProtocolIEs INTEGER ::= 65535
-- **************************************************************
--
-- Common Data Types
--
-- **************************************************************
Criticality ::= ENUMERATED { reject, ignore, notify }
Presence ::= ENUMERATED { optional, conditional, mandatory }
PrivateIE-ID ::= CHOICE {
local INTEGER (0.. maxPrivateIEs),
global OBJECT IDENTIFIER
}
ProcedureCode ::= INTEGER (0..255)
ProcedureID ::= SEQUENCE {
procedureCode ProcedureCode,
ddMode ENUMERATED { tdd, fdd, common, ... }
}
ProtocolIE-ID ::= INTEGER (0..maxProtocolIEs)
TransactionID ::= CHOICE {
shortTransActionId INTEGER (0..127),
longTransActionId INTEGER (0..32767)
}
TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome, outcome }
END |
ASN.1 | wireshark/epan/dissectors/asn1/rnsap/RNSAP-Constants.asn | -- RNSAP-Constants.asn
--
-- Taken from 3GPP TS 25.423 V13.1.0 (2015-12)
-- http://www.3gpp.org/ftp/Specs/archive/25_series/25.423/25423-790.zip/25423-790.DOC
--
-- 9.3.6 Constant Definitions
--
-- **************************************************************
--
-- Constant definitions
--
-- **************************************************************
RNSAP-Constants {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rnsap (1) version1 (1) rnsap-Constants (4) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ProcedureCode,
ProtocolIE-ID
FROM RNSAP-CommonDataTypes;
-- **************************************************************
--
-- Elementary Procedures
--
-- **************************************************************
id-commonTransportChannelResourcesInitialisation ProcedureCode ::= 0
id-commonTransportChannelResourcesRelease ProcedureCode ::= 1
id-compressedModeCommand ProcedureCode ::= 2
id-downlinkPowerControl ProcedureCode ::= 3
id-downlinkPowerTimeslotControl ProcedureCode ::= 4
id-downlinkSignallingTransfer ProcedureCode ::= 5
id-errorIndication ProcedureCode ::= 6
id-dedicatedMeasurementFailure ProcedureCode ::= 7
id-dedicatedMeasurementInitiation ProcedureCode ::= 8
id-dedicatedMeasurementReporting ProcedureCode ::= 9
id-dedicatedMeasurementTermination ProcedureCode ::= 10
id-paging ProcedureCode ::= 11
id-physicalChannelReconfiguration ProcedureCode ::= 12
id-privateMessage ProcedureCode ::= 13
id-radioLinkAddition ProcedureCode ::= 14
id-radioLinkCongestion ProcedureCode ::= 34
id-radioLinkDeletion ProcedureCode ::= 15
id-radioLinkFailure ProcedureCode ::= 16
id-radioLinkPreemption ProcedureCode ::= 17
id-radioLinkRestoration ProcedureCode ::= 18
id-radioLinkSetup ProcedureCode ::= 19
id-relocationCommit ProcedureCode ::= 20
id-synchronisedRadioLinkReconfigurationCancellation ProcedureCode ::= 21
id-synchronisedRadioLinkReconfigurationCommit ProcedureCode ::= 22
id-synchronisedRadioLinkReconfigurationPreparation ProcedureCode ::= 23
id-unSynchronisedRadioLinkReconfiguration ProcedureCode ::= 24
id-uplinkSignallingTransfer ProcedureCode ::= 25
id-commonMeasurementFailure ProcedureCode ::= 26
id-commonMeasurementInitiation ProcedureCode ::= 27
id-commonMeasurementReporting ProcedureCode ::= 28
id-commonMeasurementTermination ProcedureCode ::= 29
id-informationExchangeFailure ProcedureCode ::= 30
id-informationExchangeInitiation ProcedureCode ::= 31
id-informationReporting ProcedureCode ::= 32
id-informationExchangeTermination ProcedureCode ::= 33
id-reset ProcedureCode ::= 35
id-radioLinkActivation ProcedureCode ::= 36
id-gERANuplinkSignallingTransfer ProcedureCode ::= 37
id-radioLinkParameterUpdate ProcedureCode ::= 38
id-uEMeasurementFailure ProcedureCode ::= 39
id-uEMeasurementInitiation ProcedureCode ::= 40
id-uEMeasurementReporting ProcedureCode ::= 41
id-uEMeasurementTermination ProcedureCode ::= 42
id-iurDeactivateTrace ProcedureCode ::= 43
id-iurInvokeTrace ProcedureCode ::= 44
id-mBMSAttach ProcedureCode ::= 45
id-mBMSDetach ProcedureCode ::= 46
--WS extension
id-Not-used-47 ProcedureCode ::= 47
id-directInformationTransfer ProcedureCode ::= 48
id-enhancedRelocation ProcedureCode ::= 49
id-enhancedRelocationCancel ProcedureCode ::= 50
id-enhancedRelocationSignallingTransfer ProcedureCode ::= 51
id-enhancedRelocationRelease ProcedureCode ::= 52
id-mBSFNMCCHInformation ProcedureCode ::= 53
id-secondaryULFrequencyReporting ProcedureCode ::= 54
id-secondaryULFrequencyUpdate ProcedureCode ::= 55
id-informationTransferControl ProcedureCode ::= 56
--WS extension
id-Not-used-57 ProcedureCode ::= 57
id-Not-used-58 ProcedureCode ::= 58
id-Not-used-59 ProcedureCode ::= 59
id-enhancedRelocationResourceAllocation ProcedureCode ::= 60
id-enhancedRelocationResourceRelease ProcedureCode ::= 61
-- **************************************************************
--
-- Lists
--
-- **************************************************************
maxCellSIB11OrSIB12 INTEGER ::= 32
maxCellSIB11ter-ext INTEGER ::= 48
maxCellSIB11ter-1 INTEGER ::= 79
maxCellsMeas INTEGER ::= 8
maxRateMatching INTEGER ::= 256
maxNoOfDSCHs INTEGER ::= 10
maxNoOfDSCHsLCR INTEGER ::= 10
maxNoOfRB INTEGER ::= 32
maxNoOfUSCHs INTEGER ::= 10
maxNoOfUSCHsLCR INTEGER ::= 10
maxNrOfTFCs INTEGER ::= 1024
maxNrOfTFs INTEGER ::= 32
maxNrOfCCTrCHs INTEGER ::= 16
maxNrOfCCTrCHsLCR INTEGER ::= 16
maxNrOfDCHs INTEGER ::= 128
maxNrOfDL-Codes INTEGER ::= 8
maxNrOfDPCHs INTEGER ::= 240
maxNrOfDPCHsPerRL-1 INTEGER ::= 239 -- maxNrofCCTrCH*maxNrOfULTs-1
maxNrOfDPCHsLCR INTEGER ::= 240
maxNrOfDPCHsLCRPerRL-1 INTEGER ::= 95 -- maxNrofCCTrCH*maxNrOfULTsLCR-1
maxNrOfDPCHs768 INTEGER ::= 480
maxNrOfDPCHs768PerRL-1 INTEGER ::= 479
maxNrOfErrors INTEGER ::= 256
maxNrOfMACcshSDU-Length INTEGER ::= 16
maxNrOfMBMSServices INTEGER ::= 128
maxNrOfActiveMBMSServices INTEGER ::= 256
maxNrOfPoints INTEGER ::= 15
maxNrOfRLs INTEGER ::= 16
maxNrOfRLSets INTEGER ::= maxNrOfRLs
maxNrOfRLSets-1 INTEGER ::= 15 -- maxNrOfRLSets – 1
maxNrOfRLs-1 INTEGER ::= 15 -- maxNrOfRLs – 1
maxNrOfRLs-2 INTEGER ::= 14 -- maxNrOfRLs – 2
maxNrOfUEs INTEGER ::= 4096
maxNrOfULTs INTEGER ::= 15
maxNrOfULTsLCR INTEGER ::= 6
maxNrOfDLTs INTEGER ::= 15
maxNrOfDLTsLCR INTEGER ::= 6
maxRNCinURA-1 INTEGER ::= 15
maxTTI-Count INTEGER ::= 4
maxCTFC INTEGER ::= 16777215
maxNrOfNeighbouringRNCs INTEGER ::= 10
maxNrOfFDDNeighboursPerRNC INTEGER ::= 256
maxNrOfGSMNeighboursPerRNC INTEGER ::= 256
maxNrOfTDDNeighboursPerRNC INTEGER ::= 256
maxNrOfFACHs INTEGER ::= 8
maxNrOfLCRTDDNeighboursPerRNC INTEGER ::= 256
maxIBSEG INTEGER ::= 16
maxNrOfSCCPCHs INTEGER ::= 8
maxNrOfSCCPCHs768 INTEGER ::= 16
maxTGPS INTEGER ::= 6
maxNrOfTS INTEGER ::= 15
maxNrOfLevels INTEGER ::= 256
maxNrOfTsLCR INTEGER ::= 6
maxNoSat INTEGER ::= 16
maxNoGPSTypes INTEGER ::= 8
maxNrOfMeasNCell INTEGER ::= 96
maxNrOfMeasNCell-1 INTEGER ::= 95 -- maxNrOfMeasNCell – 1
maxResetContext INTEGER ::= 250
maxResetContextGroup INTEGER ::= 32
maxNrOfHARQProc INTEGER ::= 8
maxNrOfHSSCCHCodes INTEGER ::= 4
maxNrOfHSSICHs INTEGER ::= 4
maxNrOfHSSICHs-1 INTEGER ::= 3
maxNrOfMACdFlows INTEGER ::= 8
maxNrOfMACdFlows-1 INTEGER ::= 7 -- maxNrOfMACdFlows – 1
maxNrOfMACdPDUSize INTEGER ::= 32
maxNrOfPDUIndexes INTEGER ::= 8
maxNrOfPDUIndexes-1 INTEGER ::= 7 -- maxNrOfPDUIndexes – 1
maxNrOfPrioQueues INTEGER ::= 8
maxNrOfPrioQueues-1 INTEGER ::= 7 -- maxNrOfPrioQueues – 1
maxNrOfSNAs INTEGER ::= 65536
maxNrOfSatAlmanac-maxNoSat INTEGER ::= 16
maxNrOfGERANSI INTEGER ::= 8
maxNrOfInterfaces INTEGER ::= 16
maxNrofSigSeqERGHICH-1 INTEGER ::= 39
maxNrOfCells INTEGER ::= 65536
maxNrOfAddFreq INTEGER ::= 8
maxNrOfCellsPerFreq INTEGER ::= 65536
maxNrOfEDCHMACdFlows-1 INTEGER ::= 7
maxNrOfEDCH-HARQ-PO-QUANTSTEPs INTEGER ::= 6
maxNrOfEDPCCH-PO-QUANTSTEPs INTEGER ::= 8
maxNrOfEDCHHARQProcesses2msEDCH INTEGER ::= 8
maxNrOfBits-MACe-PDU-non-scheduled INTEGER ::= 19982
maxNrOfRefETFCIs INTEGER ::= 8
maxNrOfRefETFCI-PO-QUANTSTEPs INTEGER ::= 29
maxNrOfEDCHMACdFlows INTEGER ::= 8
maxNoOfLogicalChannels INTEGER ::= 16 -- only maximum 15 can be used
maxNrOfRefBetas INTEGER ::= 8
maxNrOfEAGCHCodes INTEGER ::= 4
maxNrOfHS-DSCHTBSs INTEGER ::= 90
maxNrOfHS-DSCHTBSs-HS-SCCHless INTEGER ::= 4
maxHS-PDSCHCodeNrComp-1 INTEGER ::= 15
maxNrOfEHICHCodes INTEGER ::= 4
maxGANSSSat INTEGER ::= 64
maxNoGANSS INTEGER ::= 8
maxSgnType INTEGER ::= 8
maxNrOfBroadcastPLMNs INTEGER ::= 5
maxHSDPAFrequency INTEGER ::= 8
maxHSDPAFrequency-1 INTEGER ::= 7
maxFrequencyinCell INTEGER ::= 12
maxFrequencyinCell-1 INTEGER ::= 11
maxGANSSSatAlmanac INTEGER ::= 36
maxGANSSClockMod INTEGER ::= 4
maxNrOfEDCHRLs INTEGER ::= 4
maxEARFCN INTEGER ::= 65535
maxEARFCN-Extended INTEGER ::= 262143
maxNrOfEUTRANeighboursPerRNC INTEGER ::= 256
maxNrOfMCCHMessages INTEGER ::= 5
maxNrOfMBMSL3 INTEGER ::= 64
maxNrOfEDCHMACdFlowsLCR INTEGER ::= 256
maxNrOfEDCHMACdFlowsLCR-1 INTEGER ::= 255
maxNrOfPreconfiguredNeighbours INTEGER ::= 256
maxNrOfHSDSCH-1 INTEGER ::= 32
maxNrOfHSDSCH INTEGER ::= 33
maxGANSS-1 INTEGER ::= 7
maxlengthMBMSconcatservlists INTEGER ::= 96
maxNoOfTBSs-Mapping-HS-DSCH-SPS INTEGER ::= 4
maxNoOfTBSs-Mapping-HS-DSCH-SPS-1 INTEGER ::= 3
maxNoOfHS-DSCH-TBSsLCR INTEGER ::= 64
maxNoOfRepetition-Period-LCR INTEGER ::= 4
maxNoOfRepetitionPeriod-SPS-LCR-1 INTEGER ::= 3
maxNoOf-HS-SICH-SPS INTEGER ::= 4
maxNoOf-HS-SICH-SPS-1 INTEGER ::= 3
maxNoOfNon-HS-SCCH-Assosiated-HS-SICH INTEGER ::= 4
maxNrOfEDCH-1 INTEGER ::= 32
maxNrOfDCHMeasurementOccasionPatternSequence INTEGER ::= 6
maxNrOfULCarriersLCR-1 INTEGER ::= 5
maxNrOfCellIds INTEGER ::= 32
maxNrOfRAIs INTEGER ::= 8
maxNrOfLAIs INTEGER ::= 8
maxNrOfExtendedNeighbouringRNCs INTEGER ::= 64
maxNoOfGsmCell INTEGER ::= 128
maxNrOfANRCells INTEGER ::= 256
maxFreqBandsTDD INTEGER ::= 16
maxSCPICHCell INTEGER ::= 32
maxSCPICHCell-1 INTEGER ::= 31
maxNoOfCommonRGCells INTEGER ::= 256
maxIGPInfo INTEGER ::= 320
maxNrofConcatenatedDCH INTEGER ::= 3
maxMultipleFrequencyBands INTEGER ::= 8
maxMultipleFrequencyBandsEUTRA INTEGER ::= 8
-- **************************************************************
--
-- IEs
--
-- **************************************************************
id-AllowedQueuingTime ProtocolIE-ID ::= 4
id-Allowed-Rate-Information ProtocolIE-ID ::= 42
id-AntennaColocationIndicator ProtocolIE-ID ::= 309
id-BindingID ProtocolIE-ID ::= 5
id-C-ID ProtocolIE-ID ::= 6
id-C-RNTI ProtocolIE-ID ::= 7
id-Cell-Capacity-Class-Value ProtocolIE-ID ::= 303
id-CFN ProtocolIE-ID ::= 8
id-CN-CS-DomainIdentifier ProtocolIE-ID ::= 9
id-CN-PS-DomainIdentifier ProtocolIE-ID ::= 10
id-Cause ProtocolIE-ID ::= 11
id-CoverageIndicator ProtocolIE-ID ::= 310
id-CriticalityDiagnostics ProtocolIE-ID ::= 20
id-ContextInfoItem-Reset ProtocolIE-ID ::= 211
id-ContextGroupInfoItem-Reset ProtocolIE-ID ::= 515
id-D-RNTI ProtocolIE-ID ::= 21
id-D-RNTI-ReleaseIndication ProtocolIE-ID ::= 22
id-DCHs-to-Add-FDD ProtocolIE-ID ::= 26
id-DCHs-to-Add-TDD ProtocolIE-ID ::= 27
id-DCH-DeleteList-RL-ReconfPrepFDD ProtocolIE-ID ::= 30
id-DCH-DeleteList-RL-ReconfPrepTDD ProtocolIE-ID ::= 31
id-DCH-DeleteList-RL-ReconfRqstFDD ProtocolIE-ID ::= 32
id-DCH-DeleteList-RL-ReconfRqstTDD ProtocolIE-ID ::= 33
id-DCH-FDD-Information ProtocolIE-ID ::= 34
id-DCH-TDD-Information ProtocolIE-ID ::= 35
id-FDD-DCHs-to-Modify ProtocolIE-ID ::= 39
id-TDD-DCHs-to-Modify ProtocolIE-ID ::= 40
id-DCH-InformationResponse ProtocolIE-ID ::= 43
id-DCH-Rate-InformationItem-RL-CongestInd ProtocolIE-ID ::= 38
id-DL-CCTrCH-InformationAddItem-RL-ReconfPrepTDD ProtocolIE-ID ::= 44
id-DL-CCTrCH-InformationListIE-RL-ReconfReadyTDD ProtocolIE-ID ::= 45
id-DL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD ProtocolIE-ID ::= 46
id-DL-CCTrCH-InformationItem-RL-SetupRqstTDD ProtocolIE-ID ::= 47
id-DL-CCTrCH-InformationListIE-PhyChReconfRqstTDD ProtocolIE-ID ::= 48
id-DL-CCTrCH-InformationListIE-RL-AdditionRspTDD ProtocolIE-ID ::= 49
id-DL-CCTrCH-InformationListIE-RL-SetupRspTDD ProtocolIE-ID ::= 50
id-DL-CCTrCH-InformationAddList-RL-ReconfPrepTDD ProtocolIE-ID ::= 51
id-DL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD ProtocolIE-ID ::= 52
id-DL-CCTrCH-InformationList-RL-SetupRqstTDD ProtocolIE-ID ::= 53
id-FDD-DL-CodeInformation ProtocolIE-ID ::= 54
id-DL-DPCH-Information-RL-ReconfPrepFDD ProtocolIE-ID ::= 59
id-DL-DPCH-Information-RL-SetupRqstFDD ProtocolIE-ID ::= 60
id-DL-DPCH-Information-RL-ReconfRqstFDD ProtocolIE-ID ::= 61
id-DL-DPCH-InformationItem-PhyChReconfRqstTDD ProtocolIE-ID ::= 62
id-DL-DPCH-InformationItem-RL-AdditionRspTDD ProtocolIE-ID ::= 63
id-DL-DPCH-InformationItem-RL-SetupRspTDD ProtocolIE-ID ::= 64
id-DL-DPCH-TimingAdjustment ProtocolIE-ID ::= 278
id-DLReferencePower ProtocolIE-ID ::= 67
id-DLReferencePowerList-DL-PC-Rqst ProtocolIE-ID ::= 68
id-DL-ReferencePowerInformation-DL-PC-Rqst ProtocolIE-ID ::= 69
id-DPC-Mode ProtocolIE-ID ::= 12
id-DRXCycleLengthCoefficient ProtocolIE-ID ::= 70
id-DedicatedMeasurementObjectType-DM-Fail-Ind ProtocolIE-ID ::= 470
id-DedicatedMeasurementObjectType-DM-Fail ProtocolIE-ID ::= 471
id-DedicatedMeasurementObjectType-DM-Rprt ProtocolIE-ID ::= 71
id-DedicatedMeasurementObjectType-DM-Rqst ProtocolIE-ID ::= 72
id-DedicatedMeasurementObjectType-DM-Rsp ProtocolIE-ID ::= 73
id-DedicatedMeasurementType ProtocolIE-ID ::= 74
id-FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspFDD ProtocolIE-ID ::= 82
id-FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspTDD ProtocolIE-ID ::= 83
id-Guaranteed-Rate-Information ProtocolIE-ID ::= 41
id-IMSI ProtocolIE-ID ::= 84
id-HCS-Prio ProtocolIE-ID ::= 311
id-L3-Information ProtocolIE-ID ::= 85
id-AdjustmentPeriod ProtocolIE-ID ::= 90
id-MaxAdjustmentStep ProtocolIE-ID ::= 91
id-MeasurementFilterCoefficient ProtocolIE-ID ::= 92
id-MessageStructure ProtocolIE-ID ::= 57
id-MeasurementID ProtocolIE-ID ::= 93
id-Neighbouring-GSM-CellInformation ProtocolIE-ID ::= 13
id-Neighbouring-UMTS-CellInformationItem ProtocolIE-ID ::= 95
--WS extension
id-Unknown-305 ProtocolIE-ID ::= 304
id-NRT-Load-Information-Value ProtocolIE-ID ::= 305
id-NRT-Load-Information-Value-IncrDecrThres ProtocolIE-ID ::= 306
id-PagingArea-PagingRqst ProtocolIE-ID ::= 102
id-FACH-FlowControlInformation ProtocolIE-ID ::= 103
id-PartialReportingIndicator ProtocolIE-ID ::= 472
id-Permanent-NAS-UE-Identity ProtocolIE-ID ::= 17
id-PowerAdjustmentType ProtocolIE-ID ::= 107
--WS extension
id-Unknown-108 ProtocolIE-ID ::= 108
id-RANAP-RelocationInformation ProtocolIE-ID ::= 109
id-RL-Information-PhyChReconfRqstFDD ProtocolIE-ID ::= 110
id-RL-Information-PhyChReconfRqstTDD ProtocolIE-ID ::= 111
id-RL-Information-RL-AdditionRqstFDD ProtocolIE-ID ::= 112
id-RL-Information-RL-AdditionRqstTDD ProtocolIE-ID ::= 113
id-RL-Information-RL-DeletionRqst ProtocolIE-ID ::= 114
id-RL-Information-RL-FailureInd ProtocolIE-ID ::= 115
id-RL-Information-RL-ReconfPrepFDD ProtocolIE-ID ::= 116
id-RL-Information-RL-RestoreInd ProtocolIE-ID ::= 117
id-RL-Information-RL-SetupRqstFDD ProtocolIE-ID ::= 118
id-RL-Information-RL-SetupRqstTDD ProtocolIE-ID ::= 119
id-RL-InformationItem-RL-CongestInd ProtocolIE-ID ::= 55
id-RL-InformationItem-DM-Rprt ProtocolIE-ID ::= 120
id-RL-InformationItem-DM-Rqst ProtocolIE-ID ::= 121
id-RL-InformationItem-DM-Rsp ProtocolIE-ID ::= 122
id-RL-InformationItem-RL-PreemptRequiredInd ProtocolIE-ID ::= 2
id-RL-InformationItem-RL-SetupRqstFDD ProtocolIE-ID ::= 123
id-RL-InformationList-RL-CongestInd ProtocolIE-ID ::= 56
id-RL-InformationList-RL-AdditionRqstFDD ProtocolIE-ID ::= 124
id-RL-InformationList-RL-DeletionRqst ProtocolIE-ID ::= 125
id-RL-InformationList-RL-PreemptRequiredInd ProtocolIE-ID ::= 1
id-RL-InformationList-RL-ReconfPrepFDD ProtocolIE-ID ::= 126
id-RL-InformationResponse-RL-AdditionRspTDD ProtocolIE-ID ::= 127
id-RL-InformationResponse-RL-ReconfReadyTDD ProtocolIE-ID ::= 128
id-RL-InformationResponse-RL-SetupRspTDD ProtocolIE-ID ::= 129
id-RL-InformationResponseItem-RL-AdditionRspFDD ProtocolIE-ID ::= 130
id-RL-InformationResponseItem-RL-ReconfReadyFDD ProtocolIE-ID ::= 131
id-RL-InformationResponseItem-RL-ReconfRspFDD ProtocolIE-ID ::= 132
id-RL-InformationResponseItem-RL-SetupRspFDD ProtocolIE-ID ::= 133
id-RL-InformationResponseList-RL-AdditionRspFDD ProtocolIE-ID ::= 134
id-RL-InformationResponseList-RL-ReconfReadyFDD ProtocolIE-ID ::= 135
id-RL-InformationResponseList-RL-ReconfRspFDD ProtocolIE-ID ::= 136
id-RL-InformationResponse-RL-ReconfRspTDD ProtocolIE-ID ::= 28
id-RL-InformationResponseList-RL-SetupRspFDD ProtocolIE-ID ::= 137
id-RL-ReconfigurationFailure-RL-ReconfFail ProtocolIE-ID ::= 141
id-RL-Set-InformationItem-DM-Rprt ProtocolIE-ID ::= 143
id-RL-Set-InformationItem-DM-Rqst ProtocolIE-ID ::= 144
id-RL-Set-InformationItem-DM-Rsp ProtocolIE-ID ::= 145
id-RL-Set-Information-RL-FailureInd ProtocolIE-ID ::= 146
id-RL-Set-Information-RL-RestoreInd ProtocolIE-ID ::= 147
id-RL-Set-Successful-InformationItem-DM-Fail ProtocolIE-ID ::= 473
id-RL-Set-Unsuccessful-InformationItem-DM-Fail ProtocolIE-ID ::= 474
id-RL-Set-Unsuccessful-InformationItem-DM-Fail-Ind ProtocolIE-ID ::= 475
id-RL-Successful-InformationItem-DM-Fail ProtocolIE-ID ::= 476
id-RL-Unsuccessful-InformationItem-DM-Fail ProtocolIE-ID ::= 477
id-RL-Unsuccessful-InformationItem-DM-Fail-Ind ProtocolIE-ID ::= 478
id-ReportCharacteristics ProtocolIE-ID ::= 152
id-Reporting-Object-RL-FailureInd ProtocolIE-ID ::= 153
id-Reporing-Object-RL-RestoreInd ProtocolIE-ID ::= 154
id-RT-Load-Value ProtocolIE-ID ::= 307
id-RT-Load-Value-IncrDecrThres ProtocolIE-ID ::= 308
id-S-RNTI ProtocolIE-ID ::= 155
id-ResetIndicator ProtocolIE-ID ::= 244
id-RNC-ID ProtocolIE-ID ::= 245
id-SAI ProtocolIE-ID ::= 156
id-SRNC-ID ProtocolIE-ID ::= 157
id-SuccessfulRL-InformationResponse-RL-AdditionFailureFDD ProtocolIE-ID ::= 159
id-SuccessfulRL-InformationResponse-RL-SetupFailureFDD ProtocolIE-ID ::= 160
--WS extension
id-Unknown-161 ProtocolIE-ID ::= 161
id-Unknown-162 ProtocolIE-ID ::= 162
id-TransportBearerID ProtocolIE-ID ::= 163
id-TransportBearerRequestIndicator ProtocolIE-ID ::= 164
id-TransportLayerAddress ProtocolIE-ID ::= 165
id-TypeOfError ProtocolIE-ID ::= 140
id-UC-ID ProtocolIE-ID ::= 166
id-UL-CCTrCH-AddInformation-RL-ReconfPrepTDD ProtocolIE-ID ::= 167
id-Unknown-168 ProtocolIE-ID ::= 168
id-UL-CCTrCH-InformationAddList-RL-ReconfPrepTDD ProtocolIE-ID ::= 169
id-Unknown-170 ProtocolIE-ID ::= 170
id-UL-CCTrCH-InformationItem-RL-SetupRqstTDD ProtocolIE-ID ::= 171
id-UL-CCTrCH-InformationList-RL-SetupRqstTDD ProtocolIE-ID ::= 172
id-UL-CCTrCH-InformationListIE-PhyChReconfRqstTDD ProtocolIE-ID ::= 173
id-UL-CCTrCH-InformationListIE-RL-AdditionRspTDD ProtocolIE-ID ::= 174
id-UL-CCTrCH-InformationListIE-RL-ReconfReadyTDD ProtocolIE-ID ::= 175
id-UL-CCTrCH-InformationListIE-RL-SetupRspTDD ProtocolIE-ID ::= 176
id-UL-DPCH-Information-RL-ReconfPrepFDD ProtocolIE-ID ::= 177
id-UL-DPCH-Information-RL-ReconfRqstFDD ProtocolIE-ID ::= 178
id-UL-DPCH-Information-RL-SetupRqstFDD ProtocolIE-ID ::= 179
id-UL-DPCH-InformationItem-PhyChReconfRqstTDD ProtocolIE-ID ::= 180
id-UL-DPCH-InformationItem-RL-AdditionRspTDD ProtocolIE-ID ::= 181
id-UL-DPCH-InformationItem-RL-SetupRspTDD ProtocolIE-ID ::= 182
id-UL-DPCH-InformationAddListIE-RL-ReconfReadyTDD ProtocolIE-ID ::= 183
id-UL-SIRTarget ProtocolIE-ID ::= 184
id-URA-Information ProtocolIE-ID ::= 185
--WS extension
id-Unknown-186 ProtocolIE-ID ::= 186
id-Unknown-187 ProtocolIE-ID ::= 187
id-UnsuccessfulRL-InformationResponse-RL-AdditionFailureFDD ProtocolIE-ID ::= 188
id-UnsuccessfulRL-InformationResponse-RL-SetupFailureFDD ProtocolIE-ID ::= 189
id-UnsuccessfulRL-InformationResponse-RL-SetupFailureTDD ProtocolIE-ID ::= 190
--WS extension
id-Unknown-191 ProtocolIE-ID ::= 191
id-Unknown-192 ProtocolIE-ID ::= 192
id-Active-Pattern-Sequence-Information ProtocolIE-ID ::= 193
id-AdjustmentRatio ProtocolIE-ID ::= 194
--WS extension
id-Unknown-195 ProtocolIE-ID ::= 195
id-Unknown-196 ProtocolIE-ID ::= 196
id-CauseLevel-RL-AdditionFailureFDD ProtocolIE-ID ::= 197
id-CauseLevel-RL-AdditionFailureTDD ProtocolIE-ID ::= 198
id-CauseLevel-RL-ReconfFailure ProtocolIE-ID ::= 199
id-CauseLevel-RL-SetupFailureFDD ProtocolIE-ID ::= 200
id-CauseLevel-RL-SetupFailureTDD ProtocolIE-ID ::= 201
id-DL-CCTrCH-InformationDeleteItem-RL-ReconfPrepTDD ProtocolIE-ID ::= 205
id-DL-CCTrCH-InformationModifyItem-RL-ReconfPrepTDD ProtocolIE-ID ::= 206
id-DL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD ProtocolIE-ID ::= 207
id-DL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD ProtocolIE-ID ::= 208
id-DL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD ProtocolIE-ID ::= 209
id-DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD ProtocolIE-ID ::= 210
id-DL-DPCH-InformationAddListIE-RL-ReconfReadyTDD ProtocolIE-ID ::= 212
id-DL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD ProtocolIE-ID ::= 213
id-DL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD ProtocolIE-ID ::= 214
id-DSCHs-to-Add-TDD ProtocolIE-ID ::= 215
id-Unused-ProtocolIE-ID-216 ProtocolIE-ID ::= 216
id-DSCH-DeleteList-RL-ReconfPrepTDD ProtocolIE-ID ::= 217
id-Unused-ProtocolIE-ID-218 ProtocolIE-ID ::= 218
id-Unused-ProtocolIE-ID-219 ProtocolIE-ID ::= 219
id-DSCH-InformationListIE-RL-AdditionRspTDD ProtocolIE-ID ::= 220
id-DSCH-InformationListIEs-RL-SetupRspTDD ProtocolIE-ID ::= 221
id-DSCH-TDD-Information ProtocolIE-ID ::= 222
id-Unused-ProtocolIE-ID-223 ProtocolIE-ID ::= 223
id-Unused-ProtocolIE-ID-226 ProtocolIE-ID ::= 226
id-DSCH-ModifyList-RL-ReconfPrepTDD ProtocolIE-ID ::= 227
id-Unused-ProtocolIE-ID-228 ProtocolIE-ID ::= 228
id-Unused-ProtocolIE-ID-324 ProtocolIE-ID ::= 324
id-Unused-ProtocolIE-ID-229 ProtocolIE-ID ::= 229
id-DSCHToBeAddedOrModifiedList-RL-ReconfReadyTDD ProtocolIE-ID ::= 230
--WS extension
id-Unknown-231 ProtocolIE-ID ::= 231
id-Unused-ProtocolIE-ID-29 ProtocolIE-ID ::= 29
id-Unused-ProtocolIE-ID-225 ProtocolIE-ID ::= 225
id-GA-Cell ProtocolIE-ID ::= 232
id-GA-CellAdditionalShapes ProtocolIE-ID ::= 3
id-Unused-ProtocolIE-ID-246 ProtocolIE-ID ::= 246
--WS extension
id-Unknown-254 ProtocolIE-ID ::= 254
id-Transmission-Gap-Pattern-Sequence-Information ProtocolIE-ID ::= 255
id-UL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD ProtocolIE-ID ::= 256
id-UL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD ProtocolIE-ID ::= 257
id-UL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD ProtocolIE-ID ::= 258
id-UL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD ProtocolIE-ID ::= 259
id-UL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD ProtocolIE-ID ::= 260
id-UL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD ProtocolIE-ID ::= 261
id-UL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD ProtocolIE-ID ::= 262
id-UL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD ProtocolIE-ID ::= 263
id-UL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD ProtocolIE-ID ::= 264
id-UL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD ProtocolIE-ID ::= 265
id-UnsuccessfulRL-InformationResponse-RL-AdditionFailureTDD ProtocolIE-ID ::= 266
id-USCHs-to-Add ProtocolIE-ID ::= 267
id-USCH-DeleteList-RL-ReconfPrepTDD ProtocolIE-ID ::= 268
id-USCH-InformationListIE-RL-AdditionRspTDD ProtocolIE-ID ::= 269
id-USCH-InformationListIEs-RL-SetupRspTDD ProtocolIE-ID ::= 270
id-USCH-Information ProtocolIE-ID ::= 271
id-USCH-ModifyList-RL-ReconfPrepTDD ProtocolIE-ID ::= 272
id-USCHToBeAddedOrModifiedList-RL-ReconfReadyTDD ProtocolIE-ID ::= 273
id-DL-Physical-Channel-Information-RL-SetupRqstTDD ProtocolIE-ID ::= 274
id-UL-Physical-Channel-Information-RL-SetupRqstTDD ProtocolIE-ID ::= 275
id-ClosedLoopMode1-SupportIndicator ProtocolIE-ID ::= 276
id-Unused-ProtocolIE-ID-277 ProtocolIE-ID ::= 277
id-STTD-SupportIndicator ProtocolIE-ID ::= 279
id-CFNReportingIndicator ProtocolIE-ID ::= 14
id-CNOriginatedPage-PagingRqst ProtocolIE-ID ::= 23
id-InnerLoopDLPCStatus ProtocolIE-ID ::= 24
id-PropagationDelay ProtocolIE-ID ::= 25
id-RxTimingDeviationForTA ProtocolIE-ID ::= 36
id-timeSlot-ISCP ProtocolIE-ID ::= 37
id-CCTrCH-InformationItem-RL-FailureInd ProtocolIE-ID ::= 15
id-CCTrCH-InformationItem-RL-RestoreInd ProtocolIE-ID ::= 16
id-CommonMeasurementAccuracy ProtocolIE-ID ::= 280
id-CommonMeasurementObjectType-CM-Rprt ProtocolIE-ID ::= 281
id-CommonMeasurementObjectType-CM-Rqst ProtocolIE-ID ::= 282
id-CommonMeasurementObjectType-CM-Rsp ProtocolIE-ID ::= 283
id-CommonMeasurementType ProtocolIE-ID ::= 284
id-CongestionCause ProtocolIE-ID ::= 18
id-SFN ProtocolIE-ID ::= 285
id-SFNReportingIndicator ProtocolIE-ID ::= 286
id-InformationExchangeID ProtocolIE-ID ::= 287
id-InformationExchangeObjectType-InfEx-Rprt ProtocolIE-ID ::= 288
id-InformationExchangeObjectType-InfEx-Rqst ProtocolIE-ID ::= 289
id-InformationExchangeObjectType-InfEx-Rsp ProtocolIE-ID ::= 290
id-InformationReportCharacteristics ProtocolIE-ID ::= 291
id-InformationType ProtocolIE-ID ::= 292
id-neighbouring-LCR-TDD-CellInformation ProtocolIE-ID ::= 58
id-DL-Timeslot-ISCP-LCR-Information-RL-SetupRqstTDD ProtocolIE-ID ::= 65
id-RL-LCR-InformationResponse-RL-SetupRspTDD ProtocolIE-ID ::= 66
id-UL-CCTrCH-LCR-InformationListIE-RL-SetupRspTDD ProtocolIE-ID ::= 75
id-UL-DPCH-LCR-InformationItem-RL-SetupRspTDD ProtocolIE-ID ::= 76
id-DL-CCTrCH-LCR-InformationListIE-RL-SetupRspTDD ProtocolIE-ID ::= 77
id-DL-DPCH-LCR-InformationItem-RL-SetupRspTDD ProtocolIE-ID ::= 78
id-DSCH-LCR-InformationListIEs-RL-SetupRspTDD ProtocolIE-ID ::= 79
id-USCH-LCR-InformationListIEs-RL-SetupRspTDD ProtocolIE-ID ::= 80
id-DL-Timeslot-ISCP-LCR-Information-RL-AdditionRqstTDD ProtocolIE-ID ::= 81
id-RL-LCR-InformationResponse-RL-AdditionRspTDD ProtocolIE-ID ::= 86
id-UL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD ProtocolIE-ID ::= 87
id-UL-DPCH-LCR-InformationItem-RL-AdditionRspTDD ProtocolIE-ID ::= 88
id-DL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD ProtocolIE-ID ::= 89
id-DL-DPCH-LCR-InformationItem-RL-AdditionRspTDD ProtocolIE-ID ::= 94
id-DSCH-LCR-InformationListIEs-RL-AdditionRspTDD ProtocolIE-ID ::= 96
id-USCH-LCR-InformationListIEs-RL-AdditionRspTDD ProtocolIE-ID ::= 97
id-UL-DPCH-LCR-InformationAddListIE-RL-ReconfReadyTDD ProtocolIE-ID ::= 98
--WS extension
id-Unknown-99 ProtocolIE-ID ::= 99
id-UL-Timeslot-LCR-InformationModifyList-RL-ReconfReadyTDD ProtocolIE-ID ::= 100
id-DL-DPCH-LCR-InformationAddListIE-RL-ReconfReadyTDD ProtocolIE-ID ::= 101
id-DL-Timeslot-LCR-InformationModifyList-RL-ReconfReadyTDD ProtocolIE-ID ::= 104
id-UL-Timeslot-LCR-InformationList-PhyChReconfRqstTDD ProtocolIE-ID ::= 105
id-DL-Timeslot-LCR-InformationList-PhyChReconfRqstTDD ProtocolIE-ID ::= 106
id-timeSlot-ISCP-LCR-List-DL-PC-Rqst-TDD ProtocolIE-ID ::= 138
id-TSTD-Support-Indicator-RL-SetupRqstTDD ProtocolIE-ID ::= 139
id-RestrictionStateIndicator ProtocolIE-ID ::= 142
id-Load-Value ProtocolIE-ID ::= 233
id-Load-Value-IncrDecrThres ProtocolIE-ID ::= 234
id-OnModification ProtocolIE-ID ::= 235
id-Received-Total-Wideband-Power-Value ProtocolIE-ID ::= 236
id-Received-Total-Wideband-Power-Value-IncrDecrThres ProtocolIE-ID ::= 237
id-SFNSFNMeasurementThresholdInformation ProtocolIE-ID ::= 238
id-Transmitted-Carrier-Power-Value ProtocolIE-ID ::= 239
id-Transmitted-Carrier-Power-Value-IncrDecrThres ProtocolIE-ID ::= 240
id-TUTRANGPSMeasurementThresholdInformation ProtocolIE-ID ::= 241
id-UL-Timeslot-ISCP-Value ProtocolIE-ID ::= 242
id-UL-Timeslot-ISCP-Value-IncrDecrThres ProtocolIE-ID ::= 243
id-Rx-Timing-Deviation-Value-LCR ProtocolIE-ID ::= 293
id-DPC-Mode-Change-SupportIndicator ProtocolIE-ID ::= 19
id-Unused-ProtocolIE-ID-247 ProtocolIE-ID ::= 247
--WS extension
id-Unknown-294 ProtocolIE-ID ::= 294
id-Unused-ProtocolIE-ID-295 ProtocolIE-ID ::= 295
id-PrimaryCCPCH-RSCP-RL-ReconfPrepTDD ProtocolIE-ID ::= 202
id-DL-TimeSlot-ISCP-Info-RL-ReconfPrepTDD ProtocolIE-ID ::= 203
id-DL-Timeslot-ISCP-LCR-Information-RL-ReconfPrepTDD ProtocolIE-ID ::= 204
id-DSCH-RNTI ProtocolIE-ID ::= 249
id-DL-PowerBalancing-Information ProtocolIE-ID ::= 296
id-DL-PowerBalancing-ActivationIndicator ProtocolIE-ID ::= 297
id-DL-PowerBalancing-UpdatedIndicator ProtocolIE-ID ::= 298
id-DL-ReferencePowerInformation ProtocolIE-ID ::= 299
id-Enhanced-PrimaryCPICH-EcNo ProtocolIE-ID ::= 224
id-IPDL-TDD-ParametersLCR ProtocolIE-ID ::= 252
id-CellCapabilityContainer-FDD ProtocolIE-ID ::= 300
id-CellCapabilityContainer-TDD ProtocolIE-ID ::= 301
id-CellCapabilityContainer-TDD-LCR ProtocolIE-ID ::= 302
id-RL-Specific-DCH-Info ProtocolIE-ID ::= 317
id-RL-ReconfigurationRequestFDD-RL-InformationList ProtocolIE-ID ::= 318
id-RL-ReconfigurationRequestFDD-RL-Information-IEs ProtocolIE-ID ::= 319
--WS extension
id-Unknown-320 ProtocolIE-ID ::= 320
id-RL-ReconfigurationRequestTDD-RL-Information ProtocolIE-ID ::= 321
--WS extension
id-Unknown-322 ProtocolIE-ID ::= 322
id-CommonTransportChannelResourcesInitialisationNotRequired ProtocolIE-ID ::= 250
id-DelayedActivation ProtocolIE-ID ::= 312
id-DelayedActivationList-RL-ActivationCmdFDD ProtocolIE-ID ::= 313
id-DelayedActivationInformation-RL-ActivationCmdFDD ProtocolIE-ID ::= 314
id-DelayedActivationList-RL-ActivationCmdTDD ProtocolIE-ID ::= 315
id-DelayedActivationInformation-RL-ActivationCmdTDD ProtocolIE-ID ::= 316
id-neighbouringTDDCellMeasurementInformationLCR ProtocolIE-ID ::= 251
id-UL-SIR-Target-CCTrCH-InformationItem-RL-SetupRspTDD ProtocolIE-ID ::= 150
id-UL-SIR-Target-CCTrCH-LCR-InformationItem-RL-SetupRspTDD ProtocolIE-ID ::= 151
id-PrimCCPCH-RSCP-DL-PC-RqstTDD ProtocolIE-ID ::= 451
id-HSDSCH-FDD-Information ProtocolIE-ID ::= 452
id-HSDSCH-FDD-Information-Response ProtocolIE-ID ::= 453
--WS extension
id-Unknown-454 ProtocolIE-ID ::= 454
id-Unknown-455 ProtocolIE-ID ::= 455
id-HSDSCH-FDD-Update-Information ProtocolIE-ID ::= 466
id-HSDSCH-Information-to-Modify ProtocolIE-ID ::= 456
id-HSDSCHMacdFlowSpecificInformationList-RL-PreemptRequiredInd ProtocolIE-ID ::= 516
id-HSDSCHMacdFlowSpecificInformationItem-RL-PreemptRequiredInd ProtocolIE-ID ::= 517
id-HSDSCH-RNTI ProtocolIE-ID ::= 457
id-HSDSCH-TDD-Information ProtocolIE-ID ::= 458
id-HSDSCH-TDD-Information-Response ProtocolIE-ID ::= 459
--WS extension
id-Unknown-460 ProtocolIE-ID ::= 460
id-Unknown-461 ProtocolIE-ID ::= 461
id-Unknown-462 ProtocolIE-ID ::= 462
id-HSDSCH-TDD-Update-Information ProtocolIE-ID ::= 467
id-HSPDSCH-RL-ID ProtocolIE-ID ::= 463
id-HSDSCH-MACdFlows-to-Add ProtocolIE-ID ::= 531
id-HSDSCH-MACdFlows-to-Delete ProtocolIE-ID ::= 532
id-Angle-Of-Arrival-Value-LCR ProtocolIE-ID ::= 148
--WS extension
id-Unknown-149 ProtocolIE-ID ::= 149
id-TrafficClass ProtocolIE-ID ::= 158
id-Unused-ProtocolIE-ID-248 ProtocolIE-ID ::= 248
id-Unused-ProtocolIE-ID-253 ProtocolIE-ID ::= 253
id-PDSCH-RL-ID ProtocolIE-ID ::= 323
id-TimeSlot-RL-SetupRspTDD ProtocolIE-ID ::= 325
--WS extension
id-Unknown-326 ProtocolIE-ID ::= 326
id-Unknown-327 ProtocolIE-ID ::= 327
id-Unknown-328 ProtocolIE-ID ::= 328
id-Unknown-329 ProtocolIE-ID ::= 329
id-Unknown-330 ProtocolIE-ID ::= 330
id-Unknown-331 ProtocolIE-ID ::= 331
id-Unknown-332 ProtocolIE-ID ::= 332
id-Unknown-333 ProtocolIE-ID ::= 333
id-Unknown-334 ProtocolIE-ID ::= 334
id-Unknown-335 ProtocolIE-ID ::= 335
id-Unknown-336 ProtocolIE-ID ::= 336
id-Unknown-337 ProtocolIE-ID ::= 337
id-Unknown-338 ProtocolIE-ID ::= 338
id-Unknown-339 ProtocolIE-ID ::= 339
id-Unknown-340 ProtocolIE-ID ::= 340
id-Unknown-341 ProtocolIE-ID ::= 341
id-Unknown-342 ProtocolIE-ID ::= 342
id-Unknown-343 ProtocolIE-ID ::= 343
id-Unknown-344 ProtocolIE-ID ::= 344
id-Unknown-345 ProtocolIE-ID ::= 345
id-Unknown-346 ProtocolIE-ID ::= 346
id-Unknown-347 ProtocolIE-ID ::= 347
id-Unknown-348 ProtocolIE-ID ::= 348
id-Unknown-349 ProtocolIE-ID ::= 349
id-Unknown-350 ProtocolIE-ID ::= 350
id-Unknown-351 ProtocolIE-ID ::= 351
id-Unknown-352 ProtocolIE-ID ::= 352
id-Unknown-353 ProtocolIE-ID ::= 353
id-Unknown-354 ProtocolIE-ID ::= 354
id-Unknown-355 ProtocolIE-ID ::= 355
id-Unknown-356 ProtocolIE-ID ::= 356
id-Unknown-357 ProtocolIE-ID ::= 357
id-Unknown-358 ProtocolIE-ID ::= 358
id-Unknown-359 ProtocolIE-ID ::= 359
id-Unknown-360 ProtocolIE-ID ::= 360
id-Unknown-361 ProtocolIE-ID ::= 361
id-Unknown-362 ProtocolIE-ID ::= 362
id-Unknown-363 ProtocolIE-ID ::= 363
id-Unknown-364 ProtocolIE-ID ::= 364
id-Unknown-365 ProtocolIE-ID ::= 365
id-Unknown-366 ProtocolIE-ID ::= 366
id-Unknown-367 ProtocolIE-ID ::= 367
id-Unknown-368 ProtocolIE-ID ::= 368
id-Unknown-369 ProtocolIE-ID ::= 369
id-Unknown-370 ProtocolIE-ID ::= 370
id-Unknown-371 ProtocolIE-ID ::= 371
id-Unknown-372 ProtocolIE-ID ::= 372
id-Unknown-373 ProtocolIE-ID ::= 373
id-Unknown-374 ProtocolIE-ID ::= 374
id-Unknown-375 ProtocolIE-ID ::= 375
id-Unknown-376 ProtocolIE-ID ::= 376
id-Unknown-377 ProtocolIE-ID ::= 377
id-Unknown-378 ProtocolIE-ID ::= 378
id-Unknown-379 ProtocolIE-ID ::= 379
id-Unknown-380 ProtocolIE-ID ::= 380
id-Unknown-381 ProtocolIE-ID ::= 381
id-Unknown-382 ProtocolIE-ID ::= 382
id-Unknown-383 ProtocolIE-ID ::= 383
id-Unknown-384 ProtocolIE-ID ::= 384
id-Unknown-385 ProtocolIE-ID ::= 385
id-Unknown-386 ProtocolIE-ID ::= 386
id-Unknown-387 ProtocolIE-ID ::= 387
id-Unknown-388 ProtocolIE-ID ::= 388
id-Unknown-389 ProtocolIE-ID ::= 389
id-Unknown-390 ProtocolIE-ID ::= 390
id-Unknown-391 ProtocolIE-ID ::= 391
id-Unknown-392 ProtocolIE-ID ::= 392
id-Unknown-393 ProtocolIE-ID ::= 393
id-Unknown-394 ProtocolIE-ID ::= 394
id-Unknown-395 ProtocolIE-ID ::= 395
id-Unknown-396 ProtocolIE-ID ::= 396
id-Unknown-397 ProtocolIE-ID ::= 397
id-Unknown-398 ProtocolIE-ID ::= 398
id-Unknown-399 ProtocolIE-ID ::= 399
id-Unknown-400 ProtocolIE-ID ::= 400
id-Unknown-401 ProtocolIE-ID ::= 401
id-Unknown-402 ProtocolIE-ID ::= 402
id-Unknown-403 ProtocolIE-ID ::= 403
id-Unknown-404 ProtocolIE-ID ::= 404
id-Unknown-405 ProtocolIE-ID ::= 405
id-Unknown-406 ProtocolIE-ID ::= 406
id-Unknown-407 ProtocolIE-ID ::= 407
id-Unknown-408 ProtocolIE-ID ::= 408
id-Unknown-409 ProtocolIE-ID ::= 409
id-Unknown-410 ProtocolIE-ID ::= 410
id-Unknown-411 ProtocolIE-ID ::= 411
id-Unknown-412 ProtocolIE-ID ::= 412
id-Unknown-413 ProtocolIE-ID ::= 413
id-Unknown-414 ProtocolIE-ID ::= 414
id-Unknown-415 ProtocolIE-ID ::= 415
id-Unknown-416 ProtocolIE-ID ::= 416
id-Unknown-417 ProtocolIE-ID ::= 417
id-Unknown-418 ProtocolIE-ID ::= 418
id-Unknown-419 ProtocolIE-ID ::= 419
id-Unknown-420 ProtocolIE-ID ::= 420
id-Unknown-421 ProtocolIE-ID ::= 421
id-Unknown-422 ProtocolIE-ID ::= 422
id-Unknown-423 ProtocolIE-ID ::= 423
id-Unknown-424 ProtocolIE-ID ::= 424
id-Unknown-425 ProtocolIE-ID ::= 425
id-Unknown-426 ProtocolIE-ID ::= 426
id-Unknown-427 ProtocolIE-ID ::= 427
id-Unknown-428 ProtocolIE-ID ::= 428
id-Unknown-429 ProtocolIE-ID ::= 429
id-Unknown-430 ProtocolIE-ID ::= 430
id-Unknown-431 ProtocolIE-ID ::= 431
id-Unknown-432 ProtocolIE-ID ::= 432
id-Unknown-433 ProtocolIE-ID ::= 433
id-Unknown-434 ProtocolIE-ID ::= 434
id-Unknown-435 ProtocolIE-ID ::= 435
id-Unknown-436 ProtocolIE-ID ::= 436
id-Unknown-437 ProtocolIE-ID ::= 437
id-Unknown-438 ProtocolIE-ID ::= 438
id-Unknown-439 ProtocolIE-ID ::= 439
id-Unknown-440 ProtocolIE-ID ::= 440
id-Unknown-441 ProtocolIE-ID ::= 441
id-Unknown-442 ProtocolIE-ID ::= 442
id-Unknown-443 ProtocolIE-ID ::= 443
id-Unknown-444 ProtocolIE-ID ::= 444
id-Unknown-445 ProtocolIE-ID ::= 445
id-Unknown-446 ProtocolIE-ID ::= 446
id-Unknown-447 ProtocolIE-ID ::= 447
id-Unknown-448 ProtocolIE-ID ::= 448
id-Unknown-449 ProtocolIE-ID ::= 449
id-Unknown-450 ProtocolIE-ID ::= 450
id-GERAN-Cell-Capability ProtocolIE-ID ::= 468
id-GERAN-Classmark ProtocolIE-ID ::= 469
id-DSCH-InitialWindowSize ProtocolIE-ID ::= 480
id-UL-Synchronisation-Parameters-LCR ProtocolIE-ID ::= 464
id-SNA-Information ProtocolIE-ID ::= 479
id-MAChs-ResetIndicator ProtocolIE-ID ::= 465
id-TDD-DL-DPCH-TimeSlotFormatModifyItem-LCR-RL-ReconfReadyTDD ProtocolIE-ID ::= 481
id-TDD-UL-DPCH-TimeSlotFormatModifyItem-LCR-RL-ReconfReadyTDD ProtocolIE-ID ::= 482
id-TDD-TPC-UplinkStepSize-LCR-RL-SetupRqstTDD ProtocolIE-ID ::= 483
id-UL-CCTrCH-InformationList-RL-AdditionRqstTDD ProtocolIE-ID ::= 484
id-UL-CCTrCH-InformationItem-RL-AdditionRqstTDD ProtocolIE-ID ::= 485
id-DL-CCTrCH-InformationList-RL-AdditionRqstTDD ProtocolIE-ID ::= 486
id-DL-CCTrCH-InformationItem-RL-AdditionRqstTDD ProtocolIE-ID ::= 487
id-TDD-TPC-UplinkStepSize-InformationAdd-LCR-RL-ReconfPrepTDD ProtocolIE-ID ::= 488
id-TDD-TPC-UplinkStepSize-InformationModify-LCR-RL-ReconfPrepTDD ProtocolIE-ID ::= 489
id-TDD-TPC-DownlinkStepSize-InformationAdd-RL-ReconfPrepTDD ProtocolIE-ID ::= 490
id-TDD-TPC-DownlinkStepSize-InformationModify-RL-ReconfPrepTDD ProtocolIE-ID ::= 491
id-UL-TimingAdvanceCtrl-LCR ProtocolIE-ID ::= 492
id-HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD ProtocolIE-ID ::= 493
id-HSPDSCH-Timeslot-InformationListLCR-PhyChReconfRqstTDD ProtocolIE-ID ::= 494
id-HS-SICH-Reception-Quality ProtocolIE-ID ::= 495
id-HS-SICH-Reception-Quality-Measurement-Value ProtocolIE-ID ::= 496
id-HSSICH-Info-DM-Rprt ProtocolIE-ID ::= 497
id-HSSICH-Info-DM-Rqst ProtocolIE-ID ::= 498
id-HSSICH-Info-DM ProtocolIE-ID ::= 499
id-CCTrCH-Maximum-DL-Power-RL-SetupRspTDD ProtocolIE-ID ::= 500
id-CCTrCH-Minimum-DL-Power-RL-SetupRspTDD ProtocolIE-ID ::= 501
id-CCTrCH-Maximum-DL-Power-RL-AdditionRspTDD ProtocolIE-ID ::= 502
id-CCTrCH-Minimum-DL-Power-RL-AdditionRspTDD ProtocolIE-ID ::= 503
id-CCTrCH-Maximum-DL-Power-RL-ReconfReadyTDD ProtocolIE-ID ::= 504
id-CCTrCH-Minimum-DL-Power-RL-ReconfReadyTDD ProtocolIE-ID ::= 505
id-Maximum-DL-Power-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD ProtocolIE-ID ::= 506
id-Minimum-DL-Power-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD ProtocolIE-ID ::= 507
id-DL-CCTrCH-InformationList-RL-ReconfRspTDD ProtocolIE-ID ::= 508
id-DL-DPCH-InformationModifyItem-LCR-RL-ReconfRspTDD ProtocolIE-ID ::= 509
id-Maximum-DL-Power-TimeslotLCR-InformationItem ProtocolIE-ID ::= 510
id-Minimum-DL-Power-TimeslotLCR-InformationItem ProtocolIE-ID ::= 511
id-TDD-Support-8PSK ProtocolIE-ID ::= 512
id-TDD-maxNrDLPhysicalchannels ProtocolIE-ID ::= 513
id-ExtendedGSMCellIndividualOffset ProtocolIE-ID ::= 514
id-RL-ParameterUpdateIndicationFDD-RL-InformationList ProtocolIE-ID ::= 518
id-Primary-CPICH-Usage-For-Channel-Estimation ProtocolIE-ID ::= 519
id-Secondary-CPICH-Information ProtocolIE-ID ::= 520
id-Secondary-CPICH-Information-Change ProtocolIE-ID ::= 521
id-Unused-ProtocolIE-ID-522 ProtocolIE-ID ::= 522
id-Unused-ProtocolIE-ID-523 ProtocolIE-ID ::= 523
id-RL-ParameterUpdateIndicationFDD-RL-Information-Item ProtocolIE-ID ::= 524
id-Phase-Reference-Update-Indicator ProtocolIE-ID ::= 525
id-Unidirectional-DCH-Indicator ProtocolIE-ID ::= 526
id-RL-Information-RL-ReconfPrepTDD ProtocolIE-ID ::= 527
id-Multiple-RL-InformationResponse-RL-ReconfReadyTDD ProtocolIE-ID ::= 528
id-RL-ReconfigurationResponseTDD-RL-Information ProtocolIE-ID ::= 529
id-Satellite-Almanac-Information-ExtItem ProtocolIE-ID ::= 530
id-HSDSCH-Information-to-Modify-Unsynchronised ProtocolIE-ID ::= 533
id-TnlQos ProtocolIE-ID ::= 534
id-RTLoadValue ProtocolIE-ID ::= 535
id-NRTLoadInformationValue ProtocolIE-ID ::= 536
id-CellPortionID ProtocolIE-ID ::= 537
id-UpPTSInterferenceValue ProtocolIE-ID ::= 538
id-PrimaryCCPCH-RSCP-Delta ProtocolIE-ID ::= 539
id-UEMeasurementType ProtocolIE-ID ::= 540
id-UEMeasurementTimeslotInfoHCR ProtocolIE-ID ::= 541
id-UEMeasurementTimeslotInfoLCR ProtocolIE-ID ::= 542
id-UEMeasurementReportCharacteristics ProtocolIE-ID ::= 543
id-UEMeasurementParameterModAllow ProtocolIE-ID ::= 544
id-UEMeasurementValueInformation ProtocolIE-ID ::= 545
id-InterfacesToTraceItem ProtocolIE-ID ::= 546
id-ListOfInterfacesToTrace ProtocolIE-ID ::= 547
id-TraceDepth ProtocolIE-ID ::= 548
id-TraceRecordingSessionReference ProtocolIE-ID ::= 549
id-TraceReference ProtocolIE-ID ::= 550
id-UEIdentity ProtocolIE-ID ::= 551
id-NACC-Related-Data ProtocolIE-ID ::= 552
id-GSM-Cell-InfEx-Rqst ProtocolIE-ID ::= 553
id-MeasurementRecoveryBehavior ProtocolIE-ID ::= 554
id-MeasurementRecoveryReportingIndicator ProtocolIE-ID ::= 555
id-MeasurementRecoverySupportIndicator ProtocolIE-ID ::= 556
id-DL-DPCH-Power-Information-RL-ReconfPrepFDD ProtocolIE-ID ::= 557
id-F-DPCH-Information-RL-ReconfPrepFDD ProtocolIE-ID ::= 558
id-F-DPCH-Information-RL-SetupRqstFDD ProtocolIE-ID ::= 559
id-MBMS-Bearer-Service-List ProtocolIE-ID ::= 560
id-MBMS-Bearer-Service-List-InfEx-Rsp ProtocolIE-ID ::= 561
id-Active-MBMS-Bearer-ServiceFDD ProtocolIE-ID ::= 562
id-Active-MBMS-Bearer-ServiceTDD ProtocolIE-ID ::= 563
id-Old-URA-ID ProtocolIE-ID ::= 564
--WS extension
id-Unknown-565 ProtocolIE-ID ::= 565
id-Unknown-566 ProtocolIE-ID ::= 566
id-Unknown-567 ProtocolIE-ID ::= 567
id-UE-State ProtocolIE-ID ::= 568
id-URA-ID ProtocolIE-ID ::= 569
--WS extension
id-Unknown-570 ProtocolIE-ID ::= 570
id-HARQ-Preamble-Mode ProtocolIE-ID ::= 571
id-SynchronisationIndicator ProtocolIE-ID ::= 572
id-UL-DPDCHIndicatorEDCH ProtocolIE-ID ::= 573
id-EDPCH-Information ProtocolIE-ID ::= 574
id-RL-Specific-EDCH-Information ProtocolIE-ID ::= 575
id-EDCH-RL-Indication ProtocolIE-ID ::= 576
id-EDCH-FDD-Information ProtocolIE-ID ::= 577
id-EDCH-RLSet-Id ProtocolIE-ID ::= 578
id-Serving-EDCHRL-Id ProtocolIE-ID ::= 579
id-EDCH-FDD-DL-ControlChannelInformation ProtocolIE-ID ::= 580
id-EDCH-FDD-InformationResponse ProtocolIE-ID ::= 581
id-EDCH-MACdFlows-To-Add ProtocolIE-ID ::= 582
id-EDCH-FDD-Information-To-Modify ProtocolIE-ID ::= 583
id-EDCH-MACdFlows-To-Delete ProtocolIE-ID ::= 584
id-EDPCH-Information-RLReconfRequest-FDD ProtocolIE-ID ::= 585
id-EDCH-MacdFlowSpecificInformationList-RL-PreemptRequiredInd ProtocolIE-ID ::= 586
id-EDCH-MacdFlowSpecificInformationItem-RL-PreemptRequiredInd ProtocolIE-ID ::= 587
id-EDCH-MacdFlowSpecificInformationList-RL-CongestInd ProtocolIE-ID ::= 588
id-EDCH-MacdFlowSpecificInformationItem-RL-CongestInd ProtocolIE-ID ::= 589
id-MBMS-Bearer-Service-Full-Address ProtocolIE-ID ::= 590
id-Initial-DL-DPCH-TimingAdjustment ProtocolIE-ID ::= 591
id-Initial-DL-DPCH-TimingAdjustment-Allowed ProtocolIE-ID ::= 592
id-User-Plane-Congestion-Fields-Inclusion ProtocolIE-ID ::= 593
id-HARQ-Preamble-Mode-Activation-Indicator ProtocolIE-ID ::= 594
id-multiple-DedicatedMeasurementValueList-TDD-DM-Rsp ProtocolIE-ID ::= 595
id-multiple-DedicatedMeasurementValueList-LCR-TDD-DM-Rsp ProtocolIE-ID ::= 596
id-ProvidedInformation ProtocolIE-ID ::= 597
id-Active-MBMS-Bearer-ServiceFDD-PFL ProtocolIE-ID ::= 598
id-Active-MBMS-Bearer-ServiceTDD-PFL ProtocolIE-ID ::= 599
id-FrequencyBandIndicator ProtocolIE-ID ::= 600
id-Serving-cell-change-CFN ProtocolIE-ID ::= 601
id-HS-DSCH-serving-cell-change-information ProtocolIE-ID ::= 602
id-HS-DSCH-serving-cell-change-informationResponse ProtocolIE-ID ::= 603
id-E-DCH-Serving-cell-change-informationResponse ProtocolIE-ID ::= 604
id-secondary-LCR-CCPCH-Info-TDD ProtocolIE-ID ::= 605
id-E-DCH-FDD-Update-Information ProtocolIE-ID ::= 606
id-Inter-Frequency-Cell-List ProtocolIE-ID ::= 607
id-Inter-Frequency-Cell-Information ProtocolIE-ID ::= 608
id-multiple-HSSICHMeasurementValueList-TDD-DM-Rsp ProtocolIE-ID ::= 609
id-TDD-Support-PLCCH ProtocolIE-ID ::= 610
id-PLCCH-Information-UL-TimeslotLCR-Info ProtocolIE-ID ::= 611
id-PLCCH-Information-PhyChReconfRqstTDD ProtocolIE-ID ::= 612
id-TDD768-maxNrDLPhysicalchannelsTS ProtocolIE-ID ::= 613
id-RL-InformationResponse-RL-AdditionRspTDD768 ProtocolIE-ID ::= 614
id-UL-CCTrCH-InformationListIE-RL-AdditionRspTDD768 ProtocolIE-ID ::= 615
id-DL-CCTrCH-InformationListIE-RL-AdditionRspTDD768 ProtocolIE-ID ::= 616
id-UL-DPCH-InformationItem-RL-AdditionRspTDD768 ProtocolIE-ID ::= 617
id-DL-DPCH-InformationItem-RL-AdditionRspTDD768 ProtocolIE-ID ::= 618
id-UL-DPCH-InformationAddListIE-RL-ReconfReadyTDD768 ProtocolIE-ID ::= 619
id-UL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768 ProtocolIE-ID ::= 620
id-DL-DPCH-InformationAddListIE-RL-ReconfReadyTDD768 ProtocolIE-ID ::= 621
id-DL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768 ProtocolIE-ID ::= 622
id-secondary-CCPCH-Info-RL-ReconfReadyTDD768 ProtocolIE-ID ::= 623
id-hSSCCH-TDD-Specific-InfoList-Response768 ProtocolIE-ID ::= 624
id-hSPDSCH-TDD-Specific-InfoList-Response768 ProtocolIE-ID ::= 625
id-HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD768 ProtocolIE-ID ::= 626
id-UL-Timeslot-InformationList-PhyChReconfRqstTDD768 ProtocolIE-ID ::= 627
id-DL-Timeslot-InformationList-PhyChReconfRqstTDD768 ProtocolIE-ID ::= 628
id-CellCapabilityContainer-TDD768 ProtocolIE-ID ::= 629
id-multiple-DedicatedMeasurementValueList-TDD768-DM-Rsp ProtocolIE-ID ::= 630
id-neighbouringTDDCellMeasurementInformation768 ProtocolIE-ID ::= 631
id-UEMeasurementTimeslotInfo768 ProtocolIE-ID ::= 632
id-Rx-Timing-Deviation-Value-768 ProtocolIE-ID ::= 633
id-UEMeasurementValueTransmittedPowerList768 ProtocolIE-ID ::= 634
id-UEMeasurementValueTimeslotISCPList768 ProtocolIE-ID ::= 635
id-RL-InformationResponse-RL-SetupRspTDD768 ProtocolIE-ID ::= 636
id-UL-CCTrCH-InformationListIE-RL-SetupRspTDD768 ProtocolIE-ID ::= 637
id-DL-CCTrCH-InformationListIE-RL-SetupRspTDD768 ProtocolIE-ID ::= 638
id-UL-DPCH-InformationItem-RL-SetupRspTDD768 ProtocolIE-ID ::= 639
id-DL-DPCH-InformationItem-RL-SetupRspTDD768 ProtocolIE-ID ::= 640
id-TDD768-minimumSpreadingFactor-UL ProtocolIE-ID ::= 641
id-TDD768-minimumSpreadingFactor-DL ProtocolIE-ID ::= 642
id-TDD768-maxNrDLPhysicalchannels ProtocolIE-ID ::= 643
id-DL-DPCH-InformationDeleteList768-RL-ReconfReadyTDD ProtocolIE-ID ::= 644
id-DPCH-ID768-DM-Rsp ProtocolIE-ID ::= 645
id-DPCH-ID768-DM-Rqst ProtocolIE-ID ::= 646
id-DPCH-ID768-DM-Rprt ProtocolIE-ID ::= 647
id-EDPCH-Information-RLAdditionReq-FDD ProtocolIE-ID ::= 648
id-HSDSCH-Configured-Indicator ProtocolIE-ID ::= 649
id-RxTimingDeviationForTAext ProtocolIE-ID ::= 650
id-RxTimingDeviationForTA768 ProtocolIE-ID ::= 651
id-Rx-Timing-Deviation-Value-ext ProtocolIE-ID ::= 652
id-E-DCH-PowerOffset-for-SchedulingInfo ProtocolIE-ID ::= 653
id-TrCH-SrcStatisticsDescr ProtocolIE-ID ::= 654
id-E-DCH-Information ProtocolIE-ID ::= 655
id-E-DCH-Serving-RL-ID ProtocolIE-ID ::= 656
id-E-DCH-Information-Reconfig ProtocolIE-ID ::= 657
id-E-DCH-Information-Response ProtocolIE-ID ::= 658
id-E-DCH-768-Information ProtocolIE-ID ::= 659
id-E-DCH-768-Information-Reconfig ProtocolIE-ID ::= 660
id-E-DCH-768-Information-Response ProtocolIE-ID ::= 661
id-ExtendedPropagationDelay ProtocolIE-ID ::= 662
id-Extended-Round-Trip-Time-Value ProtocolIE-ID ::= 663
id-AlternativeFormatReportingIndicator ProtocolIE-ID ::= 664
id-DCH-Indicator-For-E-DCH-HSDPA-Operation ProtocolIE-ID ::= 665
id-E-RGCH-E-HICH-ChannelisationCodeValidityIndicator ProtocolIE-ID ::= 666
id-E-DCH-Minimum-Set-E-TFCIValidityIndicator ProtocolIE-ID ::= 667
id-Fast-Reconfiguration-Mode ProtocolIE-ID ::= 668
id-Fast-Reconfiguration-Permission ProtocolIE-ID ::= 669
id-Continuous-Packet-Connectivity-DTX-DRX-Information ProtocolIE-ID ::= 670
id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information ProtocolIE-ID ::= 671
id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response ProtocolIE-ID ::= 672
id-CPC-Information ProtocolIE-ID ::= 673
--WS extension
id-Unknown-674 ProtocolIE-ID ::= 674
id-MIMO-InformationResponse ProtocolIE-ID ::= 675
--WS extension
id-Unknown-676 ProtocolIE-ID ::= 676
id-E-DCH-LCR-Information ProtocolIE-ID ::= 677
id-E-DCH-LCR-Information-Reconfig ProtocolIE-ID ::= 678
id-E-DCH-LCR-Information-Response ProtocolIE-ID ::= 679
id-HS-PDSCH-Code-Change-Grant ProtocolIE-ID ::= 680
id-HS-PDSCH-Code-Change-Indicator ProtocolIE-ID ::= 681
id-Extended-SRNC-ID ProtocolIE-ID ::= 682
id-Extended-RNC-ID ProtocolIE-ID ::= 683
id-SixtyfourQAM-DL-SupportIndicator ProtocolIE-ID ::= 684
id-Enhanced-FACH-Support-Indicator ProtocolIE-ID ::= 685
id-Enhanced-FACH-Information-ResponseFDD ProtocolIE-ID ::= 686
--WS extension
id-Unknown-687 ProtocolIE-ID ::= 687
id-Unknown-688 ProtocolIE-ID ::= 688
id-Unknown-689 ProtocolIE-ID ::= 689
id-HSDSCH-MACdPDUSizeFormat ProtocolIE-ID ::= 690
id-MaximumMACdPDU-SizeExtended ProtocolIE-ID ::= 691
id-F-DPCH-SlotFormat ProtocolIE-ID ::= 692
id-F-DPCH-SlotFormatSupportRequest ProtocolIE-ID ::= 693
id-eDCH-MACdFlow-Retransmission-Timer-LCR ProtocolIE-ID ::= 694
id-Max-UE-DTX-Cycle ProtocolIE-ID ::= 695
--WS extension
id-Unknown-696 ProtocolIE-ID ::= 696
id-Unknown-697 ProtocolIE-ID ::= 697
id-Unknown-698 ProtocolIE-ID ::= 698
id-GANSS-Common-Data ProtocolIE-ID ::= 699
id-GANSS-Information ProtocolIE-ID ::= 700
id-GANSS-Generic-Data ProtocolIE-ID ::= 701
id-TUTRANGANSSMeasurementThresholdInformation ProtocolIE-ID ::= 702
id-TUTRANGANSSMeasurementValueInformation ProtocolIE-ID ::= 703
--WS extension
id-Unknown-704 ProtocolIE-ID ::= 704
id-Ext-Reference-E-TFCI-PO ProtocolIE-ID ::= 705
id-Ext-Max-Bits-MACe-PDU-non-scheduled ProtocolIE-ID ::= 706
id-HARQ-MemoryPartitioningInfoExtForMIMO ProtocolIE-ID ::= 707
id-MIMO-ActivationIndicator ProtocolIE-ID ::= 708
id-MIMO-Mode-Indicator ProtocolIE-ID ::= 709
id-MIMO-N-M-Ratio ProtocolIE-ID ::= 710
id-TransportBearerNotSetupIndicator ProtocolIE-ID ::= 711
id-TransportBearerNotRequestedIndicator ProtocolIE-ID ::= 712
id-PowerControlGAP ProtocolIE-ID ::= 713
id-UARFCNforNt ProtocolIE-ID ::= 714
id-LCRTDD-uplink-Physical-Channel-Capability ProtocolIE-ID ::= 715
id-number-Of-Supported-Carriers ProtocolIE-ID ::= 716
id-HSSICH-SIRTarget ProtocolIE-ID ::= 717
id-HSSICH-TPC-StepSize ProtocolIE-ID ::= 718
id-tSN-Length ProtocolIE-ID ::= 719
id-HS-SICH-ID-Extension ProtocolIE-ID ::= 720
id-HSSICH-Info-DM-Rqst-Extension ProtocolIE-ID ::= 721
id-multipleFreq-HSPDSCH-InformationList-ResponseTDDLCR ProtocolIE-ID ::= 722
id-multicarrier-number ProtocolIE-ID ::= 723
id-UPPCHPositionLCR ProtocolIE-ID ::= 724
id-UpPCH-InformationList-LCRTDD ProtocolIE-ID ::= 725
id-UpPCH-InformationItem-LCRTDD ProtocolIE-ID ::= 726
id-Multiple-PLMN-List ProtocolIE-ID ::= 727
id-UE-Capabilities-Info ProtocolIE-ID ::= 728
id-FrameOffset ProtocolIE-ID ::= 729
id-ChipOffset ProtocolIE-ID ::= 730
id-Enhanced-PCH-Capability ProtocolIE-ID ::= 731
id-SixteenQAM-UL-Operation-Indicator ProtocolIE-ID ::= 732
id-E-TFCI-Boost-Information ProtocolIE-ID ::= 733
id-SixtyfourQAM-UsageAllowedIndicator ProtocolIE-ID ::= 734
id-SixtyfourQAM-DL-UsageIndicator ProtocolIE-ID ::= 735
id-Default-Serving-Grant-in-DTX-Cycle2 ProtocolIE-ID ::= 736
id-E-DPDCH-PowerInterpolation ProtocolIE-ID ::= 737
id-Extended-E-DCH-LCRTDD-PhysicalLayerCategory ProtocolIE-ID ::= 738
id-E-DCH-MACdPDUSizeFormat ProtocolIE-ID ::= 739
id-Continuous-Packet-Connectivity-HS-SCCH-Less-Deactivate-Indicator ProtocolIE-ID ::= 740
id-E-DCH-DL-Control-Channel-Change-Information ProtocolIE-ID ::= 741
id-E-DCH-DL-Control-Channel-Grant-Information ProtocolIE-ID ::= 742
id-MaximumNumber-Of-Retransmission-For-SchedulingInfo-LCRTDD ProtocolIE-ID ::= 743
id-E-DCH-RetransmissionTimer-For-SchedulingInfo-LCRTDD ProtocolIE-ID ::= 744
id-E-PUCH-PowerControlGAP ProtocolIE-ID ::= 745
id-HSDSCH-TBSizeTableIndicator ProtocolIE-ID ::= 746
id-UE-with-enhanced-HS-SCCH-support-indicator ProtocolIE-ID ::= 747
id-DGANSS-Corrections-Req ProtocolIE-ID ::= 748
id-E-AGCH-Table-Choice ProtocolIE-ID ::= 749
id-RANAP-EnhancedRelocationInformationRequest ProtocolIE-ID ::= 750
id-RANAP-EnhancedRelocationInformationResponse ProtocolIE-ID ::= 751
id-Common-EDCH-MAC-d-Flow-Specific-InformationFDD ProtocolIE-ID ::= 752
id-Common-EDCH-Support-Indicator ProtocolIE-ID ::= 753
id-E-RNTI ProtocolIE-ID ::= 754
id-Released-CN-Domain ProtocolIE-ID ::= 755
id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rqst ProtocolIE-ID ::= 756
id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rsp ProtocolIE-ID ::= 757
id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rprt ProtocolIE-ID ::= 758
id-MBMS-Cell-InfEx-Rqst ProtocolIE-ID ::= 759
id-MBMS-Cell-InfEx-Rsp ProtocolIE-ID ::= 760
id-MBMS-Cell-InfEx-Rprt ProtocolIE-ID ::= 761
id-Counting-Information ProtocolIE-ID ::= 762
id-Transmission-Mode-Information ProtocolIE-ID ::= 763
id-MBMS-Neighbouring-Cell-Information ProtocolIE-ID ::= 764
id-MBMS-RLC-Sequence-Number-Information ProtocolIE-ID ::= 765
id-RLC-Sequence-Number ProtocolIE-ID ::= 766
id-Neighbouring-E-UTRA-CellInformation ProtocolIE-ID ::= 767
--WS extension
id-Unknown-768 ProtocolIE-ID ::= 768
id-MBSFN-Cluster-Identity ProtocolIE-ID ::= 769
id-MCCH-Configuration-Info ProtocolIE-ID ::= 770
id-MCCH-Message-List ProtocolIE-ID ::= 771
id-MBSFN-Scheduling-Transmission-Time-Interval-Info-List ProtocolIE-ID ::= 772
id-GANSS-Time-ID ProtocolIE-ID ::= 773
id-GANSS-AddIonoModelReq ProtocolIE-ID ::= 774
id-GANSS-EarthOrientParaReq ProtocolIE-ID ::= 775
id-GANSS-AddNavigationModelsReq ProtocolIE-ID ::= 776
id-GANSS-AddUTCModelsReq ProtocolIE-ID ::= 777
id-GANSS-AuxInfoReq ProtocolIE-ID ::= 778
id-GANSS-SBAS-ID ProtocolIE-ID ::= 779
id-GANSS-ID ProtocolIE-ID ::= 780
id-GANSS-Additional-Ionospheric-Model ProtocolIE-ID ::= 781
id-GANSS-Earth-Orientation-Parameters ProtocolIE-ID ::= 782
id-GANSS-Additional-Time-Models ProtocolIE-ID ::= 783
id-GANSS-Additional-Navigation-Models ProtocolIE-ID ::= 784
id-GANSS-Additional-UTC-Models ProtocolIE-ID ::= 785
id-GANSS-Auxiliary-Information ProtocolIE-ID ::= 786
id-MinimumReducedE-DPDCH-GainFactor ProtocolIE-ID ::= 787
id-Enhanced-FACH-Information-ResponseLCR ProtocolIE-ID ::= 788
id-Common-EDCH-MAC-d-Flow-Specific-InformationLCR ProtocolIE-ID ::= 789
id-HSDSCH-PreconfigurationSetup ProtocolIE-ID ::= 790
id-HSDSCH-PreconfigurationInfo ProtocolIE-ID ::= 791
id-NoOfTargetCellHS-SCCH-Order ProtocolIE-ID ::= 792
id-EnhancedHSServingCC-Abort ProtocolIE-ID ::= 793
id-Additional-HS-Cell-Information-RL-Setup ProtocolIE-ID ::= 794
id-Additional-HS-Cell-Information-Response ProtocolIE-ID ::= 795
id-Additional-HS-Cell-Information-RL-Addition ProtocolIE-ID ::= 796
id-Additional-HS-Cell-Change-Information-Response ProtocolIE-ID ::= 797
id-Additional-HS-Cell-Information-RL-Reconf-Prep ProtocolIE-ID ::= 798
id-Additional-HS-Cell-Information-RL-Reconf-Req ProtocolIE-ID ::= 799
id-Additional-HS-Cell-RL-Reconf-Response ProtocolIE-ID ::= 800
id-Additional-HS-Cell-Information-RL-Param-Upd ProtocolIE-ID ::= 801
id-Secondary-Serving-Cell-List ProtocolIE-ID ::= 802
id-MultiCarrier-HSDSCH-Physical-Layer-Category ProtocolIE-ID ::= 803
id-IdleIntervalInformation ProtocolIE-ID ::= 804
id-NeedforIdleInterval ProtocolIE-ID ::= 805
id-IdleIntervalConfigurationIndicator ProtocolIE-ID ::= 806
id-ContinuousPacketConnectivity-DRX-InformationLCR ProtocolIE-ID ::= 807
id-ContinuousPacketConnectivity-DRX-Information-ResponseLCR ProtocolIE-ID ::= 808
id-E-AGCH-UE-Inactivity-Monitor-Threshold ProtocolIE-ID ::= 809
id-CPC-InformationLCR ProtocolIE-ID ::= 810
id-E-DCH-Semi-PersistentScheduling-Information-LCR ProtocolIE-ID ::= 811
id-HS-DSCH-Semi-PersistentScheduling-Information-LCR ProtocolIE-ID ::= 812
id-HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR ProtocolIE-ID ::= 813
id-E-DCH-Semi-PersistentScheduling-Information-ResponseLCR ProtocolIE-ID ::= 814
id-MIMO-SFMode-For-HSPDSCHDualStream ProtocolIE-ID ::= 815
id-MIMO-SFMode-Supported-For-HSPDSCHDualStream ProtocolIE-ID ::= 816
id-MIMO-ReferenceSignal-InformationListLCR ProtocolIE-ID ::= 817
id-GANSS-alm-keplerianNAVAlmanac ProtocolIE-ID ::= 818
id-GANSS-alm-keplerianReducedAlmanac ProtocolIE-ID ::= 819
id-GANSS-alm-keplerianMidiAlmanac ProtocolIE-ID ::= 820
id-GANSS-alm-keplerianGLONASS ProtocolIE-ID ::= 821
id-GANSS-alm-ecefSBASAlmanac ProtocolIE-ID ::= 822
id-DL-RLC-PDU-Size-Format ProtocolIE-ID ::= 823
id-MACes-Maximum-Bitrate-LCR ProtocolIE-ID ::= 824
id-Single-Stream-MIMO-ActivationIndicator ProtocolIE-ID ::= 825
id-Single-Stream-MIMO-Mode-Indicator ProtocolIE-ID ::= 826
id-Dual-Band-Secondary-Serving-Cell-List ProtocolIE-ID ::= 827
id-UE-AggregateMaximumBitRate ProtocolIE-ID ::= 828
id-power-offset-for-S-CPICH-for-MIMO ProtocolIE-ID ::= 829
id-power-offset-for-S-CPICH-for-MIMO-Request-Indicator ProtocolIE-ID ::= 830
id-UE-SupportIndicatorExtension ProtocolIE-ID ::= 831
--WS extension
id-Unknown-832 ProtocolIE-ID ::= 832
id-Unknown-833 ProtocolIE-ID ::= 833
id-Unknown-834 ProtocolIE-ID ::= 834
id-ActivationInformation ProtocolIE-ID ::= 835
id-CellPortionLCRID ProtocolIE-ID ::= 836
id-Additional-EDCH-Cell-Information-RL-Setup-Req ProtocolIE-ID ::= 837
id-Additional-EDCH-Cell-Information-Response ProtocolIE-ID ::= 838
id-Additional-EDCH-Cell-Information-RL-Add-Req ProtocolIE-ID ::= 839
id-Additional-EDCH-Cell-Information-Response-RLAdd ProtocolIE-ID ::= 840
id-Additional-EDCH-Cell-Information-RL-Reconf-Prep ProtocolIE-ID ::= 841
id-Additional-EDCH-Cell-Information-RL-Reconf-Req ProtocolIE-ID ::= 842
id-Additional-EDCH-Cell-Information-RL-Param-Upd ProtocolIE-ID ::= 843
id-Additional-EDCH-Preconfiguration-Information ProtocolIE-ID ::= 844
id-MulticellEDCH-Information ProtocolIE-ID ::= 845
--WS extension
id-Unknown-846 ProtocolIE-ID ::= 846
id-Unknown-847 ProtocolIE-ID ::= 847
id-Unknown-848 ProtocolIE-ID ::= 848
id-Unknown-849 ProtocolIE-ID ::= 849
id-Unknown-850 ProtocolIE-ID ::= 850
id-Unknown-851 ProtocolIE-ID ::= 851
id-Unknown-852 ProtocolIE-ID ::= 852
id-Unknown-853 ProtocolIE-ID ::= 853
id-Additional-EDCH-Cell-Information-ResponseRLReconf ProtocolIE-ID ::= 854
id-EDCH-Indicator ProtocolIE-ID ::= 855
id-DiversityMode ProtocolIE-ID ::= 856
id-TransmitDiversityIndicator ProtocolIE-ID ::= 857
id-NonCellSpecificTxDiversity ProtocolIE-ID ::= 858
id-CellCapabilityContainerExtension-FDD ProtocolIE-ID ::= 859
id-HSDSCH-Physical-Layer-Category ProtocolIE-ID ::= 860
id-E-RNTI-For-FACH ProtocolIE-ID ::= 861
id-H-RNTI-For-FACH ProtocolIE-ID ::= 862
id-RNTI-Allocation-Indicator ProtocolIE-ID ::= 863
id-UE-AggregateMaximumBitRate-Enforcement-Indicator ProtocolIE-ID ::= 864
id-DCH-MeasurementOccasion-Information ProtocolIE-ID ::= 865
id-DCH-MeasurementType-Indicator ProtocolIE-ID ::= 866
id-Out-of-Sychronization-Window ProtocolIE-ID ::= 867
id-MulticellEDCH-RL-SpecificInformation ProtocolIE-ID ::= 868
id-DGNSS-ValidityPeriod ProtocolIE-ID ::= 869
id-TS0-HS-PDSCH-Indication-LCR ProtocolIE-ID ::= 870
id-UE-TS0-CapabilityLCR ProtocolIE-ID ::= 871
id-Non-Serving-RL-Preconfig-Info ProtocolIE-ID ::= 872
id-Non-Serving-RL-Preconfig-Setup ProtocolIE-ID ::= 873
id-Non-Serving-RL-Preconfig-Removal ProtocolIE-ID ::= 874
id-Additional-E-DCH-Non-Serving-RL-Preconfiguration-Setup ProtocolIE-ID ::= 875
id-Additional-E-DCH-New-non-serving-RL-E-DCH-FDD-DL-Control-Channel-InfoList ProtocolIE-ID ::= 876
id-CellListValidityIndicator ProtocolIE-ID ::= 877
id-completeAlmanacProvided ProtocolIE-ID ::= 878
id-ganss-Delta-T ProtocolIE-ID ::= 879
id-OrdinalNumberOfFrequency ProtocolIE-ID ::= 880
id-Multicell-EDCH-Restriction ProtocolIE-ID ::= 882
id-CellCapabilityContainerExtension-TDD-LCR ProtocolIE-ID ::= 883
id-Multi-Carrier-EDCH-Setup ProtocolIE-ID ::= 884
id-Multi-Carrier-EDCH-Reconfigure ProtocolIE-ID ::= 885
id-Multi-Carrier-EDCH-Response ProtocolIE-ID ::= 886
id-SNPL-Carrier-Group-Indicator ProtocolIE-ID ::= 887
id-MU-MIMO-InformationLCR ProtocolIE-ID ::= 888
id-MU-MIMO-Indicator ProtocolIE-ID ::= 889
id-HS-SCCH-Inactivity-Threshold-for-UE-DRX-Cycle-LCR-Ext ProtocolIE-ID ::= 890
id-Usefulness-Of-Battery-Optimization ProtocolIE-ID ::= 891
id-Multi-Carrier-E-DCH-LCRTDD-PhysicalLayerCategory ProtocolIE-ID ::= 892
id-Measurement-Power-Offset ProtocolIE-ID ::= 893
id-MDT-Configuration ProtocolIE-ID ::= 894
id-Neighbouring-UMTS-CellInformation-Ext ProtocolIE-ID ::= 895
id-Neighbouring-UMTS-CellInformationExtensionItem ProtocolIE-ID ::= 896
id-Control-Type-InformationTransferControlReq ProtocolIE-ID ::= 897
id-UMTS-Cells-Info ProtocolIE-ID ::= 898
id-ANRReportIndication ProtocolIE-ID ::= 899
id-ANR-Cell-InfEx-Rqst ProtocolIE-ID ::= 900
id-ANR-Cell-InfEx-Rsp ProtocolIE-ID ::= 901
id-ANR-Cell-Information ProtocolIE-ID ::= 902
id-Trace-Collection-Entity-IP-Address ProtocolIE-ID ::= 904
id-Affected-HSDSCH-Serving-Cell-List ProtocolIE-ID ::= 905
id-UL-CLTD-Information ProtocolIE-ID ::= 906
id-UL-CLTD-Information-Reconf ProtocolIE-ID ::= 907
id-UL-CLTD-State-Update-Information ProtocolIE-ID ::= 908
id-Support-of-Dynamic-DTXDRX-Related-HS-SCCH-Order ProtocolIE-ID ::= 909
id-CPC-RecoveryReport ProtocolIE-ID ::= 910
id-FTPICH-Information ProtocolIE-ID ::= 911
id-FTPICH-Information-Reconf ProtocolIE-ID ::= 912
id-UE-RF-Band-CapabilityLCR ProtocolIE-ID ::= 913
id-Extended-S-RNTI ProtocolIE-ID ::= 914
id-ExtendedAffectedUEInformationForMBMS ProtocolIE-ID ::= 915
id-Extended-S-RNTI-Group ProtocolIE-ID ::= 916
id-FTPICH-Information-Response ProtocolIE-ID ::= 917
id-FTPICH-Reconfiguration-Information ProtocolIE-ID ::= 918
id-MIMO-withfourtransmitantennas-ActivationIndicator ProtocolIE-ID ::= 919
id-MIMO-withfourtransmitantennas-ModeIndicator ProtocolIE-ID ::= 920
id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas ProtocolIE-ID ::= 921
id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas-Request-Indicator ProtocolIE-ID ::= 922
id-DualStream-MIMO-withfourtransmitantennas-ActivationIndicator ProtocolIE-ID ::= 923
id-DualStream-MIMO-withfourtransmitantennas-ModeIndicator ProtocolIE-ID ::= 924
id-Additional-Associated-Secondary-CPICH ProtocolIE-ID ::= 925
id-UE-transmission-power-headroom ProtocolIE-ID ::= 926
id-Multiflow-Information ProtocolIE-ID ::= 927
id-Multiflow-Reconfiguration ProtocolIE-ID ::= 928
id-Multiflow-OrdinalNumberOfFrequency ProtocolIE-ID ::= 929
id-UL-MIMO-Information ProtocolIE-ID ::= 930
id-UL-MIMO-Reconfiguration ProtocolIE-ID ::= 931
id-UL-MIMO-DL-Control-Channel-Information ProtocolIE-ID ::= 932
id-SixtyfourQAM-UL-Operation-Indicator ProtocolIE-ID ::= 933
id-Common-E-RGCH-Cell-InfEx-Rqst ProtocolIE-ID ::= 935
id-Common-E-RGCH-Cell-InfEx-Rsp ProtocolIE-ID ::= 936
id-Common-E-RGCH-Cell-InfEx-Rprt ProtocolIE-ID ::= 937
id-Common-E-RGCH-Cell-Information ProtocolIE-ID ::= 938
id-PCI ProtocolIE-ID ::= 939
id-TAC ProtocolIE-ID ::= 940
id-PLMN-List ProtocolIE-ID ::= 941
id-PrecoderWeightSetRestriction ProtocolIE-ID ::= 942
id-EARFCN-FDD-Extended ProtocolIE-ID ::= 943
id-EARFCN-TDD-Extended ProtocolIE-ID ::= 944
id-Non-rectangular-resource-allocation-indicator ProtocolIE-ID ::= 945
id-Non-rectangular-resource-timeslot-set ProtocolIE-ID ::= 946
id-UE-Support-of-non-rectangular-resource-allocation ProtocolIE-ID ::= 947
id-DBDS-CorrectionsReq ProtocolIE-ID ::= 948
id-DBDS-Corrections ProtocolIE-ID ::= 949
id-BDS-IonosphericGridModelReq ProtocolIE-ID ::= 950
id-BDS-Ionospheric-Grid-Model ProtocolIE-ID ::= 951
id-GANSS-alm-keplerianBDSAlmanac ProtocolIE-ID ::= 952
id-Assisting-RepetitionFactors ProtocolIE-ID ::= 953
id-E-DCH-Decoupling-Indication ProtocolIE-ID ::= 954
id-UE-Measurement-Forwarding ProtocolIE-ID ::= 955
id-UPH-Filtering-Measurement-Forwarding-Request ProtocolIE-ID ::= 956
id-TTI-Update-Indicator ProtocolIE-ID ::= 957
id-CQI-Feedback-Cycle2-k ProtocolIE-ID ::= 958
id-CQI-Cycle-Switch-Timer ProtocolIE-ID ::= 959
id-UE-DRX-Cycle2 ProtocolIE-ID ::= 960
id-Inactivity-Threshold-for-UE-DRX-Cycle2 ProtocolIE-ID ::= 961
id-DTX-Information2 ProtocolIE-ID ::= 962
id-DCH-ENH-Information ProtocolIE-ID ::= 964
id-DCH-ENH-Information-Reconf ProtocolIE-ID ::= 965
id-Gainfactors-10ms-mode ProtocolIE-ID ::= 966
id-Radio-Links-without-DPCH-FDPCH-Indication ProtocolIE-ID ::= 967
id-UL-DPCCH2-Information ProtocolIE-ID ::= 968
id-UL-DPCCH2-Information-Reconf ProtocolIE-ID ::= 969
id-ImplicitGrantHandling ProtocolIE-ID ::= 970
id-MinimumTEBSthreshold ProtocolIE-ID ::= 971
id-MultipleFrequencyBandsIndicatorList-EUTRA ProtocolIE-ID ::= 972
id-MultipleFrequencyBandsIndicatorList ProtocolIE-ID ::= 973
id-ActivationDelay ProtocolIE-ID ::= 974
id-Fast-TTI-switching-Mode-synchronized ProtocolIE-ID ::= 975
id-Fast-TTI-switching-Mode-unsynchronized ProtocolIE-ID ::= 976
id-Fast-TTI-switching-Mode-Supported ProtocolIE-ID ::= 977
id-GANSS-BDSclockModel ProtocolIE-ID ::= 978
id-GANSS-NavModel-BDSKeplerianSet ProtocolIE-ID ::= 979
id-GANSS-UTCmodelSet4 ProtocolIE-ID ::= 980
id-Inter-Frequency-Cell-Information-SIB11ter ProtocolIE-ID ::= 981
id-Improved-Synchronized-Indicator ProtocolIE-ID ::= 982
id-Downlink-TPC-enhancements-Information ProtocolIE-ID ::= 983
id-Downlink-TPC-enhancements-Reconf ProtocolIE-ID ::= 984
id-TPC-slot-position ProtocolIE-ID ::= 985
id-DL-TBS ProtocolIE-ID ::= 986
id-Selected-PLMN-Identity ProtocolIE-ID ::= 987
id-SpeechVersion ProtocolIE-ID ::= 2048
id-SourceID ProtocolIE-ID ::= 2049
id-TargetID ProtocolIE-ID ::= 2050
id-ClassmarkInformation2 ProtocolIE-ID ::= 2051
id-ClassmarkInformation3 ProtocolIE-ID ::= 2052
id-GSM-Cell-CM-Rqst ProtocolIE-ID ::= 2053
id-Extension-CommonMeasurementObjectType-CM-Rprt ProtocolIE-ID ::= 2054
id-Extension-CommonMeasurementObjectType-CM-Rqst ProtocolIE-ID ::= 2055
id-Extension-CommonMeasurementObjectType-CM-Rsp ProtocolIE-ID ::= 2056
id-Extension-FailureIndicationMeasurementList ProtocolIE-ID ::= 2057
id-Extension-FailureMeasurementList ProtocolIE-ID ::= 2058
id-Extension-TerminationMeasurementList ProtocolIE-ID ::= 2059
id-GsmCellList-CM-Rprt ProtocolIE-ID ::= 2060
id-GsmCellList-CM-Rqst ProtocolIE-ID ::= 2061
id-GsmCellList-CM-Rsp ProtocolIE-ID ::= 2062
id-LoadValue ProtocolIE-ID ::= 2063
id-EventH ProtocolIE-ID ::= 2064
END |
ASN.1 | wireshark/epan/dissectors/asn1/rnsap/RNSAP-Containers.asn | -- RNSAP-Containers.asn
--
-- Taken from 3GPP TS 25.423 V13.1.0 (2015-12)
-- http://www.3gpp.org/ftp/Specs/archive/25_series/25.423/25423-790.zip/25423-790.DOC
--
-- 9.3.7 Container Definitions
--
-- **************************************************************
--
-- Container definitions
--
-- **************************************************************
RNSAP-Containers {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rnsap (1) version1 (1) rnsap-Containers (5) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
maxPrivateIEs,
maxProtocolExtensions,
maxProtocolIEs,
Criticality,
Presence,
PrivateIE-ID,
ProtocolIE-ID
FROM RNSAP-CommonDataTypes;
-- **************************************************************
--
-- Class Definition for Protocol IEs
--
-- **************************************************************
RNSAP-PROTOCOL-IES ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Protocol IE Pairs
--
-- **************************************************************
RNSAP-PROTOCOL-IES-PAIR ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&firstCriticality Criticality,
&FirstValue,
&secondCriticality Criticality,
&SecondValue,
&presence Presence
}
WITH SYNTAX {
ID &id
FIRST CRITICALITY &firstCriticality
FIRST TYPE &FirstValue
SECOND CRITICALITY &secondCriticality
SECOND TYPE &SecondValue
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Protocol Extensions
--
-- **************************************************************
RNSAP-PROTOCOL-EXTENSION ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&criticality Criticality,
&Extension,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
EXTENSION &Extension
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Private IEs
--
-- **************************************************************
RNSAP-PRIVATE-IES ::= CLASS {
&id PrivateIE-ID,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Container for Protocol IEs
--
-- **************************************************************
ProtocolIE-Container {RNSAP-PROTOCOL-IES : IesSetParam} ::=
SEQUENCE (SIZE (0..maxProtocolIEs)) OF
ProtocolIE-Field {{IesSetParam}}
ProtocolIE-Single-Container {RNSAP-PROTOCOL-IES : IesSetParam} ::=
ProtocolIE-Field {{IesSetParam}}
ProtocolIE-Field {RNSAP-PROTOCOL-IES : IesSetParam} ::= SEQUENCE {
id RNSAP-PROTOCOL-IES.&id ({IesSetParam}),
criticality RNSAP-PROTOCOL-IES.&criticality ({IesSetParam}{@id}),
value RNSAP-PROTOCOL-IES.&Value ({IesSetParam}{@id})
}
-- **************************************************************
--
-- Container for Protocol IE Pairs
--
-- **************************************************************
ProtocolIE-ContainerPair {RNSAP-PROTOCOL-IES-PAIR : IesSetParam} ::=
SEQUENCE (SIZE (0..maxProtocolIEs)) OF
ProtocolIE-FieldPair {{IesSetParam}}
ProtocolIE-FieldPair {RNSAP-PROTOCOL-IES-PAIR : IesSetParam} ::= SEQUENCE {
id RNSAP-PROTOCOL-IES-PAIR.&id ({IesSetParam}),
firstCriticality RNSAP-PROTOCOL-IES-PAIR.&firstCriticality ({IesSetParam}{@id}),
firstValue RNSAP-PROTOCOL-IES-PAIR.&FirstValue ({IesSetParam}{@id}),
secondCriticality RNSAP-PROTOCOL-IES-PAIR.&secondCriticality ({IesSetParam}{@id}),
secondValue RNSAP-PROTOCOL-IES-PAIR.&SecondValue ({IesSetParam}{@id})
}
-- **************************************************************
--
-- Container Lists for Protocol IE Containers
--
-- **************************************************************
ProtocolIE-ContainerList {INTEGER : lowerBound, INTEGER : upperBound, RNSAP-PROTOCOL-IES : IesSetParam} ::=
SEQUENCE (SIZE (lowerBound..upperBound)) OF
ProtocolIE-Container {{IesSetParam}}
ProtocolIE-ContainerPairList {INTEGER : lowerBound, INTEGER : upperBound, RNSAP-PROTOCOL-IES-PAIR : IesSetParam} ::=
SEQUENCE (SIZE (lowerBound..upperBound)) OF
ProtocolIE-ContainerPair {{IesSetParam}}
-- **************************************************************
--
-- Container for Protocol Extensions
--
-- **************************************************************
ProtocolExtensionContainer {RNSAP-PROTOCOL-EXTENSION : ExtensionSetParam} ::=
SEQUENCE (SIZE (1..maxProtocolExtensions)) OF
ProtocolExtensionField {{ExtensionSetParam}}
ProtocolExtensionField {RNSAP-PROTOCOL-EXTENSION : ExtensionSetParam} ::= SEQUENCE {
id RNSAP-PROTOCOL-EXTENSION.&id ({ExtensionSetParam}),
criticality RNSAP-PROTOCOL-EXTENSION.&criticality ({ExtensionSetParam}{@id}),
extensionValue RNSAP-PROTOCOL-EXTENSION.&Extension ({ExtensionSetParam}{@id})
}
-- **************************************************************
--
-- Container for Private IEs
--
-- **************************************************************
PrivateIE-Container {RNSAP-PRIVATE-IES : IesSetParam} ::=
SEQUENCE (SIZE (1..maxPrivateIEs)) OF
PrivateIE-Field {{IesSetParam}}
PrivateIE-Field {RNSAP-PRIVATE-IES : IesSetParam} ::= SEQUENCE {
id RNSAP-PRIVATE-IES.&id ({IesSetParam}),
criticality RNSAP-PRIVATE-IES.&criticality ({IesSetParam}{@id}),
value RNSAP-PRIVATE-IES.&Value ({IesSetParam}{@id})
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/rnsap/RNSAP-IEs.asn | -- RNSAP-IEs.asn
--
-- Taken from 3GPP TS 25.423 V13.1.0 (2015-12)
-- http://www.3gpp.org/ftp/Specs/archive/25_series/25.423/25423-790.zip/25423-790.DOC
--
-- 9.3.4 Information Element Definitions
--
-- **************************************************************
--
-- Information Element Definitions
--
-- **************************************************************
RNSAP-IEs {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rnsap (1) version1 (1) rnsap-IEs (2) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
maxCellSIB11OrSIB12,
maxCellSIB11ter-ext,
maxCellSIB11ter-1,
maxNrOfFACHs,
maxIBSEG,
maxIGPInfo,
maxCellsMeas,
maxNoOfDSCHs,
maxNoOfUSCHs,
maxNrOfDCHs,
maxNrOfDL-Codes,
maxNrOfDLTs,
maxNrOfDLTsLCR,
maxNrOfDPCHs,
maxNrOfDPCHs768,
maxNrOfDPCHsLCR,
maxNrOfEDCH-HARQ-PO-QUANTSTEPs,
maxNrOfEDCHHARQProcesses2msEDCH,
maxNrOfBits-MACe-PDU-non-scheduled,
maxNrOfEDPCCH-PO-QUANTSTEPs,
maxNrOfRefETFCI-PO-QUANTSTEPs,
maxNrOfRefETFCIs,
maxNrOfErrors,
maxNrOfFDDNeighboursPerRNC,
maxNrOfMACcshSDU-Length,
maxNrOfNeighbouringRNCs,
maxNrOfTDDNeighboursPerRNC,
maxNrOfLCRTDDNeighboursPerRNC,
maxNrOfTS,
maxNrOfTsLCR,
maxNrOfULTs,
maxNrOfULTsLCR,
maxNrOfGSMNeighboursPerRNC,
maxRateMatching,
maxNrOfPoints,
maxNoOfRB,
maxNrOfRLs,
maxNrOfTFCs,
maxNrOfTFs,
maxCTFC,
maxRNCinURA-1,
maxNrOfSCCPCHs,
maxNrOfSCCPCHs768,
maxTGPS,
maxTTI-Count,
maxNoGPSTypes,
maxNoSat,
maxNrOfActiveMBMSServices,
maxNrOfCells,
maxNrOfSNAs,
maxNrOfHARQProc,
maxNrOfHSSCCHCodes,
maxNrOfMACdFlows,
maxNrOfMACdFlows-1,
maxNrOfMACdPDUSize,
maxNrOfMBMSL3,
maxNrOfMCCHMessages,
maxNrOfEDCHMACdFlows,
maxNrOfEDCHMACdFlows-1,
maxNrOfEDCHMACdFlowsLCR,
maxNrOfEDCHMACdFlowsLCR-1,
maxNrOfMBMSServices,
maxNrOfPDUIndexes,
maxNrOfPDUIndexes-1,
maxNrOfPrioQueues,
maxNrOfPrioQueues-1,
maxNrOfSatAlmanac-maxNoSat,
maxNrOfGERANSI,
maxNrofSigSeqERGHICH-1,
maxNrOfUEs,
maxNrOfAddFreq,
maxNrOfCellsPerFreq,
maxNoOfLogicalChannels,
maxNrOfRefBetas,
maxNrOfEAGCHCodes,
maxNrOfHS-DSCHTBSs,
maxNrOfHS-DSCHTBSs-HS-SCCHless,
maxHS-PDSCHCodeNrComp-1,
maxNrOfEHICHCodes,
maxGANSSSat,
maxNoGANSS,
maxSgnType,
maxNrOfBroadcastPLMNs,
maxHSDPAFrequency,
maxHSDPAFrequency-1,
maxFrequencyinCell,
maxFrequencyinCell-1,
maxGANSSSatAlmanac,
maxGANSSClockMod,
maxNrOfEDCHRLs,
maxNrOfEUTRANeighboursPerRNC,
maxEARFCN,
maxEARFCN-Extended,
maxNrOfPreconfiguredNeighbours,
maxNrOfHSDSCH-1,
maxNrOfHSDSCH,
maxGANSS-1,
maxlengthMBMSconcatservlists,
maxNoOfTBSs-Mapping-HS-DSCH-SPS,
maxNoOfTBSs-Mapping-HS-DSCH-SPS-1,
maxNoOfHS-DSCH-TBSsLCR,
maxNoOfRepetition-Period-LCR,
maxNoOfRepetitionPeriod-SPS-LCR-1,
maxNoOf-HS-SICH-SPS,
maxNoOf-HS-SICH-SPS-1,
maxNoOfNon-HS-SCCH-Assosiated-HS-SICH,
maxNrOfEDCH-1,
maxNrOfDCHMeasurementOccasionPatternSequence,
maxNrOfULCarriersLCR-1,
maxNrOfCellIds,
maxNrOfRAIs,
maxNrOfLAIs,
maxNrOfExtendedNeighbouringRNCs,
maxFreqBandsTDD,
maxSCPICHCell,
maxSCPICHCell-1,
maxNrofConcatenatedDCH,
maxMultipleFrequencyBands,
maxMultipleFrequencyBandsEUTRA,
id-Allowed-Rate-Information,
id-AntennaColocationIndicator,
id-BindingID,
id-Cell-Capacity-Class-Value,
id-CellCapabilityContainer-FDD,
id-CellCapabilityContainer-TDD,
id-CellCapabilityContainer-TDD-LCR,
id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information,
id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response,
id-Counting-Information,
id-CoverageIndicator,
id-DPC-Mode-Change-SupportIndicator,
id-E-DCH-Minimum-Set-E-TFCIValidityIndicator,
id-E-RGCH-E-HICH-ChannelisationCodeValidityIndicator,
id-Extended-Round-Trip-Time-Value,
id-ExtendedPropagationDelay,
id-Extended-SRNC-ID,
id-Extended-RNC-ID,
id-ExtendedAffectedUEInformationForMBMS,
id-Additional-Associated-Secondary-CPICH,
id-MIMO-withfourtransmitantennas-ActivationIndicator,
id-MIMO-withfourtransmitantennas-ModeIndicator,
id-DualStream-MIMO-withfourtransmitantennas-ActivationIndicator,
id-DualStream-MIMO-withfourtransmitantennas-ModeIndicator,
id-GERAN-Cell-Capability,
id-GERAN-Classmark,
id-Guaranteed-Rate-Information,
id-HARQ-Preamble-Mode-Activation-Indicator,
id-HCS-Prio,
id-Inter-Frequency-Cell-Information,
id-Load-Value,
id-Load-Value-IncrDecrThres,
id-Neighbouring-GSM-CellInformation,
id-Neighbouring-UMTS-CellInformationItem,
id-neighbouring-LCR-TDD-CellInformation,
id-NRT-Load-Information-Value,
id-NRT-Load-Information-Value-IncrDecrThres,
id-OnModification,
id-PrecoderWeightSetRestriction,
id-Received-Total-Wideband-Power-Value,
id-Received-Total-Wideband-Power-Value-IncrDecrThres,
id-RT-Load-Value,
id-RT-Load-Value-IncrDecrThres,
id-SFNSFNMeasurementThresholdInformation,
id-SNA-Information,
id-TrafficClass,
id-Transmitted-Carrier-Power-Value,
id-Transmitted-Carrier-Power-Value-IncrDecrThres,
id-TUTRANGPSMeasurementThresholdInformation,
id-UL-Timeslot-ISCP-Value,
id-UL-Timeslot-ISCP-Value-IncrDecrThres,
maxNrOfLevels,
maxNrOfMeasNCell,
maxNrOfMeasNCell-1,
id-MessageStructure,
id-RestrictionStateIndicator,
id-Rx-Timing-Deviation-Value-LCR,
id-TransportLayerAddress,
id-Transmission-Mode-Information,
id-TypeOfError,
id-Angle-Of-Arrival-Value-LCR,
id-IPDL-TDD-ParametersLCR,
id-DSCH-InitialWindowSize,
id-Maximum-DL-Power-TimeslotLCR-InformationItem,
id-MBMS-Bearer-Service-Full-Address,
id-MBMS-Neighbouring-Cell-Information,
id-MBMS-RLC-Sequence-Number-Information,
id-MBSFN-Cluster-Identity,
id-MBSFN-Scheduling-Transmission-Time-Interval-Info-List,
id-MCCH-Configuration-Info,
id-MCCH-Message-List,
id-Minimum-DL-Power-TimeslotLCR-InformationItem,
id-HS-SICH-Reception-Quality,
id-HS-SICH-Reception-Quality-Measurement-Value,
id-HS-PDSCH-Code-Change-Grant,
id-HS-PDSCH-Code-Change-Indicator,
id-ExtendedGSMCellIndividualOffset,
id-Unidirectional-DCH-Indicator,
id-RTLoadValue,
id-RLC-Sequence-Number,
id-NRTLoadInformationValue,
id-Satellite-Almanac-Information-ExtItem,
id-TnlQos,
id-UpPTSInterferenceValue,
id-NACC-Related-Data,
id-HARQ-Preamble-Mode,
id-User-Plane-Congestion-Fields-Inclusion,
id-FrequencyBandIndicator,
id-PLCCH-Information-UL-TimeslotLCR-Info,
id-CellCapabilityContainer-TDD768,
id-hSSCCH-TDD-Specific-InfoList-Response768,
id-hSPDSCH-TDD-Specific-InfoList-Response768,
id-Rx-Timing-Deviation-Value-768,
id-UEMeasurementValueTransmittedPowerList768,
id-UEMeasurementValueTimeslotISCPList768,
id-E-DCH-PowerOffset-for-SchedulingInfo,
id-Rx-Timing-Deviation-Value-ext,
id-TrCH-SrcStatisticsDescr,
id-eDCH-MACdFlow-Retransmission-Timer-LCR,
id-MIMO-ActivationIndicator,
id-MIMO-InformationResponse,
id-MIMO-Mode-Indicator,
id-MIMO-N-M-Ratio,
id-SixteenQAM-UL-Operation-Indicator,
id-E-AGCH-Table-Choice,
id-E-TFCI-Boost-Information,
id-E-DPDCH-PowerInterpolation,
id-HSDSCH-MACdPDUSizeFormat,
id-MaximumMACdPDU-SizeExtended,
id-GANSS-Common-Data,
id-GANSS-Information,
id-GANSS-Generic-Data,
id-TUTRANGANSSMeasurementThresholdInformation,
id-TUTRANGANSSMeasurementValueInformation,
id-HARQ-MemoryPartitioningInfoExtForMIMO,
id-Ext-Reference-E-TFCI-PO,
id-Ext-Max-Bits-MACe-PDU-non-scheduled,
id-Multiple-PLMN-List,
id-TransportBearerNotSetupIndicator,
id-TransportBearerNotRequestedIndicator,
id-UARFCNforNt,
id-LCRTDD-uplink-Physical-Channel-Capability,
id-number-Of-Supported-Carriers,
id-HSSICH-SIRTarget,
id-HSSICH-TPC-StepSize,
id-tSN-Length,
id-HS-SICH-ID-Extension,
id-multipleFreq-HSPDSCH-InformationList-ResponseTDDLCR,
id-multicarrier-number,
id-UpPCH-InformationList-LCRTDD,
id-UpPCH-InformationItem-LCRTDD,
id-Max-UE-DTX-Cycle,
id-Default-Serving-Grant-in-DTX-Cycle2,
id-SixtyfourQAM-UsageAllowedIndicator,
id-SixtyfourQAM-DL-UsageIndicator,
id-UE-Capabilities-Info,
id-Extended-E-DCH-LCRTDD-PhysicalLayerCategory,
id-Continuous-Packet-Connectivity-HS-SCCH-Less-Deactivate-Indicator,
id-E-DCH-MACdPDUSizeFormat,
id-E-PUCH-PowerControlGAP,
id-MaximumNumber-Of-Retransmission-For-SchedulingInfo-LCRTDD,
id-E-DCH-RetransmissionTimer-For-SchedulingInfo-LCRTDD,
id-HSDSCH-TBSizeTableIndicator,
id-E-DCH-DL-Control-Channel-Change-Information,
id-E-DCH-DL-Control-Channel-Grant-Information,
id-DGANSS-Corrections-Req,
id-UE-with-enhanced-HS-SCCH-support-indicator,
id-EnhancedHSServingCC-Abort,
id-GANSS-Time-ID,
id-GANSS-AddIonoModelReq,
id-GANSS-EarthOrientParaReq,
id-GANSS-AddNavigationModelsReq,
id-GANSS-AddUTCModelsReq,
id-GANSS-AuxInfoReq,
id-GANSS-SBAS-ID,
id-GANSS-ID,
id-GANSS-Additional-Ionospheric-Model,
id-GANSS-Earth-Orientation-Parameters,
id-GANSS-Additional-Time-Models,
id-GANSS-Additional-Navigation-Models,
id-GANSS-Additional-UTC-Models,
id-GANSS-Auxiliary-Information,
id-GANSS-alm-keplerianNAVAlmanac,
id-GANSS-alm-keplerianReducedAlmanac,
id-GANSS-alm-keplerianMidiAlmanac,
id-GANSS-alm-keplerianGLONASS,
id-GANSS-alm-ecefSBASAlmanac,
id-GANSS-alm-keplerianBDSAlmanac,
id-DBDS-CorrectionsReq,
id-DBDS-Corrections,
id-BDS-IonosphericGridModelReq,
id-BDS-Ionospheric-Grid-Model,
id-Secondary-Serving-Cell-List,
id-MinimumReducedE-DPDCH-GainFactor,
id-E-AGCH-UE-Inactivity-Monitor-Threshold,
id-MACes-Maximum-Bitrate-LCR,
id-MultiCarrier-HSDSCH-Physical-Layer-Category,
id-MIMO-SFMode-For-HSPDSCHDualStream,
id-MIMO-SFMode-Supported-For-HSPDSCHDualStream,
id-MIMO-ReferenceSignal-InformationListLCR,
id-DL-RLC-PDU-Size-Format,
id-UE-SupportIndicatorExtension,
id-power-offset-for-S-CPICH-for-MIMO,
id-power-offset-for-S-CPICH-for-MIMO-Request-Indicator,
id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas,
id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas-Request-Indicator,
id-Dual-Band-Secondary-Serving-Cell-List,
id-Single-Stream-MIMO-ActivationIndicator,
id-Single-Stream-MIMO-Mode-Indicator,
id-Additional-EDCH-Preconfiguration-Information,
id-MulticellEDCH-Information,
id-EDCH-Indicator,
id-DiversityMode,
id-TransmitDiversityIndicator,
id-NonCellSpecificTxDiversity,
id-CellCapabilityContainerExtension-FDD,
id-HSDSCH-Physical-Layer-Category,
id-TS0-HS-PDSCH-Indication-LCR,
id-UE-TS0-CapabilityLCR,
id-DGNSS-ValidityPeriod,
id-UE-AggregateMaximumBitRate-Enforcement-Indicator,
id-Out-of-Sychronization-Window,
id-MulticellEDCH-RL-SpecificInformation,
id-Continuous-Packet-Connectivity-DTX-DRX-Information,
id-Additional-E-DCH-Non-Serving-RL-Preconfiguration-Setup,
id-Additional-E-DCH-New-non-serving-RL-E-DCH-FDD-DL-Control-Channel-InfoList,
id-OrdinalNumberOfFrequency,
id-Multicell-EDCH-Restriction,
id-CellListValidityIndicator,
id-completeAlmanacProvided,
id-ganss-Delta-T,
id-CellCapabilityContainerExtension-TDD-LCR,
id-SNPL-Carrier-Group-Indicator,
id-HS-SCCH-Inactivity-Threshold-for-UE-DRX-Cycle-LCR-Ext,
id-Measurement-Power-Offset,
id-Multi-Carrier-E-DCH-LCRTDD-PhysicalLayerCategory,
id-Neighbouring-UMTS-CellInformationExtensionItem,
id-EventH,
id-UMTS-Cells-Info,
id-ANRReportIndication,
id-ANR-Cell-Information,
id-Affected-HSDSCH-Serving-Cell-List,
id-Support-of-Dynamic-DTXDRX-Related-HS-SCCH-Order,
id-Inter-Frequency-Cell-Information-SIB11ter,
id-UE-RF-Band-CapabilityLCR,
id-UE-transmission-power-headroom,
id-Multiflow-Information,
id-Multiflow-Reconfiguration,
id-Multiflow-OrdinalNumberOfFrequency,
id-UL-MIMO-Information,
id-UL-MIMO-Reconfiguration,
id-UL-MIMO-DL-Control-Channel-Information,
id-SixtyfourQAM-UL-Operation-Indicator,
id-Common-E-RGCH-Cell-Information,
id-PCI,
id-TAC,
id-PLMN-List,
id-FTPICH-Information,
id-FTPICH-Information-Response,
id-UL-CLTD-Information,
id-EARFCN-FDD-Extended,
id-EARFCN-TDD-Extended,
id-Assisting-RepetitionFactors,
id-Gainfactors-10ms-mode,
id-UPH-Filtering-Measurement-Forwarding-Request,
id-TTI-Update-Indicator,
id-CQI-Feedback-Cycle2-k,
id-CQI-Cycle-Switch-Timer,
id-UE-DRX-Cycle2,
id-Inactivity-Threshold-for-UE-DRX-Cycle2,
id-DTX-Information2,
id-ImplicitGrantHandling,
id-MinimumTEBSthreshold,
id-MultipleFrequencyBandsIndicatorList,
id-MultipleFrequencyBandsIndicatorList-EUTRA,
id-Fast-TTI-switching-Mode-synchronized,
id-Fast-TTI-switching-Mode-unsynchronized,
id-Fast-TTI-switching-Mode-Supported,
id-GANSS-BDSclockModel,
id-GANSS-NavModel-BDSKeplerianSet,
id-GANSS-UTCmodelSet4,
id-TPC-slot-position,
id-DL-TBS
FROM RNSAP-Constants
Criticality,
ProcedureID,
ProtocolIE-ID,
TransactionID,
TriggeringMessage
FROM RNSAP-CommonDataTypes
ProtocolIE-Single-Container{},
ProtocolExtensionContainer{},
RNSAP-PROTOCOL-IES,
RNSAP-PROTOCOL-EXTENSION
FROM RNSAP-Containers;
-- A
AccessPointName ::= OCTET STRING (SIZE (1..255))
AckNack-RepetitionFactor ::= INTEGER (1..4,...)
-- Step: 1
Ack-Power-Offset ::= INTEGER (0..8,..., 9..10)
-- According to mapping in TS 25.213 [21] subclause 4.2.1
ActivationInformation ::= SEQUENCE (SIZE (1..maxNrOfEDCH-1)) OF ActivationInformationItem
ActivationInformationItem ::= SEQUENCE {
uU-ActivationState Uu-ActivationState,
iE-Extensions ProtocolExtensionContainer { { ActivationInformationItem-ExtIEs} } OPTIONAL,
...
}
ActivationInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Active-MBMS-Bearer-Service-ListFDD ::= SEQUENCE (SIZE (1..maxNrOfActiveMBMSServices)) OF MBMS-Bearer-ServiceItemFDD
Active-MBMS-Bearer-Service-ListFDD-PFL ::= SEQUENCE (SIZE (1..maxNrOfActiveMBMSServices)) OF MBMS-Bearer-ServiceItemFDD-PFL
Active-MBMS-Bearer-Service-ListTDD ::= SEQUENCE (SIZE (1..maxNrOfActiveMBMSServices)) OF MBMS-Bearer-ServiceItemTDD
Active-MBMS-Bearer-Service-ListTDD-PFL ::= SEQUENCE (SIZE (1..maxNrOfActiveMBMSServices)) OF MBMS-Bearer-ServiceItemTDD-PFL
Active-Pattern-Sequence-Information ::= SEQUENCE {
cMConfigurationChangeCFN CFN,
transmission-Gap-Pattern-Sequence-Status Transmission-Gap-Pattern-Sequence-Status-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Active-Pattern-Sequence-Information-ExtIEs} } OPTIONAL,
...
}
Active-Pattern-Sequence-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-Cell-Information-Response-RLAddList ::= SEQUENCE (SIZE (1..maxNrOfEDCH-1)) OF Additional-EDCH-Cell-Information-Response-RLAdd-ItemIEs
Additional-EDCH-Cell-Information-Response-RLAdd-ItemIEs ::=SEQUENCE{
additional-EDCH-FDD-Information-Response Additional-EDCH-FDD-Information-Response-ItemIEs OPTIONAL,
additional-EDCH-Serving-Cell-Change-Information-Response-RLAdd E-DCH-Serving-cell-change-informationResponse OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-Cell-Information-Response-RLAdd-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-Cell-Information-Response-RLAdd-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-Setup-Info ::=SEQUENCE{
multicell-EDCH-Transport-Bearer-Mode Multicell-EDCH-Transport-Bearer-Mode,
additional-EDCH-Cell-Information-Setup Additional-EDCH-Cell-Information-Setup,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-Setup-Info-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-Setup-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ANRReportIndication ::= SEQUENCE {
pLMN-Identity PLMN-Identity,
l3-Information L3-Information,
iE-Extensions ProtocolExtensionContainer { {ANRReportIndication-ExtIEs} } OPTIONAL,
...
}
ANRReportIndication-ExtIEs RNSAP-PROTOCOL-EXTENSION ::={
...
}
Multicell-EDCH-Transport-Bearer-Mode ::= ENUMERATED {
separate-Iur-Transport-Bearer-Mode,
uL-Flow-Multiplexing-Mode
}
Additional-EDCH-Cell-Information-Setup ::= SEQUENCE (SIZE (1..maxNrOfEDCH-1)) OF Additional-EDCH-FDD-Setup-Cell-Information
Additional-EDCH-FDD-Setup-Cell-Information ::=SEQUENCE{
additional-EDCH-UL-DPCH-Information-Setup Additional-EDCH-UL-DPCH-Information-Setup,
additional-EDCH-RL-Specific-Information-To-Setup Additional-EDCH-RL-Specific-Information-To-Setup-List,
additional-EDCH-FDD-Information Additional-EDCH-FDD-Information OPTIONAL,
additional-EDCH-F-DPCH-Information-Setup Additional-EDCH-F-DPCH-Information,
multicellEDCH-Information MulticellEDCH-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-FDD-Setup-Cell-Information-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-FDD-Setup-Cell-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-UL-DPCH-Information-Setup ::=SEQUENCE{
ul-ScramblingCode UL-ScramblingCode,
ul-SIR-Target UL-SIR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-UL-DPCH-Information-Setup-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-UL-DPCH-Information-Setup-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-F-DPCH-Information ::=SEQUENCE{
fdd-TPC-DownlinkStepSize FDD-TPC-DownlinkStepSize,
limitedPowerIncrease LimitedPowerIncrease,
innerLoopDLPCStatus InnerLoopDLPCStatus,
f-DPCH-SlotFormatSupportRequest F-DPCH-SlotFormatSupportRequest OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-F-DPCH-Information-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-F-DPCH-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-RL-Specific-Information-To-Setup-List ::= SEQUENCE (SIZE (1.. maxNrOfEDCHRLs)) OF Additional-EDCH-RL-Specific-Information-To-Setup-ItemIEs
Additional-EDCH-RL-Specific-Information-To-Setup-ItemIEs ::=SEQUENCE{
eDCH-Additional-RL-ID RL-ID,
c-ID C-ID OPTIONAL,
firstRLS-indicator FirstRLS-Indicator,
propagationDelay PropagationDelay OPTIONAL,
initialDL-transmissionPower DL-Power OPTIONAL,
primaryCPICH-EcNo PrimaryCPICH-EcNo OPTIONAL,
e-AGCH-PowerOffset E-AGCH-PowerOffset OPTIONAL,
e-RGCH-PowerOffset E-RGCH-PowerOffset OPTIONAL,
e-HICH-PowerOffset E-HICH-PowerOffset OPTIONAL,
additional-EDCH-MAC-d-Flows-Specific-Info-List Additional-EDCH-MAC-d-Flows-Specific-Info-List OPTIONAL,
multicellEDCH-RL-SpecificInformation MulticellEDCH-RL-SpecificInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-RL-Specific-Information-To-Setup-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-RL-Specific-Information-To-Setup-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TPC-slot-position CRITICALITY ignore EXTENSION TPC-slot-position PRESENCE optional},
...
}
Additional-EDCH-Cell-Information-To-Add-List ::= SEQUENCE (SIZE (1.. maxNrOfEDCH-1)) OF Additional-EDCH-Cell-Information-To-Add-ItemIEs
Additional-EDCH-Cell-Information-To-Add-ItemIEs::=SEQUENCE{
additional-EDCH-UL-DPCH-Information-Setup Additional-EDCH-UL-DPCH-Information-Addition,
additional-EDCH-RL-Specific-Information-To-Add-List Additional-EDCH-RL-Specific-Information-To-Add-List,
additional-EDCH-FDD-Information Additional-EDCH-FDD-Information OPTIONAL,
multicellEDCH-Information MulticellEDCH-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-Cell-Information-To-Add-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-Cell-Information-To-Add-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-UL-DPCH-Information-Addition ::=SEQUENCE{
ul-SIR-Target UL-SIR,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-UL-DPCH-Information-Addition-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-UL-DPCH-Information-Addition-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-RL-Specific-Information-To-Add-List ::= SEQUENCE (SIZE (1.. maxNrOfEDCHRLs)) OF Additional-EDCH-RL-Specific-Information-To-Add-ItemIEs
Additional-EDCH-RL-Specific-Information-To-Add-ItemIEs ::=SEQUENCE{
eDCH-Additional-RL-ID RL-ID,
c-ID C-ID,
primaryCPICH-EcNo PrimaryCPICH-EcNo OPTIONAL,
e-AGCH-PowerOffset E-AGCH-PowerOffset OPTIONAL,
e-RGCH-PowerOffset E-RGCH-PowerOffset OPTIONAL,
e-HICH-PowerOffset E-HICH-PowerOffset OPTIONAL,
additional-EDCH-MAC-d-Flows-Specific-Info-List Additional-EDCH-MAC-d-Flows-Specific-Info-List OPTIONAL,
multicellEDCH-RL-SpecificInformation MulticellEDCH-RL-SpecificInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-RL-Specific-Information-To-Add-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-RL-Specific-Information-To-Add-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TPC-slot-position CRITICALITY ignore EXTENSION TPC-slot-position PRESENCE optional},
...
}
Additional-EDCH-RL-Specific-Information-To-Modify-List ::= SEQUENCE (SIZE (1..maxNrOfEDCHRLs)) OF Additional-EDCH-RL-Specific-Information-To-Modify-ItemIEs
Additional-EDCH-RL-Specific-Information-To-Modify-ItemIEs ::=SEQUENCE{
eDCH-Additional-RL-ID RL-ID,
e-AGCH-PowerOffset E-AGCH-PowerOffset OPTIONAL,
e-RGCH-PowerOffset E-RGCH-PowerOffset OPTIONAL,
e-HICH-PowerOffset E-HICH-PowerOffset OPTIONAL,
additional-EDCH-MAC-d-Flows-Specific-Info-List Additional-EDCH-MAC-d-Flows-Specific-Info-List OPTIONAL,
multicellEDCH-RL-SpecificInformation MulticellEDCH-RL-SpecificInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-RL-Specific-Information-To-Modify-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-RL-Specific-Information-To-Modify-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TPC-slot-position CRITICALITY ignore EXTENSION TPC-slot-position PRESENCE optional},
...
}
Additional-EDCH-FDD-Information ::=SEQUENCE{
hARQ-Process-Allocation-Scheduled-2ms-EDCH HARQ-Process-Allocation-2ms-EDCH OPTIONAL,
e-DCH-Maximum-Bitrate E-DCH-Maximum-Bitrate OPTIONAL,
e-DCH-Processing-Overload-Level E-DCH-Processing-Overload-Level OPTIONAL,
e-DCH-Min-Set-E-TFCI E-TFCI OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-FDD-Information-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-FDD-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DTX-Information2 CRITICALITY ignore EXTENSION DTX-Information2 PRESENCE optional}|
{ ID id-ImplicitGrantHandling CRITICALITY ignore EXTENSION Implicit-Grant-Handling PRESENCE optional}|
{ ID id-MinimumTEBSthreshold CRITICALITY ignore EXTENSION Minimum-TEBS-threshold PRESENCE optional},
...
}
DTX-Information2 ::= SEQUENCE {
uE-DTX-Cycle1 UE-DTX-Cycle1-2ms,
uE-DTX-Cycle2 UE-DTX-Cycle2-ext-2ms,
inactivity-Threshold-for-UE-DTX-Cycle2 Inactivity-Threshold-for-UE-DTX-Cycle2,
iE-Extensions ProtocolExtensionContainer { {DTX-Information2-ExtIEs} } OPTIONAL,
...
}
DTX-Information2-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Implicit-Grant-Handling ::= ENUMERATED {
true
}
Minimum-TEBS-threshold ::= ENUMERATED {v2, v4, v8, v16, v32, v64, v128, v256, v512, v1024, v2048, v4096, v8192, v16384, v32768, v65536, v131072, v262144, v524288, v1048576,...}
Additional-EDCH-MAC-d-Flows-Specific-Info-List ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF Additional-EDCH-MAC-d-Flows-Specific-Info
Additional-EDCH-MAC-d-Flows-Specific-Info ::= SEQUENCE {
e-DCH-MACdFlow-ID EDCH-MACdFlow-ID,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-MAC-d-Flows-Specific-Info-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-MAC-d-Flows-Specific-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-MAC-d-Flow-Specific-Information-Response-List::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF Additional-EDCH-MAC-d-Flows-Specific-Info-Response
Additional-EDCH-MAC-d-Flows-Specific-Info-Response ::= SEQUENCE {
e-DCH-MACdFlow-ID EDCH-MACdFlow-ID,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-MAC-d-Flows-Specific-Info-Response-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-MAC-d-Flows-Specific-Info-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-Cell-Information-Response-List ::= SEQUENCE (SIZE (1..maxNrOfEDCH-1)) OF Additional-EDCH-FDD-Information-Response-ItemIEs
Additional-EDCH-FDD-Information-Response-ItemIEs ::=SEQUENCE{
eDCH-Additional-RL-Specific-Information-Response EDCH-Additional-RL-Specific-Information-Response-List,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-FDD-Information-Response-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-FDD-Information-Response-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EDCH-Additional-RL-Specific-Information-Response-List ::= SEQUENCE (SIZE (1..maxNrOfEDCHRLs)) OF EDCH-Additional-RL-Specific-Information-Response-ItemIEs
EDCH-Additional-RL-Specific-Information-Response-ItemIEs ::=SEQUENCE{
eDCH-Additional-RL-ID RL-ID,
received-total-wide-band-power Received-total-wide-band-power,
dL-PowerBalancing-ActivationIndicator DL-PowerBalancing-ActivationIndicator OPTIONAL,
rL-Set-ID RL-Set-ID,
e-DCH-RL-Set-ID RL-Set-ID,
eDCH-FDD-DL-ControlChannelInformation EDCH-FDD-DL-ControlChannelInformation,
dl-CodeInformation FDD-DL-CodeInformation,
additional-EDCH-MAC-d-Flow-Specific-Information-Response-List
Additional-EDCH-MAC-d-Flow-Specific-Information-Response-List OPTIONAL,
hARQ-Process-Allocation-Scheduled-2ms-EDCH HARQ-Process-Allocation-2ms-EDCH OPTIONAL,
maxUL-SIR UL-SIR,
minUL-SIR UL-SIR,
maximumAllowedULTxPower MaximumAllowedULTxPower,
maximumDL-power DL-Power,
minimumDL-power DL-Power,
primaryScramblingCode PrimaryScramblingCode OPTIONAL,
uL-UARFCN UARFCN OPTIONAL,
dL-UARFCN UARFCN OPTIONAL,
primaryCPICH-Power PrimaryCPICH-Power,
pC-Preamble PC-Preamble,
primary-CPICH-Usage-For-Channel-Estimation Primary-CPICH-Usage-For-Channel-Estimation OPTIONAL,
secondary-CPICH-Information Secondary-CPICH-Information OPTIONAL,
f-DPCH-SlotFormat F-DPCH-SlotFormat OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { EDCH-Additional-RL-Specific-Information-Response-ItemIEs-ExtIEs} } OPTIONAL,
...
}
EDCH-Additional-RL-Specific-Information-Response-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-Cell-Information-Response-RLReconf-List::= SEQUENCE (SIZE (1..maxNrOfEDCH-1)) OF Additional-EDCH-FDD-Information-Response-RLReconf-Items
Additional-EDCH-FDD-Information-Response-RLReconf-Items::=SEQUENCE{
eDCH-Additional-RL-Specific-Information-Response EDCH-Additional-RL-Specific-Information-Response-List OPTIONAL,
eDCH-Additional-RL-Specific-Modified-Information-Response EDCH-Additional-RL-Specific-Modified-Information-Response-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-FDD-Information-Response-RLReconf-Items-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-FDD-Information-Response-RLReconf-Items-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EDCH-Additional-RL-Specific-Modified-Information-Response-List ::= SEQUENCE (SIZE (1..maxNrOfEDCHRLs)) OF EDCH-Additional-RL-Specific-Modified-Information-Response-ItemIEs
EDCH-Additional-RL-Specific-Modified-Information-Response-ItemIEs ::=SEQUENCE{
eDCH-Additional-RL-ID RL-ID,
dL-PowerBalancing-UpdatedIndicator DL-PowerBalancing-UpdatedIndicator OPTIONAL,
eDCH-FDD-DL-ControlChannelInformation EDCH-FDD-DL-ControlChannelInformation OPTIONAL,
additional-EDCH-MAC-d-Flow-Specific-Information-Response-List Additional-EDCH-MAC-d-Flow-Specific-Information-Response-List OPTIONAL,
hARQ-Process-Allocation-Scheduled-2ms-EDCH HARQ-Process-Allocation-2ms-EDCH OPTIONAL,
maxUL-SIR UL-SIR OPTIONAL,
minUL-SIR UL-SIR OPTIONAL,
maximumDL-power DL-Power OPTIONAL,
minimumDL-power DL-Power OPTIONAL,
primary-CPICH-Usage-For-Channel-Estimation Primary-CPICH-Usage-For-Channel-Estimation OPTIONAL,
secondary-CPICH-Information-Change Secondary-CPICH-Information-Change OPTIONAL,
f-DPCH-SlotFormat F-DPCH-SlotFormat OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { EDCH-Additional-RL-Specific-Modified-Information-Response-ItemIEs-ExtIEs} } OPTIONAL,
...
}
EDCH-Additional-RL-Specific-Modified-Information-Response-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-Cell-Information-ConfigurationChange-List ::= SEQUENCE (SIZE (1..maxNrOfEDCH-1)) OF Additional-EDCH-ConfigurationChange-Info-ItemIEs
Additional-EDCH-ConfigurationChange-Info-ItemIEs ::=SEQUENCE{
additional-EDCH-UL-DPCH-Information-Modify Additional-EDCH-UL-DPCH-Information-Modify OPTIONAL,
additional-EDCH-RL-Specific-Information-To-Add Additional-EDCH-RL-Specific-Information-To-Add-List OPTIONAL,
additional-EDCH-RL-Specific-Information-To-Modify Additional-EDCH-RL-Specific-Information-To-Modify-List OPTIONAL,
additional-EDCH-FDD-Information-To-Modify Additional-EDCH-FDD-Information OPTIONAL,
additional-EDCH-F-DPCH-Information-Modify Additional-EDCH-F-DPCH-Information OPTIONAL,
multicellEDCH-Information MulticellEDCH-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-ConfigurationChange-Info-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-ConfigurationChange-Info-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-UL-DPCH-Information-Modify ::=SEQUENCE{
ul-ScramblingCode UL-ScramblingCode OPTIONAL,
ul-SIR-Target UL-SIR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-UL-DPCH-Information-Modify-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-UL-DPCH-Information-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-Cell-Information-Removal-List ::= SEQUENCE (SIZE (1..maxNrOfEDCH-1)) OF Additional-EDCH-Cell-Information-Removal-Info-ItemIEs
Additional-EDCH-Cell-Information-Removal-Info-ItemIEs ::=SEQUENCE{
rL-on-Secondary-UL-Frequency RL-on-Secondary-UL-Frequency,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-Cell-Information-Removal-Info-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-Cell-Information-Removal-Info-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-on-Secondary-UL-Frequency ::= ENUMERATED {
remove,
...
}
Additional-EDCH-FDD-Update-Information ::=SEQUENCE{
hARQ-Process-Allocation-Scheduled-2ms-EDCH HARQ-Process-Allocation-2ms-EDCH OPTIONAL,
additional-EDCH-DL-Control-Channel-Change-Information Additional-EDCH-DL-Control-Channel-Change-Information-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-FDD-Update-Information-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-FDD-Update-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-DL-Control-Channel-Change-Information-List ::= SEQUENCE (SIZE (1..maxNrOfEDCHRLs)) OF Additional-EDCH-DL-Control-Channel-Change-Info-ItemIEs
Additional-EDCH-DL-Control-Channel-Change-Info-ItemIEs ::=SEQUENCE{
eDCH-Additional-RL-ID RL-ID,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-DL-Control-Channel-Change-Info-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-DL-Control-Channel-Change-Info-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
AdditionalPreferredFrequency ::= SEQUENCE (SIZE (1..maxNrOfAddFreq)) OF AdditionalPreferredFrequencyItem
AdditionalPreferredFrequencyItem ::= SEQUENCE {
dL-UARFCN UARFCN,
correspondingCells CorrespondingCells ,
iE-Extensions ProtocolExtensionContainer { { AdditionalPreferredFrequencyItem-ExtIEs} } OPTIONAL,
...
}
AdditionalPreferredFrequencyItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
AdjustmentPeriod ::= INTEGER(1..256)
-- Unit Frame
AffectedUEInformationForMBMS ::= SEQUENCE (SIZE (1..maxNrOfUEs)) OF S-RNTI
AllocationRetentionPriority ::= SEQUENCE {
priorityLevel PriorityLevel,
pre-emptionCapability Pre-emptionCapability,
pre-emptionVulnerability Pre-emptionVulnerability,
iE-Extensions ProtocolExtensionContainer { {AllocationRetentionPriority-ExtIEs} } OPTIONAL,
...
}
AllocationRetentionPriority-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Allowed-Rate-Information ::= SEQUENCE {
allowed-UL-Rate Allowed-Rate OPTIONAL,
allowed-DL-Rate Allowed-Rate OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Allowed-Rate-Information-ExtIEs} } OPTIONAL,
...
}
Allowed-Rate-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Allowed-Rate ::= INTEGER (1..maxNrOfTFs)
-- “1”: TFI 0, “2”: TFI 1, “3”: TFI 2, ...
AllowedQueuingTime ::= INTEGER (1..60)
-- seconds
AlphaValue ::= INTEGER (0..8)
-- Actual value = Alpha / 8
AlternativeFormatReportingIndicator ::= ENUMERATED {
alternativeFormatAllowed,...
}
Angle-Of-Arrival-Value-LCR ::= SEQUENCE {
aOA-LCR AOA-LCR,
aOA-LCR-Accuracy-Class AOA-LCR-Accuracy-Class,
iE-Extensions ProtocolExtensionContainer { {Angle-Of-Arrival-Value-LCR-ExtIEs} } OPTIONAL,
...
}
Angle-Of-Arrival-Value-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ANR-Cell-Information ::= SEQUENCE {
rNC-ID RNC-ID,
lAC LAC OPTIONAL,
rAC RAC OPTIONAL,
aNR-FDD-CellInformation ANR-FDD-CellInformation OPTIONAL,
aNR-TDD-CellInformation ANR-TDD-CellInformation OPTIONAL,
aNR-LCR-TDD-CellInformation ANR-LCR-TDD-CellInformation OPTIONAL,
extended-RNC-ID Extended-RNC-ID OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ANR-Cell-Information-ExtIEs} } OPTIONAL,
...
}
ANR-Cell-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ANR-FDD-CellInformation ::= SEQUENCE {
primaryCPICH-Power PrimaryCPICH-Power OPTIONAL,
txDiversityIndicator TxDiversityIndicator,
sTTD-SupportIndicator STTD-SupportIndicator OPTIONAL,
closedLoopMode1-SupportIndicator ClosedLoopMode1-SupportIndicator OPTIONAL,
restrictionStateIndicator RestrictionStateIndicator OPTIONAL,
dpc-ModeChangeSupportIndicator DPC-Mode-Change-SupportIndicator OPTIONAL,
cellCapabilityContainerFDD CellCapabilityContainer-FDD OPTIONAL,
sNA-Information SNA-Information OPTIONAL,
frequencyBandIndicator FrequencyBandIndicator OPTIONAL,
max-UE-DTX-Cycle Max-UE-DTX-Cycle OPTIONAL,
aNR-Multiple-PLMN-List ANR-Multiple-PLMN-List OPTIONAL,
secondaryServingCellList Secondary-Serving-Cell-List OPTIONAL,
dualBandSecondaryServingCellList Secondary-Serving-Cell-List OPTIONAL,
cellCapabilityContainerExtensionFDD CellCapabilityContainerExtension-FDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ANR-FDD-CellInformation-ExtIEs} } OPTIONAL,
...
}
ANR-FDD-CellInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ANR-TDD-CellInformation ::= SEQUENCE {
syncCase SyncCase,
timeSlot TimeSlot OPTIONAL
-- This IE shall be present if Sync Case = Case1 -- ,
sCH-TimeSlot SCH-TimeSlot OPTIONAL
-- This IE shall be present if Sync Case = Case2 -- ,
sCTD-Indicator SCTD-Indicator,
dPCHConstantValue DPCHConstantValue OPTIONAL,
pCCPCH-Power PCCPCH-Power OPTIONAL,
restrictionStateIndicator RestrictionStateIndicator OPTIONAL,
cellCapabilityContainerTDD CellCapabilityContainer-TDD OPTIONAL,
-- Applicable to 3.84Mcps TDD only
cellCapabilityContainerTDD768 CellCapabilityContainer-TDD768 OPTIONAL,
-- Applicable to 7.68Mcps TDD only
sNA-Information SNA-Information OPTIONAL,
aNR-Multiple-PLMN-List ANR-Multiple-PLMN-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ANR-TDD-CellInformation-ExtIEs} } OPTIONAL,
...
}
ANR-TDD-CellInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ANR-LCR-TDD-CellInformation ::= SEQUENCE {
sCTD-Indicator SCTD-Indicator,
dPCHConstantValue DPCHConstantValue OPTIONAL,
pCCPCH-Power PCCPCH-Power OPTIONAL,
restrictionStateIndicator RestrictionStateIndicator OPTIONAL,
cellCapabilityContainerTDD-LCR CellCapabilityContainer-TDD-LCR OPTIONAL,
-- Applicable to 1.28Mcps TDD only
sNA-Information SNA-Information OPTIONAL,
aNR-Multiple-PLMN-List ANR-Multiple-PLMN-List OPTIONAL,
cellCapabilityContainerExternsionTDD-LCR CellCapabilityContainerExtension-TDD-LCR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ANR-LCR-TDD-CellInformation-ExtIEs} } OPTIONAL,
...
}
ANR-LCR-TDD-CellInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ANR-Multiple-PLMN-List ::= SEQUENCE {
list-Of-PLMNs List-Of-PLMNs OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ANR-Multiple-PLMN-List-ExtIEs} } OPTIONAL,
...
}
ANR-Multiple-PLMN-List-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
AOA-LCR ::= INTEGER (0..719)
-- Angle Of Arrival for 1.28Mcps TDD
AOA-LCR-Accuracy-Class ::= ENUMERATED {a,b,c,d,e,f,g,h,...}
AntennaColocationIndicator ::= ENUMERATED {
co-located,
...
}
-- B
BadSatellites ::= SEQUENCE {
badSatelliteInformation SEQUENCE (SIZE (1..maxNoSat)) OF
SEQUENCE {
badSAT-ID SAT-ID,
iE-Extensions ProtocolExtensionContainer { { BadSatelliteInformation-ExtIEs} } OPTIONAL,
...
},
iE-Extensions ProtocolExtensionContainer { { BadSatellites-ExtIEs} } OPTIONAL,
...
}
BadSatelliteInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
BadSatellites-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Band-Indicator ::= ENUMERATED {
dcs1800Band,
pcs1900Band,
...
}
BCC ::= BIT STRING (SIZE (3))
BCCH-ARFCN ::= INTEGER (0..1023)
BDS-IGPInfoList ::= SEQUENCE (SIZE (1..maxIGPInfo)) OF BDS-IGPInfo
BDS-IGPInfo ::= SEQUENCE {
bds-IGPNumber INTEGER (1..320),
bds-VerticalDelay BIT STRING (SIZE (9)),
bds-GIVEI BIT STRING (SIZE (4)),
iE-Extensions ProtocolExtensionContainer { { BDS-IGPInfo-ExtIEs} } OPTIONAL,
...
}
BDS-IGPInfo-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
BDS-IonosphericGridModelReq ::= ENUMERATED {
requested,
...
}
BDS-Ionospheric-Grid-Model ::= SEQUENCE {
bDS-RefTime INTEGER (0..119),
-- Time = bDS-RefTime *30
-- Range 0 to 3570, step 30
bds-IGPInfoList BDS-IGPInfoList,
iE-Extensions ProtocolExtensionContainer { { BDS-Ionospheric-Grid-Model-ExtIEs} } OPTIONAL,
...
}
BDS-Ionospheric-Grid-Model-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
BetaCD ::= INTEGER (0..15)
BindingID ::= OCTET STRING (SIZE (1..4,...))
-- If the Binding ID includes an UDP port, the UDP port is included in octet 1 and 2.
BLER ::= INTEGER (-63..0)
-- Step 0.1 (Range -6.3..0). It is the Log10 of the BLER
SCTD-Indicator ::= ENUMERATED {
active,
inactive
}
BSIC ::= SEQUENCE {
nCC NCC,
bCC BCC
}
BundlingModeIndicator ::= ENUMERATED {
bundling,
no-bundling
}
BurstModeParameters ::= SEQUENCE {
burstStart INTEGER (0..15),
burstLength INTEGER (10..25),
burstFreq INTEGER (1..16),
iE-Extensions ProtocolExtensionContainer { { BurstModeParameters-ExtIEs} } OPTIONAL,
...
}
BurstModeParameters-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- C
Cause ::= CHOICE {
radioNetwork CauseRadioNetwork,
transport CauseTransport,
protocol CauseProtocol,
misc CauseMisc,
...
}
CauseMisc ::= ENUMERATED {
control-processing-overload,
hardware-failure,
om-intervention,
not-enough-user-plane-processing-resources,
unspecified,
...
}
CauseProtocol ::= ENUMERATED {
transfer-syntax-error,
abstract-syntax-error-reject,
abstract-syntax-error-ignore-and-notify,
message-not-compatible-with-receiver-state,
semantic-error,
unspecified,
abstract-syntax-error-falsely-constructed-message,
...
}
CauseRadioNetwork ::= ENUMERATED {
unknown-C-ID,
cell-not-available,
power-level-not-supported,
ul-scrambling-code-already-in-use,
dl-radio-resources-not-available,
ul-radio-resources-not-available,
measurement-not-supported-for-the-object,
combining-resources-not-available,
combining-not-supported,
reconfiguration-not-allowed,
requested-configuration-not-supported,
synchronisation-failure,
requested-tx-diversity-mode-not-supported,
measurement-temporaily-not-available,
unspecified,
invalid-CM-settings,
reconfiguration-CFN-not-elapsed,
number-of-DL-codes-not-supported,
dedicated-transport-channel-type-not-supported,
dl-shared-channel-type-not-supported,
ul-shared-channel-type-not-supported,
common-transport-channel-type-not-supported,
ul-spreading-factor-not-supported,
dl-spreading-factor-not-supported,
cm-not-supported,
transaction-not-supported-by-destination-node-b,
rl-already-activated-or-alocated,
...,
number-of-UL-codes-not-supported,
cell-reserved-for-operator-use,
dpc-mode-change-not-supported,
information-temporarily-not-available,
information-provision-not-supported-for-the-object,
power-balancing-status-not-compatible,
delayed-activation-not-supported,
rl-timing-adjustment-not-supported,
unknown-RNTI,
measurement-repetition-rate-not-compatible,
ue-not-capable-of-support,
f-dpch-not-supported,
e-dch-not-supported,
continuous-packet-connectivity-dtx-drx-operation-not-supported,
continuous-packet-connectivity-hs-scch-less-operation-not-supported,
mimo-not-supported,
e-dch-tti2ms-not-supported,
continuous-packet-connectivity-DTX-DRX-operation-not-available,
continuous-packet-connectivity-UE-DTX-Cycle-not-available,
mimo-not-available,
sixteenQAM-UL-not-Supported,
hSDSCH-MACdPDU-SizeFormatNotSupported,
f-dpch-slot-format-operation-not-supported,
e-DCH-MACdPDU-SizeFormat-not-available,
e-DPCCH-Power-Boosting-not-supported,
trelocprep-expiry,
directed-retry,
no-Iu-CS-UP-relocation,
reduce-load-in-serving-cell,
relocation-cancelled,
relocation-desirable-for-radio-reasons,
resource-optimisation-relocation,
time-critical-relocation,
traffic-load-in-the-target-cell-higher-than-in-the-source-cell,
sixtyfourQAM-DL-and-MIMO-Combined-not-available,
multi-Cell-operation-not-available,
multi-Cell-operation-not-supported,
semi-Persistent-scheduling-not-supported,
continuous-Packet-Connectivity-DRX-not-supported,
continuous-Packet-Connectivity-DRX-not-available,
enhanced-relocation-not-supported,
relocation-not-supported-due-to-PUESBINE-feature,
relocation-failure-in-target-RNC,
relocation-target-not-allowed,
requested-ciphering-and-or-integrity-protection-algorithms-not-supported,
sixtyfourQAM-DL-and-MIMO-Combined-not-supported,
tx-diversity-for-mimo-on-DL-control-channels-not-available,
single-Stream-MIMO-not-supported,
single-Stream-MIMO-not-available,
multi-Cell-operation-with-MIMO-not-supported,
multi-Cell-operation-with-MIMO-not-available,
multi-Cell-EDCH-operation-not-supported,
multi-Cell-EDCH-operation-not-available,
multi-Cell-operation-with-Single-Stream-MIMO-not-supported,
multi-Cell-operation-with-Single-Stream-MIMO-not-available,
cellSpecificTxDiversityHandlingForMultiCellOperationNotAvailable,
cellSpecificTxDiversityHandlingForMultiCellOperationNotSupported,
frequencySpecificCompressedModeNotAvailable,
uL-CLTD-Operation-not-available,
uL-CLTD-Operation-not-supported,
mimo-withfourtransmitantennas-not-supported,
mimo-withfourtransmitantennas-not-available,
dualstream-mimo-withfourtransmitantennas-not-supported,
dualstream-mimo-withfourtransmitantennas-not-available,
multiflow-operation-not-supported,
multiflow-operation-not-available,
ul-SixtyfourQAM-not-available,
ul-SixtyfourQAM-not-supported,
ul-MIMO-Operation-not-available,
uL-MIMO-Operation-not-supported,
ul-MIMO-SixteenQAM-Operation-not-available,
uL-MIMO-SixteenQAM-Operation-not-supported,
ul-MIMO-SixtyfourQAM-Operation-not-available,
uL-MIMO-SixtyfourQAM-Operation-not-supported,
e-DCH-Decoupling-operation-not-available,
e-DCH-Decoupling-operation-not-supported,
basic-dch-enh-not-available,
basic-dch-enh-not-supported,
full-dch-enh-not-available,
full-dch-enh-not-supported,
radio-Links-without-DPCH-FDPCH-Indication-operation-not-available,
radio-Links-without-DPCH-FDPCH-Indication-operation-not-supported,
uL-DPCCH2-operation-not-available,
uL-DPCCH2-operation-not-supported,
downlink-TPC-enhancements-operation-not-available,
downlink-TPC-enhancements-operation-not-supported
}
CauseTransport ::= ENUMERATED {
transport-resource-unavailable,
unspecified,
...
}
CellBased::= SEQUENCE {
cellIdList CellIdList,
iE-Extensions ProtocolExtensionContainer { {CellBased-ExtIEs} } OPTIONAL,
...
}
CellBased-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CellIdList ::= SEQUENCE (SIZE (1..maxNrOfCellIds)) OF
Cell-Id
Cell-Id ::= INTEGER (0..268435455)
CellCapabilityContainer-FDD ::= BIT STRING (SIZE (32))
-- First bit: Flexible Hard Split Support Indicator
-- Second bit: Delayed Activation Support Indicator
-- Third bit: HS-DSCH Support Indicator
-- Fourth bit: DSCH Support Indicator
-- Fifth bit: F-DPCH Support Indicator
-- sixth bit: E-DCH Support Indicator
-- Seventh bit: E-DCH TTI2ms Support Indicator
-- Eighth bit: E-DCH 2sf2and2sf4 and all inferior SFs Support Indicator
-- Ninth bit: E-DCH 2sf2 and all inferior SFs Support Indicator
-- Tenth bit: E-DCH 2sf4 and all inferior SFs Support Indicator
-- Eleventh bit: E-DCH sf4 and all inferior SFs Support Indicator
-- Twelveth bit: E-DCH sf8 and all inferior SFs Support Indicator
-- Thirteenth bit: E-DCH HARQ IR Combining Support Indicator
-- Fourteenth bit: E-DCH HARQ Chase Combining Support Indicator
-- Fifteenth bit: Continuous Packet Connectivity DTX-DRX Support Indicator
-- Sixteenth bit: Continuous Packet Connectivity HS-SCCH less Support Indicator
-- Seventeenth bit: MIMO Support Indicator
-- Eighteenth bit: SixteenQAM UL Support Indicator
-- Nineteenth bit: Flexible MAC-d PDU Size Support Indicator
-- Twentieth bit: F-DPCH Slot Format Support Indicator
-- Twentyfirst bit: SixtyfourQAM DL Support Indicator
-- Twentysecond bit: Flexible E-DCH MAC-d PDU Size Support Indicator
-- Twentythird bit: E-DPCCH Power Boosting Support Indicator
-- Twentyfourth bit: SixtyfourQAM DL and MIMO Combined Support Indicator
-- Twentyfifth bit: Multi Cell Support Indicator Support Indicator
-- Twentysixth bit: MBMS Support Indicator
-- Twentyseventh bit: DRNS Support STTD on DL ctrl ch when the RL is in MIMO P-CPICH + S-CPICH cell
-- Twentyeighth bit: Dual Band Support Indicator (HS-DSCH)
-- Twentyninth bit: Single Stream MIMO Support Indicator
-- Thirtieth bit: Preferred Precoding Weight Set Restriction Support Indicator
-- Thirtyfirst bit: Dual Band E-DCH Support Indicator
-- Note that undefined bits are considered as a spare bit and spare bits shall be set to 0 by the transmitter and shall be ignored by the receiver.
CellCapabilityContainerExtension-FDD ::= BIT STRING (SIZE (128))
-- First bit: Cell Specific Tx Diversity Handling For Multi Cell Operation Support Indicator
-- Second bit: Multi Cell and MIMO Support Indicator
-- Third bit: Multi Cell and Single Stream MIMO Support Indicator
-- Fourth bit: Multi Cell E-DCH Support Indicator
-- Fifth bit: Separate Iub Transport Bearer Support Indicator
-- Sixth bit: E-DCH UL Flow Multiplexing Support Indicator
-- Seventh to eleventh bit: Maximum No of HSDPA Frequencies Support Indicator
-- Twelfth bit: Dual Band and MIMO Support Indicator
-- Thirteenth bit: 3 or more carrier HSDPA and MIMO Single Band Support Indicator
-- Fourteenth bit: 3 or more carrier HSDPA and MIMO Dual Band Support Indicator
-- Fifteenth bit : Dual Band and Single Stream MIMO Support Indicator
-- Sixteenth bit : 3 or more carrier HSDPA and Single Stream MIMO Single Band Support Indicator
-- Seventeenth bit : 3 or more carrier HSDPA and Single Stream MIMO Dual Band Support Indicator
-- Eighteenth bit: Frequency specific Compressed Mode Support Indicator
-- Nineteenth bit: UL CLTD Capability
-- Twentieth to twenty-second bit: Supported MIMO transmit antennas (N).
-- Twenty-third bit: MIMO with N transmit antennas Capability Adjacent-carrier.
-- Twenty-fourth bit: MIMO with N transmit antennas Capability Dual Band/Dual Band.
-- Twenty-fifth bit: Multi Cell and MIMO with N transmit antennas Capability Adjacent-carrier.
-- Twenty-sixth bit: Multi Cell and MIMO with N transmit antennas Capability Dual Band/Dual Band.
-- Twenty-seventh bit: HSPA 3 or more Carrier and MIMO with N transmit antennas Capability Adjacent-carrier.
-- Twenty-eighth bit: HSPA 3 or more Carrier and MIMO with N transmit antennas Capability Dual Band/Dual Band.
-- Twenty-ninth bit: Intra-site Multiflow
-- Thirtieth bit: Inter-site Multiflow
-- The thirty-first to thirty-third bits: Supported Multiflow configuration, where:
-- value 0 indicates support for one frequency two cells
-- value 1 indicates support for two frequencies three cells
-- value 2 indicates support for two frequencies four cells
-- value 3 indicates support for three frequencies four cells
-- values 4-7 are reserved for future use.
-- Thirty-fourth bit: Multiflow and MIMO
-- Thirty-fifth bit: Cell Specific Tx Diversity Handling For Multiflow Cell Operation
-- Thirty-sixth bit: Multiflow and single stream MIMO
-- Thirty-seventh bit: UL 64QAM Capability
-- Thirty-eighth bit: UL MIMO Capability
-- Thirty-ninth bit: UL MIMO and 16QAM Capability
-- Fortieth bit: UL MIMO and 64QAM Capability
-- Forty-first bit: Common E-RGCH Capability
-- Forty-second bit: E-DCH Decoupling capability
-- Forty-third bit: Basic DCH Enhancements Capability
-- Forty-fourth bit: Full DCH Enhancements Capability
-- Forty-fifth bit: Radio Links without DPCH/F-DPCH operation Capability
-- Forty-sixth bit: UL DPCCH2 operation Capability
-- Forty-seventh bit: feEUL TTI switching Node B Autonomous Capability.
-- Forty-eighth bit: feEUL TTI switching RNC notify Capability.
-- Forty-ninth bit: downlink TPC enhancements Capability.
-- Fiftieth bit: NAICS offloading Capability.
-- Fifty-first bit: Multi Cell E-DCH with DPDCH Capability.
-- Note that undefined bits are considered as a spare bit and spare bits shall be set to 0 by the transmitter and shall be ignored by the receiver.
CellCapabilityContainer-TDD ::= BIT STRING (SIZE (32))
-- First bit: Delayed Activation Support Indicator
-- Second bit: HS-DSCH Support Indicator
-- Third bit: DSCH Support Indicator
-- The fourth bit: Flexible MAC-d PDU Size Support Indicator
-- Fifth bit: MBMS Support Indicator
-- Note that undefined bits are considered as a spare bit and spare bits shall be set to 0 by the transmitter and shall be ignored by the receiver.
CellCapabilityContainer-TDD-LCR ::= BIT STRING (SIZE (32))
-- First bit: Delayed Activation Support Indicator
-- Second bit: HS-DSCH Support Indicator
-- Third bit: DSCH Support Indicator
-- The fourth bit: Flexible MAC-d PDU Size Support Indicator
-- Note that undefined bits are considered as a spare bit and spare bits shall be set to 0 by the transmitter and shall be ignored by the receiver.
CellCapabilityContainerExtension-TDD-LCR ::= BIT STRING (SIZE (32))
-- First bit: Multi-Carrier E-DCH Operation Support Indicator
-- Second bit: Separate Iur Transport Bearer Support Indicator
-- Third bit: E-DCH UL flow Multiplexing Support Indicator
-- Note that undefined bits are considered as a spare bit and spare bits shall be set to 0 by the transmitter and shall be ignored by the receiver.
CellCapabilityContainer-TDD768 ::= BIT STRING (SIZE (32))
-- First bit: Delayed Activation Support Indicator
-- Second bit: HS-DSCH Support Indicator
-- Third bit: DSCH Support Indicator
-- The fourth bit: Flexible MAC-d PDU Size Support Indicator
-- Note that undefined bits are considered as a spare bit and spare bits shall be set to 0 by the transmitter and shall be ignored by the receiver.
C-ID ::= INTEGER (0..65535)
CCTrCH-ID ::= INTEGER (0..15)
Cell-Capacity-Class-Value ::= SEQUENCE {
uplinkCellCapacityClassValue INTEGER(1..100,...),
downlinkCellCapacityClassValue INTEGER(1..100,...)
}
CellIndividualOffset ::= INTEGER (-20..20)
CellListValidityIndicator ::= ENUMERATED {
ignoreSecondaryServingCellList,
ignoreDualBandSecondaryServingCellList,
ignoreBoth
}
CellParameterID ::= INTEGER (0..127,...)
CellPortionID ::= INTEGER (0..63,...)
CellPortionLCRID ::= INTEGER (0..255,...)
CFN ::= INTEGER (0..255)
CGI ::= SEQUENCE {
lAI LAI,
cI CI,
iE-Extensions ProtocolExtensionContainer { {CGI-ExtIEs} } OPTIONAL
}
LAI-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CGI-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ChannelCodingType ::= ENUMERATED {
no-codingTDD,
convolutional-coding,
turbo-coding,
...
}
ChipOffset ::= INTEGER (0..38399)
CI ::= OCTET STRING (SIZE (2))
ClassmarkInformation2 ::= OCTET STRING
ClassmarkInformation3 ::= OCTET STRING
ClosedLoopMode1-SupportIndicator ::= ENUMERATED {
closedLoop-Mode1-Supported,
closedLoop-Mode1-not-Supported
}
Closedlooptimingadjustmentmode ::= ENUMERATED {
adj-1-slot,
adj-2-slot,
...
}
CodingRate ::= ENUMERATED {
half,
third,
...
}
CommonMeasurementAccuracy ::= CHOICE {
tUTRANGPSMeasurementAccuracyClass TUTRANGPSAccuracyClass,
...,
tUTRANGANSSMeasurementAccuracyClass TUTRANGANSSAccuracyClass
}
CommonMeasurementType ::= ENUMERATED {
uTRAN-GPS-timing-of-cell-frames-for-UE-Positioning,
sFN-SFN-observerd-time-difference,
load,
transmitted-carrier-power,
received-total-wide-band-power,
uplink-timeslot-iscp,
...,
rT-load,
nRT-load-Information,
upPTSInterference,
uTRAN-GANSS-timing-of-cell-frames-for-UE-Positioning
}
-- For measurements on the Iur-g interface, only load, RT Load and NRT Load information are requested.
CommonMeasurementValue ::= CHOICE {
tUTRANGPSMeasurementValueInformation TUTRANGPSMeasurementValueInformation,
sFNSFNMeasurementValueInformation SFNSFNMeasurementValueInformation,
loadValue LoadValue,
transmittedCarrierPowerValue INTEGER(0..100),
receivedTotalWideBandPowerValue INTEGER(0..621),
uplinkTimeslotISCPValue UL-TimeslotISCP,
...,
extension-CommonMeasurementValue Extension-CommonMeasurementValue
}
Extension-CommonMeasurementValue ::= ProtocolIE-Single-Container {{ Extension-CommonMeasurementValueIE }}
Extension-CommonMeasurementValueIE RNSAP-PROTOCOL-IES ::= {
{ ID id-RTLoadValue CRITICALITY ignore TYPE RTLoadValue PRESENCE mandatory }|
{ ID id-NRTLoadInformationValue CRITICALITY ignore TYPE NRTLoadInformationValue PRESENCE mandatory }|
{ ID id-UpPTSInterferenceValue CRITICALITY reject TYPE UpPTSInterferenceValue PRESENCE mandatory }|
{ ID id-TUTRANGANSSMeasurementValueInformation CRITICALITY reject TYPE TUTRANGANSSMeasurementValueInformation PRESENCE mandatory }
}
-- For measurements on the Iur-g interface, only load, RT Load and NRT Load values are reported.
CommonMeasurementValueInformation ::= CHOICE {
measurementAvailable CommonMeasurementAvailable,
measurementnotAvailable NULL
}
CommonMeasurementAvailable::= SEQUENCE {
commonMeasurementValue CommonMeasurementValue,
iE-Extensions ProtocolExtensionContainer { { CommonMeasurementAvailableItem-ExtIEs} } OPTIONAL,
...
}
CommonMeasurementAvailableItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CongestionCause ::= ENUMERATED {
uTRAN-dynamic-resources,
uTRAN-semistatic-resources,
...
}
CommonTransportChannelResourcesInitialisationNotRequired ::= ENUMERATED {
not-Required
}
Common-EDCH-MAC-d-Flow-Specific-InformationFDD ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF Common-EDCH-MAC-d-Flow-Specific-InformationFDDItem
Common-EDCH-MAC-d-Flow-Specific-InformationFDDItem ::= SEQUENCE {
common-EDCH-MACdFlow-ID EDCH-MACdFlow-ID,
maximum-Number-of-Retransmissions-For-E-DCH MaxNr-Retransmissions-EDCH,
eDCH-HARQ-PO-FDD E-DCH-HARQ-PO-FDD,
eDCH-MACdFlow-Multiplexing-List E-DCH-MACdFlow-Multiplexing-List OPTIONAL,
common-E-DCHLogicalChannelInformation Common-E-DCH-LogicalChannelInformation,
iE-Extensions ProtocolExtensionContainer { { Common-EDCH-MAC-d-Flow-Specific-InformationFDDItem-ExtIEs} } OPTIONAL,
...
}
Common-EDCH-MAC-d-Flow-Specific-InformationFDDItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Common-EDCH-MAC-d-Flow-Specific-InformationLCR ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlowsLCR)) OF Common-EDCH-MAC-d-Flow-Specific-InformationItemLCR
Common-EDCH-MAC-d-Flow-Specific-InformationItemLCR ::= SEQUENCE {
common-EDCH-MACdFlow-ID-LCR EDCH-MACdFlow-ID-LCR,
maximum-Number-of-Retransmissions-For-E-DCH MaxNr-Retransmissions-EDCH,
eDCH-HARQ-PO-TDD E-DCH-HARQ-PO-TDD,
eDCH-MACdFlow-Multiplexing-List E-DCH-MACdFlow-Multiplexing-List OPTIONAL,
common-E-DCHLogicalChannelInformation Common-E-DCH-LogicalChannelInformation,
iE-Extensions ProtocolExtensionContainer { { Common-EDCH-MAC-d-Flow-Specific-InformationItemLCR-ExtIEs} } OPTIONAL,
...
}
Common-EDCH-MAC-d-Flow-Specific-InformationItemLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Common-E-DCH-LogicalChannelInformation ::= SEQUENCE (SIZE (1..maxNoOfLogicalChannels)) OF Common-E-DCH-LogicalChannelInformationItem
Common-E-DCH-LogicalChannelInformationItem ::= SEQUENCE {
logicalChannelId LogicalChannelID,
maximumMACdPDU-SizeExtended MAC-PDU-SizeExtended,
iE-Extensions ProtocolExtensionContainer { { Common-E-DCH-LogicalChannelInformationItem-ExtIEs } } OPTIONAL,
...
}
Common-E-DCH-LogicalChannelInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Common-EDCH-Support-Indicator ::= NULL
Common-E-RGCH-Cell-Information ::= CHOICE {
deActivation Common-E-RGCH-De-Activation,
common-E-RGCH-Cell-Info Common-E-RGCH-Cell-Info,
...
}
Common-E-RGCH-Cell-Info ::= SEQUENCE {
eRGCH-ChannelisationCode FDD-DL-ChannelisationCodeNumber,
eRGCH-SignatureSequence ERGCH-SignatureSequence,
serving-Grant-Value E-Serving-Grant-Value OPTIONAL,
...
}
Common-E-RGCH-De-Activation ::= NULL
CompleteAlmanacProvided ::= BOOLEAN
Continuous-Packet-Connectivity-DTX-DRX-Information ::= SEQUENCE {
uE-DTX-DRX-Offset UE-DTX-DRX-Offset,
enabling-Delay Enabling-Delay,
dTX-Information DTX-Information,
dRX-Information DRX-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Continuous-Packet-Connectivity-DTX-DRX-Information-ExtIEs } } OPTIONAL,
...
}
Continuous-Packet-Connectivity-DTX-DRX-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Continuous-Packet-Connectivity-DTX-DRX-Information-to-Modify ::= SEQUENCE {
uE-DTX-DRX-Offset UE-DTX-DRX-Offset OPTIONAL,
enabling-Delay Enabling-Delay OPTIONAL,
dTX-Information-to-Modify DTX-Information-to-Modify OPTIONAL,
dRX-Information-to-Modify DRX-Information-to-Modify OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Continuous-Packet-Connectivity-DTX-DRX-Information-to-Modify-ExtIEs } } OPTIONAL,
...
}
Continuous-Packet-Connectivity-DTX-DRX-Information-to-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Continuous-Packet-Connectivity-HS-SCCH-Less-Information ::= SEQUENCE (SIZE (1..maxNrOfHS-DSCHTBSs-HS-SCCHless)) OF Continuous-Packet-Connectivity-HS-SCCH-Less-InformationItem
Continuous-Packet-Connectivity-HS-SCCH-Less-InformationItem ::= SEQUENCE {
transport-Block-Size-Index Transport-Block-Size-Index,
hSPDSCH-Second-Code-Support HSPDSCH-Second-Code-Support,
iE-Extensions ProtocolExtensionContainer { { Continuous-Packet-Connectivity-HS-SCCH-Less-InformationItem-ExtIEs } } OPTIONAL,
...
}
Continuous-Packet-Connectivity-HS-SCCH-Less-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response ::= SEQUENCE {
hSPDSCH-First-Code-Index HSPDSCH-First-Code-Index,
hSPDSCH-Second-Code-Index HSPDSCH-Second-Code-Index OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response-ExtIEs } } OPTIONAL,
...
}
Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CorrespondingCells ::= SEQUENCE (SIZE (1..maxNrOfCellsPerFreq)) OF C-ID
CoverageIndicator ::= ENUMERATED {
overlap,
covers,
containedIn,
...
}
CPC-Information ::= SEQUENCE {
continuous-Packet-Connectivity-DTX-DRX-Information Continuous-Packet-Connectivity-DTX-DRX-Information OPTIONAL,
continuous-Packet-Connectivity-DTX-DRX-Information-to-Modify Continuous-Packet-Connectivity-DTX-DRX-Information-to-Modify OPTIONAL,
continuous-Packet-Connectivity-HS-SCCH-Less-Information Continuous-Packet-Connectivity-HS-SCCH-Less-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { CPC-Information-ExtIEs} } OPTIONAL,
...
}
CPC-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-Continuous-Packet-Connectivity-HS-SCCH-Less-Deactivate-Indicator CRITICALITY reject EXTENSION Continuous-Packet-Connectivity-HS-SCCH-less-Deactivate-Indicator PRESENCE optional},
...
}
CPC-RecoveryReport ::= ENUMERATED {
initiated,
...
}
Continuous-Packet-Connectivity-HS-SCCH-less-Deactivate-Indicator ::= NULL
Counting-Information ::= SEQUENCE ( SIZE (1..maxNrOfFDDNeighboursPerRNC,...)) OF Counting-Information-List
Counting-Information-List ::= SEQUENCE {
c-ID C-ID,
counting-Result Counting-Result,
iE-Extensions ProtocolExtensionContainer { { Counting-Information-List-ExtIEs} } OPTIONAL,
...
}
Counting-Information-List-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Counting-Result ::= INTEGER (0..63)
CRC-Size ::= ENUMERATED {
v0,
v8,
v12,
v16,
v24,
...
}
CriticalityDiagnostics ::= SEQUENCE {
procedureID ProcedureID OPTIONAL,
triggeringMessage TriggeringMessage OPTIONAL,
procedureCriticality Criticality OPTIONAL,
transactionID TransactionID OPTIONAL,
iEsCriticalityDiagnostics CriticalityDiagnostics-IE-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {CriticalityDiagnostics-ExtIEs} } OPTIONAL,
...
}
CriticalityDiagnostics-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CriticalityDiagnostics-IE-List ::= SEQUENCE (SIZE (1..maxNrOfErrors)) OF
SEQUENCE {
iECriticality Criticality,
iE-ID ProtocolIE-ID,
repetitionNumber RepetitionNumber0 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {CriticalityDiagnostics-IE-List-ExtIEs} } OPTIONAL,
...
}
CriticalityDiagnostics-IE-List-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MessageStructure CRITICALITY ignore EXTENSION MessageStructure PRESENCE optional }|
{ ID id-TypeOfError CRITICALITY ignore EXTENSION TypeOfError PRESENCE mandatory },
...
}
MessageStructure ::= SEQUENCE (SIZE (1..maxNrOfLevels)) OF
SEQUENCE {
iE-ID ProtocolIE-ID,
repetitionNumber RepetitionNumber1 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {MessageStructure-ExtIEs} } OPTIONAL,
...
}
MessageStructure-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CN-CS-DomainIdentifier ::= SEQUENCE {
pLMN-Identity PLMN-Identity,
lAC LAC,
iE-Extensions ProtocolExtensionContainer { {CN-CS-DomainIdentifier-ExtIEs} } OPTIONAL
}
CN-CS-DomainIdentifier-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CN-PS-DomainIdentifier ::= SEQUENCE {
pLMN-Identity PLMN-Identity,
lAC LAC,
rAC RAC,
iE-Extensions ProtocolExtensionContainer { {CN-PS-DomainIdentifier-ExtIEs} } OPTIONAL
}
CN-PS-DomainIdentifier-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CNDomainType ::= ENUMERATED {
cs-domain,
ps-domain,
i-care,
...
}
-- See in TS 25.331 [16]
CQI-DTX-Timer ::= ENUMERATED {v0, v1, v2, v4, v8, v16, v32, v64, v128, v256, v512, infinity}
-- Unit subframe
CQI-Cycle-Switch-Timer ::= ENUMERATED {v4, v8, v16, v32, v64, v128, v256, v512, infinity}
-- Unit subframe
ControlGAP ::= INTEGER (1..255)
CQI-Feedback-Cycle ::= ENUMERATED {v0, v2, v4, v8, v10, v20, v40, v80, v160,..., v16, v32, v64}
CQI-Feedback-Cycle2 ::= ENUMERATED {v0, v2, v4, v8, v16, v10, v20, v32, v40, v64, v80, v160,...}
CQI-Power-Offset ::= INTEGER (0..8,..., 9..10)
-- According to mapping in TS 25.213 [21] subclause 4.2.1
CQI-RepetitionFactor ::= INTEGER (1..4,...)
-- Step: 1
C-RNTI ::= INTEGER (0..65535)
CodeRate ::= INTEGER (0..63)
CodeRate-short ::= INTEGER (0..10)
CPC-InformationLCR ::= SEQUENCE {
continuousPacketConnectivity-DRX-InformationLCR ContinuousPacketConnectivity-DRX-InformationLCR OPTIONAL,
continuousPacketConnectivity-DRX-Information-to-Modify-LCR ContinuousPacketConnectivity-DRX-Information-to-Modify-LCR OPTIONAL,
hS-DSCH-Semi-PersistentScheduling-Information-LCR HS-DSCH-Semi-PersistentScheduling-Information-LCR OPTIONAL,
hS-DSCH-Semi-PersistentScheduling-Information-to-Modify-LCR HS-DSCH-Semi-PersistentScheduling-Information-to-Modify-LCR OPTIONAL,
hS-DSCH-SPS-Deactivate-Indicator-LCR NULL OPTIONAL,
e-DCH-Semi-PersistentScheduling-Information-LCR E-DCH-Semi-PersistentScheduling-Information-LCR OPTIONAL,
e-DCH-Semi-PersistentScheduling-Information-to-Modify-LCR E-DCH-Semi-PersistentScheduling-Information-to-Modify-LCR OPTIONAL,
e-DCH-SPS-Deactivate-Indicator-LCR NULL OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { CPC-InformationLCR-ExtIEs} } OPTIONAL,
...
}
CPC-InformationLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ContinuousPacketConnectivity-DRX-InformationLCR ::= SEQUENCE {
enabling-Delay Enabling-Delay,
hS-SCCH-DRX-Information-LCR HS-SCCH-DRX-Information-LCR,
e-AGCH-DRX-Information-LCR E-AGCH-DRX-Information-LCR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ContinuousPacketConnectivity-DRX-InformationLCR-ExtIEs } } OPTIONAL,
...
}
ContinuousPacketConnectivity-DRX-InformationLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-SCCH-DRX-Information-LCR ::= SEQUENCE {
hS-SCCH-UE-DRX-Cycle-LCR UE-DRX-Cycle-LCR,
hS-SCCH-Inactivity-Threshold-for-UE-DRX-Cycle-LCR Inactivity-Threshold-for-UE-DRX-Cycle-LCR OPTIONAL,
hS-SCCH-UE-DRX-Offset-LCR UE-DRX-Offset-LCR,
iE-Extensions ProtocolExtensionContainer { { HS-SCCH-DRX-Information-LCR-ExtIEs} } OPTIONAL,
...
}
HS-SCCH-DRX-Information-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HS-SCCH-Inactivity-Threshold-for-UE-DRX-Cycle-LCR-Ext CRITICALITY ignore EXTENSION Inactivity-Threshold-for-UE-DRX-Cycle-LCR-Ext PRESENCE optional },
...
}
E-AGCH-DRX-Information-LCR ::= CHOICE {
sameAsHS-SCCH NULL,
e-AGCH-DRX-Parameters E-AGCH-DRX-Parameters,
...
}
E-AGCH-DRX-Parameters ::= SEQUENCE {
e-AGCH-UE-DRX-Cycle-LCR UE-DRX-Cycle-LCR,
e-AGCH-UE-Inactivity-Monitor-Threshold E-AGCH-UE-Inactivity-Monitor-Threshold OPTIONAL,
e-AGCH-UE-DRX-Offset-LCR UE-DRX-Offset-LCR,
iE-Extensions ProtocolExtensionContainer { { E-AGCH-DRX-Parameters-ExtIEs} } OPTIONAL,
...
}
E-AGCH-DRX-Parameters-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UE-DRX-Cycle-LCR ::= ENUMERATED {v1, v2, v4, v8, v16, v32, v64,...}
-- Unit subframe
UE-DRX-Offset-LCR ::= INTEGER (0..63)
-- Unit subframe
Inactivity-Threshold-for-UE-DRX-Cycle-LCR ::= ENUMERATED {v1, v2, v4, v8, v16, v32, v64,...}
-- Unit subframe
Inactivity-Threshold-for-UE-DRX-Cycle-LCR-Ext ::= ENUMERATED {v128, v256, v512,...}
-- Unit subframe
E-AGCH-UE-Inactivity-Monitor-Threshold ::= ENUMERATED {v0, v1, v2, v4, v8, v16, v32, v64, v128, v256, v512, infinity,...}
-- Unit subframe
ContinuousPacketConnectivity-DRX-Information-to-Modify-LCR ::= SEQUENCE {
enabling-Delay Enabling-Delay OPTIONAL,
dRX-Information-to-Modify-LCR DRX-Information-to-Modify-LCR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ContinuousPacketConnectivity-DRX-Information-to-Modify-LCR-ExtIEs } } OPTIONAL,
...
}
ContinuousPacketConnectivity-DRX-Information-to-Modify-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DRX-Information-to-Modify-LCR ::= CHOICE {
modify DRX-Information-to-Modify-Items-LCR,
deactivate NULL,
...
}
DRX-Information-to-Modify-Items-LCR ::= SEQUENCE {
hS-SCCH-DRX-Information-LCR HS-SCCH-DRX-Information-LCR OPTIONAL,
e-AGCH-DRX-Information-LCR E-AGCH-DRX-Information-LCR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DRX-Information-to-Modify-Items-LCR-ExtIEs} } OPTIONAL,
...
}
DRX-Information-to-Modify-Items-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ContinuousPacketConnectivity-DRX-Information-ResponseLCR ::= SEQUENCE {
enabling-Delay Enabling-Delay OPTIONAL,
hS-SCCH-DRX-Information-ResponseLCR HS-SCCH-DRX-Information-ResponseLCR OPTIONAL,
e-AGCH-DRX-Information-ResponseLCR E-AGCH-DRX-Information-ResponseLCR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ContinuousPacketConnectivity-DRX-Information-ResponseLCR-ExtIEs } } OPTIONAL,
...
}
ContinuousPacketConnectivity-DRX-Information-ResponseLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-SCCH-DRX-Information-ResponseLCR ::= SEQUENCE {
hS-SCCH-UE-DRX-Cycle-LCR UE-DRX-Cycle-LCR OPTIONAL,
hS-SCCH-Inactivity-Threshold-for-UE-DRX-Cycle-LCR Inactivity-Threshold-for-UE-DRX-Cycle-LCR OPTIONAL,
hS-SCCH-UE-DRX-Offset-LCR UE-DRX-Offset-LCR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HS-SCCH-DRX-Information-ResponseLCR-ExtIEs} } OPTIONAL,
...
}
HS-SCCH-DRX-Information-ResponseLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HS-SCCH-Inactivity-Threshold-for-UE-DRX-Cycle-LCR-Ext CRITICALITY ignore EXTENSION Inactivity-Threshold-for-UE-DRX-Cycle-LCR-Ext PRESENCE optional },
...
}
E-AGCH-DRX-Information-ResponseLCR ::= CHOICE {
sameAsHS-SCCH NULL,
e-AGCH-DRX-Parameters-Response E-AGCH-DRX-Parameters-Response,
...
}
E-AGCH-DRX-Parameters-Response ::= SEQUENCE {
e-AGCH-UE-DRX-Cycle-LCR UE-DRX-Cycle-LCR OPTIONAL,
e-AGCH-UE-Inactivity-Monitor-Threshold E-AGCH-UE-Inactivity-Monitor-Threshold OPTIONAL,
e-AGCH-UE-DRX-Offset-LCR UE-DRX-Offset-LCR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-AGCH-DRX-Parameters-Response-ExtIEs} } OPTIONAL,
...
}
E-AGCH-DRX-Parameters-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Controlled-Object-Scope ::= SEQUENCE{
rNC-ID RNC-ID,
extended-RNC-ID Extended-RNC-ID OPTIONAL,
multiple-PLMN-List Multiple-PLMN-List OPTIONAL,
umts-cell-Info UMTS-Cells-Info-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Controlled-Object-Scope-ExtIEs} } OPTIONAL,
...
}
Controlled-Object-Scope-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- D
DATA-ID ::= INTEGER (0..3)
DBDS-CorrectionsReq ::= SEQUENCE {
dGANSS-Signal-ID BIT STRING (SIZE (8)),
ie-Extensions ProtocolExtensionContainer { { DBDS-CorrectionsReq-ExtIEs } } OPTIONAL,
...
}
DBDS-CorrectionsReq-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DBDS-Corrections ::= SEQUENCE {
bDS-RefTime INTEGER (0..119),
-- Time = bDS-RefTime *30
dBDS-InfoList DBDS-InfoList,
iE-Extensions ProtocolExtensionContainer { { DBDS-CorrectionsItem-ExtIEs} } OPTIONAL,
...
}
DBDS-CorrectionsItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DBDS-Info ::= SEQUENCE {
dBDS-SignalID GANSS-Signal-ID OPTIONAL,
dBDS-SignalInfoList DBDS-SignalInfoList,
iE-Extensions ProtocolExtensionContainer { { DBDS-InfoItem-ExtIEs} } OPTIONAL,
...
}
DBDS-InfoItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DBDS-SignalInfoList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
DBDS-SignalInfo
DBDS-SignalInfo ::= SEQUENCE {
svID INTEGER(0..63),
bds-UDREI INTEGER (0..15),
bds-RURAI INTEGER (0..15),
bds-ECC-DeltaT BIT STRING (SIZE (13)),
ie-Extensions ProtocolExtensionContainer { { DBDS-SignalInfoItem-ExtIEs} } OPTIONAL,
...
}
DBDS-SignalInfoItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DBDS-InfoList ::= SEQUENCE (SIZE (1..maxSgnType)) OF DBDS-Info
DCH-ENH-Information ::= SEQUENCE {
pO2-SRB PowerOffset,
dl-FET-Mode DL-FET-Mode,
dCH-ENH-Concat DCH-ENH-Concat OPTIONAL
-- This IE shall be present if dl-FET-Mode is equal to “full” --,
iE-Extensions ProtocolExtensionContainer { { DCH-ENH-Information-ExtIEs } } OPTIONAL,
...
}
DCH-ENH-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-ENH-Information-to-Modify ::= SEQUENCE {
pO-SRB PowerOffset OPTIONAL,
dl-FET-Mode DL-FET-Mode OPTIONAL,
dCH-ENH-Concat DCH-ENH-Concat OPTIONAL
-- This IE shall be present if dl-FET-Mode is equal to “full” --,
iE-Extensions ProtocolExtensionContainer { { DCH-ENH-Information-to-Modify-ExtIEs } } OPTIONAL,
...
}
DCH-ENH-Information-to-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-FET-Mode ::= ENUMERATED {
basic,
full,
...
}
DCH-ENH-Concat ::= SEQUENCE (SIZE (1.. maxNrofConcatenatedDCH)) OF DCH-ID
DCH-ENH-Information-Reconf ::=SEQUENCE{
setup-Or-ConfigurationChange-Or-Removal-Of-DCH-ENH Setup-Or-ConfigurationChange-Or-Removal-Of-DCH-ENH,
iE-Extensions ProtocolExtensionContainer { { DCH-ENH-Information-Reconf-ExtIEs} } OPTIONAL,
...
}
DCH-ENH-Information-Reconf-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-ENH-Information-Removal ::= ENUMERATED {
remove,
...
}
DCH-FDD-Information ::= SEQUENCE (SIZE (1..maxNrOfDCHs)) OF DCH-FDD-InformationItem
DCH-FDD-InformationItem ::= SEQUENCE {
payloadCRC-PresenceIndicator PayloadCRC-PresenceIndicator,
ul-FP-Mode UL-FP-Mode,
toAWS ToAWS,
toAWE ToAWE,
dCH-SpecificInformationList DCH-Specific-FDD-InformationList,
iE-Extensions ProtocolExtensionContainer { {DCH-FDD-InformationItem-ExtIEs} } OPTIONAL,
...
}
DCH-FDD-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TnlQos CRITICALITY ignore EXTENSION TnlQos PRESENCE optional },
...
}
DCH-MeasurementOccasion-Information ::= SEQUENCE (SIZE (1.. maxNrOfDCHMeasurementOccasionPatternSequence)) OF DchMeasurementOccasionInformation-Item
DchMeasurementOccasionInformation-Item ::= SEQUENCE {
pattern-Sequence-Identifier Pattern-Sequence-Identifier,
status-Flag Status-Flag,
measurement-Occasion-Pattern-Sequence-parameters Measurement-Occasion-Pattern-Sequence-parameters OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { DCH-MeasurementOccasion-Information-ExtIEs } } OPTIONAL,
...
}
DCH-MeasurementOccasion-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Measurement-Occasion-Pattern-Sequence-parameters ::= SEQUENCE {
measurement-Occasion-Pattern-Sequence-parameters-k INTEGER(1..9),
measurement-Occasion-Pattern-Sequence-parameters-offset INTEGER(0..511),
measurement-Occasion-Pattern-Sequence-parameters-M-Length INTEGER(1..512),
measurement-Occasion-Pattern-Sequence-parameters-Timeslot-Bitmap BIT STRING (SIZE (7)),
iE-Extensions ProtocolExtensionContainer { { Measurement-Occasion-Pattern-Sequence-parameters-ExtIEs } } OPTIONAL,
...
}
Measurement-Occasion-Pattern-Sequence-parameters-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-MeasurementType-Indicator ::= BIT STRING (SIZE (5))
DCH-Specific-FDD-InformationList ::= SEQUENCE (SIZE (1..maxNrOfDCHs)) OF DCH-Specific-FDD-Item
DCH-Specific-FDD-Item ::= SEQUENCE {
dCH-ID DCH-ID,
trCH-SrcStatisticsDescr TrCH-SrcStatisticsDescr,
ul-transportFormatSet TransportFormatSet,
dl-transportFormatSet TransportFormatSet,
ul-BLER BLER,
dl-BLER BLER,
allocationRetentionPriority AllocationRetentionPriority,
frameHandlingPriority FrameHandlingPriority,
qE-Selector QE-Selector,
dRACControl DRACControl,
iE-Extensions ProtocolExtensionContainer { {DCH-FDD-SpecificItem-ExtIEs} } OPTIONAL,
...
}
DCH-FDD-SpecificItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Guaranteed-Rate-Information CRITICALITY ignore EXTENSION Guaranteed-Rate-Information PRESENCE optional }|
{ ID id-TrafficClass CRITICALITY ignore EXTENSION TrafficClass PRESENCE mandatory}|
{ ID id-Unidirectional-DCH-Indicator CRITICALITY reject EXTENSION Unidirectional-DCH-Indicator PRESENCE optional },
...
}
DCH-Indicator-For-E-DCH-HSDPA-Operation ::= ENUMERATED {
dch-not-present
}
DCH-ID ::= INTEGER (0..255)
DCH-InformationResponse ::= SEQUENCE (SIZE (1..maxNrOfDCHs)) OF DCH-InformationResponseItem
DCH-InformationResponseItem ::= SEQUENCE {
dCH-ID DCH-ID,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DCH-InformationResponseItem-ExtIEs} } OPTIONAL,
...
}
DCH-InformationResponseItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Allowed-Rate-Information CRITICALITY ignore EXTENSION Allowed-Rate-Information PRESENCE optional }|
{ ID id-TransportBearerNotSetupIndicator CRITICALITY ignore EXTENSION TransportBearerNotSetupIndicator PRESENCE optional }, -- FDD only
...
}
DCH-TDD-Information ::= SEQUENCE (SIZE (1..maxNrOfDCHs)) OF DCH-TDD-InformationItem
DCH-TDD-InformationItem ::= SEQUENCE {
payloadCRC-PresenceIndicator PayloadCRC-PresenceIndicator,
ul-FP-Mode UL-FP-Mode,
toAWS ToAWS,
toAWE ToAWE,
dCH-SpecificInformationList DCH-Specific-TDD-InformationList,
iE-Extensions ProtocolExtensionContainer { {DCH-TDD-InformationItem-ExtIEs} } OPTIONAL,
...
}
DCH-TDD-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TnlQos CRITICALITY ignore EXTENSION TnlQos PRESENCE optional },
...
}
DCH-Specific-TDD-InformationList ::= SEQUENCE (SIZE (1..maxNrOfDCHs)) OF DCH-Specific-TDD-Item
DCH-Specific-TDD-Item ::= SEQUENCE {
dCH-ID DCH-ID,
ul-cCTrCH-ID CCTrCH-ID, -- UL CCTrCH in which the DCH is mapped
dl-cCTrCH-ID CCTrCH-ID, -- DL CCTrCH in which the DCH is mapped
trCH-SrcStatisticsDescr TrCH-SrcStatisticsDescr,
ul-transportFormatSet TransportFormatSet,
dl-transportFormatSet TransportFormatSet,
ul-BLER BLER,
dl-BLER BLER,
allocationRetentionPriority AllocationRetentionPriority,
frameHandlingPriority FrameHandlingPriority,
qE-Selector QE-Selector OPTIONAL,
-- This IE shall be present if DCH is part of set of Co-ordinated DCHs
iE-Extensions ProtocolExtensionContainer { {DCH-Specific-TDD-Item-ExtIEs} } OPTIONAL,
...
}
DCH-Specific-TDD-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Guaranteed-Rate-Information CRITICALITY ignore EXTENSION Guaranteed-Rate-Information PRESENCE optional }|
{ ID id-TrafficClass CRITICALITY ignore EXTENSION TrafficClass PRESENCE mandatory}|
{ ID id-Unidirectional-DCH-Indicator CRITICALITY reject EXTENSION Unidirectional-DCH-Indicator PRESENCE optional },
...
}
DecimationFactor ::= ENUMERATED {
slots3,
slots5
}
DedicatedMeasurementType ::= ENUMERATED {
sir,
sir-error,
transmitted-code-power,
rSCP,
rx-timing-deviation,
round-trip-time,
...,
rx-timing-deviation-LCR,
angle-Of-Arrival-LCR,
hs-sich-quality,
rx-timing-deviation-768,
rx-timing-deviation-ext,
ue-transmission-power-headroom,
dl-TBS
}
DedicatedMeasurementValue ::= CHOICE {
sIR-Value SIR-Value,
sIR-ErrorValue SIR-Error-Value,
transmittedCodePowerValue Transmitted-Code-Power-Value,
rSCP RSCP-Value, -- TDD only
rxTimingDeviationValue Rx-Timing-Deviation-Value, -- 3.84Mcps TDD only
roundTripTime Round-Trip-Time-Value, -- FDD only
...,
extension-DedicatedMeasurementValue Extension-DedicatedMeasurementValue
}
Extension-DedicatedMeasurementValue ::= ProtocolIE-Single-Container {{ Extension-DedicatedMeasurementValueIE }}
Extension-DedicatedMeasurementValueIE RNSAP-PROTOCOL-IES ::= {
{ ID id-Rx-Timing-Deviation-Value-LCR CRITICALITY reject TYPE Rx-Timing-Deviation-Value-LCR PRESENCE mandatory}|
{ ID id-Angle-Of-Arrival-Value-LCR CRITICALITY reject TYPE Angle-Of-Arrival-Value-LCR PRESENCE mandatory}|
{ ID id-HS-SICH-Reception-Quality CRITICALITY reject TYPE HS-SICH-Reception-Quality-Value PRESENCE mandatory}|
{ ID id-Rx-Timing-Deviation-Value-768 CRITICALITY reject TYPE Rx-Timing-Deviation-Value-768 PRESENCE mandatory}|
{ ID id-Rx-Timing-Deviation-Value-ext CRITICALITY reject TYPE Rx-Timing-Deviation-Value-ext PRESENCE mandatory}|
{ ID id-Extended-Round-Trip-Time-Value CRITICALITY reject TYPE Extended-Round-Trip-Time-Value PRESENCE mandatory}|
{ ID id-UE-transmission-power-headroom CRITICALITY reject TYPE UE-transmission-power-headroom-Value PRESENCE mandatory}|
{ ID id-DL-TBS CRITICALITY reject TYPE DL-TBS PRESENCE mandatory},
...
}
DedicatedMeasurementValueInformation ::= CHOICE {
measurementAvailable DedicatedMeasurementAvailable,
measurementnotAvailable DedicatedMeasurementnotAvailable
}
DedicatedMeasurementAvailable::= SEQUENCE {
dedicatedmeasurementValue DedicatedMeasurementValue,
cFN CFN OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { DedicatedMeasurementAvailableItem-ExtIEs} } OPTIONAL,
...
}
DedicatedMeasurementAvailableItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DedicatedMeasurementnotAvailable ::= NULL
DelayedActivation ::= CHOICE {
cfn CFN,
separate-indication NULL
}
DelayedActivationUpdate ::= CHOICE {
activate Activate-Info,
deactivate Deactivate-Info
}
Activate-Info ::= SEQUENCE {
activation-type Execution-Type,
initial-dl-tx-power DL-Power,
firstRLS-Indicator FirstRLS-Indicator OPTIONAL, --FDD Only
propagation-delay PropagationDelay OPTIONAL, --FDD Only
iE-Extensions ProtocolExtensionContainer { { Activate-Info-ExtIEs} } OPTIONAL,
...
}
Activate-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-ExtendedPropagationDelay CRITICALITY ignore EXTENSION ExtendedPropagationDelay PRESENCE optional },
...
}
Deactivate-Info ::= SEQUENCE {
deactivation-type Execution-Type,
iE-Extensions ProtocolExtensionContainer { { Deactivate-Info-ExtIEs} } OPTIONAL,
...
}
Deactivate-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Execution-Type ::= CHOICE {
synchronised CFN,
unsynchronised NULL
}
DeltaSIR ::= INTEGER (0..30)
-- Step 0.1 dB, Range 0..3 dB.
DGANSSCorrections ::= SEQUENCE {
dGANSS-ReferenceTime INTEGER(0..119),
dGANSS-Information SEQUENCE (SIZE (1..maxSgnType)) OF SEQUENCE {
gANSS-SignalId GANSS-Signal-ID OPTIONAL,
gANSS-StatusHealth GANSS-StatusHealth,
-- The following IE shall be present if the StatusHealth IE value is not equal to “no data” or “invalid data”
dGANSS-SignalInformation SEQUENCE (SIZE (1..maxGANSSSat)) OF SEQUENCE {
satId INTEGER(0..63),
gANSS-iod BIT STRING (SIZE (10)),
udre UDRE,
ganss-prc INTEGER(-2047..2047),
ganss-rrc INTEGER(-127..127),
ie-Extensions ProtocolExtensionContainer { { DGANSS-SignalInformationItem-ExtIEs } } OPTIONAL,
...
} OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { DGANSS-InformationItem-ExtIEs } } OPTIONAL,
...
},
ie-Extensions ProtocolExtensionContainer { { DGANSSCorrections-ExtIEs } } OPTIONAL,
...
}
DGANSSCorrections-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DGANSS-Corrections-Req ::= SEQUENCE {
dGANSS-Signal-ID BIT STRING (SIZE (8)),
ie-Extensions ProtocolExtensionContainer { { DGANSS-Corrections-Req-ExtIEs } } OPTIONAL,
...
}
DGANSS-Corrections-Req-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-GANSS-ID CRITICALITY ignore EXTENSION GANSS-ID PRESENCE optional},
...
}
DGANSS-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DGANSS-SignalInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-DGNSS-ValidityPeriod CRITICALITY ignore EXTENSION DGNSS-ValidityPeriod PRESENCE optional},
...
}
DGANSSThreshold ::= SEQUENCE {
pRCDeviation PRCDeviation,
...
}
DGNSS-ValidityPeriod ::= SEQUENCE {
udreGrowthRate UDREGrowthRate,
udreValidityTime UDREValidityTime,
iE-Extensions ProtocolExtensionContainer { { DGNSS-ValidityPeriod-ExtIEs } } OPTIONAL,
...
}
DGNSS-ValidityPeriod-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DGPSCorrections ::= SEQUENCE {
gPSTOW GPSTOW,
gPS-Status-Health GPS-Status-Health,
satellite-DGPSCorrections-Information SEQUENCE (SIZE (1..maxNoSat)) OF
SEQUENCE {
sAT-ID SAT-ID,
iode-dgps BIT STRING (SIZE (8)),
uDRE UDRE,
pRC PRC,
range-Correction-Rate Range-Correction-Rate,
iE-Extensions ProtocolExtensionContainer { { Satellite-DGPSCorrections-Information-ExtIEs} } OPTIONAL,
...
},
iE-Extensions ProtocolExtensionContainer { { DGPSCorrections-ExtIEs} } OPTIONAL,
...
}
Satellite-DGPSCorrections-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-DGNSS-ValidityPeriod CRITICALITY ignore EXTENSION DGNSS-ValidityPeriod PRESENCE optional},
...
}
DGPSCorrections-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DGPSThreshold ::= SEQUENCE {
pRCDeviation PRCDeviation,
iE-Extensions ProtocolExtensionContainer { { DGPSThreshold-ExtIEs} } OPTIONAL,
...
}
DGPSThreshold-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DiscardTimer ::= ENUMERATED {v20,v40,v60,v80,v100,v120,v140,v160,v180,v200,v250,v300,v400,v500,v750,v1000,v1250,v1500,v1750,v2000,v2500,v3000,v3500,v4000,v4500,v5000,v7500,
...
}
DiversityControlField ::= ENUMERATED {
may,
must,
must-not
}
DiversityMode ::= ENUMERATED {
none,
sTTD,
closedLoopMode1,
not-used-closedLoopMode2,
...
}
DL-TBS ::= SEQUENCE {
hs-DSCH-Cell-List HS-DSCH-Cell-List,
iE-Extensions ProtocolExtensionContainer { { DL-TBS-ExtIEs} } OPTIONAL,
...
}
DL-TBS-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-DSCH-Cell-List ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH-1)) OF HS-DSCH-Cell
HS-DSCH-Cell ::=SEQUENCE{
hs-DSCH-Cell-TBS DL-TBS-Value,
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-Cell-ExtIEs} } OPTIONAL,
...
}
HS-DSCH-Cell-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-TBS-Value ::= INTEGER (0..160000)
DL-DPCH-SlotFormat ::= INTEGER (0..16,...)
DL-DPCH-TimingAdjustment ::= ENUMERATED {
timing-advance,
timing-delay
}
DL-Power ::= INTEGER (-350..150)
-- Value = DL-Power / 10
-- Unit dB, Range –35dB .. +15dB, Step 0.1dB
DL-PowerBalancing-Information ::= SEQUENCE {
powerAdjustmentType PowerAdjustmentType,
dLReferencePower DL-Power OPTIONAL,
-- This IE shall be present if Power Adjustment Type IE equals to ‘Common’
dLReferencePowerList DL-ReferencePowerInformationList OPTIONAL,
-- This IE shall be present if Power Adjustment Type IE equals to ‘Individual’
maxAdjustmentStep MaxAdjustmentStep OPTIONAL,
-- This IE shall be present if Power Adjustment Type IE equals to ‘Common’ or ‘Individual’
adjustmentPeriod AdjustmentPeriod OPTIONAL,
-- This IE shall be present if Power Adjustment Type IE equals to ‘Common’ or ‘Individual’
adjustmentRatio ScaledAdjustmentRatio OPTIONAL,
-- This IE shall be present if Power Adjustment Type IE equals to ‘Common’ or ‘Individual’
iE-Extensions ProtocolExtensionContainer { { DL-PowerBalancing-Information-ExtIEs } } OPTIONAL,
...
}
DL-PowerBalancing-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-ReferencePowerInformationList ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF DL-ReferencePowerInformationItem
DL-ReferencePowerInformationItem ::= SEQUENCE {
rL-ID RL-ID,
dl-Reference-Power DL-Power,
iE-Extensions ProtocolExtensionContainer { {DL-ReferencePowerInformationItem-ExtIEs} } OPTIONAL,
...
}
DL-ReferencePowerInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-PowerBalancing-ActivationIndicator ::= ENUMERATED {
dL-PowerBalancing-Activated
}
DL-PowerBalancing-UpdatedIndicator ::= ENUMERATED {
dL-PowerBalancing-Updated
}
DL-ReferencePowerInformation ::= SEQUENCE {
common-DL-ReferencePowerInformation DL-Power OPTIONAL,
individual-DL-ReferencePowerInformation DL-ReferencePowerInformationList OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { DL-ReferencePowerInformation-ExtIEs } } OPTIONAL,
...
}
DL-ReferencePowerInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
D-RNTI ::= INTEGER (0..1048575)
D-RNTI-ReleaseIndication ::= ENUMERATED {
release-D-RNTI,
not-release-D-RNTI
}
DL-ScramblingCode ::= INTEGER (0..15)
DL-FrameType ::= ENUMERATED {
typeA,
typeB,
...
}
DL-Timeslot-Information ::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF DL-Timeslot-InformationItem
DL-Timeslot-InformationItem ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType,
tFCI-Presence TFCI-Presence,
dL-Code-Information TDD-DL-Code-Information,
iE-Extensions ProtocolExtensionContainer { {DL-Timeslot-InformationItem-ExtIEs} } OPTIONAL,
...
}
DL-Timeslot-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-TimeslotLCR-Information ::= SEQUENCE (SIZE (1.. maxNrOfDLTsLCR)) OF DL-TimeslotLCR-InformationItem
DL-TimeslotLCR-InformationItem ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR,
tFCI-Presence TFCI-Presence,
dL-Code-LCR-Information TDD-DL-Code-LCR-Information,
iE-Extensions ProtocolExtensionContainer { { DL-TimeslotLCR-InformationItem-ExtIEs} } OPTIONAL,
...
}
DL-TimeslotLCR-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Maximum-DL-Power-TimeslotLCR-InformationItem CRITICALITY ignore EXTENSION DL-Power PRESENCE optional}|
-- Applicable to 1.28Mcps TDD only
{ ID id-Minimum-DL-Power-TimeslotLCR-InformationItem CRITICALITY ignore EXTENSION DL-Power PRESENCE optional},
-- Applicable to 1.28Mcps TDD only
...
}
DL-Timeslot-Information768 ::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF DL-Timeslot-InformationItem768
DL-Timeslot-InformationItem768 ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768,
tFCI-Presence TFCI-Presence,
dL-Code-Information768 TDD-DL-Code-Information768,
iE-Extensions ProtocolExtensionContainer { {DL-Timeslot-InformationItem768-ExtIEs} } OPTIONAL,
...
}
DL-Timeslot-InformationItem768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-TimeSlot-ISCP-Info ::= SEQUENCE (SIZE (1..maxNrOfDLTs)) OF DL-TimeSlot-ISCP-InfoItem
DL-TimeSlot-ISCP-InfoItem ::= SEQUENCE {
timeSlot TimeSlot,
dL-TimeslotISCP DL-TimeslotISCP,
iE-Extensions ProtocolExtensionContainer { { DL-TimeSlot-ISCP-InfoItem-ExtIEs} } OPTIONAL,
...
}
DL-TimeSlot-ISCP-InfoItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-TimeSlot-ISCP-LCR-Information ::= SEQUENCE (SIZE (1..maxNrOfDLTsLCR)) OF DL-TimeSlot-ISCP-LCR-InfoItem
DL-TimeSlot-ISCP-LCR-InfoItem ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
dL-TimeslotISCP DL-TimeslotISCP,
iE-Extensions ProtocolExtensionContainer { { DL-TimeSlot-ISCP-LCR-InfoItem-ExtIEs} } OPTIONAL,
...
}
DL-TimeSlot-ISCP-LCR-InfoItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-TimeslotISCP ::= INTEGER (0..91)
-- According to mapping in TS 25.123 [24]
Downlink-Compressed-Mode-Method ::= ENUMERATED {
not-Used-puncturing,
sFdiv2,
higher-layer-scheduling,
...
}
Downlink-TPC-enhancements-Information ::= SEQUENCE {
decimationFactorforPrimaryFrequency DecimationFactor OPTIONAL,
decimationFactorforSecFrequency DecimationFactor OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Downlink-TPC-enhancements-Information-ExtIEs } } OPTIONAL,
...
}
Downlink-TPC-enhancements-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Downlink-TPC-enhancements-Reconf ::= SEQUENCE{
setup-Or-ConfigurationChange-Or-Removal-Of-Downlink-TPC-enhancements Setup-Or-ConfigurationChange-Or-Removal-Of-Downlink-TPC-enhancements,
iE-Extensions ProtocolExtensionContainer { { Downlink-TPC-enhancements-Reconf-ExtIEs} } OPTIONAL,
...
}
Downlink-TPC-enhancements-Reconf-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Downlink-TPC-enhancements-Information-Removal ::= ENUMERATED {
remove,
...
}
DPC-Mode ::= ENUMERATED {
mode0,
mode1,
...
}
DPC-Mode-Change-SupportIndicator ::= ENUMERATED {
dPC-ModeChangeSupported
}
DPCH-ID ::= INTEGER (0..239)
DPCH-ID768 ::= INTEGER (0..479)
DPCHConstantValue ::= INTEGER (-10..10)
-- Unit dB, Step 1dB
DRACControl ::= ENUMERATED {
not-Used-requested,
not-requested
}
DRXCycleLengthCoefficient ::= INTEGER (3..9)
-- See in TS 25.331 [16]
DRX-Information ::= SEQUENCE {
uE-DRX-Cycle UE-DRX-Cycle,
inactivity-Threshold-for-UE-DRX-Cycle Inactivity-Threshold-for-UE-DRX-Cycle,
inactivity-Threshold-for-UE-Grant-Monitoring Inactivity-Threshold-for-UE-Grant-Monitoring,
uE-DRX-Grant-Monitoring UE-DRX-Grant-Monitoring,
iE-Extensions ProtocolExtensionContainer { {DRX-Information-ExtIEs} } OPTIONAL,
...
}
DRX-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UE-DRX-Cycle2 CRITICALITY ignore EXTENSION UE-DRX-Cycle PRESENCE optional}|
{ ID id-Inactivity-Threshold-for-UE-DRX-Cycle2 CRITICALITY ignore EXTENSION Inactivity-Threshold-for-UE-DRX-Cycle PRESENCE optional},
...
}
DRX-Information-to-Modify ::= CHOICE {
modify DRX-Information-to-Modify-Items,
deactivate NULL,
...
}
DRX-Information-to-Modify-Items ::= SEQUENCE {
uE-DRX-Cycle UE-DRX-Cycle OPTIONAL,
inactivity-Threshold-for-UE-DRX-Cycle Inactivity-Threshold-for-UE-DRX-Cycle OPTIONAL,
inactivity-Threshold-for-UE-Grant-Monitoring Inactivity-Threshold-for-UE-Grant-Monitoring OPTIONAL,
uE-DRX-Grant-Monitoring UE-DRX-Grant-Monitoring OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DRX-Information-to-Modify-Items-ExtIEs} } OPTIONAL,
...
}
DRX-Information-to-Modify-Items-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UE-DRX-Cycle2 CRITICALITY ignore EXTENSION UE-DRX-Cycle PRESENCE optional}|
{ ID id-Inactivity-Threshold-for-UE-DRX-Cycle2 CRITICALITY ignore EXTENSION Inactivity-Threshold-for-UE-DRX-Cycle PRESENCE optional},
...
}
DSCH-RNTI ::= INTEGER (0..65535)
DSCH-FlowControlInformation ::= SEQUENCE (SIZE(1..16)) OF DSCH-FlowControlItem
DSCH-FlowControlItem ::= SEQUENCE {
dSCH-SchedulingPriority SchedulingPriorityIndicator,
mAC-c-sh-SDU-Lengths MAC-c-sh-SDU-LengthList,
iE-Extensions ProtocolExtensionContainer { {DSCH-FlowControlItem-ExtIEs} } OPTIONAL,
...
}
DSCH-FlowControlItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DSCH-InitialWindowSize CRITICALITY ignore EXTENSION DSCH-InitialWindowSize PRESENCE optional },
...
}
DSCH-ID ::= INTEGER (0..255)
DSCH-InitialWindowSize ::= INTEGER (1..255)
-- Number of MAC-c/sh SDUs.
-- 255 = Unlimited number of MAC-c/sh SDUs
DSCH-TDD-Information ::= SEQUENCE (SIZE (1..maxNoOfDSCHs)) OF DSCH-TDD-InformationItem
DSCH-TDD-InformationItem ::= SEQUENCE {
dSCH-ID DSCH-ID,
dl-ccTrCHID CCTrCH-ID, -- DL CCTrCH in which the DSCH is mapped
trChSourceStatisticsDescriptor TrCH-SrcStatisticsDescr,
transportFormatSet TransportFormatSet,
allocationRetentionPriority AllocationRetentionPriority,
schedulingPriorityIndicator SchedulingPriorityIndicator,
bLER BLER,
iE-Extensions ProtocolExtensionContainer { {DSCH-TDD-InformationItem-ExtIEs} } OPTIONAL,
...
}
DSCH-TDD-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TrafficClass CRITICALITY ignore EXTENSION TrafficClass PRESENCE mandatory}|
{ ID id-BindingID CRITICALITY ignore EXTENSION BindingID PRESENCE optional }|
-- Shall be ignored if bearer establishment with ALCAP.
{ ID id-TransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional }|
-- Shall be ignored if bearer establishment with ALCAP.
{ ID id-TnlQos CRITICALITY ignore EXTENSION TnlQos PRESENCE optional },
-- Shall be ignored if bearer establishment with ALCAP.
...
}
DsField ::= BIT STRING (SIZE (8))
DTX-Cycle-2ms-Items ::= SEQUENCE {
uE-DTX-Cycle1-2ms UE-DTX-Cycle1-2ms,
uE-DTX-Cycle2-2ms UE-DTX-Cycle2-2ms,
mAC-DTX-Cycle-2ms MAC-DTX-Cycle-2ms,
iE-Extensions ProtocolExtensionContainer { { DTX-Cycle-2ms-Items-ExtIEs} } OPTIONAL,
...
}
DTX-Cycle-2ms-Items-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DTX-Cycle-2ms-to-Modify-Items ::= SEQUENCE {
uE-DTX-Cycle1-2ms UE-DTX-Cycle1-2ms OPTIONAL,
uE-DTX-Cycle2-2ms UE-DTX-Cycle2-2ms OPTIONAL,
mAC-DTX-Cycle-2ms MAC-DTX-Cycle-2ms OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { DTX-Cycle-2ms-to-Modify-Items-ExtIEs} } OPTIONAL,
...
}
DTX-Cycle-2ms-to-Modify-Items-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DTX-Cycle-10ms-Items ::= SEQUENCE {
uE-DTX-Cycle1-10ms UE-DTX-Cycle1-10ms,
uE-DTX-Cycle2-10ms UE-DTX-Cycle2-10ms,
mAC-DTX-Cycle-10ms MAC-DTX-Cycle-10ms,
iE-Extensions ProtocolExtensionContainer { { DTX-Cycle-10ms-Items-ExtIEs} } OPTIONAL,
...
}
DTX-Cycle-10ms-Items-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DTX-Cycle-10ms-to-Modify-Items ::= SEQUENCE {
uE-DTX-Cycle1-10ms UE-DTX-Cycle1-10ms OPTIONAL,
uE-DTX-Cycle2-10ms UE-DTX-Cycle2-10ms OPTIONAL,
mAC-DTX-Cycle-10ms MAC-DTX-Cycle-10ms OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { DTX-Cycle-10ms-to-Modify-Items-ExtIEs} } OPTIONAL,
...
}
DTX-Cycle-10ms-to-Modify-Items-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DTX-Information ::= SEQUENCE {
e-DCH-TTI-Length E-DCH-TTI-Length,
inactivity-Threshold-for-UE-DTX-Cycle2 Inactivity-Threshold-for-UE-DTX-Cycle2,
uE-DTX-Long-Preamble UE-DTX-Long-Preamble,
mAC-Inactivity-Threshold MAC-Inactivity-Threshold,
cQI-DTX-Timer CQI-DTX-Timer,
uE-DPCCH-burst1 UE-DPCCH-burst1,
uE-DPCCH-burst2 UE-DPCCH-burst2,
iE-Extensions ProtocolExtensionContainer { {DTX-Information-ExtIEs} } OPTIONAL,
...
}
DTX-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DTX-Information-to-Modify ::= CHOICE {
modify DTX-Information-to-Modify-Items,
deactivate NULL,
...
}
DTX-Information-to-Modify-Items ::= SEQUENCE {
e-DCH-TTI-Length-to-Modify E-DCH-TTI-Length-to-Modify OPTIONAL,
inactivity-Threshold-for-UE-DTX-Cycle2 Inactivity-Threshold-for-UE-DTX-Cycle2 OPTIONAL,
uE-DTX-Long-Preamble UE-DTX-Long-Preamble OPTIONAL,
mAC-Inactivity-Threshold MAC-Inactivity-Threshold OPTIONAL,
cQI-DTX-Timer CQI-DTX-Timer OPTIONAL,
uE-DPCCH-burst1 UE-DPCCH-burst1 OPTIONAL,
uE-DPCCH-burst2 UE-DPCCH-burst2 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DTX-Information-to-Modify-Items-ExtIEs} } OPTIONAL,
...
}
DTX-Information-to-Modify-Items-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- E
EARFCN ::= INTEGER (0..maxEARFCN)
EARFCN-Extended ::= INTEGER (0..maxEARFCN-Extended, ...)
EARFCN-Information ::= CHOICE {
fDD EARFCN-FDD,
tDD EARFCN,
...,
extension-EARFCN-Information Extension-EARFCN-Information
}
Extension-EARFCN-Information ::= ProtocolIE-Single-Container {{ Extension-EARFCN-InformationIE }}
Extension-EARFCN-InformationIE RNSAP-PROTOCOL-IES ::= {
{ ID id-EARFCN-FDD-Extended CRITICALITY ignore TYPE EARFCN-FDD-Extended PRESENCE optional }|
{ ID id-EARFCN-TDD-Extended CRITICALITY ignore TYPE EARFCN-Extended PRESENCE optional },
...
}
EARFCN-FDD ::= SEQUENCE {
uL-EARFCN EARFCN,
dL-EARFCN EARFCN
}
EARFCN-FDD-Extended ::= SEQUENCE {
uL-EARFCN EARFCN-Extended,
dL-EARFCN EARFCN-Extended
}
E-AGCH-Table-Choice ::= ENUMERATED{table16B, table16B-1, ...}
ECGI ::= SEQUENCE {
pLMN-Identity PLMN-Identity,
e-UTRAN-Cell-ID BIT STRING (SIZE (28)),
iE-Extensions ProtocolExtensionContainer { {ECGI-ExtIEs} } OPTIONAL,
...
}
ECGI-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EDCH-DDI-Value ::= INTEGER (0..62)
E-DCH-Decoupling-Indication ::= ENUMERATED {
serving-E-DCH-cell-only,
serving-HS-DSCH-cell-only,
...
}
EDCH-FDD-DL-ControlChannelInformation ::= SEQUENCE {
eAGCH-ERGCH-EHICH-FDD-ScramblingCode DL-ScramblingCode OPTIONAL,
eAGCH-ChannelisationCode FDD-DL-ChannelisationCodeNumber OPTIONAL,
primary-e-RNTI E-RNTI OPTIONAL,
secondary-e-RNTI E-RNTI OPTIONAL,
eRGCH-EHICH-ChannelisationCode FDD-DL-ChannelisationCodeNumber,
eRGCH-SignatureSequence ERGCH-SignatureSequence OPTIONAL,
eHICH-SignatureSequence EHICH-SignatureSequence OPTIONAL,
serving-Grant-Value E-Serving-Grant-Value OPTIONAL,
primary-Secondary-Grant-Selector E-Primary-Secondary-Grant-Selector OPTIONAL,
e-RGCH-Release-Indicator E-RGCH-Release-Indicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { EDCH-FDD-DL-ControlChannelInformation-ExtIEs } } OPTIONAL,
...
}
EDCH-FDD-DL-ControlChannelInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-E-RGCH-E-HICH-ChannelisationCodeValidityIndicator CRITICALITY ignore EXTENSION E-RGCH-E-HICH-ChannelisationCodeValidityIndicator PRESENCE optional }|
{ ID id-Default-Serving-Grant-in-DTX-Cycle2 CRITICALITY ignore EXTENSION E-Serving-Grant-Value PRESENCE optional }|
{ ID id-UL-MIMO-DL-Control-Channel-Information CRITICALITY ignore EXTENSION UL-MIMO-DL-Control-Channel-Information PRESENCE optional },
...
}
E-RGCH-E-HICH-ChannelisationCodeValidityIndicator ::= ENUMERATED {
e-RGCH-E-HICH-Channelisation-Code-response-not-valid
}
EDCH-FDD-Information ::= SEQUENCE {
eDCH-MACdFlows-Information EDCH-MACdFlows-Information,
hARQ-Process-Allocation-Scheduled-2ms-EDCH HARQ-Process-Allocation-2ms-EDCH OPTIONAL,
e-DCH-Maximum-Bitrate E-DCH-Maximum-Bitrate OPTIONAL,
e-DCH-Processing-Overload-Level E-DCH-Processing-Overload-Level OPTIONAL,
e-DCH-Reference-Power-Offset E-DCH-Reference-Power-Offset OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { EDCH-FDD-Information-ExtIEs } } OPTIONAL,
...
}
EDCH-FDD-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-E-DCH-PowerOffset-for-SchedulingInfo CRITICALITY ignore EXTENSION E-DCH-PowerOffset-for-SchedulingInfo PRESENCE optional}|
{ ID id-SixteenQAM-UL-Operation-Indicator CRITICALITY reject EXTENSION SixteenQAM-UL-Operation-Indicator PRESENCE optional}|
{ ID id-E-AGCH-Table-Choice CRITICALITY ignore EXTENSION E-AGCH-Table-Choice PRESENCE conditional}|
-- The IE shall be present if the SixteenQAM UL Operation Indicator IE is set to “Activate”—
{ ID id-SixtyfourQAM-UL-Operation-Indicator CRITICALITY reject EXTENSION SixtyfourQAM-UL-Operation-Indicator PRESENCE optional}|
{ ID id-UL-MIMO-Information CRITICALITY reject EXTENSION UL-MIMO-Information PRESENCE optional}|
{ ID id-UPH-Filtering-Measurement-Forwarding-Request CRITICALITY reject EXTENSION UPH-Filtering-Measurement-Forwarding-Request PRESENCE optional},
...
}
UPH-Filtering-Measurement-Forwarding-Request ::= ENUMERATED {
requested,
notRequested
}
EDCH-FDD-InformationResponse ::= SEQUENCE {
eDCH-MACdFlow-Specific-InformationResponse EDCH-MACdFlow-Specific-InformationResponse,
hARQ-Process-Allocation-Scheduled-2ms-EDCH HARQ-Process-Allocation-2ms-EDCH OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { EDCH-FDD-InformationResponse-ExtIEs } } OPTIONAL,
...
}
EDCH-FDD-InformationResponse-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Fast-TTI-switching-Mode-Supported CRITICALITY reject EXTENSION Fast-TTI-switching-Mode-Supported PRESENCE optional}, ...
}
EDCH-MACdFlow-Specific-InformationResponse ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF EDCH-MACdFlow-Specific-InformationResponseItem
EDCH-MACdFlow-Specific-InformationResponseItem ::= SEQUENCE {
eDCH-MACdFlow-ID EDCH-MACdFlow-ID,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
hARQ-Process-Allocation-NonSched-2ms-EDCH HARQ-Process-Allocation-2ms-EDCH OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {EDCH-MACdFlow-Specific-InformationResponseItem-ExtIEs} } OPTIONAL,
...
}
EDCH-MACdFlow-Specific-InformationResponseItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TransportBearerNotSetupIndicator CRITICALITY ignore EXTENSION TransportBearerNotSetupIndicator PRESENCE optional}, -- FDD only
...
}
EDCH-FDD-Information-To-Modify ::= SEQUENCE {
eDCH-MACdFlow-Specific-Information EDCH-MACdFlow-Specific-InfoToModifyList,
hARQ-Process-Allocation-Scheduled-2ms-EDCH HARQ-Process-Allocation-2ms-EDCH OPTIONAL,
e-DCH-Maximum-Bitrate E-DCH-Maximum-Bitrate OPTIONAL,
e-DCH-Processing-Overload-Level E-DCH-Processing-Overload-Level OPTIONAL,
e-DCH-Reference-Power-Offset E-DCH-Reference-Power-Offset OPTIONAL,
mACeReset-Indicator MACeReset-Indicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { EDCH-FDD-Information-To-Modify-ExtIEs } } OPTIONAL,
...
}
EDCH-FDD-Information-To-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-E-DCH-PowerOffset-for-SchedulingInfo CRITICALITY ignore EXTENSION E-DCH-PowerOffset-for-SchedulingInfo PRESENCE optional}|
{ ID id-SixteenQAM-UL-Operation-Indicator CRITICALITY reject EXTENSION SixteenQAM-UL-Operation-Indicator PRESENCE optional}|
{ ID id-E-DCH-MACdPDUSizeFormat CRITICALITY reject EXTENSION E-DCH-MACdPDUSizeFormat PRESENCE optional}|
{ ID id-E-DCH-DL-Control-Channel-Grant-Information CRITICALITY ignore EXTENSION E-DCH-DL-Control-Channel-Grant-Information PRESENCE optional}|
{ ID id-E-AGCH-Table-Choice CRITICALITY ignore EXTENSION E-AGCH-Table-Choice PRESENCE conditional}|
-- The IE shall be present if the SixteenQAM UL Operation Indicator IE is set to “Activate”—
{ ID id-SixtyfourQAM-UL-Operation-Indicator CRITICALITY reject EXTENSION SixtyfourQAM-UL-Operation-Indicator PRESENCE optional}|
{ ID id-UL-MIMO-Information CRITICALITY reject EXTENSION UL-MIMO-Information PRESENCE optional}|
{ ID id-Fast-TTI-switching-Mode-synchronized CRITICALITY reject EXTENSION Fast-TTI-switching-Mode-synchronized PRESENCE optional}|
{ ID id-Fast-TTI-switching-Mode-unsynchronized CRITICALITY reject EXTENSION Fast-TTI-switching-Mode-unsynchronized PRESENCE optional},
...
}
E-DCH-FDD-Update-Information ::= SEQUENCE {
e-DCH-MACdFlow-Specific-UpdateInformation E-DCH-MACdFlow-Specific-UpdateInformation OPTIONAL,
hARQ-Process-Allocation-Scheduled-2ms-EDCH HARQ-Process-Allocation-2ms-EDCH OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-FDD-Update-Information-ExtIEs } } OPTIONAL,
...
}
E-DCH-FDD-Update-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-E-DCH-DL-Control-Channel-Change-Information CRITICALITY ignore EXTENSION E-DCH-DL-Control-Channel-Change-Information PRESENCE optional}|
{ ID id-TTI-Update-Indicator CRITICALITY ignore EXTENSION TTI-Update-Indicator PRESENCE optional},
...
}
E-DCH-MACdFlow-Specific-UpdateInformation ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF E-DCH-MACdFlow-Specific-UpdateInformation-Item
E-DCH-MACdFlow-Specific-UpdateInformation-Item ::= SEQUENCE {
e-DCH-MACdFlow-ID EDCH-MACdFlow-ID,
hARQ-Process-Allocation-NonSched-2ms-EDCH HARQ-Process-Allocation-2ms-EDCH OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-MACdFlow-Specific-UpdateInformation-Item-ExtIEs} } OPTIONAL,
...
}
E-DCH-MACdFlow-Specific-UpdateInformation-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-DL-Control-Channel-Change-Information ::= SEQUENCE (SIZE (1..maxNrOfEDCHRLs)) OF E-DCH-DL-Control-Channel-Change-Information-Item
E-DCH-DL-Control-Channel-Change-Information-Item ::= SEQUENCE {
e-DCH-RL-ID RL-ID,
iE-Extensions ProtocolExtensionContainer { { E-DCH-DL-Control-Channel-Change-Information-Item-ExtIEs} } OPTIONAL,
...
}
E-DCH-DL-Control-Channel-Change-Information-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-DL-Control-Channel-Grant-Information ::= SEQUENCE (SIZE (1..maxNrOfEDCHRLs)) OF E-DCH-DL-Control-Channel-Grant-Information-Item
E-DCH-DL-Control-Channel-Grant-Information-Item ::= SEQUENCE {
e-DCH-RL-ID RL-ID,
iE-Extensions ProtocolExtensionContainer { { E-DCH-DL-Control-Channel-Grant-Information-Item-ExtIEs} } OPTIONAL,
...
}
E-DCH-DL-Control-Channel-Grant-Information-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-Grant-Type-Information ::= CHOICE {
e-DCH-Non-Scheduled-Transmission-Grant E-DCH-Non-Scheduled-Transmission-Grant-Items,
e-DCH-Scheduled-Transmission-Grant NULL,
...
}
E-DCH-HARQ-PO-FDD ::= INTEGER (0.. maxNrOfEDCH-HARQ-PO-QUANTSTEPs)
E-DCH-LogicalChannelInformation ::= SEQUENCE (SIZE (1..maxNoOfLogicalChannels)) OF E-DCH-LogicalChannelInformationItem
E-DCH-LogicalChannelInformationItem ::= SEQUENCE {
logicalChannelId LogicalChannelID,
schedulingPriorityIndicator SchedulingPriorityIndicator,
schedulingInformation SchedulingInformation,
mACes-GuaranteedBitRate MACes-Guaranteed-Bitrate OPTIONAL,
eDCH-DDI-Value EDCH-DDI-Value,
mACd-PDU-Size-List E-DCH-MACdPDU-SizeList,
iE-Extensions ProtocolExtensionContainer { { E-DCH-LogicalChannelInformationItem-ExtIEs } } OPTIONAL,
...
}
E-DCH-LogicalChannelInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MaximumMACdPDU-SizeExtended CRITICALITY reject EXTENSION MAC-PDU-SizeExtended PRESENCE optional}|
{ ID id-MACes-Maximum-Bitrate-LCR CRITICALITY ignore EXTENSION MACes-Maximum-Bitrate-LCR PRESENCE optional}| --1.28Mcps TDD only
{ ID id-UE-AggregateMaximumBitRate-Enforcement-Indicator CRITICALITY ignore EXTENSION UE-AggregateMaximumBitRate-Enforcement-Indicator PRESENCE optional},
...
}
E-DCH-Maximum-Bitrate ::= INTEGER (0..5742,...,5743..11498|11499..34507)
E-DCH-PowerOffset-for-SchedulingInfo ::= INTEGER (0.. maxNrOfEDCH-HARQ-PO-QUANTSTEPs)
E-DCH-Processing-Overload-Level ::= INTEGER (0..10,...)
E-DCH-Reference-Power-Offset ::= INTEGER (0.. maxNrOfEDCH-HARQ-PO-QUANTSTEPs)
E-DCH-MACdPDU-SizeList ::= SEQUENCE (SIZE (1..maxNrOfMACdPDUSize)) OF E-DCH-MACdPDU-SizeListItem
E-DCH-MACdPDU-SizeListItem ::= SEQUENCE {
mACdPDU-Size MACdPDU-Size,
iE-Extensions ProtocolExtensionContainer { { E-DCH-MACdPDU-SizeListItem-ExtIEs } } OPTIONAL,
...
}
E-DCH-MACdPDU-SizeListItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-MACdPDUSizeFormat ::= ENUMERATED {
fixedMACdPDU-Size,
flexibleMACdPDU-Size
}
E-DCH-LogicalChannelToModify ::= SEQUENCE (SIZE (1..maxNoOfLogicalChannels)) OF E-DCH-LogicalChannelToModifyItem
E-DCH-LogicalChannelToModifyItem ::= SEQUENCE {
logicalChannelId LogicalChannelID,
schedulingPriorityIndicator SchedulingPriorityIndicator OPTIONAL,
schedulingInformation SchedulingInformation OPTIONAL,
mACes-GuaranteedBitRate MACes-Guaranteed-Bitrate OPTIONAL,
eDCH-DDI-Value EDCH-DDI-Value OPTIONAL,
mACd-PDU-Size-List E-DCH-MACdPDU-SizeToModifyList,
iE-Extensions ProtocolExtensionContainer { { E-DCH-LogicalChannelToModifyItem-ExtIEs } } OPTIONAL,
...
}
E-DCH-LogicalChannelToModifyItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MaximumMACdPDU-SizeExtended CRITICALITY reject EXTENSION MAC-PDU-SizeExtended PRESENCE optional}|
{ ID id-MACes-Maximum-Bitrate-LCR CRITICALITY ignore EXTENSION MACes-Maximum-Bitrate-LCR PRESENCE optional},--1.28Mcps TDD only
...
}
E-DCH-MACdPDU-SizeToModifyList ::= SEQUENCE (SIZE (0..maxNrOfMACdPDUSize)) OF E-DCH-MACdPDU-SizeListItem
E-DCH-LogicalChannelToDelete ::= SEQUENCE (SIZE (1..maxNoOfLogicalChannels)) OF E-DCH-LogicalChannelToDeleteItem
E-DCH-LogicalChannelToDeleteItem ::= SEQUENCE {
logicalChannelId LogicalChannelID,
iE-Extensions ProtocolExtensionContainer { { E-DCH-LogicalChannelToDeleteItem-ExtIEs } } OPTIONAL,
...
}
E-DCH-LogicalChannelToDeleteItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
LogicalChannelID ::= INTEGER (1..15)
EDCH-MACdFlow-ID ::= INTEGER (0..maxNrOfEDCHMACdFlows-1)
EDCH-MACdFlow-ID-LCR ::= INTEGER (0..maxNrOfEDCHMACdFlowsLCR-1)
EDCH-MACdFlows-Information ::= SEQUENCE {
eDCH-MACdFlow-Specific-Information EDCH-MACdFlow-Specific-InfoList,
iE-Extensions ProtocolExtensionContainer { { EDCH-MACdFlow-Information-ExtIEs } } OPTIONAL,
...
}
E-DCH-MACdFlow-Multiplexing-List ::= BIT STRING ( SIZE(maxNrOfEDCHMACdFlows) )
EDCH-MACdFlow-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EDCH-MACdFlow-Specific-InfoList ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF EDCH-MACdFlow-Specific-InfoItem
EDCH-MACdFlow-Specific-InfoItem ::= SEQUENCE {
eDCH-MACdFlow-ID EDCH-MACdFlow-ID,
allocationRetentionPriority AllocationRetentionPriority OPTIONAL,
tnlQoS TnlQos OPTIONAL,
payloadCRC-PresenceIndicator PayloadCRC-PresenceIndicator,
maxNr-Retransmissions-EDCH MaxNr-Retransmissions-EDCH,
trafficClass TrafficClass,
eDCH-HARQ-PO-FDD E-DCH-HARQ-PO-FDD,
eDCH-MACdFlow-Multiplexing-List E-DCH-MACdFlow-Multiplexing-List OPTIONAL,
eDCH-Grant-Type-Information E-DCH-Grant-Type-Information OPTIONAL,
bundlingModeIndicator BundlingModeIndicator OPTIONAL,
eDCHLogicalChannelInformation E-DCH-LogicalChannelInformation,
iE-Extensions ProtocolExtensionContainer { { EDCH-MACdFlow-Specific-InfoItem-ExtIEs } } OPTIONAL,
...
}
EDCH-MACdFlow-Specific-InfoItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-TrCH-SrcStatisticsDescr CRITICALITY ignore EXTENSION TrCH-SrcStatisticsDescr PRESENCE optional },
...
}
EDCH-MACdFlow-Specific-InfoToModifyList ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF EDCH-MACdFlow-Specific-InfoToModifyItem
EDCH-MACdFlow-Specific-InfoToModifyItem ::= SEQUENCE {
eDCH-MACdFlow-ID EDCH-MACdFlow-ID,
allocationRetentionPriority AllocationRetentionPriority OPTIONAL,
transportBearerRequestIndicator TransportBearerRequestIndicator,
tnlQoS TnlQos OPTIONAL,
maxNr-Retransmissions-EDCH MaxNr-Retransmissions-EDCH OPTIONAL,
trafficClass TrafficClass OPTIONAL,
eDCH-HARQ-PO-FDD E-DCH-HARQ-PO-FDD OPTIONAL,
eDCH-MACdFlow-Multiplexing-List E-DCH-MACdFlow-Multiplexing-List OPTIONAL,
eDCH-Grant-Type-Information E-DCH-Grant-Type-Information OPTIONAL,
bundlingModeIndicator BundlingModeIndicator OPTIONAL,
eDCH-LogicalChannelToAdd E-DCH-LogicalChannelInformation OPTIONAL,
eDCH-LogicalChannelToModify E-DCH-LogicalChannelToModify OPTIONAL,
eDCH-LogicalChannelToDelete E-DCH-LogicalChannelToDelete OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { EDCH-MACdFlow-Specific-InfoToModifyItem-ExtIEs } } OPTIONAL,
...
}
EDCH-MACdFlow-Specific-InfoToModifyItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EDCH-MACdFlows-To-Delete ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF EDCH-MACdFlows-To-Delete-Item
EDCH-MACdFlows-To-Delete-Item ::= SEQUENCE {
eDCH-MACdFlow-ID EDCH-MACdFlow-ID,
iE-Extensions ProtocolExtensionContainer { { EDCH-MACdFlows-To-Delete-Item-ExtIEs } } OPTIONAL,
...
}
EDCH-MACdFlows-To-Delete-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EDCH-RL-Indication ::= ENUMERATED {
eDCH,
non-EDCH
}
E-DCH-Non-Scheduled-Transmission-Grant-Items ::= SEQUENCE {
-- The following IE shall be ignored if id-Ext-Max-Bits-MACe-PDU-non-scheduled is present in E-DCH-Non-Scheduled-Transmission-Grant-Items-ExtIEs
maxBits-MACe-PDU-non-scheduled Max-Bits-MACe-PDU-non-scheduled,
hARQ-Process-Allocation-NonSched-2ms HARQ-Process-Allocation-2ms-EDCH OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Non-Scheduled-Transmission-Grant-Items-ExtIEs} } OPTIONAL,
...
}
E-DCH-Non-Scheduled-Transmission-Grant-Items-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
-- The following IE shall be present if the maximum number of bits to be signalled exceeds maxNrOfBits-MACe-PDU-non-scheduled
{ ID id-Ext-Max-Bits-MACe-PDU-non-scheduled CRITICALITY reject EXTENSION Ext-Max-Bits-MACe-PDU-non-scheduled PRESENCE optional},
...
}
E-DCH-TFCI-Table-Index ::= INTEGER (0..1,...,2..7)
E-DCH-Serving-cell-change-informationResponse ::= SEQUENCE {
e-DCH-serving-cell-outcome-choice E-DCH-serving-cell-change-choice,
iE-Extensions ProtocolExtensionContainer { { E-DCH-serving-cell-change-informationResponse-ExtIEs} } OPTIONAL,
...
}
E-DCH-serving-cell-change-informationResponse-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-serving-cell-change-choice ::= CHOICE {
e-DCH-serving-cell-change-successful E-DCH-serving-cell-change-successful,
e-DCH-serving-cell-change-unsuccessful E-DCH-serving-cell-change-unsuccessful,
...
}
E-DCH-serving-cell-change-successful ::= SEQUENCE {
e-DCH-RL-InformationList-Rsp E-DCH-RL-InformationList-Rsp,
iE-Extensions ProtocolExtensionContainer { { E-DCH-serving-cell-change-successful-ExtIEs} } OPTIONAL,
...
}
E-DCH-serving-cell-change-successful-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-RL-InformationList-Rsp ::= SEQUENCE (SIZE (0..maxNrOfRLs)) OF E-DCH-RL-InformationList-Rsp-Item
E-DCH-RL-InformationList-Rsp-Item ::= SEQUENCE {
e-DCH-reconfigured-RL-Id RL-ID,
e-DCH-FDD-DL-Control-Channel-Info EDCH-FDD-DL-ControlChannelInformation,
iE-Extensions ProtocolExtensionContainer { { E-DCH-RL-InformationList-Rsp-Item-ExtIEs} } OPTIONAL,
...
}
E-DCH-RL-InformationList-Rsp-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-serving-cell-change-unsuccessful ::= SEQUENCE {
cause Cause,
iE-Extensions ProtocolExtensionContainer { { E-DCH-serving-cell-change-unsuccessful-ExtIEs} } OPTIONAL,
...
}
E-DCH-serving-cell-change-unsuccessful-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-TTI-Length ::= CHOICE {
two-ms DTX-Cycle-2ms-Items,
ten-ms DTX-Cycle-10ms-Items,
...
}
E-DCH-TTI-Length-to-Modify ::= CHOICE {
two-ms DTX-Cycle-2ms-to-Modify-Items,
ten-ms DTX-Cycle-10ms-to-Modify-Items,
...
}
EDPCH-Information-FDD ::= SEQUENCE {
maxSet-E-DPDCHs Max-Set-E-DPDCHs,
punctureLimit PunctureLimit,
e-TFCS-Information E-TFCS-Information,
e-TTI E-TTI,
e-DPCCH-PO E-DPCCH-PO,
e-RGCH-2-IndexStepThreshold E-RGCH-2-IndexStepThreshold,
e-RGCH-3-IndexStepThreshold E-RGCH-3-IndexStepThreshold,
hARQ-Info-for-E-DCH HARQ-Info-for-E-DCH,
hSDSCH-Configured-Indicator HSDSCH-Configured-Indicator,
iE-Extensions ProtocolExtensionContainer { { EDPCH-Information-FDD-ExtIEs } } OPTIONAL,
...
}
EDPCH-Information-FDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MinimumReducedE-DPDCH-GainFactor CRITICALITY ignore EXTENSION MinimumReducedE-DPDCH-GainFactor PRESENCE optional },
...
}
EDPCH-Information-RLReconfPrepare-FDD ::= SEQUENCE {
maxSet-E-DPDCHs Max-Set-E-DPDCHs OPTIONAL,
punctureLimit PunctureLimit OPTIONAL,
e-TFCS-Information E-TFCS-Information OPTIONAL,
e-TTI E-TTI OPTIONAL,
e-DPCCH-PO E-DPCCH-PO OPTIONAL,
e-RGCH-2-IndexStepThreshold E-RGCH-2-IndexStepThreshold OPTIONAL,
e-RGCH-3-IndexStepThreshold E-RGCH-3-IndexStepThreshold OPTIONAL,
hARQ-Info-for-E-DCH HARQ-Info-for-E-DCH OPTIONAL,
hSDSCH-Configured-Indicator HSDSCH-Configured-Indicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { EDPCH-Information-RLReconfPrepare-FDD-ExtIEs } } OPTIONAL,
...
}
EDPCH-Information-RLReconfPrepare-FDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MinimumReducedE-DPDCH-GainFactor CRITICALITY ignore EXTENSION MinimumReducedE-DPDCH-GainFactor PRESENCE optional },
...
}
EDPCH-Information-RLReconfRequest-FDD ::= SEQUENCE {
maxSet-E-DPDCHs Max-Set-E-DPDCHs OPTIONAL,
punctureLimit PunctureLimit OPTIONAL,
e-TFCS-Information E-TFCS-Information OPTIONAL,
e-TTI E-TTI OPTIONAL,
e-DPCCH-PO E-DPCCH-PO OPTIONAL,
e-RGCH-2-IndexStepThreshold E-RGCH-2-IndexStepThreshold OPTIONAL,
e-RGCH-3-IndexStepThreshold E-RGCH-3-IndexStepThreshold OPTIONAL,
hARQ-Info-for-E-DCH HARQ-Info-for-E-DCH OPTIONAL,
hSDSCH-Configured-Indicator HSDSCH-Configured-Indicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { EDPCH-Information-RLReconfRequest-FDD-ExtIEs } } OPTIONAL,
...
}
EDPCH-Information-RLReconfRequest-FDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MinimumReducedE-DPDCH-GainFactor CRITICALITY ignore EXTENSION MinimumReducedE-DPDCH-GainFactor PRESENCE optional },
...
}
E-DPCCH-PO ::= INTEGER (0..maxNrOfEDPCCH-PO-QUANTSTEPs)
Extended-E-DPCCH-PO ::= INTEGER (9..15)
E-DPDCH-PowerInterpolation ::= BOOLEAN
E-Primary-Secondary-Grant-Selector ::= ENUMERATED {
primary,
secondary
}
EHICH-SignatureSequence ::= INTEGER (0..maxNrofSigSeqERGHICH-1)
E-RGCH-Release-Indicator ::= ENUMERATED {e-RGCHreleased}
ERGCH-SignatureSequence ::= INTEGER (0..maxNrofSigSeqERGHICH-1)
E-Serving-Grant-Value ::= INTEGER (0..38)
E-RGCH-2-IndexStepThreshold ::= INTEGER (0..37)
E-RGCH-3-IndexStepThreshold ::= INTEGER (0..37)
EDCH-Serving-RL ::= CHOICE {
e-DCH-Serving-RL-in-this-DRNS EDCH-Serving-RL-in-this-DRNS,
e-DCH-Serving-RL-not-in-this-DRNS NULL,
...
}
EDCH-Serving-RL-in-this-DRNS ::= SEQUENCE {
e-DCH-Serving-RL-Id RL-ID,
iE-Extensions ProtocolExtensionContainer { { EDCH-Serving-RL-in-this-DRNS-ExtIEs} } OPTIONAL,
...
}
EDCH-Serving-RL-in-this-DRNS-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Enhanced-FACH-Information-ResponseFDD ::= SEQUENCE {
common-HS-DSCH-RNTI-priorityQueueInfo-EnhancedFACH PriorityQueue-InfoList-EnhancedFACH-PCH,
dedicated-HS-DSCH-RNTI-priorityQueueInfo-EnhancedFACH PriorityQueue-InfoList-EnhancedFACH-PCH,
priorityQueueInfo-EnhancedPCH PriorityQueue-InfoList-EnhancedFACH-PCH OPTIONAL,
hSDSCH-Initial-Capacity-Allocation HSDSCH-Initial-Capacity-Allocation,
hSDSCH-RNTI HSDSCH-RNTI OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Enhanced-FACH-Information-ResponseFDD-ExtIEs } } OPTIONAL,
...
}
Enhanced-FACH-Information-ResponseFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Enhanced-FACH-Information-ResponseLCR ::= SEQUENCE {
common-HS-DSCH-RNTI-priorityQueueInfo-EnhancedFACH PriorityQueue-InfoList-EnhancedFACH-PCH,
dedicated-HS-DSCH-RNTI-priorityQueueInfo-EnhancedFACH PriorityQueue-InfoList-EnhancedFACH-PCH,
priorityQueueInfo-EnhancedPCH PriorityQueue-InfoList-EnhancedFACH-PCH OPTIONAL,
hSDSCH-Initial-Capacity-Allocation HSDSCH-Initial-Capacity-Allocation,
hSDSCH-RNTI HSDSCH-RNTI OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Enhanced-FACH-Information-ResponseLCR-ExtIEs } } OPTIONAL,
...
}
Enhanced-FACH-Information-ResponseLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Enhanced-FACH-Support-Indicator ::= NULL
EnhancedHSServingCC-Abort ::= ENUMERATED {abortEnhancedHSServingCC,...}
Enhanced-PCH-Capability ::= ENUMERATED {
enhanced-pch-capable,
enhanced-pch-not-capable
}
E-RNTI ::= INTEGER (0..65535)
E-ROCH-PowerOffset ::= INTEGER(0..255,...)
E-TFCI ::= INTEGER (0..127)
E-TFCI-BetaEC-Boost ::= INTEGER (0..127,...)
E-TFCI-Boost-Information ::= SEQUENCE {
e-TFCI-BetaEC-Boost E-TFCI-BetaEC-Boost,
uL-Delta-T2TP UL-Delta-T2TP OPTIONAL,
-- This IE shall be present if the E-TFCI BetaEC Boost IE value is not set to 127.
iE-Extensions ProtocolExtensionContainer { { E-TFCI-Boost-Information-ExtIEs} } OPTIONAL,
...
}
E-TFCI-Boost-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-TFCS-Information ::= SEQUENCE {
e-DCH-TFCI-Table-Index E-DCH-TFCI-Table-Index,
e-DCH-Min-Set-E-TFCI E-TFCI,
reference-E-TFCI-Information Reference-E-TFCI-Information,
iE-Extensions ProtocolExtensionContainer { {E-TFCS-Information-ExtIEs} } OPTIONAL,
...
}
E-TFCS-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-E-DCH-Minimum-Set-E-TFCIValidityIndicator CRITICALITY reject EXTENSION E-DCH-Minimum-Set-E-TFCIValidityIndicator PRESENCE optional}|
{ ID id-E-TFCI-Boost-Information CRITICALITY reject EXTENSION E-TFCI-Boost-Information PRESENCE optional}|
{ ID id-E-DPDCH-PowerInterpolation CRITICALITY reject EXTENSION E-DPDCH-PowerInterpolation PRESENCE optional},
...
}
E-DCH-Minimum-Set-E-TFCIValidityIndicator ::= ENUMERATED {
e-DCH-Minimum-Set-E-TFCI-response-not-valid
}
E-TTI ::= ENUMERATED {
tti10,
tti2
-- 10ms TTI, 2ms TTI
}
E-AGCH-PowerOffset ::= INTEGER (0..255,...)
-- PowerOffset = -32 + offset * 0.25
-- Unit dB, Range -32dB .. +31.75dB, Step +0.25dB
E-RGCH-PowerOffset ::= INTEGER (0..255,...)
-- PowerOffset = -32 + offset * 0.25
-- Unit dB, Range -32dB .. +31.75dB, Step +0.25dB
E-HICH-PowerOffset ::= INTEGER (0..255,...)
-- PowerOffset = -32 + offset * 0.25
-- Unit dB, Range -32dB .. +31.75dB, Step +0.25dB
Enhanced-PrimaryCPICH-EcNo ::= INTEGER (0..49)
EventA ::= SEQUENCE {
measurementTreshold MeasurementThreshold,
measurementHysteresisTime MeasurementHysteresisTime OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {EventA-ExtIEs} } OPTIONAL,
...
}
EventA-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EventB ::= SEQUENCE {
measurementTreshold MeasurementThreshold,
measurementHysteresisTime MeasurementHysteresisTime OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {EventB-ExtIEs} } OPTIONAL,
...
}
EventB-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EventC ::= SEQUENCE {
measurementIncreaseDecreaseThreshold MeasurementIncreaseDecreaseThreshold,
measurementChangeTime MeasurementChangeTime,
iE-Extensions ProtocolExtensionContainer { {EventC-ExtIEs} } OPTIONAL,
...
}
EventC-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EventD ::= SEQUENCE {
measurementIncreaseDecreaseThreshold MeasurementIncreaseDecreaseThreshold,
measurementChangeTime MeasurementChangeTime,
iE-Extensions ProtocolExtensionContainer { {EventD-ExtIEs} } OPTIONAL,
...
}
EventD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EventE ::= SEQUENCE {
measurementThreshold1 MeasurementThreshold,
measurementThreshold2 MeasurementThreshold OPTIONAL,
measurementHysteresisTime MeasurementHysteresisTime OPTIONAL,
reportPeriodicity ReportPeriodicity OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {EventE-ExtIEs} } OPTIONAL,
...
}
EventE-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EventF ::= SEQUENCE {
measurementThreshold1 MeasurementThreshold,
measurementThreshold2 MeasurementThreshold OPTIONAL,
measurementHysteresisTime MeasurementHysteresisTime OPTIONAL,
reportPeriodicity ReportPeriodicity OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {EventF-ExtIEs} } OPTIONAL,
...
}
EventF-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EventH ::= SEQUENCE {
measurementThreshold1 MeasurementThreshold,
measurementThreshold2 MeasurementThreshold OPTIONAL,
measurementHysteresisTime MeasurementHysteresisTime OPTIONAL,
reportPeriodicity ReportPeriodicity OPTIONAL,
measurementFluctuationRange INTEGER (0..100) OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {EventH-ExtIEs} } OPTIONAL,
...
}
EventH-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Event1F-Parameters ::= SEQUENCE {
measurementQuantity MeasurementQuantity,
threshold INTEGER(-120..165),
...
}
Event1I-Parameters ::= SEQUENCE {
threshold INTEGER(-120..-25),
...
}
ExtendedGSMCellIndividualOffset ::= INTEGER (-50..-11|11..50)
E-DCH-Information ::= SEQUENCE {
e-PUCH-Information E-PUCH-Information,
e-TFCS-Information-TDD E-TFCS-Information-TDD,
e-DCH-MACdFlows-Information-TDD E-DCH-MACdFlows-Information-TDD,
e-DCH-TDD-Information E-DCH-TDD-Information,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Information-ExtIEs} } OPTIONAL,
...
}
E-DCH-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-PUCH-Information ::= SEQUENCE {
minCR CodeRate,
maxCR CodeRate,
harqInfo HARQ-Info-for-E-DCH,
n-E-UCCH N-E-UCCH,
iE-Extensions ProtocolExtensionContainer { { E-PUCH-Information-ExtIEs } } OPTIONAL,
...
}
E-PUCH-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-TFCS-Information-TDD ::= SEQUENCE {
e-DCH-QPSK-RefBetaInfo E-DCH-QPSK-RefBetaInfo,
e-DCH-sixteenQAM-RefBetaInfo E-DCH-sixteenQAM-RefBetaInfo,
iE-Extensions ProtocolExtensionContainer { { E-TFCS-Information-TDD-ExtIEs } } OPTIONAL,
...
}
E-TFCS-Information-TDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-QPSK-RefBetaInfo ::= SEQUENCE (SIZE (1..maxNrOfRefBetas)) OF E-DCH-RefBeta-Item
E-DCH-sixteenQAM-RefBetaInfo ::= SEQUENCE (SIZE (1..maxNrOfRefBetas)) OF E-DCH-RefBeta-Item
E-DCH-RefBeta-Item ::= SEQUENCE {
refCodeRate CodeRate-short,
refBeta RefBeta
}
E-DCH-MACdFlows-Information-TDD ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF E-DCH-MACdFlow-InfoTDDItem
E-DCH-MACdFlow-InfoTDDItem ::= SEQUENCE {
e-DCH-MACdFlow-ID EDCH-MACdFlow-ID,
allocationRetentionPriority AllocationRetentionPriority,
tnlQos TnlQos OPTIONAL,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
payloadCRC-PresenceIndicator PayloadCRC-PresenceIndicator,
maximum-Number-of-Retransmissions-For-E-DCH MaxNr-Retransmissions-EDCH,
eDCH-HARQ-PO-TDD E-DCH-HARQ-PO-TDD,
eDCH-MACdFlow-Multiplexing-List E-DCH-MACdFlow-Multiplexing-List OPTIONAL,
eDCH-Grant-TypeTDD E-DCH-Grant-TypeTDD,
eDCHLogicalChannelInformation E-DCH-LogicalChannelInformation,
iE-Extensions ProtocolExtensionContainer { { E-DCH-MACdFlow-InfoTDDItem-ExtIEs} } OPTIONAL,
...
}
E-DCH-MACdFlow-InfoTDDItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-eDCH-MACdFlow-Retransmission-Timer-LCR CRITICALITY ignore EXTENSION E-DCH-MACdFlow-Retransmission-Timer-LCR PRESENCE optional}|
{ ID id-TrafficClass CRITICALITY ignore EXTENSION TrafficClass PRESENCE mandatory},
...
}
E-DCH-MACdFlow-Retransmission-Timer-LCR ::= ENUMERATED {
ms10, ms15, ms20, ms25, ms30, ms35, ms40, ms45, ms50, ms55, ms60, ms65, ms70, ms75, ms80, ms85, ms90,
ms95, ms100, ms110, ms120, ms140, ms160, ms200, ms240, ms280, ms320, ms400, ms480, ms560,...
}
E-DCH-HARQ-PO-TDD ::= INTEGER (0..6)
E-DCH-Grant-TypeTDD ::= ENUMERATED {
scheduled,
non-scheduled
}
E-DCH-TimeslotResource ::= BIT STRING (SIZE (13))
E-DCH-PowerResource ::= INTEGER(1..32)
TddE-PUCH-Offset ::= INTEGER(0..255)
E-DCH-TDD-Information ::= SEQUENCE {
e-DCH-TDD-Maximum-Bitrate E-DCH-TDD-Maximum-Bitrate OPTIONAL,
e-DCH-Processing-Overload-Level E-DCH-Processing-Overload-Level OPTIONAL,
e-DCH-PowerOffset-for-SchedulingInfo E-DCH-PowerOffset-for-SchedulingInfo OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-TDD-Information-ExtIEs } } OPTIONAL,
...
}
E-DCH-TDD-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-TDD-Maximum-Bitrate ::= INTEGER (0..9201,...)
E-DCH-Information-Reconfig ::= SEQUENCE {
e-PUCH-Information E-PUCH-Information OPTIONAL,
e-TFCS-Information-TDD E-TFCS-Information-TDD OPTIONAL,
e-DCH-MACdFlows-to-Add E-DCH-MACdFlows-Information-TDD OPTIONAL,
e-DCH-MACdFlows-to-Delete EDCH-MACdFlows-To-Delete OPTIONAL,
e-DCH-Non-Scheduled-Grant-Info E-DCH-Non-Scheduled-Grant-Info OPTIONAL,
e-DCH-TDD-Information E-DCH-TDD-Information OPTIONAL,
e-DCH-TDD-Information-to-Modify E-DCH-TDD-Information-to-Modify OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Information-Reconfig-ExtIEs} } OPTIONAL,
...
}
E-DCH-Information-Reconfig-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-TDD-Information-to-Modify ::= SEQUENCE {
e-DCH-TDD-Information-to-Modify-List E-DCH-TDD-Information-to-Modify-List OPTIONAL,
mACeReset-Indicator MACeReset-Indicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-TDD-Information-to-Modify-ExtIEs } } OPTIONAL,
...
}
E-DCH-TDD-Information-to-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-E-DCH-MACdPDUSizeFormat CRITICALITY reject EXTENSION E-DCH-MACdPDUSizeFormat PRESENCE optional}|
{ ID id-UE-TS0-CapabilityLCR CRITICALITY ignore EXTENSION UE-TS0-CapabilityLCR PRESENCE optional},
...
}
E-DCH-TDD-Information-to-Modify-List ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF E-DCH-MACdFlow-ModifyTDDItem
E-DCH-MACdFlow-ModifyTDDItem ::= SEQUENCE {
e-DCH-MACdFlow-ID EDCH-MACdFlow-ID,
allocationRetentionPriority AllocationRetentionPriority OPTIONAL,
transportBearerRequestIndicator TransportBearerRequestIndicator,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
tnlQos TnlQos OPTIONAL,
maximum-Number-of-Retransmissions-For-E-DCH MaxNr-Retransmissions-EDCH OPTIONAL,
eDCH-HARQ-PO-TDD E-DCH-HARQ-PO-TDD OPTIONAL,
eDCH-MACdFlow-Multiplexing-List E-DCH-MACdFlow-Multiplexing-List OPTIONAL,
eDCH-Grant-TypeTDD E-DCH-Grant-TypeTDD OPTIONAL,
e-DCH-LogicalChannelToAdd E-DCH-LogicalChannelInformation OPTIONAL,
e-DCH-LogicalChannelToModify E-DCH-LogicalChannelToModify OPTIONAL,
e-DCH-LogicalChannelToDelete E-DCH-LogicalChannelToDelete OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {E-DCH-MACdFlow-ModifyTDDItem-ExtIEs } } OPTIONAL,
...
}
E-DCH-MACdFlow-ModifyTDDItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-eDCH-MACdFlow-Retransmission-Timer-LCR CRITICALITY ignore EXTENSION E-DCH-MACdFlow-Retransmission-Timer-LCR PRESENCE optional}|
{ ID id-TrafficClass CRITICALITY ignore EXTENSION TrafficClass PRESENCE optional},
...
}
E-DCH-Information-Response ::= SEQUENCE {
e-DCH-TDD-MACdFlow-Specific-InformationResp E-DCH-TDD-MACdFlow-Specific-InformationResp OPTIONAL,
e-AGCH-Specific-Information-ResponseTDD E-AGCH-Specific-InformationRespListTDD OPTIONAL,
e-HICH-Information-Response E-HICH-InformationResp OPTIONAL,
e-DCH-Non-Scheduled-Grant-Info E-DCH-Non-Scheduled-Grant-Info OPTIONAL,
e-RNTI E-RNTI,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Information-Response-ExtIEs } } OPTIONAL,
...
}
E-DCH-Information-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ActivationDelay ::= ENUMERATED {v0, v1, v2, v3, v4, v5, ...}
Fast-TTI-switching-Mode-synchronized ::= CHOICE {
mode1 Mode1-Ind,
mode2 CFN
}
Mode1-Ind ::= NULL
Fast-TTI-switching-Mode-unsynchronized ::= CHOICE {
mode1 ActivationDelay,
mode2 CFN
}
Fast-TTI-switching-Mode-Supported ::= ENUMERATED {mode1, mode2}
E-DCH-TDD-MACdFlow-Specific-InformationResp ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF E-DCH-TDD-MACdFlow-Specific-InformationResp-Item
E-DCH-TDD-MACdFlow-Specific-InformationResp-Item ::= SEQUENCE {
e-DCH-MacdFlow-Id EDCH-MACdFlow-ID,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-TDD-MACdFlow-Specific-InformationRespItem-ExtIEs } } OPTIONAL,
...
}
E-DCH-TDD-MACdFlow-Specific-InformationRespItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-AGCH-Specific-InformationRespListTDD ::= SEQUENCE (SIZE (1..maxNrOfEAGCHCodes)) OF E-AGCH-Specific-InformationResp-ItemTDD
E-AGCH-Specific-InformationResp-ItemTDD ::= SEQUENCE {
timeslot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType,
tDD-ChannelisationCode TDD-ChannelisationCode,
iE-Extensions ProtocolExtensionContainer { { E-AGCH-Specific-InformationResp-ItemTDD-ExtIEs } } OPTIONAL,
...
}
E-AGCH-Specific-InformationResp-ItemTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-HICH-InformationResp::= SEQUENCE {
timeslot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType,
tDD-ChannelisationCode TDD-ChannelisationCode,
e-HICH-TimeOffset E-HICH-TimeOffset,
iE-Extensions ProtocolExtensionContainer { { E-HICH-InformationResp-ExtIEs } } OPTIONAL,
...
}
E-HICH-InformationResp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-HICH-TimeOffset ::= INTEGER (4..44)
E-DCH-Non-Scheduled-Grant-Info ::= SEQUENCE {
timeslotResource E-DCH-TimeslotResource,
powerResource E-DCH-PowerResource,
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tddE-PUCH-Offset TddE-PUCH-Offset,
tdd-ChannelisationCode TDD-ChannelisationCode,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Non-Scheduled-Grant-Info-ExtIEs } } OPTIONAL,
...
}
E-DCH-Non-Scheduled-Grant-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-768-Information ::= SEQUENCE {
e-PUCH-Information E-PUCH-Information,
e-TFCS-Information-TDD E-TFCS-Information-TDD,
e-DCH-MACdFlows-Information-TDD E-DCH-MACdFlows-Information-TDD,
e-DCH-TDD-Information768 E-DCH-TDD-Information768,
iE-Extensions ProtocolExtensionContainer { { E-DCH-768-Information-ExtIEs} } OPTIONAL,
...
}
E-DCH-768-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-TDD-Information768 ::= SEQUENCE {
e-DCH-TDD-Maximum-Bitrate768 E-DCH-TDD-Maximum-Bitrate768 OPTIONAL,
e-DCH-Processing-Overload-Level E-DCH-Processing-Overload-Level OPTIONAL,
e-DCH-PowerOffset-for-SchedulingInfo E-DCH-PowerOffset-for-SchedulingInfo OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-TDD-Information768-ExtIEs } } OPTIONAL,
...
}
E-DCH-TDD-Information768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-TDD-Maximum-Bitrate768 ::= INTEGER (0..17713,...)
E-DCH-768-Information-Reconfig ::= SEQUENCE {
e-PUCH-Information E-PUCH-Information OPTIONAL,
e-TFCS-Information-TDD E-TFCS-Information-TDD OPTIONAL,
e-DCH-MACdFlows-to-Add E-DCH-MACdFlows-Information-TDD OPTIONAL,
e-DCH-MACdFlows-to-Delete EDCH-MACdFlows-To-Delete OPTIONAL,
e-DCH-Non-Scheduled-Grant-Info768 E-DCH-Non-Scheduled-Grant-Info768 OPTIONAL,
e-DCH-TDD-Information768 E-DCH-TDD-Information768 OPTIONAL,
e-DCH-TDD-Information-to-Modify E-DCH-TDD-Information-to-Modify OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-768-Information-Reconfig-ExtIEs} } OPTIONAL,
...
}
E-DCH-768-Information-Reconfig-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-768-Information-Response ::= SEQUENCE {
e-DCH-TDD-MACdFlow-Specific-InformationResp E-DCH-TDD-MACdFlow-Specific-InformationResp OPTIONAL,
e-AGCH-Specific-Information-Response768TDD E-AGCH-Specific-InformationRespList768TDD OPTIONAL,
e-HICH-Information-Response768 E-HICH-InformationResp768 OPTIONAL,
e-DCH-Non-Scheduled-Grant-Info768 E-DCH-Non-Scheduled-Grant-Info768 OPTIONAL,
e-RNTI E-RNTI,
iE-Extensions ProtocolExtensionContainer { { E-DCH-768-Information-Response-ExtIEs } } OPTIONAL,
...
}
E-DCH-768-Information-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-AGCH-Specific-InformationRespList768TDD ::= SEQUENCE (SIZE (1..maxNrOfEAGCHCodes)) OF E-AGCH-Specific-InformationResp-Item768TDD
E-AGCH-Specific-InformationResp-Item768TDD ::= SEQUENCE {
timeslot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768,
tDD-ChannelisationCode768 TDD-ChannelisationCode768,
iE-Extensions ProtocolExtensionContainer { { E-AGCH-Specific-InformationResp-Item768TDD-ExtIEs } } OPTIONAL,
...
}
E-AGCH-Specific-InformationResp-Item768TDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-HICH-InformationResp768 ::= SEQUENCE {
timeslot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768,
tDD-ChannelisationCode768 TDD-ChannelisationCode768,
e-HICH-TimeOffset E-HICH-TimeOffset,
iE-Extensions ProtocolExtensionContainer { { E-HICH-InformationResp768-ExtIEs } } OPTIONAL,
...
}
E-HICH-InformationResp768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-Non-Scheduled-Grant-Info768 ::= SEQUENCE {
timeslotResource E-DCH-TimeslotResource,
powerResource E-DCH-PowerResource,
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tddE-PUCH-Offset TddE-PUCH-Offset,
tdd-ChannelisationCode768 TDD-ChannelisationCode768,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Non-Scheduled-Grant-Info768-ExtIEs } } OPTIONAL,
...
}
E-DCH-Non-Scheduled-Grant-Info768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-LCR-Information ::= SEQUENCE {
e-PUCH-LCR-Information E-PUCH-LCR-Information,
e-TFCS-Information-TDD E-TFCS-Information-TDD,
e-DCH-MACdFlows-Information-TDD E-DCH-MACdFlows-Information-TDD,
e-DCH-LCR-TDD-Information E-DCH-LCR-TDD-Information,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Information-LCR-ExtIEs} } OPTIONAL,
...
}
E-DCH-Information-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-PUCH-LCR-Information ::= SEQUENCE {
minCR CodeRate,
maxCR CodeRate,
harqInfo HARQ-Info-for-E-DCH,
pRxdesBase E-PUCH-PRXdesBase,
e-PUCH-TPC-Step-Size TDD-TPC-UplinkStepSize-LCR,
n-E-UCCH-LCR N-E-UCCH-LCR,
iE-Extensions ProtocolExtensionContainer { { E-PUCH-Information-LCR-ExtIEs } } OPTIONAL,
...
}
E-PUCH-Information-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-E-PUCH-PowerControlGAP CRITICALITY ignore EXTENSION ControlGAP PRESENCE optional },
...
}
E-PUCH-PRXdesBase ::= INTEGER(-112..-50)
--SETP=1
E-DCH-LCR-TDD-Information ::= SEQUENCE {
e-DCH-Physical-Layer-Category-LCR E-DCH-Physical-Layer-Category-LCR OPTIONAL,
e-DCH-Processing-Overload-Level E-DCH-Processing-Overload-Level OPTIONAL,
e-DCH-PowerOffset-for-SchedulingInfo E-DCH-PowerOffset-for-SchedulingInfo OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-LCR-TDD-Information-ExtIEs } } OPTIONAL,
...
}
E-DCH-LCR-TDD-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extended-E-DCH-LCRTDD-PhysicalLayerCategory CRITICALITY reject EXTENSION Extended-E-DCH-LCRTDD-PhysicalLayerCategory PRESENCE optional}|
-- This IE shall be used if the E-DCH Physical Layer Category has a value larger than 5.
{ ID id-MaximumNumber-Of-Retransmission-For-SchedulingInfo-LCRTDD CRITICALITY ignore EXTENSION MaxNr-Retransmissions-EDCH PRESENCE optional}|
{ ID id-E-DCH-RetransmissionTimer-For-SchedulingInfo-LCRTDD CRITICALITY ignore EXTENSION E-DCH-MACdFlow-Retransmission-Timer-LCR PRESENCE optional}|
{ ID id-E-AGCH-UE-Inactivity-Monitor-Threshold CRITICALITY ignore EXTENSION E-AGCH-UE-Inactivity-Monitor-Threshold PRESENCE optional}|
{ ID id-SNPL-Carrier-Group-Indicator CRITICALITY reject EXTENSION SNPL-Carrier-Group-Indicator PRESENCE optional}|
{ ID id-Multi-Carrier-E-DCH-LCRTDD-PhysicalLayerCategory CRITICALITY reject EXTENSION Multi-Carrier-E-DCH-LCRTDD-PhysicalLayerCategory PRESENCE optional}|
{ ID id-UE-TS0-CapabilityLCR CRITICALITY ignore EXTENSION UE-TS0-CapabilityLCR PRESENCE optional},
...
}
E-DCH-Physical-Layer-Category-LCR ::= INTEGER (1..5)
Extended-E-DCH-LCRTDD-PhysicalLayerCategory ::= INTEGER (6,...)
Multi-Carrier-E-DCH-LCRTDD-PhysicalLayerCategory ::= INTEGER (1..8,...)
E-DCH-LCR-Information-Reconfig ::= SEQUENCE {
e-PUCH-LCR-Information E-PUCH-LCR-Information OPTIONAL,
e-TFCS-Information-TDD E-TFCS-Information-TDD OPTIONAL,
e-DCH-MACdFlows-to-Add E-DCH-MACdFlows-Information-TDD OPTIONAL,
e-DCH-MACdFlows-to-Delete EDCH-MACdFlows-To-Delete OPTIONAL,
e-DCH-LCR-TDD-Information E-DCH-LCR-TDD-Information OPTIONAL,
e-DCH-TDD-Information-to-Modify E-DCH-TDD-Information-to-Modify OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Information-Reconfig-LCR-ExtIEs} } OPTIONAL,
...
}
E-DCH-Information-Reconfig-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-LCR-Information-Response ::= SEQUENCE {
e-DCH-TDD-MACdFlow-Specific-InformationResp E-DCH-TDD-MACdFlow-Specific-InformationResp OPTIONAL,
e-AGCH-Specific-Information-Response-LCR-TDD E-AGCH-Specific-InformationRespList-LCR-TDD OPTIONAL,
e-HICH-Specific-Information-Response-LCR E-HICH-Specific-InformationResp-LCR OPTIONAL,
e-DCH-Non-Scheduled-Grant-Info-LCR E-DCH-Non-Scheduled-Grant-Info-LCR OPTIONAL,
e-RNTI E-RNTI OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Information-Response-LCR-ExtIEs } } OPTIONAL,
...
}
E-DCH-Information-Response-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-AGCH-Specific-InformationRespList-LCR-TDD ::= SEQUENCE (SIZE (1..maxNrOfEAGCHCodes)) OF E-AGCH-Specific-InformationResp-Item-LCR-TDD
E-AGCH-Specific-InformationResp-Item-LCR-TDD ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR,
tDD-ChannelisationCode TDD-ChannelisationCode,
iE-Extensions ProtocolExtensionContainer { { E-AGCH-Specific-InformationResp-ItemTDD-LCR-ExtIEs } } OPTIONAL,
...
}
E-AGCH-Specific-InformationResp-ItemTDD-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-HICH-Specific-InformationResp-LCR::= SEQUENCE {
e-HICH-Scheduled-InformationResp-LCR E-HICH-Scheduled-InformationRespList-LCR-TDD OPTIONAL,
e-HICH-non-Scheduled-InformationResp-LCR E-HICH-InformationResp-LCR OPTIONAL,
e-HICH-TimeOffset-lcr E-HICH-TimeOffset-LCR,
iE-Extensions ProtocolExtensionContainer { { E-HICH-Specific-InformationResp-LCR-ExtIEs } } OPTIONAL,
...
}
E-HICH-Specific-InformationResp-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-HICH-Scheduled-InformationRespList-LCR-TDD ::= SEQUENCE (SIZE (1..maxNrOfEHICHCodes)) OF E-HICH-Scheduled-InformationResp-Item-LCR-TDD
E-HICH-Scheduled-InformationResp-Item-LCR-TDD ::= SEQUENCE {
e-HICH-EI E-HICH-EI,
e-HICH-Scheduled-InformationResp-LCR E-HICH-InformationResp-LCR,
iE-Extensions ProtocolExtensionContainer { { E-HICH-Scheduled-InformationResp-LCR-ExtIEs } } OPTIONAL,
...
}
E-HICH-Scheduled-InformationResp-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-HICH-EI ::= INTEGER (0..3)
E-HICH-InformationResp-LCR::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR,
tDD-ChannelisationCode TDD-ChannelisationCode,
signatureSequenceGroupIndex SignatureSequenceGroupIndex,
iE-Extensions ProtocolExtensionContainer { { E-HICH-InformationResp-LCR-ExtIEs } } OPTIONAL,
...
}
E-HICH-InformationResp-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-HICH-TimeOffset-LCR ::= INTEGER (4..15)
E-DCH-SubframeNumber-LCR ::= ENUMERATED{s0,s1}
E-DCH-TimeslotResource-LCR ::= BIT STRING (SIZE (5))
E-DCH-Non-Scheduled-Grant-Info-LCR ::= SEQUENCE {
timeslotResource-LCR E-DCH-TimeslotResource-LCR,
powerResource E-DCH-PowerResource,
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
subframenumber E-DCH-SubframeNumber-LCR,
tddE-PUCH-Offset TddE-PUCH-Offset,
tdd-ChannelisationCode TDD-ChannelisationCode,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Non-Scheduled-Grant-Info-LCR-ExtIEs } } OPTIONAL,
...
}
E-DCH-Non-Scheduled-Grant-Info-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Enabling-Delay ::= ENUMERATED {v0, v1, v2, v4, v8, v16, v32, v64, v128}
-- Unit radio frame
Ext-Reference-E-TFCI-PO ::= INTEGER(30..31,...)
ExtendedPropagationDelay ::= INTEGER(255..1023)
Radio-Links-without-DPCH-FDPCH-Indication ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF Radio-Links-without-DPCH-FDPCH-Information
Radio-Links-without-DPCH-FDPCH-Information ::= SEQUENCE {
rL-ID RL-ID,
radio-Links-without-DPCH-FDPCH-Operation-Indicator ENUMERATED {true},
iE-Extensions ProtocolExtensionContainer { { Radio-Links-without-DPCH-FDPCH-Information-ExtIEs} } OPTIONAL,
...
}
Radio-Links-without-DPCH-FDPCH-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Extended-RNC-ID ::= INTEGER (4096..65535)
Extended-RNTI ::= INTEGER (1048576..4194303,...)
-- From 2^20 to 2^22-1
Extended-Round-Trip-Time-Value ::= INTEGER(32767..103041)
-- See also mapping in TS 25.133 [23]
Extended-S-RNTI-Group ::= SEQUENCE {
extended-sRNTI Extended-RNTI,
extended-sRNTI-BitMaskIndex ENUMERATED {
b1,
b2,
b3,
b4,
b5,
b6,
b7,
b8,
b9,
b10,
b11,
b12,
b13,
b14,
b15,
b16,
b17,
b18,
b19,
b20,
b21,...
}
}
ExtendedAffectedUEInformationForMBMS ::= SEQUENCE (SIZE (0..maxNrOfUEs)) OF Extended-RNTI
Ext-Max-Bits-MACe-PDU-non-scheduled ::= INTEGER(19983..22978,... ,22979..34507)
E-DCH-Semi-PersistentScheduling-Information-LCR ::= SEQUENCE {
repetition-Period-List-LCR Repetition-Period-List-LCR,
e-DCH-SPS-Indicator E-DCH-SPS-Indicator,
e-DCH-SPS-Reservation-Indicator SPS-Reservation-Indicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Semi-PersistentScheduling-Information-LCR-ExtIEs } } OPTIONAL,
...
}
E-DCH-Semi-PersistentScheduling-Information-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-SPS-Indicator ::= BIT STRING (SIZE (16))
E-DCH-Semi-PersistentScheduling-Information-to-Modify-LCR ::= SEQUENCE {
repetition-Period-List-LCR Repetition-Period-List-LCR OPTIONAL,
e-DCH-SPS-Indicator E-DCH-SPS-Indicator OPTIONAL,
e-DCH-SPS-Reservation-Indicator SPS-Reservation-Indicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Semi-PersistentScheduling-Information-to-Modify-LCR-ExtIEs } } OPTIONAL,
...
}
E-DCH-Semi-PersistentScheduling-Information-to-Modify-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-Semi-PersistentScheduling-Information-ResponseLCR ::= SEQUENCE {
initial-E-DCH-SPS-resource Initial-E-DCH-SPS-resource OPTIONAL,
e-DCH-SPS-HICH-Information E-DCH-SPS-HICH-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-DCH-Semi-PersistentScheduling-Information-ResponseLCR-ExtIEs } } OPTIONAL,
...
}
E-DCH-Semi-PersistentScheduling-Information-ResponseLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Initial-E-DCH-SPS-resource ::= SEQUENCE {
timeslot-Resource-Related-Information E-DCH-TimeslotResource-LCR,
powerResource E-DCH-PowerResource,
repetitionPeriodIndex RepetitionPeriodIndex,
repetitionLength RepetitionLength,
subframeNumber ENUMERATED {v0, v1},
tddE-PUCH-Offset TddE-PUCH-Offset,
tdd-ChannelisationCode TDD-ChannelisationCode,
n-E-UCCHLCR N-E-UCCH-LCR,
iE-Extensions ProtocolExtensionContainer { { Initial-E-DCH-SPS-resource-ExtIEs } } OPTIONAL,
...
}
Initial-E-DCH-SPS-resource-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-DCH-SPS-HICH-Information ::= SEQUENCE {
e-HICH-Configuration E-HICH-Configuration,
signatureSequenceGroupIndex SignatureSequenceGroupIndex,
iE-Extensions ProtocolExtensionContainer { { E-DCH-SPS-HICH-Information-ExtIEs } } OPTIONAL,
...
}
E-DCH-SPS-HICH-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
E-HICH-Configuration ::= CHOICE {
same-As-Scheduled-E-HICH Same-As-Scheduled-E-HICH,
explicit E-HICH-InformationResp-ExplicitConfiguration-LCR,
...
}
Same-As-Scheduled-E-HICH ::= SEQUENCE {
e-HICH-EI E-HICH-EI,
...
}
E-HICH-InformationResp-ExplicitConfiguration-LCR ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR,
tDD-ChannelisationCode TDD-ChannelisationCode,
iE-Extensions ProtocolExtensionContainer { { E-HICH-InformationResp-ExplicitConfiguration-LCR-ExtIEs } } OPTIONAL,
...
}
E-HICH-InformationResp-ExplicitConfiguration-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- F
FACH-FlowControlInformation ::= SEQUENCE (SIZE (1..16)) OF FACH-FlowControlInformationItem
FACH-FlowControlInformationItem ::= SEQUENCE {
fACH-SchedulingPriority SchedulingPriorityIndicator,
mAC-c-sh-SDU-Lengths MAC-c-sh-SDU-LengthList,
fACH-InitialWindowSize FACH-InitialWindowSize,
iE-Extensions ProtocolExtensionContainer { {FACH-FlowControlInformationItem-ExtIEs} } OPTIONAL,
...
}
FACH-FlowControlInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
FACH-InitialWindowSize ::= INTEGER { unlimited(255) } (0..255)
-- Number of frames MAC-c-sh SDUs.
-- 255 = Unlimited number of FACH data frames
FACH-InformationList ::= SEQUENCE (SIZE(0.. maxNrOfFACHs)) OF FACH-InformationItem
FACH-InformationItem ::= SEQUENCE {
transportFormatSet TransportFormatSet,
iE-Extensions ProtocolExtensionContainer { { FACH-InformationItem-ExtIEs} } OPTIONAL,
...
}
FACH-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Fast-Reconfiguration-Mode ::= ENUMERATED {fast,...}
Fast-Reconfiguration-Permission ::= ENUMERATED {allowed,...}
FDD-DCHs-to-Modify ::= SEQUENCE (SIZE (1..maxNrOfDCHs)) OF FDD-DCHs-to-ModifyItem
FDD-DCHs-to-ModifyItem ::= SEQUENCE {
ul-FP-Mode UL-FP-Mode OPTIONAL,
toAWS ToAWS OPTIONAL,
toAWE ToAWE OPTIONAL,
transportBearerRequestIndicator TransportBearerRequestIndicator,
dCH-SpecificInformationList FDD-DCHs-to-ModifySpecificInformationList,
iE-Extensions ProtocolExtensionContainer { {FDD-DCHs-to-ModifyItem-ExtIEs} } OPTIONAL,
...
}
FDD-DCHs-to-ModifyItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TnlQos CRITICALITY ignore EXTENSION TnlQos PRESENCE optional},
...
}
FDD-DCHs-to-ModifySpecificInformationList ::= SEQUENCE (SIZE (1..maxNrOfDCHs)) OF FDD-DCHs-to-ModifySpecificItem
FDD-DCHs-to-ModifySpecificItem ::= SEQUENCE {
dCH-ID DCH-ID,
ul-TransportformatSet TransportFormatSet OPTIONAL,
dl-TransportformatSet TransportFormatSet OPTIONAL,
allocationRetentionPriority AllocationRetentionPriority OPTIONAL,
frameHandlingPriority FrameHandlingPriority OPTIONAL,
not-Used-dRACControl NULL OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {FDD-DCHs-to-ModifySpecificItem-ExtIEs} } OPTIONAL,
...
}
FDD-DCHs-to-ModifySpecificItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Guaranteed-Rate-Information CRITICALITY ignore EXTENSION Guaranteed-Rate-Information PRESENCE optional}|
{ ID id-TrafficClass CRITICALITY ignore EXTENSION TrafficClass PRESENCE optional}|
{ ID id-Unidirectional-DCH-Indicator CRITICALITY reject EXTENSION Unidirectional-DCH-Indicator PRESENCE optional},
...
}
FDD-DL-ChannelisationCodeNumber ::= INTEGER (0..511)
-- According to the mapping in TS 25.213 [27]. The maximum value is equal to the DL spreading factor -1--
FDD-DL-CodeInformation ::= SEQUENCE (SIZE (1..maxNrOfDL-Codes)) OF FDD-DL-CodeInformationItem
FDD-DL-CodeInformationItem ::= SEQUENCE {
dl-ScramblingCode DL-ScramblingCode,
fDD-DL-ChannelisationCodeNumber FDD-DL-ChannelisationCodeNumber,
transmission-Gap-Pattern-Sequence-ScramblingCode-Information Transmission-Gap-Pattern-Sequence-ScramblingCode-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {FDD-DL-CodeInformationItem-ExtIEs} } OPTIONAL,
...
}
FDD-DL-CodeInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
FDD-TPC-DownlinkStepSize ::= ENUMERATED {
step-size0-5,
step-size1,
step-size1-5,
step-size2,
...
}
SchedulingPriorityIndicator ::= INTEGER { lowest(0), highest(15) } (0..15)
F-DPCH-Info ::= SEQUENCE {
f-DPCH-SlotFormat F-DPCH-SlotFormat,
fdd-dl-ChannelisationCodeNumber FDD-DL-ChannelisationCodeNumber,
extended-E-DPCCH-PO Extended-E-DPCCH-PO OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { F-DPCH-Info-ExtIEs } } OPTIONAL,
...
}
F-DPCH-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
F-DPCH-Info-To-Modify ::= SEQUENCE {
f-DPCH-SlotFormat F-DPCH-SlotFormat OPTIONAL,
fdd-dl-ChannelisationCodeNumber FDD-DL-ChannelisationCodeNumber OPTIONAL,
extended-E-DPCCH-PO Extended-E-DPCCH-PO OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { F-DPCH-Info-To-Modify-ExtIEs } } OPTIONAL,
...
}
F-DPCH-Info-To-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
F-DPCH-SlotFormat ::= INTEGER (0..9)
F-DPCH-SlotFormatSupportRequest ::= NULL
FirstRLS-Indicator ::= ENUMERATED {
first-RLS,
not-first-RLS
}
FNReportingIndicator ::= ENUMERATED {
fN-reporting-required,
fN-reporting-not-required
}
FPACH-Information ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
tDD-ChannelisationCodeLCR TDD-ChannelisationCodeLCR,
midambleShiftLCR MidambleShiftLCR,
wT INTEGER (1..4),
...
}
FTPICH-Information ::= SEQUENCE {
fTPICH-Offset FTPICH-Offset,
iE-Extensions ProtocolExtensionContainer { { FTPICH-Information-ExtIEs } } OPTIONAL,
...
}
FTPICH-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
FTPICH-SlotFormat ::= INTEGER (0..9,...)
FTPICH-Offset ::= INTEGER (0..149)
FTPICH-Information-Removal ::= ENUMERATED {
remove,
...
}
FTPICH-Information-To-Modify ::= SEQUENCE {
fTPICH-Offset FTPICH-Offset OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { FTPICH-Information-To-Modify-ExtIEs } } OPTIONAL,
...
}
FTPICH-Information-To-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
FTPICH-Information-Reconf ::=SEQUENCE{
setup-Or-ConfigurationChange-Or-Removal-Of-FTPICH-Information Setup-Or-ConfigurationChange-Or-Removal-Of-FTPICH-Information,
iE-Extensions ProtocolExtensionContainer { { FTPICH-Information-Reconf-ExtIEs} } OPTIONAL,
...
}
FTPICH-Information-Reconf-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
FTPICH-Reconfiguration-Information ::= SEQUENCE {
fTPICH-SlotFormat FTPICH-SlotFormat OPTIONAL,
fTPICH-ChannelisationCodenumber FDD-DL-ChannelisationCodeNumber OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { FTPICH-Reconfiguration-Information-ExtIEs } } OPTIONAL,
...
}
FTPICH-Reconfiguration-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
FTPICH-Information-Response ::= SEQUENCE {
fTPICH-SlotFormat FTPICH-SlotFormat,
fTPICH-ChannelisationCodenumber FDD-DL-ChannelisationCodeNumber,
iE-Extensions ProtocolExtensionContainer { { FTPICH-Information-Response-ExtIEs } } OPTIONAL,
...
}
FTPICH-Information-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
FrameHandlingPriority ::= INTEGER { lowest(0), highest(15) } (0..15)
FrameOffset ::= INTEGER (0..255)
-- Frames
FrequencyBandIndicator ::= ENUMERATED {
bandI,
bandII,
bandIII,
bandIV,
bandV,
bandVI,
bandVII,
bandVIII,
bandIX,
bandX,
bandXI,
bandXII,
bandXIII,
bandXIV,
bandXV,
bandXVI,
bandXVII,
bandXVIII,
bandXIX,
bandXX,
bandXXI,
bandXXII,
...,
reserved23,
reserved24,
bandXXV,
bandXXVI,
reserved27,
reserved28,
reserved29,
reserved30,
reserved31,
bandXXXII
}
-- G
GapLength ::= INTEGER (1..14)
-- Unit Slot
GapDuration ::= INTEGER (1..144,...)
-- Unit Frame
GA-Cell ::= SEQUENCE (SIZE (1..maxNrOfPoints)) OF
SEQUENCE {
cell-GAIgeographicalCoordinate GeographicalCoordinate,
iE-Extensions ProtocolExtensionContainer { {GA-Cell-ExtIEs} } OPTIONAL,
...
}
GA-Cell-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GA-CellAdditionalShapes ::= CHOICE {
pointWithUncertainty GA-PointWithUnCertainty,
pointWithUncertaintyEllipse GA-PointWithUnCertaintyEllipse,
pointWithAltitude GA-PointWithAltitude,
pointWithAltitudeAndUncertaintyEllipsoid GA-PointWithAltitudeAndUncertaintyEllipsoid,
ellipsoidArc GA-EllipsoidArc,
...
}
GA-AltitudeAndDirection ::= SEQUENCE {
directionOfAltitude ENUMERATED {height, depth},
altitude INTEGER (0..32767),
...
}
GA-EllipsoidArc ::= SEQUENCE {
geographicalCoordinates GeographicalCoordinate,
innerRadius INTEGER (0..65535),
uncertaintyRadius INTEGER (0..127),
offsetAngle INTEGER (0..179),
includedAngle INTEGER (0..179),
confidence INTEGER (0..127),
iE-Extensions ProtocolExtensionContainer { { GA-EllipsoidArc-ExtIEs} } OPTIONAL,
...
}
GA-EllipsoidArc-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Gainfactors-10ms-mode ::= CHOICE {
signalledGainFactors10ms SEQUENCE {
gain10ms-betaC BetaCD,
gain10ms-betaD BetaCD,
gain10ms-refTFCNumber RefTFCNumber OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { SignalledGainFactors10ms-ExtIEs } } OPTIONAL,
...
},
computedGainFactors10ms RefTFCNumber,
...
}
SignalledGainFactors10ms-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-AddClockModels ::= CHOICE {
navClockModel GANSS-NAVclockModel,
cnavClockModel GANSS-CNAVclockModel,
glonassClockModel GANSS-GLONASSclockModel,
sbasClockModel GANSS-SBASclockModel,
...,
extension-GANSS-AddClockModels Extension-GANSS-AddClockModels
}
Extension-GANSS-AddClockModels ::= ProtocolIE-Single-Container {{ Extension-GANSS-AddClockModels-IE }}
Extension-GANSS-AddClockModels-IE RNSAP-PROTOCOL-IES ::= {
{ ID id-GANSS-BDSclockModel CRITICALITY ignore TYPE GANSS-BDSclockModel PRESENCE mandatory}
}
GANSS-AddIonoModelReq ::= BIT STRING (SIZE(2))
GANSS-AddNavigationModelsReq ::= BOOLEAN
GANSS-AddOrbitModels ::= CHOICE {
navKeplerianSet GANSS-NavModel-NAVKeplerianSet,
cnavKeplerianSet GANSS-NavModel-CNAVKeplerianSet,
glonassECEF GANSS-NavModel-GLONASSecef,
sbasECEF GANSS-NavModel-SBASecef,
...,
extension-GANSS-AddOrbitModels Extension-GANSS-AddOrbitModels
}
Extension-GANSS-AddOrbitModels ::= ProtocolIE-Single-Container {{ Extension-GANSS-AddOrbitModels-IE }}
Extension-GANSS-AddOrbitModels-IE RNSAP-PROTOCOL-IES ::= {
{ ID id-GANSS-NavModel-BDSKeplerianSet CRITICALITY ignore TYPE GANSS-NavModel-BDSKeplerianSet PRESENCE mandatory}
}
GANSS-AddUTCModelsReq ::= BOOLEAN
GANSS-Additional-Ionospheric-Model ::= SEQUENCE {
dataID BIT STRING (SIZE(2)),
alpha-beta-parameters GPS-Ionospheric-Model,
ie-Extensions ProtocolExtensionContainer { { GANSS-Additional-Ionospheric-Model-ExtIEs } } OPTIONAL,
...
}
GANSS-Additional-Ionospheric-Model-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Additional-Navigation-Models ::= SEQUENCE {
ganss-Transmission-Time GANSS-Transmission-Time,
non-broadcastIndication ENUMERATED { true } OPTIONAL,
ganssSatInfoNavList Ganss-Sat-Info-AddNavList,
ie-Extensions ProtocolExtensionContainer { { GANSS-Additional-Navigation-Models-ExtIEs } } OPTIONAL,
...
}
GANSS-Additional-Navigation-Models-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Additional-Time-Models ::= SEQUENCE (SIZE (1..maxGANSS-1)) OF GANSS-Time-Model
GANSS-Additional-UTC-Models ::= CHOICE {
utcModel1 GANSS-UTCmodelSet1,
utcModel2 GANSS-UTCmodelSet2,
utcModel3 GANSS-UTCmodelSet3,
...,
extension-GANSS-Additional-UTC-Models Extension-GANSS-Additional-UTC-Models
}
Extension-GANSS-Additional-UTC-Models ::= ProtocolIE-Single-Container {{ Extension-GANSS-Additional-UTC-Models-IE }}
Extension-GANSS-Additional-UTC-Models-IE RNSAP-PROTOCOL-IES ::= {
{ ID id-GANSS-UTCmodelSet4 CRITICALITY ignore TYPE GANSS-UTCmodelSet4 PRESENCE mandatory}
}
GANSS-Almanac ::= SEQUENCE{
ganss-wk-number INTEGER(0..255),
gANSS-AlmanacModel CHOICE {
gANSS-keplerianParameters SEQUENCE {
t-oa INTEGER(0..1023),
iod-a INTEGER(0..15),
gANSS-SatelliteInformationKP GANSS-SatelliteInformationKP,
ie-Extensions ProtocolExtensionContainer { { GANSS-KeplerianParametersAlm-ExtIEs } } OPTIONAL,
...
},
...,
extension-GANSS-AlmanacModel Extension-GANSS-AlmanacModel
},
ie-Extensions ProtocolExtensionContainer { { GANSS-Almanac-ExtIEs } } OPTIONAL,
...
}
GANSS-KeplerianParametersAlm-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Extension-GANSS-AlmanacModel ::= ProtocolIE-Single-Container {{ Extension-GANSS-AlmanacModel-IE }}
Extension-GANSS-AlmanacModel-IE RNSAP-PROTOCOL-IES ::= {
{ ID id-GANSS-alm-keplerianNAVAlmanac CRITICALITY ignore TYPE GANSS-alm-keplerianNAVAlmanac PRESENCE mandatory}|
{ ID id-GANSS-alm-keplerianReducedAlmanac CRITICALITY ignore TYPE GANSS-alm-keplerianReducedAlmanac PRESENCE mandatory}|
{ ID id-GANSS-alm-keplerianMidiAlmanac CRITICALITY ignore TYPE GANSS-alm-keplerianMidiAlmanac PRESENCE mandatory}|
{ ID id-GANSS-alm-keplerianGLONASS CRITICALITY ignore TYPE GANSS-alm-keplerianGLONASS PRESENCE mandatory}|
{ ID id-GANSS-alm-ecefSBASAlmanac CRITICALITY ignore TYPE GANSS-alm-ecefSBASAlmanac PRESENCE mandatory}|
{ ID id-GANSS-alm-keplerianBDSAlmanac CRITICALITY ignore TYPE GANSS-alm-KEPLERIANBDSALMANAC PRESENCE mandatory}
}
GANSS-alm-keplerianNAVAlmanac ::= SEQUENCE {
t-oa INTEGER (0..255),
sat-info-NAVkpList GANSS-SAT-Info-Almanac-NAVkpList,
ie-Extensions ProtocolExtensionContainer { { GANSS-ALM-NAVKeplerianSet-ExtIEs } } OPTIONAL,
...
}
GANSS-ALM-NAVKeplerianSet-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-alm-KEPLERIANBDSALMANAC ::= SEQUENCE {
sat-info-BDSkpList GANSS-SAT-Info-Almanac-BDSkpList,
iE-Extensions ProtocolExtensionContainer { { GANSS-alm-KEPLERIANBDSALMANAC-ExtIEs } } OPTIONAL,
...
}
GANSS-alm-KEPLERIANBDSALMANAC-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-alm-keplerianReducedAlmanac ::= SEQUENCE {
t-oa INTEGER (0..255),
sat-info-REDkpList GANSS-SAT-Info-Almanac-REDkpList,
ie-Extensions ProtocolExtensionContainer { { GANSS-ALM-ReducedKeplerianSet-ExtIEs } } OPTIONAL,
...
}
GANSS-ALM-ReducedKeplerianSet-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-alm-keplerianMidiAlmanac ::= SEQUENCE {
t-oa INTEGER (0..255),
sat-info-MIDIkpList GANSS-SAT-Info-Almanac-MIDIkpList,
ie-Extensions ProtocolExtensionContainer { { GANSS-ALM-MidiAlmanacSet-ExtIEs } } OPTIONAL,
...
}
GANSS-ALM-MidiAlmanacSet-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-alm-keplerianGLONASS ::= SEQUENCE {
sat-info-GLOkpList GANSS-SAT-Info-Almanac-GLOkpList,
ie-Extensions ProtocolExtensionContainer { { GANSS-ALM-GlonassAlmanacSet-ExtIEs } } OPTIONAL,
...
}
GANSS-ALM-GlonassAlmanacSet-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-alm-ecefSBASAlmanac ::= SEQUENCE {
sat-info-SBASecefList GANSS-SAT-Info-Almanac-SBASecefList,
ie-Extensions ProtocolExtensionContainer { { GANSS-ALM-ECEFsbasAlmanacSet-ExtIEs } } OPTIONAL,
...
}
GANSS-ALM-ECEFsbasAlmanacSet-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Almanac-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-completeAlmanacProvided CRITICALITY ignore EXTENSION CompleteAlmanacProvided PRESENCE optional},
...
}
GANSS-Auxiliary-Information ::= CHOICE {
ganssID1 GANSS-AuxInfoGANSS-ID1, -- This choice may only be present if GANSS ID indicates Modernized GPS
ganssID3 GANSS-AuxInfoGANSS-ID3, -- This choice may only be present if GANSS ID indicates GLONASS
...
}
GANSS-AuxInfoGANSS-ID1 ::= SEQUENCE (SIZE(1.. maxGANSSSat)) OF SEQUENCE {
svID INTEGER(0..63),
signalsAvailable BIT STRING (SIZE(8)),
ie-Extensions ProtocolExtensionContainer { { GANSS-AuxInfoGANSS-ID1-element-ExtIEs } } OPTIONAL,
...
}
GANSS-AuxInfoGANSS-ID1-element-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-AuxInfoGANSS-ID3 ::= SEQUENCE (SIZE(1.. maxGANSSSat)) OF SEQUENCE {
svID INTEGER(0..63),
signalsAvailable BIT STRING (SIZE(8)),
channelNumber INTEGER (-7..13),
ie-Extensions ProtocolExtensionContainer { { GANSS-AuxInfoGANSS-ID3-element-ExtIEs } } OPTIONAL,
...
}
GANSS-AuxInfoGANSS-ID3-element-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-AuxInfoReq ::= BOOLEAN
GANSS-BDSclockModel ::= SEQUENCE {
bdsToc BIT STRING (SIZE (17)),
bdsa0 BIT STRING (SIZE (24)),
bdsa1 BIT STRING (SIZE (22)),
bdsa2 BIT STRING (SIZE (11)),
bdsTgd1 BIT STRING (SIZE (10)),
bdsAODC BIT STRING (SIZE (5)),
iE-Extensions ProtocolExtensionContainer { { GANSS-BDSclockModelItem-ExtIEs } } OPTIONAL,
...
}
GANSS-BDSclockModelItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Clock-Model ::= SEQUENCE (SIZE (1..maxGANSSClockMod)) OF SEQUENCE {
t-oc BIT STRING (SIZE (14)),
a-i2 BIT STRING (SIZE (6)),
a-i1 BIT STRING (SIZE (21)),
a-i0 BIT STRING (SIZE (31)),
t-gd BIT STRING (SIZE (10)) OPTIONAL,
sisa BIT STRING (SIZE (8)),
model-id INTEGER(0..1,...) OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-ClockModelItem-ExtIEs } } OPTIONAL,
...
}
GANSS-ClockModelItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-CNAVclockModel ::= SEQUENCE {
cnavToc BIT STRING (SIZE (11)),
cnavTop BIT STRING (SIZE (11)),
cnavURA0 BIT STRING (SIZE (5)),
cnavURA1 BIT STRING (SIZE (3)),
cnavURA2 BIT STRING (SIZE (3)),
cnavAf2 BIT STRING (SIZE (10)),
cnavAf1 BIT STRING (SIZE (20)),
cnavAf0 BIT STRING (SIZE (26)),
cnavTgd BIT STRING (SIZE (13)),
cnavISCl1cp BIT STRING (SIZE (13)) OPTIONAL,
cnavISCl1cd BIT STRING (SIZE (13)) OPTIONAL,
cnavISCl1ca BIT STRING (SIZE (13)) OPTIONAL,
cnavISCl2c BIT STRING (SIZE (13)) OPTIONAL,
cnavISCl5i5 BIT STRING (SIZE (13)) OPTIONAL,
cnavISCl5q5 BIT STRING (SIZE (13)) OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-CNAVclockModel-ExtIEs } } OPTIONAL,
...
}
GANSS-CNAVclockModel-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Common-Data ::= SEQUENCE {
ganss-Ionospheric-Model GANSS-Ionospheric-Model OPTIONAL,
ganss-Rx-Pos GANSS-RX-Pos OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-Common-Data-ExtIEs } } OPTIONAL,
...
}
GANSS-Common-Data-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GANSS-Additional-Ionospheric-Model CRITICALITY ignore EXTENSION GANSS-Additional-Ionospheric-Model PRESENCE optional}|
{ ID id-GANSS-Earth-Orientation-Parameters CRITICALITY ignore EXTENSION GANSS-Earth-Orientation-Parameters PRESENCE optional},
...
}
GANSS-CommonDataInfoReq ::= SEQUENCE {
ionospheric-Model BOOLEAN OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-CommonDataInfoReq-ExtIEs } } OPTIONAL,
...
}
GANSS-CommonDataInfoReq-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-GANSS-AddIonoModelReq CRITICALITY ignore EXTENSION GANSS-AddIonoModelReq PRESENCE optional}|
{ID id-GANSS-EarthOrientParaReq CRITICALITY ignore EXTENSION GANSS-EarthOrientParaReq PRESENCE optional},
...
}
GANSS-Data-Bit-Assistance ::= SEQUENCE {
ganssTod INTEGER (0..59,...),
dataBitAssistancelist GANSS-DataBitAssistanceList,
ie-Extensions ProtocolExtensionContainer { { GANSS-Data-Bit-Assistance-ExtIEs } } OPTIONAL,
...
}
GANSS-Data-Bit-Assistance-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-DataBitAssistanceList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF GANSS-DataBitAssistanceItem
GANSS-DataBitAssistanceItem ::= SEQUENCE {
satId INTEGER(0..63),
dataBitAssistanceSgnList GANSS-DataBitAssistanceSgnList,
ie-Extensions ProtocolExtensionContainer { { GANSS-DataBitAssistanceItem-ExtIEs } } OPTIONAL,
...
}
GANSS-DataBitAssistanceItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-DataBitAssistanceSgnList ::= SEQUENCE (SIZE (1..maxSgnType)) OF GANSS-DataBitAssistanceSgnItem
GANSS-DataBitAssistanceSgnItem ::= SEQUENCE {
ganss-SignalId GANSS-Signal-ID,
ganssDataBits BIT STRING (SIZE (1..1024)),
ie-Extensions ProtocolExtensionContainer { { GANSS-DataBitAssistanceSgnItem-ExtIEs } } OPTIONAL,
...
}
GANSS-DataBitAssistanceSgnItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Data-Bit-Assistance-ReqItem ::= SEQUENCE {
ganssTod INTEGER (0..86399),
ganss-Data-Bit-Assistance-ReqList GANSS-Data-Bit-Assistance-ReqList,
iE-Extensions ProtocolExtensionContainer { { GANSS-Data-Bit-Assistance-ReqItem-ExtIEs } } OPTIONAL,
...
}
GANSS-Data-Bit-Assistance-ReqItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Data-Bit-Assistance-ReqList ::= SEQUENCE {
dGANSS-Signal-ID BIT STRING (SIZE (8)),
ganss-DataBitInterval INTEGER(0..15),
ganss-SatelliteInfo SEQUENCE (SIZE (1..maxGANSSSat)) OF INTEGER(0..63) OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { GANSS-Data-Bit-Assistance-ReqList-ExtIEs } } OPTIONAL,
...
}
GANSS-Data-Bit-Assistance-ReqList-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Delta-T ::= INTEGER(-128..127)
GANSS-DeltaUT1 ::= SEQUENCE {
b1 BIT STRING (SIZE(11)),
b2 BIT STRING (SIZE(10)),
ie-Extensions ProtocolExtensionContainer { { GANSS-DeltaUT1-ExtIEs } } OPTIONAL,
...
}
GANSS-DeltaUT1-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Earth-Orientation-Parameters ::= SEQUENCE {
teop BIT STRING (SIZE (16)),
pmX BIT STRING (SIZE (21)),
pmXdot BIT STRING (SIZE (15)),
pmY BIT STRING (SIZE (21)),
pmYdot BIT STRING (SIZE (15)),
deltaUT1 BIT STRING (SIZE (31)),
deltaUT1dot BIT STRING (SIZE (19)),
ie-Extensions ProtocolExtensionContainer { { GANSS-Earth-Orientation-Parameters-ExtIEs } } OPTIONAL,
...
}
GANSS-Earth-Orientation-Parameters-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-EarthOrientParaReq ::= BOOLEAN
GANSS-GenericDataInfoReqList ::= SEQUENCE (SIZE(1..maxNoGANSS)) OF GANSS-GenericDataInfoReqItem
GANSS-GenericDataInfoReqItem ::= SEQUENCE {
ganss-Id GANSS-ID OPTIONAL,
ganss-Navigation-Model-And-Time-Recovery BOOLEAN OPTIONAL,
ganss-Time-Model-GNSS-GNSS BIT STRING (SIZE (9)) OPTIONAL,
ganss-UTC-Model BOOLEAN OPTIONAL,
ganss-Almanac BOOLEAN OPTIONAL,
ganss-Real-Time-Integrity BOOLEAN OPTIONAL,
ganss-Data-Bit-Assistance-Req GANSS-Data-Bit-Assistance-ReqItem OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-GenericDataInfoReqItem-ExtIEs } } OPTIONAL,
...
}
GANSS-GenericDataInfoReqItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-GANSS-AddNavigationModelsReq CRITICALITY ignore EXTENSION GANSS-AddNavigationModelsReq PRESENCE optional}|
{ID id-GANSS-AddUTCModelsReq CRITICALITY ignore EXTENSION GANSS-AddUTCModelsReq PRESENCE optional}|
{ID id-GANSS-AuxInfoReq CRITICALITY ignore EXTENSION GANSS-AuxInfoReq PRESENCE optional}|
-- The following IE shall be present if ‘GANSS-ID’ in ‘GANSS-GenericDataInfoReqItem’ is ‘0’ (SBAS)
{ID id-GANSS-SBAS-ID CRITICALITY ignore EXTENSION GANSS-SBAS-ID PRESENCE optional}|
{ID id-DBDS-CorrectionsReq CRITICALITY ignore EXTENSION DBDS-CorrectionsReq PRESENCE optional}|
{ID id-BDS-IonosphericGridModelReq CRITICALITY ignore EXTENSION BDS-IonosphericGridModelReq PRESENCE optional},
...
}
GANSS-Generic-Data ::= SEQUENCE (SIZE(1..maxNoGANSS)) OF GANSS-Generic-DataItem
GANSS-Generic-DataItem ::= SEQUENCE {
ganss-Id GANSS-ID OPTIONAL,
dganss-Correction DGANSSCorrections OPTIONAL,
ganss-Navigation-Model-And-Time-Recovery GANSS-Navigation-Model-And-Time-Recovery OPTIONAL,
ganss-Time-Model GANSS-Time-Model OPTIONAL,
ganss-UTC-TIME GANSS-UTC-Model OPTIONAL,
ganss-Almanac GANSS-Almanac OPTIONAL,
ganss-Real-Time-Integrity GANSS-Real-Time-Integrity OPTIONAL,
ganss-Data-Bit-Assistance GANSS-Data-Bit-Assistance OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-Generic-DataItem-ExtIEs } } OPTIONAL,
...
}
GANSS-Generic-DataItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GANSS-Additional-Time-Models CRITICALITY ignore EXTENSION GANSS-Additional-Time-Models PRESENCE optional}|
{ ID id-GANSS-Additional-Navigation-Models CRITICALITY ignore EXTENSION GANSS-Additional-Navigation-Models PRESENCE optional}|
{ ID id-GANSS-Additional-UTC-Models CRITICALITY ignore EXTENSION GANSS-Additional-UTC-Models PRESENCE optional}|
{ ID id-GANSS-Auxiliary-Information CRITICALITY ignore EXTENSION GANSS-Auxiliary-Information PRESENCE optional}|
-- The following element shall be present if ‘GANSS-ID’ in ‘GANSS-Generic-DataItem’ is ‘0’ (‘SBAS’)
{ ID id-GANSS-SBAS-ID CRITICALITY ignore EXTENSION GANSS-SBAS-ID PRESENCE optional}|
{ ID id-DBDS-Corrections CRITICALITY ignore EXTENSION DBDS-Corrections PRESENCE optional}|
{ ID id-BDS-Ionospheric-Grid-Model CRITICALITY ignore EXTENSION BDS-Ionospheric-Grid-Model PRESENCE optional},
...
}
GANSS-GLONASSclockModel ::= SEQUENCE {
gloTau BIT STRING (SIZE (22)),
gloGamma BIT STRING (SIZE (11)),
gloDeltaTau BIT STRING (SIZE (5)) OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-GLONASSclockModel-ExtIEs } } OPTIONAL,
...
}
GANSS-GLONASSclockModel-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-ID ::= INTEGER(0..7,...)
GANSS-Information ::= SEQUENCE {
gANSS-CommonDataInfoReq GANSS-CommonDataInfoReq OPTIONAL,
gANSS-GenericDataInfoReqList GANSS-GenericDataInfoReqList OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-Information-ExtIEs } } OPTIONAL,
...
}
GANSS-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Ionospheric-Model ::= SEQUENCE {
alpha-zero-ionos BIT STRING (SIZE (11)),
alpha-one-ionos BIT STRING (SIZE (11)),
alpha-two-ionos BIT STRING (SIZE (14)),
gANSS-IonosphereRegionalStormFlags GANSS-IonosphereRegionalStormFlags OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-Ionospheric-Model-ExtIEs } } OPTIONAL,
...
}
GANSS-Ionospheric-Model-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-IonosphereRegionalStormFlags ::= SEQUENCE {
storm-flag-one BOOLEAN,
storm-flag-two BOOLEAN,
storm-flag-three BOOLEAN,
storm-flag-four BOOLEAN,
storm-flag-five BOOLEAN,
ie-Extensions ProtocolExtensionContainer { { GANSS-IonosphereRegionalStormFlags-ExtIEs } } OPTIONAL,
...
}
GANSS-IonosphereRegionalStormFlags-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-NAVclockModel ::= SEQUENCE {
navToc BIT STRING (SIZE (16)),
navaf2 BIT STRING (SIZE (8)),
navaf1 BIT STRING (SIZE (16)),
navaf0 BIT STRING (SIZE (22)),
navTgd BIT STRING (SIZE (8)),
ie-Extensions ProtocolExtensionContainer { { GANSS-NAVclockModel-ExtIEs } } OPTIONAL,
...
}
GANSS-NAVclockModel-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Navigation-Model-And-Time-Recovery ::= SEQUENCE {
ganss-Transmission-Time GANSS-Transmission-Time,
non-broadcastIndication ENUMERATED{true} OPTIONAL,
ganssSatInfoNav GANSS-Sat-Info-Nav,
ie-Extensions ProtocolExtensionContainer { { GANSS-Navigation-Model-And-Time-Recovery-ExtIEs } } OPTIONAL,
...
}
GANSS-Navigation-Model-And-Time-Recovery-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-NavModel-BDSKeplerianSet ::= SEQUENCE {
bdsURAI BIT STRING (SIZE (4)),
bdsToe BIT STRING (SIZE (17)),
bdsAPowerHalf BIT STRING (SIZE (32)),
bdsE BIT STRING (SIZE (32)),
bdsW BIT STRING (SIZE (32)),
bdsDeltaN BIT STRING (SIZE (16)),
bdsM0 BIT STRING (SIZE (32)),
bdsOmega0 BIT STRING (SIZE (32)),
bdsOmegaDot BIT STRING (SIZE (24)),
bdsI0 BIT STRING (SIZE (32)),
bdsIDot BIT STRING (SIZE (14)),
bdsCuc BIT STRING (SIZE (18)),
bdsCus BIT STRING (SIZE (18)),
bdsCrc BIT STRING (SIZE (18)),
bdsCrs BIT STRING (SIZE (18)),
bdsCic BIT STRING (SIZE (18)),
bdsCis BIT STRING (SIZE (18)),
bdsAODE BIT STRING (SIZE (5)),
iE-Extensions ProtocolExtensionContainer { { GANSS-NavModel-BDSKeplerianSet-ExtIEs } } OPTIONAL,
...
}
GANSS-NavModel-BDSKeplerianSet-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-NavModel-CNAVKeplerianSet ::= SEQUENCE {
cnavTop BIT STRING (SIZE (11)),
cnavURAindex BIT STRING (SIZE (5)),
cnavDeltaA BIT STRING (SIZE (26)),
cnavAdot BIT STRING (SIZE (25)),
cnavDeltaNo BIT STRING (SIZE (17)),
cnavDeltaNoDot BIT STRING (SIZE (23)),
cnavMo BIT STRING (SIZE (33)),
cnavE BIT STRING (SIZE (33)),
cnavOmega BIT STRING (SIZE (33)),
cnavOMEGA0 BIT STRING (SIZE (33)),
cnavDeltaOmegaDot BIT STRING (SIZE (17)),
cnavIo BIT STRING (SIZE (33)),
cnavIoDot BIT STRING (SIZE (15)),
cnavCis BIT STRING (SIZE (16)),
cnavCic BIT STRING (SIZE (16)),
cnavCrs BIT STRING (SIZE (24)),
cnavCrc BIT STRING (SIZE (24)),
cnavCus BIT STRING (SIZE (21)),
cnavCuc BIT STRING (SIZE (21)),
ie-Extensions ProtocolExtensionContainer { { GANSS-NavModel-CNAVKeplerianSet-ExtIEs } } OPTIONAL,
...
}
GANSS-NavModel-CNAVKeplerianSet-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-NavModel-GLONASSecef ::= SEQUENCE {
gloEn BIT STRING (SIZE (5)),
gloP1 BIT STRING (SIZE(2)),
gloP2 BIT STRING (SIZE (1)),
gloM BIT STRING (SIZE (2)) OPTIONAL,
gloX BIT STRING (SIZE (27)),
gloXdot BIT STRING (SIZE (24)),
gloXdotdot BIT STRING (SIZE (5)),
gloY BIT STRING (SIZE (27)),
gloYdot BIT STRING (SIZE (24)),
gloYdotdot BIT STRING (SIZE (5)),
gloZ BIT STRING (SIZE (27)),
gloZdot BIT STRING (SIZE (24)),
gloZdotdot BIT STRING (SIZE (5)),
ie-Extensions ProtocolExtensionContainer { { GANSS-NavModel-GLONASSecef-ExtIEs } } OPTIONAL,
...
}
GANSS-NavModel-GLONASSecef-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-NavModel-NAVKeplerianSet ::= SEQUENCE {
navURA BIT STRING (SIZE (4)),
navFitFlag BIT STRING (SIZE (1)),
navToe BIT STRING (SIZE (16)),
navOmega BIT STRING (SIZE (32)),
navDeltaN BIT STRING (SIZE (16)),
navM0 BIT STRING (SIZE (32)),
navOmegaADot BIT STRING (SIZE (24)),
navE BIT STRING (SIZE (32)),
navIDot BIT STRING (SIZE (14)),
navAPowerHalf BIT STRING (SIZE (32)),
navI0 BIT STRING (SIZE (32)),
navOmegaA0 BIT STRING (SIZE (32)),
navCrs BIT STRING (SIZE (16)),
navCis BIT STRING (SIZE (16)),
navCus BIT STRING (SIZE (16)),
navCrc BIT STRING (SIZE (16)),
navCic BIT STRING (SIZE (16)),
navCuc BIT STRING (SIZE (16)),
ie-Extensions ProtocolExtensionContainer { { GANSS-NavModel-NAVKeplerianSet-ExtIEs } } OPTIONAL,
...
}
GANSS-NavModel-NAVKeplerianSet-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-NavModel-SBASecef ::= SEQUENCE {
-- the following IE shall be present if ‘GANSS-SBASclockModel’ in ‘GANSS-AddClockModels’ is not included in ‘Ganss-Sat-Info-AddNavList’
sbasTo BIT STRING (SIZE (13)) OPTIONAL,
sbasAccuracy BIT STRING (SIZE (4)),
sbasXg BIT STRING (SIZE (30)),
sbasYg BIT STRING (SIZE (30)),
sbasZg BIT STRING (SIZE (25)),
sbasXgDot BIT STRING (SIZE (17)),
sbasYgDot BIT STRING (SIZE (17)),
sbasZgDot BIT STRING (SIZE (18)),
sbasXgDotDot BIT STRING (SIZE (10)),
sbagYgDotDot BIT STRING (SIZE (10)),
sbasZgDotDot BIT STRING (SIZE (10)),
ie-Extensions ProtocolExtensionContainer { { GANSS-NavModel-SBASecef-ExtIEs } } OPTIONAL,
...
}
GANSS-NavModel-SBASecef-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Orbit-Model ::= CHOICE {
gANSS-keplerianParameters SEQUENCE {
toe-nav BIT STRING (SIZE (14)),
ganss-omega-nav BIT STRING (SIZE (32)),
delta-n-nav BIT STRING (SIZE (16)),
m-zero-nav BIT STRING (SIZE (32)),
omegadot-nav BIT STRING (SIZE (24)),
ganss-e-nav BIT STRING (SIZE (32)),
idot-nav BIT STRING (SIZE (14)),
a-sqrt-nav BIT STRING (SIZE (32)),
i-zero-nav BIT STRING (SIZE (32)),
omega-zero-nav BIT STRING (SIZE (32)),
c-rs-nav BIT STRING (SIZE (16)),
c-is-nav BIT STRING (SIZE (16)),
c-us-nav BIT STRING (SIZE (16)),
c-rc-nav BIT STRING (SIZE (16)),
c-ic-nav BIT STRING (SIZE (16)),
c-uc-nav BIT STRING (SIZE (16)),
ie-Extensions ProtocolExtensionContainer { { GANSS-KeplerianParametersOrb-ExtIEs } } OPTIONAL,
...
},
...
}
GANSS-KeplerianParametersOrb-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Real-Time-Integrity ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF SEQUENCE {
bad-ganss-satId INTEGER(0..63),
bad-ganss-signalId BIT STRING(SIZE(8)) OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-RealTimeInformationItem-ExtIEs } } OPTIONAL,
...
}
GANSS-RealTimeInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-RX-Pos ::= SEQUENCE {
latitudeSign ENUMERATED{north,south},
degreesOfLatitude INTEGER(0..2147483647),
degreesOfLongitude INTEGER(-2147483648..2147483647),
directionOfAltitude ENUMERATED{height,depth},
altitude INTEGER(0..32767),
ie-Extensions ProtocolExtensionContainer { { GANSS-RX-Pos-ExtIEs } } OPTIONAL,
...
}
GANSS-RX-Pos-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-SatelliteInformationKP ::= SEQUENCE (SIZE (1..maxGANSSSatAlmanac)) OF SEQUENCE {
satId INTEGER(0..63),
ganss-e-alm BIT STRING (SIZE (11)),
ganss-delta-I-alm BIT STRING (SIZE (11)),
ganss-omegadot-alm BIT STRING (SIZE (11)),
ganss-svStatusINAV-alm BIT STRING (SIZE (4)),
ganss-svStatusFNAV-alm BIT STRING (SIZE (2)) OPTIONAL,
ganss-delta-a-sqrt-alm BIT STRING (SIZE (13)),
ganss-omegazero-alm BIT STRING (SIZE (16)),
ganss-m-zero-alm BIT STRING (SIZE (16)),
ganss-omega-alm BIT STRING (SIZE (16)),
ganss-af-zero-alm BIT STRING (SIZE (16)),
ganss-af-one-alm BIT STRING (SIZE (13)),
ie-Extensions ProtocolExtensionContainer { { GANSS-SatelliteInformationKPItem-ExtIEs } } OPTIONAL,
...
}
GANSS-SatelliteInformationKPItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Ganss-Sat-Info-AddNavList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF SEQUENCE {
satId INTEGER (0..63),
svHealth BIT STRING (SIZE (9)),
iod BIT STRING (SIZE (11)),
ganssAddClockModels GANSS-AddClockModels,
ganssAddOrbitModels GANSS-AddOrbitModels,
ie-Extensions ProtocolExtensionContainer { { Ganss-Sat-Info-AddNavList-ExtIEs } } OPTIONAL,
...
}
Ganss-Sat-Info-AddNavList-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-SAT-Info-Almanac-BDSkpList ::= SEQUENCE (SIZE (1.. maxGANSSSatAlmanac)) OF GANSS-SAT-Info-Almanac-BDS
GANSS-SAT-Info-Almanac-BDS ::= SEQUENCE {
satId INTEGER(0..63),
bdsAlmToa BIT STRING (SIZE (8)),
bdsAlmSqrtA BIT STRING (SIZE (24)),
bdsAlmE BIT STRING (SIZE (17)),
bdsAlmW BIT STRING (SIZE (24)),
bdsAlmM0 BIT STRING (SIZE (24)),
bdsAlmOmega0 BIT STRING (SIZE (24)),
bdsAlmOmegaDot BIT STRING (SIZE (17)),
bdsAlmDeltaI BIT STRING (SIZE (16)),
bdsAlmA0 BIT STRING (SIZE (11)),
bdsAlmA1 BIT STRING (SIZE (11)),
bdsSvHealth BIT STRING (SIZE(9)) OPTIONAL,
-- Mondatory if the IE “Sat ID” is between 0 and 29 and not needed otherwise
iE-Extensions ProtocolExtensionContainer { { GANSS-SAT-Info-Almanac-BDS-ExtIEs } } OPTIONAL,
...
}
GANSS-SAT-Info-Almanac-BDS-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-SAT-Info-Almanac-GLOkpList ::= SEQUENCE (SIZE (1.. maxGANSSSatAlmanac)) OF SEQUENCE {
gloAlmNA BIT STRING (SIZE(11)),
gloAlmnA BIT STRING (SIZE(5)),
gloAlmHA BIT STRING (SIZE(5)),
gloAlmLambdaA BIT STRING (SIZE(21)),
gloAlmTlambdaA BIT STRING (SIZE(21)),
gloAlmDeltaIA BIT STRING (SIZE(18)),
gloAkmDeltaTA BIT STRING (SIZE(22)),
gloAlmDeltaTdotA BIT STRING (SIZE(7)),
gloAlmEpsilonA BIT STRING (SIZE(15)),
gloAlmOmegaA BIT STRING (SIZE(16)),
gloAlmTauA BIT STRING (SIZE(10)),
gloAlmCA BIT STRING (SIZE(1)),
gloAlmMA BIT STRING (SIZE(2)) OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-SAT-Info-Almanac-GLOkp-ExtIEs } } OPTIONAL,
...
}
GANSS-SAT-Info-Almanac-GLOkp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-SAT-Info-Almanac-MIDIkpList ::= SEQUENCE (SIZE (1.. maxGANSSSatAlmanac)) OF SEQUENCE {
svID INTEGER(0..63),
midiAlmE BIT STRING (SIZE (11)),
midiAlmDeltaI BIT STRING (SIZE (11)),
midiAlmOmegaDot BIT STRING (SIZE (11)),
midiAlmSqrtA BIT STRING (SIZE (17)),
midiAlmOmega0 BIT STRING (SIZE (16)),
midiAlmOmega BIT STRING (SIZE (16)),
midiAlmMo BIT STRING (SIZE (16)),
midiAlmaf0 BIT STRING (SIZE (11)),
midiAlmaf1 BIT STRING (SIZE (10)),
midiAlmL1Health BIT STRING (SIZE (1)),
midiAlmL2Health BIT STRING (SIZE (1)),
midiAlmL5Health BIT STRING (SIZE (1)),
ie-Extensions ProtocolExtensionContainer { { GANSS-SAT-Info-Almanac-MIDIkp-ExtIEs } } OPTIONAL,
...
}
GANSS-SAT-Info-Almanac-MIDIkp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-SAT-Info-Almanac-NAVkpList ::= SEQUENCE (SIZE (1.. maxGANSSSatAlmanac)) OF SEQUENCE {
svID INTEGER(0..63),
navAlmE BIT STRING (SIZE (16)),
navAlmDeltaI BIT STRING (SIZE (16)),
navAlmOMEGADOT BIT STRING (SIZE (16)),
navAlmSVHealth BIT STRING (SIZE (8)),
navAlmSqrtA BIT STRING (SIZE (24)),
navAlmOMEGAo BIT STRING (SIZE (24)),
navAlmOmega BIT STRING (SIZE (24)),
navAlmMo BIT STRING (SIZE (24)),
navAlmaf0 BIT STRING (SIZE (11)),
navAlmaf1 BIT STRING (SIZE (11)),
ie-Extensions ProtocolExtensionContainer { { GANSS-SAT-Info-Almanac-NAVkp-ExtIEs } } OPTIONAL,
...
}
GANSS-SAT-Info-Almanac-NAVkp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-SAT-Info-Almanac-REDkpList ::= SEQUENCE (SIZE (1.. maxGANSSSatAlmanac)) OF SEQUENCE {
svID INTEGER(0..63),
redAlmDeltaA BIT STRING (SIZE (8)),
redAlmOmega0 BIT STRING (SIZE (7)),
redAlmPhi0 BIT STRING (SIZE (7)),
redAlmL1Health BIT STRING (SIZE (1)),
redAlmL2Health BIT STRING (SIZE (1)),
redAlmL5Health BIT STRING (SIZE (1)),
ie-Extensions ProtocolExtensionContainer { { GANSS-SAT-Info-Almanac-REDkp-ExtIEs } } OPTIONAL,
...
}
GANSS-SAT-Info-Almanac-REDkp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-SAT-Info-Almanac-SBASecefList ::= SEQUENCE (SIZE (1.. maxGANSSSatAlmanac)) OF SEQUENCE {
sbasAlmDataID BIT STRING (SIZE(2)),
svID INTEGER(0..63),
sbasAlmHealth BIT STRING (SIZE(8)),
sbasAlmXg BIT STRING (SIZE(15)),
sbasAlmYg BIT STRING (SIZE(15)),
sbasAlmZg BIT STRING (SIZE(9)),
sbasAlmXgdot BIT STRING (SIZE(3)),
sbasAlmYgDot BIT STRING (SIZE(3)),
sbasAlmZgDot BIT STRING (SIZE(4)),
sbasAlmTo BIT STRING (SIZE(11)),
ie-Extensions ProtocolExtensionContainer { { GANSS-SAT-Info-Almanac-SBASecef-ExtIEs } } OPTIONAL,
...
}
GANSS-SAT-Info-Almanac-SBASecef-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Sat-Info-Nav ::= SEQUENCE (SIZE(1..maxGANSSSat)) OF SEQUENCE {
satId INTEGER(0..63),
svHealth BIT STRING (SIZE(5)),
iod BIT STRING (SIZE(10)),
ganssClockModel GANSS-Clock-Model,
ganssOrbitModel GANSS-Orbit-Model,
ie-Extensions ProtocolExtensionContainer { { GANSS-Sat-Info-Nav-ExtIEs } } OPTIONAL,
...
}
GANSS-Sat-Info-Nav-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-SBAS-ID ::= ENUMERATED {
waas,
egnos,
msas,
gagan,
...
}
GANSS-SBASclockModel ::= SEQUENCE {
sbasTo BIT STRING (SIZE (13)),
sbasAgfo BIT STRING (SIZE (12)),
sbasAgf1 BIT STRING (SIZE (8)),
ie-Extensions ProtocolExtensionContainer { { GANSS-SBASclockModel-ExtIEs } } OPTIONAL,
...
}
GANSS-SBASclockModel-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-Signal-ID ::= INTEGER(0..7,...)
GANSS-StatusHealth ::= ENUMERATED {
udre-scale-1dot0,
udre-scale-0dot75,
udre-scale-0dot5,
udre-scale-0dot3,
udre-scale-0dot2,
udre-scale-0dot1,
no-data,
invalid-data
}
GANSS-Time-ID ::= INTEGER(0..7,...)
GANSS-Time-Model ::= SEQUENCE {
ganss-time-model-Ref-Time INTEGER(0..37799),
ganss-t-a0 INTEGER(-2147483648..2147483647),
ganss-t-a1 INTEGER(-8388608..8388607) OPTIONAL,
ganss-t-a2 INTEGER(-64..63) OPTIONAL,
gnss-to-id ENUMERATED{gps,...,galileo,qzss,glonass,bds},
ganss-wk-number INTEGER(0..8191) OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-Time-Model-ExtIEs } } OPTIONAL,
...
}
GANSS-Time-Model-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-ganss-Delta-T CRITICALITY ignore EXTENSION GANSS-Delta-T PRESENCE optional},
...
}
GANSS-Transmission-Time ::= SEQUENCE {
ganssDay INTEGER(0..8191) OPTIONAL,
ganssTod INTEGER(0..86399),
ie-Extensions ProtocolExtensionContainer { { GANSS-Transmission-Time-ExtIEs } } OPTIONAL,
...
}
GANSS-Transmission-Time-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-UTC-Model ::= SEQUENCE {
a-one-utc BIT STRING (SIZE (24)),
a-zero-utc BIT STRING (SIZE (32)),
t-ot-utc BIT STRING (SIZE (8)),
w-n-t-utc BIT STRING (SIZE (8)),
delta-t-ls-utc BIT STRING (SIZE (8)),
w-n-lsf-utc BIT STRING (SIZE (8)),
dn-utc BIT STRING (SIZE (8)),
delta-t-lsf-utc BIT STRING (SIZE (8)),
ie-Extensions ProtocolExtensionContainer { { GANSS-UTC-Model-ExtIEs } } OPTIONAL,
...
}
GANSS-UTC-Model-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-UTCmodelSet1 ::= SEQUENCE {
utcA0 BIT STRING (SIZE(16)),
utcA1 BIT STRING (SIZE(13)),
utcA2 BIT STRING (SIZE(7)),
utcDeltaTls BIT STRING (SIZE(8)),
utcTot BIT STRING (SIZE(16)),
utcWNot BIT STRING (SIZE(13)),
utcWNlsf BIT STRING (SIZE(8)),
utcDN BIT STRING (SIZE(4)),
utcDeltaTlsf BIT STRING (SIZE(8)),
ie-Extensions ProtocolExtensionContainer { { GANSS-UTCmodelSet1-ExtIEs } } OPTIONAL,
...
}
GANSS-UTCmodelSet1-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-UTCmodelSet2 ::= SEQUENCE {
nA BIT STRING (SIZE(11)),
tauC BIT STRING (SIZE(32)),
deltaUT1 GANSS-DeltaUT1 OPTIONAL,
kp BIT STRING (SIZE(2)) OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { GANSS-UTCmodelSet2-ExtIEs } } OPTIONAL,
...
}
GANSS-UTCmodelSet2-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-UTCmodelSet3 ::= SEQUENCE {
utcA1wnt BIT STRING (SIZE(24)),
utcA0wnt BIT STRING (SIZE(32)),
utcTot BIT STRING (SIZE(8)),
utcWNt BIT STRING (SIZE(8)),
utcDeltaTls BIT STRING (SIZE(8)),
utcWNlsf BIT STRING (SIZE(8)),
utcDN BIT STRING (SIZE(8)),
utcDeltaTlsf BIT STRING (SIZE(8)),
utcStandardID BIT STRING (SIZE(3)),
ie-Extensions ProtocolExtensionContainer { { GANSS-UTCmodelSet3-ExtIEs } } OPTIONAL,
...
}
GANSS-UTCmodelSet3-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GANSS-UTCmodelSet4 ::= SEQUENCE {
utcA0 BIT STRING (SIZE (32)),
utcA1 BIT STRING (SIZE (24)),
utcDeltaTls BIT STRING (SIZE (8)),
utcWNlsf BIT STRING (SIZE (8)),
utcDN BIT STRING (SIZE (8)),
utcDeltaTlsf BIT STRING (SIZE (8)),
iE-Extensions ProtocolExtensionContainer { { GANSS-UTCmodelSet4-ExtIEs } } OPTIONAL,
...
}
GANSS-UTCmodelSet4-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GA-PointWithAltitude ::= SEQUENCE {
geographicalCoordinates GeographicalCoordinate,
altitudeAndDirection GA-AltitudeAndDirection,
iE-Extensions ProtocolExtensionContainer { { GA-PointWithAltitude-ExtIEs} } OPTIONAL,
...
}
GA-PointWithAltitude-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GA-PointWithAltitudeAndUncertaintyEllipsoid ::= SEQUENCE {
geographicalCoordinates GeographicalCoordinate,
altitudeAndDirection GA-AltitudeAndDirection,
uncertaintyEllipse GA-UncertaintyEllipse,
uncertaintyAltitude INTEGER (0..127),
confidence INTEGER (0..127),
iE-Extensions ProtocolExtensionContainer { { GA-PointWithAltitudeAndUncertaintyEllipsoid-ExtIEs} } OPTIONAL,
...
}
GA-PointWithAltitudeAndUncertaintyEllipsoid-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GA-PointWithUnCertaintyEllipse ::= SEQUENCE {
geographicalCoordinates GeographicalCoordinate,
uncertaintyEllipse GA-UncertaintyEllipse,
confidence INTEGER (0..127),
iE-Extensions ProtocolExtensionContainer { { GA-PointWithUnCertaintyEllipse-ExtIEs} } OPTIONAL,
...
}
GA-PointWithUnCertaintyEllipse-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GA-UncertaintyEllipse ::= SEQUENCE {
uncertaintySemi-major INTEGER (0..127),
uncertaintySemi-minor INTEGER (0..127),
orientationOfMajorAxis INTEGER (0..179), -- The values 90..179 shall not be used.
...
}
GA-PointWithUnCertainty ::=SEQUENCE {
geographicalCoordinates GeographicalCoordinate,
uncertaintyCode INTEGER (0..127),
iE-Extensions ProtocolExtensionContainer { {GA-PointWithUnCertainty-ExtIEs} } OPTIONAL,
...
}
GA-PointWithUnCertainty-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GA-AccessPointPosition ::= SEQUENCE {
geographicalCoordinate GeographicalCoordinate,
iE-Extensions ProtocolExtensionContainer { {GA-AccessPoint-ExtIEs} } OPTIONAL,
...
}
GA-AccessPoint-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GeographicalCoordinate ::= SEQUENCE {
latitudeSign ENUMERATED { north, south },
latitude INTEGER (0..8388607),
longitude INTEGER (-8388608..8388607),
iE-Extensions ProtocolExtensionContainer { {GeographicalCoordinate-ExtIEs} } OPTIONAL,
...
}
GeographicalCoordinate-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GERAN-Cell-Capability ::= BIT STRING (SIZE (16))
-- First bit: A/Gb mode --
-- Second bit: Iu mode --
-- Note: undefined bits are considered as a spare bit and spare bits shall be set to 0 by the transmitter and shall be ignored by the receiver. –
GERAN-Classmark ::= OCTET STRING
-- GERAN Classmark as defined in (38) --
GERAN-SI-Type ::= CHOICE {
sI GERAN-SystemInfo,
pSI GERAN-SystemInfo,
...
}
GERAN-SystemInfo ::= SEQUENCE (SIZE (1..maxNrOfGERANSI)) OF
SEQUENCE {
gERAN-SI-block OCTET STRING (SIZE (1..23)),
iE-Extensions ProtocolExtensionContainer { { GERAN-SystemInfo-ExtIEs } } OPTIONAL,
...
}
GERAN-SystemInfo-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GenericTrafficCategory ::= BIT STRING (SIZE (8))
GPS-Almanac ::= SEQUENCE {
wna-alm BIT STRING (SIZE (8)),
satellite-Almanac-Information SEQUENCE (SIZE (1..maxNoSat)) OF
SEQUENCE {
dATA-ID DATA-ID,
sAT-ID SAT-ID,
gps-e-alm BIT STRING (SIZE (16)),
gps-toa-alm BIT STRING (SIZE (8)),
gps-delta-I-alm BIT STRING (SIZE (16)),
omegadot-alm BIT STRING (SIZE (16)),
svhealth-alm BIT STRING (SIZE (8)),
gps-a-sqrt-alm BIT STRING (SIZE (24)),
omegazero-alm BIT STRING (SIZE (24)),
m-zero-alm BIT STRING (SIZE (24)),
gps-omega-alm BIT STRING (SIZE (24)),
gps-af-zero-alm BIT STRING (SIZE (11)),
gps-af-one-alm BIT STRING (SIZE (11)),
iE-Extensions ProtocolExtensionContainer { { Satellite-Almanac-Information-ExtIEs} } OPTIONAL,
...
},
-- This GPS-Almanac-Information is for the 1st 16 satellites
sVGlobalHealth-alm BIT STRING (SIZE (364)) OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { GPS-Almanac-ExtIEs} } OPTIONAL,
...
}
Satellite-Almanac-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GPS-Almanac-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Satellite-Almanac-Information-ExtItem CRITICALITY ignore EXTENSION Satellite-Almanac-Information-ExtItem PRESENCE optional}|
{ ID id-completeAlmanacProvided CRITICALITY ignore EXTENSION CompleteAlmanacProvided PRESENCE optional},
...
}
Satellite-Almanac-Information-ExtItem ::= SEQUENCE (SIZE (1..maxNrOfSatAlmanac-maxNoSat)) OF
SEQUENCE {
dATA-ID DATA-ID,
sAT-ID SAT-ID,
gps-e-alm BIT STRING (SIZE (16)),
gps-toa-alm BIT STRING (SIZE (8)),
gps-delta-I-alm BIT STRING (SIZE (16)),
omegadot-alm BIT STRING (SIZE (16)),
svhealth-alm BIT STRING (SIZE (8)),
gps-a-sqrt-alm BIT STRING (SIZE (24)),
omegazero-alm BIT STRING (SIZE (24)),
m-zero-alm BIT STRING (SIZE (24)),
gps-omega-alm BIT STRING (SIZE (24)),
gps-af-zero-alm BIT STRING (SIZE (11)),
gps-af-one-alm BIT STRING (SIZE (11)),
iE-Extensions ProtocolExtensionContainer { { Satellite-Almanac-Information-ExtItemIEs} } OPTIONAL,
...
}
-- Includes the GPS-Almanac-Information for the 17th through 32nd satellites.
Satellite-Almanac-Information-ExtItemIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GPSInformation ::= SEQUENCE (SIZE (1..maxNoGPSTypes)) OF
SEQUENCE {
gPSInformationItem ENUMERATED {
gPS-NavigationModel-and-TimeRecovery,
gPS-Ionospheric-Model,
gPS-UTC-Model,
gPS-Almanac,
gPS-RealTime-Integrity,
...
},
iE-Extensions ProtocolExtensionContainer { { GPSInformation-ExtIEs} } OPTIONAL,
...
}
-- This IE shall be present if the Information Type IE indicates ‘GPS Information’
GPSInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GPS-Ionospheric-Model ::= SEQUENCE {
alpha-zero-ionos BIT STRING (SIZE (8)),
alpha-one-ionos BIT STRING (SIZE (8)),
alpha-two-ionos BIT STRING (SIZE (8)),
alpha-three-ionos BIT STRING (SIZE (8)),
beta-zero-ionos BIT STRING (SIZE (8)),
beta-one-ionos BIT STRING (SIZE (8)),
beta-two-ionos BIT STRING (SIZE (8)),
beta-three-ionos BIT STRING (SIZE (8)),
iE-Extensions ProtocolExtensionContainer { { GPS-Ionospheric-Model-ExtIEs} } OPTIONAL,
...
}
GPS-Ionospheric-Model-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GPS-NavigationModel-and-TimeRecovery ::= SEQUENCE (SIZE (1..maxNoSat)) OF
SEQUENCE {
tx-tow-nav INTEGER (0..1048575),
sAT-ID SAT-ID,
tlm-message-nav BIT STRING (SIZE (14)),
tlm-revd-c-nav BIT STRING (SIZE (2)),
ho-word-nav BIT STRING (SIZE (22)),
w-n-nav BIT STRING (SIZE (10)),
ca-or-p-on-l2-nav BIT STRING (SIZE (2)),
user-range-accuracy-index-nav BIT STRING (SIZE (4)),
sv-health-nav BIT STRING (SIZE (6)),
iodc-nav BIT STRING (SIZE (10)),
l2-p-dataflag-nav BIT STRING (SIZE (1)),
sf1-reserved-nav BIT STRING (SIZE (87)),
t-gd-nav BIT STRING (SIZE (8)),
t-oc-nav BIT STRING (SIZE (16)),
a-f-2-nav BIT STRING (SIZE (8)),
a-f-1-nav BIT STRING (SIZE (16)),
a-f-zero-nav BIT STRING (SIZE (22)),
c-rs-nav BIT STRING (SIZE (16)),
delta-n-nav BIT STRING (SIZE (16)),
m-zero-nav BIT STRING (SIZE (32)),
c-uc-nav BIT STRING (SIZE (16)),
gps-e-nav BIT STRING (SIZE (32)),
c-us-nav BIT STRING (SIZE (16)),
a-sqrt-nav BIT STRING (SIZE (32)),
t-oe-nav BIT STRING (SIZE (16)),
fit-interval-flag-nav BIT STRING (SIZE (1)),
aodo-nav BIT STRING (SIZE (5)),
c-ic-nav BIT STRING (SIZE (16)),
omega-zero-nav BIT STRING (SIZE (32)),
c-is-nav BIT STRING (SIZE (16)),
i-zero-nav BIT STRING (SIZE (32)),
c-rc-nav BIT STRING (SIZE (16)),
gps-omega-nav BIT STRING (SIZE (32)),
omegadot-nav BIT STRING (SIZE (24)),
idot-nav BIT STRING (SIZE (14)),
spare-zero-fill BIT STRING (SIZE (20)),
iE-Extensions ProtocolExtensionContainer { { GPS-NavigationModel-and-TimeRecoveryItem-ExtIEs} } OPTIONAL,
...
}
GPS-NavigationModel-and-TimeRecoveryItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GPS-RealTime-Integrity ::= CHOICE {
badSatellites BadSatellites,
noBadSatellite NULL
}
GPS-RX-POS ::= SEQUENCE {
geographicalCoordinate GeographicalCoordinate,
altitudeAndDirection GA-AltitudeAndDirection,
iE-Extensions ProtocolExtensionContainer { { GPS-RX-POS-ExtIEs} } OPTIONAL,
...
}
GPS-RX-POS-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
GPS-Status-Health ::= ENUMERATED {
udre-1-0,
udre-0-75,
udre-0-5,
udre-0-3,
udre-0-1,
no-data,
invalid-data
}
GPSTOW ::= INTEGER (0..604799)
GPS-UTC-Model ::= SEQUENCE {
a-one-utc BIT STRING (SIZE (24)),
a-zero-utc BIT STRING (SIZE (32)),
t-ot-utc BIT STRING (SIZE (8)),
delta-t-ls-utc BIT STRING (SIZE (8)),
w-n-t-utc BIT STRING (SIZE (8)),
w-n-lsf-utc BIT STRING (SIZE (8)),
dn-utc BIT STRING (SIZE (8)),
delta-t-lsf-utc BIT STRING (SIZE (8)),
iE-Extensions ProtocolExtensionContainer { { GPS-UTC-Model-ExtIEs} } OPTIONAL,
...
}
GPS-UTC-Model-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Guaranteed-Rate-Information ::= SEQUENCE {
guaranteed-UL-Rate Guaranteed-Rate OPTIONAL,
guaranteed-DL-Rate Guaranteed-Rate OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Guaranteed-Rate-Information-ExtIEs} } OPTIONAL,
...
}
Guaranteed-Rate-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Guaranteed-Rate ::= INTEGER (1..maxNrOfTFs)
-- “1”: TFI 0, “2”: TFI 1, “3”: TFI 2, ...
-- H
HARQ-Info-for-E-DCH ::= ENUMERATED {
rv0,
rvtable
}
HARQ-MemoryPartitioning ::= CHOICE {
implicit HARQ-MemoryPartitioning-Implicit,
explicit HARQ-MemoryPartitioning-Explicit,
...
}
HARQ-MemoryPartitioning-Implicit ::= SEQUENCE {
number-of-Processes INTEGER (1..8,...,12|14|16),
iE-Extensions ProtocolExtensionContainer { { HARQ-MemoryPartitioning-Implicit-ExtIEs } } OPTIONAL,
...
}
HARQ-MemoryPartitioning-Implicit-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HARQ-MemoryPartitioning-Explicit ::= SEQUENCE {
hARQ-MemoryPartitioningList HARQ-MemoryPartitioningList,
iE-Extensions ProtocolExtensionContainer { { HARQ-MemoryPartitioning-Explicit-ExtIEs } } OPTIONAL,
...
}
HARQ-MemoryPartitioning-Explicit-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-HARQ-MemoryPartitioningInfoExtForMIMO CRITICALITY ignore EXTENSION HARQ-MemoryPartitioningInfoExtForMIMO PRESENCE optional},
...
}
HARQ-MemoryPartitioningList ::= SEQUENCE (SIZE (1..maxNrOfHARQProc)) OF HARQ-MemoryPartitioningItem
HARQ-MemoryPartitioningInfoExtForMIMO ::= SEQUENCE (SIZE (4|6|8)) OF HARQ-MemoryPartitioningItem
HARQ-MemoryPartitioningItem ::= SEQUENCE {
process-Memory-Size ENUMERATED {
hms800, hms1600, hms2400, hms3200, hms4000,
hms4800, hms5600, hms6400, hms7200, hms8000,
hms8800, hms9600, hms10400, hms11200, hms12000,
hms12800, hms13600, hms14400, hms15200, hms16000,
hms17600, hms19200, hms20800, hms22400, hms24000,
hms25600, hms27200, hms28800, hms30400, hms32000,
hms36000, hms40000, hms44000, hms48000, hms52000,
hms56000, hms60000, hms64000, hms68000, hms72000,
hms76000, hms80000, hms88000, hms96000, hms104000,
hms112000, hms120000, hms128000, hms136000, hms144000,
hms152000, hms160000, hms176000, hms192000, hms208000,
hms224000, hms240000, hms256000, hms272000, hms288000,
hms304000,...},
iE-Extensions ProtocolExtensionContainer { { HARQ-MemoryPartitioningItem-ExtIEs } } OPTIONAL,
...
}
HARQ-MemoryPartitioningItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HARQ-Preamble-Mode ::= ENUMERATED {
mode0,
mode1
}
HARQ-Process-Allocation-2ms-EDCH ::= BIT STRING ( SIZE(maxNrOfEDCHHARQProcesses2msEDCH) )
HARQ-Preamble-Mode-Activation-Indicator ::=ENUMERATED {
harqPreambleModeSupported
}
HCS-Prio ::= INTEGER (0..7)
-- 0 = lowest priority, ...7 = highest priority
HSDSCH-Configured-Indicator ::= ENUMERATED {
configured-HS-DSCH,
no-configured-HS-DSCH
}
HSDSCH-FDD-Information ::= SEQUENCE {
hSDSCH-MACdFlows-Information HSDSCH-MACdFlows-Information,
uE-Capabilities-Info UE-Capabilities-Info,
mAChs-Reordering-Buffer-Size-for-RLC-UM MAChsReorderingBufferSize-for-RLC-UM,
cqiFeedback-CycleK CQI-Feedback-Cycle,
cqiRepetitionFactor CQI-RepetitionFactor OPTIONAL,
-- This IE shall be present if the CQI Feedback Cycle k IE is set to a value greater than 0.
ackNackRepetitionFactor AckNack-RepetitionFactor,
cqiPowerOffset CQI-Power-Offset,
ackPowerOffset Ack-Power-Offset,
nackPowerOffset Nack-Power-Offset,
hsscch-PowerOffset HSSCCH-PowerOffset OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HSDSCH-FDD-Information-ExtIEs } } OPTIONAL,
...
}
HSDSCH-FDD-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HARQ-Preamble-Mode CRITICALITY ignore EXTENSION HARQ-Preamble-Mode PRESENCE optional}|
{ ID id-MIMO-ActivationIndicator CRITICALITY reject EXTENSION MIMO-ActivationIndicator PRESENCE optional}|
{ ID id-HSDSCH-MACdPDUSizeFormat CRITICALITY reject EXTENSION HSDSCH-MACdPDUSizeFormat PRESENCE optional}|
{ ID id-SixtyfourQAM-UsageAllowedIndicator CRITICALITY ignore EXTENSION SixtyfourQAM-UsageAllowedIndicator PRESENCE optional}|
{ ID id-UE-with-enhanced-HS-SCCH-support-indicator CRITICALITY ignore EXTENSION NULL PRESENCE optional}|
{ ID id-EnhancedHSServingCC-Abort CRITICALITY reject EXTENSION EnhancedHSServingCC-Abort PRESENCE optional}|
{ ID id-UE-SupportIndicatorExtension CRITICALITY ignore EXTENSION UE-SupportIndicatorExtension PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMORequestIndicator PRESENCE optional}|
{ ID id-Single-Stream-MIMO-ActivationIndicator CRITICALITY reject EXTENSION Single-Stream-MIMO-ActivationIndicator PRESENCE optional}|
{ ID id-MIMO-withfourtransmitantennas-ActivationIndicator CRITICALITY reject EXTENSION MIMO-withfourtransmitantennas-ActivationIndicator PRESENCE optional}|
{ ID id-DualStream-MIMO-withfourtransmitantennas-ActivationIndicator CRITICALITY reject EXTENSION DualStream-MIMO-withfourtransmitantennas-ActivationIndicator PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennasRequestIndicator PRESENCE optional}|
{ ID id-Multiflow-Information CRITICALITY reject EXTENSION Multiflow-Information PRESENCE optional}|
{ ID id-CQI-Feedback-Cycle2-k CRITICALITY ignore EXTENSION CQI-Feedback-Cycle2 PRESENCE optional}|
{ ID id-CQI-Cycle-Switch-Timer CRITICALITY ignore EXTENSION CQI-Cycle-Switch-Timer PRESENCE optional},
...
}
HSDSCH-FDD-Information-Response ::= SEQUENCE {
hSDSCH-MACdFlow-Specific-InfoList-Response HSDSCH-MACdFlow-Specific-InfoList-Response OPTIONAL,
hSSCCH-Specific-InfoList-Response HSSCCH-FDD-Specific-InfoList-Response OPTIONAL,
hSPDSCH-and-HSSCCH-ScramblingCode DL-ScramblingCode OPTIONAL,
measurement-Power-Offset Measurement-Power-Offset OPTIONAL,
hARQ-MemoryPartitioning HARQ-MemoryPartitioning OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HSDSCH-FDD-Information-Response-ExtIEs } } OPTIONAL,
...
}
HSDSCH-FDD-Information-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-User-Plane-Congestion-Fields-Inclusion CRITICALITY ignore EXTENSION User-Plane-Congestion-Fields-Inclusion PRESENCE optional}|
{ ID id-HARQ-Preamble-Mode-Activation-Indicator CRITICALITY ignore EXTENSION HARQ-Preamble-Mode-Activation-Indicator PRESENCE optional}|
{ ID id-MIMO-InformationResponse CRITICALITY ignore EXTENSION MIMO-InformationResponse PRESENCE optional}|
{ ID id-SixtyfourQAM-DL-UsageIndicator CRITICALITY ignore EXTENSION SixtyfourQAM-DL-UsageIndicator PRESENCE optional}|
{ ID id-HSDSCH-TBSizeTableIndicator CRITICALITY ignore EXTENSION HSDSCH-TBSizeTableIndicator PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMO PRESENCE optional}|
{ ID id-Support-of-Dynamic-DTXDRX-Related-HS-SCCH-Order CRITICALITY ignore EXTENSION Support-of-Dynamic-DTXDRX-Related-HS-SCCH-Order PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennas PRESENCE optional}|
{ ID id-PrecoderWeightSetRestriction CRITICALITY ignore EXTENSION Precoder-Weight-Set-Restriction PRESENCE optional},
...
}
HS-DSCH-FDD-Secondary-Serving-Information ::= SEQUENCE {
hsscch-PowerOffset HSSCCH-PowerOffset OPTIONAL,
sixtyfourQAM-UsageAllowedIndicator SixtyfourQAM-UsageAllowedIndicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-FDD-Secondary-Serving-Information-ExtIEs } } OPTIONAL,
...
}
HS-DSCH-FDD-Secondary-Serving-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-MIMO-ActivationIndicator CRITICALITY reject EXTENSION MIMO-ActivationIndicator PRESENCE optional}|
{ID id-Single-Stream-MIMO-ActivationIndicator CRITICALITY reject EXTENSION Single-Stream-MIMO-ActivationIndicator PRESENCE optional}|
{ID id-DiversityMode CRITICALITY reject EXTENSION DiversityMode PRESENCE optional}|
{ID id-TransmitDiversityIndicator CRITICALITY reject EXTENSION TransmitDiversityIndicator PRESENCE optional}|
{ID id-power-offset-for-S-CPICH-for-MIMO-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMORequestIndicator PRESENCE optional}|
{ID id-OrdinalNumberOfFrequency CRITICALITY reject EXTENSION OrdinalNumberOfFrequency PRESENCE optional}|
{ID id-MIMO-withfourtransmitantennas-ActivationIndicator CRITICALITY reject EXTENSION MIMO-withfourtransmitantennas-ActivationIndicator PRESENCE optional}|
{ID id-DualStream-MIMO-withfourtransmitantennas-ActivationIndicator CRITICALITY reject EXTENSION DualStream-MIMO-withfourtransmitantennas-ActivationIndicator PRESENCE optional}|
{ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennasRequestIndicator PRESENCE optional}|
{ID id-Multiflow-OrdinalNumberOfFrequency CRITICALITY reject EXTENSION Multiflow-OrdinalNumberOfFrequency PRESENCE optional},
...
}
HS-DSCH-FDD-Secondary-Serving-Information-Response ::= SEQUENCE {
hSSCCH-Specific-InfoList-Response HSSCCH-FDD-Specific-InfoList-Response OPTIONAL,
hSPDSCH-and-HSSCCH-ScramblingCode DL-ScramblingCode OPTIONAL,
measurement-Power-Offset Measurement-Power-Offset OPTIONAL,
sixtyfourQAM-DL-UsageIndicator SixtyfourQAM-DL-UsageIndicator OPTIONAL,
hSDSCH-TBSizeTableIndicator HSDSCH-TBSizeTableIndicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-FDD-Secondary-Serving-Information-Respons-ExtIEs } } OPTIONAL,
...
}
HS-DSCH-FDD-Secondary-Serving-Information-Respons-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-MIMO-InformationResponse CRITICALITY ignore EXTENSION MIMO-InformationResponse PRESENCE optional}|
{ID id-power-offset-for-S-CPICH-for-MIMO CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMO PRESENCE optional}|
{ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennas PRESENCE optional}|
{ID id-PrecoderWeightSetRestriction CRITICALITY ignore EXTENSION Precoder-Weight-Set-Restriction PRESENCE optional},
...
}
HS-DSCH-Secondary-Serving-Information-To-Modify ::= SEQUENCE {
hsscch-PowerOffset HSSCCH-PowerOffset OPTIONAL,
hSSCCH-CodeChangeGrant HSSCCH-Code-Change-Grant OPTIONAL,
sixtyfourQAM-UsageAllowedIndicator SixtyfourQAM-UsageAllowedIndicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-Secondary-Serving-Information-To-Modify-ExtIEs } } OPTIONAL,
...
}
HS-DSCH-Secondary-Serving-Information-To-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-MIMO-Mode-Indicator CRITICALITY reject EXTENSION MIMO-Mode-Indicator PRESENCE optional}|
{ID id-Single-Stream-MIMO-Mode-Indicator CRITICALITY reject EXTENSION Single-Stream-MIMO-Mode-Indicator PRESENCE optional}|
{ID id-DiversityMode CRITICALITY reject EXTENSION DiversityMode PRESENCE optional}|
{ID id-TransmitDiversityIndicator CRITICALITY reject EXTENSION TransmitDiversityIndicator PRESENCE optional}|
-- This IE shall be present if Diversity Mode IE is present and is not set to “none”
{ID id-NonCellSpecificTxDiversity CRITICALITY reject EXTENSION NonCellSpecificTxDiversity PRESENCE optional}|
{ID id-power-offset-for-S-CPICH-for-MIMO-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMORequestIndicator PRESENCE optional}|
{ID id-OrdinalNumberOfFrequency CRITICALITY reject EXTENSION OrdinalNumberOfFrequency PRESENCE optional}|
{ID id-MIMO-withfourtransmitantennas-ModeIndicator CRITICALITY reject EXTENSION MIMO-withfourtransmitantennas-ModeIndicator PRESENCE optional}|
{ID id-DualStream-MIMO-withfourtransmitantennas-ModeIndicator CRITICALITY reject EXTENSION DualStream-MIMO-withfourtransmitantennas-ModeIndicator PRESENCE optional}|
{ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennasRequestIndicator PRESENCE optional}|
{ID id-Multiflow-OrdinalNumberOfFrequency CRITICALITY reject EXTENSION Multiflow-OrdinalNumberOfFrequency PRESENCE optional},
...
}
HS-DSCH-FDD-Secondary-Serving-Information-To-Modify-Unsynchronised ::= SEQUENCE {
hsscch-PowerOffset HSSCCH-PowerOffset OPTIONAL,
sixtyfourQAM-UsageAllowedIndicator SixtyfourQAM-UsageAllowedIndicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-FDD-Secondary-Serving-Information-To-Modify-Unsynchronised-ExtIEs } } OPTIONAL,
...
}
HS-DSCH-FDD-Secondary-Serving-Information-To-Modify-Unsynchronised-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-MIMO-Mode-Indicator CRITICALITY reject EXTENSION MIMO-Mode-Indicator PRESENCE optional}|
{ID id-Single-Stream-MIMO-Mode-Indicator CRITICALITY reject EXTENSION Single-Stream-MIMO-Mode-Indicator PRESENCE optional}|
{ID id-power-offset-for-S-CPICH-for-MIMO-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMORequestIndicator PRESENCE optional}|
{ID id-OrdinalNumberOfFrequency CRITICALITY reject EXTENSION OrdinalNumberOfFrequency PRESENCE optional}|
{ID id-MIMO-withfourtransmitantennas-ModeIndicator CRITICALITY reject EXTENSION MIMO-withfourtransmitantennas-ModeIndicator PRESENCE optional}|
{ID id-DualStream-MIMO-withfourtransmitantennas-ModeIndicator CRITICALITY reject EXTENSION DualStream-MIMO-withfourtransmitantennas-ModeIndicator PRESENCE optional}|
{ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennasRequestIndicator PRESENCE optional}|
{ID id-Multiflow-OrdinalNumberOfFrequency CRITICALITY reject EXTENSION Multiflow-OrdinalNumberOfFrequency PRESENCE optional},
...
}
HS-DSCH-FDD-Secondary-Serving-Update-Information ::= SEQUENCE {
hsSCCHCodeChangeIndicator HSSCCH-CodeChangeIndicator OPTIONAL,
hS-PDSCH-Code-Change-Indicator HS-PDSCH-Code-Change-Indicator OPTIONAL,
-- This IE shall never be included. If received it shall be ignored.
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-FDD-Secondary-Serving-Update-Information-ExtIEs } } OPTIONAL,
...
}
HS-DSCH-FDD-Secondary-Serving-Update-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-PrecoderWeightSetRestriction CRITICALITY ignore EXTENSION Precoder-Weight-Set-Restriction PRESENCE optional},
...
}
HS-DSCH-Secondary-Serving-Cell-Change-Information-Response ::= SEQUENCE {
hS-DSCH-Secondary-Serving-cell-choice HS-DSCH-Secondary-Serving-cell-change-choice,
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-Secondary-Serving-Cell-Change-Information-Response-ExtIEs } } OPTIONAL,
...
}
HS-DSCH-Secondary-Serving-Cell-Change-Information-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-DSCH-Secondary-Serving-cell-change-choice ::= CHOICE {
hS-Secondary-Serving-cell-change-successful HS-Secondary-Serving-cell-change-successful,
hS-Secondary-Serving-cell-change-unsuccessful HS-Secondary-Serving-cell-change-unsuccessful,
...
}
HS-Secondary-Serving-cell-change-successful ::= SEQUENCE {
hS-DSCH-FDD-Secondary-Serving-Information-Response HS-DSCH-FDD-Secondary-Serving-Information-Response,
hSDSCH-RNTI HSDSCH-RNTI,
iE-Extensions ProtocolExtensionContainer { { HS-Secondary-Serving-cell-change-successful-ExtIEs} } OPTIONAL,
...
}
HS-Secondary-Serving-cell-change-successful-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-Secondary-Serving-cell-change-unsuccessful ::= SEQUENCE {
cause Cause,
iE-Extensions ProtocolExtensionContainer { { HS-Secondary-Serving-cell-change-unsuccessful-ExtIEs} } OPTIONAL,
...
}
HS-Secondary-Serving-cell-change-unsuccessful-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-DSCH-Secondary-Serving-Remove ::= NULL
HSDSCH-Information-to-Modify ::= SEQUENCE {
hSDSCH-MACdFlow-Specific-InfoList-to-Modify HSDSCH-MACdFlow-Specific-InfoList-to-Modify OPTIONAL,
priorityQueue-Info-to-Modify PriorityQueue-InfoList-to-Modify OPTIONAL,
mAChs-Reordering-Buffer-Size-for-RLC-UM MAChsReorderingBufferSize-for-RLC-UM OPTIONAL,
cqiFeedback-CycleK CQI-Feedback-Cycle OPTIONAL, -- For FDD only
cqiRepetitionFactor CQI-RepetitionFactor OPTIONAL, -- For FDD only
ackNackRepetitionFactor AckNack-RepetitionFactor OPTIONAL, -- For FDD only
cqiPowerOffset CQI-Power-Offset OPTIONAL, -- For FDD only
ackPowerOffset Ack-Power-Offset OPTIONAL, -- For FDD only
nackPowerOffset Nack-Power-Offset OPTIONAL, -- For FDD only
hsscch-PowerOffset HSSCCH-PowerOffset OPTIONAL, -- For FDD only
hSSCCH-CodeChangeGrant HSSCCH-Code-Change-Grant OPTIONAL,
tDDAckNackPowerOffset TDD-AckNack-Power-Offset OPTIONAL, -- For TDD only
iE-Extensions ProtocolExtensionContainer { { HSDSCH-Information-to-Modify-ExtIEs } } OPTIONAL,
...
}
HSDSCH-Information-to-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HARQ-Preamble-Mode CRITICALITY ignore EXTENSION HARQ-Preamble-Mode PRESENCE optional}|
{ ID id-HS-PDSCH-Code-Change-Grant CRITICALITY ignore EXTENSION HS-PDSCH-Code-Change-Grant PRESENCE optional}|
-- Applicable to FDD only
{ ID id-MIMO-Mode-Indicator CRITICALITY reject EXTENSION MIMO-Mode-Indicator PRESENCE optional}|
{ ID id-HSDSCH-MACdPDUSizeFormat CRITICALITY reject EXTENSION HSDSCH-MACdPDUSizeFormat PRESENCE optional}|
{ ID id-SixtyfourQAM-UsageAllowedIndicator CRITICALITY ignore EXTENSION SixtyfourQAM-UsageAllowedIndicator PRESENCE optional}|
{ ID id-UE-Capabilities-Info CRITICALITY ignore EXTENSION UE-Capabilities-Info PRESENCE optional}|
{ ID id-EnhancedHSServingCC-Abort CRITICALITY reject EXTENSION EnhancedHSServingCC-Abort PRESENCE optional}|
{ ID id-UE-SupportIndicatorExtension CRITICALITY ignore EXTENSION UE-SupportIndicatorExtension PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMORequestIndicator PRESENCE optional}|
{ ID id-Single-Stream-MIMO-Mode-Indicator CRITICALITY reject EXTENSION Single-Stream-MIMO-Mode-Indicator PRESENCE optional}|
{ ID id-MIMO-withfourtransmitantennas-ModeIndicator CRITICALITY reject EXTENSION MIMO-withfourtransmitantennas-ModeIndicator PRESENCE optional}|
{ ID id-DualStream-MIMO-withfourtransmitantennas-ModeIndicator CRITICALITY reject EXTENSION DualStream-MIMO-withfourtransmitantennas-ModeIndicator PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennasRequestIndicator PRESENCE optional}|
{ ID id-Multiflow-Reconfiguration CRITICALITY reject EXTENSION Multiflow-Reconfiguration PRESENCE optional}|
{ ID id-CQI-Feedback-Cycle2-k CRITICALITY ignore EXTENSION CQI-Feedback-Cycle2 PRESENCE optional}|
{ ID id-CQI-Cycle-Switch-Timer CRITICALITY ignore EXTENSION CQI-Cycle-Switch-Timer PRESENCE optional},
...
}
HSDSCH-Information-to-Modify-Unsynchronised ::= SEQUENCE {
hSDSCH-MACdFlow-Specific-InfoList-to-Modify HSDSCH-MACdFlow-Specific-InfoList-to-Modify OPTIONAL,
priorityQueueInfotoModifyUnsynchronised PriorityQueue-InfoList-to-Modify-Unsynchronised OPTIONAL,
cqiPowerOffset CQI-Power-Offset OPTIONAL, -- For FDD only
ackPowerOffset Ack-Power-Offset OPTIONAL, -- For FDD only
nackPowerOffset Nack-Power-Offset OPTIONAL, -- For FDD only
hsscch-PowerOffset HSSCCH-PowerOffset OPTIONAL, -- Only for FDD
tDDAckNackPowerOffset TDD-AckNack-Power-Offset OPTIONAL, -- For TDD only
iE-Extensions ProtocolExtensionContainer { { HSDSCH-Information-to-Modify-Unsynchronised-ExtIEs } } OPTIONAL,
...
}
HSDSCH-Information-to-Modify-Unsynchronised-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HARQ-Preamble-Mode CRITICALITY ignore EXTENSION HARQ-Preamble-Mode PRESENCE optional}|
{ ID id-MIMO-Mode-Indicator CRITICALITY reject EXTENSION MIMO-Mode-Indicator PRESENCE optional}|
{ ID id-SixtyfourQAM-UsageAllowedIndicator CRITICALITY ignore EXTENSION SixtyfourQAM-UsageAllowedIndicator PRESENCE optional}|
{ ID id-EnhancedHSServingCC-Abort CRITICALITY reject EXTENSION EnhancedHSServingCC-Abort PRESENCE optional}|
{ ID id-UE-SupportIndicatorExtension CRITICALITY ignore EXTENSION UE-SupportIndicatorExtension PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMORequestIndicator PRESENCE optional}|
{ ID id-Single-Stream-MIMO-Mode-Indicator CRITICALITY reject EXTENSION Single-Stream-MIMO-Mode-Indicator PRESENCE optional}|
{ ID id-MIMO-withfourtransmitantennas-ModeIndicator CRITICALITY reject EXTENSION MIMO-withfourtransmitantennas-ModeIndicator PRESENCE optional}|
{ ID id-DualStream-MIMO-withfourtransmitantennas-ModeIndicator CRITICALITY reject EXTENSION DualStream-MIMO-withfourtransmitantennas-ModeIndicator PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennasRequestIndicator PRESENCE optional}|
{ ID id-Multiflow-Reconfiguration CRITICALITY reject EXTENSION Multiflow-Reconfiguration PRESENCE optional},
...
}
HSDSCH-MACdFlow-ID ::= INTEGER (0..maxNrOfMACdFlows-1)
HSDSCH-MACdFlow-Specific-InfoList ::= SEQUENCE (SIZE (1..maxNrOfMACdFlows)) OF HSDSCH-MACdFlow-Specific-InfoItem
HSDSCH-MACdPDUSizeFormat ::= ENUMERATED {
indexedMACdPDU-Size,
flexibleMACdPDU-Size
}
HSDSCH-MACdFlow-Specific-InfoItem ::= SEQUENCE {
hSDSCH-MACdFlow-ID HSDSCH-MACdFlow-ID,
allocationRetentionPriority AllocationRetentionPriority,
trafficClass TrafficClass,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HSDSCH-MACdFlow-Specific-InfoItem-ExtIEs } } OPTIONAL,
...
}
HSDSCH-MACdFlow-Specific-InfoItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-TnlQos CRITICALITY ignore EXTENSION TnlQos PRESENCE optional}|
{ID id-TrCH-SrcStatisticsDescr CRITICALITY ignore EXTENSION TrCH-SrcStatisticsDescr PRESENCE optional},
...
}
HSDSCH-MACdFlow-Specific-InfoList-Response ::= SEQUENCE (SIZE (0..maxNrOfMACdFlows)) OF HSDSCH-MACdFlow-Specific-InfoItem-Response
HSDSCH-MACdFlow-Specific-InfoItem-Response ::= SEQUENCE {
hSDSCH-MACdFlow-ID HSDSCH-MACdFlow-ID,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
hSDSCH-Initial-Capacity-Allocation HSDSCH-Initial-Capacity-Allocation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HSDSCH-MACdFlow-Specific-InfoItem-Response-ExtIEs } } OPTIONAL,
...
}
HSDSCH-MACdFlow-Specific-InfoItem-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSDSCH-MACdFlow-Specific-InfoList-to-Modify ::= SEQUENCE (SIZE (1..maxNrOfMACdFlows)) OF HSDSCH-MACdFlow-Specific-InfoItem-to-Modify
HSDSCH-MACdFlow-Specific-InfoItem-to-Modify ::= SEQUENCE {
hSDSCH-MACdFlow-ID HSDSCH-MACdFlow-ID,
allocationRetentionPriority AllocationRetentionPriority OPTIONAL,
transportBearerRequestIndicator TransportBearerRequestIndicator,
trafficClass TrafficClass OPTIONAL,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HSDSCH-MACdFlow-Specific-InfoItem-to-Modify-ExtIEs } } OPTIONAL,
...
}
HSDSCH-MACdFlow-Specific-InfoItem-to-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-TnlQos CRITICALITY ignore EXTENSION TnlQos PRESENCE optional },
...
}
HSDSCH-MACdFlows-Information ::= SEQUENCE {
hSDSCH-MACdFlow-Specific-Info HSDSCH-MACdFlow-Specific-InfoList,
priorityQueue-Info PriorityQueue-InfoList,
iE-Extensions ProtocolExtensionContainer { { HSDSCH-MACdFlows-Information-ExtIEs } } OPTIONAL,
...
}
HSDSCH-MACdFlows-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSDSCH-MACdFlows-to-Delete ::= SEQUENCE (SIZE (1..maxNrOfMACdFlows)) OF HSDSCH-MACdFlows-to-Delete-Item
HSDSCH-MACdFlows-to-Delete-Item ::= SEQUENCE {
hsDSCH-MACdFlow-ID HSDSCH-MACdFlow-ID,
iE-Extensions ProtocolExtensionContainer { { HSDSCH-MACdFlows-to-Delete-Item-ExtIEs} } OPTIONAL,
...
}
HSDSCH-MACdFlows-to-Delete-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSDSCH-Initial-Capacity-Allocation::= SEQUENCE (SIZE (1..maxNrOfPrioQueues)) OF HSDSCH-Initial-Capacity-AllocationItem
HSDSCH-Initial-Capacity-AllocationItem ::= SEQUENCE {
schedulingPriorityIndicator SchedulingPriorityIndicator,
maximum-MACdPDU-Size MACdPDU-Size,
hSDSCH-InitialWindowSize HSDSCH-InitialWindowSize,
iE-Extensions ProtocolExtensionContainer { {HSDSCH-Initial-Capacity-AllocationItem-ExtIEs} } OPTIONAL,
...
}
HSDSCH-Initial-Capacity-AllocationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MaximumMACdPDU-SizeExtended CRITICALITY ignore EXTENSION MAC-PDU-SizeExtended PRESENCE optional},
...
}
HSDSCH-InitialWindowSize ::= INTEGER (1..255)
-- Number of MAC-d PDUs.
HSDSCH-PreconfigurationInfo ::= SEQUENCE {
setsOfHS-SCCH-Codes SetsOfHS-SCCH-Codes,
hARQ-MemoryPartitioning HARQ-MemoryPartitioning,
eDCH-FDD-DL-ControlChannelInformation EDCH-FDD-DL-ControlChannelInformation OPTIONAL,
hARQ-Preamble-Mode-Activation-Indicator HARQ-Preamble-Mode-Activation-Indicator OPTIONAL,
mIMO-N-M-Ratio MIMO-InformationResponse OPTIONAL,
continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HSDSCH-PreconfigurationInfo-ExtIEs} } OPTIONAL,
...
}
HSDSCH-PreconfigurationInfo-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-power-offset-for-S-CPICH-for-MIMO CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMO PRESENCE optional}|
{ ID id-Additional-EDCH-Preconfiguration-Information CRITICALITY ignore EXTENSION Additional-EDCH-Preconfiguration-Information PRESENCE optional}|
{ ID id-Support-of-Dynamic-DTXDRX-Related-HS-SCCH-Order CRITICALITY ignore EXTENSION Support-of-Dynamic-DTXDRX-Related-HS-SCCH-Order PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennas PRESENCE optional}|
{ ID id-FTPICH-Information-Response CRITICALITY ignore EXTENSION FTPICH-Information-Response PRESENCE optional},
...
}
Additional-EDCH-Preconfiguration-Information ::= SEQUENCE (SIZE (1..maxNrOfEDCH-1)) OF Additional-EDCH-Preconfiguration-Information-ItemIEs
Additional-EDCH-Preconfiguration-Information-ItemIEs ::= SEQUENCE {
eDCH-FDD-DL-ControlChannelInformation EDCH-FDD-DL-ControlChannelInformation,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-Preconfiguration-Information-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-Preconfiguration-Information-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSDSCH-PreconfigurationSetup ::= SEQUENCE {
mAChsResetScheme MAChsResetScheme,
hSDSCH-Physical-Layer-Category INTEGER (1..64,...),
mAChs-Reordering-Buffer-Size-for-RLC-UM MAChsReorderingBufferSize-for-RLC-UM,
secondaryServingCells SecondaryServingCells OPTIONAL,
numPrimaryHS-SCCH-Codes NumHS-SCCH-Codes OPTIONAL,
hARQ-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
mIMO-ActivationIndicator MIMO-ActivationIndicator OPTIONAL,
hSDSCH-MACdPDUSizeFormat HSDSCH-MACdPDUSizeFormat OPTIONAL,
sixtyfourQAM-UsageAllowedIndicator SixtyfourQAM-UsageAllowedIndicator OPTIONAL,
uE-with-enhanced-HS-SCCH-support-indicator NULL OPTIONAL,
continuous-Packet-Connectivity-HS-SCCH-Less-Information Continuous-Packet-Connectivity-HS-SCCH-Less-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HSDSCHPreconfigurationSetup-ExtIEs } } OPTIONAL,
...
}
HSDSCHPreconfigurationSetup-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UE-SupportIndicatorExtension CRITICALITY ignore EXTENSION UE-SupportIndicatorExtension PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMORequestIndicator PRESENCE optional}|
{ ID id-MIMO-withfourtransmitantennas-ActivationIndicator CRITICALITY ignore EXTENSION MIMO-withfourtransmitantennas-ActivationIndicator PRESENCE optional}|
{ ID id-DualStream-MIMO-withfourtransmitantennas-ActivationIndicator CRITICALITY ignore EXTENSION DualStream-MIMO-withfourtransmitantennas-ActivationIndicator PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennasRequestIndicator PRESENCE optional}|
{ ID id-Multiflow-Information CRITICALITY ignore EXTENSION Multiflow-Information PRESENCE optional}|
{ ID id-FTPICH-Information CRITICALITY ignore EXTENSION FTPICH-Information PRESENCE optional}|
{ ID id-UL-CLTD-Information CRITICALITY ignore EXTENSION UL-CLTD-Information PRESENCE optional}|
{ ID id-UL-MIMO-Information CRITICALITY ignore EXTENSION UL-MIMO-Information PRESENCE optional}|
{ ID id-SixteenQAM-UL-Operation-Indicator CRITICALITY ignore EXTENSION SixteenQAM-UL-Operation-Indicator PRESENCE optional}|
{ ID id-SixtyfourQAM-UL-Operation-Indicator CRITICALITY reject EXTENSION SixtyfourQAM-UL-Operation-Indicator PRESENCE optional},
...
}
HS-SCCH-PreconfiguredCodes ::= SEQUENCE (SIZE (1..maxNrOfHSSCCHCodes)) OF HS-SCCH-PreconfiguredCodesItem
HS-SCCH-PreconfiguredCodesItem ::= SEQUENCE {
hS-SCCH-CodeNumber HS-SCCH-CodeNumber,
iE-Extensions ProtocolExtensionContainer { { HS-SCCH-PreconfiguredCodesItem-ExtIEs} } OPTIONAL,
...
}
HS-SCCH-PreconfiguredCodesItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-SCCH-CodeNumber ::= INTEGER (0..127)
HSDSCH-RNTI ::= INTEGER (0..65535)
HS-DSCH-serving-cell-change-information ::= SEQUENCE {
hS-PDSCH-RLID RL-ID,
hSDSCH-FDD-Information HSDSCH-FDD-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-serving-cell-change-information-ExtIEs} } OPTIONAL,
...
}
HS-DSCH-serving-cell-change-information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information CRITICALITY reject EXTENSION Continuous-Packet-Connectivity-HS-SCCH-Less-Information PRESENCE optional}|
{ ID id-Continuous-Packet-Connectivity-DTX-DRX-Information CRITICALITY reject EXTENSION Continuous-Packet-Connectivity-DTX-DRX-Information PRESENCE optional},
...
}
HS-DSCH-serving-cell-change-informationResponse ::= SEQUENCE {
hS-DSCH-serving-cell-choice HS-DSCH-serving-cell-change-choice,
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-serving-cell-change-informationResponse-ExtIEs} } OPTIONAL,
...
}
HS-DSCH-serving-cell-change-informationResponse-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-DSCH-serving-cell-change-choice ::= CHOICE {
hS-serving-cell-change-successful HS-serving-cell-change-successful,
hS-serving-cell-change-unsuccessful HS-serving-cell-change-unsuccessful,
...
}
HSDSCH-TBSizeTableIndicator ::= ENUMERATED {
octet-aligned
}
HS-serving-cell-change-successful ::= SEQUENCE {
hSDSCH-FDD-Information-Response HSDSCH-FDD-Information-Response,
hSDSCH-RNTI HSDSCH-RNTI,
iE-Extensions ProtocolExtensionContainer { { HS-serving-cell-change-successful-ExtIEs} } OPTIONAL,
...
}
HS-serving-cell-change-successful-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response CRITICALITY ignore EXTENSION Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response PRESENCE optional},
...
}
HS-serving-cell-change-unsuccessful ::= SEQUENCE {
cause Cause,
iE-Extensions ProtocolExtensionContainer { { HS-serving-cell-change-unsuccessful-ExtIEs} } OPTIONAL,
...
}
HS-serving-cell-change-unsuccessful-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSPDSCH-First-Code-Index ::= INTEGER (1..maxHS-PDSCHCodeNrComp-1)
-- index of first HS-PDSCH code
HSPDSCH-Second-Code-Index ::= INTEGER (1..maxHS-PDSCHCodeNrComp-1)
-- index of second HS-PDSCH code
HSPDSCH-Second-Code-Support ::= BOOLEAN
-- true: applied, false: not applied
HSDSCH-TDD-Information ::= SEQUENCE {
hSDSCH-MACdFlows-Information HSDSCH-MACdFlows-Information,
uE-Capabilities-Info UE-Capabilities-Info,
mAChs-Reordering-Buffer-Size-for-RLC-UM MAChsReorderingBufferSize-for-RLC-UM,
tDD-AckNack-Power-Offset TDD-AckNack-Power-Offset,
iE-Extensions ProtocolExtensionContainer { { HSDSCH-TDD-Information-ExtIEs } } OPTIONAL,
...
}
HSDSCH-TDD-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSDSCH-MACdPDUSizeFormat CRITICALITY reject EXTENSION HSDSCH-MACdPDUSizeFormat PRESENCE optional}|
{ ID id-HSSICH-SIRTarget CRITICALITY ignore EXTENSION UL-SIR PRESENCE optional}|
-- Applicable to 1.28Mcps TDD only
{ ID id-HSSICH-TPC-StepSize CRITICALITY ignore EXTENSION TDD-TPC-UplinkStepSize-LCR PRESENCE optional}|
-- Mandatory for 1.28Mcps TDD only
{ ID id-tSN-Length CRITICALITY reject EXTENSION TSN-Length PRESENCE optional}|
-- Applicable for 1.28Mcps TDD when using multiple frequencies
{ ID id-MIMO-ActivationIndicator CRITICALITY reject EXTENSION MIMO-ActivationIndicator PRESENCE optional},
...
}
HSDSCH-TDD-Information-Response ::= SEQUENCE {
hSDSCH-MACdFlow-Specific-InfoList-Response HSDSCH-MACdFlow-Specific-InfoList-Response OPTIONAL,
hSSCCH-TDD-Specific-InfoList-Response HSSCCH-TDD-Specific-InfoList-Response OPTIONAL,
-- Not Applicable to 1.28Mcps TDD
hSSCCH-TDD-Specific-InfoList-Response-LCR HSSCCH-TDD-Specific-InfoList-Response-LCR OPTIONAL,
-- Not Applicable to 3.84Mcps TDD or 7.68Mcps TDD. This HSSCCH Specific Information is for the first Frequency repetition, HSSCCH Specific Information for Frequency repetitions 2 and on, should be defined in MultipleFreq-HSPDSCH-InformationList-ResponseTDDLCR
hSPDSCH-TDD-Specific-InfoList-Response HSPDSCH-TDD-Specific-InfoList-Response OPTIONAL,
hSPDSCH-TDD-Specific-InfoList-Response-LCR HSPDSCH-TDD-Specific-InfoList-Response-LCR OPTIONAL,
hARQ-MemoryPartitioning HARQ-MemoryPartitioning OPTIONAL,
-- For 1.28Mcps TDD, this HARQ Memory Partitioning Information is for the first Frequency repetition, HARQ Memory Partitioning Information for Frequency repetitions 2 and on, should be defined in MultipleFreq-HSPDSCH-InformationList-ResponseTDDLCR
iE-Extensions ProtocolExtensionContainer { { HSDSCH-TDD-Information-Response-ExtIEs } } OPTIONAL,
...
}
HSDSCH-TDD-Information-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-User-Plane-Congestion-Fields-Inclusion CRITICALITY ignore EXTENSION User-Plane-Congestion-Fields-Inclusion PRESENCE optional}|
{ ID id-hSSCCH-TDD-Specific-InfoList-Response768 CRITICALITY ignore EXTENSION HSSCCH-TDD-Specific-InfoList-Response768 PRESENCE optional}|
{ ID id-hSPDSCH-TDD-Specific-InfoList-Response768 CRITICALITY ignore EXTENSION HSPDSCH-TDD-Specific-InfoList-Response768 PRESENCE optional}|
{ ID id-UARFCNforNt CRITICALITY ignore EXTENSION UARFCN PRESENCE optional}|
-- Applicable to 1.28Mcps TDD when using multiple frequencies ,This is the UARFCN for the first Frequency repetition
{ ID id-multipleFreq-HSPDSCH-InformationList-ResponseTDDLCR CRITICALITY ignore EXTENSION MultipleFreq-HSPDSCH-InformationList-ResponseTDDLCR PRESENCE optional}|
-- Applicable to 1.28Mcps TDD when using multiple frequencies ,This MultipleFreq-HSPDSCH-InformationList-ResponseTDDLCR is the HS-SCCH and HARQ Memory Partitioning information for the 2nd and beyond HS-PDSCH frequencies
{ ID id-multicarrier-number CRITICALITY ignore EXTENSION Multicarrier-Number PRESENCE optional}|
-- Applicable for 1.28Mcps TDD when using multiple frequencies
{ID id-MIMO-SFMode-For-HSPDSCHDualStream CRITICALITY reject EXTENSION MIMO-SFMode-For-HSPDSCHDualStream PRESENCE optional}|
{ID id-MIMO-ReferenceSignal-InformationListLCR CRITICALITY reject EXTENSION MIMO-ReferenceSignal-InformationListLCR PRESENCE optional}|
{ ID id-TS0-HS-PDSCH-Indication-LCR CRITICALITY ignore EXTENSION TS0-HS-PDSCH-Indication-LCR PRESENCE optional}|
{ ID id-Out-of-Sychronization-Window CRITICALITY reject EXTENSION Out-of-Sychronization-Window PRESENCE optional},
...
}
Multicarrier-Number ::= INTEGER (1..maxHSDPAFrequency)
HSPDSCH-TDD-Specific-InfoList-Response ::= SEQUENCE (SIZE (0..maxNrOfDLTs)) OF HSPDSCH-TDD-Specific-InfoItem-Response
HSPDSCH-TDD-Specific-InfoItem-Response ::= SEQUENCE {
timeslot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType,
iE-Extensions ProtocolExtensionContainer { { HSPDSCH-TDD-Specific-InfoItem-Response-ExtIEs } } OPTIONAL,
...
}
HSPDSCH-TDD-Specific-InfoItem-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSPDSCH-TDD-Specific-InfoList-Response-LCR ::= SEQUENCE (SIZE (1.. maxNrOfDLTsLCR)) OF HSPDSCH-TDD-Specific-InfoItem-Response-LCR
HSPDSCH-TDD-Specific-InfoItem-Response-LCR ::= SEQUENCE {
timeslotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR,
iE-Extensions ProtocolExtensionContainer { { HSPDSCH-TDD-Specific-InfoItem-Response-LCR-ExtIEs } } OPTIONAL,
...
}
HSPDSCH-TDD-Specific-InfoItem-Response-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSPDSCH-TDD-Specific-InfoList-Response768 ::= SEQUENCE (SIZE (0..maxNrOfDLTs)) OF HSPDSCH-TDD-Specific-InfoItem-Response768
HSPDSCH-TDD-Specific-InfoItem-Response768 ::= SEQUENCE {
timeslot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768,
iE-Extensions ProtocolExtensionContainer { { HSPDSCH-TDD-Specific-InfoItem-Response-768-ExtIEs } } OPTIONAL,
...
}
HSPDSCH-TDD-Specific-InfoItem-Response-768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSSCCH-FDD-Specific-InfoList-Response ::= SEQUENCE (SIZE (0..maxNrOfHSSCCHCodes)) OF HSSCCH-FDD-Specific-InfoItem-Response
HSSCCH-FDD-Specific-InfoItem-Response ::= SEQUENCE {
code-Number INTEGER (0..127),
iE-Extensions ProtocolExtensionContainer { { HSSCCH-FDD-Specific-InfoItem-Response-ExtIEs } } OPTIONAL,
...
}
HSSCCH-FDD-Specific-InfoItem-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSSCCH-PowerOffset ::= INTEGER (0..255)
-- PowerOffset = -32 + offset * 0.25
-- Unit dB, Range -32dB .. +31.75dB, Step +0.25dB
HSSCCH-TDD-Specific-InfoList-Response ::= SEQUENCE (SIZE (0..maxNrOfHSSCCHCodes)) OF HSSCCH-TDD-Specific-InfoItem-Response
HSSCCH-TDD-Specific-InfoItem-Response ::= SEQUENCE {
timeslot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType,
tDD-ChannelisationCode TDD-ChannelisationCode,
hSSICH-Info HSSICH-Info,
iE-Extensions ProtocolExtensionContainer { { HSSCCH-TDD-Specific-InfoItem-Response-ExtIEs } } OPTIONAL,
...
}
HSSCCH-TDD-Specific-InfoItem-Response-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSSCCH-TDD-Specific-InfoList-Response-LCR ::= SEQUENCE (SIZE (0..maxNrOfHSSCCHCodes)) OF HSSCCH-TDD-Specific-InfoItem-Response-LCR
HSSCCH-TDD-Specific-InfoItem-Response-LCR ::= SEQUENCE {
timeslotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR,
first-TDD-ChannelisationCode TDD-ChannelisationCode,
second-TDD-ChannelisationCode TDD-ChannelisationCode,
hSSICH-InfoLCR HSSICH-InfoLCR,
iE-Extensions ProtocolExtensionContainer { { HSSCCH-TDD-Specific-InfoItem-Response-LCR-ExtIEs } } OPTIONAL,
...
}
HSSCCH-TDD-Specific-InfoItem-Response-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSSCCH-TDD-Specific-InfoList-Response768 ::= SEQUENCE (SIZE (0..maxNrOfHSSCCHCodes)) OF HSSCCH-TDD-Specific-InfoItem-Response768
HSSCCH-TDD-Specific-InfoItem-Response768 ::= SEQUENCE {
timeslot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768,
tDD-ChannelisationCode768 TDD-ChannelisationCode768,
hSSICH-Info768 HSSICH-Info768,
iE-Extensions ProtocolExtensionContainer { { HSSCCH-TDD-Specific-InfoItem-Response768-ExtIEs } } OPTIONAL,
...
}
HSSCCH-TDD-Specific-InfoItem-Response768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSSICH-Info ::= SEQUENCE {
hsSICH-ID HS-SICH-ID,
timeslot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType,
tDD-ChannelisationCode TDD-ChannelisationCode,
iE-Extensions ProtocolExtensionContainer { { HSSICH-Info-ExtIEs } } OPTIONAL,
...
}
HSSICH-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSSICH-InfoLCR ::= SEQUENCE {
hsSICH-ID HS-SICH-ID,
timeslotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR,
tDD-ChannelisationCode TDD-ChannelisationCode,
iE-Extensions ProtocolExtensionContainer { { HSSICH-Info-LCR-ExtIEs } } OPTIONAL,
...
}
HSSICH-Info-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HS-SICH-ID-Extension CRITICALITY ignore EXTENSION HS-SICH-ID-Extension PRESENCE optional},
-- Applicable for 1.28Mcps TDD only when the HS-SICH ID IE is more than 31
...
}
HSSICH-Info768 ::= SEQUENCE {
hsSICH-ID HS-SICH-ID,
timeslot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768,
tDD-ChannelisationCode768 TDD-ChannelisationCode768,
iE-Extensions ProtocolExtensionContainer { { HSSICH-Info-768-ExtIEs } } OPTIONAL,
...
}
HSSICH-Info-768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-SICH-Reception-Quality-Value ::= SEQUENCE {
failed-HS-SICH HS-SICH-failed,
missed-HS-SICH HS-SICH-missed,
total-HS-SICH HS-SICH-total,
iE-Extensions ProtocolExtensionContainer { { HS-SICH-Reception-Quality-Value-ExtIEs} } OPTIONAL,
...
}
HS-SICH-Reception-Quality-Value-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-SICH-failed ::= INTEGER (0..20)
HS-SICH-missed ::= INTEGER (0..20)
HS-SICH-total ::= INTEGER (0..20)
HS-SICH-Reception-Quality-Measurement-Value ::= INTEGER (0..20)
-- According to mapping in TS 25.133 [23]
HS-SICH-ID ::= INTEGER (0..31)
HS-SICH-ID-Extension ::= INTEGER (32..255,...)
HSSCCH-CodeChangeIndicator ::= ENUMERATED {
hsSCCHCodeChangeNeeded
}
HSSCCH-Code-Change-Grant ::= ENUMERATED {
changeGranted
}
HS-PDSCH-Code-Change-Indicator ::= ENUMERATED {
hsPDSCHCodeChangeNeeded
}
HS-PDSCH-Code-Change-Grant ::= ENUMERATED {
changeGranted
}
HSDSCH-FDD-Update-Information ::= SEQUENCE {
hsSCCHCodeChangeIndicator HSSCCH-CodeChangeIndicator OPTIONAL,
cqiFeedback-CycleK CQI-Feedback-Cycle OPTIONAL,
cqiRepetitionFactor CQI-RepetitionFactor OPTIONAL,
ackNackRepetitionFactor AckNack-RepetitionFactor OPTIONAL,
cqiPowerOffset CQI-Power-Offset OPTIONAL,
ackPowerOffset Ack-Power-Offset OPTIONAL,
nackPowerOffset Nack-Power-Offset OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HSDSCH-FDD-Update-Information-ExtIEs } } OPTIONAL,
...
}
HSDSCH-FDD-Update-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-HS-PDSCH-Code-Change-Indicator CRITICALITY ignore EXTENSION HS-PDSCH-Code-Change-Indicator PRESENCE optional}|
{ID id-PrecoderWeightSetRestriction CRITICALITY ignore EXTENSION Precoder-Weight-Set-Restriction PRESENCE optional}|
{ID id-CQI-Feedback-Cycle2-k CRITICALITY ignore EXTENSION CQI-Feedback-Cycle2 PRESENCE optional}|
{ID id-CQI-Cycle-Switch-Timer CRITICALITY ignore EXTENSION CQI-Cycle-Switch-Timer PRESENCE optional},
...
}
HSDSCH-TDD-Update-Information ::= SEQUENCE {
hsSCCHCodeChangeIndicator HSSCCH-CodeChangeIndicator OPTIONAL,
tDDAckNackPowerOffset TDD-AckNack-Power-Offset OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HSDSCH-TDD-Update-Information-ExtIEs } } OPTIONAL,
...
}
HSDSCH-TDD-Update-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MIMO-ReferenceSignal-InformationListLCR ::= SEQUENCE (SIZE (1..maxNrOfHSSCCHCodes)) OF HSSICH-ReferenceSignal-InformationLCR
HSSICH-ReferenceSignal-InformationLCR ::= SEQUENCE {
midambleConfigurationLCR MidambleConfigurationLCR,
midambleShift INTEGER (0..15),
timeSlotLCR TimeSlotLCR,
iE-Extensions ProtocolExtensionContainer { { HSSICH-ReferenceSignal-InformationLCR-ExtIEs } } OPTIONAL,
...
}
HSSICH-ReferenceSignal-InformationLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-DSCH-Semi-PersistentScheduling-Information-LCR ::= SEQUENCE {
transport-Block-Size-List Transport-Block-Size-List-LCR,
repetition-Period-List-LCR Repetition-Period-List-LCR,
hS-DSCH-SPS-Reservation-Indicator SPS-Reservation-Indicator OPTIONAL,
hS-DSCH-SPS-Operation-Indicator HS-DSCH-SPS-Operation-Indicator,
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-Semi-PersistentScheduling-Information-LCR-ExtIEs } } OPTIONAL,
...
}
HS-DSCH-Semi-PersistentScheduling-Information-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSDSCH-Physical-Layer-Category ::= INTEGER (1..64)
Transport-Block-Size-List-LCR ::= SEQUENCE (SIZE (1..maxNoOfTBSs-Mapping-HS-DSCH-SPS)) OF Transport-Block-Size-Item-LCR
Transport-Block-Size-Item-LCR ::= SEQUENCE {
transport-Block-Size-maping-Index-LCR Transport-Block-Size-maping-Index-LCR,
transport-Block-Size-Index-LCR Transport-Block-Size-Index-LCR,
iE-Extensions ProtocolExtensionContainer { { Transport-Block-Size-Item-LCR-ExtIEs } } OPTIONAL,
...
}
Transport-Block-Size-Item-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Transport-Block-Size-maping-Index-LCR ::= INTEGER (0..maxNoOfTBSs-Mapping-HS-DSCH-SPS-1)
Transport-Block-Size-Index-LCR ::= INTEGER (1..maxNoOfHS-DSCH-TBSsLCR)
TS0-HS-PDSCH-Indication-LCR ::= NULL
Repetition-Period-List-LCR ::= SEQUENCE (SIZE (1..maxNoOfRepetition-Period-LCR)) OF Repetition-Period-Item-LCR
Repetition-Period-Item-LCR ::= SEQUENCE {
repetitionPeriodIndex RepetitionPeriodIndex,
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Repetition-Period-Item-LCR-ExtIEs } } OPTIONAL,
...
}
Repetition-Period-Item-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RepetitionPeriodIndex ::= INTEGER (0..maxNoOfRepetitionPeriod-SPS-LCR-1)
SPS-Reservation-Indicator ::= ENUMERATED {
reserve
}
HS-DSCH-SPS-Operation-Indicator ::= CHOICE {
logicalChannellevel LogicalChannellevel,
priorityQueuelevel PriorityQueuelevel,
...
}
LogicalChannellevel ::= BIT STRING (SIZE (16))
PriorityQueuelevel ::= BIT STRING (SIZE (8))
HS-DSCH-Semi-PersistentScheduling-Information-to-Modify-LCR ::= SEQUENCE {
transport-Block-Size-List Transport-Block-Size-List-LCR OPTIONAL,
repetition-Period-List-LCR Repetition-Period-List-LCR OPTIONAL,
hS-DSCH-SPS-Reservation-Indicator SPS-Reservation-Indicator OPTIONAL,
hS-DSCH-SPS-Operation-Indicator HS-DSCH-SPS-Operation-Indicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-Semi-PersistentScheduling-Information-to-Modify-LCR-ExtIEs } } OPTIONAL,
...
}
HS-DSCH-Semi-PersistentScheduling-Information-to-Modify-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR ::= SEQUENCE {
hS-SICH-InformationList-for-HS-DSCH-SPS HS-SICH-InformationList-for-HS-DSCH-SPS,
initial-HS-PDSCH-SPS-Resource Initial-HS-PDSCH-SPS-Resource OPTIONAL,
buffer-Size-for-HS-DSCH-SPS Process-Memory-Size OPTIONAL,
number-of-Processes-for-HS-DSCH-SPS Number-of-Processes-for-HS-DSCH-SPS OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR-ExtIEs } } OPTIONAL,
...
}
HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-SICH-InformationList-for-HS-DSCH-SPS ::= SEQUENCE (SIZE (1..maxNoOf-HS-SICH-SPS)) OF HS-SICH-InformationItem-for-HS-DSCH-SPS
HS-SICH-InformationItem-for-HS-DSCH-SPS ::= SEQUENCE {
hS-SICH-Mapping-Index HS-SICH-Mapping-Index OPTIONAL,
hS-SICH-Type HS-SICH-Type,
iE-Extensions ProtocolExtensionContainer { { HS-SICH-InformationItem-for-HS-DSCH-SPS-ExtIEs } } OPTIONAL,
...
}
HS-SICH-InformationItem-for-HS-DSCH-SPS-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-SICH-Mapping-Index ::= INTEGER (0..maxNoOf-HS-SICH-SPS-1)
HS-SICH-Type ::= CHOICE {
hS-SCCH-Associated-HS-SICH HS-SCCH-Associated-HS-SICH,
non-HS-SCCH-Associated-HS-SICH Non-HS-SCCH-Associated-HS-SICH,
...
}
HS-SCCH-Associated-HS-SICH ::= SEQUENCE {
hsSICH-ID HS-SICH-ID,
extended-HS-SICH-ID HS-SICH-ID-Extension OPTIONAL,
...
}
Non-HS-SCCH-Associated-HS-SICH::= SEQUENCE {
non-HS-SCCH-Aassociated-HS-SICH-ID Non-HS-SCCH-Aassociated-HS-SICH-ID,
...
}
Non-HS-SCCH-Aassociated-HS-SICH-ID ::= INTEGER (0..255)
Initial-HS-PDSCH-SPS-Resource::= SEQUENCE {
repetitionPeriodIndex RepetitionPeriodIndex,
repetitionLength RepetitionLength OPTIONAL,
hS-PDSCH-Offset TDD-PhysicalChannelOffset,
hS-PDSCH-Midamble-Configuation MidambleShiftLCR,
timeslot-Resource-Related-Information HS-DSCH-TimeslotResourceLCR,
startCode TDD-ChannelisationCode,
endCode TDD-ChannelisationCode,
transport-Block-Size-Index Transport-Block-Size-Index-LCR,
modulationType ModulationSPS-LCR,
hS-SICH-Mapping-Index HS-SICH-Mapping-Index,
iE-Extensions ProtocolExtensionContainer { { Initial-HS-PDSCH-SPS-Resource-ExtIEs } } OPTIONAL,
...
}
Initial-HS-PDSCH-SPS-Resource-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HS-DSCH-TimeslotResourceLCR ::= BIT STRING (SIZE (5))
ModulationSPS-LCR ::= ENUMERATED {
qPSK,
sixteenQAM,
...
}
Number-of-Processes-for-HS-DSCH-SPS ::= INTEGER (1..16)
-- I
IMEI ::= OCTET STRING (SIZE(8))
IMEISV ::= OCTET STRING (SIZE(8))
IMSI ::= OCTET STRING (SIZE(3..8))
Improved-Synchronized-Indicator ::= ENUMERATED {true}
Inactivity-Threshold-for-UE-DTX-Cycle2 ::= ENUMERATED {v1, v4, v8, v16, v32, v64, v128, v256}
-- Unit E-DCH TTI
Inactivity-Threshold-for-UE-DRX-Cycle ::= ENUMERATED {v0, v1, v2, v4, v8, v16, v32, v64, v128, v256, v512}
-- Unit subframe
Inactivity-Threshold-for-UE-Grant-Monitoring ::= ENUMERATED {v0, v1, v2, v4, v8, v16, v32, v64, v128, v256}
-- Unit E-DCH TTI
InformationAvailable::= SEQUENCE {
requestedDataValue RequestedDataValue,
iE-Extensions ProtocolExtensionContainer { { InformationAvailable-ExtIEs} } OPTIONAL,
...
}
InformationAvailable-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
InformationExchangeID ::= INTEGER (0..1048575)
InformationNotAvailable ::= NULL
InformationReportCharacteristics ::= CHOICE {
onDemand NULL,
periodic PeriodicInformation,
onModification OnModificationInformation,
...
}
InformationReportPeriodicity ::= CHOICE {
min INTEGER (1..60,...),
-- Unit min, Step 1min
hour INTEGER (1..24,...),
-- Unit hour, Step 1hour
...
}
InformationThreshold ::= CHOICE {
dGPSThreshold DGPSThreshold,
...,
dGANSSThreshold DGANSSThreshold
}
InformationType ::= SEQUENCE {
informationTypeItem ENUMERATED {
gA-AccessPointPositionwithAltitude,
gA-AccessPointPosition,
iPDLParameters,
gPSInformation,
dGPSCorrections,
gPS-RX-POS,
sFNSFN-GA-AccessPointPosition,
...,
cell-Capacity-Class,
nACC-Related-Data,
mBMSBearerServiceFullAddress,
interFrequencyCellInformation,
gANSSInformation,
dGANSSCorrections,
gANSS-RX-Pos,
mBMS-Counting-Information,
mBMS-Transmission-Mode,
mBMS-Neighbouring-Cell-Information,
mBMS-RLC-Sequence-Number,
aNR-Cell-Information,
cOmmonERGCH-Cell-Information
},
gPSInformation GPSInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { InformationType-ExtIEs} } OPTIONAL,
...
}
-- The GPS Information IE shall be present if the Information Exchange Type IE indicates ‘GPS Information’
-- For information exchange on the Iur-g interface, only the Cell Capacity Class is used.
InformationType-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
-- The following IE shall be present if the Information Type Item IE indicates ‘GANSS Information’
{ ID id-GANSS-Information CRITICALITY ignore EXTENSION GANSS-Information PRESENCE conditional}|
-- The following IE shall be present if the Information Type Item IE indicates ‘DGANSS Corrections’
{ ID id-DGANSS-Corrections-Req CRITICALITY ignore EXTENSION DGANSS-Corrections-Req PRESENCE conditional}|
-- The following IE shall be present if the Information Type Item IE indicates ‘MBMS RLC Sequence Number’
{ ID id-MBMS-RLC-Sequence-Number-Information CRITICALITY ignore EXTENSION MBMS-RLC-Sequence-Number-Information PRESENCE conditional},
...
}
Initial-DL-DPCH-TimingAdjustment-Allowed ::= ENUMERATED {
initial-DL-DPCH-TimingAdjustment-Allowed
}
InnerLoopDLPCStatus ::= ENUMERATED {active, inactive}
IPDLParameters ::= CHOICE {
iPDL-FDD-Parameters IPDL-FDD-Parameters,
iPDL-TDD-Parameters IPDL-TDD-Parameters, --3.84Mcps TDD and 7.68Mcps TDD only
...,
extension-IPDLParameters Extension-IPDLParameters
}
Extension-IPDLParameters ::= ProtocolIE-Single-Container {{ Extension-IPDLParametersIE }}
Extension-IPDLParametersIE RNSAP-PROTOCOL-IES ::= {
{ ID id-IPDL-TDD-ParametersLCR CRITICALITY reject TYPE IPDL-TDD-ParametersLCR PRESENCE mandatory },
...
}
Inter-Frequency-Cell-List ::= SEQUENCE (SIZE (0..maxCellsMeas)) OF Inter-Frequency-Cell
Inter-Frequency-Cell ::= SEQUENCE {
dL-UARFCN UARFCN,
uL-UARFCN UARFCN OPTIONAL,
primaryScramblingCode PrimaryScramblingCode,
iE-Extensions ProtocolExtensionContainer { {Inter-Frequency-Cell-ExtIEs} } OPTIONAL,
...
}
Inter-Frequency-Cell-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Inter-Frequency-Cell-Information ::= SEQUENCE {
inter-Frequency-Cell-Information-SIB11 Inter-Frequency-Cell-Information-SIB11,
inter-Frequency-Cell-Information-SIB12 Inter-Frequency-Cell-Information-SIB12,
iE-Extensions ProtocolExtensionContainer { {Inter-Frequency-Cell-Information-ExtIEs } } OPTIONAL,
...
}
Inter-Frequency-Cell-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Inter-Frequency-Cell-Information-SIB11ter CRITICALITY ignore EXTENSION Inter-Frequency-Cell-Information-SIB11ter PRESENCE optional},
...
}
Inter-Frequency-Cell-Information-SIB11 ::= SEQUENCE (SIZE (0..2)) OF Inter-Frequency-Cells-Information-SIB11-Per-Indication
Inter-Frequency-Cell-Information-SIB12 ::= SEQUENCE (SIZE (0..2)) OF Inter-Frequency-Cells-Information-SIB12-Per-Indication
Inter-Frequency-Cell-Information-SIB11ter ::= SEQUENCE (SIZE (1..2)) OF Inter-Frequency-Cells-Information-SIB11ter-Per-Indication
Inter-Frequency-Cells-Information-SIB11-Per-Indication ::= SEQUENCE {
inter-Frequency-Cell-Indication-SIB11 Inter-Frequency-Cell-Indication,
inter-Frequency-Cell-List-SIB11 Inter-Frequency-Cell-SIB11-or-SIB12-List,
iE-Extensions ProtocolExtensionContainer { { Inter-Frequency-Cells-Information-SIB11-Per-Indication-ExtIEs } } OPTIONAL,
...
}
Inter-Frequency-Cells-Information-SIB11-Per-Indication-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Inter-Frequency-Cells-Information-SIB12-Per-Indication ::= SEQUENCE {
inter-Frequency-Cell-Indication-SIB12 Inter-Frequency-Cell-Indication,
inter-Frequency-Cell-List-SIB12 Inter-Frequency-Cell-SIB11-or-SIB12-List,
iE-Extensions ProtocolExtensionContainer { { Inter-Frequency-Cells-Information-SIB12-Per-Indication-ExtIEs } } OPTIONAL,
...
}
Inter-Frequency-Cells-Information-SIB12-Per-Indication-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Inter-Frequency-Cells-Information-SIB11ter-Per-Indication ::= SEQUENCE {
inter-Frequency-Cell-Indication-SIB11ter Inter-Frequency-Cell-Indication,
inter-Frequency-Cell-List-SIB11ter Inter-Frequency-Cell-SIB11ter-List,
iE-Extensions ProtocolExtensionContainer { { Inter-Frequency-Cells-Information-SIB11ter-Per-Indication-ExtIEs } } OPTIONAL,
...
}
Inter-Frequency-Cell-SIB11ter-List ::= SEQUENCE (SIZE (1..maxCellSIB11ter-ext)) OF Inter-Frequency-Cell-SIB11ter
Inter-Frequency-Cells-Information-SIB11ter-Per-Indication-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Inter-Frequency-Cell-SIB11ter ::= SEQUENCE {
interFrequencyCellID InterFrequencyCellID-Ext,
dL-UARFCN UARFCN,
uL-UARFCN UARFCN OPTIONAL,
primaryScramblingCode PrimaryScramblingCode,
iE-Extensions ProtocolExtensionContainer { { Inter-Frequency-Cell-SIB11ter-ExtIEs} } OPTIONAL,
...
}
InterFrequencyCellID-Ext ::= INTEGER(0..maxCellSIB11ter-1)
Inter-Frequency-Cell-SIB11ter-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Inter-Frequency-Cell-Indication ::= INTEGER (0..1)
Inter-Frequency-Cell-SIB11-or-SIB12-List ::= SEQUENCE (SIZE (0..maxCellSIB11OrSIB12)) OF Inter-Frequency-Cell-SIB11-or-SIB12
Inter-Frequency-Cell-SIB11-or-SIB12 ::= SEQUENCE {
interFrequencyCellID InterFrequencyCellID,
dL-UARFCN UARFCN,
uL-UARFCN UARFCN OPTIONAL,
primaryScramblingCode PrimaryScramblingCode,
iE-Extensions ProtocolExtensionContainer { {Inter-Frequency-Cell-ExtIEs} } OPTIONAL,
...
}
InterFrequencyCellID ::= INTEGER (0..31)
InterStream-Interference-Compensation ::= INTEGER(0..15,...)
IPDL-FDD-Parameters ::= SEQUENCE {
iPSpacingFDD IPSpacingFDD,
iPLength IPLength,
iPOffset IPOffset,
seed Seed,
burstModeParameters BurstModeParameters OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { IPDL-FDD-Parameters-ExtIEs} } OPTIONAL,
...
}
IPDL-FDD-Parameters-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
IPDL-TDD-Parameters ::= SEQUENCE {
iPSpacingTDD IPSpacingTDD,
iPStart IPStart,
iPSlot IPSlot,
iP-P-CCPCH IP-P-CCPCH,
burstModeParameters BurstModeParameters OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { IPDL-TDD-Parameters-ExtIEs} } OPTIONAL,
...
}
-- The BurstModeParameters IE shall be included if the Idle Periods are arranged in Burst Mode.
IPDL-TDD-Parameters-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
IPDL-TDD-ParametersLCR ::= SEQUENCE {
iPSpacingTDD IPSpacingTDD,
iPStart IPStart,
iPSub IPSub,
burstModeParameters BurstModeParameters OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { IPDL-TDD-ParametersLCR-ExtIEs} } OPTIONAL,
...
}
-- The BurstModeParameters IE shall be included if the Idle Periods are arranged in Burst Mode.
IPDL-TDD-ParametersLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
IPLength ::= ENUMERATED {
ipl5,
ipl10,
...
}
IPMulticastAddress ::= OCTET STRING (SIZE (4..16))
IPOffset ::= INTEGER (0..9)
IP-P-CCPCH ::= ENUMERATED {
switchOff-1-Frame,
switchOff-2-Frames
}
IPSlot ::= INTEGER (0..14)
IPSpacingFDD ::= ENUMERATED {
ipsF5,
ipsF7,
ipsF10,
ipsF15,
ipsF20,
ipsF30,
ipsF40,
ipsF50,
...
}
IPSpacingTDD ::= ENUMERATED {
ipsT30,
ipsT40,
ipsT50,
ipsT70,
ipsT100,
...
}
IPStart ::= INTEGER (0..4095)
IPSub ::= ENUMERATED {
first,
second,
both
}
IdleIntervalInformation ::= SEQUENCE {
idleIntervalInfo-k INTEGER(2..3),
idleIntervalInfo-offset INTEGER(0..7),
...
}
-- J
-- K
-- L
LABased ::= SEQUENCE {
laiList LAI-List,
iE-Extensions ProtocolExtensionContainer { {LABased-ExtIEs} } OPTIONAL,
...
}
LABased-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
LAI-List ::= SEQUENCE (SIZE (1..maxNrOfLAIs)) OF
LAI
LAC ::= OCTET STRING (SIZE (2)) --(EXCEPT (‘0000’H|’FFFE’H))
LAI ::= SEQUENCE {
pLMN-Identity PLMN-Identity,
lAC LAC,
iE-Extensions ProtocolExtensionContainer { {LAI-ExtIEs} } OPTIONAL,
...
}
LimitedPowerIncrease ::= ENUMERATED {
used,
not-used
}
List-Of-PLMNs ::= SEQUENCE (SIZE (1..maxNrOfBroadcastPLMNs)) OF PLMN-Identity
L3-Information ::= BIT STRING
Load-Value-IncrDecrThres ::= INTEGER(0..100)
Load-Value ::= INTEGER(0..100)
LoadValue ::= SEQUENCE {
uplinkLoadValue INTEGER(0..100),
downlinkLoadValue INTEGER(0..100)
}
LCRTDD-Uplink-Physical-Channel-Capability ::= SEQUENCE {
maxTimeslotsPerSubFrame INTEGER(1..6),
maxPhysChPerTimeslot ENUMERATED{ts1, ts2, ts3, ts4,...},
iE-Extensions ProtocolExtensionContainer { { LCRTDD-Uplink-Physical-Channel-Capability-ExtIEs} } OPTIONAL,
...
}
LCRTDD-Uplink-Physical-Channel-Capability-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- M
M1Report ::= CHOICE {
periodic MDT-Report-Parameters,
event1F Event1F-Parameters,
...
}
M2Report ::= CHOICE {
periodic MDT-Report-Parameters,
event1I Event1I-Parameters,
...
}
MDT-Activation ::= ENUMERATED { mdt-only,
mdt-and-trace,
... }
MDTAreaScope ::= CHOICE {
cellbased CellBased,
labased LABased,
rabased RABased,
plmn-area-based NULL,
...
}
MDT-Configuration ::= SEQUENCE {
mdtActivation MDT-Activation,
mdtAreaScope MDTAreaScope,
m1report M1Report OPTIONAL,
m2report M2Report OPTIONAL,
m3report NULL OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { MDT-Configuration-ExtIEs} } OPTIONAL,
...
}
MDT-Configuration-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MDT-Report-Parameters ::= SEQUENCE {
reportInterval ReportInterval,
reportAmount ReportAmount,
...
}
MeasurementQuantity ::= ENUMERATED {
cpichEcNo,
cpichRSCP,
pathloss,
...
}
MaxNrOfUL-DPCHs ::= INTEGER (1..6)
MAC-c-sh-SDU-Length ::= INTEGER (1..5000)
MAC-c-sh-SDU-LengthList ::= SEQUENCE(SIZE(1..maxNrOfMACcshSDU-Length)) OF MAC-c-sh-SDU-Length
MAC-DTX-Cycle-2ms ::= ENUMERATED {v1, v4, v5, v8, v10, v16, v20}
MAC-DTX-Cycle-10ms ::= ENUMERATED {v5, v10, v20}
MAC-ehs-Reset-Timer ::= ENUMERATED {v1, v2, v3, v4,...}
MAC-Inactivity-Threshold ::= ENUMERATED {v1, v2, v4, v8, v16, v32, v64, v128, v256, v512, infinity}
-- Unit subframe
MACdPDU-Size ::= INTEGER (1..5000,...)
-- In case of E-DCH value 8 and values not multiple of 8 shall not be used
MAC-PDU-SizeExtended ::= INTEGER (1..1504,...,1505)
-- In case of E-DCH value 1 shall not be used
MACdPDU-Size-IndexList ::= SEQUENCE (SIZE (1..maxNrOfPDUIndexes)) OF MACdPDU-Size-IndexItem
MACdPDU-Size-IndexItem ::= SEQUENCE {
sID SID,
mACdPDU-Size MACdPDU-Size,
iE-Extensions ProtocolExtensionContainer { { MACdPDU-Size-IndexItem-ExtIEs } } OPTIONAL,
...
}
MACdPDU-Size-IndexItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MACdPDU-Size-IndexList-to-Modify ::= SEQUENCE (SIZE (1..maxNrOfPDUIndexes)) OF MACdPDU-Size-IndexItem-to-Modify
MACdPDU-Size-IndexItem-to-Modify ::= SEQUENCE {
sID SID,
mACdPDU-Size MACdPDU-Size,
iE-Extensions ProtocolExtensionContainer { { MACdPDU-Size-IndexItem-to-Modify-ExtIEs } } OPTIONAL,
...
}
MACdPDU-Size-IndexItem-to-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MACes-Guaranteed-Bitrate ::= INTEGER (0..16777215,...,16777216..256000000)
MACes-Maximum-Bitrate-LCR ::= INTEGER (0..256000000,...)
MACeReset-Indicator ::= ENUMERATED {mACeReset}
MAChsGuaranteedBitRate ::= INTEGER (0..16777215,...,16777216..1000000000)
MAChsReorderingBufferSize-for-RLC-UM ::= INTEGER (0..300,...)
-- Unit kBytes
MAC-hsWindowSize ::= ENUMERATED {v4, v6, v8, v12, v16, v24, v32,... , v64, v128, v256}
MAChsResetScheme ::= ENUMERATED {
always,
interNodeB-change
}
MaximumAllowedULTxPower ::= INTEGER (-50..33)
Max-Bits-MACe-PDU-non-scheduled ::= INTEGER(1..maxNrOfBits-MACe-PDU-non-scheduled)
MaxNrDLPhysicalchannels ::= INTEGER (1..224)
-- 1.28Mcps TDD 97 – 224 are unused
MaxNrDLPhysicalchannels768 ::= INTEGER (1..448)
MaxNrDLPhysicalchannelsTS ::= INTEGER (1..16)
MaxNrDLPhysicalchannelsTS768 ::= INTEGER (1..32)
MaxNr-Retransmissions-EDCH ::= INTEGER (0..15)
MaxNrTimeslots ::= INTEGER (1..14)
-- 1.28Mcps values 7-14 are unused
MaxNrULPhysicalchannels ::= INTEGER (1..2)
Max-Set-E-DPDCHs ::= ENUMERATED {
vN256, vN128, vN64, vN32, vN16, vN8, vN4, v2xN4, v2xN2, v2xN2plus2xN4,
...,
v2xM2plus2xM4
}
-- Values releated to TS 25.212 [9]
Max-UE-DTX-Cycle ::= ENUMERATED {
v5, v10, v20, v40, v64, v80, v128, v160,
...,v256, v320, v512, v640, v1024, v1280
}
MBMS-Bearer-Service-Full-Address ::= SEQUENCE {
accessPointName AccessPointName,
iPMulticastAddress IPMulticastAddress,
iE-Extensions ProtocolExtensionContainer { { MBMS-Bearer-Service-Full-Address-ExtIEs } } OPTIONAL,
...
}
MBMS-Bearer-Service-Full-Address-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Bearer-Service-List ::= SEQUENCE (SIZE (1..maxNrOfMBMSServices)) OF TMGI
MBMS-Bearer-ServiceItemFDD ::= SEQUENCE{
tmgi TMGI,
transmissionMode TransmissionMode,
iE-Extensions ProtocolExtensionContainer { { MBMS-Bearer-ServiceItemFDD-ExtIEs} } OPTIONAL,
...
}
MBMS-Bearer-ServiceItemFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Bearer-ServiceItemFDD-PFL ::=SEQUENCE{
tmgi TMGI,
transmissionMode TransmissionMode OPTIONAL,
preferredFrequencyLayer UARFCN OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { MBMS-Bearer-ServiceItemFDD-PFL-ExtIEs} } OPTIONAL,
...
}
MBMS-Bearer-ServiceItemFDD-PFL-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Bearer-ServiceItemTDD ::=SEQUENCE{
tmgi TMGI,
transmissionMode TransmissionMode,
iE-Extensions ProtocolExtensionContainer { { MBMS-Bearer-ServiceItemTDD-ExtIEs} } OPTIONAL,
...
}
MBMS-Bearer-ServiceItemTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Bearer-ServiceItemTDD-PFL ::=SEQUENCE{
tmgi TMGI,
transmissionMode TransmissionMode OPTIONAL,
preferredFrequencyLayer UARFCN OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { MBMS-Bearer-ServiceItemTDD-PFL-ExtIEs} } OPTIONAL,
...
}
MBMS-Bearer-ServiceItemTDD-PFL-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMSChannelTypeInfo ::= SEQUENCE {
tMGI TMGI,
pTM-Cell-List PTMCellList OPTIONAL,
pTP-Cell-List PTPCellList OPTIONAL,
not-Provided-Cell-List NotProvidedCellList OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { MBMSChannelTypeInfo-ExtIEs} } OPTIONAL,
...
}
MBMSChannelTypeInfo-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMSChannelTypeCellList ::= SEQUENCE {
c-ID C-ID,
affectedUEInformationForMBMS AffectedUEInformationForMBMS OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { MBMSChannelTypeCellList-ExtIEs} } OPTIONAL,
...
}
MBMSChannelTypeCellList-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-ExtendedAffectedUEInformationForMBMS CRITICALITY ignore EXTENSION ExtendedAffectedUEInformationForMBMS PRESENCE optional},
...
}
MBMSPreferredFreqLayerInfo ::= SEQUENCE {
tMGI TMGI,
preferredFrequencyLayerInfo PreferredFrequencyLayerInfo,
iE-Extensions ProtocolExtensionContainer { { MBMSPreferredFreqLayerInfo-ExtIEs} } OPTIONAL,
...
}
MBMSPreferredFreqLayerInfo-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Neighbouring-Cell-Information ::= SEQUENCE {
mBMS-ConcatenatedServiceList MBMS-ConcatenatedServiceList,
l3-Information-1 L3-Information OPTIONAL,
-- This IE contains MBMS COMMON P-T-M RB INFORMATION defined in TS 25.331 [16]
l3-Information-2 L3-Information OPTIONAL,
-- This IE contains MBMS CURRENT CELL P-T-M RB INFORMATION defined in TS 25.331 [16]
iE-Extensions ProtocolExtensionContainer { { MBMS-Neighbouring-Cell-Information-ExtIEs} } OPTIONAL,
...
}
MBMS-Neighbouring-Cell-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-ConcatenatedServiceList ::= SEQUENCE (SIZE (1..maxlengthMBMSconcatservlists)) OF TMGI
MBMS-RLC-Sequence-Number-Information ::= SEQUENCE (SIZE (1..maxNrOfCells)) OF MBMS-RLC-Sequence-Number-Information-List
MBMS-RLC-Sequence-Number-Information-List ::= SEQUENCE {
c-ID C-ID,
mBMS-Bearer-Service-List-RLC MBMS-Bearer-Service-List-RLC,
iE-Extensions ProtocolExtensionContainer { { MBMS-RLC-Sequence-Number-Information-List-ExtIEs} } OPTIONAL,
...
}
MBMS-RLC-Sequence-Number-Information-List-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Bearer-Service-List-RLC::= SEQUENCE (SIZE (1..maxNrOfMBMSServices)) OF MBMS-Bearer-Service-List-RLCinfo
MBMS-Bearer-Service-List-RLCinfo ::= SEQUENCE {
tmgi TMGI,
time-Stamp Time-Stamp,
iE-Extensions ProtocolExtensionContainer { { MBMS-Bearer-Service-List-RLCinfo-ExtIEs} } OPTIONAL,
...
}
MBMS-Bearer-Service-List-RLCinfo-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBSFN-Cluster-Identity ::= INTEGER (0..65535)
MCCH-Message-List ::= SEQUENCE (SIZE (1.. maxNrOfMCCHMessages)) OF L3-Information
MCCH-Configuration-Info ::= SEQUENCE {
secondaryCCPCHSystemInformationMBMS Secondary-CCPCH-System-Information-MBMS,
ie-Extensions ProtocolExtensionContainer { {MCCH-Configuration-Info-ExtIEs } } OPTIONAL,
...
}
MCCH-Configuration-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Secondary-CCPCH-System-Information-MBMS ::= BIT STRING
MBSFN-Scheduling-Transmission-Time-Interval-Info-List ::= SEQUENCE (SIZE (1.. maxNrOfMBMSL3)) OF MBSFN-Scheduling-Transmission-Time-Interval-Item
MBSFN-Scheduling-Transmission-Time-Interval-Item ::= SEQUENCE {
tMGI TMGI,
mbsfnSchedulingTransmissionTimeInterval MbsfnSchedulingTransmissionTimeInterval,
ie-Extensions ProtocolExtensionContainer { { MBSFN-Scheduling-Transmission-Time-Interval-Item-ExtIEs } } OPTIONAL,
...
}
MBSFN-Scheduling-Transmission-Time-Interval-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MbsfnSchedulingTransmissionTimeInterval ::= ENUMERATED {tti4, tti8, tti16, tti32, tti64, tti128, tti256}
MeasurementFilterCoefficient ::= ENUMERATED{k0, k1, k2, k3, k4, k5, k6, k7, k8, k9, k11, k13, k15, k17, k19,...}
-- Measurement Filter Coefficient to be used for measurement
MeasurementID ::= INTEGER (0..1048575)
Measurement-Power-Offset ::= INTEGER(-12 .. 26)
-- Actual value = IE value * 0.5
MinimumSpreadingFactor ::= INTEGER (1..16)
MinimumSpreadingFactor768 ::= INTEGER (1..32)
MultipleURAsIndicator ::= ENUMERATED {
multiple-URAs-exist,
single-URA-exists
}
MaxAdjustmentStep ::= INTEGER(1..10)
-- Unit Slot
MeasurementChangeTime ::= INTEGER (1..6000,...)
-- The MeasurementChangeTime gives the MeasurementChangeTime
-- in number of 10 ms periods.
-- E.g. Value 6000 means 60000ms(1min)
-- Unit is ms, Step is 10 ms
MeasurementHysteresisTime ::= INTEGER (1..6000,...)
-- The MeasurementHysteresisTime gives the
-- MeasurementHysteresisTime in number of 10 ms periods.
-- E.g. Value 6000 means 60000ms(1min)
-- Unit is ms, Step is 10ms
MeasurementIncreaseDecreaseThreshold ::= CHOICE {
sir SIR-Value-IncrDecrThres,
sir-error SIR-Error-Value-IncrDecrThres,
transmitted-code-power Transmitted-Code-Power-Value-IncrDecrThres,
rscp RSCP-Value-IncrDecrThres,
round-trip-time Round-Trip-Time-IncrDecrThres,
...,
extension-MeasurementIncreaseDecreaseThreshold Extension-MeasurementIncreaseDecreaseThreshold
}
Extension-MeasurementIncreaseDecreaseThreshold ::= ProtocolIE-Single-Container {{ Extension-MeasurementIncreaseDecreaseThresholdIE }}
Extension-MeasurementIncreaseDecreaseThresholdIE RNSAP-PROTOCOL-IES ::= {
{ ID id-Load-Value-IncrDecrThres CRITICALITY reject TYPE Load-Value-IncrDecrThres PRESENCE mandatory }|
{ ID id-Transmitted-Carrier-Power-Value-IncrDecrThres CRITICALITY reject TYPE Transmitted-Carrier-Power-Value-IncrDecrThres PRESENCE mandatory }|
{ ID id-Received-Total-Wideband-Power-Value-IncrDecrThres CRITICALITY reject TYPE Received-Total-Wideband-Power-Value-IncrDecrThres PRESENCE mandatory }|
{ ID id-UL-Timeslot-ISCP-Value-IncrDecrThres CRITICALITY reject TYPE UL-Timeslot-ISCP-Value-IncrDecrThres PRESENCE mandatory }|
{ ID id-RT-Load-Value-IncrDecrThres CRITICALITY reject TYPE RT-Load-Value-IncrDecrThres PRESENCE mandatory }|
{ ID id-NRT-Load-Information-Value-IncrDecrThres CRITICALITY reject TYPE NRT-Load-Information-Value-IncrDecrThres PRESENCE mandatory }|
{ ID id-UpPTSInterferenceValue CRITICALITY reject TYPE UpPTSInterferenceValue PRESENCE mandatory }
}
MeasurementRecoveryBehavior ::= NULL
MeasurementRecoveryReportingIndicator ::= NULL
MeasurementRecoverySupportIndicator ::= NULL
MeasurementThreshold ::= CHOICE {
sir SIR-Value,
sir-error SIR-Error-Value,
transmitted-code-power Transmitted-Code-Power-Value,
rscp RSCP-Value,
rx-timing-deviation Rx-Timing-Deviation-Value,
round-trip-time Round-Trip-Time-Value,
...,
extension-MeasurementThreshold Extension-MeasurementThreshold
}
Extension-MeasurementThreshold ::= ProtocolIE-Single-Container {{ Extension-MeasurementThresholdIE }}
Extension-MeasurementThresholdIE RNSAP-PROTOCOL-IES ::= {
{ ID id-TUTRANGPSMeasurementThresholdInformation CRITICALITY reject TYPE TUTRANGPSMeasurementThresholdInformation PRESENCE mandatory }|
{ ID id-SFNSFNMeasurementThresholdInformation CRITICALITY reject TYPE SFNSFNMeasurementThresholdInformation PRESENCE mandatory }|
{ ID id-Load-Value CRITICALITY reject TYPE Load-Value PRESENCE mandatory }|
{ ID id-Transmitted-Carrier-Power-Value CRITICALITY reject TYPE Transmitted-Carrier-Power-Value PRESENCE mandatory }|
{ ID id-Received-Total-Wideband-Power-Value CRITICALITY reject TYPE Received-Total-Wideband-Power-Value PRESENCE mandatory }|
{ ID id-UL-Timeslot-ISCP-Value CRITICALITY reject TYPE UL-Timeslot-ISCP-Value PRESENCE mandatory }|
{ ID id-RT-Load-Value CRITICALITY reject TYPE RT-Load-Value PRESENCE mandatory }|
{ ID id-NRT-Load-Information-Value CRITICALITY reject TYPE NRT-Load-Information-Value PRESENCE mandatory }|
{ ID id-Rx-Timing-Deviation-Value-LCR CRITICALITY reject TYPE Rx-Timing-Deviation-Value-LCR PRESENCE mandatory}|
{ ID id-HS-SICH-Reception-Quality-Measurement-Value CRITICALITY reject TYPE HS-SICH-Reception-Quality-Measurement-Value PRESENCE mandatory }|
{ ID id-UpPTSInterferenceValue CRITICALITY reject TYPE UpPTSInterferenceValue PRESENCE mandatory }|
{ ID id-Rx-Timing-Deviation-Value-768 CRITICALITY reject TYPE Rx-Timing-Deviation-Value-768 PRESENCE mandatory }|
{ ID id-Rx-Timing-Deviation-Value-ext CRITICALITY reject TYPE Rx-Timing-Deviation-Value-ext PRESENCE mandatory }|
{ ID id-Extended-Round-Trip-Time-Value CRITICALITY reject TYPE Extended-Round-Trip-Time-Value PRESENCE mandatory }|
{ ID id-TUTRANGANSSMeasurementThresholdInformation CRITICALITY reject TYPE TUTRANGANSSMeasurementThresholdInformation PRESENCE mandatory }|
{ ID id-UE-transmission-power-headroom CRITICALITY reject TYPE UE-transmission-power-headroom-Value PRESENCE mandatory }
}
MidambleConfigurationBurstType1And3 ::= ENUMERATED {v4, v8, v16}
MidambleConfigurationBurstType2 ::= ENUMERATED {v3, v6}
MidambleConfigurationLCR ::= ENUMERATED {v2, v4, v6, v8, v10, v12, v14, v16, ...}
MidambleShiftAndBurstType ::= CHOICE {
type1 SEQUENCE {
midambleConfigurationBurstType1And3 MidambleConfigurationBurstType1And3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble MidambleShiftLong,
...
},
...
},
type2 SEQUENCE {
midambleConfigurationBurstType2 MidambleConfigurationBurstType2,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble MidambleShiftShort,
...
},
...
},
type3 SEQUENCE {
midambleConfigurationBurstType1And3 MidambleConfigurationBurstType1And3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble MidambleShiftLong,
...
},
...
},
...
}
MidambleShiftLong ::= INTEGER (0..15)
MidambleShiftShort ::= INTEGER (0..5)
MidambleShiftLCR ::= SEQUENCE {
midambleAllocationMode MidambleAllocationMode,
midambleShift MidambleShiftLong OPTIONAL,
-- The IE shall be present if the Midamble Allocation Mode IE is set to “UE specific midamble”.
midambleConfigurationLCR MidambleConfigurationLCR,
iE-Extensions ProtocolExtensionContainer { {MidambleShiftLCR-ExtIEs} } OPTIONAL,
...
}
MidambleAllocationMode ::= ENUMERATED {
defaultMidamble,
commonMidamble,
uESpecificMidamble,
...
}
MidambleShiftLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MidambleShiftAndBurstType768 ::= CHOICE {
type1 SEQUENCE {
midambleConfigurationBurstType1And3 MidambleConfigurationBurstType1And3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble MidambleShiftLong,
...
},
...
},
type2 SEQUENCE {
midambleConfigurationBurstType2-768 MidambleConfigurationBurstType2-768,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble MidambleShiftShort768,
...
},
...
},
type3 SEQUENCE {
midambleConfigurationBurstType1And3 MidambleConfigurationBurstType1And3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble MidambleShiftLong,
...
},
...
},
...
}
MidambleConfigurationBurstType2-768 ::= ENUMERATED {v4, v8}
MidambleShiftShort768 ::= INTEGER (0..7)
MIMO-ActivationIndicator ::= NULL
MIMO-InformationResponse ::= SEQUENCE {
mIMO-PilotConfiguration MIMO-PilotConfiguration,
mIMO-N-M-Ratio MIMO-N-M-Ratio,
iE-Extensions ProtocolExtensionContainer { { MIMO-InformationResponse-ExtIEs } } OPTIONAL,
...
}
MIMO-InformationResponse-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Additional-Associated-Secondary-CPICH CRITICALITY reject EXTENSION Additional-Associated-Secondary-CPICH PRESENCE optional},
...
}
MIMO-Mode-Indicator ::= ENUMERATED {
activate,
deactivate
}
MIMO-N-M-Ratio ::= ENUMERATED {v1-2, v2-3, v3-4, v4-5, v5-6, v6-7, v7-8, v8-9, v9-10, v1-1,...}
MIMO-PilotConfiguration ::= CHOICE {
primary-and-secondary-CPICH MIMO-S-CPICH-Channelisation-Code,
normal-and-diversity-primary-CPICH NULL,
...
}
MIMO-S-CPICH-Channelisation-Code ::= INTEGER (0..255)
MIMO-withfourtransmitantennas-ActivationIndicator ::= NULL
MIMO-withfourtransmitantennas-ModeIndicator ::= ENUMERATED {
activate,
deactivate
}
DualStream-MIMO-withfourtransmitantennas-ActivationIndicator ::= NULL
DualStream-MIMO-withfourtransmitantennas-ModeIndicator ::= ENUMERATED {
activate,
deactivate
}
Additional-Associated-Secondary-CPICH ::= SEQUENCE (SIZE (1.. maxSCPICHCell-1)) OF Additional-Secondary-CPICH
Additional-Secondary-CPICH ::= SEQUENCE{
additional-secondary-CPICH MIMO-S-CPICH-Channelisation-Code,
additional-D-CPICH MIMO-S-CPICH-Channelisation-Code OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-Secondary-CPICH-Item-ExtIEs} } OPTIONAL,
...
}
Additional-Secondary-CPICH-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MinUL-ChannelisationCodeLength ::= ENUMERATED {
v4,
v8,
v16,
v32,
v64,
v128,
v256
}
MinimumReducedE-DPDCH-GainFactor ::= ENUMERATED {m8-15, m11-15, m15-15, m21-15, m30-15, m42-15, m60-15, m84-15,...}
ModifyPriorityQueue ::= CHOICE {
addPriorityQueue PriorityQueue-InfoItem-to-Add,
modifyPriorityQueue PriorityQueue-InfoItem-to-Modify,
deletePriorityQueue PriorityQueue-Id,
...
}
Modulation ::= ENUMERATED {
qPSK,
eightPSK,
...
}
MulticellEDCH-Information ::= ProtocolIE-Single-Container { {MulticellEDCH-InformationItem} }
MulticellEDCH-InformationItem RNSAP-PROTOCOL-IES ::= {
{ ID id-MulticellEDCH-Information CRITICALITY ignore TYPE MulticellEDCH-InformationItemIEs PRESENCE mandatory }
}
MulticellEDCH-InformationItemIEs::= SEQUENCE {
dL-PowerBalancing-Information DL-PowerBalancing-Information OPTIONAL,
minimumReducedE-DPDCH-GainFactor MinimumReducedE-DPDCH-GainFactor OPTIONAL,
secondary-UL-Frequency-Activation-State Secondary-UL-Frequency-Activation-State OPTIONAL,
f-DPCH-SlotFormat F-DPCH-SlotFormat OPTIONAL,
common-DL-ReferencePowerInformation DL-Power OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { MulticellEDCH-InformationItemIEs-ExtIEs } } OPTIONAL,
...
}
MulticellEDCH-InformationItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MulticellEDCH-RL-SpecificInformation ::= ProtocolIE-Single-Container { {MulticellEDCH-RL-SpecificInformationItem} }
MulticellEDCH-RL-SpecificInformationItem RNSAP-PROTOCOL-IES ::= {
{ ID id-MulticellEDCH-RL-SpecificInformation CRITICALITY ignore TYPE MulticellEDCH-RL-SpecificInformationItemIEs PRESENCE mandatory }
}
MulticellEDCH-RL-SpecificInformationItemIEs::= SEQUENCE {
extendedPropagationDelay ExtendedPropagationDelay OPTIONAL,
enhanced-PrimaryCPICH-EcNo Enhanced-PrimaryCPICH-EcNo OPTIONAL,
dl-Reference-Power DL-Power OPTIONAL,
phase-Reference-Update-Indicator Phase-Reference-Update-Indicator OPTIONAL,
additional-e-DCH-DL-Control-Channel-Grant NULL OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { MulticellEDCH-RL-SpecificInformationItemIEs-ExtIEs } } OPTIONAL,
...
}
MulticellEDCH-RL-SpecificInformationItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Multicell-EDCH-Restriction ::= BOOLEAN
Multiple-PLMN-List ::= SEQUENCE {
pLMN-Identity PLMN-Identity,
list-Of-PLMNs List-Of-PLMNs OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Multiple-PLMN-List-ExtIEs} } OPTIONAL,
...
}
Multiple-PLMN-List-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MultiplexingPosition ::= ENUMERATED {
fixed,
flexible
}
MAChs-ResetIndicator ::= ENUMERATED{
mAChs-NotReset
}
MultipleFreq-HSPDSCH-InformationList-ResponseTDDLCR ::= SEQUENCE (SIZE (1.. maxHSDPAFrequency-1)) OF MultipleFreq-HSPDSCH-InformationItem-ResponseTDDLCR
--Includes the 2nd through the max number of frequency repetitions
MultipleFreq-HSPDSCH-InformationItem-ResponseTDDLCR ::= SEQUENCE{
hSSCCH-TDD-Specific-InfoList-Response-LCR HSSCCH-TDD-Specific-InfoList-Response-LCR OPTIONAL,
hARQ-MemoryPartitioning HARQ-MemoryPartitioning OPTIONAL,
uARFCN UARFCN,
-- This is the UARFCN for the second and beyond Frequency repetition.
iE-Extensions ProtocolExtensionContainer { { MultipleFreq-HSPDSCH-InformationItem-ResponseTDDLCR-ExtIEs } } OPTIONAL,
...
}
MultipleFreq-HSPDSCH-InformationItem-ResponseTDDLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MIMO-SFMode-For-HSPDSCHDualStream ::= ENUMERATED {
sF1,
sF1SF16
}
Multi-Carrier-EDCH-Info ::= SEQUENCE{
multicarrier-EDCH-Transport-Bearer-Mode Multicarrier-EDCH-Transport-Bearer-Mode,
multi-carrier-EDCH-Information Multi-Carrier-EDCH-Information,
iE-Extensions ProtocolExtensionContainer { { Multi-Carrier-EDCH-Info-ExtIEs} } OPTIONAL,
...
}
Multi-Carrier-EDCH-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Multicarrier-EDCH-Transport-Bearer-Mode ::= ENUMERATED {
separate-Iur-Transport-Bearer-Mode,
shared-Iur-Transport-Bearer-Mode
}
Multi-Carrier-EDCH-Information ::= SEQUENCE (SIZE (1..maxNrOfULCarriersLCR-1)) OF Multi-Carrier-EDCH-LCR-InformationItem
Multi-Carrier-EDCH-LCR-InformationItem ::=SEQUENCE{
uARFCNforNt UARFCN,
sNPL-carrier-group-indicator SNPL-Carrier-Group-Indicator OPTIONAL,
pRxdesBase E-PUCH-PRXdesBase,
multi-Carrier-EDCH-MACdFlows-Information-TDD Multi-Carrier-EDCH-MACdFlows-Information-TDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Multi-Carrier-EDCH-LCR-InformationItem-ExtIEs} } OPTIONAL,
...
}
Multi-Carrier-EDCH-LCR-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
SNPL-Carrier-Group-Indicator ::= INTEGER (1..3)
-- for multi-carrier E-DCH operation 1.28Mcps TDD only
Multi-Carrier-EDCH-MACdFlows-Information-TDD ::= SEQUENCE (SIZE (1.. maxNrOfEDCHMACdFlows)) OF Multi-Carrier-EDCH-MACdFlows-Specific-Info
Multi-Carrier-EDCH-MACdFlows-Specific-Info ::= SEQUENCE {
e-DCH-MACdFlow-ID EDCH-MACdFlow-ID,
bindingID BindingID,
transportLayerAddress TransportLayerAddress,
iE-Extensions ProtocolExtensionContainer { { Multi-Carrier-EDCH-MACdFlows-Specific-Info-ExtIEs} } OPTIONAL,
...
}
Multi-Carrier-EDCH-MACdFlows-Specific-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Multi-Carrier-EDCH-Reconfigure ::=SEQUENCE{
continue-setup-change-Of-Multi-Carrier-EDCH Continue-Setup-Change-Multi-Carrier-EDCH,
iE-Extensions ProtocolExtensionContainer { { Multi-Carrier-EDCH-Reconfigure-ExtIEs} } OPTIONAL,
...
}
Multi-Carrier-EDCH-Reconfigure-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Continue-Setup-Change-Multi-Carrier-EDCH ::= CHOICE {
continue NULL,
setup Multi-Carrier-EDCH-Info,
change Multi-Carrier-EDCH-Change-Info,
...
}
Multi-Carrier-EDCH-Change-Info ::=SEQUENCE{
multicarrier-EDCH-Transport-Bearer-Mode Multicarrier-EDCH-Transport-Bearer-Mode OPTIONAL,
multi-carrier-EDCH-Information Multi-Carrier-EDCH-Information OPTIONAL,
multi-Carrier-EDCH-Information-Removal-List Multi-Carrier-EDCH-Information-Removal-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Multi-Carrier-EDCH-Change-Info-ExtIEs} } OPTIONAL,
...
}
Multi-Carrier-EDCH-Change-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Multi-Carrier-EDCH-Information-Removal-List ::= SEQUENCE (SIZE (1..maxNrOfULCarriersLCR-1)) OF Multi-Carrier-EDCH-Information-Removal-Info-ItemIEs
Multi-Carrier-EDCH-Information-Removal-Info-ItemIEs ::=SEQUENCE{
uARFCNforNt UARFCN,
iE-Extensions ProtocolExtensionContainer { { Multi-Carrier-EDCH-Information-Removal-Info-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Multi-Carrier-EDCH-Information-Removal-Info-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Multi-Carrier-EDCH-Information-Response ::= SEQUENCE (SIZE (1..maxNrOfULCarriersLCR-1)) OF Multi-Carrier-EDCH-LCR-Information-ResponseItem
Multi-Carrier-EDCH-LCR-Information-ResponseItem ::=SEQUENCE{
uARFCNforNt UARFCN,
e-DCH-TDD-MACdFlow-Specific-InformationResp E-DCH-TDD-MACdFlow-Specific-InformationResp OPTIONAL,
e-AGCH-Specific-Information-Response-LCR-TDD E-AGCH-Specific-InformationRespList-LCR-TDD OPTIONAL,
e-HICH-Scheduled-InformationResp-LCR E-HICH-Scheduled-InformationRespList-LCR-TDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Multi-Carrier-EDCH-LCR-Information-ResponseItem-ExtIEs} } OPTIONAL,
...
}
Multi-Carrier-EDCH-LCR-Information-ResponseItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Multiflow-Reconfiguration ::= CHOICE {
setup Multiflow-Information,
configurationChange Multiflow-Information-To-Modify,
stop Multiflow-Stop,
...
}
Multiflow-Information ::= SEQUENCE {
total-Number-of-HS-DSCH-Cells INTEGER (2..32,...),
mode Multiflow-Mode,
mimo Multiflow-MIMO,
timing Multiflow-Timing OPTIONAL,
max-Number-of-HS-SCCH-Sets-per-NodeB INTEGER (1..16,...) OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Multiflow-Information-ExtIEs } } OPTIONAL,
...
}
Multiflow-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-Assisting-RepetitionFactors CRITICALITY ignore EXTENSION Multiflow-RepetitionFactors PRESENCE optional},
...
}
Multiflow-Information-To-Modify ::= SEQUENCE {
total-Number-of-HS-DSCH-Cells INTEGER (2..32,...) OPTIONAL,
mode Multiflow-Mode OPTIONAL,
mimo Multiflow-MIMO OPTIONAL,
timing Multiflow-Timing OPTIONAL,
max-Number-of-HS-SCCH-Sets-per-NodeB INTEGER (1..16,...) OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Multiflow-Information-To-Modify-ExtIEs } } OPTIONAL,
...
}
Multiflow-Information-To-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-Assisting-RepetitionFactors CRITICALITY ignore EXTENSION Multiflow-RepetitionFactors PRESENCE optional},
...
}
Multiflow-RepetitionFactors ::= SEQUENCE {
assisting-CQI-RepetitionFactor CQI-RepetitionFactor OPTIONAL,
assisting-AckNack-RepetitionFactor AckNack-RepetitionFactor OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Multiflow-RepetitionFactors-ExtIEs } } OPTIONAL,
...
}
Multiflow-RepetitionFactors-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Multiflow-Stop ::= ENUMERATED {
stop,
...
}
Multiflow-Mode ::= ENUMERATED {
primary,
assisting,
...
}
Multiflow-MIMO ::= ENUMERATED {
on,
off,
...
}
Multiflow-Timing ::= CHOICE {
time-Reference NULL,
non-Time-Reference INTEGER (0..30,...),
-- Unit: chip, step size 256 chips
-- example: 0 = 0chip, 1 = 256chips
...
}
Multiflow-OrdinalNumberOfFrequency ::= INTEGER (1..32,...)
MU-MIMO-InformationLCR ::= SEQUENCE {
mU-MIMO-Operation MU-MIMO-Operation,
standalone-Midamble-Channel-Information Standalone-Midamble-Channel-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { MU-MIMO-InformationLCR-ExtIEs} } OPTIONAL,
...
}
MU-MIMO-Operation ::= ENUMERATED {
mU-MIMO-Used,
mU-MIMO-Not-Used,
...
}
MU-MIMO-Usage-Indicator ::= ENUMERATED {
ul-Only,
dl-Only,
ul-and-dl
}
Standalone-Midamble-Channel-Information ::= SEQUENCE {
standalone-Midamble-Configuration Standalone-Midamble-Configuration,
standalone-MidambleShift Standalone-MidambleShift,
timeslotLCR TimeSlotLCR,
repetitionPeriod Standalone-Midamble-RepetitionPeriod,
offset Standalone-Midamble-Offset,
referenceBeta ReferenceBeta OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Standalone-Midamble-Channel-Information-ExtIEs} } OPTIONAL,
...
}
Standalone-Midamble-Configuration::= ENUMERATED {
v2,
v4,
v6,
v8,
v10,
v12,
v14,
v16,
...
}
Standalone-MidambleShift ::= INTEGER (0..15)
Standalone-Midamble-RepetitionPeriod ::= ENUMERATED {
v1,
v2,
v4,
v8,
v16,
v32,
v64,
...
}
Standalone-Midamble-Offset ::= INTEGER (0..63)
ReferenceBeta ::= INTEGER (-15..16)
Standalone-Midamble-Channel-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MU-MIMO-InformationLCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MU-MIMO-Indicator ::= SEQUENCE {
mU-MIMO-Usage-Indicator MU-MIMO-Usage-Indicator,
standalone-Midamble-Channel-Indicator Standalone-Midamble-Channel-Indicator,
iE-Extensions ProtocolExtensionContainer { { MU-MIMO-Indicator-ExtIEs} } OPTIONAL,
...
}
MU-MIMO-Indicator-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- N
NACC-Related-Data ::= SEQUENCE {
gERAN-SI-Type GERAN-SI-Type,
iE-Extensions ProtocolExtensionContainer { {NACC-Related-Data-ExtIEs} } OPTIONAL,
...
}
NACC-Related-Data-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Nack-Power-Offset ::= INTEGER (0..8,..., 9..10)
-- According to mapping in TS 25.213 [21] subclause 4.2.1
NCC ::= BIT STRING (SIZE (3))
Neighbouring-UMTS-CellInformation ::= SEQUENCE (SIZE (1..maxNrOfNeighbouringRNCs)) OF ProtocolIE-Single-Container {{ Neighbouring-UMTS-CellInformationItemIE }}
Neighbouring-UMTS-CellInformation-Ext ::= SEQUENCE (SIZE (1..maxNrOfExtendedNeighbouringRNCs)) OF ProtocolIE-Single-Container {{ Neighbouring-UMTS-CellInformationExtensionItemIE }}
Neighbouring-UMTS-CellInformationExtensionItemIE RNSAP-PROTOCOL-IES ::= {
{ ID id-Neighbouring-UMTS-CellInformationExtensionItem CRITICALITY ignore TYPE Neighbouring-UMTS-CellInformationExtensionItem PRESENCE mandatory }
}
Neighbouring-UMTS-CellInformationExtensionItem ::= SEQUENCE {
rNC-ID RNC-ID,
cN-PS-DomainIdentifier CN-PS-DomainIdentifier OPTIONAL,
cN-CS-DomainIdentifier CN-CS-DomainIdentifier OPTIONAL,
neighbouring-FDD-CellInformation Neighbouring-FDD-CellInformation OPTIONAL,
neighbouring-TDD-CellInformation Neighbouring-TDD-CellInformation OPTIONAL,
neighbouring-LCR-TDD-CellInformation Neighbouring-LCR-TDD-CellInformation OPTIONAL,
extended-RNC-ID Extended-RNC-ID OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Neighbouring-UMTS-CellInformationExtensionItem-ExtIEs} } OPTIONAL,
...
}
Neighbouring-UMTS-CellInformationExtensionItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Neighbouring-UMTS-CellInformationItemIE RNSAP-PROTOCOL-IES ::= {
{ ID id-Neighbouring-UMTS-CellInformationItem CRITICALITY ignore TYPE Neighbouring-UMTS-CellInformationItem PRESENCE mandatory }
}
Neighbouring-UMTS-CellInformationItem ::= SEQUENCE {
rNC-ID RNC-ID,
cN-PS-DomainIdentifier CN-PS-DomainIdentifier OPTIONAL,
cN-CS-DomainIdentifier CN-CS-DomainIdentifier OPTIONAL,
neighbouring-FDD-CellInformation Neighbouring-FDD-CellInformation OPTIONAL,
neighbouring-TDD-CellInformation Neighbouring-TDD-CellInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Neighbouring-UMTS-CellInformationItem-ExtIEs} } OPTIONAL,
...
}
Neighbouring-UMTS-CellInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-neighbouring-LCR-TDD-CellInformation CRITICALITY ignore EXTENSION Neighbouring-LCR-TDD-CellInformation PRESENCE optional}|
{ ID id-Extended-RNC-ID CRITICALITY reject EXTENSION Extended-RNC-ID PRESENCE optional},
...
}
Neighbouring-FDD-CellInformation ::= SEQUENCE ( SIZE (1..maxNrOfFDDNeighboursPerRNC,...)) OF Neighbouring-FDD-CellInformationItem
Neighbouring-FDD-CellInformationItem ::= SEQUENCE {
c-ID C-ID,
uARFCNforNu UARFCN,
uARFCNforNd UARFCN,
frameOffset FrameOffset OPTIONAL,
primaryScramblingCode PrimaryScramblingCode,
primaryCPICH-Power PrimaryCPICH-Power OPTIONAL,
cellIndividualOffset CellIndividualOffset OPTIONAL,
txDiversityIndicator TxDiversityIndicator,
sTTD-SupportIndicator STTD-SupportIndicator OPTIONAL,
closedLoopMode1-SupportIndicator ClosedLoopMode1-SupportIndicator OPTIONAL,
not-used-closedLoopMode2-SupportIndicator NULL OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Neighbouring-FDD-CellInformationItem-ExtIEs} } OPTIONAL,
...
}
Neighbouring-FDD-CellInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-RestrictionStateIndicator CRITICALITY ignore EXTENSION RestrictionStateIndicator PRESENCE optional}|
{ ID id-DPC-Mode-Change-SupportIndicator CRITICALITY ignore EXTENSION DPC-Mode-Change-SupportIndicator PRESENCE optional}|
{ ID id-CoverageIndicator CRITICALITY ignore EXTENSION CoverageIndicator PRESENCE optional}|
{ ID id-AntennaColocationIndicator CRITICALITY ignore EXTENSION AntennaColocationIndicator PRESENCE optional}|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional}|
{ ID id-CellCapabilityContainer-FDD CRITICALITY ignore EXTENSION CellCapabilityContainer-FDD PRESENCE optional}|
{ ID id-SNA-Information CRITICALITY ignore EXTENSION SNA-Information PRESENCE optional}|
{ ID id-FrequencyBandIndicator CRITICALITY ignore EXTENSION FrequencyBandIndicator PRESENCE optional}|
{ ID id-Max-UE-DTX-Cycle CRITICALITY ignore EXTENSION Max-UE-DTX-Cycle PRESENCE conditional}|
-- This IE shall be present if the the fifteenth bit Continuous Packet Connectivity DTX-DRX Support Indicator in the Cell Capability Container FDD IE is set to the value “1”.
{ ID id-Multiple-PLMN-List CRITICALITY ignore EXTENSION Multiple-PLMN-List PRESENCE optional}|
{ ID id-Secondary-Serving-Cell-List CRITICALITY ignore EXTENSION Secondary-Serving-Cell-List PRESENCE optional}|
{ ID id-Dual-Band-Secondary-Serving-Cell-List CRITICALITY ignore EXTENSION Secondary-Serving-Cell-List PRESENCE optional}|
-- This IE shall be present if the twenty-eighth bit Dual Band Support Indicator in the Cell Capability Container FDD IE is set to the value “1”.
{ ID id-CellCapabilityContainerExtension-FDD CRITICALITY ignore EXTENSION CellCapabilityContainerExtension-FDD PRESENCE optional}|
{ ID id-CellListValidityIndicator CRITICALITY ignore EXTENSION CellListValidityIndicator PRESENCE optional}|
{ ID id-MultipleFrequencyBandsIndicatorList CRITICALITY ignore EXTENSION MultipleFrequencyBandsIndicatorList PRESENCE optional},
...
}
MultipleFrequencyBandsIndicatorList ::= SEQUENCE (SIZE (0..maxMultipleFrequencyBands)) OF FrequencyBandIndicator
NeighbouringFDDCellMeasurementInformation ::= SEQUENCE {
uC-ID UC-ID,
uARFCN UARFCN,
primaryScramblingCode PrimaryScramblingCode,
iE-Extensions ProtocolExtensionContainer { { NeighbouringFDDCellMeasurementInformationItem-ExtIEs} } OPTIONAL,
...
}
NeighbouringFDDCellMeasurementInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Neighbouring-GSM-CellInformation ::= ProtocolIE-Single-Container {{ Neighbouring-GSM-CellInformationIE }}
Neighbouring-GSM-CellInformationIE RNSAP-PROTOCOL-IES ::= {
{ ID id-Neighbouring-GSM-CellInformation CRITICALITY ignore TYPE Neighbouring-GSM-CellInformationIEs PRESENCE mandatory }
}
Neighbouring-GSM-CellInformationIEs ::= SEQUENCE ( SIZE (1..maxNrOfGSMNeighboursPerRNC,...)) OF Neighbouring-GSM-CellInformationItem
Neighbouring-GSM-CellInformationItem ::= SEQUENCE {
cGI CGI,
cellIndividualOffset CellIndividualOffset OPTIONAL,
bSIC BSIC,
band-Indicator Band-Indicator,
bCCH-ARFCN BCCH-ARFCN,
iE-Extensions ProtocolExtensionContainer { { Neighbouring-GSM-CellInformationItem-ExtIEs} } OPTIONAL,
...
}
Neighbouring-GSM-CellInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-CoverageIndicator CRITICALITY ignore EXTENSION CoverageIndicator PRESENCE optional}|
{ ID id-AntennaColocationIndicator CRITICALITY ignore EXTENSION AntennaColocationIndicator PRESENCE optional}|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional}|
{ ID id-SNA-Information CRITICALITY ignore EXTENSION SNA-Information PRESENCE optional}|
{ ID id-GERAN-Cell-Capability CRITICALITY ignore EXTENSION GERAN-Cell-Capability PRESENCE optional}|
{ ID id-GERAN-Classmark CRITICALITY ignore EXTENSION GERAN-Classmark PRESENCE optional}|
{ ID id-ExtendedGSMCellIndividualOffset CRITICALITY ignore EXTENSION ExtendedGSMCellIndividualOffset PRESENCE optional}|
{ ID id-PLMN-List CRITICALITY ignore EXTENSION PLMN-List PRESENCE optional},
...
}
Neighbouring-TDD-CellInformation ::= SEQUENCE ( SIZE (1..maxNrOfTDDNeighboursPerRNC,...)) OF Neighbouring-TDD-CellInformationItem
Neighbouring-TDD-CellInformationItem ::= SEQUENCE {
c-ID C-ID,
uARFCNforNt UARFCN,
frameOffset FrameOffset OPTIONAL,
cellParameterID CellParameterID,
syncCase SyncCase,
timeSlot TimeSlot OPTIONAL
-- This IE shall be present if Sync Case = Case1 -- ,
sCH-TimeSlot SCH-TimeSlot OPTIONAL
-- This IE shall be present if Sync Case = Case2 -- ,
sCTD-Indicator SCTD-Indicator,
cellIndividualOffset CellIndividualOffset OPTIONAL,
dPCHConstantValue DPCHConstantValue OPTIONAL,
pCCPCH-Power PCCPCH-Power OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Neighbouring-TDD-CellInformationItem-ExtIEs} } OPTIONAL,
...
}
Neighbouring-TDD-CellInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-RestrictionStateIndicator CRITICALITY ignore EXTENSION RestrictionStateIndicator PRESENCE optional }|
{ ID id-CoverageIndicator CRITICALITY ignore EXTENSION CoverageIndicator PRESENCE optional }|
{ ID id-AntennaColocationIndicator CRITICALITY ignore EXTENSION AntennaColocationIndicator PRESENCE optional }|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional }|
{ ID id-CellCapabilityContainer-TDD CRITICALITY ignore EXTENSION CellCapabilityContainer-TDD PRESENCE optional }|
{ ID id-SNA-Information CRITICALITY ignore EXTENSION SNA-Information PRESENCE optional }|
{ ID id-CellCapabilityContainer-TDD768 CRITICALITY ignore EXTENSION CellCapabilityContainer-TDD768 PRESENCE optional }|
{ ID id-Multiple-PLMN-List CRITICALITY ignore EXTENSION Multiple-PLMN-List PRESENCE optional },
...
}
NeighbouringTDDCellMeasurementInformation ::= SEQUENCE {
uC-ID UC-ID,
uARFCN UARFCN,
cellParameterID CellParameterID,
timeSlot TimeSlot OPTIONAL,
midambleShiftAndBurstType MidambleShiftAndBurstType OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { NeighbouringTDDCellMeasurementInformationItem-ExtIEs} } OPTIONAL,
...
}
NeighbouringTDDCellMeasurementInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
NeighbouringTDDCellMeasurementInformationLCR ::= SEQUENCE {
uC-ID UC-ID,
uARFCN UARFCN,
cellParameterID CellParameterID,
timeSlotLCR TimeSlotLCR OPTIONAL,
midambleShiftLCR MidambleShiftLCR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { NeighbouringTDDCellMeasurementInformationLCRItem-ExtIEs} } OPTIONAL,
...
}
NeighbouringTDDCellMeasurementInformationLCRItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
NeighbouringTDDCellMeasurementInformation768 ::= SEQUENCE {
uC-ID UC-ID,
uARFCN UARFCN,
cellParameterID CellParameterID,
timeSlot TimeSlot OPTIONAL,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { NeighbouringTDDCellMeasurementInformationItem768-ExtIEs} } OPTIONAL,
...
}
NeighbouringTDDCellMeasurementInformationItem768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Neighbouring-LCR-TDD-CellInformation ::= SEQUENCE (SIZE (1.. maxNrOfLCRTDDNeighboursPerRNC,...)) OF Neighbouring-LCR-TDD-CellInformationItem
Neighbouring-LCR-TDD-CellInformationItem ::= SEQUENCE {
c-ID C-ID,
uARFCNforNt UARFCN,
frameOffset FrameOffset OPTIONAL,
cellParameterID CellParameterID,
sCTD-Indicator SCTD-Indicator,
cellIndividualOffset CellIndividualOffset OPTIONAL,
dPCHConstantValue DPCHConstantValue OPTIONAL,
pCCPCH-Power PCCPCH-Power OPTIONAL,
restrictionStateIndicator RestrictionStateIndicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Neighbouring-LCR-TDD-CellInformationItem-ExtIEs} } OPTIONAL,
...
}
Neighbouring-LCR-TDD-CellInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-CoverageIndicator CRITICALITY ignore EXTENSION CoverageIndicator PRESENCE optional}|
{ ID id-AntennaColocationIndicator CRITICALITY ignore EXTENSION AntennaColocationIndicator PRESENCE optional}|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional}|
{ ID id-CellCapabilityContainer-TDD-LCR CRITICALITY ignore EXTENSION CellCapabilityContainer-TDD-LCR PRESENCE optional}|
{ ID id-SNA-Information CRITICALITY ignore EXTENSION SNA-Information PRESENCE optional}|
{ ID id-Multiple-PLMN-List CRITICALITY ignore EXTENSION Multiple-PLMN-List PRESENCE optional}|
{ ID id-CellCapabilityContainerExtension-TDD-LCR CRITICALITY ignore EXTENSION CellCapabilityContainerExtension-TDD-LCR PRESENCE optional},
...
}
Neighbouring-E-UTRA-CellInformation ::= SEQUENCE ( SIZE (1..maxNrOfEUTRANeighboursPerRNC,...)) OF Neighbouring-E-UTRA-CellInformationItem
Neighbouring-E-UTRA-CellInformationItem ::= SEQUENCE {
eCGI ECGI,
eARFCN-Information EARFCN-Information,
iE-Extensions ProtocolExtensionContainer { { Neighbouring-E-UTRA-CellInformationItem-ExtIEs} } OPTIONAL,
...
}
Neighbouring-E-UTRA-CellInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-PCI CRITICALITY ignore EXTENSION PCI PRESENCE optional}|
{ ID id-TAC CRITICALITY ignore EXTENSION TAC PRESENCE optional}|
{ ID id-PLMN-List CRITICALITY ignore EXTENSION PLMN-List PRESENCE optional}|
{ ID id-MultipleFrequencyBandsIndicatorList-EUTRA CRITICALITY ignore EXTENSION MultipleFrequencyBandsIndicatorList-EUTRA PRESENCE optional},
...
}
MultipleFrequencyBandsIndicatorList-EUTRA ::= SEQUENCE (SIZE (0.. maxMultipleFrequencyBandsEUTRA)) OF RadioFrequencyBandEUTRA
RadioFrequencyBandEUTRA ::= INTEGER (1..256)
NonCellSpecificTxDiversity ::= ENUMERATED {
txDiversity,
...
}
Non-rectangular-resource-allocation-indicator ::= ENUMERATED {
activate
}
Non-rectangular-resource-timeslot-set ::= BIT STRING (SIZE (7))
NotProvidedCellList ::= SEQUENCE (SIZE (1..maxNrOfCells)) OF MBMSChannelTypeCellList
NrOfDLchannelisationcodes ::= INTEGER (1..8)
NrOfTransportBlocks ::= INTEGER (0..512)
NRT-Load-Information-Value-IncrDecrThres ::= INTEGER(0..3)
NRT-Load-Information-Value ::= INTEGER(0..3)
NRTLoadInformationValue ::= SEQUENCE {
uplinkNRTLoadInformationValue INTEGER(0..3),
downlinkNRTLoadInformationValue INTEGER(0..3)
}
N-E-UCCH ::= INTEGER (1..12)
N-E-UCCH-LCR ::= INTEGER (1..8)
Number-Of-Supported-Carriers ::= ENUMERATED {
one-one-carrier,
one-three-carrier,
three-three-carrier,
one-six-carrier,
three-six-carrier,
six-six-carrier,
...,
one-two-carrier-discontiguous,
two-two-carrier-discontiguous,
one-two-carrier-contiguous,
two-two-carrier-contiguous
}
NumHS-SCCH-Codes ::= INTEGER (1..maxNrOfHSSCCHCodes)
NoOfTargetCellHS-SCCH-Order::= INTEGER (1..30)
Non-Serving-RL-Preconfig-Setup ::= SEQUENCE {
new-non-serving-RL-selection New-non-serving-RL-setup-selection,
iE-Extensions ProtocolExtensionContainer { {Non-Serving-RL-Preconfig-Setup-ExtIEs} } OPTIONAL,
...
}
Non-Serving-RL-Preconfig-Setup-ExtIEs RNSAP-PROTOCOL-EXTENSION::= {
{ID id-Additional-E-DCH-Non-Serving-RL-Preconfiguration-Setup CRITICALITY ignore EXTENSION Additional-E-DCH-Non-Serving-RL-Preconfiguration-Setup PRESENCE optional }|
{ ID id-FTPICH-Information CRITICALITY ignore EXTENSION FTPICH-Information PRESENCE optional},
...
}
Additional-E-DCH-Non-Serving-RL-Preconfiguration-Setup ::= NULL
New-non-serving-RL-setup-selection ::= CHOICE {
new-Serving-RL-in-DRNS NULL,
new-Serving-RL-Not-in-DRNS NULL,
new-Serving-RL-in-or-Not-in-DRNS NULL,
...
}
Non-Serving-RL-Preconfig-Info ::= SEQUENCE {
new-non-serving-RL-E-DCH-FDD-DL-ControlChannelInformation-A EDCH-FDD-DL-ControlChannelInformation OPTIONAL,
new-non-serving-RL-E-DCH-FDD-DL-ControlChannelInformation-B EDCH-FDD-DL-ControlChannelInformation OPTIONAL,
new-non-serving-RL-E-DCH-FDD-DL-ControlChannelInformation-C EDCH-FDD-DL-ControlChannelInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Non-Serving-RL-Preconfig-Info-ExtIEs} } OPTIONAL,
...
}
Non-Serving-RL-Preconfig-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-Additional-E-DCH-New-non-serving-RL-E-DCH-FDD-DL-Control-Channel-InfoList CRITICALITY ignore EXTENSION Additional-E-DCH-New-non-serving-RL-E-DCH-FDD-DL-Control-Channel-InfoList PRESENCE optional}|
{ ID id-FTPICH-Information-Response CRITICALITY ignore EXTENSION FTPICH-Information-Response PRESENCE optional},
...
}
Additional-E-DCH-New-non-serving-RL-E-DCH-FDD-DL-Control-Channel-InfoList ::= SEQUENCE(SIZE(1.. maxNrOfEDCH-1)) OF SEQUENCE {
new-non-serving-RL-E-DCH-FDD-DL-Control-Channel-Information-A EDCH-FDD-DL-ControlChannelInformation OPTIONAL,
new-non-serving-RL-E-DCH-FDD-DL-Control-Channel-Information-B EDCH-FDD-DL-ControlChannelInformation OPTIONAL,
new-non-serving-RL-E-DCH-FDD-DL-Control-Channel-Information-C EDCH-FDD-DL-ControlChannelInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-E-DCH-New-non-serving-RL-E-DCH-FDD-DL-Control-Channel-InfoList-ExtIEs} } OPTIONAL,
...
}
Additional-E-DCH-New-non-serving-RL-E-DCH-FDD-DL-Control-Channel-InfoList-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
NeedforIdleInterval ::= ENUMERATED {
true,
false
}
-- O
OnModification ::= SEQUENCE {
measurementThreshold MeasurementThreshold,
iE-Extensions ProtocolExtensionContainer { {OnModification-ExtIEs} } OPTIONAL,
...
}
OnModification-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
OnModificationInformation ::= SEQUENCE {
informationThreshold InformationThreshold OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {OnModificationInformation-ExtIEs} } OPTIONAL,
...
}
OnModificationInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
OrdinalNumberOfFrequency ::= INTEGER (1..32,...)
Out-of-Sychronization-Window ::= ENUMERATED {
ms40,
ms80,
ms160,
ms320,
ms640,
...
}
-- P
PagingCause ::= ENUMERATED {
terminating-conversational-call,
terminating-streaming-call,
terminating-interactive-call,
terminating-background-call,
terminating-low-priority-signalling,
...,
terminating-high-priority-signalling,
terminating-cause-unknown
}
-- See in TS 25.331 [16]
PagingRecordType ::= ENUMERATED {
imsi-gsm-map,
tmsi-gsm-map,
p-tmsi-gsm-map,
imsi-ds-41,
tmsi-ds-41,
...
}
-- See in TS 25.331 [16]
PartialReportingIndicator ::= ENUMERATED {
partial-reporting-allowed
}
Pattern-Sequence-Identifier ::= INTEGER (1.. maxNrOfDCHMeasurementOccasionPatternSequence)
PayloadCRC-PresenceIndicator ::= ENUMERATED {
crc-included,
crc-not-included
}
PCCPCH-Power ::= INTEGER (-150..400,...)
-- PCCPCH-power = power * 10
-- If power <= -15 PCCPCH shall be set to -150
-- If power >= 40 PCCPCH shall be set to 400
-- Unit dBm, Range -15dBm .. +40 dBm, Step 0.1dBm
PCH-InformationList ::= SEQUENCE (SIZE(0..1)) OF PCH-InformationItem
PCH-InformationItem ::= SEQUENCE {
transportFormatSet TransportFormatSet,
iE-Extensions ProtocolExtensionContainer { { PCH-InformationItem-ExtIEs} } OPTIONAL,
...
}
PCH-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
PC-Preamble ::= INTEGER(0..7,...)
PCI ::= INTEGER (0..503,...)
Periodic ::= SEQUENCE {
reportPeriodicity ReportPeriodicity,
iE-Extensions ProtocolExtensionContainer { {Periodic-ExtIEs} } OPTIONAL,
...
}
Periodic-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
PeriodicInformation ::= SEQUENCE {
informationReportPeriodicity InformationReportPeriodicity,
iE-Extensions ProtocolExtensionContainer { {PeriodicInformation-ExtIEs} } OPTIONAL,
...
}
PeriodicInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Permanent-NAS-UE-Identity ::= CHOICE {
imsi IMSI,
...
}
Phase-Reference-Update-Indicator ::= ENUMERATED {
phase-reference-needs-to-be-changed
}
PLCCHsequenceNumber ::= INTEGER (0..14)
PLMN-Identity ::= OCTET STRING (SIZE(3))
PLMN-List ::= SEQUENCE (SIZE(0..maxNrOfBroadcastPLMNs)) OF PLMN-Identity
PowerAdjustmentType ::= ENUMERATED {
none,
common,
individual
}
PowerOffset ::= INTEGER (0..24)
PowerOffsetForSecondaryCPICHforMIMO ::= INTEGER (-6..0)
-- Unit dB, Range -10dB .. 5dB, Step +1dB
PowerOffsetForSecondaryCPICHforMIMORequestIndicator ::= NULL
PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennas ::= SEQUENCE (SIZE (1.. maxSCPICHCell)) OF Associated-Secondary-CPICH
Associated-Secondary-CPICH ::= SEQUENCE{
associated-secondary-CPICH-channelId CommonPhysicalChannelID,
associated-secondary-CPICH PowerOffsetForSCPICH-DCPICHforMIMOwithfourtransmitantennas OPTIONAL,
associated-D-CPICH-channelId CommonPhysicalChannelID OPTIONAL,
associated-D-CPICH PowerOffsetForSCPICH-DCPICHforMIMOwithfourtransmitantennas OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Associated-Secondary-CPICH-Item-ExtIEs} } OPTIONAL,
...
}
Associated-Secondary-CPICH-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CommonPhysicalChannelID ::= INTEGER (0..255)
PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennasRequestIndicator ::= NULL
PowerOffsetForSCPICH-DCPICHforMIMOwithfourtransmitantennas ::= INTEGER (-12..0)
-- Unit dB, Range -10dB .. 5dB, Step +1dB
PRC ::= INTEGER (-2047..2047)
--pseudo range correction; scaling factor 0.32 meters
PRCDeviation ::= ENUMERATED {
prcd1,
prcd2,
prcd5,
prcd10,
...
}
Pre-emptionCapability ::= ENUMERATED {
shall-not-trigger-pre-emption,
may-trigger-pre-emption
}
Pre-emptionVulnerability ::= ENUMERATED {
not-pre-emptable,
pre-emptable
}
Precoder-Weight-Set-Restriction ::= BIT STRING (SIZE (64))
PredictedSFNSFNDeviationLimit ::= INTEGER (1..256)
-- Unit chip, Step 1/16 chip, Range 1/16..16 chip
PredictedTUTRANGPSDeviationLimit ::= INTEGER (1..256)
-- Unit chip, Step 1/16 chip, Range 1/16..16 chip
PreferredFrequencyLayerInfo ::= SEQUENCE {
defaultPreferredFrequency UARFCN,
additionalPreferredFrequency AdditionalPreferredFrequency OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { PreferredFrequencyLayerInfo-ExtIEs} } OPTIONAL,
...
}
PreferredFrequencyLayerInfo-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
PrimaryCPICH-Power ::= INTEGER (-100..500)
-- step 0.1 (Range –10.0..50.0) Unit is dBm
PrimaryCPICH-EcNo ::= INTEGER (-30..30)
Primary-CPICH-Usage-For-Channel-Estimation ::= ENUMERATED {
primary-CPICH-may-be-used,
primary-CPICH-shall-not-be-used
}
PrimaryCCPCH-RSCP ::= INTEGER (0..91)
-- Mapping of Non Negative values according to maping in TS 25.123 [24]
PrimaryCCPCH-RSCP-Delta ::= INTEGER (-5..-1,...)
-- Mapping of Negative values according to maping in TS 25.123 [24]
PrimaryScramblingCode ::= INTEGER (0..511)
PriorityLevel ::= INTEGER (0..15)
-- 0 = spare, 1 = highest priority, ...14 = lowest priority and 15 = no priority
PriorityQueue-Id ::= INTEGER (0..maxNrOfPrioQueues-1)
PriorityQueue-InfoList ::= SEQUENCE (SIZE (1..maxNrOfPrioQueues)) OF PriorityQueue-InfoItem
PriorityQueue-InfoItem ::= SEQUENCE {
priorityQueue-Id PriorityQueue-Id,
associatedHSDSCH-MACdFlow HSDSCH-MACdFlow-ID,
schedulingPriorityIndicator SchedulingPriorityIndicator,
t1 T1,
discardTimer DiscardTimer OPTIONAL,
mAC-hsWindowSize MAC-hsWindowSize,
mAChsGuaranteedBitRate MAChsGuaranteedBitRate OPTIONAL,
mACdPDU-Size-Index MACdPDU-Size-IndexList,
rLC-Mode RLC-Mode,
iE-Extensions ProtocolExtensionContainer { { PriorityQueue-InfoItem-ExtIEs } } OPTIONAL,
...
}
PriorityQueue-InfoItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MaximumMACdPDU-SizeExtended CRITICALITY reject EXTENSION MAC-PDU-SizeExtended PRESENCE optional}|
{ ID id-DL-RLC-PDU-Size-Format CRITICALITY ignore EXTENSION DL-RLC-PDU-Size-Format PRESENCE optional}|
{ ID id-UE-AggregateMaximumBitRate-Enforcement-Indicator CRITICALITY ignore EXTENSION UE-AggregateMaximumBitRate-Enforcement-Indicator PRESENCE optional},
...
}
PriorityQueue-InfoList-EnhancedFACH-PCH ::= SEQUENCE (SIZE (1..maxNrOfPrioQueues)) OF PriorityQueue-InfoItem-EnhancedFACH-PCH
PriorityQueue-InfoItem-EnhancedFACH-PCH ::= SEQUENCE {
priorityQueue-Id PriorityQueue-Id,
schedulingPriorityIndicator SchedulingPriorityIndicator,
t1 T1,
mAC-ehs-Reset-Timer MAC-ehs-Reset-Timer,
discardTimer DiscardTimer OPTIONAL,
mAC-hsWindowSize MAC-hsWindowSize,
maximum-MACdPDU-Size MAC-PDU-SizeExtended,
iE-Extensions ProtocolExtensionContainer { { PriorityQueue-InfoItem-EnhancedFACH-PCH-ExtIEs } } OPTIONAL,
...
}
PriorityQueue-InfoItem-EnhancedFACH-PCH-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
PriorityQueue-InfoList-to-Modify ::= SEQUENCE (SIZE (1..maxNrOfPrioQueues)) OF ModifyPriorityQueue
PriorityQueue-InfoItem-to-Add ::= SEQUENCE {
priorityQueue-Id PriorityQueue-Id,
associatedHSDSCH-MACdFlow HSDSCH-MACdFlow-ID,
schedulingPriorityIndicator SchedulingPriorityIndicator,
t1 T1,
discardTimer DiscardTimer OPTIONAL,
mAC-hsWindowSize MAC-hsWindowSize,
mAChsGuaranteedBitRate MAChsGuaranteedBitRate OPTIONAL,
mACdPDU-Size-Index MACdPDU-Size-IndexList,
rLC-Mode RLC-Mode,
iE-Extensions ProtocolExtensionContainer { { PriorityQueue-InfoItem-to-Add-ExtIEs } } OPTIONAL,
...
}
PriorityQueue-InfoItem-to-Add-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MaximumMACdPDU-SizeExtended CRITICALITY reject EXTENSION MAC-PDU-SizeExtended PRESENCE optional}|
{ ID id-DL-RLC-PDU-Size-Format CRITICALITY ignore EXTENSION DL-RLC-PDU-Size-Format PRESENCE optional},
...
}
PriorityQueue-InfoItem-to-Modify ::= SEQUENCE {
priorityQueue-Id PriorityQueue-Id,
schedulingPriorityIndicator SchedulingPriorityIndicator OPTIONAL,
t1 T1 OPTIONAL,
discardTimer DiscardTimer OPTIONAL,
mAC-hsWindowSize MAC-hsWindowSize OPTIONAL,
mAChsGuaranteedBitRate MAChsGuaranteedBitRate OPTIONAL,
mACdPDU-Size-Index-to-Modify MACdPDU-Size-IndexList-to-Modify OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { PriorityQueue-InfoItem-to-Modify-ExtIEs } } OPTIONAL,
...
}
PriorityQueue-InfoItem-to-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MaximumMACdPDU-SizeExtended CRITICALITY reject EXTENSION MAC-PDU-SizeExtended PRESENCE optional}|
{ ID id-DL-RLC-PDU-Size-Format CRITICALITY ignore EXTENSION DL-RLC-PDU-Size-Format PRESENCE optional},
...
}
PriorityQueue-InfoList-to-Modify-Unsynchronised ::= SEQUENCE (SIZE (0..maxNrOfPrioQueues)) OF PriorityQueue-InfoItem-to-Modify-Unsynchronised
PriorityQueue-InfoItem-to-Modify-Unsynchronised ::= SEQUENCE {
priorityQueueId PriorityQueue-Id,
schedulingPriorityIndicator SchedulingPriorityIndicator OPTIONAL,
discardTimer DiscardTimer OPTIONAL,
mAChsGuaranteedBitRate MAChsGuaranteedBitRate OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { PriorityQueue-InfoItem-to-Modify-Unsynchronised-ExtIEs} } OPTIONAL,
...
}
PriorityQueue-InfoItem-to-Modify-Unsynchronised-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
PropagationDelay ::= INTEGER (0..255)
ProvidedInformation ::= SEQUENCE {
mBMSChannelTypeInfo MBMSChannelTypeInfo OPTIONAL,
mBMSPreferredFreqLayerInfo MBMSPreferredFreqLayerInfo OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ProvideInformation-ExtIEs} } OPTIONAL,
...
}
ProvideInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UpPCH-InformationList-LCRTDD CRITICALITY ignore EXTENSION UpPCH-InformationList-LCRTDD PRESENCE optional}|
-- Applicable to 1.28Mcps TDD only
{ ID id-ANRReportIndication CRITICALITY ignore EXTENSION ANRReportIndication PRESENCE optional},
...
}
UpPCH-InformationList-LCRTDD ::= SEQUENCE (SIZE (0.. maxFrequencyinCell)) OF ProtocolIE-Single-Container {{ UpPCH-InformationItemIE-LCRTDD }}
UpPCH-InformationItemIE-LCRTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UpPCH-InformationItem-LCRTDD CRITICALITY ignore TYPE UpPCH-InformationItem-LCRTDD PRESENCE mandatory},
...
}
UpPCH-InformationItem-LCRTDD ::= SEQUENCE {
uARFCNforNt UARFCN OPTIONAL,
uPPCHPositionLCR UPPCHPositionLCR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { UpPCH-InformationItem-LCRTDD-ExtIEs} } OPTIONAL,
...
}
UpPCH-InformationItem-LCRTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
PunctureLimit ::= INTEGER (0..15)
-- 0: 40%; 1: 44%; ... 14: 96%; 15: 100
-- 0 is not applicable for E-DPCH
PTMCellList ::= SEQUENCE (SIZE (1..maxNrOfCells)) OF MBMSChannelTypeCellList
PTPCellList ::= SEQUENCE (SIZE (1..maxNrOfCells)) OF MBMSChannelTypeCellList
-- Q
QE-Selector ::= ENUMERATED {
selected,
non-selected
}
Process-Memory-Size ::= ENUMERATED {
hms800, hms1600, hms2400, hms3200, hms4000,
hms4800, hms5600, hms6400, hms7200, hms8000,
hms8800, hms9600, hms10400, hms11200, hms12000,
hms12800, hms13600, hms14400, hms15200, hms16000,
hms17600, hms19200, hms20800, hms22400, hms24000,
hms25600, hms27200, hms28800, hms30400, hms32000,
hms36000, hms40000, hms44000, hms48000, hms52000,
hms56000, hms60000, hms64000, hms68000, hms72000,
hms76000, hms80000, hms88000, hms96000, hms104000,
hms112000, hms120000, hms128000, hms136000, hms144000,
hms152000, hms160000, hms176000, hms192000, hms208000,
hms224000, hms240000, hms256000, hms272000, hms288000,
hms304000,...}
-- R
RABased ::= SEQUENCE {
raiList RAI-List,
iE-Extensions ProtocolExtensionContainer { {RABased-ExtIEs} } OPTIONAL,
...
}
RABased-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RAI-List ::= SEQUENCE (SIZE (1..maxNrOfRAIs)) OF
RAI
ReportInterval ::= ENUMERATED {
ms250,
ms500,
ms1000,
ms2000,
ms3000,
ms4000,
ms6000,
ms12000,
ms16000,
ms20000,
ms24000,
ms32000,
ms64000,
... }
ReportAmount ::= ENUMERATED { n1, n2, n4, n8, n16, n32, n64, infinity, ... }
RAC ::= OCTET STRING (SIZE(1))
RAI ::= SEQUENCE {
pLMN-Identity PLMN-Identity,
lAC LAC,
rAC RAC
}
RANAP-EnhancedRelocationInformationRequest ::= BIT STRING
RANAP-EnhancedRelocationInformationResponse ::= BIT STRING
RANAP-RelocationInformation ::= BIT STRING
Range-Correction-Rate ::= INTEGER (-127..127)
-- scaling factor 0.032 m/s
RateMatchingAttribute ::= INTEGER (1..maxRateMatching)
RB-Identity ::= INTEGER (0..31)
RB-Info ::= SEQUENCE (SIZE(1..maxNoOfRB)) OF RB-Identity
Received-Total-Wideband-Power-Value ::= Received-total-wide-band-power
Received-Total-Wideband-Power-Value-IncrDecrThres ::= INTEGER(0..620)
-- Unit dB Step 0.1dB
-- e.g. value 100 means 10dB
Reference-E-TFCI-Information ::= SEQUENCE (SIZE (1..maxNrOfRefETFCIs)) OF Reference-E-TFCI-Information-Item
Reference-E-TFCI-Information-Item ::= SEQUENCE {
reference-E-TFCI E-TFCI,
-- The following IE shall be ignored if id-Ext-Reference-E-TFCI-PO is present in Reference-E-TFCI-Information-Item-ExtIEs
reference-E-TFCI-PO Reference-E-TFCI-PO,
iE-Extensions ProtocolExtensionContainer { { Reference-E-TFCI-Information-Item-ExtIEs} } OPTIONAL,
...
}
Reference-E-TFCI-Information-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
-- The following IE shall be present if the ref E-TFCI power offset to be signalled exceeds maxNrOfRefETFCI-PO-QUANTSTEPs
{ ID id-Ext-Reference-E-TFCI-PO CRITICALITY reject EXTENSION Ext-Reference-E-TFCI-PO PRESENCE optional},
...
}
Reference-E-TFCI-PO ::= INTEGER (0.. maxNrOfRefETFCI-PO-QUANTSTEPs)
RefTFCNumber ::= INTEGER (0..15)
Released-CN-Domain ::= CHOICE {
pSDomain NULL,
cSDomain NULL,
pS-CSDomain NULL,
...
}
RepetitionLength ::= INTEGER (1..63)
RepetitionPeriod ::= ENUMERATED {
v1,
v2,
v4,
v8,
v16,
v32,
v64
}
RepetitionNumber0 ::= INTEGER (0..255)
RepetitionNumber1 ::= INTEGER (1..256)
ReportCharacteristics ::= CHOICE {
onDemand NULL,
periodic Periodic,
eventA EventA,
eventB EventB,
eventC EventC,
eventD EventD,
eventE EventE,
eventF EventF,
...,
extension-ReportCharacteristics Extension-ReportCharacteristics
}
Extension-ReportCharacteristics ::= ProtocolIE-Single-Container {{ Extension-ReportCharacteristicsIE }}
Extension-ReportCharacteristicsIE RNSAP-PROTOCOL-IES ::= {
{ ID id-OnModification CRITICALITY reject TYPE OnModification PRESENCE mandatory }|
{ ID id-EventH CRITICALITY reject TYPE EventH PRESENCE mandatory }
}
ReportPeriodicity ::= CHOICE {
ten-msec INTEGER (1..6000,...),
-- The Report Periodicity gives the reporting periodicity in number of 10 ms periods.
-- E.g. value 6000 means 60000ms (i.e. 1min)
-- Unit ms, Step 10ms
min INTEGER (1..60,...),
-- Unit min, Step 1min
...
}
RequestedDataValue ::= SEQUENCE {
gA-AccessPointPositionwithAltitude GA-AccessPointPositionwithOptionalAltitude OPTIONAL,
iPDLParameters IPDLParameters OPTIONAL,
dGPSCorrections DGPSCorrections OPTIONAL,
gPS-NavigationModel-and-TimeRecovery GPS-NavigationModel-and-TimeRecovery OPTIONAL,
gPS-Ionospheric-Model GPS-Ionospheric-Model OPTIONAL,
gPS-UTC-Model GPS-UTC-Model OPTIONAL,
gPS-Almanac GPS-Almanac OPTIONAL,
gPS-RealTime-Integrity GPS-RealTime-Integrity OPTIONAL,
gPS-RX-POS GPS-RX-POS OPTIONAL,
sFNSFN-GA-AccessPointPosition GA-AccessPointPositionwithOptionalAltitude OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RequestedDataValue-ExtIEs} } OPTIONAL,
...
}
RequestedDataValue-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Cell-Capacity-Class-Value CRITICALITY ignore EXTENSION Cell-Capacity-Class-Value PRESENCE optional }|
{ ID id-NACC-Related-Data CRITICALITY ignore EXTENSION NACC-Related-Data PRESENCE optional }|
{ ID id-MBMS-Bearer-Service-Full-Address CRITICALITY ignore EXTENSION MBMS-Bearer-Service-Full-Address PRESENCE optional }|
{ ID id-Inter-Frequency-Cell-Information CRITICALITY ignore EXTENSION Inter-Frequency-Cell-Information PRESENCE optional }|
{ ID id-GANSS-Common-Data CRITICALITY ignore EXTENSION GANSS-Common-Data PRESENCE optional }|
{ ID id-GANSS-Generic-Data CRITICALITY ignore EXTENSION GANSS-Generic-Data PRESENCE optional }|
{ ID id-Counting-Information CRITICALITY ignore EXTENSION Counting-Information PRESENCE optional }|
{ ID id-Transmission-Mode-Information CRITICALITY ignore EXTENSION Transmission-Mode-Information PRESENCE optional }|
{ ID id-MBMS-Neighbouring-Cell-Information CRITICALITY ignore EXTENSION MBMS-Neighbouring-Cell-Information PRESENCE optional }|
{ ID id-RLC-Sequence-Number CRITICALITY ignore EXTENSION RLC-Sequence-Number PRESENCE optional }|
{ ID id-ANR-Cell-Information CRITICALITY ignore EXTENSION ANR-Cell-Information PRESENCE optional }|
{ ID id-Common-E-RGCH-Cell-Information CRITICALITY ignore EXTENSION Common-E-RGCH-Cell-Information PRESENCE optional },
...
}
RequestedDataValueInformation ::= CHOICE {
informationAvailable InformationAvailable,
informationNotAvailable InformationNotAvailable
}
RestrictionStateIndicator ::= ENUMERATED {
cellNotResevedForOperatorUse,
cellResevedForOperatorUse,
...
}
RL-ID ::= INTEGER (0..31)
RL-Set-ID ::= INTEGER (0..31)
RL-Specific-DCH-Info ::= SEQUENCE (SIZE (1..maxNrOfDCHs)) OF RL-Specific-DCH-Info-Item
RL-Specific-DCH-Info-Item ::= SEQUENCE {
dCH-id DCH-ID,
bindingID BindingID OPTIONAL,
-- Shall be ignored if bearer establishment with ALCAP.
transportLayerAddress TransportLayerAddress OPTIONAL,
-- Shall be ignored if bearer establishment with ALCAP.
iE-Extensions ProtocolExtensionContainer { { RL-Specific-DCH-Info-Item-ExtIEs} } OPTIONAL,
...
}
RL-Specific-DCH-Info-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TransportBearerNotRequestedIndicator CRITICALITY ignore EXTENSION TransportBearerNotRequestedIndicator PRESENCE optional }, -- FDD only
...
}
RL-Specific-EDCH-Information ::= SEQUENCE {
rL-Specific-EDCH-Info RL-Specific-EDCH-Info,
e-AGCH-PowerOffset E-AGCH-PowerOffset OPTIONAL,
e-RGCH-PowerOffset E-RGCH-PowerOffset OPTIONAL,
e-HICH-PowerOffset E-HICH-PowerOffset OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RL-Specific-EDCH-Information-Item-ExtIEs} } OPTIONAL,
...
}
RL-Specific-EDCH-Information-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Specific-EDCH-Info ::= SEQUENCE (SIZE (1..maxNrOfEDCHMACdFlows)) OF RL-Specific-EDCH-InfoItem
RL-Specific-EDCH-InfoItem ::= SEQUENCE {
eDCH-MACdFlow-ID EDCH-MACdFlow-ID,
bindingID BindingID OPTIONAL,
-- Shall be ignored if bearer establishment with ALCAP.
transportLayerAddress TransportLayerAddress OPTIONAL,
-- Shall be ignored if bearer establishment with ALCAP.
iE-Extensions ProtocolExtensionContainer { { RL-Specific-EDCH-Info-Item-ExtIEs} } OPTIONAL,
...
}
RL-Specific-EDCH-Info-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TransportBearerNotRequestedIndicator CRITICALITY ignore EXTENSION TransportBearerNotRequestedIndicator PRESENCE optional }, -- FDD only
...
}
RLC-Mode ::= ENUMERATED {
rLC-AM,
rLC-UM,
...
}
DL-RLC-PDU-Size-Format ::= ENUMERATED {
fixed-RLC-PDU-Size,
flexible-RLC-PDU-Size,
...
}
RLC-Sequence-Number ::= INTEGER (0..127)
RNC-ID ::= INTEGER (0..4095)
RNTI-Allocation-Indicator ::= ENUMERATED {
true
}
Round-Trip-Time-IncrDecrThres ::= INTEGER(0..32766)
Round-Trip-Time-Value ::= INTEGER(0..32767)
-- According to mapping in TS 25.133 [23]
RSCP-Value ::= INTEGER (0..127)
-- According to mapping in TS 25.123 [24]
RSCP-Value-IncrDecrThres ::= INTEGER (0..126)
Received-total-wide-band-power ::= INTEGER (0..621)
-- According to mapping in TS 25.133 [23]
RT-Load-Value-IncrDecrThres ::= INTEGER(0..100)
RT-Load-Value ::= INTEGER(0..100)
RTLoadValue ::= SEQUENCE {
uplinkRTLoadValue INTEGER(0..100),
downlinkRTLoadValue INTEGER(0..100)
}
RxTimingDeviationForTA ::= INTEGER (0..127)
-- As specified in TS 25.435 [5], ch. 6.2.7.6
-- For 1.28Mcps TDD this IE must be set to 0.
RxTimingDeviationForTAext ::= INTEGER (0..511)
-- As specified in TS 25.435 [5] [3.84 Mcps TDD only]
RxTimingDeviationForTA768 ::= INTEGER (0.. 1023)
-- As specified in TS 25.435 [5]
Rx-Timing-Deviation-Value ::= INTEGER (0..8191)
--According to mapping in TS 25.123 [24][3.84Mcps TDD only]
Rx-Timing-Deviation-Value-ext ::= INTEGER (0..32767)
--According to mapping in TS 25.123 [24][3.84Mcps TDD only]
Rx-Timing-Deviation-Value-LCR ::= INTEGER (0..511)
--According to mapping in TS 25.123 [24][1.28Mcps TDD only]
Rx-Timing-Deviation-Value-768 ::= INTEGER (0..65535)
--According to mapping in TS 25.123 [24][7.68Mcps TDD only]
RefBeta ::= INTEGER (-15..16)
-- S
SAC ::= OCTET STRING (SIZE (2))
SAI ::= SEQUENCE {
pLMN-Identity PLMN-Identity,
lAC LAC,
sAC SAC,
iE-Extensions ProtocolExtensionContainer { {SAI-ExtIEs} } OPTIONAL
}
SAI-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
SAT-ID ::= INTEGER (0..63)
SCH-TimeSlot ::= INTEGER (0..6)
ScaledAdjustmentRatio ::= INTEGER(0..100)
-- AdjustmentRatio = ScaledAdjustmentRatio / 100
SchedulingInformation ::= ENUMERATED {
included,
not-included
}
SDPCCH-PowerOffsetInformation ::= INTEGER (0..6,...)
SecondaryServingCells ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH-1)) OF SecondaryServingCellsItem
SecondaryServingCellsItem ::= SEQUENCE {
secondaryC-ID C-ID,
numSecondaryHS-SCCH-Codes NumHS-SCCH-Codes OPTIONAL,
sixtyfourQAM-UsageAllowedIndicator SixtyfourQAM-UsageAllowedIndicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { SecondaryServingCellsItem-ExtIEs} } OPTIONAL,
...
}
SecondaryServingCellsItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-MIMO-ActivationIndicator CRITICALITY ignore EXTENSION MIMO-ActivationIndicator PRESENCE optional}|
{ID id-EDCH-Indicator CRITICALITY ignore EXTENSION NULL PRESENCE optional}|
{ID id-power-offset-for-S-CPICH-for-MIMO-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMORequestIndicator PRESENCE optional}|
{ID id-OrdinalNumberOfFrequency CRITICALITY reject EXTENSION OrdinalNumberOfFrequency PRESENCE optional}|
{ ID id-MIMO-withfourtransmitantennas-ActivationIndicator CRITICALITY ignore EXTENSION MIMO-withfourtransmitantennas-ActivationIndicator
PRESENCE optional}|
{ ID id-DualStream-MIMO-withfourtransmitantennas-ActivationIndicator CRITICALITY ignore EXTENSION DualStream-MIMO-withfourtransmitantennas-ActivationIndicator PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas-Request-Indicator CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennasRequestIndicator PRESENCE optional}|
{ID id-Multiflow-OrdinalNumberOfFrequency CRITICALITY reject EXTENSION Multiflow-OrdinalNumberOfFrequency PRESENCE optional},
...
}
Secondary-CCPCH-Info-TDD::= SEQUENCE {
dl-TFCS TFCS,
tFCI-Coding TFCI-Coding,
secondary-CCPCH-TDD-InformationList Secondary-CCPCH-TDD-InformationList,
fACH-InformationList FACH-InformationList,
pCH-InformationList PCH-InformationList,
iE-Extensions ProtocolExtensionContainer { { Secondary-CCPCH-Info-TDD-ExtIEs} } OPTIONAL,
...
}
Secondary-CCPCH-Info-TDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Secondary-CPICH-Information ::= SEQUENCE {
dl-ScramblingCode DL-ScramblingCode,
fDD-DL-ChannelisationCodeNumber FDD-DL-ChannelisationCodeNumber,
iE-Extensions ProtocolExtensionContainer { { Secondary-CPICH-Information-ExtIEs} } OPTIONAL,
...
}
Secondary-CPICH-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Secondary-CPICH-Information-Change ::= CHOICE {
new-secondary-CPICH Secondary-CPICH-Information,
secondary-CPICH-shall-not-be-used NULL,
...
}
Secondary-LCR-CCPCH-Info-TDD::= SEQUENCE {
dl-TFCS TFCS,
tFCI-Coding TFCI-Coding,
secondary-LCR-CCPCH-TDD-InformationList Secondary-LCR-CCPCH-TDD-InformationList,
fACH-InformationList FACH-InformationList,
pCH-InformationList PCH-InformationList,
iE-Extensions ProtocolExtensionContainer { { Secondary-LCR-CCPCH-Info-TDD-ExtIEs} } OPTIONAL,
...
}
Secondary-LCR-CCPCH-Info-TDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Secondary-CCPCH-Info-TDD768::= SEQUENCE {
dl-TFCS TFCS,
tFCI-Coding TFCI-Coding,
secondary-CCPCH-TDD-InformationList768 Secondary-CCPCH-TDD-InformationList768,
fACH-InformationList FACH-InformationList,
pCH-InformationList PCH-InformationList,
iE-Extensions ProtocolExtensionContainer { { Secondary-CCPCH-Info-TDD768-ExtIEs} } OPTIONAL,
...
}
Secondary-CCPCH-Info-TDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Secondary-CCPCH-TDD-InformationList ::= SEQUENCE (SIZE(0.. maxNrOfSCCPCHs)) OF Secondary-CCPCH-TDD-InformationItem
Secondary-CCPCH-TDD-InformationItem ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType,
tFCI-Presence TFCI-Presence,
secondary-CCPCH-TDD-Code-Information Secondary-CCPCH-TDD-Code-Information,
tDD-PhysicalChannelOffset TDD-PhysicalChannelOffset,
repetitionLength RepetitionLength,
repetitionPeriod RepetitionPeriod,
iE-Extensions ProtocolExtensionContainer { { Secondary-CCPCH-TDD-InformationItem-ExtIEs} } OPTIONAL,
...
}
Secondary-CCPCH-TDD-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Secondary-LCR-CCPCH-TDD-InformationList ::= SEQUENCE (SIZE(0.. maxNrOfSCCPCHs)) OF Secondary-LCR-CCPCH-TDD-InformationItem
Secondary-LCR-CCPCH-TDD-InformationItem ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR,
tFCI-Presence TFCI-Presence,
secondary-LCR-CCPCH-TDD-Code-Information Secondary-LCR-CCPCH-TDD-Code-Information,
tDD-PhysicalChannelOffset TDD-PhysicalChannelOffset,
repetitionLength RepetitionLength,
repetitionPeriod RepetitionPeriod,
iE-Extensions ProtocolExtensionContainer { { Secondary-LCR-CCPCH-TDD-InformationItem-ExtIEs} } OPTIONAL,
...
}
Secondary-LCR-CCPCH-TDD-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Secondary-CCPCH-TDD-InformationList768 ::= SEQUENCE (SIZE(0.. maxNrOfSCCPCHs768)) OF Secondary-CCPCH-TDD-InformationItem768
Secondary-CCPCH-TDD-InformationItem768 ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768,
tFCI-Presence TFCI-Presence,
secondary-CCPCH-TDD-Code-Information768 Secondary-CCPCH-TDD-Code-Information768,
tDD-PhysicalChannelOffset TDD-PhysicalChannelOffset,
repetitionLength RepetitionLength,
repetitionPeriod RepetitionPeriod,
iE-Extensions ProtocolExtensionContainer { { Secondary-CCPCH-TDD-InformationItem768-ExtIEs} } OPTIONAL,
...
}
Secondary-CCPCH-TDD-InformationItem768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Secondary-CCPCH-TDD-Code-Information ::= SEQUENCE ( SIZE (1..maxNrOfSCCPCHs)) OF Secondary-CCPCH-TDD-Code-InformationItem
Secondary-CCPCH-TDD-Code-InformationItem ::= SEQUENCE {
tDD-ChannelisationCode TDD-ChannelisationCode,
iE-Extensions ProtocolExtensionContainer { {Secondary-CCPCH-TDD-Code-InformationItem-ExtIEs} } OPTIONAL,
...
}
Secondary-CCPCH-TDD-Code-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Secondary-LCR-CCPCH-TDD-Code-Information ::= SEQUENCE ( SIZE (1..maxNrOfSCCPCHs)) OF Secondary-LCR-CCPCH-TDD-Code-InformationItem
Secondary-LCR-CCPCH-TDD-Code-InformationItem ::= SEQUENCE {
tDD-ChannelisationCodeLCR TDD-ChannelisationCodeLCR,
s-CCPCH-TimeSlotFormat-LCR TDD-DL-DPCH-TimeSlotFormat-LCR,
iE-Extensions ProtocolExtensionContainer { {Secondary-LCR-CCPCH-TDD-Code-InformationItem-ExtIEs} } OPTIONAL,
...
}
Secondary-LCR-CCPCH-TDD-Code-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Secondary-CCPCH-TDD-Code-Information768 ::= SEQUENCE ( SIZE (1..maxNrOfSCCPCHs768)) OF Secondary-CCPCH-TDD-Code-InformationItem768
Secondary-CCPCH-TDD-Code-InformationItem768 ::= SEQUENCE {
tDD-ChannelisationCode768 TDD-ChannelisationCode768,
iE-Extensions ProtocolExtensionContainer { {Secondary-CCPCH-TDD-Code-InformationItem768-ExtIEs} } OPTIONAL,
...
}
Secondary-CCPCH-TDD-Code-InformationItem768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Secondary-Serving-Cell-List ::= SEQUENCE {
possible-Secondary-Serving-Cell-List Possible-Secondary-Serving-Cell-List,
iE-Extensions ProtocolExtensionContainer { { Secondary-Serving-Cell-List-ExtIEs } } OPTIONAL,
...
}
Secondary-Serving-Cell-List-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-Multicell-EDCH-Restriction CRITICALITY ignore EXTENSION Multicell-EDCH-Restriction PRESENCE optional },
-- This IE shall never be included. If received it shall be ignored.
...
}
--“maxNrOfHSDSCH-1” represents the maximum number of possible secondary serving cells for a Multi Cell/Dual-Band capable cell when it applies to the range of “Possible-Secondary-Serving-Cell-List”.
Possible-Secondary-Serving-Cell-List ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH-1)) OF Possible-Secondary-Serving-Cell
Possible-Secondary-Serving-Cell ::= SEQUENCE {
c-ID C-ID,
iE-Extensions ProtocolExtensionContainer { { Possible-Secondary-Serving-Cell-ExtIEs } } OPTIONAL,
...
}
Possible-Secondary-Serving-Cell-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-Multicell-EDCH-Restriction CRITICALITY ignore EXTENSION Multicell-EDCH-Restriction PRESENCE optional },
...
}
SecondInterleavingMode ::= ENUMERATED {
frame-related,
timeslot-related,
...
}
Secondary-UL-Frequency-Activation-State ::= ENUMERATED {
activated,
deactivated,
...
}
S-E-DPCCH-PowerOffset ::= INTEGER(0..17,...)
Seed ::= INTEGER (0..63)
Service-ID ::= OCTET STRING (SIZE (3))
S-E-ROCH-Release-Indicator ::= ENUMERATED {s-E-ROCHreleased}
SetsOfHS-SCCH-Codes ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH)) OF SetsOfHS-SCCH-CodesItem
SetsOfHS-SCCH-CodesItem ::= SEQUENCE {
hS-SCCH-PreconfiguredCodes HS-SCCH-PreconfiguredCodes,
hSDSCH-RNTI HSDSCH-RNTI,
hSPDSCH-and-HSSCCH-ScramblingCode DL-ScramblingCode,
sixtyfourQAM-DL-SupportIndicator SixtyfourQAM-DL-SupportIndicator OPTIONAL,
sixtyfourQAM-DL-UsageIndicator SixtyfourQAM-DL-UsageIndicator OPTIONAL,
hSDSCH-TBSizeTableIndicator HSDSCH-TBSizeTableIndicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { SetsOfHS-SCCH-CodesItem-ExtIEs} } OPTIONAL,
...
}
SetsOfHS-SCCH-CodesItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-MIMO-InformationResponse CRITICALITY ignore EXTENSION MIMO-InformationResponse PRESENCE optional}|
{ID id-power-offset-for-S-CPICH-for-MIMO CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMO PRESENCE optional}|
{ID id-Measurement-Power-Offset CRITICALITY ignore EXTENSION Measurement-Power-Offset PRESENCE optional}|
{ ID id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas CRITICALITY ignore EXTENSION PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennas PRESENCE optional},
...
}
Setup-Or-ConfigurationChange-Or-Removal-Of-EDCH-On-secondary-UL-Frequency::= CHOICE {
setup Additional-EDCH-Setup-Info,
configurationChange Additional-EDCH-Cell-Information-ConfigurationChange-List,
removal Additional-EDCH-Cell-Information-Removal-List,
...
}
Setup-Or-ConfigurationChange-Or-Removal-Of-Downlink-TPC-enhancements ::= CHOICE {
setup Downlink-TPC-enhancements-Information,
configurationChange Downlink-TPC-enhancements-Information,
removal Downlink-TPC-enhancements-Information-Removal,
...
}
Setup-Or-ConfigurationChange-Or-Removal-Of-UL-CLTD ::= CHOICE {
setup UL-CLTD-Information,
configurationChange UL-CLTD-Information-To-Modify,
removal UL-CLTD-Information-Removal,
...
}
Setup-Or-ConfigurationChange-Or-Removal-Of-FTPICH-Information ::= CHOICE {
setup FTPICH-Information,
configurationChange FTPICH-Information-To-Modify,
removal FTPICH-Information-Removal,
...
}
Setup-Or-ConfigurationChange-Or-Removal-Of-DCH-ENH ::= CHOICE {
setup DCH-ENH-Information,
configurationChange DCH-ENH-Information-to-Modify,
removal DCH-ENH-Information-Removal,
...
}
Setup-Or-ConfigurationChange-Or-Removal-Of-UL-DPCCH2 ::= CHOICE {
setup UL-DPCCH2-Information,
configurationChange UL-DPCCH2-Information-To-Modify,
removal UL-DPCCH2-Information-Removal,
...
}
SFN ::= INTEGER (0..4095)
SFNSFN-FDD ::= INTEGER(0..614399)
SFNSFN-TDD ::= INTEGER(0..40961)
SFNSFN-TDD768 ::= INTEGER(0..81923)
GA-AccessPointPositionwithOptionalAltitude ::= SEQUENCE {
geographicalCoordinate GeographicalCoordinate,
altitudeAndDirection GA-AltitudeAndDirection OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { GA-AccessPointPositionwithOptionalAltitude-ExtIEs} } OPTIONAL,
...
}
GA-AccessPointPositionwithOptionalAltitude-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
SFNSFNChangeLimit ::= INTEGER (1..256)
-- Unit chip, Step 1/16 chip, Range 1/16..16 chip
SFNSFNDriftRate ::= INTEGER (-100..100)
-- Unit chip/s, Step 1/256 chip/s, Range -100/256..+100/256 chip/s
SFNSFNDriftRateQuality ::= INTEGER (0..100)
-- Unit chip/s, Step 1/256 chip/s, Range 0..100/256 chip/s
SFNSFNMeasurementThresholdInformation::= SEQUENCE {
sFNSFNChangeLimit SFNSFNChangeLimit OPTIONAL,
predictedSFNSFNDeviationLimit PredictedSFNSFNDeviationLimit OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { SFNSFNMeasurementThresholdInformation-ExtIEs} } OPTIONAL,
...
}
SFNSFNMeasurementThresholdInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
SFNSFNMeasurementValueInformation ::= SEQUENCE {
successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation SEQUENCE (SIZE(1..maxNrOfMeasNCell)) OF
SEQUENCE {
uC-ID UC-ID,
sFNSFNValue SFNSFNValue,
sFNSFNQuality SFNSFNQuality OPTIONAL,
sFNSFNDriftRate SFNSFNDriftRate,
sFNSFNDriftRateQuality SFNSFNDriftRateQuality OPTIONAL,
sFNSFNTimeStampInformation SFNSFNTimeStampInformation,
iE-Extensions ProtocolExtensionContainer { { SuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformationItem-ExtIEs} } OPTIONAL,
...
},
unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation SEQUENCE (SIZE(0..maxNrOfMeasNCell-1)) OF
SEQUENCE {
uC-ID UC-ID,
iE-Extensions ProtocolExtensionContainer { { UnsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformationItem-ExtIEs} } OPTIONAL,
...
},
iE-Extensions ProtocolExtensionContainer { { SFNSFNMeasurementValueInformationItem-ExtIEs} } OPTIONAL,
...
}
SFNSFNMeasurementValueInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
SuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UnsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
SFNSFNQuality ::= INTEGER (0..255)
-- Unit chip, Step 1/16 chip, Range 0.. 255/16 chip
SFNSFNTimeStampInformation ::= CHOICE {
sFNSFNTimeStamp-FDD SFN,
sFNSFNTimeStamp-TDD SFNSFNTimeStamp-TDD,
...
}
SFNSFNTimeStamp-TDD::= SEQUENCE {
sFN SFN,
timeSlot TimeSlot,
iE-Extensions ProtocolExtensionContainer { { SFNSFNTimeStamp-ExtIEs}} OPTIONAL,
...
}
SFNSFNTimeStamp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
SFNSFNValue ::= CHOICE {
sFNSFN-FDD SFNSFN-FDD,
sFNSFN-TDD SFNSFN-TDD, -- LCR & HCR TDD
...,
sFNSFN-TDD768 SFNSFN-TDD768
}
SID ::= INTEGER (0..maxNrOfPDUIndexes-1)
Single-Stream-MIMO-ActivationIndicator ::= NULL
Single-Stream-MIMO-Mode-Indicator ::= ENUMERATED {
activate,
deactivate
}
SIR-Error-Value ::= INTEGER (0..125)
SIR-Error-Value-IncrDecrThres ::= INTEGER (0..124)
SIR-Value ::= INTEGER (0..63)
-- According to mapping in TS 25.215 [11]/TS 25.225 [14]
SIR-Value-IncrDecrThres ::= INTEGER (0..62)
SixteenQAM-UL-Operation-Indicator ::= ENUMERATED {
activate,
deactivate
}
SixtyfourQAM-UL-Operation-Indicator ::= ENUMERATED {
activate,
deactivate
}
SixtyfourQAM-UsageAllowedIndicator ::= ENUMERATED {
allowed,
not-allowed
}
SixtyfourQAM-DL-SupportIndicator ::= ENUMERATED {
sixtyfourQAM-DL-supported,
sixtyfourQAM-DL-not-supported
}
SixtyfourQAM-DL-UsageIndicator ::= ENUMERATED {
sixtyfourQAM-DL-used,
sixtyfourQAM-DL-not-used
}
SignatureSequenceGroupIndex ::= INTEGER (0..19)
SNA-Information ::= SEQUENCE {
pLMN-Identity PLMN-Identity,
listOfSNAs ListOfSNAs OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { SNA-Information-ExtIEs} } OPTIONAL,
...
}
SNA-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ListOfSNAs ::= SEQUENCE (SIZE (1.. maxNrOfSNAs)) OF SNACode
SNACode ::= INTEGER (0..65535)
SourceID ::= SAI
SpecialBurstScheduling ::= INTEGER (1..256)
SpeechVersion::= BIT STRING (SIZE (4))
S-RNTI ::= INTEGER (0..1048575)
-- From 0 to 2^20-1
S-RNTI-Group ::= SEQUENCE {
sRNTI S-RNTI,
sRNTI-BitMaskIndex ENUMERATED {
b1,
b2,
b3,
b4,
b5,
b6,
b7,
b8,
b9,
b10,
b11,
b12,
b13,
b14,
b15,
b16,
b17,
b18,
b19,...
}
}
SRB-Delay ::= INTEGER(0..7,...)
SSDT-SupportIndicator ::= ENUMERATED {
not-Used-sSDT-supported,
sSDT-not-supported
}
Standalone-Midamble-Channel-Indicator ::= ENUMERATED {
used,
not-used
}
Status-Flag ::= ENUMERATED {
activate,
deactivate
}
STTD-SupportIndicator ::= ENUMERATED {
sTTD-Supported,
sTTD-not-Supported
}
Support-8PSK ::= ENUMERATED {
v8PSK-Supported
}
Support-PLCCH ::= ENUMERATED {
vPLCCH-Supported
}
Support-of-Dynamic-DTXDRX-Related-HS-SCCH-Order ::= ENUMERATED {
supported,
not-supported
}
SyncCase ::= INTEGER (1..2,...)
SynchronisationConfiguration ::= SEQUENCE {
n-INSYNC-IND INTEGER (1..256),
n-OUTSYNC-IND INTEGER (1..256),
t-RLFAILURE INTEGER (0..255),
-- Unit seconds, Range 0s .. 25.5s, Step 0.1s
iE-Extensions ProtocolExtensionContainer { { SynchronisationConfiguration-ExtIEs} } OPTIONAL,
...
}
SynchronisationConfiguration-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
SYNC-UL-ProcParameters ::= SEQUENCE {
maxSYNC-UL-transmissions ENUMERATED {v1, v2, v4, v8, ...},
powerRampStep INTEGER (0..3, ...),
...
}
-- T
T1 ::= ENUMERATED {v10,v20,v30,v40,v50,v60,v70,v80,v90,v100,v120,v140,v160,v200,v300,v400,...}
TAC ::= OCTET STRING (SIZE (2))
TargetID ::= CGI
TDD-AckNack-Power-Offset ::= INTEGER (-7..8,...)
-- Unit dB, Range –7dB .. +8dB, Step 1dB
TDD-ChannelisationCode ::= ENUMERATED {
chCode1div1,
chCode2div1,
chCode2div2,
chCode4div1,
chCode4div2,
chCode4div3,
chCode4div4,
chCode8div1,
chCode8div2,
chCode8div3,
chCode8div4,
chCode8div5,
chCode8div6,
chCode8div7,
chCode8div8,
chCode16div1,
chCode16div2,
chCode16div3,
chCode16div4,
chCode16div5,
chCode16div6,
chCode16div7,
chCode16div8,
chCode16div9,
chCode16div10,
chCode16div11,
chCode16div12,
chCode16div13,
chCode16div14,
chCode16div15,
chCode16div16,
...
}
TDD-ChannelisationCode768 ::= ENUMERATED {
chCode1div1,
chCode2div1,
chCode2div2,
chCode4div1,
chCode4div2,
chCode4div3,
chCode4div4,
chCode8div1,
chCode8div2,
chCode8div3,
chCode8div4,
chCode8div5,
chCode8div6,
chCode8div7,
chCode8div8,
chCode16div1,
chCode16div2,
chCode16div3,
chCode16div4,
chCode16div5,
chCode16div6,
chCode16div7,
chCode16div8,
chCode16div9,
chCode16div10,
chCode16div11,
chCode16div12,
chCode16div13,
chCode16div14,
chCode16div15,
chCode16div16,
chCode32div1,
chCode32div2,
chCode32div3,
chCode32div4,
chCode32div5,
chCode32div6,
chCode32div7,
chCode32div8,
chCode32div9,
chCode32div10,
chCode32div11,
chCode32div12,
chCode32div13,
chCode32div14,
chCode32div15,
chCode32div16,
chCode32div17,
chCode32div18,
chCode32div19,
chCode32div20,
chCode32div21,
chCode32div22,
chCode32div23,
chCode32div24,
chCode32div25,
chCode32div26,
chCode32div27,
chCode32div28,
chCode32div29,
chCode32div30,
chCode32div31,
chCode32div32,
...
}
TDD-ChannelisationCodeLCR ::= SEQUENCE {
tDD-ChannelisationCode TDD-ChannelisationCode,
modulation Modulation, -- Modulation options for 1.28Mcps TDD in contrast to 3.84Mcps TDD or 7.68Mcps TDD
...
}
TDD-DCHs-to-Modify ::= SEQUENCE (SIZE (1..maxNrOfDCHs)) OF TDD-DCHs-to-ModifyItem
TDD-DCHs-to-ModifyItem ::= SEQUENCE {
ul-FP-Mode UL-FP-Mode OPTIONAL,
toAWS ToAWS OPTIONAL,
toAWE ToAWE OPTIONAL,
transportBearerRequestIndicator TransportBearerRequestIndicator,
dCH-SpecificInformationList TDD-DCHs-to-ModifySpecificInformationList,
iE-Extensions ProtocolExtensionContainer { {TDD-DCHs-to-ModifyItem-ExtIEs} } OPTIONAL,
...
}
TDD-DCHs-to-ModifyItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TnlQos CRITICALITY ignore EXTENSION TnlQos PRESENCE optional },
...
}
TDD-DCHs-to-ModifySpecificInformationList ::= SEQUENCE (SIZE (1..maxNrOfDCHs)) OF TDD-DCHs-to-ModifySpecificItem
TDD-DCHs-to-ModifySpecificItem ::= SEQUENCE {
dCH-ID DCH-ID,
ul-CCTrCH-ID CCTrCH-ID OPTIONAL,
dl-CCTrCH-ID CCTrCH-ID OPTIONAL,
ul-TransportformatSet TransportFormatSet OPTIONAL,
dl-TransportformatSet TransportFormatSet OPTIONAL,
allocationRetentionPriority AllocationRetentionPriority OPTIONAL,
frameHandlingPriority FrameHandlingPriority OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {TDD-DCHs-to-ModifySpecificItem-ExtIEs} } OPTIONAL,
...
}
TDD-DCHs-to-ModifySpecificItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Guaranteed-Rate-Information CRITICALITY ignore EXTENSION Guaranteed-Rate-Information PRESENCE optional}|
{ ID id-TrafficClass CRITICALITY ignore EXTENSION TrafficClass PRESENCE optional},
...
}
TDD-DL-Code-Information ::= SEQUENCE ( SIZE (1..maxNrOfDPCHs)) OF TDD-DL-Code-InformationItem
TDD-DL-Code-InformationItem ::= SEQUENCE {
dPCH-ID DPCH-ID,
tDD-ChannelisationCode TDD-ChannelisationCode,
iE-Extensions ProtocolExtensionContainer { {TDD-DL-Code-InformationItem-ExtIEs} } OPTIONAL,
...
}
TDD-DL-Code-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TDD-DL-Code-LCR-Information ::= SEQUENCE (SIZE (1..maxNrOfDPCHsLCR)) OF TDD-DL-Code-LCR-InformationItem
TDD-DL-Code-LCR-InformationItem ::= SEQUENCE {
dPCH-ID DPCH-ID,
tdd-ChannelisationCodeLCR TDD-ChannelisationCodeLCR,
tdd-DL-DPCH-TimeSlotFormat-LCR TDD-DL-DPCH-TimeSlotFormat-LCR,
iE-Extensions ProtocolExtensionContainer { { TDD-DL-Code-LCR-InformationItem-ExtIEs} } OPTIONAL,
...
}
TDD-DL-Code-LCR-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TDD-DL-Code-Information768 ::= SEQUENCE ( SIZE (1..maxNrOfDPCHs768)) OF TDD-DL-Code-InformationItem768
TDD-DL-Code-InformationItem768 ::= SEQUENCE {
dPCH-ID DPCH-ID,
tDD-ChannelisationCode768 TDD-ChannelisationCode768,
iE-Extensions ProtocolExtensionContainer { {TDD-DL-Code-InformationItem768-ExtIEs} } OPTIONAL,
...
}
TDD-DL-Code-InformationItem768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TDD-DL-DPCH-TimeSlotFormat-LCR ::= CHOICE {
qPSK QPSK-DL-DPCH-TimeSlotFormatTDD-LCR,
eightPSK EightPSK-DL-DPCH-TimeSlotFormatTDD-LCR,
...
}
QPSK-DL-DPCH-TimeSlotFormatTDD-LCR ::= INTEGER(0..24,...)
EightPSK-DL-DPCH-TimeSlotFormatTDD-LCR ::= INTEGER(0..24,...)
TDD-DPCHOffset ::= CHOICE {
initialOffset INTEGER (0..255),
noinitialOffset INTEGER (0..63)
}
TDD-PhysicalChannelOffset ::= INTEGER (0..63)
TDD-TPC-DownlinkStepSize ::= ENUMERATED {
step-size1,
step-size2,
step-size3,
...
}
TDD-TPC-UplinkStepSize-LCR ::= ENUMERATED {
step-size1,
step-size2,
step-size3,
...
}
TDD-UL-Code-Information ::= SEQUENCE ( SIZE (1..maxNrOfDPCHs)) OF TDD-UL-Code-InformationItem
TDD-UL-Code-InformationItem ::= SEQUENCE {
dPCH-ID DPCH-ID,
tDD-ChannelisationCode TDD-ChannelisationCode,
iE-Extensions ProtocolExtensionContainer { {TDD-UL-Code-InformationItem-ExtIEs} } OPTIONAL,
...
}
TDD-UL-Code-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TDD-UL-Code-LCR-Information ::= SEQUENCE (SIZE (1..maxNrOfDPCHsLCR)) OF TDD-UL-Code-LCR-InformationItem
TDD-UL-Code-LCR-InformationItem ::= SEQUENCE {
dPCH-ID DPCH-ID,
tdd-ChannelisationCodeLCR TDD-ChannelisationCodeLCR,
tdd-UL-DPCH-TimeSlotFormat-LCR TDD-UL-DPCH-TimeSlotFormat-LCR,
iE-Extensions ProtocolExtensionContainer { { TDD-UL-Code-LCR-InformationItem-ExtIEs} } OPTIONAL,
...
}
TDD-UL-Code-LCR-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TDD-UL-Code-Information768 ::= SEQUENCE ( SIZE (1..maxNrOfDPCHs768)) OF TDD-UL-Code-InformationItem768
TDD-UL-Code-InformationItem768 ::= SEQUENCE {
dPCH-ID DPCH-ID,
tDD-ChannelisationCode768 TDD-ChannelisationCode768,
iE-Extensions ProtocolExtensionContainer { {TDD-UL-Code-InformationItem768-ExtIEs} } OPTIONAL,
...
}
TDD-UL-Code-InformationItem768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TDD-UL-DPCH-TimeSlotFormat-LCR ::= CHOICE {
qPSK QPSK-UL-DPCH-TimeSlotFormatTDD-LCR,
eightPSK EightPSK-UL-DPCH-TimeSlotFormatTDD-LCR,
...
}
QPSK-UL-DPCH-TimeSlotFormatTDD-LCR ::= INTEGER(0..69,...)
EightPSK-UL-DPCH-TimeSlotFormatTDD-LCR ::= INTEGER(0..24,...)
TFCI-Coding ::= ENUMERATED {
v4,
v8,
v16,
v32,
...
}
TFCI-Presence ::= ENUMERATED {
present,
not-present
}
TFCI-SignallingMode ::= ENUMERATED {
normal,
not-Used-split
}
-- The value “Not Used” shall not be used by the SRNC. The procedure shall be rejected by the DRNC if the value “Not Used” is received.
TGD ::= INTEGER (0|15..269)
-- 0 = Undefined, only one transmission gap in the transmission gap pattern sequence
TGPRC ::= INTEGER (0..511)
-- 0 = infinity
TGPSID ::= INTEGER (1.. maxTGPS)
TGSN ::= INTEGER (0..14)
TimeSlot ::= INTEGER (0..14)
TimeSlotLCR ::= INTEGER (0..6)
Time-Stamp ::= INTEGER (0..9999)
-- Unit: 10ms
TimingAdvanceApplied ::= ENUMERATED {
yes,
no
}
SynchronisationIndicator ::= ENUMERATED {
timingMaintainedSynchronisation,
...
}
TMGI ::= SEQUENCE {
plmn-id PLMN-Identity,
service-id Service-ID,
iE-Extensions ProtocolExtensionContainer { { TMGI-ExtIEs} } OPTIONAL,
...
}
TMGI-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TnlQos ::= CHOICE {
dsField DsField,
genericTrafficCategory GenericTrafficCategory,
...
}
ToAWE ::= INTEGER (0..2559)
ToAWS ::= INTEGER (0..1279)
TraceDepth ::= ENUMERATED {
minimum,
medium,
maximum,
...
}
TraceRecordingSessionReference ::= INTEGER (0..65535)
TraceReference ::= OCTET STRING (SIZE (2..3))
TrafficClass ::= ENUMERATED {
conversational,
streaming,
interactive,
background,
...
}
Transmission-Gap-Pattern-Sequence-Information ::= SEQUENCE (SIZE (1..maxTGPS)) OF
SEQUENCE {
tGPSID TGPSID,
tGSN TGSN,
tGL1 GapLength,
tGL2 GapLength OPTIONAL,
tGD TGD,
tGPL1 GapDuration,
not-to-be-used-1 GapDuration OPTIONAL,
-- This IE shall never be included in the SEQUENCE. If received it shall be ignored
uL-DL-mode UL-DL-mode,
downlink-Compressed-Mode-Method Downlink-Compressed-Mode-Method OPTIONAL,
-- This IE shall be present if the value of the UL/DL mode IE is “DL only” or “UL/DL”
uplink-Compressed-Mode-Method Uplink-Compressed-Mode-Method OPTIONAL,
-- This IE shall be present if the value of the UL/DL mode IE is “UL only” or “UL/DL”
dL-FrameType DL-FrameType,
delta-SIR1 DeltaSIR,
delta-SIR-after1 DeltaSIR,
delta-SIR2 DeltaSIR OPTIONAL,
delta-SIR-after2 DeltaSIR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Transmission-Gap-Pattern-Sequence-Information-ExtIEs} } OPTIONAL,
...
}
Transmission-Gap-Pattern-Sequence-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Transmission-Gap-Pattern-Sequence-ScramblingCode-Information ::= ENUMERATED{
code-change,
nocode-change
}
Transmission-Gap-Pattern-Sequence-Status-List ::= SEQUENCE (SIZE (0..maxTGPS)) OF
SEQUENCE {
tGPSID TGPSID,
tGPRC TGPRC,
tGCFN CFN,
iE-Extensions ProtocolExtensionContainer { { Transmission-Gap-Pattern-Sequence-Status-List-ExtIEs } } OPTIONAL,
...
}
Transmission-Gap-Pattern-Sequence-Status-List-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-Affected-HSDSCH-Serving-Cell-List CRITICALITY reject EXTENSION Affected-HSDSCH-Serving-Cell-List PRESENCE optional},
...
}
Affected-HSDSCH-Serving-Cell-List ::= SEQUENCE (SIZE (0.. maxNrOfHSDSCH)) OF C-ID
TransmissionMode ::=ENUMERATED {
p-t-p,
p-t-m,
not-provided,
...
}
Transmission-Mode-Information::= SEQUENCE ( SIZE (1..maxNrOfFDDNeighboursPerRNC,...)) OF Transmission-Mode-Information-List
Transmission-Mode-Information-List ::= SEQUENCE {
c-ID C-ID,
transmissionMode TransmissionMode,
iE-Extensions ProtocolExtensionContainer { { Transmission-Mode-Information-List-ExtIEs} } OPTIONAL,
...
}
Transmission-Mode-Information-List-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TransmissionTimeIntervalDynamic ::= ENUMERATED {
msec-10,
msec-20,
msec-40,
msec-80,
...
}
TransmissionTimeIntervalSemiStatic ::= ENUMERATED {
msec-10,
msec-20,
msec-40,
msec-80,
dynamic,
...
}
TransmitDiversityIndicator ::= ENUMERATED {
active,
inactive
}
Transmitted-Carrier-Power-Value ::= INTEGER(0..100)
-- according to mapping in TS 25.133 [23] and TS 25.123 [24]
Transmitted-Carrier-Power-Value-IncrDecrThres ::= INTEGER(0..100)
-- according to mapping in TS 25.133 [23] and TS 25.123 [24]
Transport-Block-Size-Index ::= INTEGER(1..maxNrOfHS-DSCHTBSs)
TUTRANGANSS ::= SEQUENCE {
mS INTEGER(0..16383),
lS INTEGER(0..4294967295)
}
TUTRANGANSSAccuracyClass ::= ENUMERATED {
ganssAccuracy-class-A,
ganssAccuracy-class-B,
ganssAccuracy-class-C,
...
}
TUTRANGANSSMeasurementThresholdInformation ::= SEQUENCE {
tUTRANGANSSChangeLimit INTEGER(1..256) OPTIONAL,
predictedTUTRANGANSSDeviationLimit INTEGER(1..256) OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { TUTRANGANSSMeasurementThresholdInformation-ExtIEs } } OPTIONAL,
...
}
TUTRANGANSSMeasurementThresholdInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TUTRANGANSSMeasurementValueInformation ::= SEQUENCE {
tUTRANGANSS TUTRANGANSS,
tUTRANGANSSQuality INTEGER(0..255) OPTIONAL,
tUTRANGANSSDriftRate INTEGER(-50..50),
tUTRANGANSSDriftRateQuality INTEGER(0..50) OPTIONAL,
ie-Extensions ProtocolExtensionContainer { { TUTRANGANSSMeasurementValueInformation-ExtIEs } } OPTIONAL,
...
}
TUTRANGANSSMeasurementValueInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GANSS-Time-ID CRITICALITY ignore EXTENSION GANSS-Time-ID PRESENCE optional},
...
}
TUTRANGPS ::= SEQUENCE {
ms-part INTEGER (0..16383),
ls-part INTEGER (0..4294967295)
}
TUTRANGPSChangeLimit ::= INTEGER (1..256)
-- Unit chip, Step 1/16 chip, Range 1/16..16 chip
TUTRANGPSDriftRate ::= INTEGER (-50..50)
-- Unit chip/s, Step 1/256 chip/s, Range -50/256..+50/256 chip/s
TUTRANGPSDriftRateQuality ::= INTEGER (0..50)
-- Unit chip/s, Step 1/256 chip/s, Range 0..50/256 chip/s
TUTRANGPSAccuracyClass ::= ENUMERATED {
accuracy-class-A,
accuracy-class-B,
accuracy-class-C,
...
}
TUTRANGPSMeasurementThresholdInformation ::= SEQUENCE {
tUTRANGPSChangeLimit TUTRANGPSChangeLimit OPTIONAL,
predictedTUTRANGPSDeviationLimit PredictedTUTRANGPSDeviationLimit OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { TUTRANGPSMeasurementThresholdInformation-ExtIEs} } OPTIONAL,
...
}
TUTRANGPSMeasurementThresholdInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TUTRANGPSMeasurementValueInformation ::= SEQUENCE {
tUTRANGPS TUTRANGPS,
tUTRANGPSQuality TUTRANGPSQuality OPTIONAL,
tUTRANGPSDriftRate TUTRANGPSDriftRate,
tUTRANGPSDriftRateQuality TUTRANGPSDriftRateQuality OPTIONAL,
iEe-Extensions ProtocolExtensionContainer { { TUTRANGPSMeasurementValueInformationItem-ExtIEs} } OPTIONAL,
...
}
TUTRANGPSMeasurementValueInformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TUTRANGPSQuality ::= INTEGER (0..255)
-- Unit chip, Step 1/16 chip, Range 0.. 255/16 chip
TransportBearerID ::= INTEGER (0..4095)
TransportBearerRequestIndicator ::= ENUMERATED {
bearer-requested,
bearer-not-requested,
...
}
TransportBearerNotRequestedIndicator ::= ENUMERATED {
transport-bearer-shall-not-be-established,
transport-bearer-may-not-be-established
}
TransportBearerNotSetupIndicator ::= ENUMERATED {
transport-bearer-not-setup
}
TransportBlockSize ::= INTEGER (0..5000)
-- Unit is bits
TransportFormatCombination-Beta ::= CHOICE {
signalledGainFactors SEQUENCE {
betaC BetaCD,
betaD BetaCD,
refTFCNumber RefTFCNumber OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { SignalledGainFactors-ExtIEs} } OPTIONAL,
...
},
refTFCNumber RefTFCNumber,
...
}
SignalledGainFactors-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TFCS ::= SEQUENCE {
tFCSvalues CHOICE {
no-Split-in-TFCI TFCS-TFCSList,
not-Used-split-in-TFCI NULL,
-- This choice shall never be made by the SRNC and the DRNC shall consider the procedure as failed if it is received.
...
},
iE-Extensions ProtocolExtensionContainer { { TFCS-ExtIEs} } OPTIONAL,
...
}
TFCS-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TFCS-TFCSList ::= SEQUENCE (SIZE (1..maxNrOfTFCs)) OF
SEQUENCE {
cTFC TFCS-CTFC,
tFC-Beta TransportFormatCombination-Beta OPTIONAL,
-- The IE shall be present if the TFCS concerns a UL DPCH [FDD – or PRACH channel in FDD]
iE-Extensions ProtocolExtensionContainer { { TFCS-TFCSList-ExtIEs} } OPTIONAL,
...
}
TFCS-TFCSList-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Gainfactors-10ms-mode CRITICALITY reject EXTENSION Gainfactors-10ms-mode PRESENCE optional},
...
}
TFCS-CTFC ::= CHOICE {
ctfc2bit INTEGER (0..3),
ctfc4bit INTEGER (0..15),
ctfc6bit INTEGER (0..63),
ctfc8bit INTEGER (0..255),
ctfc12bit INTEGER (0..4095),
ctfc16bit INTEGER (0..65535),
ctfcmaxbit INTEGER (0..maxCTFC)
}
TPC-slot-position ::= SEQUENCE {
slot-position INTEGER(0..4) OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { TPC-slot-position-ExtIEs } } OPTIONAL,
...
}
TPC-slot-position-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TransportFormatSet ::= SEQUENCE {
dynamicParts TransportFormatSet-DynamicPartList,
semi-staticPart TransportFormatSet-Semi-staticPart,
iE-Extensions ProtocolExtensionContainer { {TransportFormatSet-ExtIEs} } OPTIONAL,
...
}
TransportFormatSet-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TransportFormatSet-DynamicPartList ::= SEQUENCE (SIZE (1..maxNrOfTFs)) OF
SEQUENCE {
nrOfTransportBlocks NrOfTransportBlocks,
transportBlockSize TransportBlockSize OPTIONAL
-- This IE shall be present if nrOfTransportBlocks is greater than 0 --,
mode TransportFormatSet-ModeDP,
iE-Extensions ProtocolExtensionContainer { {TransportFormatSet-DynamicPartList-ExtIEs} } OPTIONAL,
...
}
TransportFormatSet-DynamicPartList-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TransportFormatSet-ModeDP ::= CHOICE {
tdd TDD-TransportFormatSet-ModeDP,
notApplicable NULL,
...
}
TDD-TransportFormatSet-ModeDP ::= SEQUENCE {
transmissionTimeIntervalInformation TransmissionTimeIntervalInformation OPTIONAL,
-- This IE shall be present if the “Transmission Time Interval” of the “Semi-static Transport Format Information” is “dynamic”. Otherwise it is absent.
iE-Extensions ProtocolExtensionContainer { {TDD-TransportFormatSet-ModeDP-ExtIEs} } OPTIONAL,
...
}
TDD-TransportFormatSet-ModeDP-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TransmissionTimeIntervalInformation ::= SEQUENCE (SIZE (1..maxTTI-Count)) OF
SEQUENCE {
transmissionTimeInterval TransmissionTimeIntervalDynamic,
iE-Extensions ProtocolExtensionContainer { {TransmissionTimeIntervalInformation-ExtIEs} } OPTIONAL,
...
}
TransmissionTimeIntervalInformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Transmitted-Code-Power-Value ::= INTEGER (0..127)
-- According to mapping in TS 25.215 [11]/TS 25.225 [14]
Transmitted-Code-Power-Value-IncrDecrThres ::= INTEGER (0..112,...)
TransportFormatManagement ::= ENUMERATED {
cell-based,
ue-based,
...
}
TransportFormatSet-Semi-staticPart ::= SEQUENCE {
transmissionTime TransmissionTimeIntervalSemiStatic,
channelCoding ChannelCodingType,
codingRate CodingRate OPTIONAL
-- This IE shall be present if channelCoding is ‘convolutional’ or ‘turbo’ --,
rateMatcingAttribute RateMatchingAttribute,
cRC-Size CRC-Size,
mode TransportFormatSet-ModeSSP,
iE-Extensions ProtocolExtensionContainer { {TransportFormatSet-Semi-staticPart-ExtIEs} } OPTIONAL,
...
}
TransportFormatSet-Semi-staticPart-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TransportFormatSet-ModeSSP ::= CHOICE {
tdd SecondInterleavingMode,
notApplicable NULL,
...
}
TransportLayerAddress ::= BIT STRING (SIZE(1..160, ...))
TrCH-SrcStatisticsDescr ::= ENUMERATED {
speech,
rRC,
unknown,
...
}
TSN-Length ::= ENUMERATED {
tsn-6bits,
tsn-9bits
}
TSTD-Indicator ::= ENUMERATED {
active,
inactive
}
TSTD-Support-Indicator ::= ENUMERATED {
tSTD-supported,
tSTD-not-supported
}
TTI-Update-Indicator ::= CHOICE {
tTI-Update-CFN CFN,
tTI-Update-Ind TTI-Update-Ind
}
TTI-Update-Ind ::= NULL
TxDiversityIndicator ::= ENUMERATED {
true,
false
}
TypeOfError ::= ENUMERATED {
not-understood,
missing,
...
}
-- U
UARFCN ::= INTEGER (0..16383,...)
-- Corresponds to: 0.0Hz..3276.6Mhz. See TS 25.105 [7], TS 25.101 [43]
UDRE ::= ENUMERATED {
lessThan1,
between1-and-4,
between4-and-8,
over8,
...
}
UDREGrowthRate ::= ENUMERATED {
growth-1-point-5,
growth-2,
growth-4,
growth-6,
growth-8,
growth-10,
growth-12,
growth-16}
UDREValidityTime ::= ENUMERATED {
val-20sec,
val-40sec,
val-80sec,
val-160sec,
val-320sec,
val-640sec,
val-1280sec,
val-2560sec}
UE-AggregateMaximumBitRate ::= SEQUENCE {
uE-AggregateMaximumBitRateDownlink UE-AggregateMaximumBitRateDownlink OPTIONAL,
uE-AggregateMaximumBitRateUplink UE-AggregateMaximumBitRateUplink OPTIONAL,
...
}
UE-AggregateMaximumBitRateDownlink ::= INTEGER (1..1000000000)
-- Unit is bits per sec
UE-AggregateMaximumBitRateUplink ::= INTEGER (1..1000000000)
-- Unit is bits per sec
UE-AggregateMaximumBitRate-Enforcement-Indicator ::= NULL
UE-Capabilities-Info ::= SEQUENCE {
hSDSCH-Physical-Layer-Category INTEGER (1..64,...),
iE-Extensions ProtocolExtensionContainer { { UE-Capabilities-Info-ExtIEs } } OPTIONAL,
...
}
UE-Capabilities-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-LCRTDD-uplink-Physical-Channel-Capability CRITICALITY ignore EXTENSION LCRTDD-Uplink-Physical-Channel-Capability PRESENCE optional}|
{ID id-number-Of-Supported-Carriers CRITICALITY reject EXTENSION Number-Of-Supported-Carriers PRESENCE optional}|
{ID id-MIMO-SFMode-Supported-For-HSPDSCHDualStream CRITICALITY ignore EXTENSION MIMO-SFMode-For-HSPDSCHDualStream PRESENCE optional}|
{ID id-MultiCarrier-HSDSCH-Physical-Layer-Category CRITICALITY ignore EXTENSION LCRTDD-HSDSCH-Physical-Layer-Category PRESENCE optional}|
{ID id-UE-TS0-CapabilityLCR CRITICALITY ignore EXTENSION UE-TS0-CapabilityLCR PRESENCE optional}|
{ID id-UE-RF-Band-CapabilityLCR CRITICALITY ignore EXTENSION UE-RF-Band-CapabilityLCR PRESENCE conditional},
...
}
UE-Support-of-non-rectangular-resource-allocation ::= ENUMERATED {
support
}
UE-TS0-CapabilityLCR ::= ENUMERATED {
tS0-Capable,
tS0-Not-Capable
}
UE-RF-Band-CapabilityLCR ::= SEQUENCE (SIZE (1.. maxFreqBandsTDD)) OF Radio-Frequency-BandItem
Radio-Frequency-BandItem ::= SEQUENCE {
radio-Frequency-Band Radio-Frequency-Band,
iE-Extensions ProtocolExtensionContainer { { Radio-Frequency-BandItem-ExtIEs } } OPTIONAL,
...
}
Radio-Frequency-Band ::= ENUMERATED {
a,
b,
c,
d,
e,
f,
g,
h,
i,
j,
k,
l,
m,
n,
o,
p,
...
}
Radio-Frequency-BandItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
LCRTDD-HSDSCH-Physical-Layer-Category ::= INTEGER (1..64)
UE-DPCCH-burst1 ::= ENUMERATED {v1, v2, v5}
-- Unit subframe
UE-DPCCH-burst2 ::= ENUMERATED {v1, v2, v5}
-- Unit subframe
UE-DRX-Cycle ::= ENUMERATED {v4, v5, v8, v10, v16, v20}
-- Unit subframe
UE-DRX-Grant-Monitoring ::= BOOLEAN
-- true: applied, false: not applied
UE-DTX-Cycle1-2ms ::= ENUMERATED {v1, v4, v5, v8, v10, v16, v20}
-- Unit subframe
UE-DTX-Cycle1-10ms ::= ENUMERATED {v1, v5, v10, v20}
-- Unit subframe
UE-DTX-Cycle2-2ms ::= ENUMERATED {v4, v5, v8, v10, v16, v20, v32, v40, v64, v80, v128, v160}
-- Unit subframe
UE-DTX-Cycle2-ext-2ms ::= ENUMERATED {v4, v5, v8, v10, v16, v20, v32, v40, v64, v80, v128, v160, v256, v320, v512, v640, v1024, v1280}
-- Unit subframe
UE-DTX-Cycle2-10ms ::= ENUMERATED {v5, v10, v20, v40, v80, v160}
-- Unit subframe
UE-DTX-DRX-Offset ::= INTEGER (0..159)
-- Unit subframe
UE-DTX-Long-Preamble ::= ENUMERATED {v2, v4, v15}
-- Units of slots
UEIdentity ::= CHOICE {
imsi IMSI,
imei IMEI,
imeisv IMEISV,
...
}
UEMeasurementHysteresisTime ::= INTEGER (0..15)
-- Unit dB
-- Range 0..7.5 dB
-- Step 0.5 dB
UEMeasurementParameterModAllow ::= ENUMERATED {
parameterModificationAllowed,
...
}
UEMeasurementReportCharacteristics ::= CHOICE {
periodic UEMeasurementReportCharacteristicsPeriodic,
event1h UEMeasurementReportCharacteristicsEvent1h,
event1i UEMeasurementReportCharacteristicsEvent1i,
event6a UEMeasurementReportCharacteristicsEvent6a,
event6b UEMeasurementReportCharacteristicsEvent6b,
event6c UEMeasurementReportCharacteristicsEvent6c,
event6d UEMeasurementReportCharacteristicsEvent6d,
...,
extension-ReportCharacteristics UEMeasurementReportCharacteristics-Extension
}
UEMeasurementReportCharacteristicsEvent1h ::= SEQUENCE {
uEMeasurementTreshold UEMeasurementThreshold,
uEMeasurementTimeToTrigger UEMeasurementTimeToTrigger,
uEMeasurementHysteresisTime UEMeasurementHysteresisTime,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementReportCharacteristicsEvent1h-ExtIEs} } OPTIONAL,
...
}
UEMeasurementReportCharacteristicsEvent1h-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementReportCharacteristicsEvent1i ::= SEQUENCE {
uEMeasurementTreshold UEMeasurementThreshold,
uEMeasurementTimeToTrigger UEMeasurementTimeToTrigger,
uEMeasurementHysteresisTime UEMeasurementHysteresisTime,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementReportCharacteristicsEvent1i-ExtIEs} } OPTIONAL,
...
}
UEMeasurementReportCharacteristicsEvent1i-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementReportCharacteristicsEvent6a ::= SEQUENCE {
uEMeasurementTreshold UEMeasurementThreshold,
uEMeasurementTimeToTrigger UEMeasurementTimeToTrigger,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementReportCharacteristicsEvent6a-ExtIEs} } OPTIONAL,
...
}
UEMeasurementReportCharacteristicsEvent6a-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementReportCharacteristicsEvent6b ::= SEQUENCE {
uEMeasurementTreshold UEMeasurementThreshold,
uEMeasurementTimeToTrigger UEMeasurementTimeToTrigger,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementReportCharacteristicsEvent6b-ExtIEs} } OPTIONAL,
...
}
UEMeasurementReportCharacteristicsEvent6b-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementReportCharacteristicsEvent6c ::= SEQUENCE {
uEMeasurementTimeToTrigger UEMeasurementTimeToTrigger,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementReportCharacteristicsEvent6c-ExtIEs} } OPTIONAL,
...
}
UEMeasurementReportCharacteristicsEvent6c-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementReportCharacteristicsEvent6d ::= SEQUENCE {
uEMeasurementTimeToTrigger UEMeasurementTimeToTrigger,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementReportCharacteristicsEvent6d-ExtIEs} } OPTIONAL,
...
}
UEMeasurementReportCharacteristicsEvent6d-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementReportCharacteristicsPeriodic ::= SEQUENCE {
amountofReporting UEMeasurementReportCharacteristicsPeriodicAmountofReporting,
reportingInterval UEMeasurementReportCharacteristicsPeriodicReportingInterval,
iE-Extensions ProtocolExtensionContainer { {UEMeasurementReportCharacteristicsPeriodic-ExtIEs} } OPTIONAL,
...
}
UEMeasurementReportCharacteristicsPeriodicAmountofReporting::= ENUMERATED {
r1,
r2,
r4,
r8,
r16,
r32,
r64,
rInfinity
}
UEMeasurementReportCharacteristicsPeriodicReportingInterval::= ENUMERATED {
r250,
r500,
r1000,
r2000,
r3000,
r4000,
r6000,
r8000,
r12000,
r16000,
r20000,
r24000,
r28000,
r32000,
r64000
}
UEMeasurementReportCharacteristicsPeriodic-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementReportCharacteristics-Extension ::= ProtocolIE-Single-Container {{ UEMeasurementReportCharacteristics-ExtensionIE }}
UEMeasurementReportCharacteristics-ExtensionIE RNSAP-PROTOCOL-IES ::= {
...
}
UEMeasurementThreshold ::= CHOICE {
timeslotISCP UEMeasurementThresholdDLTimeslotISCP,
uETransmitPower UEMeasurementThresholdUETransmitPower,
...,
extension-UEMeasurementThreshold UEMeasurementThreshold-Extension
}
UEMeasurementThresholdDLTimeslotISCP ::= INTEGER(-115..-25)
UEMeasurementThresholdUETransmitPower ::= INTEGER(-50..33)
UEMeasurementThreshold-Extension ::= ProtocolIE-Single-Container {{ UEMeasurementThreshold-ExtensionIE }}
UEMeasurementThreshold-ExtensionIE RNSAP-PROTOCOL-IES ::= {
...
}
UEMeasurementTimeslotInfoHCR::= SEQUENCE (SIZE (1..maxNrOfTS)) OF UEMeasurementTimeslotInfoHCR-IEs
UEMeasurementTimeslotInfoHCR-IEs ::= SEQUENCE {
timeSlot TimeSlot,
burstType UEMeasurementTimeslotInfoHCRBurstType,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementTimeslotInfoHCR-IEs-ExtIEs} } OPTIONAL,
...
}
UEMeasurementTimeslotInfoHCRBurstType ::= ENUMERATED {
type1,
type2,
type3,
...
}
UEMeasurementTimeslotInfoHCR-IEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementTimeslotInfoLCR::= SEQUENCE (SIZE (1..maxNrOfTsLCR)) OF UEMeasurementTimeslotInfoLCR-IEs
UEMeasurementTimeslotInfoLCR-IEs ::= SEQUENCE {
timeSlot TimeSlotLCR,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementTimeslotInfoLCR-IEs-ExtIEs} } OPTIONAL,
...
}
UEMeasurementTimeslotInfoLCR-IEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementTimeslotInfo768::= SEQUENCE (SIZE (1..maxNrOfTS)) OF UEMeasurementTimeslotInfo768-IEs
UEMeasurementTimeslotInfo768-IEs ::= SEQUENCE {
timeSlot TimeSlot,
burstType UEMeasurementTimeslotInfo768BurstType,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementTimeslotInfo768-IEs-ExtIEs} } OPTIONAL,
...
}
UEMeasurementTimeslotInfo768BurstType ::= ENUMERATED {
type1,
type2,
type3,
...
}
UEMeasurementTimeslotInfo768-IEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementTimeToTrigger ::= ENUMERATED {
r0,
r10,
r20,
r40,
r60,
r80,
r100,
r120,
r160,
r200,
r240,
r320,
r640,
r1280,
r2560,
r5000
}
UEMeasurementType ::= ENUMERATED {
primary-CCPCH-RSCP,
dL-Timeslot-ISCP,
uE-Transmitted-power,
...
}
UEMeasurementValue ::= CHOICE {
uE-Transmitted-Power UE-MeasurementValue-UE-Transmitted-Power,
primary-CCPCH-RSCP UE-MeasurementValue-Primary-CCPCH-RSCP,
dL-Timeslot-ISCP UE-MeasurementValue-DL-Timeslot-ISCP,
...,
extension-UEMeasurementValue UEMeasurementValue-Extension
}
UE-MeasurementValue-UE-Transmitted-Power ::= SEQUENCE {
uEMeasurementTransmittedPowerListHCR UEMeasurementValueTransmittedPowerListHCR OPTIONAL,
-- Mandatory for 3.84Mcps TDD, Not applicable for 1.28Mcps TDD or 7.68Mcps TDD
uEMeasurementTransmittedPowerListLCR UEMeasurementValueTransmittedPowerListLCR OPTIONAL,
-- Mandatory for 1.28Mcps TDD, Not applicable for 3.84Mcps TDD or 7.68Mcps TDD
iE-Extensions ProtocolExtensionContainer { { UE-MeasurementValue-UE-Transmitted-Power-ExtIEs} } OPTIONAL,
...
}
UE-MeasurementValue-UE-Transmitted-Power-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UEMeasurementValueTransmittedPowerList768 CRITICALITY ignore EXTENSION UEMeasurementValueTransmittedPowerList768 PRESENCE optional},
...
}
UEMeasurementValueTransmittedPowerListHCR ::= SEQUENCE (SIZE (1..maxNrOfTS)) OF UEMeasurementValueTransmittedPowerListHCR-IEs
UEMeasurementValueTransmittedPowerListHCR-IEs ::= SEQUENCE {
timeSlot TimeSlot,
uETransmitPower INTEGER(0..104),
-- mapping according to TS 25.123 [24],values 0..20 not used
iE-Extensions ProtocolExtensionContainer { { UEMeasurementValueTransmittedPowerListHCR-IEs-ExtIEs} } OPTIONAL,
...
}
UEMeasurementValueTransmittedPowerListHCR-IEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementValueTransmittedPowerListLCR ::= SEQUENCE (SIZE (1..maxNrOfTsLCR)) OF UEMeasurementValueTransmittedPowerListLCR-IEs
UEMeasurementValueTransmittedPowerListLCR-IEs ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
uETransmitPower INTEGER(0..104),
-- mapping according to TS 25.123 [24],values 0..20 not used
iE-Extensions ProtocolExtensionContainer { { UEMeasurementValueTransmittedPowerListLCR-IEs-ExtIEs} } OPTIONAL,
...
}
UEMeasurementValueTransmittedPowerListLCR-IEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementValueTransmittedPowerList768 ::= SEQUENCE (SIZE (1..maxNrOfTS)) OF UEMeasurementValueTransmittedPowerList768-IEs
UEMeasurementValueTransmittedPowerList768-IEs ::= SEQUENCE {
timeSlot TimeSlot,
uETransmitPower INTEGER(0..104),
-- mapping according to TS 25.123 [24],values 0..20 not used
iE-Extensions ProtocolExtensionContainer { { UEMeasurementValueTransmittedPowerList768-IEs-ExtIEs} } OPTIONAL,
...
}
UEMeasurementValueTransmittedPowerList768-IEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UE-MeasurementValue-Primary-CCPCH-RSCP::= SEQUENCE {
primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL,
primaryCCPCH-RSCP-Delta PrimaryCCPCH-RSCP-Delta OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { UE-MeasurementValue-Primary-CCPCH-RSCP-ExtIEs} } OPTIONAL,
...
}
UE-MeasurementValue-Primary-CCPCH-RSCP-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UE-MeasurementValue-DL-Timeslot-ISCP ::= SEQUENCE {
uEMeasurementTimeslotISCPListHCR UEMeasurementValueTimeslotISCPListHCR OPTIONAL,
-- Mandatory for 3.84Mcps TDD, Not applicable for 1.28Mcps TDD or 7.68Mcps TDD
uEMeasurementTimeslotISCPListLCR UEMeasurementValueTimeslotISCPListLCR OPTIONAL,
-- Mandatory for 1.28Mcps TDD, Not applicable for 3.84Mcps TDD or 7.68Mcps TDD
iE-Extensions ProtocolExtensionContainer { { UE-MeasurementValue-DL-Timeslot-ISCP-ExtIEs} } OPTIONAL,
...
}
UE-MeasurementValue-DL-Timeslot-ISCP-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UEMeasurementValueTimeslotISCPList768 CRITICALITY ignore EXTENSION UEMeasurementValueTimeslotISCPList768 PRESENCE optional},
...
}
UEMeasurementValueTimeslotISCPListHCR ::= SEQUENCE (SIZE (1..maxNrOfTS)) OF UEMeasurementValueTimeslotISCPListHCR-IEs
UEMeasurementValueTimeslotISCPListHCR-IEs ::= SEQUENCE {
timeSlot TimeSlot,
dL-TimeslotISCP DL-TimeslotISCP,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementValueTimeslotISCPListHCR-IEs-ExtIEs} } OPTIONAL,
...
}
UEMeasurementValueTimeslotISCPListHCR-IEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementValueTimeslotISCPListLCR ::= SEQUENCE (SIZE (1..maxNrOfTsLCR)) OF UEMeasurementValueTimeslotISCPListLCR-IEs
UEMeasurementValueTimeslotISCPListLCR-IEs ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
dL-TimeslotISCP DL-TimeslotISCP,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementValueTimeslotISCPListLCR-IEs-ExtIEs} } OPTIONAL,
...
}
UEMeasurementValueTimeslotISCPListLCR-IEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementValueTimeslotISCPList768 ::= SEQUENCE (SIZE (1..maxNrOfTS)) OF UEMeasurementValueTimeslotISCPList768-IEs
UEMeasurementValueTimeslotISCPList768-IEs ::= SEQUENCE {
timeSlot TimeSlot,
dL-TimeslotISCP DL-TimeslotISCP,
iE-Extensions ProtocolExtensionContainer { { UEMeasurementValueTimeslotISCPList768-IEs-ExtIEs} } OPTIONAL,
...
}
UEMeasurementValueTimeslotISCPList768-IEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementValue-Extension ::= ProtocolIE-Single-Container {{ UEMeasurementValue-ExtensionIE }}
UEMeasurementValue-ExtensionIE RNSAP-PROTOCOL-IES ::= {
...
}
UEMeasurementValueInformation ::= CHOICE {
measurementAvailable UEMeasurementValueInformationAvailable,
measurementnotAvailable UEMeasurementValueInformationnotAvailable
}
UEMeasurementValueInformationAvailable::= SEQUENCE {
uEmeasurementValue UEMeasurementValue,
ie-Extensions ProtocolExtensionContainer { { UEMeasurementValueInformationAvailableItem-ExtIEs} } OPTIONAL,
...
}
UEMeasurementValueInformationAvailableItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UEMeasurementValueInformationnotAvailable ::= NULL
UE-Measurement-Value ::= CHOICE {
uPHFiltering-Value UPHFiltering-Value,
extension-UE-Measurement-Value Extension-UE-Measurement-Value
}
Extension-UE-Measurement-Value ::= ProtocolIE-Single-Container {{ Extension-UE-Measurement-ValueIE}}
Extension-UE-Measurement-ValueIE RNSAP-PROTOCOL-IES ::= {
...
}
UPHFiltering-Value ::= INTEGER (0..32)
-- According to mapping in TS 25.321
UE-SupportIndicatorExtension ::= BIT STRING (SIZE (32))
-- First bit: Different HS-SCCH In Consecutive TTIs Support Indicator
-- Second bit: HS-SCCH orders in HS-SCCH-less Operation Support Indicator
-- Third bit: RRC Rel-9 (onwards) handling of DL secondary HS-DSCH (de)activation state Support Indicator
-- Fourth bit: UE DTX/DRX related HS-SCCH orders uniform behavior indicator
-- Fifth bit: UE longer HARQ processing time for Multiflow and MIMO indicator
-- Sixth bit: UE blind HARQ retransmissions indicator for HSDPA
-- Note that undefined bits are considered as a spare bit and spare bits shall be set to 0 by the transmitter and shall be ignored by the receiver.
UE-State ::= CHOICE {
cell-fach-pch Cell-Fach-Pch-State,
ura-pch Ura-Pch-State,
...
}
UE-transmission-power-headroom-Value ::= INTEGER (0..31)
Cell-Fach-Pch-State ::= SEQUENCE {
d-RNTI D-RNTI,
iE-Extensions ProtocolExtensionContainer { { Cell-Fach-Pch-State-ExtIEs} } OPTIONAL,
...
}
Cell-Fach-Pch-State-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Ura-Pch-State ::= SEQUENCE {
srnc-id RNC-ID,
ura-id URA-ID,
iE-Extensions ProtocolExtensionContainer { { Ura-Pch-State-ExtIEs} } OPTIONAL,
...
}
Ura-Pch-State-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extended-SRNC-ID CRITICALITY reject EXTENSION Extended-RNC-ID PRESENCE optional},
...
}
UL-Delta-T2TP ::= INTEGER (0..6,...)
UL-DL-mode ::= ENUMERATED {
ul-only,
dl-only,
both-ul-and-dl
}
UL-DPDCHIndicatorEDCH ::= ENUMERATED {
uL-DPDCH-present,
uL-DPDCH-not-present}
UL-Timeslot-Information::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF UL-Timeslot-InformationItem
UL-Timeslot-InformationItem ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType,
tFCI-Presence TFCI-Presence,
uL-Code-Information TDD-UL-Code-Information,
iE-Extensions ProtocolExtensionContainer { {UL-Timeslot-InformationItem-ExtIEs} } OPTIONAL,
...
}
UL-Timeslot-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-TimeslotLCR-Information ::= SEQUENCE (SIZE (1..maxNrOfULTsLCR)) OF UL-TimeslotLCR-InformationItem
UL-TimeslotLCR-InformationItem ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR,
tFCI-Presence TFCI-Presence,
uL-Code-LCR-InformationList TDD-UL-Code-LCR-Information,
iE-Extensions ProtocolExtensionContainer { { UL-TimeslotLCR-InformationItem-ExtIEs} } OPTIONAL,
...
}
UL-TimeslotLCR-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-PLCCH-Information-UL-TimeslotLCR-Info CRITICALITY ignore EXTENSION PLCCHinformation PRESENCE optional},
...
}
PLCCHinformation ::= SEQUENCE {
tDD-ChannelisationCode TDD-ChannelisationCode,
timeSlotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR,
sequenceNumber PLCCHsequenceNumber,
iE-Extensions ProtocolExtensionContainer { { PLCCHinformation-ExtIEs} } OPTIONAL,
...
}
PLCCHinformation-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-Timeslot-Information768::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF UL-Timeslot-InformationItem768
UL-Timeslot-InformationItem768 ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768,
tFCI-Presence TFCI-Presence,
uL-Code-Information768 TDD-UL-Code-Information768,
iE-Extensions ProtocolExtensionContainer { {UL-Timeslot-InformationItem768-ExtIEs} } OPTIONAL,
...
}
UL-Timeslot-InformationItem768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-TimeSlot-ISCP-Info ::= SEQUENCE (SIZE (1..maxNrOfULTs)) OF UL-TimeSlot-ISCP-InfoItem
UL-TimeSlot-ISCP-InfoItem ::= SEQUENCE {
timeSlot TimeSlot,
uL-TimeslotISCP UL-TimeslotISCP,
iE-Extensions ProtocolExtensionContainer { { UL-TimeSlot-ISCP-InfoItem-ExtIEs} } OPTIONAL,
...
}
UL-TimeSlot-ISCP-InfoItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-TimeSlot-ISCP-LCR-Info ::= SEQUENCE (SIZE (1..maxNrOfULTsLCR)) OF UL-TimeSlot-ISCP-LCR-InfoItem
UL-TimeSlot-ISCP-LCR-InfoItem ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
iSCP UL-Timeslot-ISCP-Value,
iE-Extensions ProtocolExtensionContainer { { UL-TimeSlot-ISCP-LCR-InfoItem-ExtIEs} } OPTIONAL,
...
}
UL-TimeSlot-ISCP-LCR-InfoItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-Timeslot-ISCP-Value ::= UL-TimeslotISCP
UL-Timeslot-ISCP-Value-IncrDecrThres ::= INTEGER(0..126)
-- Unit dB. Step 0.5dB
-- e.g. Value 100 means 50dB
UL-TimingAdvanceCtrl-LCR ::= SEQUENCE {
sync-UL-codes-bitmap BIT STRING (SIZE(8)),
fPACH-info FPACH-Information,
prxUpPCHdes INTEGER (-120 .. -58, ...),
syncUL-procParameter SYNC-UL-ProcParameters,
mMax INTEGER (1..32),
...
}
Uplink-Compressed-Mode-Method ::= ENUMERATED {
sFdiv2,
higher-layer-scheduling,
...
}
UL-SIR ::= INTEGER (-82..173)
-- The UL-SIR gives the UL-SIR in number of 0.1 dB steps.
-- E.g. Value 173 means 17.3 dB
-- Unit dB. Step 0.1 dB.
UC-ID ::= SEQUENCE {
rNC-ID RNC-ID,
c-ID C-ID,
iE-Extensions ProtocolExtensionContainer { {UC-ID-ExtIEs} } OPTIONAL,
...
}
UC-ID-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extended-RNC-ID CRITICALITY reject EXTENSION Extended-RNC-ID PRESENCE optional},
...
}
UL-DPCCH-SlotFormat ::= INTEGER (0..5,...)
UL-FP-Mode ::= ENUMERATED {
normal,
silent,
...
}
UL-PhysCH-SF-Variation ::= ENUMERATED {
sf-variation-supported,
sf-variation-not-supported
}
UL-ScramblingCode ::= SEQUENCE {
ul-ScramblingCodeNumber UL-ScramblingCodeNumber,
ul-ScramblingCodeLength UL-ScramblingCodeLength,
iE-Extensions ProtocolExtensionContainer { {UL-ScramblingCode-ExtIEs} } OPTIONAL
}
UL-ScramblingCode-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-ScramblingCodeLength ::= ENUMERATED {
short,
long
}
UL-ScramblingCodeNumber ::= INTEGER (0..16777215)
UL-Synchronisation-Parameters-LCR ::= SEQUENCE {
uL-Synchronisation-StepSize UL-Synchronisation-StepSize,
uL-Synchronisation-Frequency UL-Synchronisation-Frequency,
iE-Extensions ProtocolExtensionContainer { { UL-Synchronisation-Parameters-LCR-ExtIEs } } OPTIONAL,
...
}
UL-Synchronisation-Parameters-LCR-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-Synchronisation-StepSize ::= INTEGER (1..8)
UL-Synchronisation-Frequency ::= INTEGER (1..8)
UL-TimeslotISCP ::= INTEGER (0..127)
-- According to mapping in TS 25.225 [14]
UPPCHPositionLCR ::= INTEGER (0..127)
UpPTSInterferenceValue ::= INTEGER (0..127,...)
Unidirectional-DCH-Indicator ::= ENUMERATED {
downlink-DCH-only,
uplink-DCH-only
}
URA-ID ::= INTEGER (0..65535)
URA-Information ::= SEQUENCE {
uRA-ID URA-ID,
multipleURAsIndicator MultipleURAsIndicator,
rNCsWithCellsInTheAccessedURA-List RNCsWithCellsInTheAccessedURA-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {URA-Information-ExtIEs} } OPTIONAL,
...
}
URA-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extended-RNC-ID CRITICALITY reject EXTENSION Extended-RNC-ID PRESENCE optional},
...
}
RNCsWithCellsInTheAccessedURA-List ::= SEQUENCE (SIZE (1..maxRNCinURA-1)) OF RNCsWithCellsInTheAccessedURA-Item
RNCsWithCellsInTheAccessedURA-Item ::= SEQUENCE {
rNC-ID RNC-ID,
iE-Extensions ProtocolExtensionContainer { {RNCsWithCellsInTheAccessedURA-Item-ExtIEs} } OPTIONAL,
...
}
RNCsWithCellsInTheAccessedURA-Item-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
USCH-ID ::= INTEGER (0..255)
USCH-Information ::= SEQUENCE (SIZE (1..maxNoOfUSCHs)) OF USCH-InformationItem
USCH-InformationItem ::= SEQUENCE {
uSCH-ID USCH-ID,
ul-CCTrCH-ID CCTrCH-ID,
trChSourceStatisticsDescriptor TrCH-SrcStatisticsDescr,
transportFormatSet TransportFormatSet,
allocationRetentionPriority AllocationRetentionPriority,
schedulingPriorityIndicator SchedulingPriorityIndicator,
rb-Info RB-Info,
iE-Extensions ProtocolExtensionContainer { {USCH-InformationItem-ExtIEs} } OPTIONAL,
...
}
USCH-InformationItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TrafficClass CRITICALITY ignore EXTENSION TrafficClass PRESENCE mandatory}|
{ ID id-BindingID CRITICALITY ignore EXTENSION BindingID PRESENCE optional}|
-- Shall be ignored if bearer establishment with ALCAP.
{ ID id-TransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional}|
-- Shall be ignored if bearer establishment with ALCAP.
{ ID id-TnlQos CRITICALITY ignore EXTENSION TnlQos PRESENCE optional},
...
}
Usefulness-Of-Battery-Optimization ::= ENUMERATED {can-benefit, cannot-benefit}
User-Plane-Congestion-Fields-Inclusion ::= ENUMERATED { shall-be-included }
Uu-ActivationState ::= ENUMERATED {
activated,
de-activated,
...,
changeRequest
}
UMTS-Cells-Info-List ::= SEQUENCE (SIZE (0..maxNrOfCells)) OF ProtocolIE-Single-Container { {UMTS-Cells-Info-IEs} }
UMTS-Cells-Info-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UMTS-Cells-Info CRITICALITY ignore TYPE UMTS-Cell-Info PRESENCE optional }
}
UMTS-Cell-Info ::= SEQUENCE{
c-ID C-ID,
iE-Extensions ProtocolExtensionContainer { { UMTS-Cell-Info-ExtIEs} } OPTIONAL,
...
}
UMTS-Cell-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-CLTD-Information ::= SEQUENCE {
sDPCCH-PowerOffsetInformation SDPCCH-PowerOffsetInformation,
c-ID C-ID OPTIONAL,
-- The IE shall be present if there is no serving E-DCH RL or HS-DSCH RL configuration in the concerned UE Context.
uL-CLTD-Activation-Information UL-CLTD-Activation-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { UL-CLTD-Info-ExtIEs } } OPTIONAL,
...
}
UL-CLTD-Info-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-CLTD-Information-Reconf ::=SEQUENCE{
setup-Or-ConfigurationChange-Or-Removal-Of-UL-CLTD Setup-Or-ConfigurationChange-Or-Removal-Of-UL-CLTD,
iE-Extensions ProtocolExtensionContainer { { UL-CLTD-Information-Reconf-ExtIEs} } OPTIONAL,
...
}
UL-CLTD-Information-Reconf-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-CLTD-Information-To-Modify ::= SEQUENCE {
sDPCCH-PowerOffsetInformation SDPCCH-PowerOffsetInformation OPTIONAL,
c-ID C-ID OPTIONAL,
uL-CLTD-Activation-Information UL-CLTD-Activation-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { UL-CLTD-Information-To-Modify-ExtIEs } } OPTIONAL,
...
}
UL-CLTD-Information-To-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-CLTD-Information-Removal ::= ENUMERATED {
remove,
...
}
UL-CLTD-State-Update-Information ::= ENUMERATED {
activate,
de-activate,
...
}
UL-DPCCH2-Information ::= SEQUENCE {
f-DPCH-Info F-DPCH-Info,
iE-Extensions ProtocolExtensionContainer { { UL-DPCCH2-Information-ExtIEs } } OPTIONAL,
...
}
UL-DPCCH2-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-DPCCH2-Information-Reconf ::=SEQUENCE{
setup-Or-ConfigurationChange-Or-Removal-Of-UL-DPCCH2 Setup-Or-ConfigurationChange-Or-Removal-Of-UL-DPCCH2,
iE-Extensions ProtocolExtensionContainer { { UL-DPCCH2-Information-Reconf-ExtIEs} } OPTIONAL,
...
}
UL-DPCCH2-Information-Reconf-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-DPCCH2-Information-Removal ::= ENUMERATED {
remove,
...
}
UL-DPCCH2-Information-To-Modify ::= SEQUENCE {
f-DPCH-Info F-DPCH-Info-To-Modify OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { UL-DPCCH2-Information-To-Modify-ExtIEs } } OPTIONAL,
...
}
UL-DPCCH2-Information-To-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-CLTD-Activation-Information ::= ENUMERATED {
activated,
de-activated,
...
}
UL-MIMO-Information ::= SEQUENCE {
e-roch-power-offset E-ROCH-PowerOffset OPTIONAL,
s-e-dpcch-power-offset S-E-DPCCH-PowerOffset,
interstream-compensation InterStream-Interference-Compensation,
minimum-E-TFCI-rank2 INTEGER(0..127),
iE-Extensions ProtocolExtensionContainer { { UL-MIMO-Information-ExtIEs } } OPTIONAL,
...
}
UL-MIMO-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-MIMO-Information-To-Modify ::= SEQUENCE {
e-roch-power-offset E-ROCH-PowerOffset OPTIONAL,
s-e-dpcch-power-offset S-E-DPCCH-PowerOffset OPTIONAL,
interstream-compensation InterStream-Interference-Compensation OPTIONAL,
minimum-E-TFCI-rank2 INTEGER(0..127) OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { UL-MIMO-Information-To-Modify-ExtIEs } } OPTIONAL,
...
}
UL-MIMO-Information-To-Modify-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-MIMO-Reconfiguration ::= CHOICE {
setup UL-MIMO-Information,
configurationChange UL-MIMO-Information-To-Modify,
removal UL-MIMO-Removal
}
UL-MIMO-Removal ::= ENUMERATED {
remove,
...
}
UL-MIMO-DL-Control-Channel-Information ::= SEQUENCE {
e-roch-channelization-code FDD-DL-ChannelisationCodeNumber,
s-e-rnti E-RNTI,
s-signature-sequence ERGCH-SignatureSequence,
s-e-roch-release-indicator S-E-ROCH-Release-Indicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { UL-MIMO-DL-Control-Channel-Information-ExtIEs } } OPTIONAL,
...
}
UL-MIMO-DL-Control-Channel-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- V
-- W
-- X
-- Y
-- Z
END |
ASN.1 | wireshark/epan/dissectors/asn1/rnsap/RNSAP-PDU-Contents.asn | -- RNSAP-PDU-Contents.asn
--
-- Taken from 3GPP TS 25.423 V13.1.0 (2015-12)
-- http://www.3gpp.org/ftp/Specs/archive/25_series/25.423/25423-790.zip/25423-790.DOC
--
-- 9.3.3 PDU Definitions
--
-- **************************************************************
--
-- PDU definitions for RNSAP.
--
-- **************************************************************
RNSAP-PDU-Contents {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rnsap (1) version1 (1) rnsap-PDU-Contents (1) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Active-Pattern-Sequence-Information,
Active-MBMS-Bearer-Service-ListFDD,
Active-MBMS-Bearer-Service-ListFDD-PFL,
Active-MBMS-Bearer-Service-ListTDD,
Active-MBMS-Bearer-Service-ListTDD-PFL,
AllocationRetentionPriority,
AllowedQueuingTime,
Allowed-Rate-Information,
AlphaValue,
AlternativeFormatReportingIndicator,
AntennaColocationIndicator,
ActivationDelay,
BLER,
SCTD-Indicator,
BindingID,
C-ID,
C-RNTI,
CCTrCH-ID,
CFN,
CGI,
ClosedLoopMode1-SupportIndicator,
Closedlooptimingadjustmentmode,
CN-CS-DomainIdentifier,
CN-PS-DomainIdentifier,
CNDomainType,
Cause,
CellCapabilityContainer-FDD,
CellCapabilityContainerExtension-FDD,
CellCapabilityContainer-TDD,
CellCapabilityContainer-TDD-LCR,
CellCapabilityContainer-TDD768,
CellParameterID,
CellPortionID,
ChipOffset,
CommonMeasurementAccuracy,
CommonMeasurementType,
CommonMeasurementValue,
CommonMeasurementValueInformation,
CommonTransportChannelResourcesInitialisationNotRequired,
Common-EDCH-MAC-d-Flow-Specific-InformationFDD,
Common-EDCH-Support-Indicator,
CongestionCause,
Continuous-Packet-Connectivity-DTX-DRX-Information,
Continuous-Packet-Connectivity-HS-SCCH-Less-Information,
Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response,
CPC-Information,
CoverageIndicator,
CriticalityDiagnostics,
CellPortionLCRID,
D-RNTI,
D-RNTI-ReleaseIndication,
DCH-FDD-Information,
DCH-ID,
DCH-Indicator-For-E-DCH-HSDPA-Operation,
DPCH-ID768,
DCH-InformationResponse,
DCH-TDD-Information,
DL-DPCH-SlotFormat,
DL-TimeslotISCP,
DL-Power,
DL-PowerBalancing-Information,
DL-PowerBalancing-ActivationIndicator,
DL-PowerBalancing-UpdatedIndicator,
DL-ReferencePowerInformation,
DL-ScramblingCode,
DL-Timeslot-Information,
DL-Timeslot-Information768,
DL-TimeslotLCR-Information,
DL-TimeSlot-ISCP-Info,
DL-TimeSlot-ISCP-LCR-Information,
DPC-Mode,
DPC-Mode-Change-SupportIndicator,
DPCH-ID,
DL-DPCH-TimingAdjustment,
DRXCycleLengthCoefficient,
DedicatedMeasurementType,
DedicatedMeasurementValue,
DedicatedMeasurementValueInformation,
DelayedActivation,
DelayedActivationUpdate,
DiversityControlField,
DiversityMode,
DSCH-FlowControlInformation,
DSCH-FlowControlItem,
DSCH-TDD-Information,
DSCH-ID,
DSCH-RNTI,
EDCH-FDD-Information,
EDCH-FDD-InformationResponse,
EDCH-FDD-Information-To-Modify,
EDCH-FDD-DL-ControlChannelInformation,
EDCH-DDI-Value,
EDCH-MACdFlow-ID,
EDCH-MACdFlow-Specific-InfoList,
EDCH-MACdFlows-To-Delete,
EDCH-MACdFlows-Information,
EDCH-RL-Indication,
EDCH-Serving-RL,
E-DCH-Decoupling-Indication,
E-DCH-Serving-cell-change-informationResponse,
EDPCH-Information-FDD,
EDPCH-Information-RLReconfPrepare-FDD,
EDPCH-Information-RLReconfRequest-FDD,
E-DCH-FDD-Update-Information,
E-DPCCH-PO,
E-RGCH-2-IndexStepThreshold,
E-RGCH-3-IndexStepThreshold,
E-RNTI,
E-TFCS-Information,
E-TTI,
Enhanced-FACH-Support-Indicator,
Enhanced-FACH-Information-ResponseFDD,
Enhanced-PCH-Capability,
ExtendedPropagationDelay,
Extended-RNC-ID,
Extended-RNTI,
Extended-S-RNTI-Group,
SchedulingPriorityIndicator,
Enhanced-PrimaryCPICH-EcNo,
F-DPCH-SlotFormat,
F-DPCH-SlotFormatSupportRequest,
FACH-FlowControlInformation,
Fast-Reconfiguration-Mode,
Fast-Reconfiguration-Permission,
FDD-DCHs-to-Modify,
FDD-DL-ChannelisationCodeNumber,
FDD-DL-CodeInformation,
FDD-TPC-DownlinkStepSize,
FirstRLS-Indicator,
FNReportingIndicator,
FrameHandlingPriority,
FrameOffset,
GA-AccessPointPosition,
GA-Cell,
GA-CellAdditionalShapes,
HARQ-Info-for-E-DCH,
HCS-Prio,
HSDSCH-Configured-Indicator,
HSDSCH-FDD-Information,
HSDSCH-FDD-Information-Response,
HSDSCH-FDD-Update-Information,
HSDSCH-TDD-Update-Information,
HSDSCH-Information-to-Modify,
HSDSCH-Information-to-Modify-Unsynchronised,
HSDSCH-MACdFlow-ID,
HSDSCH-MACdFlows-Information,
HSDSCH-MACdFlows-to-Delete,
HSDSCH-Physical-Layer-Category,
HSDSCH-RNTI,
HS-DSCH-serving-cell-change-information,
HS-DSCH-serving-cell-change-informationResponse,
HSDSCH-TDD-Information,
HSDSCH-TDD-Information-Response,
HS-SICH-ID,
IMSI,
InformationExchangeID,
InformationReportCharacteristics,
InformationType,
Initial-DL-DPCH-TimingAdjustment-Allowed,
InnerLoopDLPCStatus,
Inter-Frequency-Cell-List,
L3-Information,
LimitedPowerIncrease,
MaximumAllowedULTxPower,
MaxNrDLPhysicalchannels,
MaxNrDLPhysicalchannelsTS,
MaxNrDLPhysicalchannels768,
MaxNrDLPhysicalchannelsTS768,
MaxNrOfUL-DPCHs,
MaxNrTimeslots,
MaxNrULPhysicalchannels,
MACes-Guaranteed-Bitrate,
MaxNr-Retransmissions-EDCH,
Max-Set-E-DPDCHs,
Max-UE-DTX-Cycle,
MeasurementFilterCoefficient,
MeasurementID,
MeasurementRecoveryBehavior,
MeasurementRecoveryReportingIndicator,
MeasurementRecoverySupportIndicator,
MBMS-Bearer-Service-List,
MBSFN-Cluster-Identity,
MCCH-Configuration-Info,
MCCH-Message-List,
MBSFN-Scheduling-Transmission-Time-Interval-Info-List,
MidambleAllocationMode,
MidambleShiftAndBurstType,
MidambleShiftAndBurstType768,
MidambleShiftLCR,
MinimumSpreadingFactor,
MinimumSpreadingFactor768,
MinUL-ChannelisationCodeLength,
Multiple-PLMN-List,
MultiplexingPosition,
NeighbouringFDDCellMeasurementInformation,
NeighbouringTDDCellMeasurementInformation,
NeighbouringTDDCellMeasurementInformation768,
Neighbouring-GSM-CellInformation,
Neighbouring-UMTS-CellInformation,
NeighbouringTDDCellMeasurementInformationLCR,
Neighbouring-E-UTRA-CellInformation,
Non-rectangular-resource-allocation-indicator,
Non-rectangular-resource-timeslot-set,
NrOfDLchannelisationcodes,
PagingCause,
PagingRecordType,
PartialReportingIndicator,
PayloadCRC-PresenceIndicator,
PCCPCH-Power,
PC-Preamble,
Permanent-NAS-UE-Identity,
Phase-Reference-Update-Indicator,
PowerAdjustmentType,
PowerOffset,
PrimaryCCPCH-RSCP,
PrimaryCPICH-EcNo,
PrimaryCPICH-Power,
Primary-CPICH-Usage-For-Channel-Estimation,
PrimaryScramblingCode,
PropagationDelay,
ProvidedInformation,
PunctureLimit,
QE-Selector,
RANAP-EnhancedRelocationInformationRequest,
RANAP-EnhancedRelocationInformationResponse,
RANAP-RelocationInformation,
RB-Info,
Released-CN-Domain,
RL-ID,
RL-Set-ID,
RL-Specific-EDCH-Information,
RNC-ID,
RepetitionLength,
RepetitionPeriod,
ReportCharacteristics,
Received-total-wide-band-power,
RequestedDataValue,
RequestedDataValueInformation,
RL-Specific-DCH-Info,
RxTimingDeviationForTA,
RxTimingDeviationForTA768,
S-RNTI,
S-RNTI-Group,
SCH-TimeSlot,
SAI,
SFN,
Secondary-CCPCH-Info-TDD,
Secondary-CCPCH-Info-TDD768,
Secondary-CCPCH-System-Information-MBMS,
Secondary-CPICH-Information,
Secondary-CPICH-Information-Change,
Secondary-LCR-CCPCH-Info-TDD,
Secondary-Serving-Cell-List,
SNA-Information,
SpecialBurstScheduling,
SSDT-SupportIndicator,
STTD-SupportIndicator,
AdjustmentPeriod,
ScaledAdjustmentRatio,
MaxAdjustmentStep,
SRB-Delay,
Support-8PSK,
SyncCase,
SynchronisationConfiguration,
SixtyfourQAM-DL-SupportIndicator,
TDD-ChannelisationCode,
TDD-ChannelisationCode768,
TDD-DCHs-to-Modify,
TDD-DL-Code-Information,
TDD-DPCHOffset,
TDD-PhysicalChannelOffset,
TDD-TPC-DownlinkStepSize,
TDD-ChannelisationCodeLCR,
TDD-DL-Code-LCR-Information,
TDD-DL-Code-Information768,
TDD-UL-Code-Information,
TDD-UL-Code-LCR-Information,
TDD-UL-Code-Information768,
TFCI-Coding,
TFCI-Presence,
TFCI-SignallingMode,
TimeSlot,
TimeSlotLCR,
TimingAdvanceApplied,
TMGI,
TnlQos,
ToAWE,
ToAWS,
TraceDepth,
TraceRecordingSessionReference,
TraceReference,
TrafficClass,
TransmitDiversityIndicator,
TransportBearerID,
TransportBearerRequestIndicator,
TFCS,
Transmission-Gap-Pattern-Sequence-Information,
TransportFormatManagement,
TransportFormatSet,
TransportLayerAddress,
TrCH-SrcStatisticsDescr,
TSTD-Indicator,
TSTD-Support-Indicator,
UARFCN,
UC-ID,
UE-AggregateMaximumBitRate,
UEIdentity,
UEMeasurementType,
UEMeasurementTimeslotInfoHCR,
UEMeasurementTimeslotInfoLCR,
UEMeasurementTimeslotInfo768,
UEMeasurementReportCharacteristics,
UEMeasurementParameterModAllow,
UEMeasurementValueInformation,
UE-State,
UE-Support-of-non-rectangular-resource-allocation,
UL-DPCCH-SlotFormat,
UL-DPDCHIndicatorEDCH,
UL-SIR,
UL-FP-Mode,
UL-PhysCH-SF-Variation,
UL-ScramblingCode,
UL-Timeslot-Information,
UL-Timeslot-Information768,
UL-TimeslotLCR-Information,
UL-TimeSlot-ISCP-Info,
UL-TimeSlot-ISCP-LCR-Info,
URA-ID,
URA-Information,
USCH-ID,
USCH-Information,
UL-Synchronisation-Parameters-LCR,
TDD-DL-DPCH-TimeSlotFormat-LCR,
TDD-UL-DPCH-TimeSlotFormat-LCR,
MAChs-ResetIndicator,
UL-TimingAdvanceCtrl-LCR,
TDD-TPC-UplinkStepSize-LCR,
PrimaryCCPCH-RSCP-Delta,
SynchronisationIndicator,
Support-PLCCH,
PLCCHinformation,
RxTimingDeviationForTAext,
E-DCH-Information,
E-DCH-Information-Reconfig,
E-DCH-Information-Response,
E-DCH-768-Information,
E-DCH-768-Information-Reconfig,
E-DCH-768-Information-Response,
E-DCH-LCR-Information,
E-DCH-LCR-Information-Reconfig,
E-DCH-LCR-Information-Response,
ControlGAP,
IdleIntervalInformation,
NeedforIdleInterval,
HS-SICH-ID-Extension,
TSN-Length,
UPPCHPositionLCR,
Common-EDCH-MAC-d-Flow-Specific-InformationLCR,
Enhanced-FACH-Information-ResponseLCR,
HSDSCH-PreconfigurationSetup,
HSDSCH-PreconfigurationInfo,
NoOfTargetCellHS-SCCH-Order,
EnhancedHSServingCC-Abort,
GANSS-Time-ID,
HS-DSCH-FDD-Secondary-Serving-Update-Information,
HS-DSCH-Secondary-Serving-Remove,
HS-DSCH-FDD-Secondary-Serving-Information-To-Modify-Unsynchronised,
HS-DSCH-Secondary-Serving-Information-To-Modify,
HS-DSCH-Secondary-Serving-Cell-Change-Information-Response,
HS-DSCH-FDD-Secondary-Serving-Information-Response,
HS-DSCH-FDD-Secondary-Serving-Information,
MinimumReducedE-DPDCH-GainFactor,
ContinuousPacketConnectivity-DRX-InformationLCR,
ContinuousPacketConnectivity-DRX-Information-ResponseLCR,
CPC-InformationLCR,
E-DCH-Semi-PersistentScheduling-Information-LCR,
HS-DSCH-Semi-PersistentScheduling-Information-LCR,
HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR,
E-DCH-Semi-PersistentScheduling-Information-ResponseLCR,
RNTI-Allocation-Indicator,
ActivationInformation,
Additional-EDCH-Setup-Info,
Additional-EDCH-Cell-Information-Response-List,
Additional-EDCH-FDD-Update-Information,
Additional-EDCH-Cell-Information-To-Add-List,
Additional-EDCH-Cell-Information-Response-RLReconf-List,
DCH-MeasurementOccasion-Information,
DCH-MeasurementType-Indicator,
Setup-Or-ConfigurationChange-Or-Removal-Of-EDCH-On-secondary-UL-Frequency,
Additional-EDCH-Cell-Information-Response-RLAddList,
Non-Serving-RL-Preconfig-Setup,
Non-Serving-RL-Preconfig-Info,
CellCapabilityContainerExtension-TDD-LCR,
Multi-Carrier-EDCH-Info,
Multi-Carrier-EDCH-Reconfigure,
Multi-Carrier-EDCH-Information-Response,
MU-MIMO-InformationLCR,
MU-MIMO-Indicator,
Usefulness-Of-Battery-Optimization,
MDT-Configuration,
Neighbouring-UMTS-CellInformation-Ext,
SourceID,
TargetID,
ClassmarkInformation2,
ClassmarkInformation3,
SpeechVersion,
Cell-Capacity-Class-Value,
LoadValue,
Controlled-Object-Scope,
CPC-RecoveryReport,
UL-CLTD-Information,
UL-CLTD-Information-Reconf,
UL-CLTD-State-Update-Information,
FTPICH-Information,
FTPICH-Information-Reconf,
FTPICH-Information-Response,
FTPICH-Reconfiguration-Information,
DCH-ENH-Information,
DCH-ENH-Information-Reconf,
Radio-Links-without-DPCH-FDPCH-Indication,
UL-DPCCH2-Information,
UL-DPCCH2-Information-Reconf,
UE-Measurement-Value,
Improved-Synchronized-Indicator,
PLMN-Identity,
Downlink-TPC-enhancements-Information,
Downlink-TPC-enhancements-Reconf,
TPC-slot-position
FROM RNSAP-IEs
PrivateIE-Container{},
ProtocolExtensionContainer{},
ProtocolIE-ContainerList{},
ProtocolIE-ContainerPair{},
ProtocolIE-ContainerPairList{},
ProtocolIE-Container{},
ProtocolIE-Single-Container{},
RNSAP-PRIVATE-IES,
RNSAP-PROTOCOL-EXTENSION,
RNSAP-PROTOCOL-IES,
RNSAP-PROTOCOL-IES-PAIR
FROM RNSAP-Containers
maxCellsMeas,
maxNoOfDSCHs,
maxNoOfUSCHs,
maxNrOfCCTrCHs,
maxNoOfCommonRGCells,
maxNrOfDCHs,
maxNrOfTS,
maxNrOfDPCHs,
maxNrOfDPCHs768,
maxNrOfDPCHsPerRL-1,
maxNrOfDPCHs768PerRL-1,
maxNrOfInterfaces,
maxNrOfRLs,
maxNrOfRLSets,
maxNrOfRLSets-1,
maxNrOfRLs-1,
maxNrOfRLs-2,
maxNrOfULTs,
maxNrOfDLTs,
maxResetContext,
maxResetContextGroup,
maxNoOfDSCHsLCR,
maxNoOfUSCHsLCR,
maxNrOfCCTrCHsLCR,
maxNrOfTsLCR,
maxNrOfDLTsLCR,
maxNrOfULTsLCR,
maxNrOfDPCHsLCR,
maxNrOfDPCHsLCRPerRL-1,
maxNrOfLCRTDDNeighboursPerRNC,
maxNrOfMeasNCell,
maxNrOfMACdFlows,
maxNrOfMACdPDUSize,
maxNrOfMCCHMessages,
maxNrOfMBMSL3,
maxNrOfEDCHMACdFlows,
maxNrOfHSSICHs,
maxNrOfHSSICHs-1,
maxNrOfActiveMBMSServices,
maxNrOfMBMSServices,
maxNrofSigSeqERGHICH-1,
maxNrOfCells,
maxNrOfHSDSCH-1,
maxNrOfEDCH-1,
maxNrOfULCarriersLCR-1,
maxNoOfGsmCell,
maxNrOfANRCells,
id-Active-MBMS-Bearer-ServiceFDD,
id-Active-MBMS-Bearer-ServiceFDD-PFL,
id-Active-MBMS-Bearer-ServiceTDD,
id-Active-MBMS-Bearer-ServiceTDD-PFL,
id-Active-Pattern-Sequence-Information,
id-AdjustmentRatio,
id-AllowedQueuingTime,
id-AlternativeFormatReportingIndicator,
id-AntennaColocationIndicator,
id-BindingID,
id-C-ID,
id-C-RNTI,
id-CFN,
id-CFNReportingIndicator,
id-CN-CS-DomainIdentifier,
id-CN-PS-DomainIdentifier,
id-Cause,
id-CauseLevel-RL-AdditionFailureFDD,
id-CauseLevel-RL-AdditionFailureTDD,
id-CauseLevel-RL-ReconfFailure,
id-CauseLevel-RL-SetupFailureFDD,
id-CauseLevel-RL-SetupFailureTDD,
id-CCTrCH-InformationItem-RL-FailureInd,
id-CCTrCH-InformationItem-RL-RestoreInd,
id-CellCapabilityContainer-FDD,
id-CellCapabilityContainerExtension-FDD,
id-CellCapabilityContainer-TDD,
id-CellCapabilityContainer-TDD-LCR,
id-CellPortionID,
id-ChipOffset,
id-ClosedLoopMode1-SupportIndicator,
id-CNOriginatedPage-PagingRqst,
id-CommonMeasurementAccuracy,
id-CommonMeasurementObjectType-CM-Rprt,
id-CommonMeasurementObjectType-CM-Rqst,
id-CommonMeasurementObjectType-CM-Rsp,
id-CommonMeasurementType,
id-CommonTransportChannelResourcesInitialisationNotRequired,
id-Common-EDCH-MAC-d-Flow-Specific-InformationFDD,
id-Common-EDCH-Support-Indicator,
id-CongestionCause,
id-Continuous-Packet-Connectivity-DTX-DRX-Information,
id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information,
id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response,
id-CPC-Information,
id-CoverageIndicator,
id-CriticalityDiagnostics,
id-CellPortionLCRID,
id-D-RNTI,
id-D-RNTI-ReleaseIndication,
id-DCHs-to-Add-FDD,
id-DCHs-to-Add-TDD,
id-DCH-DeleteList-RL-ReconfPrepFDD,
id-DCH-DeleteList-RL-ReconfPrepTDD,
id-DCH-DeleteList-RL-ReconfRqstFDD,
id-DCH-DeleteList-RL-ReconfRqstTDD,
id-DCH-FDD-Information,
id-DCH-TDD-Information,
id-DCH-Indicator-For-E-DCH-HSDPA-Operation,
id-FDD-DCHs-to-Modify,
id-TDD-DCHs-to-Modify,
id-DCH-InformationResponse,
id-DCH-Rate-InformationItem-RL-CongestInd,
id-DL-CCTrCH-InformationAddItem-RL-ReconfPrepTDD,
id-DL-CCTrCH-InformationDeleteItem-RL-ReconfPrepTDD,
id-DL-CCTrCH-InformationModifyItem-RL-ReconfPrepTDD,
id-DL-CCTrCH-InformationListIE-RL-ReconfReadyTDD,
id-DL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD,
id-DL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD,
id-DL-CCTrCH-InformationItem-RL-SetupRqstTDD,
id-DL-CCTrCH-InformationListIE-PhyChReconfRqstTDD,
id-DL-CCTrCH-InformationListIE-RL-AdditionRspTDD,
id-DL-CCTrCH-InformationListIE-RL-SetupRspTDD,
id-DL-CCTrCH-InformationAddList-RL-ReconfPrepTDD,
id-DL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD,
id-DL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD,
id-DL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD,
id-DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD,
id-DL-CCTrCH-InformationList-RL-SetupRqstTDD,
id-FDD-DL-CodeInformation,
id-DL-DPCH-Information-RL-ReconfPrepFDD,
id-DL-DPCH-Information-RL-SetupRqstFDD,
id-DL-DPCH-Information-RL-ReconfRqstFDD,
id-DL-DPCH-InformationItem-PhyChReconfRqstTDD,
id-DL-DPCH-InformationItem-RL-AdditionRspTDD,
id-DL-DPCH-InformationItem-RL-SetupRspTDD,
id-DL-DPCH-InformationAddListIE-RL-ReconfReadyTDD,
id-DL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD,
id-DL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD,
id-DL-DPCH-TimingAdjustment,
id-DL-DPCH-Power-Information-RL-ReconfPrepFDD,
id-DL-Physical-Channel-Information-RL-SetupRqstTDD,
id-DL-PowerBalancing-Information,
id-DL-PowerBalancing-ActivationIndicator,
id-DL-PowerBalancing-UpdatedIndicator,
id-DL-ReferencePowerInformation,
id-DLReferencePower,
id-DLReferencePowerList-DL-PC-Rqst,
id-DL-ReferencePowerInformation-DL-PC-Rqst,
id-DRXCycleLengthCoefficient,
id-DedicatedMeasurementObjectType-DM-Fail,
id-DedicatedMeasurementObjectType-DM-Fail-Ind,
id-DedicatedMeasurementObjectType-DM-Rprt,
id-DedicatedMeasurementObjectType-DM-Rqst,
id-DedicatedMeasurementObjectType-DM-Rsp,
id-DedicatedMeasurementType,
id-DelayedActivation,
id-DelayedActivationList-RL-ActivationCmdFDD,
id-DelayedActivationList-RL-ActivationCmdTDD,
id-DelayedActivationInformation-RL-ActivationCmdFDD,
id-DelayedActivationInformation-RL-ActivationCmdTDD,
id-DPC-Mode,
id-DPC-Mode-Change-SupportIndicator,
id-DSCHs-to-Add-TDD,
id-DSCH-DeleteList-RL-ReconfPrepTDD,
id-DSCH-InformationListIE-RL-AdditionRspTDD,
id-DSCH-InformationListIEs-RL-SetupRspTDD,
id-DSCH-TDD-Information,
id-DSCH-ModifyList-RL-ReconfPrepTDD,
id-DSCH-RNTI,
id-DSCHToBeAddedOrModifiedList-RL-ReconfReadyTDD,
id-Dual-Band-Secondary-Serving-Cell-List,
id-EDPCH-Information,
id-EDCH-RL-Indication,
id-EDCH-FDD-Information,
id-Serving-EDCHRL-Id,
id-E-DCH-Decoupling-Indication,
id-EDCH-FDD-DL-ControlChannelInformation,
id-EDCH-FDD-InformationResponse,
id-E-DCH-FDD-Update-Information,
id-EDCH-MACdFlows-To-Add,
id-EDCH-FDD-Information-To-Modify,
id-EDCH-MACdFlows-To-Delete,
id-EDPCH-Information-RLReconfRequest-FDD,
id-EDPCH-Information-RLAdditionReq-FDD,
id-EDCH-MacdFlowSpecificInformationList-RL-PreemptRequiredInd,
id-EDCH-MacdFlowSpecificInformationItem-RL-PreemptRequiredInd,
id-EDCH-MacdFlowSpecificInformationList-RL-CongestInd,
id-EDCH-MacdFlowSpecificInformationItem-RL-CongestInd,
id-Enhanced-FACH-Support-Indicator,
id-Enhanced-FACH-Information-ResponseFDD,
id-Enhanced-PCH-Capability,
id-ExtendedPropagationDelay,
id-Extended-SRNC-ID,
id-Extended-RNC-ID,
id-Extended-S-RNTI,
id-Extended-S-RNTI-Group,
id-Serving-cell-change-CFN,
id-E-DCH-Serving-cell-change-informationResponse,
id-E-RNTI-For-FACH,
id-H-RNTI-For-FACH,
id-RNTI-Allocation-Indicator,
id-Enhanced-PrimaryCPICH-EcNo,
id-E-RNTI,
id-F-DPCH-SlotFormat,
id-F-DPCH-SlotFormatSupportRequest,
id-FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspFDD,
id-FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspTDD,
id-Fast-Reconfiguration-Mode,
id-Fast-Reconfiguration-Permission,
id-FrameOffset,
id-F-DPCH-Information-RL-ReconfPrepFDD,
id-F-DPCH-Information-RL-SetupRqstFDD,
id-GA-Cell,
id-GA-CellAdditionalShapes,
id-GSM-Cell-InfEx-Rqst,
id-HCS-Prio,
id-HSDSCH-Configured-Indicator,
id-HSDSCH-FDD-Information,
id-HSDSCH-FDD-Information-Response,
id-HSDSCH-FDD-Update-Information,
id-HSDSCH-TDD-Update-Information,
id-HSDSCH-Information-to-Modify,
id-HSDSCH-Information-to-Modify-Unsynchronised,
id-HSDSCH-MACdFlows-to-Add,
id-HSDSCH-MACdFlows-to-Delete,
id-HSDSCHMacdFlowSpecificInformationList-RL-PreemptRequiredInd,
id-HSDSCHMacdFlowSpecificInformationItem-RL-PreemptRequiredInd,
id-HSDSCH-Physical-Layer-Category,
id-HSDSCH-RNTI,
id-HS-DSCH-serving-cell-change-information,
id-HS-DSCH-serving-cell-change-informationResponse,
id-HSDSCH-TDD-Information,
id-HSDSCH-TDD-Information-Response,
id-HSPDSCH-RL-ID,
id-HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD,
id-HSPDSCH-Timeslot-InformationListLCR-PhyChReconfRqstTDD,
id-HSSICH-Info-DM-Rprt,
id-HSSICH-Info-DM-Rqst,
id-HSSICH-Info-DM,
id-Improved-Synchronized-Indicator,
id-IMSI,
id-InformationExchangeID,
id-InformationExchangeObjectType-InfEx-Rprt,
id-InformationExchangeObjectType-InfEx-Rqst,
id-InformationExchangeObjectType-InfEx-Rsp,
id-InformationReportCharacteristics,
id-InformationType,
id-Initial-DL-DPCH-TimingAdjustment,
id-Initial-DL-DPCH-TimingAdjustment-Allowed,
id-InnerLoopDLPCStatus,
id-InterfacesToTraceItem,
id-Inter-Frequency-Cell-List,
id-L3-Information,
id-AdjustmentPeriod,
id-ListOfInterfacesToTrace,
id-MaxAdjustmentStep,
id-Max-UE-DTX-Cycle,
id-MBMS-Bearer-Service-List,
id-MBMS-Bearer-Service-List-InfEx-Rsp,
id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rqst,
id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rsp,
id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rprt,
id-MBMS-Cell-InfEx-Rqst,
id-MBMS-Cell-InfEx-Rsp,
id-MBMS-Cell-InfEx-Rprt,
id-MBSFN-Cluster-Identity,
id-MBSFN-Scheduling-Transmission-Time-Interval-Info-List,
id-MCCH-Configuration-Info,
id-MCCH-Message-List,
id-MeasurementFilterCoefficient,
id-MeasurementID,
id-MeasurementRecoveryBehavior,
id-MeasurementRecoveryReportingIndicator,
id-MeasurementRecoverySupportIndicator,
id-Multiple-PLMN-List,
id-Multiple-RL-InformationResponse-RL-ReconfReadyTDD,
id-NACC-Related-Data,
id-Neighbouring-E-UTRA-CellInformation,
id-Non-rectangular-resource-allocation-indicator,
id-Non-rectangular-resource-timeslot-set,
id-Old-URA-ID,
id-PagingArea-PagingRqst,
id-PartialReportingIndicator,
id-PDSCH-RL-ID,
id-Permanent-NAS-UE-Identity,
id-Phase-Reference-Update-Indicator,
id-FACH-FlowControlInformation,
id-PLCCH-Information-PhyChReconfRqstTDD,
id-PowerAdjustmentType,
id-PrimCCPCH-RSCP-DL-PC-RqstTDD,
id-Primary-CPICH-Usage-For-Channel-Estimation,
id-PropagationDelay,
id-ProvidedInformation,
id-RANAP-EnhancedRelocationInformationRequest,
id-RANAP-EnhancedRelocationInformationResponse,
id-RANAP-RelocationInformation,
id-ResetIndicator,
id-Released-CN-Domain,
id-EDCH-RLSet-Id,
id-RL-Information-PhyChReconfRqstFDD,
id-RL-Information-PhyChReconfRqstTDD,
id-RL-Information-RL-AdditionRqstFDD,
id-RL-Information-RL-AdditionRqstTDD,
id-RL-Information-RL-DeletionRqst,
id-RL-Information-RL-FailureInd,
id-RL-Information-RL-ReconfPrepFDD,
id-RL-Information-RL-ReconfPrepTDD,
id-RL-Information-RL-RestoreInd,
id-RL-Information-RL-SetupRqstFDD,
id-RL-Information-RL-SetupRqstTDD,
id-RL-InformationItem-RL-CongestInd,
id-RL-InformationItem-DM-Rprt,
id-RL-InformationItem-DM-Rqst,
id-RL-InformationItem-DM-Rsp,
id-RL-InformationItem-RL-PreemptRequiredInd,
id-RL-InformationItem-RL-SetupRqstFDD,
id-RL-InformationList-RL-CongestInd,
id-RL-InformationList-RL-AdditionRqstFDD,
id-RL-InformationList-RL-DeletionRqst,
id-RL-InformationList-RL-PreemptRequiredInd,
id-RL-InformationList-RL-ReconfPrepFDD,
id-RL-InformationResponse-RL-AdditionRspTDD,
id-RL-InformationResponse-RL-ReconfReadyTDD,
id-RL-InformationResponse-RL-ReconfRspTDD,
id-RL-InformationResponse-RL-SetupRspTDD,
id-RL-InformationResponseItem-RL-AdditionRspFDD,
id-RL-InformationResponseItem-RL-ReconfReadyFDD,
id-RL-InformationResponseItem-RL-ReconfRspFDD,
id-RL-InformationResponseItem-RL-SetupRspFDD,
id-RL-InformationResponseList-RL-AdditionRspFDD,
id-RL-InformationResponseList-RL-ReconfReadyFDD,
id-RL-InformationResponseList-RL-ReconfRspFDD,
id-RL-InformationResponseList-RL-SetupRspFDD,
id-RL-ParameterUpdateIndicationFDD-RL-Information-Item,
id-RL-ParameterUpdateIndicationFDD-RL-InformationList,
id-RL-ReconfigurationFailure-RL-ReconfFail,
id-RL-ReconfigurationRequestFDD-RL-InformationList,
id-RL-ReconfigurationRequestFDD-RL-Information-IEs,
id-RL-ReconfigurationRequestTDD-RL-Information,
id-RL-ReconfigurationResponseTDD-RL-Information,
id-RL-Specific-DCH-Info,
id-RL-Specific-EDCH-Information,
id-RL-Set-InformationItem-DM-Rprt,
id-RL-Set-InformationItem-DM-Rqst,
id-RL-Set-InformationItem-DM-Rsp,
id-RL-Set-Information-RL-FailureInd,
id-RL-Set-Information-RL-RestoreInd,
id-RL-Set-Successful-InformationItem-DM-Fail,
id-RL-Set-Unsuccessful-InformationItem-DM-Fail,
id-RL-Set-Unsuccessful-InformationItem-DM-Fail-Ind,
id-RL-Successful-InformationItem-DM-Fail,
id-RL-Unsuccessful-InformationItem-DM-Fail,
id-RL-Unsuccessful-InformationItem-DM-Fail-Ind,
id-ReportCharacteristics,
id-Reporting-Object-RL-FailureInd,
id-Reporing-Object-RL-RestoreInd,
id-RNC-ID,
id-RxTimingDeviationForTA,
id-S-RNTI,
id-SAI,
id-Secondary-CPICH-Information,
id-Secondary-CPICH-Information-Change,
id-Secondary-Serving-Cell-List,
id-SixtyfourQAM-DL-SupportIndicator,
id-SFN,
id-SFNReportingIndicator,
id-SNA-Information,
id-SRNC-ID,
id-STTD-SupportIndicator,
id-SuccessfulRL-InformationResponse-RL-AdditionFailureFDD,
id-SuccessfulRL-InformationResponse-RL-SetupFailureFDD,
id-TDD-maxNrDLPhysicalchannels,
id-TDD-Support-8PSK,
id-TDD-Support-PLCCH,
id-timeSlot-ISCP,
id-TimeSlot-RL-SetupRspTDD,
id-TnlQos,
id-TraceDepth,
id-TraceRecordingSessionReference,
id-TraceReference,
id-TransportBearerID,
id-TransportBearerRequestIndicator,
id-TransportLayerAddress,
id-UC-ID,
id-ContextInfoItem-Reset,
id-ContextGroupInfoItem-Reset,
id-Transmission-Gap-Pattern-Sequence-Information,
id-UE-AggregateMaximumBitRate,
id-UEIdentity,
id-UEMeasurementType,
id-UEMeasurementTimeslotInfoHCR,
id-UEMeasurementTimeslotInfoLCR,
id-UEMeasurementReportCharacteristics,
id-UEMeasurementParameterModAllow,
id-UEMeasurementValueInformation,
id-UE-State,
id-UE-Support-of-non-rectangular-resource-allocation,
id-UE-with-enhanced-HS-SCCH-support-indicator,
id-UL-CCTrCH-AddInformation-RL-ReconfPrepTDD,
id-UL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD,
id-UL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD,
id-UL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD,
id-UL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD,
id-UL-CCTrCH-InformationAddList-RL-ReconfPrepTDD,
id-UL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD,
id-UL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD,
id-UL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD,
id-UL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD,
id-UL-CCTrCH-InformationItem-RL-SetupRqstTDD,
id-UL-CCTrCH-InformationList-RL-SetupRqstTDD,
id-UL-CCTrCH-InformationListIE-PhyChReconfRqstTDD,
id-UL-CCTrCH-InformationListIE-RL-AdditionRspTDD,
id-UL-CCTrCH-InformationListIE-RL-ReconfReadyTDD,
id-UL-CCTrCH-InformationListIE-RL-SetupRspTDD,
id-UL-DPCH-Information-RL-ReconfPrepFDD,
id-UL-DPCH-Information-RL-ReconfRqstFDD,
id-UL-DPCH-Information-RL-SetupRqstFDD,
id-UL-DPDCHIndicatorEDCH,
id-UL-DPCH-InformationItem-PhyChReconfRqstTDD,
id-UL-DPCH-InformationItem-RL-AdditionRspTDD,
id-UL-DPCH-InformationItem-RL-SetupRspTDD,
id-UL-DPCH-InformationAddListIE-RL-ReconfReadyTDD,
id-UL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD,
id-UL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD,
id-UL-Physical-Channel-Information-RL-SetupRqstTDD,
id-UL-SIRTarget,
id-URA-ID,
id-URA-Information,
id-UnsuccessfulRL-InformationResponse-RL-AdditionFailureFDD,
id-UnsuccessfulRL-InformationResponse-RL-AdditionFailureTDD,
id-UnsuccessfulRL-InformationResponse-RL-SetupFailureFDD,
id-UnsuccessfulRL-InformationResponse-RL-SetupFailureTDD,
id-USCHs-to-Add,
id-USCH-DeleteList-RL-ReconfPrepTDD,
id-USCH-InformationListIE-RL-AdditionRspTDD,
id-USCH-InformationListIEs-RL-SetupRspTDD,
id-USCH-Information,
id-USCH-ModifyList-RL-ReconfPrepTDD,
id-USCHToBeAddedOrModifiedList-RL-ReconfReadyTDD,
id-DL-Timeslot-ISCP-LCR-Information-RL-SetupRqstTDD,
id-RL-LCR-InformationResponse-RL-SetupRspTDD,
id-UL-CCTrCH-LCR-InformationListIE-RL-SetupRspTDD,
id-UL-DPCH-LCR-InformationItem-RL-SetupRspTDD,
id-DL-CCTrCH-LCR-InformationListIE-RL-SetupRspTDD,
id-DL-DPCH-LCR-InformationItem-RL-SetupRspTDD,
id-DSCH-LCR-InformationListIEs-RL-SetupRspTDD,
id-USCH-LCR-InformationListIEs-RL-SetupRspTDD,
id-DL-Timeslot-ISCP-LCR-Information-RL-AdditionRqstTDD,
id-RL-LCR-InformationResponse-RL-AdditionRspTDD,
id-UL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD,
id-UL-DPCH-LCR-InformationItem-RL-AdditionRspTDD,
id-DL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD,
id-DL-DPCH-LCR-InformationItem-RL-AdditionRspTDD,
id-DSCH-LCR-InformationListIEs-RL-AdditionRspTDD,
id-USCH-LCR-InformationListIEs-RL-AdditionRspTDD,
id-UL-DPCH-LCR-InformationAddListIE-RL-ReconfReadyTDD,
id-UL-Timeslot-LCR-InformationModifyList-RL-ReconfReadyTDD,
id-DL-DPCH-LCR-InformationAddListIE-RL-ReconfReadyTDD,
id-DL-Timeslot-LCR-InformationModifyList-RL-ReconfReadyTDD,
id-UL-Timeslot-LCR-InformationList-PhyChReconfRqstTDD,
id-DL-Timeslot-LCR-InformationList-PhyChReconfRqstTDD,
id-timeSlot-ISCP-LCR-List-DL-PC-Rqst-TDD,
id-TSTD-Support-Indicator-RL-SetupRqstTDD,
id-PrimaryCCPCH-RSCP-RL-ReconfPrepTDD,
id-DL-TimeSlot-ISCP-Info-RL-ReconfPrepTDD,
id-DL-Timeslot-ISCP-LCR-Information-RL-ReconfPrepTDD,
id-neighbouringTDDCellMeasurementInformationLCR,
id-UL-SIR-Target-CCTrCH-InformationItem-RL-SetupRspTDD,
id-UL-SIR-Target-CCTrCH-LCR-InformationItem-RL-SetupRspTDD,
id-TrafficClass,
id-UL-Synchronisation-Parameters-LCR,
id-TDD-DL-DPCH-TimeSlotFormatModifyItem-LCR-RL-ReconfReadyTDD,
id-TDD-UL-DPCH-TimeSlotFormatModifyItem-LCR-RL-ReconfReadyTDD,
id-MAChs-ResetIndicator,
id-UL-TimingAdvanceCtrl-LCR,
id-CCTrCH-Maximum-DL-Power-RL-SetupRspTDD,
id-CCTrCH-Minimum-DL-Power-RL-SetupRspTDD,
id-CCTrCH-Maximum-DL-Power-RL-AdditionRspTDD,
id-CCTrCH-Minimum-DL-Power-RL-AdditionRspTDD,
id-CCTrCH-Maximum-DL-Power-RL-ReconfReadyTDD,
id-CCTrCH-Minimum-DL-Power-RL-ReconfReadyTDD,
id-Maximum-DL-Power-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD,
id-Minimum-DL-Power-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD,
id-DL-CCTrCH-InformationList-RL-ReconfRspTDD,
id-DL-DPCH-InformationModifyItem-LCR-RL-ReconfRspTDD,
id-TDD-TPC-UplinkStepSize-LCR-RL-SetupRqstTDD,
id-UL-CCTrCH-InformationList-RL-AdditionRqstTDD,
id-UL-CCTrCH-InformationItem-RL-AdditionRqstTDD,
id-DL-CCTrCH-InformationList-RL-AdditionRqstTDD,
id-DL-CCTrCH-InformationItem-RL-AdditionRqstTDD,
id-TDD-TPC-UplinkStepSize-InformationAdd-LCR-RL-ReconfPrepTDD,
id-TDD-TPC-UplinkStepSize-InformationModify-LCR-RL-ReconfPrepTDD,
id-TDD-TPC-DownlinkStepSize-InformationAdd-RL-ReconfPrepTDD,
id-TDD-TPC-DownlinkStepSize-InformationModify-RL-ReconfPrepTDD,
id-PrimaryCCPCH-RSCP-Delta,
id-multiple-DedicatedMeasurementValueList-TDD-DM-Rsp,
id-multiple-DedicatedMeasurementValueList-LCR-TDD-DM-Rsp,
id-SynchronisationIndicator,
id-secondary-LCR-CCPCH-Info-TDD,
id-multiple-HSSICHMeasurementValueList-TDD-DM-Rsp,
id-CellCapabilityContainer-TDD768,
id-neighbouringTDDCellMeasurementInformation768,
id-RL-InformationResponse-RL-SetupRspTDD768,
id-UL-CCTrCH-InformationListIE-RL-SetupRspTDD768,
id-DL-CCTrCH-InformationListIE-RL-SetupRspTDD768,
id-UL-DPCH-InformationItem-RL-SetupRspTDD768,
id-DL-DPCH-InformationItem-RL-SetupRspTDD768,
id-TDD768-minimumSpreadingFactor-UL,
id-TDD768-minimumSpreadingFactor-DL,
id-TDD768-maxNrDLPhysicalchannels,
id-TDD768-maxNrDLPhysicalchannelsTS,
id-RL-InformationResponse-RL-AdditionRspTDD768,
id-UL-CCTrCH-InformationListIE-RL-AdditionRspTDD768,
id-DL-CCTrCH-InformationListIE-RL-AdditionRspTDD768,
id-UL-DPCH-InformationItem-RL-AdditionRspTDD768,
id-DL-DPCH-InformationItem-RL-AdditionRspTDD768,
id-UL-DPCH-InformationAddListIE-RL-ReconfReadyTDD768,
id-UL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768,
id-DL-DPCH-InformationAddListIE-RL-ReconfReadyTDD768,
id-DL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768,
id-secondary-CCPCH-Info-RL-ReconfReadyTDD768,
id-HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD768,
id-UL-Timeslot-InformationList-PhyChReconfRqstTDD768,
id-DL-Timeslot-InformationList-PhyChReconfRqstTDD768,
id-multiple-DedicatedMeasurementValueList-TDD768-DM-Rsp,
id-UEMeasurementTimeslotInfo768,
id-DL-DPCH-InformationDeleteList768-RL-ReconfReadyTDD,
id-DPCH-ID768-DM-Rsp,
id-DPCH-ID768-DM-Rqst,
id-DPCH-ID768-DM-Rprt,
id-RxTimingDeviationForTAext,
id-RxTimingDeviationForTA768,
id-E-DCH-Information,
id-E-DCH-Information-Reconfig,
id-E-DCH-Serving-RL-ID,
id-E-DCH-Information-Response,
id-E-DCH-768-Information,
id-E-DCH-768-Information-Reconfig,
id-E-DCH-768-Information-Response,
id-E-DCH-LCR-Information,
id-E-DCH-LCR-Information-Reconfig,
id-E-DCH-LCR-Information-Response,
id-PowerControlGAP,
id-IdleIntervalInformation,
id-NeedforIdleInterval,
id-IdleIntervalConfigurationIndicator,
id-UARFCNforNt,
id-HS-SICH-ID-Extension,
id-HSSICH-Info-DM-Rqst-Extension,
id-UPPCHPositionLCR,
id-Common-EDCH-MAC-d-Flow-Specific-InformationLCR,
id-Enhanced-FACH-Information-ResponseLCR,
id-HSDSCH-PreconfigurationSetup,
id-HSDSCH-PreconfigurationInfo,
id-NoOfTargetCellHS-SCCH-Order,
id-EnhancedHSServingCC-Abort,
id-GANSS-Time-ID,
id-Additional-HS-Cell-Information-RL-Setup,
id-Additional-HS-Cell-Information-Response,
id-Additional-HS-Cell-Information-RL-Addition,
id-Additional-HS-Cell-Change-Information-Response,
id-Additional-HS-Cell-Information-RL-Reconf-Prep,
id-Additional-HS-Cell-Information-RL-Reconf-Req,
id-Additional-HS-Cell-RL-Reconf-Response,
id-Additional-HS-Cell-Information-RL-Param-Upd,
id-MinimumReducedE-DPDCH-GainFactor,
id-ContinuousPacketConnectivity-DRX-InformationLCR,
id-ContinuousPacketConnectivity-DRX-Information-ResponseLCR,
id-CPC-InformationLCR,
id-E-DCH-Semi-PersistentScheduling-Information-LCR,
id-HS-DSCH-Semi-PersistentScheduling-Information-LCR,
id-HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR,
id-E-DCH-Semi-PersistentScheduling-Information-ResponseLCR,
id-ActivationInformation,
id-Additional-EDCH-Cell-Information-RL-Setup-Req,
id-Additional-EDCH-Cell-Information-Response,
id-Additional-EDCH-Cell-Information-RL-Add-Req,
id-Additional-EDCH-Cell-Information-Response-RLAdd,
id-Additional-EDCH-Cell-Information-RL-Reconf-Prep,
id-Additional-EDCH-Cell-Information-RL-Reconf-Req,
id-Additional-EDCH-Cell-Information-RL-Param-Upd,
id-Additional-EDCH-Cell-Information-ResponseRLReconf,
id-DCH-MeasurementOccasion-Information,
id-DCH-MeasurementType-Indicator,
id-Non-Serving-RL-Preconfig-Info,
id-Non-Serving-RL-Preconfig-Setup,
id-Non-Serving-RL-Preconfig-Removal,
id-CellCapabilityContainerExtension-TDD-LCR,
id-Multi-Carrier-EDCH-Setup,
id-Multi-Carrier-EDCH-Reconfigure,
id-Multi-Carrier-EDCH-Response,
id-MU-MIMO-InformationLCR,
id-MU-MIMO-Indicator,
id-Usefulness-Of-Battery-Optimization,
id-MDT-Configuration,
id-Neighbouring-UMTS-CellInformation-Ext,
id-Extension-CommonMeasurementObjectType-CM-Rprt,
id-Extension-CommonMeasurementObjectType-CM-Rqst,
id-Extension-CommonMeasurementObjectType-CM-Rsp,
id-Extension-FailureIndicationMeasurementList,
id-Extension-FailureMeasurementList,
id-Extension-TerminationMeasurementList,
id-GsmCellList-CM-Rprt,
id-GsmCellList-CM-Rqst,
id-GsmCellList-CM-Rsp,
id-SpeechVersion,
id-SourceID,
id-TargetID,
id-ClassmarkInformation2,
id-ClassmarkInformation3,
id-GSM-Cell-CM-Rqst,
id-LoadValue,
id-EventH,
id-Cell-Capacity-Class-Value,
id-Control-Type-InformationTransferControlReq,
id-ANR-Cell-InfEx-Rqst,
id-ANR-Cell-InfEx-Rsp,
id-Trace-Collection-Entity-IP-Address,
id-CPC-RecoveryReport,
id-UL-CLTD-Information,
id-UL-CLTD-Information-Reconf,
id-UL-CLTD-State-Update-Information,
id-FTPICH-Information,
id-FTPICH-Information-Reconf,
id-FTPICH-Information-Response,
id-FTPICH-Reconfiguration-Information,
id-Common-E-RGCH-Cell-InfEx-Rqst,
id-Common-E-RGCH-Cell-InfEx-Rsp,
id-Common-E-RGCH-Cell-InfEx-Rprt,
id-DCH-ENH-Information,
id-DCH-ENH-Information-Reconf,
id-Radio-Links-without-DPCH-FDPCH-Indication,
id-UL-DPCCH2-Information,
id-UL-DPCCH2-Information-Reconf,
id-UE-Measurement-Forwarding,
id-ActivationDelay,
id-Selected-PLMN-Identity,
id-Downlink-TPC-enhancements-Information,
id-Downlink-TPC-enhancements-Reconf,
id-TPC-slot-position
FROM RNSAP-Constants;
-- **************************************************************
--
-- RADIO LINK SETUP REQUEST FDD
--
-- **************************************************************
RadioLinkSetupRequestFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkSetupRequestFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkSetupRequestFDD-Extensions}} OPTIONAL,
...
}
RadioLinkSetupRequestFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-SRNC-ID CRITICALITY reject TYPE RNC-ID PRESENCE mandatory} |
{ ID id-S-RNTI CRITICALITY reject TYPE S-RNTI PRESENCE mandatory } |
{ ID id-D-RNTI CRITICALITY reject TYPE D-RNTI PRESENCE optional } |
{ ID id-AllowedQueuingTime CRITICALITY reject TYPE AllowedQueuingTime PRESENCE optional } |
{ ID id-UL-DPCH-Information-RL-SetupRqstFDD CRITICALITY reject TYPE UL-DPCH-Information-RL-SetupRqstFDD PRESENCE mandatory } |
{ ID id-DL-DPCH-Information-RL-SetupRqstFDD CRITICALITY reject TYPE DL-DPCH-Information-RL-SetupRqstFDD PRESENCE optional } |
{ ID id-DCH-FDD-Information CRITICALITY reject TYPE DCH-FDD-Information PRESENCE mandatory } |
{ ID id-RL-Information-RL-SetupRqstFDD CRITICALITY notify TYPE RL-InformationList-RL-SetupRqstFDD PRESENCE mandatory }|
{ ID id-Transmission-Gap-Pattern-Sequence-Information CRITICALITY reject TYPE Transmission-Gap-Pattern-Sequence-Information PRESENCE optional } |
{ ID id-Active-Pattern-Sequence-Information CRITICALITY reject TYPE Active-Pattern-Sequence-Information PRESENCE optional },
...
}
UL-DPCH-Information-RL-SetupRqstFDD ::= SEQUENCE {
ul-ScramblingCode UL-ScramblingCode,
minUL-ChannelisationCodeLength MinUL-ChannelisationCodeLength,
maxNrOfUL-DPCHs MaxNrOfUL-DPCHs OPTIONAL
-- This IE shall be present if minUL-ChannelisationCodeLength equals to 4 -- ,
ul-PunctureLimit PunctureLimit,
ul-TFCS TFCS,
ul-DPCCH-SlotFormat UL-DPCCH-SlotFormat,
ul-SIRTarget UL-SIR OPTIONAL,
diversityMode DiversityMode,
not-Used-sSDT-CellIdLength NULL OPTIONAL,
not-Used-s-FieldLength NULL OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-Information-RL-SetupRqstFDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-Information-RL-SetupRqstFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DPC-Mode CRITICALITY reject EXTENSION DPC-Mode PRESENCE optional }|
{ ID id-UL-DPDCHIndicatorEDCH CRITICALITY reject EXTENSION UL-DPDCHIndicatorEDCH PRESENCE optional },
...
}
DL-DPCH-Information-RL-SetupRqstFDD ::= SEQUENCE {
tFCS TFCS,
dl-DPCH-SlotFormat DL-DPCH-SlotFormat,
nrOfDLchannelisationcodes NrOfDLchannelisationcodes,
tFCI-SignallingMode TFCI-SignallingMode,
tFCI-Presence TFCI-Presence OPTIONAL
-- This IE shall be present if DL DPCH Slot Format IE is equal to any of the values from 12 to 16 --,
multiplexingPosition MultiplexingPosition,
powerOffsetInformation PowerOffsetInformation-RL-SetupRqstFDD,
fdd-dl-TPC-DownlinkStepSize FDD-TPC-DownlinkStepSize,
limitedPowerIncrease LimitedPowerIncrease,
innerLoopDLPCStatus InnerLoopDLPCStatus,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-Information-RL-SetupRqstFDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-Information-RL-SetupRqstFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
PowerOffsetInformation-RL-SetupRqstFDD ::= SEQUENCE {
po1-ForTFCI-Bits PowerOffset,
po2-ForTPC-Bits PowerOffset,
po3-ForPilotBits PowerOffset,
iE-Extensions ProtocolExtensionContainer { { PowerOffsetInformation-RL-SetupRqstFDD-ExtIEs} } OPTIONAL,
...
}
PowerOffsetInformation-RL-SetupRqstFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-InformationList-RL-SetupRqstFDD ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-InformationItemIEs-RL-SetupRqstFDD} }
RL-InformationItemIEs-RL-SetupRqstFDD RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationItem-RL-SetupRqstFDD CRITICALITY notify TYPE RL-InformationItem-RL-SetupRqstFDD PRESENCE mandatory }
}
RL-InformationItem-RL-SetupRqstFDD ::= SEQUENCE {
rL-ID RL-ID,
c-ID C-ID,
firstRLS-indicator FirstRLS-Indicator,
frameOffset FrameOffset,
chipOffset ChipOffset,
propagationDelay PropagationDelay OPTIONAL,
diversityControlField DiversityControlField OPTIONAL
-- This IE shall be present if the RL is not the first one in the RL-InformationList-RL-SetupRqstFDD --,
dl-InitialTX-Power DL-Power OPTIONAL,
primaryCPICH-EcNo PrimaryCPICH-EcNo OPTIONAL,
not-Used-sSDT-CellID NULL OPTIONAL,
transmitDiversityIndicator TransmitDiversityIndicator OPTIONAL,
-- This IE shall be present unless Diversity Mode IE in UL DPCH Information group is “none”
iE-Extensions ProtocolExtensionContainer { {RL-InformationItem-RL-SetupRqstFDD-ExtIEs} } OPTIONAL,
...
}
RL-InformationItem-RL-SetupRqstFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Enhanced-PrimaryCPICH-EcNo CRITICALITY ignore EXTENSION Enhanced-PrimaryCPICH-EcNo PRESENCE optional }|
{ ID id-RL-Specific-DCH-Info CRITICALITY ignore EXTENSION RL-Specific-DCH-Info PRESENCE optional }|
{ ID id-DelayedActivation CRITICALITY reject EXTENSION DelayedActivation PRESENCE optional }|
{ ID id-CellPortionID CRITICALITY ignore EXTENSION CellPortionID PRESENCE optional }|
{ ID id-RL-Specific-EDCH-Information CRITICALITY reject EXTENSION RL-Specific-EDCH-Information PRESENCE optional }|
{ ID id-EDCH-RL-Indication CRITICALITY reject EXTENSION EDCH-RL-Indication PRESENCE optional }|
{ ID id-ExtendedPropagationDelay CRITICALITY ignore EXTENSION ExtendedPropagationDelay PRESENCE optional }|
{ ID id-SynchronisationIndicator CRITICALITY reject EXTENSION SynchronisationIndicator PRESENCE optional }|
{ ID id-HSDSCH-PreconfigurationSetup CRITICALITY ignore EXTENSION HSDSCH-PreconfigurationSetup PRESENCE optional }|
{ ID id-Non-Serving-RL-Preconfig-Setup CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Setup PRESENCE optional }|
{ ID id-FTPICH-Information CRITICALITY ignore EXTENSION FTPICH-Information PRESENCE optional }|
{ ID id-TPC-slot-position CRITICALITY ignore EXTENSION TPC-slot-position PRESENCE optional },
...
}
RadioLinkSetupRequestFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Permanent-NAS-UE-Identity CRITICALITY ignore EXTENSION Permanent-NAS-UE-Identity PRESENCE optional}|
{ ID id-DL-PowerBalancing-Information CRITICALITY ignore EXTENSION DL-PowerBalancing-Information PRESENCE optional}|
{ ID id-HSDSCH-FDD-Information CRITICALITY reject EXTENSION HSDSCH-FDD-Information PRESENCE optional}|
{ ID id-HSPDSCH-RL-ID CRITICALITY reject EXTENSION RL-ID PRESENCE conditional}|
-- This IE shall be present if HS-DSCH Information IE is present.
{ ID id-MBMS-Bearer-Service-List CRITICALITY notify EXTENSION MBMS-Bearer-Service-List PRESENCE optional}|
{ ID id-EDPCH-Information CRITICALITY reject EXTENSION EDPCH-Information-FDD PRESENCE optional}|
{ ID id-EDCH-FDD-Information CRITICALITY reject EXTENSION EDCH-FDD-Information PRESENCE conditional}|
-- This IE is present if E-DPCH Information IE is present.
{ ID id-Serving-EDCHRL-Id CRITICALITY reject EXTENSION EDCH-Serving-RL PRESENCE optional}|
-- This IE is present if E-DCHInformation IE is present.
{ ID id-F-DPCH-Information-RL-SetupRqstFDD CRITICALITY reject EXTENSION F-DPCH-Information-RL-SetupRqstFDD PRESENCE optional}|
{ ID id-Initial-DL-DPCH-TimingAdjustment-Allowed CRITICALITY ignore EXTENSION Initial-DL-DPCH-TimingAdjustment-Allowed PRESENCE optional}|
{ ID id-DCH-Indicator-For-E-DCH-HSDPA-Operation CRITICALITY reject EXTENSION DCH-Indicator-For-E-DCH-HSDPA-Operation PRESENCE optional}|
{ ID id-Serving-cell-change-CFN CRITICALITY reject EXTENSION CFN PRESENCE optional}|
{ ID id-Continuous-Packet-Connectivity-DTX-DRX-Information CRITICALITY reject EXTENSION Continuous-Packet-Connectivity-DTX-DRX-Information PRESENCE optional}|
{ ID id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information CRITICALITY reject EXTENSION Continuous-Packet-Connectivity-HS-SCCH-Less-Information PRESENCE optional}|
{ ID id-Extended-SRNC-ID CRITICALITY reject EXTENSION Extended-RNC-ID PRESENCE optional}|
{ ID id-Additional-HS-Cell-Information-RL-Setup CRITICALITY reject EXTENSION Additional-HS-Cell-Information-RL-Setup-List PRESENCE optional}|
{ ID id-UE-AggregateMaximumBitRate CRITICALITY ignore EXTENSION UE-AggregateMaximumBitRate PRESENCE optional}|
{ ID id-Additional-EDCH-Cell-Information-RL-Setup-Req CRITICALITY reject EXTENSION Additional-EDCH-Setup-Info PRESENCE optional}|
{ ID id-Usefulness-Of-Battery-Optimization CRITICALITY ignore EXTENSION Usefulness-Of-Battery-Optimization PRESENCE optional}|
{ ID id-UL-CLTD-Information CRITICALITY reject EXTENSION UL-CLTD-Information PRESENCE optional}|
{ ID id-Extended-S-RNTI CRITICALITY reject EXTENSION Extended-RNTI PRESENCE optional}|
{ ID id-E-DCH-Decoupling-Indication CRITICALITY reject EXTENSION E-DCH-Decoupling-Indication PRESENCE optional}|
{ ID id-DCH-ENH-Information CRITICALITY reject EXTENSION DCH-ENH-Information PRESENCE optional}|
{ ID id-Radio-Links-without-DPCH-FDPCH-Indication CRITICALITY reject EXTENSION Radio-Links-without-DPCH-FDPCH-Indication PRESENCE optional}|
{ ID id-UL-DPCCH2-Information CRITICALITY reject EXTENSION UL-DPCCH2-Information PRESENCE optional}|
{ ID id-Selected-PLMN-Identity CRITICALITY ignore EXTENSION PLMN-Identity PRESENCE optional}|
{ ID id-Downlink-TPC-enhancements-Information CRITICALITY reject EXTENSION Downlink-TPC-enhancements-Information PRESENCE optional},
...
}
Additional-HS-Cell-Information-RL-Setup-List ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH-1)) OF Additional-HS-Cell-Information-RL-Setup-ItemIEs
Additional-HS-Cell-Information-RL-Setup-ItemIEs ::=SEQUENCE{
hSPDSCH-RL-ID RL-ID,
c-ID C-ID,
hS-DSCH-FDD-Secondary-Serving-Information HS-DSCH-FDD-Secondary-Serving-Information,
iE-Extensions ProtocolExtensionContainer { { Additional-HS-Cell-Information-RL-Setup-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-HS-Cell-Information-RL-Setup-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
F-DPCH-Information-RL-SetupRqstFDD ::= SEQUENCE {
powerOffsetInformation PowerOffsetInformation-F-DPCH-RL-SetupRqstFDD,
fdd-dl-TPC-DownlinkStepSize FDD-TPC-DownlinkStepSize,
limitedPowerIncrease LimitedPowerIncrease,
innerLoopDLPCStatus InnerLoopDLPCStatus,
iE-Extensions ProtocolExtensionContainer { { F-DPCH-Information-RL-SetupRqstFDD-ExtIEs} } OPTIONAL,
...
}
F-DPCH-Information-RL-SetupRqstFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-F-DPCH-SlotFormatSupportRequest CRITICALITY reject EXTENSION F-DPCH-SlotFormatSupportRequest PRESENCE optional }|
{ ID id-F-DPCH-SlotFormat CRITICALITY ignore EXTENSION F-DPCH-SlotFormat PRESENCE optional},
...
}
PowerOffsetInformation-F-DPCH-RL-SetupRqstFDD ::= SEQUENCE {
po2-ForTPC-Bits PowerOffset,
--This IE shall be ignored by DRNS
iE-Extensions ProtocolExtensionContainer { { PowerOffsetInformation-F-DPCH-RL-SetupRqstFDD-ExtIEs} } OPTIONAL,
...
}
PowerOffsetInformation-F-DPCH-RL-SetupRqstFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK SETUP REQUEST TDD
--
-- **************************************************************
RadioLinkSetupRequestTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkSetupRequestTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkSetupRequestTDD-Extensions}} OPTIONAL,
...
}
RadioLinkSetupRequestTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-SRNC-ID CRITICALITY reject TYPE RNC-ID PRESENCE mandatory } |
{ ID id-S-RNTI CRITICALITY reject TYPE S-RNTI PRESENCE mandatory } |
{ ID id-D-RNTI CRITICALITY reject TYPE D-RNTI PRESENCE optional } |
{ ID id-UL-Physical-Channel-Information-RL-SetupRqstTDD CRITICALITY reject TYPE UL-Physical-Channel-Information-RL-SetupRqstTDD PRESENCE mandatory } |
{ ID id-DL-Physical-Channel-Information-RL-SetupRqstTDD CRITICALITY reject TYPE DL-Physical-Channel-Information-RL-SetupRqstTDD PRESENCE mandatory } |
{ ID id-AllowedQueuingTime CRITICALITY reject TYPE AllowedQueuingTime PRESENCE optional } |
{ ID id-UL-CCTrCH-InformationList-RL-SetupRqstTDD CRITICALITY notify TYPE UL-CCTrCH-InformationList-RL-SetupRqstTDD PRESENCE optional } |
{ ID id-DL-CCTrCH-InformationList-RL-SetupRqstTDD CRITICALITY notify TYPE DL-CCTrCH-InformationList-RL-SetupRqstTDD PRESENCE optional } |
{ ID id-DCH-TDD-Information CRITICALITY reject TYPE DCH-TDD-Information PRESENCE optional } |
{ ID id-DSCH-TDD-Information CRITICALITY reject TYPE DSCH-TDD-Information PRESENCE optional } |
{ ID id-USCH-Information CRITICALITY reject TYPE USCH-Information PRESENCE optional } |
{ ID id-RL-Information-RL-SetupRqstTDD CRITICALITY reject TYPE RL-Information-RL-SetupRqstTDD PRESENCE mandatory },
...
}
UL-Physical-Channel-Information-RL-SetupRqstTDD ::= SEQUENCE {
maxNrTimeslots-UL MaxNrTimeslots,
minimumSpreadingFactor-UL MinimumSpreadingFactor,
maxNrULPhysicalchannels MaxNrULPhysicalchannels,
iE-Extensions ProtocolExtensionContainer { {UL-Physical-Channel-InformationItem-RL-SetupRqstTDD-ExtIEs} } OPTIONAL,
...
}
UL-Physical-Channel-InformationItem-RL-SetupRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TDD-Support-8PSK CRITICALITY ignore EXTENSION Support-8PSK PRESENCE optional }|
-- Applicable to 1.28Mcps TDD only
{ ID id-TDD768-minimumSpreadingFactor-UL CRITICALITY ignore EXTENSION MinimumSpreadingFactor768 PRESENCE optional },
...
}
DL-Physical-Channel-Information-RL-SetupRqstTDD ::= SEQUENCE {
maxNrTimeslots-DL MaxNrTimeslots,
minimumSpreadingFactor-DL MinimumSpreadingFactor,
maxNrDLPhysicalchannels MaxNrDLPhysicalchannels,
iE-Extensions ProtocolExtensionContainer { {DL-Physical-Channel-InformationItem-RL-SetupRqstTDD-ExtIEs} } OPTIONAL,
...
}
DL-Physical-Channel-InformationItem-RL-SetupRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TDD-maxNrDLPhysicalchannels CRITICALITY ignore EXTENSION MaxNrDLPhysicalchannelsTS PRESENCE optional }|
{ ID id-TDD-Support-8PSK CRITICALITY ignore EXTENSION Support-8PSK PRESENCE optional }|
-- Applicable to 1.28Mcps TDD only
{ ID id-TDD-Support-PLCCH CRITICALITY ignore EXTENSION Support-PLCCH PRESENCE optional }|
{ ID id-TDD768-minimumSpreadingFactor-DL CRITICALITY ignore EXTENSION MinimumSpreadingFactor768 PRESENCE optional }|
{ ID id-TDD768-maxNrDLPhysicalchannels CRITICALITY ignore EXTENSION MaxNrDLPhysicalchannels768 PRESENCE optional }|
{ ID id-TDD768-maxNrDLPhysicalchannelsTS CRITICALITY ignore EXTENSION MaxNrDLPhysicalchannelsTS768 PRESENCE optional },
...
}
UL-CCTrCH-InformationList-RL-SetupRqstTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {UL-CCTrCH-InformationItemIEs-RL-SetupRqstTDD} }
UL-CCTrCH-InformationItemIEs-RL-SetupRqstTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-InformationItem-RL-SetupRqstTDD CRITICALITY notify TYPE UL-CCTrCH-InformationItem-RL-SetupRqstTDD PRESENCE mandatory }
}
UL-CCTrCH-InformationItem-RL-SetupRqstTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
ul-TFCS TFCS,
tFCI-Coding TFCI-Coding,
ul-PunctureLimit PunctureLimit,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCH-InformationItem-RL-SetupRqstTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCH-InformationItem-RL-SetupRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TDD-TPC-UplinkStepSize-LCR-RL-SetupRqstTDD CRITICALITY reject EXTENSION TDD-TPC-UplinkStepSize-LCR PRESENCE optional },
-- Mandatory for 1.28Mcps TDD, not applicable to 3.84Mcps TDD or 7.68Mcps TDD
...
}
DL-CCTrCH-InformationList-RL-SetupRqstTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {DL-CCTrCH-InformationItemIEs-RL-SetupRqstTDD} }
DL-CCTrCH-InformationItemIEs-RL-SetupRqstTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationItem-RL-SetupRqstTDD CRITICALITY notify TYPE DL-CCTrCH-InformationItem-RL-SetupRqstTDD PRESENCE mandatory }
}
DL-CCTrCH-InformationItem-RL-SetupRqstTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
dl-TFCS TFCS,
tFCI-Coding TFCI-Coding,
dl-PunctureLimit PunctureLimit,
tdd-TPC-DownlinkStepSize TDD-TPC-DownlinkStepSize,
cCTrCH-TPCList CCTrCH-TPCList-RL-SetupRqstTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCH-InformationItem-RL-SetupRqstTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-InformationItem-RL-SetupRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CCTrCH-TPCList-RL-SetupRqstTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF CCTrCH-TPCItem-RL-SetupRqstTDD
CCTrCH-TPCItem-RL-SetupRqstTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
iE-Extensions ProtocolExtensionContainer { { CCTrCH-TPCItem-RL-SetupRqstTDD-ExtIEs} } OPTIONAL,
...
}
CCTrCH-TPCItem-RL-SetupRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Information-RL-SetupRqstTDD ::= SEQUENCE {
rL-ID RL-ID,
c-ID C-ID,
frameOffset FrameOffset,
specialBurstScheduling SpecialBurstScheduling,
primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL,
dL-TimeSlot-ISCP DL-TimeSlot-ISCP-Info OPTIONAL,
--for 3.84Mcps TDD and 7.68Mcps TDD only
iE-Extensions ProtocolExtensionContainer { {RL-Information-RL-SetupRqstTDD-ExtIEs} } OPTIONAL,
...
}
RL-Information-RL-SetupRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DL-Timeslot-ISCP-LCR-Information-RL-SetupRqstTDD CRITICALITY reject EXTENSION DL-TimeSlot-ISCP-LCR-Information PRESENCE optional }|
{ ID id-TSTD-Support-Indicator-RL-SetupRqstTDD CRITICALITY ignore EXTENSION TSTD-Support-Indicator PRESENCE optional }|
--for 1.28Mcps TDD only
{ ID id-RL-Specific-DCH-Info CRITICALITY ignore EXTENSION RL-Specific-DCH-Info PRESENCE optional }|
{ ID id-DelayedActivation CRITICALITY reject EXTENSION DelayedActivation PRESENCE optional }|
{ ID id-UL-Synchronisation-Parameters-LCR CRITICALITY reject EXTENSION UL-Synchronisation-Parameters-LCR PRESENCE optional }| -- Mandatory for 1.28Mcps TDD, Not Applicable to 3.84Mcps TDD or 7.68Mcps TDD
{ ID id-PrimaryCCPCH-RSCP-Delta CRITICALITY ignore EXTENSION PrimaryCCPCH-RSCP-Delta PRESENCE optional }|
{ ID id-IdleIntervalConfigurationIndicator CRITICALITY ignore EXTENSION NULL PRESENCE optional }|
{ ID id-CellPortionLCRID CRITICALITY ignore EXTENSION CellPortionLCRID PRESENCE optional },
...
}
RadioLinkSetupRequestTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Permanent-NAS-UE-Identity CRITICALITY ignore EXTENSION Permanent-NAS-UE-Identity PRESENCE optional}|
{ ID id-HSDSCH-TDD-Information CRITICALITY reject EXTENSION HSDSCH-TDD-Information PRESENCE optional}|
{ ID id-HSPDSCH-RL-ID CRITICALITY reject EXTENSION RL-ID PRESENCE conditional}|
-- This IE shall be present if HS-DSCH Information IE is present.
{ ID id-PDSCH-RL-ID CRITICALITY ignore EXTENSION RL-ID PRESENCE optional}|
{ ID id-MBMS-Bearer-Service-List CRITICALITY notify EXTENSION MBMS-Bearer-Service-List PRESENCE optional}|
{ ID id-E-DCH-Information CRITICALITY reject EXTENSION E-DCH-Information PRESENCE optional}|
{ ID id-E-DCH-Serving-RL-ID CRITICALITY reject EXTENSION RL-ID PRESENCE optional}|
{ ID id-E-DCH-768-Information CRITICALITY reject EXTENSION E-DCH-768-Information PRESENCE optional}|
{ ID id-E-DCH-LCR-Information CRITICALITY reject EXTENSION E-DCH-LCR-Information PRESENCE optional}|
{ ID id-Extended-SRNC-ID CRITICALITY reject EXTENSION Extended-RNC-ID PRESENCE optional}|
{ ID id-ContinuousPacketConnectivity-DRX-InformationLCR CRITICALITY reject EXTENSION ContinuousPacketConnectivity-DRX-InformationLCR PRESENCE optional}|
{ ID id-HS-DSCH-Semi-PersistentScheduling-Information-LCR CRITICALITY reject EXTENSION HS-DSCH-Semi-PersistentScheduling-Information-LCR PRESENCE optional}|
{ ID id-E-DCH-Semi-PersistentScheduling-Information-LCR CRITICALITY reject EXTENSION E-DCH-Semi-PersistentScheduling-Information-LCR PRESENCE optional}|
{ ID id-RNTI-Allocation-Indicator CRITICALITY ignore EXTENSION RNTI-Allocation-Indicator PRESENCE optional}|
{ ID id-DCH-MeasurementType-Indicator CRITICALITY reject EXTENSION DCH-MeasurementType-Indicator PRESENCE optional}|
{ ID id-Multi-Carrier-EDCH-Setup CRITICALITY reject EXTENSION Multi-Carrier-EDCH-Info PRESENCE optional}|
{ ID id-MU-MIMO-Indicator CRITICALITY reject EXTENSION MU-MIMO-Indicator PRESENCE optional}|
{ ID id-Extended-S-RNTI CRITICALITY reject EXTENSION Extended-RNTI PRESENCE optional}|
{ ID id-UE-Support-of-non-rectangular-resource-allocation CRITICALITY ignore EXTENSION UE-Support-of-non-rectangular-resource-allocation PRESENCE optional},
...
}
-- **************************************************************
--
-- RADIO LINK SETUP RESPONSE FDD
--
-- **************************************************************
RadioLinkSetupResponseFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkSetupResponseFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkSetupResponseFDD-Extensions}} OPTIONAL,
...
}
RadioLinkSetupResponseFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE optional }|
{ ID id-CN-PS-DomainIdentifier CRITICALITY ignore TYPE CN-PS-DomainIdentifier PRESENCE optional }|
{ ID id-CN-CS-DomainIdentifier CRITICALITY ignore TYPE CN-CS-DomainIdentifier PRESENCE optional }|
{ ID id-RL-InformationResponseList-RL-SetupRspFDD CRITICALITY ignore TYPE RL-InformationResponseList-RL-SetupRspFDD PRESENCE mandatory }|
{ ID id-UL-SIRTarget CRITICALITY ignore TYPE UL-SIR PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RL-InformationResponseList-RL-SetupRspFDD ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-InformationResponseItemIEs-RL-SetupRspFDD} }
RL-InformationResponseItemIEs-RL-SetupRspFDD RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationResponseItem-RL-SetupRspFDD CRITICALITY ignore TYPE RL-InformationResponseItem-RL-SetupRspFDD PRESENCE mandatory }
}
RL-InformationResponseItem-RL-SetupRspFDD ::= SEQUENCE {
rL-ID RL-ID,
rL-Set-ID RL-Set-ID,
uRA-Information URA-Information OPTIONAL,
sAI SAI,
gA-Cell GA-Cell OPTIONAL,
gA-AccessPointPosition GA-AccessPointPosition OPTIONAL,
received-total-wide-band-power Received-total-wide-band-power,
not-Used-secondary-CCPCH-Info NULL OPTIONAL,
dl-CodeInformation FDD-DL-CodeInformation,
diversityIndication DiversityIndication-RL-SetupRspFDD,
sSDT-SupportIndicator SSDT-SupportIndicator,
maxUL-SIR UL-SIR,
minUL-SIR UL-SIR,
closedlooptimingadjustmentmode Closedlooptimingadjustmentmode OPTIONAL,
maximumAllowedULTxPower MaximumAllowedULTxPower,
maximumDLTxPower DL-Power,
minimumDLTxPower DL-Power,
primaryScramblingCode PrimaryScramblingCode OPTIONAL,
uL-UARFCN UARFCN OPTIONAL,
dL-UARFCN UARFCN OPTIONAL,
primaryCPICH-Power PrimaryCPICH-Power,
not-Used-dSCHInformationResponse NULL OPTIONAL,
neighbouring-UMTS-CellInformation Neighbouring-UMTS-CellInformation OPTIONAL,
neighbouring-GSM-CellInformation Neighbouring-GSM-CellInformation OPTIONAL,
pC-Preamble PC-Preamble,
sRB-Delay SRB-Delay,
iE-Extensions ProtocolExtensionContainer { {RL-InformationResponseItem-RL-SetupRspFDD-ExtIEs} } OPTIONAL,
...
}
RL-InformationResponseItem-RL-SetupRspFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GA-CellAdditionalShapes CRITICALITY ignore EXTENSION GA-CellAdditionalShapes PRESENCE optional }|
{ ID id-DL-PowerBalancing-ActivationIndicator CRITICALITY ignore EXTENSION DL-PowerBalancing-ActivationIndicator PRESENCE optional }|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional }|
{ ID id-Primary-CPICH-Usage-For-Channel-Estimation CRITICALITY ignore EXTENSION Primary-CPICH-Usage-For-Channel-Estimation PRESENCE optional }|
{ ID id-Secondary-CPICH-Information CRITICALITY ignore EXTENSION Secondary-CPICH-Information PRESENCE optional }|
{ ID id-Active-MBMS-Bearer-ServiceFDD-PFL CRITICALITY ignore EXTENSION Active-MBMS-Bearer-Service-ListFDD-PFL PRESENCE optional }|
{ ID id-EDCH-RLSet-Id CRITICALITY ignore EXTENSION RL-Set-ID PRESENCE optional }|
{ ID id-EDCH-FDD-DL-ControlChannelInformation CRITICALITY ignore EXTENSION EDCH-FDD-DL-ControlChannelInformation PRESENCE optional }|
{ ID id-Initial-DL-DPCH-TimingAdjustment CRITICALITY ignore EXTENSION DL-DPCH-TimingAdjustment PRESENCE optional }|
{ ID id-F-DPCH-SlotFormat CRITICALITY ignore EXTENSION F-DPCH-SlotFormat PRESENCE optional }|
{ ID id-FrameOffset CRITICALITY ignore EXTENSION FrameOffset PRESENCE optional }|
{ ID id-ChipOffset CRITICALITY ignore EXTENSION ChipOffset PRESENCE optional }|
{ ID id-Neighbouring-E-UTRA-CellInformation CRITICALITY ignore EXTENSION Neighbouring-E-UTRA-CellInformation PRESENCE optional }|
{ ID id-HSDSCH-PreconfigurationInfo CRITICALITY ignore EXTENSION HSDSCH-PreconfigurationInfo PRESENCE optional }|
{ ID id-Non-Serving-RL-Preconfig-Info CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Info PRESENCE optional }|
{ ID id-Neighbouring-UMTS-CellInformation-Ext CRITICALITY ignore EXTENSION Neighbouring-UMTS-CellInformation-Ext PRESENCE optional }|
{ ID id-FTPICH-Information-Response CRITICALITY ignore EXTENSION FTPICH-Information-Response PRESENCE optional },
...
}
DiversityIndication-RL-SetupRspFDD ::= CHOICE {
combining Combining-RL-SetupRspFDD,
nonCombiningOrFirstRL NonCombiningOrFirstRL-RL-SetupRspFDD
}
Combining-RL-SetupRspFDD ::= SEQUENCE {
rL-ID RL-ID,
iE-Extensions ProtocolExtensionContainer { { CombiningItem-RL-SetupRspFDD-ExtIEs} } OPTIONAL,
...
}
CombiningItem-RL-SetupRspFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DCH-InformationResponse CRITICALITY ignore EXTENSION DCH-InformationResponse PRESENCE optional }|
{ ID id-EDCH-FDD-InformationResponse CRITICALITY ignore EXTENSION EDCH-FDD-InformationResponse PRESENCE optional },
...
}
NonCombiningOrFirstRL-RL-SetupRspFDD ::= SEQUENCE {
dCH-InformationResponse DCH-InformationResponse,
iE-Extensions ProtocolExtensionContainer { { NonCombiningOrFirstRLItem-RL-SetupRspFDD-ExtIEs} } OPTIONAL,
...
}
NonCombiningOrFirstRLItem-RL-SetupRspFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-EDCH-FDD-InformationResponse CRITICALITY ignore EXTENSION EDCH-FDD-InformationResponse PRESENCE optional},
...
}
RadioLinkSetupResponseFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSDSCH-RNTI CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional }|
{ ID id-HSDSCH-FDD-Information-Response CRITICALITY ignore EXTENSION HSDSCH-FDD-Information-Response PRESENCE optional }|
{ ID id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response CRITICALITY ignore EXTENSION Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response PRESENCE optional }|
{ ID id-SixtyfourQAM-DL-SupportIndicator CRITICALITY ignore EXTENSION SixtyfourQAM-DL-SupportIndicator PRESENCE optional }|
{ ID id-Additional-HS-Cell-Information-Response CRITICALITY ignore EXTENSION Additional-HS-Cell-Information-Response-List PRESENCE optional }|
{ ID id-Additional-EDCH-Cell-Information-Response CRITICALITY ignore EXTENSION Additional-EDCH-Cell-Information-Response-List PRESENCE optional },
...
}
Additional-HS-Cell-Information-Response-List ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH-1)) OF Additional-HS-Cell-Information-Response-ItemIEs
Additional-HS-Cell-Information-Response-ItemIEs ::=SEQUENCE{
hSPDSCH-RL-ID RL-ID,
hSDSCH-RNTI HSDSCH-RNTI,
hS-DSCH-FDD-Secondary-Serving-Information-Response HS-DSCH-FDD-Secondary-Serving-Information-Response,
sixtyfourQAM-DL-SupportIndicator SixtyfourQAM-DL-SupportIndicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-HS-Cell-Information-Response-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-HS-Cell-Information-Response-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK SETUP RESPONSE TDD
--
-- **************************************************************
RadioLinkSetupResponseTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkSetupResponseTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkSetupResponseTDD-Extensions}} OPTIONAL,
...
}
RadioLinkSetupResponseTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE optional } |
{ ID id-CN-PS-DomainIdentifier CRITICALITY ignore TYPE CN-PS-DomainIdentifier PRESENCE optional } |
{ ID id-CN-CS-DomainIdentifier CRITICALITY ignore TYPE CN-CS-DomainIdentifier PRESENCE optional } |
{ ID id-RL-InformationResponse-RL-SetupRspTDD CRITICALITY ignore TYPE RL-InformationResponse-RL-SetupRspTDD PRESENCE optional } |
--Mandatory for 3.84Mcps TDD only
{ ID id-UL-SIRTarget CRITICALITY ignore TYPE UL-SIR PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RL-InformationResponse-RL-SetupRspTDD ::= SEQUENCE {
rL-ID RL-ID,
uRA-Information URA-Information OPTIONAL,
sAI SAI,
gA-Cell GA-Cell OPTIONAL,
gA-AccessPointPosition GA-AccessPointPosition OPTIONAL,
ul-TimeSlot-ISCP-Info UL-TimeSlot-ISCP-Info,
maxUL-SIR UL-SIR,
minUL-SIR UL-SIR,
maximumAllowedULTxPower MaximumAllowedULTxPower,
maximumDLTxPower DL-Power,
minimumDLTxPower DL-Power,
uARFCNforNt UARFCN OPTIONAL,
cellParameterID CellParameterID OPTIONAL,
syncCase SyncCase OPTIONAL,
sCH-TimeSlot SCH-TimeSlot OPTIONAL,
-- This IE shall be present if Sync Case IE is equal to “Case2”. --
sCTD-Indicator SCTD-Indicator OPTIONAL,
pCCPCH-Power PCCPCH-Power,
timingAdvanceApplied TimingAdvanceApplied,
alphaValue AlphaValue,
ul-PhysCH-SF-Variation UL-PhysCH-SF-Variation,
synchronisationConfiguration SynchronisationConfiguration,
secondary-CCPCH-Info-TDD Secondary-CCPCH-Info-TDD OPTIONAL,
ul-CCTrCHInformation UL-CCTrCHInformationList-RL-SetupRspTDD OPTIONAL,
dl-CCTrCHInformation DL-CCTrCHInformationList-RL-SetupRspTDD OPTIONAL,
dCH-InformationResponse DCH-InformationResponseList-RL-SetupRspTDD OPTIONAL,
dsch-InformationResponse DSCH-InformationResponse-RL-SetupRspTDD OPTIONAL,
usch-InformationResponse USCH-InformationResponse-RL-SetupRspTDD OPTIONAL,
neighbouring-UMTS-CellInformation Neighbouring-UMTS-CellInformation OPTIONAL,
neighbouring-GSM-CellInformation Neighbouring-GSM-CellInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-InformationResponse-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
RL-InformationResponse-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GA-CellAdditionalShapes CRITICALITY ignore EXTENSION GA-CellAdditionalShapes PRESENCE optional }|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional }|
{ ID id-TimeSlot-RL-SetupRspTDD CRITICALITY ignore EXTENSION TimeSlot PRESENCE conditional }|
-- This IE shall be present if Sync Case IE is Case1. --
{ ID id-Neighbouring-E-UTRA-CellInformation CRITICALITY ignore EXTENSION Neighbouring-E-UTRA-CellInformation PRESENCE optional }|
{ ID id-Neighbouring-UMTS-CellInformation-Ext CRITICALITY ignore EXTENSION Neighbouring-UMTS-CellInformation-Ext PRESENCE optional },
...
}
UL-CCTrCHInformationList-RL-SetupRspTDD ::= ProtocolIE-Single-Container {{UL-CCTrCHInformationListIEs-RL-SetupRspTDD}}
UL-CCTrCHInformationListIEs-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-InformationListIE-RL-SetupRspTDD CRITICALITY ignore TYPE UL-CCTrCHInformationListIE-RL-SetupRspTDD PRESENCE mandatory }
}
UL-CCTrCHInformationListIE-RL-SetupRspTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF UL-CCTrCHInformationItem-RL-SetupRspTDD
UL-CCTrCHInformationItem-RL-SetupRspTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
ul-DPCH-Information UL-DPCH-InformationList-RL-SetupRspTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCHInformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCHInformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-UL-SIR-Target-CCTrCH-InformationItem-RL-SetupRspTDD CRITICALITY ignore EXTENSION UL-SIR PRESENCE optional},
...
}
UL-DPCH-InformationList-RL-SetupRspTDD ::= ProtocolIE-Single-Container { {UL-DPCH-InformationListIEs-RL-SetupRspTDD} }
UL-DPCH-InformationListIEs-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-DPCH-InformationItem-RL-SetupRspTDD CRITICALITY ignore TYPE UL-DPCH-InformationItem-RL-SetupRspTDD PRESENCE mandatory}
}
UL-DPCH-InformationItem-RL-SetupRspTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
uL-Timeslot-Information UL-Timeslot-Information,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-InformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-InformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCHInformationList-RL-SetupRspTDD ::= ProtocolIE-Single-Container {{DL-CCTrCHInformationListIEs-RL-SetupRspTDD}}
DL-CCTrCHInformationListIEs-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationListIE-RL-SetupRspTDD CRITICALITY ignore TYPE DL-CCTrCHInformationListIE-RL-SetupRspTDD PRESENCE mandatory}
}
DL-CCTrCHInformationListIE-RL-SetupRspTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF DL-CCTrCHInformationItem-RL-SetupRspTDD
DL-CCTrCHInformationItem-RL-SetupRspTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
dl-DPCH-Information DL-DPCH-InformationList-RL-SetupRspTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCHInformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCHInformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-CCTrCH-Maximum-DL-Power-RL-SetupRspTDD CRITICALITY ignore EXTENSION DL-Power PRESENCE optional }| -- this is a DCH type CCTrCH power
{ ID id-CCTrCH-Minimum-DL-Power-RL-SetupRspTDD CRITICALITY ignore EXTENSION DL-Power PRESENCE optional }, -- this is a DCH type CCTrCH power
...
}
DL-DPCH-InformationList-RL-SetupRspTDD ::= ProtocolIE-Single-Container { {DL-DPCH-InformationListIEs-RL-SetupRspTDD} }
DL-DPCH-InformationListIEs-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-DPCH-InformationItem-RL-SetupRspTDD CRITICALITY ignore TYPE DL-DPCH-InformationItem-RL-SetupRspTDD PRESENCE mandatory}
}
DL-DPCH-InformationItem-RL-SetupRspTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
dL-Timeslot-Information DL-Timeslot-Information,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-InformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-InformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-InformationResponseList-RL-SetupRspTDD ::= ProtocolIE-Single-Container {{DCH-InformationResponseListIEs-RL-SetupRspTDD}}
DCH-InformationResponseListIEs-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DCH-InformationResponse CRITICALITY ignore TYPE DCH-InformationResponse PRESENCE mandatory}
}
DSCH-InformationResponse-RL-SetupRspTDD ::= ProtocolIE-Single-Container {{DSCH-InformationList-RL-SetupRspTDD}}
DSCH-InformationList-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DSCH-InformationListIEs-RL-SetupRspTDD CRITICALITY ignore TYPE DSCH-InformationListIEs-RL-SetupRspTDD PRESENCE mandatory }
}
DSCH-InformationListIEs-RL-SetupRspTDD ::= SEQUENCE (SIZE(0..maxNoOfDSCHs)) OF DSCHInformationItem-RL-SetupRspTDD
DSCHInformationItem-RL-SetupRspTDD ::= SEQUENCE {
dsch-ID DSCH-ID,
dSCH-FlowControlInformation DSCH-FlowControlInformation,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
transportFormatManagement TransportFormatManagement,
iE-Extensions ProtocolExtensionContainer { {DSCHInformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
DSCHInformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
USCH-InformationResponse-RL-SetupRspTDD ::= ProtocolIE-Single-Container {{USCH-InformationList-RL-SetupRspTDD}}
USCH-InformationList-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-USCH-InformationListIEs-RL-SetupRspTDD CRITICALITY ignore TYPE USCH-InformationListIEs-RL-SetupRspTDD PRESENCE mandatory }
}
USCH-InformationListIEs-RL-SetupRspTDD ::= SEQUENCE (SIZE(0..maxNoOfUSCHs)) OF USCHInformationItem-RL-SetupRspTDD
USCHInformationItem-RL-SetupRspTDD ::= SEQUENCE {
usch-ID USCH-ID,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
transportFormatManagement TransportFormatManagement,
iE-Extensions ProtocolExtensionContainer { {USCHInformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
USCHInformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkSetupResponseTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-RL-LCR-InformationResponse-RL-SetupRspTDD CRITICALITY ignore EXTENSION RL-LCR-InformationResponse-RL-SetupRspTDD PRESENCE optional}|
--Mandatory for 1.28Mcps TDD only
{ ID id-HSDSCH-RNTI CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional}|
{ ID id-HSDSCH-TDD-Information-Response CRITICALITY ignore EXTENSION HSDSCH-TDD-Information-Response PRESENCE optional}|
{ ID id-DSCH-RNTI CRITICALITY ignore EXTENSION DSCH-RNTI PRESENCE optional}|
{ ID id-Active-MBMS-Bearer-ServiceTDD-PFL CRITICALITY ignore EXTENSION Active-MBMS-Bearer-Service-ListTDD-PFL PRESENCE optional}|
{ ID id-RL-InformationResponse-RL-SetupRspTDD768 CRITICALITY ignore EXTENSION RL-InformationResponse-RL-SetupRspTDD768 PRESENCE optional}|
{ ID id-E-DCH-Information-Response CRITICALITY ignore EXTENSION E-DCH-Information-Response PRESENCE optional}|
{ ID id-E-DCH-768-Information-Response CRITICALITY ignore EXTENSION E-DCH-768-Information-Response PRESENCE optional}|
{ ID id-E-DCH-LCR-Information-Response CRITICALITY ignore EXTENSION E-DCH-LCR-Information-Response PRESENCE optional}|
{ ID id-ContinuousPacketConnectivity-DRX-Information-ResponseLCR CRITICALITY ignore EXTENSION ContinuousPacketConnectivity-DRX-Information-ResponseLCR PRESENCE optional}|
{ ID id-HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR CRITICALITY ignore EXTENSION HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR PRESENCE optional}|
{ ID id-E-DCH-Semi-PersistentScheduling-Information-ResponseLCR CRITICALITY ignore EXTENSION E-DCH-Semi-PersistentScheduling-Information-ResponseLCR PRESENCE optional}|
{ ID id-E-RNTI-For-FACH CRITICALITY ignore EXTENSION E-RNTI PRESENCE optional}|
{ ID id-H-RNTI-For-FACH CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional}|
{ ID id-DCH-MeasurementOccasion-Information CRITICALITY reject EXTENSION DCH-MeasurementOccasion-Information PRESENCE optional}|
{ ID id-Multi-Carrier-EDCH-Response CRITICALITY ignore EXTENSION Multi-Carrier-EDCH-Information-Response PRESENCE optional}|
{ ID id-MU-MIMO-InformationLCR CRITICALITY reject EXTENSION MU-MIMO-InformationLCR PRESENCE optional}|
{ ID id-Non-rectangular-resource-allocation-indicator CRITICALITY reject EXTENSION Non-rectangular-resource-allocation-indicator PRESENCE optional}|
{ ID id-Non-rectangular-resource-timeslot-set CRITICALITY reject EXTENSION Non-rectangular-resource-timeslot-set PRESENCE optional},
...
}
RL-LCR-InformationResponse-RL-SetupRspTDD ::= SEQUENCE {
rL-ID RL-ID,
uRA-Information URA-Information,
sAI SAI,
gA-Cell GA-Cell OPTIONAL,
gA-AccessPointPosition GA-AccessPointPosition OPTIONAL,
ul-TimeSlot-ISCP-LCR-Info UL-TimeSlot-ISCP-LCR-Info,
maxUL-SIR UL-SIR,
minUL-SIR UL-SIR,
maximumAllowedULTxPower MaximumAllowedULTxPower,
maximumDLTxPower DL-Power,
minimumDLTxPower DL-Power,
uARFCNforNt UARFCN OPTIONAL,
cellParameterID CellParameterID OPTIONAL,
sCTD-Indicator SCTD-Indicator OPTIONAL,
pCCPCH-Power PCCPCH-Power,
alphaValue AlphaValue,
ul-PhysCH-SF-Variation UL-PhysCH-SF-Variation,
synchronisationConfiguration SynchronisationConfiguration,
secondary-LCR-CCPCH-Info-TDD Secondary-LCR-CCPCH-Info-TDD OPTIONAL,
ul-LCR-CCTrCHInformation UL-LCR-CCTrCHInformationList-RL-SetupRspTDD OPTIONAL,
dl-LCR-CCTrCHInformation DL-LCR-CCTrCHInformationList-RL-SetupRspTDD OPTIONAL,
dCH-InformationResponse DCH-InformationResponseList-RL-SetupRspTDD OPTIONAL,
dsch-LCR-InformationResponse DSCH-LCR-InformationResponse-RL-SetupRspTDD OPTIONAL,
usch-LCR-InformationResponse USCH-LCR-InformationResponse-RL-SetupRspTDD OPTIONAL,
neighbouring-UMTS-CellInformation Neighbouring-UMTS-CellInformation OPTIONAL,
neighbouring-GSM-CellInformation Neighbouring-GSM-CellInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RL-LCR-InformationResponseList-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
RL-LCR-InformationResponseList-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GA-CellAdditionalShapes CRITICALITY ignore EXTENSION GA-CellAdditionalShapes PRESENCE optional }|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional }|
{ ID id-UL-TimingAdvanceCtrl-LCR CRITICALITY ignore EXTENSION UL-TimingAdvanceCtrl-LCR PRESENCE optional }|
--Mandatory for 1.28Mcps TDD only
{ ID id-PowerControlGAP CRITICALITY ignore EXTENSION ControlGAP PRESENCE optional }|
-- Applicable to 1.28Mcps TDD only
{ ID id-SixtyfourQAM-DL-SupportIndicator CRITICALITY ignore EXTENSION SixtyfourQAM-DL-SupportIndicator PRESENCE optional }|
-- Applicable to 1.28Mcps TDD only
{ ID id-Neighbouring-E-UTRA-CellInformation CRITICALITY ignore EXTENSION Neighbouring-E-UTRA-CellInformation PRESENCE optional }|
{ ID id-IdleIntervalInformation CRITICALITY ignore EXTENSION IdleIntervalInformation PRESENCE optional }|
{ ID id-Neighbouring-UMTS-CellInformation-Ext CRITICALITY ignore EXTENSION Neighbouring-UMTS-CellInformation-Ext PRESENCE optional },
...
}
UL-LCR-CCTrCHInformationList-RL-SetupRspTDD ::= ProtocolIE-Single-Container {{UL-LCR-CCTrCHInformationListIEs-RL-SetupRspTDD}}
UL-LCR-CCTrCHInformationListIEs-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-LCR-InformationListIE-RL-SetupRspTDD CRITICALITY ignore TYPE UL-LCR-CCTrCHInformationListIE-RL-SetupRspTDD PRESENCE mandatory }
}
UL-LCR-CCTrCHInformationListIE-RL-SetupRspTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHsLCR)) OF UL-LCR-CCTrCHInformationItem-RL-SetupRspTDD
UL-LCR-CCTrCHInformationItem-RL-SetupRspTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
ul-DPCH-LCR-Information UL-DPCH-LCR-InformationList-RL-SetupRspTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-LCR-CCTrCHInformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
UL-LCR-CCTrCHInformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-UL-SIR-Target-CCTrCH-LCR-InformationItem-RL-SetupRspTDD CRITICALITY ignore EXTENSION UL-SIR PRESENCE optional},
...
}
UL-DPCH-LCR-InformationList-RL-SetupRspTDD ::= ProtocolIE-Single-Container { {UL-DPCH-LCR-InformationListIEs-RL-SetupRspTDD} }
UL-DPCH-LCR-InformationListIEs-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-DPCH-LCR-InformationItem-RL-SetupRspTDD CRITICALITY ignore TYPE UL-DPCH-LCR-InformationItem-RL-SetupRspTDD PRESENCE mandatory}
}
UL-DPCH-LCR-InformationItem-RL-SetupRspTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
uL-TimeslotLCR-Information UL-TimeslotLCR-Information,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-LCR-InformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-LCR-InformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-LCR-CCTrCHInformationList-RL-SetupRspTDD ::= ProtocolIE-Single-Container {{DL-LCR-CCTrCHInformationListIEs-RL-SetupRspTDD}}
DL-LCR-CCTrCHInformationListIEs-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-LCR-InformationListIE-RL-SetupRspTDD CRITICALITY ignore TYPE DL-CCTrCH-LCR-InformationListIE-RL-SetupRspTDD PRESENCE mandatory}
}
DL-CCTrCH-LCR-InformationListIE-RL-SetupRspTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHsLCR)) OF DL-CCTrCH-LCR-InformationItem-RL-SetupRspTDD
DL-CCTrCH-LCR-InformationItem-RL-SetupRspTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
dl-DPCH-LCR-Information DL-DPCH-LCR-InformationList-RL-SetupRspTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCH-LCR-InformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-LCR-InformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-DPCH-LCR-InformationList-RL-SetupRspTDD ::= ProtocolIE-Single-Container { {DL-DPCH-LCR-InformationListIEs-RL-SetupRspTDD} }
DL-DPCH-LCR-InformationListIEs-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-DPCH-LCR-InformationItem-RL-SetupRspTDD CRITICALITY ignore TYPE DL-DPCH-LCR-InformationItem-RL-SetupRspTDD PRESENCE mandatory}
}
DL-DPCH-LCR-InformationItem-RL-SetupRspTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
dL-Timeslot-LCR-Information DL-TimeslotLCR-Information,
tSTD-Indicator TSTD-Indicator,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-LCR-InformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-LCR-InformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DSCH-LCR-InformationResponse-RL-SetupRspTDD ::= ProtocolIE-Single-Container {{DSCH-LCR-InformationList-RL-SetupRspTDD}}
DSCH-LCR-InformationList-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DSCH-LCR-InformationListIEs-RL-SetupRspTDD CRITICALITY ignore TYPE DSCH-LCR-InformationListIEs-RL-SetupRspTDD PRESENCE mandatory }
}
DSCH-LCR-InformationListIEs-RL-SetupRspTDD ::= SEQUENCE (SIZE(0..maxNoOfDSCHsLCR)) OF DSCH-LCR-InformationItem-RL-SetupRspTDD
DSCH-LCR-InformationItem-RL-SetupRspTDD ::= SEQUENCE {
dsch-ID DSCH-ID,
dSCH-FlowControlInformation DSCH-FlowControlInformation,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
transportFormatManagement TransportFormatManagement,
iE-Extensions ProtocolExtensionContainer { {DSCH-LCR-InformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
DSCH-LCR-InformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
USCH-LCR-InformationResponse-RL-SetupRspTDD ::= ProtocolIE-Single-Container {{USCH-LCR-InformationList-RL-SetupRspTDD}}
USCH-LCR-InformationList-RL-SetupRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-USCH-LCR-InformationListIEs-RL-SetupRspTDD CRITICALITY ignore TYPE USCH-LCR-InformationListIEs-RL-SetupRspTDD PRESENCE mandatory }
}
USCH-LCR-InformationListIEs-RL-SetupRspTDD ::= SEQUENCE (SIZE(0..maxNoOfUSCHsLCR)) OF USCH-LCR-InformationItem-RL-SetupRspTDD
USCH-LCR-InformationItem-RL-SetupRspTDD ::= SEQUENCE {
usch-ID USCH-ID,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
transportFormatManagement TransportFormatManagement,
iE-Extensions ProtocolExtensionContainer { {USCH-LCR-InformationItem-RL-SetupRspTDD-ExtIEs} } OPTIONAL,
...
}
USCH-LCR-InformationItem-RL-SetupRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-InformationResponse-RL-SetupRspTDD768 ::= SEQUENCE {
rL-ID RL-ID,
uRA-Information URA-Information OPTIONAL,
sAI SAI,
gA-Cell GA-Cell OPTIONAL,
gA-AccessPointPosition GA-AccessPointPosition OPTIONAL,
ul-TimeSlot-ISCP-Info UL-TimeSlot-ISCP-Info,
maxUL-SIR UL-SIR,
minUL-SIR UL-SIR,
maximumAllowedULTxPower MaximumAllowedULTxPower,
maximumDLTxPower DL-Power,
minimumDLTxPower DL-Power,
uARFCNforNt UARFCN OPTIONAL,
cellParameterID CellParameterID OPTIONAL,
syncCase SyncCase OPTIONAL,
sCH-TimeSlot SCH-TimeSlot OPTIONAL,
-- This IE shall be present if Sync Case IE is equal to “Case2”. --
sCTD-Indicator SCTD-Indicator OPTIONAL,
pCCPCH-Power PCCPCH-Power,
timingAdvanceApplied TimingAdvanceApplied,
alphaValue AlphaValue,
ul-PhysCH-SF-Variation UL-PhysCH-SF-Variation,
synchronisationConfiguration SynchronisationConfiguration,
secondary-CCPCH-Info-TDD768 Secondary-CCPCH-Info-TDD768 OPTIONAL,
ul-CCTrCHInformation768 UL-CCTrCHInformationList-RL-SetupRspTDD768 OPTIONAL,
dl-CCTrCHInformation768 DL-CCTrCHInformationList-RL-SetupRspTDD768 OPTIONAL,
dCH-InformationResponse DCH-InformationResponseList-RL-SetupRspTDD OPTIONAL,
dsch-InformationResponse DSCH-InformationResponse-RL-SetupRspTDD OPTIONAL,
usch-InformationResponse USCH-InformationResponse-RL-SetupRspTDD OPTIONAL,
neighbouring-UMTS-CellInformation Neighbouring-UMTS-CellInformation OPTIONAL,
neighbouring-GSM-CellInformation Neighbouring-GSM-CellInformation OPTIONAL,
gA-CellAdditionalShapes GA-CellAdditionalShapes OPTIONAL,
hCS-Prio HCS-Prio OPTIONAL,
timeSlot-RL-SetupRspTDD TimeSlot OPTIONAL,
-- This IE shall be present if Sync Case IE is Case1. --
iE-Extensions ProtocolExtensionContainer { {RL-InformationResponse-RL-SetupRspTDD768-ExtIEs} } OPTIONAL,
...
}
RL-InformationResponse-RL-SetupRspTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Neighbouring-E-UTRA-CellInformation CRITICALITY ignore EXTENSION Neighbouring-E-UTRA-CellInformation PRESENCE optional }|
{ ID id-Neighbouring-UMTS-CellInformation-Ext CRITICALITY ignore EXTENSION Neighbouring-UMTS-CellInformation-Ext PRESENCE optional },
...
}
UL-CCTrCHInformationList-RL-SetupRspTDD768 ::= ProtocolIE-Single-Container {{UL-CCTrCHInformationListIEs-RL-SetupRspTDD768}}
UL-CCTrCHInformationListIEs-RL-SetupRspTDD768 RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-InformationListIE-RL-SetupRspTDD768 CRITICALITY ignore TYPE UL-CCTrCHInformationListIE-RL-SetupRspTDD768 PRESENCE mandatory}
}
UL-CCTrCHInformationListIE-RL-SetupRspTDD768 ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF UL-CCTrCHInformationItem-RL-SetupRspTDD768
UL-CCTrCHInformationItem-RL-SetupRspTDD768 ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
ul-DPCH-Information768 UL-DPCH-InformationList-RL-SetupRspTDD768 OPTIONAL,
uL-SIR-Target-CCTrCH-InformationItem-RL-SetupRspTDD768 UL-SIR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCHInformationItem-RL-SetupRspTDD768-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCHInformationItem-RL-SetupRspTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-DPCH-InformationList-RL-SetupRspTDD768 ::= ProtocolIE-Single-Container { {UL-DPCH-InformationListIEs-RL-SetupRspTDD768} }
UL-DPCH-InformationListIEs-RL-SetupRspTDD768 RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-DPCH-InformationItem-RL-SetupRspTDD768 CRITICALITY ignore TYPE UL-DPCH-InformationItem-RL-SetupRspTDD768 PRESENCE mandatory}
}
UL-DPCH-InformationItem-RL-SetupRspTDD768 ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
uL-Timeslot-Information768 UL-Timeslot-Information768,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-InformationItem-RL-SetupRspTDD768-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-InformationItem-RL-SetupRspTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCHInformationList-RL-SetupRspTDD768 ::= ProtocolIE-Single-Container {{DL-CCTrCHInformationListIEs-RL-SetupRspTDD768}}
DL-CCTrCHInformationListIEs-RL-SetupRspTDD768 RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationListIE-RL-SetupRspTDD768 CRITICALITY ignore TYPE DL-CCTrCHInformationListIE-RL-SetupRspTDD768 PRESENCE mandatory}
}
DL-CCTrCHInformationListIE-RL-SetupRspTDD768 ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF DL-CCTrCHInformationItem-RL-SetupRspTDD768
DL-CCTrCHInformationItem-RL-SetupRspTDD768 ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
dl-DPCH-Information768 DL-DPCH-InformationList-RL-SetupRspTDD768 OPTIONAL,
cCTrCH-Maximum-DL-Power DL-Power OPTIONAL, -- this is a DCH type CCTrCH power
cCTrCH-Minimum-DL-Power DL-Power OPTIONAL, -- this is a DCH type CCTrCH power
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCHInformationItem-RL-SetupRspTDD768-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCHInformationItem-RL-SetupRspTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-DPCH-InformationList-RL-SetupRspTDD768 ::= ProtocolIE-Single-Container { {DL-DPCH-InformationListIEs-RL-SetupRspTDD768} }
DL-DPCH-InformationListIEs-RL-SetupRspTDD768 RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-DPCH-InformationItem-RL-SetupRspTDD768 CRITICALITY ignore TYPE DL-DPCH-InformationItem-RL-SetupRspTDD768 PRESENCE mandatory}
}
DL-DPCH-InformationItem-RL-SetupRspTDD768 ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
dL-Timeslot-Information768 DL-Timeslot-Information768,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-InformationItem-RL-SetupRspTDD768-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-InformationItem-RL-SetupRspTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK SETUP FAILURE FDD
--
-- **************************************************************
RadioLinkSetupFailureFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkSetupFailureFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkSetupFailureFDD-Extensions}} OPTIONAL,
...
}
RadioLinkSetupFailureFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE optional } |
{ ID id-CN-PS-DomainIdentifier CRITICALITY ignore TYPE CN-PS-DomainIdentifier PRESENCE optional } |
{ ID id-CN-CS-DomainIdentifier CRITICALITY ignore TYPE CN-CS-DomainIdentifier PRESENCE optional } |
{ ID id-CauseLevel-RL-SetupFailureFDD CRITICALITY ignore TYPE CauseLevel-RL-SetupFailureFDD PRESENCE mandatory }|
{ ID id-UL-SIRTarget CRITICALITY ignore TYPE UL-SIR PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
CauseLevel-RL-SetupFailureFDD ::= CHOICE {
generalCause GeneralCauseList-RL-SetupFailureFDD,
rLSpecificCause RLSpecificCauseList-RL-SetupFailureFDD,
...
}
GeneralCauseList-RL-SetupFailureFDD ::= SEQUENCE {
cause Cause,
iE-Extensions ProtocolExtensionContainer { { GeneralCauseItem-RL-SetupFailureFDD-ExtIEs} } OPTIONAL,
...
}
GeneralCauseItem-RL-SetupFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RLSpecificCauseList-RL-SetupFailureFDD ::= SEQUENCE {
unsuccessful-RL-InformationRespList-RL-SetupFailureFDD UnsuccessfulRL-InformationResponseList-RL-SetupFailureFDD,
successful-RL-InformationRespList-RL-SetupFailureFDD SuccessfulRL-InformationResponseList-RL-SetupFailureFDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RLSpecificCauseItem-RL-SetupFailureFDD-ExtIEs} } OPTIONAL,
...
}
RLSpecificCauseItem-RL-SetupFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSDSCH-RNTI CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional }|
{ ID id-HSDSCH-FDD-Information-Response CRITICALITY ignore EXTENSION HSDSCH-FDD-Information-Response PRESENCE optional }|
{ ID id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response CRITICALITY ignore EXTENSION Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response PRESENCE optional }|
{ ID id-SixtyfourQAM-DL-SupportIndicator CRITICALITY ignore EXTENSION SixtyfourQAM-DL-SupportIndicator PRESENCE optional }|
{ ID id-Additional-HS-Cell-Information-Response CRITICALITY ignore EXTENSION Additional-HS-Cell-Information-Response-List PRESENCE optional }|
{ ID id-Additional-EDCH-Cell-Information-Response CRITICALITY ignore EXTENSION Additional-EDCH-Cell-Information-Response-List PRESENCE optional},
...
}
UnsuccessfulRL-InformationResponseList-RL-SetupFailureFDD ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {UnsuccessfulRL-InformationResponse-RL-SetupFailureFDD-IEs} }
UnsuccessfulRL-InformationResponse-RL-SetupFailureFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UnsuccessfulRL-InformationResponse-RL-SetupFailureFDD CRITICALITY ignore TYPE UnsuccessfulRL-InformationResponse-RL-SetupFailureFDD PRESENCE mandatory }
}
UnsuccessfulRL-InformationResponse-RL-SetupFailureFDD ::= SEQUENCE {
rL-ID RL-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { {UnsuccessfulRL-InformationResponse-RL-SetupFailureFDD-ExtIEs} } OPTIONAL,
...
}
UnsuccessfulRL-InformationResponse-RL-SetupFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Max-UE-DTX-Cycle CRITICALITY ignore EXTENSION Max-UE-DTX-Cycle PRESENCE conditional },
-- This IE shall be present if the Cause IE is set to “Continuous Packet Connectivity UE DTX Cycle not Available”.
...
}
SuccessfulRL-InformationResponseList-RL-SetupFailureFDD ::= SEQUENCE (SIZE (0..maxNrOfRLs-1)) OF ProtocolIE-Single-Container { {SuccessfulRL-InformationResponse-RL-SetupFailureFDD-IEs} }
SuccessfulRL-InformationResponse-RL-SetupFailureFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-SuccessfulRL-InformationResponse-RL-SetupFailureFDD CRITICALITY ignore TYPE SuccessfulRL-InformationResponse-RL-SetupFailureFDD PRESENCE mandatory }
}
SuccessfulRL-InformationResponse-RL-SetupFailureFDD ::= SEQUENCE {
rL-ID RL-ID,
rL-Set-ID RL-Set-ID,
uRA-Information URA-Information OPTIONAL,
sAI SAI,
gA-Cell GA-Cell OPTIONAL,
gA-AccessPointPosition GA-AccessPointPosition OPTIONAL,
received-total-wide-band-power Received-total-wide-band-power,
not-Used-secondary-CCPCH-Info NULL OPTIONAL,
dl-CodeInformation FDD-DL-CodeInformation,
diversityIndication DiversityIndication-RL-SetupFailureFDD,
sSDT-SupportIndicator SSDT-SupportIndicator,
maxUL-SIR UL-SIR,
minUL-SIR UL-SIR,
closedlooptimingadjustmentmode Closedlooptimingadjustmentmode OPTIONAL,
maximumAllowedULTxPower MaximumAllowedULTxPower,
maximumDLTxPower DL-Power,
minimumDLTxPower DL-Power,
primaryCPICH-Power PrimaryCPICH-Power,
primaryScramblingCode PrimaryScramblingCode OPTIONAL,
uL-UARFCN UARFCN OPTIONAL,
dL-UARFCN UARFCN OPTIONAL,
not-Used-dSCH-InformationResponse-RL-SetupFailureFDD NULL OPTIONAL,
neighbouring-UMTS-CellInformation Neighbouring-UMTS-CellInformation OPTIONAL,
neighbouring-GSM-CellInformation Neighbouring-GSM-CellInformation OPTIONAL,
pC-Preamble PC-Preamble,
sRB-Delay SRB-Delay,
iE-Extensions ProtocolExtensionContainer { {SuccessfulRL-InformationResponse-RL-SetupFailureFDD-ExtIEs} } OPTIONAL,
...
}
SuccessfulRL-InformationResponse-RL-SetupFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GA-CellAdditionalShapes CRITICALITY ignore EXTENSION GA-CellAdditionalShapes PRESENCE optional }|
{ ID id-DL-PowerBalancing-ActivationIndicator CRITICALITY ignore EXTENSION DL-PowerBalancing-ActivationIndicator PRESENCE optional }|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional }|
{ ID id-Primary-CPICH-Usage-For-Channel-Estimation CRITICALITY ignore EXTENSION Primary-CPICH-Usage-For-Channel-Estimation PRESENCE optional }|
{ ID id-Secondary-CPICH-Information CRITICALITY ignore EXTENSION Secondary-CPICH-Information PRESENCE optional }|
{ ID id-Active-MBMS-Bearer-ServiceFDD-PFL CRITICALITY ignore EXTENSION Active-MBMS-Bearer-Service-ListFDD-PFL PRESENCE optional }|
{ ID id-EDCH-RLSet-Id CRITICALITY ignore EXTENSION RL-Set-ID PRESENCE optional }|
{ ID id-EDCH-FDD-DL-ControlChannelInformation CRITICALITY ignore EXTENSION EDCH-FDD-DL-ControlChannelInformation PRESENCE optional }|
{ ID id-Initial-DL-DPCH-TimingAdjustment CRITICALITY ignore EXTENSION DL-DPCH-TimingAdjustment PRESENCE optional }|
{ ID id-Neighbouring-E-UTRA-CellInformation CRITICALITY ignore EXTENSION Neighbouring-E-UTRA-CellInformation PRESENCE optional }|
{ ID id-HSDSCH-PreconfigurationInfo CRITICALITY ignore EXTENSION HSDSCH-PreconfigurationInfo PRESENCE optional }|
{ ID id-F-DPCH-SlotFormat CRITICALITY ignore EXTENSION F-DPCH-SlotFormat PRESENCE optional }|
{ ID id-Non-Serving-RL-Preconfig-Info CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Info PRESENCE optional }|
{ ID id-Neighbouring-UMTS-CellInformation-Ext CRITICALITY ignore EXTENSION Neighbouring-UMTS-CellInformation-Ext PRESENCE optional },
...
}
DiversityIndication-RL-SetupFailureFDD ::= CHOICE {
combining Combining-RL-SetupFailureFDD,
nonCombiningOrFirstRL NonCombiningOrFirstRL-RL-SetupFailureFDD
}
Combining-RL-SetupFailureFDD ::= SEQUENCE {
rL-ID RL-ID,
iE-Extensions ProtocolExtensionContainer { { CombiningItem-RL-SetupFailureFDD-ExtIEs} } OPTIONAL,
...
}
CombiningItem-RL-SetupFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DCH-InformationResponse CRITICALITY ignore EXTENSION DCH-InformationResponse PRESENCE optional }|
{ ID id-EDCH-FDD-InformationResponse CRITICALITY ignore EXTENSION EDCH-FDD-InformationResponse PRESENCE optional },
...
}
NonCombiningOrFirstRL-RL-SetupFailureFDD ::= SEQUENCE {
dCH-InformationResponse DCH-InformationResponse,
iE-Extensions ProtocolExtensionContainer { { NonCombiningOrFirstRLItem-RL-SetupFailureFDD-ExtIEs} } OPTIONAL,
...
}
NonCombiningOrFirstRLItem-RL-SetupFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-EDCH-FDD-InformationResponse CRITICALITY ignore EXTENSION EDCH-FDD-InformationResponse PRESENCE optional },
...
}
RadioLinkSetupFailureFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK SETUP FAILURE TDD
--
-- **************************************************************
RadioLinkSetupFailureTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkSetupFailureTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkSetupFailureTDD-Extensions}} OPTIONAL,
...
}
RadioLinkSetupFailureTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-CauseLevel-RL-SetupFailureTDD CRITICALITY ignore TYPE CauseLevel-RL-SetupFailureTDD PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
CauseLevel-RL-SetupFailureTDD ::= CHOICE {
generalCause GeneralCauseList-RL-SetupFailureTDD,
rLSpecificCause RLSpecificCauseList-RL-SetupFailureTDD,
...
}
GeneralCauseList-RL-SetupFailureTDD ::= SEQUENCE {
cause Cause,
iE-Extensions ProtocolExtensionContainer { { GeneralCauseItem-RL-SetupFailureTDD-ExtIEs} } OPTIONAL,
...
}
GeneralCauseItem-RL-SetupFailureTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RLSpecificCauseList-RL-SetupFailureTDD ::= SEQUENCE {
unsuccessful-RL-InformationRespItem-RL-SetupFailureTDD Unsuccessful-RL-InformationRespItem-RL-SetupFailureTDD,
iE-Extensions ProtocolExtensionContainer { { RLSpecificCauseItem-RL-SetupFailureTDD-ExtIEs} } OPTIONAL,
...
}
RLSpecificCauseItem-RL-SetupFailureTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-SixtyfourQAM-DL-SupportIndicator CRITICALITY ignore EXTENSION SixtyfourQAM-DL-SupportIndicator PRESENCE optional },
...
}
Unsuccessful-RL-InformationRespItem-RL-SetupFailureTDD ::= ProtocolIE-Single-Container { {Unsuccessful-RL-InformationRespItemIE-RL-SetupFailureTDD} }
Unsuccessful-RL-InformationRespItemIE-RL-SetupFailureTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UnsuccessfulRL-InformationResponse-RL-SetupFailureTDD CRITICALITY ignore TYPE UnsuccessfulRL-InformationResponse-RL-SetupFailureTDD PRESENCE mandatory }
}
UnsuccessfulRL-InformationResponse-RL-SetupFailureTDD ::= SEQUENCE {
rL-ID RL-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { {UnsuccessfulRL-InformationResponse-RL-SetupFailureTDD-ExtIEs} } OPTIONAL,
...
}
UnsuccessfulRL-InformationResponse-RL-SetupFailureTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkSetupFailureTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK ADDITION REQUEST FDD
--
-- **************************************************************
RadioLinkAdditionRequestFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkAdditionRequestFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkAdditionRequestFDD-Extensions}} OPTIONAL,
...
}
RadioLinkAdditionRequestFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-SIRTarget CRITICALITY reject TYPE UL-SIR PRESENCE mandatory } |
{ ID id-RL-InformationList-RL-AdditionRqstFDD CRITICALITY notify TYPE RL-InformationList-RL-AdditionRqstFDD PRESENCE mandatory }|
{ ID id-Active-Pattern-Sequence-Information CRITICALITY reject TYPE Active-Pattern-Sequence-Information PRESENCE optional },
...
}
RL-InformationList-RL-AdditionRqstFDD ::= SEQUENCE (SIZE (1..maxNrOfRLs-1)) OF ProtocolIE-Single-Container { {RL-Information-RL-AdditionRqstFDD-IEs} }
RL-Information-RL-AdditionRqstFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Information-RL-AdditionRqstFDD CRITICALITY notify TYPE RL-Information-RL-AdditionRqstFDD PRESENCE mandatory }
}
RL-Information-RL-AdditionRqstFDD ::= SEQUENCE {
rL-ID RL-ID,
c-ID C-ID,
frameOffset FrameOffset,
chipOffset ChipOffset,
diversityControlField DiversityControlField,
primaryCPICH-EcNo PrimaryCPICH-EcNo OPTIONAL,
not-Used-sSDT-CellID NULL OPTIONAL,
transmitDiversityIndicator TransmitDiversityIndicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-Information-RL-AdditionRqstFDD-ExtIEs} } OPTIONAL,
...
}
RL-Information-RL-AdditionRqstFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DLReferencePower CRITICALITY ignore EXTENSION DL-Power PRESENCE optional }|
{ ID id-Enhanced-PrimaryCPICH-EcNo CRITICALITY ignore EXTENSION Enhanced-PrimaryCPICH-EcNo PRESENCE optional }|
{ ID id-RL-Specific-DCH-Info CRITICALITY ignore EXTENSION RL-Specific-DCH-Info PRESENCE optional }|
{ ID id-DelayedActivation CRITICALITY reject EXTENSION DelayedActivation PRESENCE optional }|
{ ID id-RL-Specific-EDCH-Information CRITICALITY reject EXTENSION RL-Specific-EDCH-Information PRESENCE optional }|
{ ID id-EDCH-RL-Indication CRITICALITY reject EXTENSION EDCH-RL-Indication PRESENCE optional }|
{ ID id-SynchronisationIndicator CRITICALITY ignore EXTENSION SynchronisationIndicator PRESENCE optional }|
{ ID id-HSDSCH-PreconfigurationSetup CRITICALITY ignore EXTENSION HSDSCH-PreconfigurationSetup PRESENCE optional }|
{ ID id-Non-Serving-RL-Preconfig-Setup CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Setup PRESENCE optional }|
{ ID id-FTPICH-Information CRITICALITY ignore EXTENSION FTPICH-Information PRESENCE optional }|
{ ID id-TPC-slot-position CRITICALITY ignore EXTENSION TPC-slot-position PRESENCE optional},
...
}
RadioLinkAdditionRequestFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DPC-Mode CRITICALITY reject EXTENSION DPC-Mode PRESENCE optional}|
{ ID id-Permanent-NAS-UE-Identity CRITICALITY ignore EXTENSION Permanent-NAS-UE-Identity PRESENCE optional}|
{ ID id-Serving-EDCHRL-Id CRITICALITY reject EXTENSION EDCH-Serving-RL PRESENCE optional}|
{ ID id-Initial-DL-DPCH-TimingAdjustment-Allowed CRITICALITY ignore EXTENSION Initial-DL-DPCH-TimingAdjustment-Allowed PRESENCE optional}|
{ ID id-HS-DSCH-serving-cell-change-information CRITICALITY reject EXTENSION HS-DSCH-serving-cell-change-information PRESENCE optional}|
{ ID id-Serving-cell-change-CFN CRITICALITY reject EXTENSION CFN PRESENCE optional}|
{ ID id-EDPCH-Information CRITICALITY reject EXTENSION EDPCH-Information-RLAdditionReq-FDD PRESENCE optional}|
{ ID id-EDCH-FDD-Information CRITICALITY reject EXTENSION EDCH-FDD-Information PRESENCE optional}|
{ ID id-Additional-HS-Cell-Information-RL-Addition CRITICALITY reject EXTENSION Additional-HS-Cell-Information-RL-Addition-List PRESENCE optional}|
-- This IE shall be present if E-DPCH Information is present
{ ID id-UE-AggregateMaximumBitRate CRITICALITY ignore EXTENSION UE-AggregateMaximumBitRate PRESENCE optional}|
{ ID id-Additional-EDCH-Cell-Information-RL-Add-Req CRITICALITY reject EXTENSION Additional-EDCH-Cell-Information-RL-Add-Req PRESENCE optional}|
{ ID id-UL-CLTD-Information CRITICALITY reject EXTENSION UL-CLTD-Information PRESENCE optional}|
{ ID id-E-DCH-Decoupling-Indication CRITICALITY reject EXTENSION E-DCH-Decoupling-Indication PRESENCE optional}|
{ ID id-Radio-Links-without-DPCH-FDPCH-Indication CRITICALITY reject EXTENSION Radio-Links-without-DPCH-FDPCH-Indication PRESENCE optional}|
{ ID id-UL-DPCCH2-Information CRITICALITY reject EXTENSION UL-DPCCH2-Information PRESENCE optional}|
{ ID id-Downlink-TPC-enhancements-Information CRITICALITY reject EXTENSION Downlink-TPC-enhancements-Information PRESENCE optional},
...
}
Additional-HS-Cell-Information-RL-Addition-List ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH-1)) OF Additional-HS-Cell-Information-RL-Addition-ItemIEs
Additional-HS-Cell-Information-RL-Addition-ItemIEs ::=SEQUENCE{
hSPDSCH-RL-ID RL-ID,
c-ID C-ID,
hS-DSCH-FDD-Secondary-Serving-Information HS-DSCH-FDD-Secondary-Serving-Information,
iE-Extensions ProtocolExtensionContainer { { Additional-HS-Cell-Information-RL-Addition-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-HS-Cell-Information-RL-Addition-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-Cell-Information-RL-Add-Req ::=SEQUENCE{
setup-Or-Addition-Of-EDCH-On-secondary-UL-Frequency Setup-Or-Addition-Of-EDCH-On-secondary-UL-Frequency,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-Cell-Information-RL-Add-Req-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-Cell-Information-RL-Add-Req-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Setup-Or-Addition-Of-EDCH-On-secondary-UL-Frequency::= CHOICE {
setup Additional-EDCH-Setup-Info,
addition Additional-EDCH-Cell-Information-To-Add-List,
...
}
EDPCH-Information-RLAdditionReq-FDD::= SEQUENCE {
maxSet-E-DPDCHs Max-Set-E-DPDCHs,
ul-PunctureLimit PunctureLimit,
e-TFCS-Information E-TFCS-Information,
e-TTI E-TTI,
e-DPCCH-PO E-DPCCH-PO,
e-RGCH-2-IndexStepThreshold E-RGCH-2-IndexStepThreshold,
e-RGCH-3-IndexStepThreshold E-RGCH-3-IndexStepThreshold,
hARQ-Info-for-E-DCH HARQ-Info-for-E-DCH,
iE-Extensions ProtocolExtensionContainer { { EDPCH-Information-RLAdditionReq-FDD-ExtIEs} } OPTIONAL,
...
}
EDPCH-Information-RLAdditionReq-FDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSDSCH-Configured-Indicator CRITICALITY reject EXTENSION HSDSCH-Configured-Indicator PRESENCE mandatory}|
-- This shall be present for EDPCH configuration with HSDCH
{ ID id-MinimumReducedE-DPDCH-GainFactor CRITICALITY ignore EXTENSION MinimumReducedE-DPDCH-GainFactor PRESENCE optional },
...
}
-- **************************************************************
--
-- RADIO LINK ADDITION REQUEST TDD
--
-- **************************************************************
RadioLinkAdditionRequestTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkAdditionRequestTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkAdditionRequestTDD-Extensions}} OPTIONAL,
...
}
RadioLinkAdditionRequestTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Information-RL-AdditionRqstTDD CRITICALITY reject TYPE RL-Information-RL-AdditionRqstTDD PRESENCE mandatory },
...
}
RL-Information-RL-AdditionRqstTDD ::= SEQUENCE {
rL-ID RL-ID,
c-ID C-ID,
frameOffset FrameOffset,
diversityControlField DiversityControlField,
primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL,
dL-TimeSlot-ISCP-Info DL-TimeSlot-ISCP-Info OPTIONAL,
--for 3.84Mcps TDD only
iE-Extensions ProtocolExtensionContainer { {RL-Information-RL-AdditionRqstTDD-ExtIEs} } OPTIONAL,
...
}
RL-Information-RL-AdditionRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DL-Timeslot-ISCP-LCR-Information-RL-AdditionRqstTDD CRITICALITY reject EXTENSION DL-TimeSlot-ISCP-LCR-Information PRESENCE optional }|
--for 1.28Mcps TDD only
{ ID id-RL-Specific-DCH-Info CRITICALITY ignore EXTENSION RL-Specific-DCH-Info PRESENCE optional }|
{ ID id-DelayedActivation CRITICALITY reject EXTENSION DelayedActivation PRESENCE optional }|
{ ID id-UL-Synchronisation-Parameters-LCR CRITICALITY reject EXTENSION UL-Synchronisation-Parameters-LCR PRESENCE optional }|
-- Mandatory for 1.28Mcps TDD, Not Applicable to 3.84Mcps TDD or 7.68Mcps TDD
{ ID id-PrimaryCCPCH-RSCP-Delta CRITICALITY ignore EXTENSION PrimaryCCPCH-RSCP-Delta PRESENCE optional }|
{ ID id-IdleIntervalConfigurationIndicator CRITICALITY ignore EXTENSION NULL PRESENCE optional },
...
}
RadioLinkAdditionRequestTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Permanent-NAS-UE-Identity CRITICALITY ignore EXTENSION Permanent-NAS-UE-Identity PRESENCE optional}|
{ ID id-UL-CCTrCH-InformationList-RL-AdditionRqstTDD CRITICALITY notify EXTENSION UL-CCTrCH-InformationList-RL-AdditionRqstTDD PRESENCE optional}|
{ ID id-DL-CCTrCH-InformationList-RL-AdditionRqstTDD CRITICALITY notify EXTENSION DL-CCTrCH-InformationList-RL-AdditionRqstTDD PRESENCE optional}|
{ ID id-HSDSCH-TDD-Information CRITICALITY reject EXTENSION HSDSCH-TDD-Information PRESENCE optional}|
{ ID id-HSPDSCH-RL-ID CRITICALITY reject EXTENSION RL-ID PRESENCE optional}|
{ ID id-E-DCH-Information CRITICALITY reject EXTENSION E-DCH-Information PRESENCE optional}|
{ ID id-E-DCH-Serving-RL-ID CRITICALITY reject EXTENSION RL-ID PRESENCE optional}|
{ ID id-E-DCH-768-Information CRITICALITY reject EXTENSION E-DCH-768-Information PRESENCE optional}|
{ ID id-E-DCH-LCR-Information CRITICALITY reject EXTENSION E-DCH-LCR-Information PRESENCE optional}|
{ ID id-ContinuousPacketConnectivity-DRX-InformationLCR CRITICALITY reject EXTENSION ContinuousPacketConnectivity-DRX-InformationLCR PRESENCE optional}|
{ ID id-HS-DSCH-Semi-PersistentScheduling-Information-LCR CRITICALITY reject EXTENSION HS-DSCH-Semi-PersistentScheduling-Information-LCR PRESENCE optional}|
{ ID id-E-DCH-Semi-PersistentScheduling-Information-LCR CRITICALITY reject EXTENSION E-DCH-Semi-PersistentScheduling-Information-LCR PRESENCE optional}|
{ ID id-DCH-MeasurementType-Indicator CRITICALITY reject EXTENSION DCH-MeasurementType-Indicator PRESENCE optional}|
{ ID id-Multi-Carrier-EDCH-Setup CRITICALITY reject EXTENSION Multi-Carrier-EDCH-Info PRESENCE optional}|
{ ID id-MU-MIMO-Indicator CRITICALITY reject EXTENSION MU-MIMO-Indicator PRESENCE optional}|
{ ID id-UE-Support-of-non-rectangular-resource-allocation CRITICALITY ignore EXTENSION UE-Support-of-non-rectangular-resource-allocation PRESENCE optional},
...
}
UL-CCTrCH-InformationList-RL-AdditionRqstTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {UL-CCTrCH-InformationItemIEs-RL-AdditionRqstTDD} }
UL-CCTrCH-InformationItemIEs-RL-AdditionRqstTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-InformationItem-RL-AdditionRqstTDD CRITICALITY notify TYPE UL-CCTrCH-InformationItem-RL-AdditionRqstTDD PRESENCE optional},
...
}
UL-CCTrCH-InformationItem-RL-AdditionRqstTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
uplinkStepSizeLCR TDD-TPC-UplinkStepSize-LCR OPTIONAL,
-- Applicable to 1.28Mcps TDD only
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCH-InformationItem-RL-AdditionRqstTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCH-InformationItem-RL-AdditionRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCH-InformationList-RL-AdditionRqstTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {DL-CCTrCH-InformationItemIEs-RL-AdditionRqstTDD} }
DL-CCTrCH-InformationItemIEs-RL-AdditionRqstTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationItem-RL-AdditionRqstTDD CRITICALITY notify TYPE DL-CCTrCH-InformationItem-RL-AdditionRqstTDD PRESENCE optional},
...
}
DL-CCTrCH-InformationItem-RL-AdditionRqstTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
downlinkStepSize TDD-TPC-DownlinkStepSize OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCH-InformationItem-RL-AdditionRqstTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-InformationItem-RL-AdditionRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK ADDITION RESPONSE FDD
--
-- **************************************************************
RadioLinkAdditionResponseFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkAdditionResponseFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkAdditionResponseFDD-Extensions}} OPTIONAL,
...
}
RadioLinkAdditionResponseFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationResponseList-RL-AdditionRspFDD CRITICALITY ignore TYPE RL-InformationResponseList-RL-AdditionRspFDD PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RL-InformationResponseList-RL-AdditionRspFDD ::= SEQUENCE (SIZE (1..maxNrOfRLs-1)) OF ProtocolIE-Single-Container { {RL-InformationResponseItemIEs-RL-AdditionRspFDD} }
RL-InformationResponseItemIEs-RL-AdditionRspFDD RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationResponseItem-RL-AdditionRspFDD CRITICALITY ignore TYPE RL-InformationResponseItem-RL-AdditionRspFDD PRESENCE mandatory }
}
RL-InformationResponseItem-RL-AdditionRspFDD ::= SEQUENCE {
rL-ID RL-ID,
rL-Set-ID RL-Set-ID,
uRA-Information URA-Information OPTIONAL,
sAI SAI,
gA-Cell GA-Cell OPTIONAL,
gA-AccessPointPosition GA-AccessPointPosition OPTIONAL,
received-total-wide-band-power Received-total-wide-band-power,
not-Used-secondary-CCPCH-Info NULL OPTIONAL,
dl-CodeInformation DL-CodeInformationList-RL-AdditionRspFDD,
diversityIndication DiversityIndication-RL-AdditionRspFDD,
sSDT-SupportIndicator SSDT-SupportIndicator,
minUL-SIR UL-SIR,
maxUL-SIR UL-SIR,
closedlooptimingadjustmentmode Closedlooptimingadjustmentmode OPTIONAL,
maximumAllowedULTxPower MaximumAllowedULTxPower,
maximumDLTxPower DL-Power,
minimumDLTxPower DL-Power,
neighbouring-UMTS-CellInformation Neighbouring-UMTS-CellInformation OPTIONAL,
neighbouring-GSM-CellInformation Neighbouring-GSM-CellInformation OPTIONAL,
pC-Preamble PC-Preamble,
sRB-Delay SRB-Delay,
primaryCPICH-Power PrimaryCPICH-Power,
iE-Extensions ProtocolExtensionContainer { {RL-InformationResponseItem-RL-AdditionRspFDD-ExtIEs} } OPTIONAL,
...
}
RL-InformationResponseItem-RL-AdditionRspFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GA-CellAdditionalShapes CRITICALITY ignore EXTENSION GA-CellAdditionalShapes PRESENCE optional }|
{ ID id-DL-PowerBalancing-ActivationIndicator CRITICALITY ignore EXTENSION DL-PowerBalancing-ActivationIndicator PRESENCE optional }|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional }|
{ ID id-Active-MBMS-Bearer-ServiceFDD-PFL CRITICALITY ignore EXTENSION Active-MBMS-Bearer-Service-ListFDD-PFL PRESENCE optional }|
{ ID id-EDCH-RLSet-Id CRITICALITY ignore EXTENSION RL-Set-ID PRESENCE optional }|
{ ID id-EDCH-FDD-DL-ControlChannelInformation CRITICALITY ignore EXTENSION EDCH-FDD-DL-ControlChannelInformation PRESENCE optional }|
{ ID id-Initial-DL-DPCH-TimingAdjustment CRITICALITY ignore EXTENSION DL-DPCH-TimingAdjustment PRESENCE optional }|
{ ID id-F-DPCH-SlotFormat CRITICALITY ignore EXTENSION F-DPCH-SlotFormat PRESENCE optional }|
{ ID id-Neighbouring-E-UTRA-CellInformation CRITICALITY ignore EXTENSION Neighbouring-E-UTRA-CellInformation PRESENCE optional }|
{ ID id-HSDSCH-PreconfigurationInfo CRITICALITY ignore EXTENSION HSDSCH-PreconfigurationInfo PRESENCE optional }|
{ ID id-Non-Serving-RL-Preconfig-Info CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Info PRESENCE optional }|
{ ID id-Neighbouring-UMTS-CellInformation-Ext CRITICALITY ignore EXTENSION Neighbouring-UMTS-CellInformation-Ext PRESENCE optional }|
{ ID id-FTPICH-Information-Response CRITICALITY ignore EXTENSION FTPICH-Information-Response PRESENCE optional },
...
}
DL-CodeInformationList-RL-AdditionRspFDD ::= ProtocolIE-Single-Container {{ DL-CodeInformationListIEs-RL-AdditionRspFDD }}
DL-CodeInformationListIEs-RL-AdditionRspFDD RNSAP-PROTOCOL-IES ::= {
{ ID id-FDD-DL-CodeInformation CRITICALITY ignore TYPE FDD-DL-CodeInformation PRESENCE mandatory }
}
DiversityIndication-RL-AdditionRspFDD ::= CHOICE {
combining Combining-RL-AdditionRspFDD,
nonCombining NonCombining-RL-AdditionRspFDD
}
Combining-RL-AdditionRspFDD ::= SEQUENCE {
rL-ID RL-ID,
iE-Extensions ProtocolExtensionContainer { { CombiningItem-RL-AdditionRspFDD-ExtIEs} } OPTIONAL,
...
}
CombiningItem-RL-AdditionRspFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DCH-InformationResponse CRITICALITY ignore EXTENSION DCH-InformationResponse PRESENCE optional }|
{ ID id-EDCH-FDD-InformationResponse CRITICALITY ignore EXTENSION EDCH-FDD-InformationResponse PRESENCE optional },
...
}
NonCombining-RL-AdditionRspFDD ::= SEQUENCE {
dCH-InformationResponse DCH-InformationResponse,
iE-Extensions ProtocolExtensionContainer { { NonCombiningItem-RL-AdditionRspFDD-ExtIEs} } OPTIONAL,
...
}
NonCombiningItem-RL-AdditionRspFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-EDCH-FDD-InformationResponse CRITICALITY ignore EXTENSION EDCH-FDD-InformationResponse PRESENCE optional },
...
}
RadioLinkAdditionResponseFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HS-DSCH-serving-cell-change-informationResponse CRITICALITY ignore EXTENSION HS-DSCH-serving-cell-change-informationResponse PRESENCE optional}|
{ ID id-E-DCH-Serving-cell-change-informationResponse CRITICALITY ignore EXTENSION E-DCH-Serving-cell-change-informationResponse PRESENCE optional}|
{ ID id-MAChs-ResetIndicator CRITICALITY ignore EXTENSION MAChs-ResetIndicator PRESENCE optional}|
{ ID id-Additional-HS-Cell-Change-Information-Response CRITICALITY ignore EXTENSION Additional-HS-Cell-Change-Information-Response-List PRESENCE optional}|
{ ID id-Additional-EDCH-Cell-Information-Response-RLAdd CRITICALITY ignore EXTENSION Additional-EDCH-Cell-Information-Response-RLAddList PRESENCE optional },
...
}
Additional-HS-Cell-Change-Information-Response-List ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH-1)) OF Additional-HS-Cell-Change-Information-Response-ItemIEs
Additional-HS-Cell-Change-Information-Response-ItemIEs ::=SEQUENCE{
hSPDSCH-RL-ID RL-ID,
hSDSCH-RNTI HSDSCH-RNTI,
hS-DSCH-Secondary-Serving-Cell-Change-Information-Response HS-DSCH-Secondary-Serving-Cell-Change-Information-Response,
iE-Extensions ProtocolExtensionContainer { { Additional-HS-Cell-Change-Information-Response-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-HS-Cell-Change-Information-Response-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK ADDITION RESPONSE TDD
--
-- **************************************************************
RadioLinkAdditionResponseTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkAdditionResponseTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkAdditionResponseTDD-Extensions}} OPTIONAL,
...
}
RadioLinkAdditionResponseTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationResponse-RL-AdditionRspTDD CRITICALITY ignore TYPE RL-InformationResponse-RL-AdditionRspTDD PRESENCE optional } |
--Mandatory for 3.84Mcps TDD only
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RL-InformationResponse-RL-AdditionRspTDD ::= SEQUENCE {
rL-ID RL-ID,
uRA-Information URA-Information OPTIONAL,
sAI SAI,
gA-Cell GA-Cell OPTIONAL,
gA-AccessPointPosition GA-AccessPointPosition OPTIONAL,
ul-TimeSlot-ISCP-Info UL-TimeSlot-ISCP-Info,
minUL-SIR UL-SIR,
maxUL-SIR UL-SIR,
maximumAllowedULTxPower MaximumAllowedULTxPower,
maximumDLTxPower DL-Power,
minimumDLTxPower DL-Power,
pCCPCH-Power PCCPCH-Power,
timingAdvanceApplied TimingAdvanceApplied,
alphaValue AlphaValue,
ul-PhysCH-SF-Variation UL-PhysCH-SF-Variation,
synchronisationConfiguration SynchronisationConfiguration,
secondary-CCPCH-Info-TDD Secondary-CCPCH-Info-TDD OPTIONAL,
ul-CCTrCHInformation UL-CCTrCHInformationList-RL-AdditionRspTDD OPTIONAL,
dl-CCTrCHInformation DL-CCTrCHInformationList-RL-AdditionRspTDD OPTIONAL,
dCH-Information DCH-Information-RL-AdditionRspTDD OPTIONAL,
dSCH-InformationResponse DSCH-InformationResponse-RL-AdditionRspTDD OPTIONAL,
uSCH-InformationResponse USCH-InformationResponse-RL-AdditionRspTDD OPTIONAL,
neighbouring-UMTS-CellInformation Neighbouring-UMTS-CellInformation OPTIONAL,
neighbouring-GSM-CellInformation Neighbouring-GSM-CellInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-InformationResponse-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
RL-InformationResponse-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GA-CellAdditionalShapes CRITICALITY ignore EXTENSION GA-CellAdditionalShapes PRESENCE optional }|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional }|
{ ID id-Neighbouring-E-UTRA-CellInformation CRITICALITY ignore EXTENSION Neighbouring-E-UTRA-CellInformation PRESENCE optional }|
{ ID id-Neighbouring-UMTS-CellInformation-Ext CRITICALITY ignore EXTENSION Neighbouring-UMTS-CellInformation-Ext PRESENCE optional },
...
}
UL-CCTrCHInformationList-RL-AdditionRspTDD ::= ProtocolIE-Single-Container {{UL-CCTrCHInformationListIEs-RL-AdditionRspTDD}}
UL-CCTrCHInformationListIEs-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-InformationListIE-RL-AdditionRspTDD CRITICALITY ignore TYPE UL-CCTrCHInformationListIE-RL-AdditionRspTDD PRESENCE mandatory}
}
UL-CCTrCHInformationListIE-RL-AdditionRspTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF UL-CCTrCHInformationItem-RL-AdditionRspTDD
UL-CCTrCHInformationItem-RL-AdditionRspTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
ul-DPCH-Information UL-DPCH-InformationList-RL-AdditionRspTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCHInformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCHInformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-DPCH-InformationList-RL-AdditionRspTDD ::= ProtocolIE-Single-Container { {UL-DPCH-InformationListIEs-RL-AdditionRspTDD} }
UL-DPCH-InformationListIEs-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-DPCH-InformationItem-RL-AdditionRspTDD CRITICALITY ignore TYPE UL-DPCH-InformationItem-RL-AdditionRspTDD PRESENCE mandatory}
}
UL-DPCH-InformationItem-RL-AdditionRspTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
uL-Timeslot-Information UL-Timeslot-Information,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-InformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-InformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCHInformationList-RL-AdditionRspTDD ::= ProtocolIE-Single-Container {{DL-CCTrCHInformationListIEs-RL-AdditionRspTDD}}
DL-CCTrCHInformationListIEs-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationListIE-RL-AdditionRspTDD CRITICALITY ignore TYPE DL-CCTrCHInformationListIE-RL-AdditionRspTDD PRESENCE mandatory }
}
DL-CCTrCHInformationListIE-RL-AdditionRspTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF DL-CCTrCHInformationItem-RL-AdditionRspTDD
DL-CCTrCHInformationItem-RL-AdditionRspTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
dl-DPCH-Information DL-DPCH-InformationList-RL-AdditionRspTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCHInformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCHInformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-CCTrCH-Maximum-DL-Power-RL-AdditionRspTDD CRITICALITY ignore EXTENSION DL-Power PRESENCE optional}| -- this is a DCH type CCTrCH power
{ ID id-CCTrCH-Minimum-DL-Power-RL-AdditionRspTDD CRITICALITY ignore EXTENSION DL-Power PRESENCE optional}, -- this is a DCH type CCTrCH power
...
}
DL-DPCH-InformationList-RL-AdditionRspTDD ::= ProtocolIE-Single-Container { {DL-DPCH-InformationListIEs-RL-AdditionRspTDD} }
DL-DPCH-InformationListIEs-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-DPCH-InformationItem-RL-AdditionRspTDD CRITICALITY ignore TYPE DL-DPCH-InformationItem-RL-AdditionRspTDD PRESENCE mandatory}
}
DL-DPCH-InformationItem-RL-AdditionRspTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
dL-Timeslot-Information DL-Timeslot-Information,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-InformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-InformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-Information-RL-AdditionRspTDD ::= SEQUENCE {
diversityIndication DiversityIndication-RL-AdditionRspTDD,
iE-Extensions ProtocolExtensionContainer { { DCH-Information-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
DCH-Information-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DiversityIndication-RL-AdditionRspTDD ::= CHOICE {
combining Combining-RL-AdditionRspTDD,
nonCombining NonCombining-RL-AdditionRspTDD
}
Combining-RL-AdditionRspTDD ::= SEQUENCE {
rL-ID RL-ID,
iE-Extensions ProtocolExtensionContainer { { CombiningItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
CombiningItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DCH-InformationResponse CRITICALITY ignore EXTENSION DCH-InformationResponse PRESENCE optional },
...
}
NonCombining-RL-AdditionRspTDD ::= SEQUENCE {
dCH-InformationResponse DCH-InformationResponse,
iE-Extensions ProtocolExtensionContainer { { NonCombiningItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
NonCombiningItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DSCH-InformationResponse-RL-AdditionRspTDD ::= ProtocolIE-Single-Container {{DSCH-InformationListIEs-RL-AdditionRspTDD}}
DSCH-InformationListIEs-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DSCH-InformationListIE-RL-AdditionRspTDD CRITICALITY ignore TYPE DSCH-InformationListIE-RL-AdditionRspTDD PRESENCE mandatory }
}
DSCH-InformationListIE-RL-AdditionRspTDD ::= SEQUENCE (SIZE(0..maxNoOfDSCHs)) OF DSCHInformationItem-RL-AdditionRspTDD
DSCHInformationItem-RL-AdditionRspTDD ::= SEQUENCE {
dsch-ID DSCH-ID,
transportFormatManagement TransportFormatManagement,
dSCH-FlowControlInformation DSCH-FlowControlInformation,
diversityIndication DiversityIndication-RL-AdditionRspTDD2 OPTIONAL,
-- diversityIndication present, if CHOICE = nonCombining
iE-Extensions ProtocolExtensionContainer { {DSCHInformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
DSCHInformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DiversityIndication-RL-AdditionRspTDD2 ::= SEQUENCE {
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DiversityIndication-RL-AdditionRspTDD2-ExtIEs} } OPTIONAL,
...
}
DiversityIndication-RL-AdditionRspTDD2-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
USCH-InformationResponse-RL-AdditionRspTDD ::= ProtocolIE-Single-Container {{USCH-InformationListIEs-RL-AdditionRspTDD}}
USCH-InformationListIEs-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-USCH-InformationListIE-RL-AdditionRspTDD CRITICALITY ignore TYPE USCH-InformationListIE-RL-AdditionRspTDD PRESENCE mandatory }
}
USCH-InformationListIE-RL-AdditionRspTDD ::= SEQUENCE (SIZE(0..maxNoOfUSCHs)) OF USCHInformationItem-RL-AdditionRspTDD
USCHInformationItem-RL-AdditionRspTDD ::= SEQUENCE {
uSCH-ID USCH-ID,
transportFormatManagement TransportFormatManagement,
diversityIndication DiversityIndication-RL-AdditionRspTDD2 OPTIONAL,
-- diversityIndication present, if CHOICE = nonCombining
iE-Extensions ProtocolExtensionContainer { {USCHInformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
USCHInformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkAdditionResponseTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-RL-LCR-InformationResponse-RL-AdditionRspTDD CRITICALITY ignore EXTENSION RL-LCR-InformationResponse-RL-AdditionRspTDD PRESENCE optional}|
--Mandatory for 1.28Mcps TDD only
{ ID id-Active-MBMS-Bearer-ServiceTDD-PFL CRITICALITY ignore EXTENSION Active-MBMS-Bearer-Service-ListTDD-PFL PRESENCE optional}|
{ ID id-HSDSCH-TDD-Information-Response CRITICALITY ignore EXTENSION HSDSCH-TDD-Information-Response PRESENCE optional}|
{ ID id-DSCH-RNTI CRITICALITY ignore EXTENSION DSCH-RNTI PRESENCE optional}|
{ ID id-RL-InformationResponse-RL-AdditionRspTDD768 CRITICALITY ignore EXTENSION RL-InformationResponse-RL-AdditionRspTDD768 PRESENCE optional}|
{ ID id-E-DCH-Information-Response CRITICALITY ignore EXTENSION E-DCH-Information-Response PRESENCE optional}|
{ ID id-E-DCH-768-Information-Response CRITICALITY ignore EXTENSION E-DCH-768-Information-Response PRESENCE optional}|
{ ID id-E-DCH-LCR-Information-Response CRITICALITY ignore EXTENSION E-DCH-LCR-Information-Response PRESENCE optional}|
{ ID id-ContinuousPacketConnectivity-DRX-Information-ResponseLCR CRITICALITY ignore EXTENSION ContinuousPacketConnectivity-DRX-Information-ResponseLCR PRESENCE optional}|
{ ID id-HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR CRITICALITY ignore EXTENSION HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR PRESENCE optional}|
{ ID id-E-DCH-Semi-PersistentScheduling-Information-ResponseLCR CRITICALITY ignore EXTENSION E-DCH-Semi-PersistentScheduling-Information-ResponseLCR PRESENCE optional}|
{ ID id-DCH-MeasurementOccasion-Information CRITICALITY reject EXTENSION DCH-MeasurementOccasion-Information PRESENCE optional}|
{ ID id-Multi-Carrier-EDCH-Response CRITICALITY ignore EXTENSION Multi-Carrier-EDCH-Information-Response PRESENCE optional}|
{ ID id-MU-MIMO-InformationLCR CRITICALITY reject EXTENSION MU-MIMO-InformationLCR PRESENCE optional}|
{ ID id-Non-rectangular-resource-allocation-indicator CRITICALITY reject EXTENSION Non-rectangular-resource-allocation-indicator PRESENCE optional}|
{ ID id-Non-rectangular-resource-timeslot-set CRITICALITY reject EXTENSION Non-rectangular-resource-timeslot-set PRESENCE optional},
...
}
RL-LCR-InformationResponse-RL-AdditionRspTDD ::= SEQUENCE {
rL-ID RL-ID,
uRA-Information URA-Information,
sAI SAI,
gA-Cell GA-Cell OPTIONAL,
gA-AccessPointPosition GA-AccessPointPosition OPTIONAL,
ul-TimeSlot-ISCP-LCR-Info UL-TimeSlot-ISCP-LCR-Info,
maxUL-SIR UL-SIR,
minUL-SIR UL-SIR,
pCCPCH-Power PCCPCH-Power,
maximumAllowedULTxPower MaximumAllowedULTxPower,
maximumDLTxPower DL-Power,
minimumDLTxPower DL-Power,
alphaValue AlphaValue,
ul-PhysCH-SF-Variation UL-PhysCH-SF-Variation,
synchronisationConfiguration SynchronisationConfiguration,
secondary-LCR-CCPCH-Info-TDD Secondary-LCR-CCPCH-Info-TDD OPTIONAL,
ul-CCTrCH-LCR-Information UL-CCTrCH-LCR-InformationList-RL-AdditionRspTDD OPTIONAL,
dl-CCTrCH-LCR-Information DL-CCTrCH-LCR-InformationList-RL-AdditionRspTDD OPTIONAL,
dCH-InformationResponse DCH-InformationResponseList-RL-AdditionRspTDD OPTIONAL,
dsch-LCR-InformationResponse DSCH-LCR-InformationResponse-RL-AdditionRspTDD OPTIONAL,
usch-LCR-InformationResponse USCH-LCR-InformationResponse-RL-AdditionRspTDD OPTIONAL,
neighbouring-UMTS-CellInformation Neighbouring-UMTS-CellInformation OPTIONAL,
neighbouring-GSM-CellInformation Neighbouring-GSM-CellInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RL-LCR-InformationResponseList-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
RL-LCR-InformationResponseList-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GA-CellAdditionalShapes CRITICALITY ignore EXTENSION GA-CellAdditionalShapes PRESENCE optional }|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional }|
{ ID id-UL-TimingAdvanceCtrl-LCR CRITICALITY ignore EXTENSION UL-TimingAdvanceCtrl-LCR PRESENCE optional }|
--Mandatory for 1.28Mcps TDD only
{ ID id-PowerControlGAP CRITICALITY ignore EXTENSION ControlGAP PRESENCE optional }|
-- Applicable to 1.28Mcps TDD only
{ ID id-UARFCNforNt CRITICALITY ignore EXTENSION UARFCN PRESENCE optional }|
-- Applicable to 1.28Mcps TDD only
{ ID id-Neighbouring-E-UTRA-CellInformation CRITICALITY ignore EXTENSION Neighbouring-E-UTRA-CellInformation PRESENCE optional }|
{ ID id-IdleIntervalInformation CRITICALITY ignore EXTENSION IdleIntervalInformation PRESENCE optional }|
{ ID id-Neighbouring-UMTS-CellInformation-Ext CRITICALITY ignore EXTENSION Neighbouring-UMTS-CellInformation-Ext PRESENCE optional },
...
}
UL-CCTrCH-LCR-InformationList-RL-AdditionRspTDD ::= ProtocolIE-Single-Container {{UL-CCTrCH-LCR-InformationListIEs-RL-AdditionRspTDD }}
UL-CCTrCH-LCR-InformationListIEs-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD CRITICALITY ignore TYPE UL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD PRESENCE mandatory}
}
UL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHsLCR)) OF UL-CCTrCH-LCR-InformationItem-RL-AdditionRspTDD
UL-CCTrCH-LCR-InformationItem-RL-AdditionRspTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
ul-DPCH-LCR-Information UL-DPCH-LCR-InformationList-RL-AdditionRspTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-DPCH-LCR-InformationList-RL-AdditionRspTDD ::= ProtocolIE-Single-Container { {UL-DPCH-LCR-InformationListIEs-RL-AdditionRspTDD} }
UL-DPCH-LCR-InformationListIEs-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-DPCH-LCR-InformationItem-RL-AdditionRspTDD CRITICALITY ignore TYPE UL-DPCH-LCR-InformationItem-RL-AdditionRspTDD PRESENCE mandatory}
}
UL-DPCH-LCR-InformationItem-RL-AdditionRspTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
uL-TimeslotLCR-Information UL-TimeslotLCR-Information,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCH-LCR-InformationList-RL-AdditionRspTDD ::= ProtocolIE-Single-Container {{DL-CCTrCH-LCR-InformationListIEs-RL-AdditionRspTDD}}
DL-CCTrCH-LCR-InformationListIEs-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD CRITICALITY ignore TYPE DL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD PRESENCE mandatory}
}
DL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHsLCR)) OF DL-CCTrCH-LCR-InformationItem-RL-AdditionRspTDD
DL-CCTrCH-LCR-InformationItem-RL-AdditionRspTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
dl-DPCH-LCR-Information DL-DPCH-LCR-InformationList-RL-AdditionRspTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-DPCH-LCR-InformationList-RL-AdditionRspTDD ::= ProtocolIE-Single-Container { {DL-DPCH-LCR-InformationListIEs-RL-AdditionRspTDD} }
DL-DPCH-LCR-InformationListIEs-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-DPCH-LCR-InformationItem-RL-AdditionRspTDD CRITICALITY ignore TYPE DL-DPCH-LCR-InformationItem-RL-AdditionRspTDD PRESENCE mandatory}
}
DL-DPCH-LCR-InformationItem-RL-AdditionRspTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
dL-TimeslotLCR-Information DL-TimeslotLCR-Information,
tSTD-Indicator TSTD-Indicator,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-InformationResponseList-RL-AdditionRspTDD ::= ProtocolIE-Single-Container {{DCH-InformationResponseListIEs-RL-AdditionRspTDD}}
DCH-InformationResponseListIEs-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DCH-InformationResponse CRITICALITY ignore TYPE DCH-InformationResponse PRESENCE mandatory}
}
DSCH-LCR-InformationResponse-RL-AdditionRspTDD ::= ProtocolIE-Single-Container {{DSCH-LCR-InformationList-RL-AdditionRspTDD}}
DSCH-LCR-InformationList-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DSCH-LCR-InformationListIEs-RL-AdditionRspTDD CRITICALITY ignore TYPE DSCH-LCR-InformationListIEs-RL-AdditionRspTDD PRESENCE mandatory }
}
DSCH-LCR-InformationListIEs-RL-AdditionRspTDD ::= SEQUENCE (SIZE(0..maxNoOfDSCHsLCR)) OF DSCH-LCR-InformationItem-RL-AdditionRspTDD
DSCH-LCR-InformationItem-RL-AdditionRspTDD ::= SEQUENCE {
dsch-ID DSCH-ID,
dSCH-FlowControlInformation DSCH-FlowControlInformation,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
transportFormatManagement TransportFormatManagement,
iE-Extensions ProtocolExtensionContainer { {DSCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
DSCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
USCH-LCR-InformationResponse-RL-AdditionRspTDD ::= ProtocolIE-Single-Container {{USCH-LCR-InformationList-RL-AdditionRspTDD}}
USCH-LCR-InformationList-RL-AdditionRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-USCH-LCR-InformationListIEs-RL-AdditionRspTDD CRITICALITY ignore TYPE USCH-LCR-InformationListIEs-RL-AdditionRspTDD PRESENCE mandatory }
}
USCH-LCR-InformationListIEs-RL-AdditionRspTDD ::= SEQUENCE (SIZE(0..maxNoOfUSCHsLCR)) OF USCH-LCR-InformationItem-RL-AdditionRspTDD
USCH-LCR-InformationItem-RL-AdditionRspTDD ::= SEQUENCE {
usch-ID USCH-ID,
transportFormatManagement TransportFormatManagement,
diversityIndication DiversityIndication-RL-AdditionRspTDD2 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {USCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs} } OPTIONAL,
...
}
USCH-LCR-InformationItem-RL-AdditionRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-InformationResponse-RL-AdditionRspTDD768 ::= SEQUENCE {
rL-ID RL-ID,
uRA-Information URA-Information OPTIONAL,
sAI SAI,
gA-Cell GA-Cell OPTIONAL,
gA-AccessPointPosition GA-AccessPointPosition OPTIONAL,
ul-TimeSlot-ISCP-Info UL-TimeSlot-ISCP-Info,
minUL-SIR UL-SIR,
maxUL-SIR UL-SIR,
maximumAllowedULTxPower MaximumAllowedULTxPower,
maximumDLTxPower DL-Power,
minimumDLTxPower DL-Power,
pCCPCH-Power PCCPCH-Power,
timingAdvanceApplied TimingAdvanceApplied,
alphaValue AlphaValue,
ul-PhysCH-SF-Variation UL-PhysCH-SF-Variation,
synchronisationConfiguration SynchronisationConfiguration,
secondary-CCPCH-Info-TDD768 Secondary-CCPCH-Info-TDD768 OPTIONAL,
ul-CCTrCHInformation768 UL-CCTrCHInformationList-RL-AdditionRspTDD768 OPTIONAL,
dl-CCTrCHInformation768 DL-CCTrCHInformationList-RL-AdditionRspTDD768 OPTIONAL,
dCH-Information DCH-Information-RL-AdditionRspTDD OPTIONAL,
dSCH-InformationResponse DSCH-InformationResponse-RL-AdditionRspTDD OPTIONAL,
uSCH-InformationResponse USCH-InformationResponse-RL-AdditionRspTDD OPTIONAL,
neighbouring-UMTS-CellInformation Neighbouring-UMTS-CellInformation OPTIONAL,
neighbouring-GSM-CellInformation Neighbouring-GSM-CellInformation OPTIONAL,
gA-CellAdditionalShapes GA-CellAdditionalShapes OPTIONAL,
hCS-Prio HCS-Prio OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-InformationResponse-RL-AdditionRspTDD768-ExtIEs} } OPTIONAL,
...
}
RL-InformationResponse-RL-AdditionRspTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Neighbouring-E-UTRA-CellInformation CRITICALITY ignore EXTENSION Neighbouring-E-UTRA-CellInformation PRESENCE optional }|
{ ID id-Neighbouring-UMTS-CellInformation-Ext CRITICALITY ignore EXTENSION Neighbouring-UMTS-CellInformation-Ext PRESENCE optional },
...
}
UL-CCTrCHInformationList-RL-AdditionRspTDD768 ::= ProtocolIE-Single-Container {{UL-CCTrCHInformationListIEs-RL-AdditionRspTDD768}}
UL-CCTrCHInformationListIEs-RL-AdditionRspTDD768 RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-InformationListIE-RL-AdditionRspTDD768 CRITICALITY ignore TYPE UL-CCTrCHInformationListIE-RL-AdditionRspTDD768 PRESENCE mandatory}
}
UL-CCTrCHInformationListIE-RL-AdditionRspTDD768 ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF UL-CCTrCHInformationItem-RL-AdditionRspTDD768
UL-CCTrCHInformationItem-RL-AdditionRspTDD768 ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
ul-DPCH-Information768 UL-DPCH-InformationList-RL-AdditionRspTDD768 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCHInformationItem-RL-AdditionRspTDD768-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCHInformationItem-RL-AdditionRspTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-DPCH-InformationList-RL-AdditionRspTDD768 ::= ProtocolIE-Single-Container { {UL-DPCH-InformationListIEs-RL-AdditionRspTDD768} }
UL-DPCH-InformationListIEs-RL-AdditionRspTDD768 RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-DPCH-InformationItem-RL-AdditionRspTDD CRITICALITY ignore TYPE UL-DPCH-InformationItem-RL-AdditionRspTDD768 PRESENCE mandatory}
}
UL-DPCH-InformationItem-RL-AdditionRspTDD768 ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
uL-Timeslot-Information768 UL-Timeslot-Information768,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-InformationItem-RL-AdditionRspTDD768-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-InformationItem-RL-AdditionRspTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCHInformationList-RL-AdditionRspTDD768 ::= ProtocolIE-Single-Container {{DL-CCTrCHInformationListIEs-RL-AdditionRspTDD768}}
DL-CCTrCHInformationListIEs-RL-AdditionRspTDD768 RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationListIE-RL-AdditionRspTDD768 CRITICALITY ignore TYPE DL-CCTrCHInformationListIE-RL-AdditionRspTDD768 PRESENCE mandatory}
}
DL-CCTrCHInformationListIE-RL-AdditionRspTDD768 ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF DL-CCTrCHInformationItem-RL-AdditionRspTDD768
DL-CCTrCHInformationItem-RL-AdditionRspTDD768 ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
dl-DPCH-Information768 DL-DPCH-InformationList-RL-AdditionRspTDD768 OPTIONAL,
cCTrCH-Maximum-DL-Power DL-Power OPTIONAL,-- this is a DCH type CCTrCH power
cCTrCH-Minimum-DL-Power DL-Power OPTIONAL, -- this is a DCH type CCTrCH power
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCHInformationItem-RL-AdditionRspTDD768-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCHInformationItem-RL-AdditionRspTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-DPCH-InformationList-RL-AdditionRspTDD768 ::= ProtocolIE-Single-Container { {DL-DPCH-InformationListIEs-RL-AdditionRspTDD768} }
DL-DPCH-InformationListIEs-RL-AdditionRspTDD768 RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-DPCH-InformationItem-RL-AdditionRspTDD768 CRITICALITY ignore TYPE DL-DPCH-InformationItem-RL-AdditionRspTDD768 PRESENCE mandatory}
}
DL-DPCH-InformationItem-RL-AdditionRspTDD768 ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
dL-Timeslot-Information768 DL-Timeslot-Information768,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-InformationItem-RL-AdditionRspTDD768-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-InformationItem-RL-AdditionRspTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK ADDITION FAILURE FDD
--
-- **************************************************************
RadioLinkAdditionFailureFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkAdditionFailureFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkAdditionFailureFDD-Extensions}} OPTIONAL,
...
}
RadioLinkAdditionFailureFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-CauseLevel-RL-AdditionFailureFDD CRITICALITY ignore TYPE CauseLevel-RL-AdditionFailureFDD PRESENCE mandatory}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
CauseLevel-RL-AdditionFailureFDD ::= CHOICE {
generalCause GeneralCauseList-RL-AdditionFailureFDD,
rLSpecificCause RLSpecificCauseList-RL-AdditionFailureFDD,
...
}
GeneralCauseList-RL-AdditionFailureFDD ::= SEQUENCE {
cause Cause,
iE-Extensions ProtocolExtensionContainer { { GeneralCauseItem-RL-AdditionFailureFDD-ExtIEs} } OPTIONAL,
...
}
GeneralCauseItem-RL-AdditionFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RLSpecificCauseList-RL-AdditionFailureFDD ::= SEQUENCE {
unsuccessful-RL-InformationRespList-RL-AdditionFailureFDD UnsuccessfulRL-InformationResponseList-RL-AdditionFailureFDD,
successful-RL-InformationRespList-RL-AdditionFailureFDD SuccessfulRL-InformationResponseList-RL-AdditionFailureFDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RLSpecificCauseItem-RL-AdditionFailureFDD-ExtIEs} } OPTIONAL,
...
}
RLSpecificCauseItem-RL-AdditionFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UnsuccessfulRL-InformationResponseList-RL-AdditionFailureFDD ::= SEQUENCE (SIZE (1..maxNrOfRLs-1)) OF ProtocolIE-Single-Container { {UnsuccessfulRL-InformationResponse-RL-AdditionFailureFDD-IEs} }
UnsuccessfulRL-InformationResponse-RL-AdditionFailureFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UnsuccessfulRL-InformationResponse-RL-AdditionFailureFDD CRITICALITY ignore TYPE UnsuccessfulRL-InformationResponse-RL-AdditionFailureFDD PRESENCE mandatory }
}
UnsuccessfulRL-InformationResponse-RL-AdditionFailureFDD ::= SEQUENCE {
rL-ID RL-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { {UnsuccessfulRL-InformationResponse-RL-AdditionFailureFDD-ExtIEs} } OPTIONAL,
...
}
UnsuccessfulRL-InformationResponse-RL-AdditionFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
SuccessfulRL-InformationResponseList-RL-AdditionFailureFDD ::= SEQUENCE (SIZE (0..maxNrOfRLs-2)) OF ProtocolIE-Single-Container { {SuccessfulRL-InformationResponse-RL-AdditionFailureFDD-IEs} }
SuccessfulRL-InformationResponse-RL-AdditionFailureFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-SuccessfulRL-InformationResponse-RL-AdditionFailureFDD CRITICALITY ignore TYPE SuccessfulRL-InformationResponse-RL-AdditionFailureFDD PRESENCE mandatory }
}
SuccessfulRL-InformationResponse-RL-AdditionFailureFDD ::= SEQUENCE {
rL-ID RL-ID,
rL-Set-ID RL-Set-ID,
uRA-Information URA-Information OPTIONAL,
sAI SAI,
gA-Cell GA-Cell OPTIONAL,
gA-AccessPointPosition GA-AccessPointPosition OPTIONAL,
received-total-wide-band-power Received-total-wide-band-power,
not-Used-secondary-CCPCH-Info NULL OPTIONAL,
dl-CodeInformation DL-CodeInformationList-RL-AdditionFailureFDD,
diversityIndication DiversityIndication-RL-AdditionFailureFDD,
-- This IE represents both the Diversity Indication IE and the choice based on the diversity indication as described in
-- the tabular message format in subclause 9.1.
sSDT-SupportIndicator SSDT-SupportIndicator,
minUL-SIR UL-SIR,
maxUL-SIR UL-SIR,
closedlooptimingadjustmentmode Closedlooptimingadjustmentmode OPTIONAL,
maximumAllowedULTxPower MaximumAllowedULTxPower,
maximumDLTxPower DL-Power,
minimumDLTxPower DL-Power,
neighbouring-UMTS-CellInformation Neighbouring-UMTS-CellInformation OPTIONAL,
neighbouring-GSM-CellInformation Neighbouring-GSM-CellInformation OPTIONAL,
primaryCPICH-Power PrimaryCPICH-Power,
pC-Preamble PC-Preamble,
sRB-Delay SRB-Delay,
iE-Extensions ProtocolExtensionContainer { {SuccessfulRL-InformationResponse-RL-AdditionFailureFDD-ExtIEs} } OPTIONAL,
...
}
SuccessfulRL-InformationResponse-RL-AdditionFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GA-CellAdditionalShapes CRITICALITY ignore EXTENSION GA-CellAdditionalShapes PRESENCE optional }|
{ ID id-DL-PowerBalancing-ActivationIndicator CRITICALITY ignore EXTENSION DL-PowerBalancing-ActivationIndicator PRESENCE optional }|
{ ID id-HCS-Prio CRITICALITY ignore EXTENSION HCS-Prio PRESENCE optional }|
{ ID id-Active-MBMS-Bearer-ServiceFDD-PFL CRITICALITY ignore EXTENSION Active-MBMS-Bearer-Service-ListFDD-PFL PRESENCE optional }|
{ ID id-EDCH-RLSet-Id CRITICALITY ignore EXTENSION RL-Set-ID PRESENCE optional }|
{ ID id-EDCH-FDD-DL-ControlChannelInformation CRITICALITY ignore EXTENSION EDCH-FDD-DL-ControlChannelInformation PRESENCE optional }|
{ ID id-Initial-DL-DPCH-TimingAdjustment CRITICALITY ignore EXTENSION DL-DPCH-TimingAdjustment PRESENCE optional }|
{ ID id-Neighbouring-E-UTRA-CellInformation CRITICALITY ignore EXTENSION Neighbouring-E-UTRA-CellInformation PRESENCE optional }|
{ ID id-HSDSCH-PreconfigurationInfo CRITICALITY ignore EXTENSION HSDSCH-PreconfigurationInfo PRESENCE optional }|
{ ID id-F-DPCH-SlotFormat CRITICALITY ignore EXTENSION F-DPCH-SlotFormat PRESENCE optional }|
{ ID id-Non-Serving-RL-Preconfig-Info CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Info PRESENCE optional }|
{ ID id-Neighbouring-UMTS-CellInformation-Ext CRITICALITY ignore EXTENSION Neighbouring-UMTS-CellInformation-Ext PRESENCE optional },
...
}
DL-CodeInformationList-RL-AdditionFailureFDD ::= ProtocolIE-Single-Container {{ DL-CodeInformationListIEs-RL-AdditionFailureFDD }}
DL-CodeInformationListIEs-RL-AdditionFailureFDD RNSAP-PROTOCOL-IES ::= {
{ ID id-FDD-DL-CodeInformation CRITICALITY ignore TYPE FDD-DL-CodeInformation PRESENCE mandatory }
}
DiversityIndication-RL-AdditionFailureFDD ::= CHOICE {
combining Combining-RL-AdditionFailureFDD,
nonCombining NonCombining-RL-AdditionFailureFDD
}
Combining-RL-AdditionFailureFDD ::= SEQUENCE {
rL-ID RL-ID,
iE-Extensions ProtocolExtensionContainer { { CombiningItem-RL-AdditionFailureFDD-ExtIEs} } OPTIONAL,
...
}
CombiningItem-RL-AdditionFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DCH-InformationResponse CRITICALITY ignore EXTENSION DCH-InformationResponse PRESENCE optional }|
{ ID id-EDCH-FDD-InformationResponse CRITICALITY ignore EXTENSION EDCH-FDD-InformationResponse PRESENCE optional },
...
}
NonCombining-RL-AdditionFailureFDD ::= SEQUENCE {
dCH-InformationResponse DCH-InformationResponse,
iE-Extensions ProtocolExtensionContainer { { NonCombiningItem-RL-AdditionFailureFDD-ExtIEs} } OPTIONAL,
...
}
NonCombiningItem-RL-AdditionFailureFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-EDCH-FDD-InformationResponse CRITICALITY ignore EXTENSION EDCH-FDD-InformationResponse PRESENCE optional },
...
}
RadioLinkAdditionFailureFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HS-DSCH-serving-cell-change-informationResponse CRITICALITY ignore EXTENSION HS-DSCH-serving-cell-change-informationResponse PRESENCE optional}|
{ ID id-E-DCH-Serving-cell-change-informationResponse CRITICALITY ignore EXTENSION E-DCH-Serving-cell-change-informationResponse PRESENCE optional}|
{ ID id-Additional-HS-Cell-Change-Information-Response CRITICALITY ignore EXTENSION Additional-HS-Cell-Change-Information-Response-List PRESENCE optional}|
{ ID id-MAChs-ResetIndicator CRITICALITY ignore EXTENSION MAChs-ResetIndicator PRESENCE optional}|
{ ID id-Additional-EDCH-Cell-Information-Response-RLAdd CRITICALITY ignore EXTENSION Additional-EDCH-Cell-Information-Response-RLAddList PRESENCE optional},
...
}
-- **************************************************************
--
-- RADIO LINK ADDITION FAILURE TDD
--
-- **************************************************************
RadioLinkAdditionFailureTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkAdditionFailureTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkAdditionFailureTDD-Extensions}} OPTIONAL,
...
}
RadioLinkAdditionFailureTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-CauseLevel-RL-AdditionFailureTDD CRITICALITY ignore TYPE CauseLevel-RL-AdditionFailureTDD PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
CauseLevel-RL-AdditionFailureTDD ::= CHOICE {
generalCause GeneralCauseList-RL-AdditionFailureTDD,
rLSpecificCause RLSpecificCauseList-RL-AdditionFailureTDD,
...
}
GeneralCauseList-RL-AdditionFailureTDD ::= SEQUENCE {
cause Cause,
iE-Extensions ProtocolExtensionContainer { { GeneralCauseItem-RL-AdditionFailureTDD-ExtIEs} } OPTIONAL,
...
}
GeneralCauseItem-RL-AdditionFailureTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RLSpecificCauseList-RL-AdditionFailureTDD ::= SEQUENCE {
unsuccessful-RL-InformationRespItem-RL-AdditionFailureTDD Unsuccessful-RL-InformationRespItem-RL-AdditionFailureTDD,
iE-Extensions ProtocolExtensionContainer { { RLSpecificCauseItem-RL-AdditionFailureTDD-ExtIEs} } OPTIONAL,
...
}
RLSpecificCauseItem-RL-AdditionFailureTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Unsuccessful-RL-InformationRespItem-RL-AdditionFailureTDD ::= ProtocolIE-Single-Container { {Unsuccessful-RL-InformationRespItemIE-RL-AdditionFailureTDD} }
Unsuccessful-RL-InformationRespItemIE-RL-AdditionFailureTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UnsuccessfulRL-InformationResponse-RL-AdditionFailureTDD CRITICALITY ignore TYPE UnsuccessfulRL-InformationResponse-RL-AdditionFailureTDD PRESENCE mandatory}
}
UnsuccessfulRL-InformationResponse-RL-AdditionFailureTDD ::= SEQUENCE {
rL-ID RL-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { {UnsuccessfulRL-InformationResponse-RL-AdditionFailureTDD-ExtIEs} } OPTIONAL,
...
}
UnsuccessfulRL-InformationResponse-RL-AdditionFailureTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkAdditionFailureTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK DELETION REQUEST
--
-- **************************************************************
RadioLinkDeletionRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkDeletionRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkDeletionRequest-Extensions}} OPTIONAL,
...
}
RadioLinkDeletionRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationList-RL-DeletionRqst CRITICALITY notify TYPE RL-InformationList-RL-DeletionRqst PRESENCE mandatory },
...
}
RL-InformationList-RL-DeletionRqst ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-Information-RL-DeletionRqst-IEs} }
RL-Information-RL-DeletionRqst-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Information-RL-DeletionRqst CRITICALITY notify TYPE RL-Information-RL-DeletionRqst PRESENCE mandatory }
}
RL-Information-RL-DeletionRqst ::= SEQUENCE {
rL-ID RL-ID,
iE-Extensions ProtocolExtensionContainer { {RL-Information-RL-DeletionRqst-ExtIEs} } OPTIONAL,
...
}
RL-Information-RL-DeletionRqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkDeletionRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK DELETION RESPONSE
--
-- **************************************************************
RadioLinkDeletionResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkDeletionResponse-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkDeletionResponse-Extensions}} OPTIONAL,
...
}
RadioLinkDeletionResponse-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RadioLinkDeletionResponse-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK RECONFIGURATION PREPARE FDD
--
-- **************************************************************
RadioLinkReconfigurationPrepareFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkReconfigurationPrepareFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkReconfigurationPrepareFDD-Extensions}} OPTIONAL,
...
}
RadioLinkReconfigurationPrepareFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-AllowedQueuingTime CRITICALITY reject TYPE AllowedQueuingTime PRESENCE optional } |
{ ID id-UL-DPCH-Information-RL-ReconfPrepFDD CRITICALITY reject TYPE UL-DPCH-Information-RL-ReconfPrepFDD PRESENCE optional } |
{ ID id-DL-DPCH-Information-RL-ReconfPrepFDD CRITICALITY reject TYPE DL-DPCH-Information-RL-ReconfPrepFDD PRESENCE optional } |
{ ID id-FDD-DCHs-to-Modify CRITICALITY reject TYPE FDD-DCHs-to-Modify PRESENCE optional } |
{ ID id-DCHs-to-Add-FDD CRITICALITY reject TYPE DCH-FDD-Information PRESENCE optional } |
{ ID id-DCH-DeleteList-RL-ReconfPrepFDD CRITICALITY reject TYPE DCH-DeleteList-RL-ReconfPrepFDD PRESENCE optional } |
{ ID id-RL-InformationList-RL-ReconfPrepFDD CRITICALITY reject TYPE RL-InformationList-RL-ReconfPrepFDD PRESENCE optional }|
{ ID id-Transmission-Gap-Pattern-Sequence-Information CRITICALITY reject TYPE Transmission-Gap-Pattern-Sequence-Information PRESENCE optional },
...
}
UL-DPCH-Information-RL-ReconfPrepFDD ::= SEQUENCE {
ul-ScramblingCode UL-ScramblingCode OPTIONAL,
ul-SIRTarget UL-SIR OPTIONAL,
minUL-ChannelisationCodeLength MinUL-ChannelisationCodeLength OPTIONAL,
maxNrOfUL-DPDCHs MaxNrOfUL-DPCHs OPTIONAL
-- This IE shall be present if minUL-ChannelisationCodeLength equals to 4 --,
ul-PunctureLimit PunctureLimit OPTIONAL,
tFCS TFCS OPTIONAL,
ul-DPCCH-SlotFormat UL-DPCCH-SlotFormat OPTIONAL,
diversityMode DiversityMode OPTIONAL,
not-Used-sSDT-CellIDLength NULL OPTIONAL,
not-Used-s-FieldLength NULL OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-Information-RL-ReconfPrepFDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-Information-RL-ReconfPrepFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UL-DPDCHIndicatorEDCH CRITICALITY reject EXTENSION UL-DPDCHIndicatorEDCH PRESENCE optional },
...
}
DL-DPCH-Information-RL-ReconfPrepFDD ::= SEQUENCE {
tFCS TFCS OPTIONAL,
dl-DPCH-SlotFormat DL-DPCH-SlotFormat OPTIONAL,
nrOfDLchannelisationcodes NrOfDLchannelisationcodes OPTIONAL,
tFCI-SignallingMode TFCI-SignallingMode OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL
-- This IE shall be present if DL DPCH Slot Format IE is from 12 to 16 --,
multiplexingPosition MultiplexingPosition OPTIONAL,
limitedPowerIncrease LimitedPowerIncrease OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-Information-RL-ReconfPrepFDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-Information-RL-ReconfPrepFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DL-DPCH-Power-Information-RL-ReconfPrepFDD CRITICALITY reject EXTENSION DL-DPCH-Power-Information-RL-ReconfPrepFDD PRESENCE optional },
...
}
DL-DPCH-Power-Information-RL-ReconfPrepFDD ::= SEQUENCE {
powerOffsetInformation PowerOffsetInformation-RL-ReconfPrepFDD,
fdd-TPC-DownlinkStepSize FDD-TPC-DownlinkStepSize,
innerLoopDLPCStatus InnerLoopDLPCStatus,
iE-Extensions ProtocolExtensionContainer { { DL-DPCH-Power-Information-RL-ReconfPrepFDD-ExtIEs } } OPTIONAL,
...
}
DL-DPCH-Power-Information-RL-ReconfPrepFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
PowerOffsetInformation-RL-ReconfPrepFDD ::= SEQUENCE {
pO1-ForTFCI-Bits PowerOffset,
pO2-ForTPC-Bits PowerOffset,
pO3-ForPilotBits PowerOffset,
iE-Extensions ProtocolExtensionContainer { { PowerOffsetInformation-RL-ReconfPrepFDD-ExtIEs} } OPTIONAL,
...
}
PowerOffsetInformation-RL-ReconfPrepFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-DeleteList-RL-ReconfPrepFDD ::= SEQUENCE (SIZE (0..maxNrOfDCHs)) OF DCH-DeleteItem-RL-ReconfPrepFDD
DCH-DeleteItem-RL-ReconfPrepFDD ::= SEQUENCE {
dCH-ID DCH-ID,
iE-Extensions ProtocolExtensionContainer { {DCH-DeleteItem-RL-ReconfPrepFDD-ExtIEs} } OPTIONAL,
...
}
DCH-DeleteItem-RL-ReconfPrepFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-InformationList-RL-ReconfPrepFDD ::= SEQUENCE (SIZE (0..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-Information-RL-ReconfPrepFDD-IEs} }
RL-Information-RL-ReconfPrepFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Information-RL-ReconfPrepFDD CRITICALITY reject TYPE RL-Information-RL-ReconfPrepFDD PRESENCE mandatory }
}
RL-Information-RL-ReconfPrepFDD ::= SEQUENCE {
rL-ID RL-ID,
not-Used-sSDT-Indication NULL OPTIONAL,
not-Used-sSDT-CellIdentity NULL OPTIONAL,
transmitDiversityIndicator TransmitDiversityIndicator OPTIONAL,
-- This IE shall be present if Diversity Mode IE is present in UL DPCH Information IE and is not equal to “none”
iE-Extensions ProtocolExtensionContainer { {RL-Information-RL-ReconfPrepFDD-ExtIEs} } OPTIONAL,
...
}
RL-Information-RL-ReconfPrepFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DLReferencePower CRITICALITY ignore EXTENSION DL-Power PRESENCE optional}|
{ ID id-RL-Specific-DCH-Info CRITICALITY ignore EXTENSION RL-Specific-DCH-Info PRESENCE optional}|
{ ID id-DL-DPCH-TimingAdjustment CRITICALITY reject EXTENSION DL-DPCH-TimingAdjustment PRESENCE optional}|
{ ID id-Phase-Reference-Update-Indicator CRITICALITY ignore EXTENSION Phase-Reference-Update-Indicator PRESENCE optional}|
{ ID id-RL-Specific-EDCH-Information CRITICALITY reject EXTENSION RL-Specific-EDCH-Information PRESENCE optional}|
{ ID id-EDCH-RL-Indication CRITICALITY reject EXTENSION EDCH-RL-Indication PRESENCE optional}|
{ ID id-HSDSCH-PreconfigurationSetup CRITICALITY ignore EXTENSION HSDSCH-PreconfigurationSetup PRESENCE optional}|
{ ID id-Non-Serving-RL-Preconfig-Setup CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Setup PRESENCE optional}|
{ ID id-Non-Serving-RL-Preconfig-Removal CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Setup PRESENCE optional}|
{ ID id-FTPICH-Information-Reconf CRITICALITY ignore EXTENSION FTPICH-Information-Reconf PRESENCE optional}|
{ ID id-TPC-slot-position CRITICALITY ignore EXTENSION TPC-slot-position PRESENCE optional},
...
}
RadioLinkReconfigurationPrepareFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSDSCH-FDD-Information CRITICALITY reject EXTENSION HSDSCH-FDD-Information PRESENCE optional}|
{ ID id-HSDSCH-Information-to-Modify CRITICALITY reject EXTENSION HSDSCH-Information-to-Modify PRESENCE optional}|
{ ID id-HSDSCH-MACdFlows-to-Add CRITICALITY reject EXTENSION HSDSCH-MACdFlows-Information PRESENCE optional}|
{ ID id-HSDSCH-MACdFlows-to-Delete CRITICALITY reject EXTENSION HSDSCH-MACdFlows-to-Delete PRESENCE optional}|
{ ID id-HSPDSCH-RL-ID CRITICALITY reject EXTENSION RL-ID PRESENCE optional}|
{ ID id-EDPCH-Information CRITICALITY reject EXTENSION EDPCH-Information-RLReconfPrepare-FDD PRESENCE optional}|
{ ID id-EDCH-FDD-Information CRITICALITY reject EXTENSION EDCH-FDD-Information PRESENCE optional}|
{ ID id-EDCH-FDD-Information-To-Modify CRITICALITY reject EXTENSION EDCH-FDD-Information-To-Modify PRESENCE optional}|
{ ID id-EDCH-MACdFlows-To-Add CRITICALITY reject EXTENSION EDCH-MACdFlows-Information PRESENCE optional}|
{ ID id-EDCH-MACdFlows-To-Delete CRITICALITY reject EXTENSION EDCH-MACdFlows-To-Delete PRESENCE optional}|
{ ID id-Serving-EDCHRL-Id CRITICALITY reject EXTENSION EDCH-Serving-RL PRESENCE optional}|
{ ID id-F-DPCH-Information-RL-ReconfPrepFDD CRITICALITY reject EXTENSION F-DPCH-Information-RL-ReconfPrepFDD PRESENCE optional}|
{ ID id-Fast-Reconfiguration-Mode CRITICALITY ignore EXTENSION Fast-Reconfiguration-Mode PRESENCE optional}|
{ ID id-CPC-Information CRITICALITY reject EXTENSION CPC-Information PRESENCE optional}|
{ ID id-Additional-HS-Cell-Information-RL-Reconf-Prep CRITICALITY reject EXTENSION Additional-HS-Cell-Information-RL-Reconf-Prep PRESENCE optional}|
{ ID id-UE-AggregateMaximumBitRate CRITICALITY ignore EXTENSION UE-AggregateMaximumBitRate PRESENCE optional}|
{ ID id-Additional-EDCH-Cell-Information-RL-Reconf-Prep CRITICALITY reject EXTENSION Additional-EDCH-Cell-Information-RL-Reconf-Prep PRESENCE optional}|
{ ID id-UL-CLTD-Information-Reconf CRITICALITY reject EXTENSION UL-CLTD-Information-Reconf PRESENCE optional}|
{ ID id-E-DCH-Decoupling-Indication CRITICALITY reject EXTENSION E-DCH-Decoupling-Indication PRESENCE optional}|
{ ID id-DCH-ENH-Information-Reconf CRITICALITY reject EXTENSION DCH-ENH-Information-Reconf PRESENCE optional}|
{ ID id-Radio-Links-without-DPCH-FDPCH-Indication CRITICALITY reject EXTENSION Radio-Links-without-DPCH-FDPCH-Indication PRESENCE optional}|
{ ID id-UL-DPCCH2-Information-Reconf CRITICALITY reject EXTENSION UL-DPCCH2-Information-Reconf PRESENCE optional}|
{ ID id-Downlink-TPC-enhancements-Reconf CRITICALITY reject EXTENSION Downlink-TPC-enhancements-Reconf PRESENCE optional}|
{ ID id-Improved-Synchronized-Indicator CRITICALITY reject EXTENSION Improved-Synchronized-Indicator PRESENCE optional},
...
}
Additional-HS-Cell-Information-RL-Reconf-Prep ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH-1)) OF Additional-HS-Cell-Information-RL-Reconf-Prep-ItemIEs
Additional-HS-Cell-Information-RL-Reconf-Prep-ItemIEs ::=SEQUENCE{
hSPDSCH-RL-ID RL-ID,
c-ID C-ID OPTIONAL,
hS-DSCH-FDD-Secondary-Serving-Information HS-DSCH-FDD-Secondary-Serving-Information OPTIONAL,
hS-DSCH-Secondary-Serving-Information-To-Modify HS-DSCH-Secondary-Serving-Information-To-Modify OPTIONAL,
hS-HS-DSCH-Secondary-Serving-Remove HS-DSCH-Secondary-Serving-Remove OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-HS-Cell-Information-RL-Reconf-Prep-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-HS-Cell-Information-RL-Reconf-Prep-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-Cell-Information-RL-Reconf-Prep ::=SEQUENCE{
setup-Or-ConfigurationChange-Or-Removal-Of-EDCH-On-secondary-UL-Frequency Setup-Or-ConfigurationChange-Or-Removal-Of-EDCH-On-secondary-UL-Frequency,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-Cell-Information-RL-Reconf-Prep-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-Cell-Information-RL-Reconf-Prep-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
F-DPCH-Information-RL-ReconfPrepFDD ::= SEQUENCE {
powerOffsetInformation PowerOffsetInformation-F-DPCH-RL-ReconfPrepFDD,
fdd-dl-TPC-DownlinkStepSize FDD-TPC-DownlinkStepSize,
limitedPowerIncrease LimitedPowerIncrease,
innerLoopDLPCStatus InnerLoopDLPCStatus,
iE-Extensions ProtocolExtensionContainer { { F-DPCH-Information-RL-ReconfPrepFDD-ExtIEs} } OPTIONAL,
...
}
F-DPCH-Information-RL-ReconfPrepFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-F-DPCH-SlotFormatSupportRequest CRITICALITY reject EXTENSION F-DPCH-SlotFormatSupportRequest PRESENCE optional }|
{ ID id-F-DPCH-SlotFormat CRITICALITY ignore EXTENSION F-DPCH-SlotFormat PRESENCE optional},
...
}
PowerOffsetInformation-F-DPCH-RL-ReconfPrepFDD ::= SEQUENCE {
po2-ForTPC-Bits PowerOffset,
--This IE shall be ignored by DRNS
iE-Extensions ProtocolExtensionContainer { { PowerOffsetInformation-F-DPCH-RL-ReconfPrepFDD-ExtIEs} } OPTIONAL,
...
}
PowerOffsetInformation-F-DPCH-RL-ReconfPrepFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK RECONFIGURATION PREPARE TDD
--
-- **************************************************************
RadioLinkReconfigurationPrepareTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkReconfigurationPrepareTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkReconfigurationPrepareTDD-Extensions}} OPTIONAL,
...
}
RadioLinkReconfigurationPrepareTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-AllowedQueuingTime CRITICALITY reject TYPE AllowedQueuingTime PRESENCE optional } |
{ ID id-UL-CCTrCH-InformationAddList-RL-ReconfPrepTDD CRITICALITY notify TYPE UL-CCTrCH-InformationAddList-RL-ReconfPrepTDD PRESENCE optional } |
{ ID id-UL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD CRITICALITY notify TYPE UL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD PRESENCE optional } |
{ ID id-UL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD CRITICALITY notify TYPE UL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD PRESENCE optional } |
{ ID id-DL-CCTrCH-InformationAddList-RL-ReconfPrepTDD CRITICALITY notify TYPE DL-CCTrCH-InformationAddList-RL-ReconfPrepTDD PRESENCE optional } |
{ ID id-DL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD CRITICALITY notify TYPE DL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD PRESENCE optional } |
{ ID id-DL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD CRITICALITY notify TYPE DL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD PRESENCE optional } |
{ ID id-TDD-DCHs-to-Modify CRITICALITY reject TYPE TDD-DCHs-to-Modify PRESENCE optional } |
{ ID id-DCHs-to-Add-TDD CRITICALITY reject TYPE DCH-TDD-Information PRESENCE optional } |
{ ID id-DCH-DeleteList-RL-ReconfPrepTDD CRITICALITY reject TYPE DCH-DeleteList-RL-ReconfPrepTDD PRESENCE optional }|
{ ID id-DSCH-ModifyList-RL-ReconfPrepTDD CRITICALITY reject TYPE DSCH-ModifyList-RL-ReconfPrepTDD PRESENCE optional } |
{ ID id-DSCHs-to-Add-TDD CRITICALITY reject TYPE DSCH-TDD-Information PRESENCE optional } |
{ ID id-DSCH-DeleteList-RL-ReconfPrepTDD CRITICALITY reject TYPE DSCH-DeleteList-RL-ReconfPrepTDD PRESENCE optional } |
{ ID id-USCH-ModifyList-RL-ReconfPrepTDD CRITICALITY reject TYPE USCH-ModifyList-RL-ReconfPrepTDD PRESENCE optional } |
{ ID id-USCHs-to-Add CRITICALITY reject TYPE USCH-Information PRESENCE optional } |
{ ID id-USCH-DeleteList-RL-ReconfPrepTDD CRITICALITY reject TYPE USCH-DeleteList-RL-ReconfPrepTDD PRESENCE optional },
...
}
UL-CCTrCH-InformationAddList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {UL-CCTrCH-AddInformation-RL-ReconfPrepTDD-IEs} }
UL-CCTrCH-AddInformation-RL-ReconfPrepTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-AddInformation-RL-ReconfPrepTDD CRITICALITY notify TYPE UL-CCTrCH-AddInformation-RL-ReconfPrepTDD PRESENCE mandatory }
}
UL-CCTrCH-AddInformation-RL-ReconfPrepTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
tFCS TFCS,
tFCI-Coding TFCI-Coding,
punctureLimit PunctureLimit,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCH-AddInformation-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCH-AddInformation-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UL-SIRTarget CRITICALITY reject EXTENSION UL-SIR PRESENCE optional}|
-- This IE shall be mandatory for 1.28Mcps TDD, not applicable for 3.84Mcps TDD or 7.68Mcps TDD.
{ ID id-TDD-TPC-UplinkStepSize-InformationAdd-LCR-RL-ReconfPrepTDD CRITICALITY reject EXTENSION TDD-TPC-UplinkStepSize-LCR PRESENCE optional },
-- Mandatory for 1.28Mcps TDD, not applicable to 3.84Mcps TDD or 7.68Mcps TDD
...
}
UL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {UL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD-IEs} }
UL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD CRITICALITY notify TYPE UL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD PRESENCE mandatory }
}
UL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
tFCS TFCS OPTIONAL,
tFCI-Coding TFCI-Coding OPTIONAL,
punctureLimit PunctureLimit OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UL-SIRTarget CRITICALITY reject EXTENSION UL-SIR PRESENCE optional}|
-- This IE shall be applicable for 1.28Mcps TDD only.
{ ID id-TDD-TPC-UplinkStepSize-InformationModify-LCR-RL-ReconfPrepTDD CRITICALITY reject EXTENSION TDD-TPC-UplinkStepSize-LCR PRESENCE optional },
-- Applicable to 1.28Mcps TDD only
...
}
UL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {UL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD-IEs} }
UL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD CRITICALITY notify TYPE UL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD PRESENCE mandatory }
}
UL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCH-InformationAddList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {DL-CCTrCH-AddInformation-RL-ReconfPrepTDD-IEs} }
DL-CCTrCH-AddInformation-RL-ReconfPrepTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationAddItem-RL-ReconfPrepTDD CRITICALITY notify TYPE DL-CCTrCH-InformationAddItem-RL-ReconfPrepTDD PRESENCE mandatory }
}
DL-CCTrCH-InformationAddItem-RL-ReconfPrepTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
tFCS TFCS,
tFCI-Coding TFCI-Coding,
punctureLimit PunctureLimit,
cCTrCH-TPCList CCTrCH-TPCAddList-RL-ReconfPrepTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCH-InformationAddItem-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-InformationAddItem-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TDD-TPC-DownlinkStepSize-InformationAdd-RL-ReconfPrepTDD CRITICALITY reject EXTENSION TDD-TPC-DownlinkStepSize PRESENCE optional },
...
}
CCTrCH-TPCAddList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF CCTrCH-TPCAddItem-RL-ReconfPrepTDD
CCTrCH-TPCAddItem-RL-ReconfPrepTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
iE-Extensions ProtocolExtensionContainer { { CCTrCH-TPCAddItem-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
CCTrCH-TPCAddItem-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {DL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD-IEs} }
DL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationModifyItem-RL-ReconfPrepTDD CRITICALITY notify TYPE DL-CCTrCH-InformationModifyItem-RL-ReconfPrepTDD PRESENCE mandatory }
}
DL-CCTrCH-InformationModifyItem-RL-ReconfPrepTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
tFCS TFCS OPTIONAL,
tFCI-Coding TFCI-Coding OPTIONAL,
punctureLimit PunctureLimit OPTIONAL,
cCTrCH-TPCList CCTrCH-TPCModifyList-RL-ReconfPrepTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCH-InformationModifyItem-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-InformationModifyItem-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TDD-TPC-DownlinkStepSize-InformationModify-RL-ReconfPrepTDD CRITICALITY reject EXTENSION TDD-TPC-DownlinkStepSize PRESENCE optional},
...
}
CCTrCH-TPCModifyList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF CCTrCH-TPCModifyItem-RL-ReconfPrepTDD
CCTrCH-TPCModifyItem-RL-ReconfPrepTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
iE-Extensions ProtocolExtensionContainer { { CCTrCH-TPCModifyItem-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
CCTrCH-TPCModifyItem-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {DL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD-IEs} }
DL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationDeleteItem-RL-ReconfPrepTDD CRITICALITY notify TYPE DL-CCTrCH-InformationDeleteItem-RL-ReconfPrepTDD PRESENCE mandatory }
}
DL-CCTrCH-InformationDeleteItem-RL-ReconfPrepTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCH-InformationDeleteItem-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-InformationDeleteItem-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-DeleteList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE (0..maxNrOfDCHs)) OF DCH-DeleteItem-RL-ReconfPrepTDD
DCH-DeleteItem-RL-ReconfPrepTDD ::= SEQUENCE {
dCH-ID DCH-ID,
iE-Extensions ProtocolExtensionContainer { {DCH-DeleteItem-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
DCH-DeleteItem-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DSCH-ModifyList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE(0..maxNoOfDSCHs)) OF DSCH-ModifyItem-RL-ReconfPrepTDD
DSCH-ModifyItem-RL-ReconfPrepTDD ::= SEQUENCE {
dSCH-ID DSCH-ID,
dl-ccTrCHID CCTrCH-ID OPTIONAL,
trChSourceStatisticsDescriptor TrCH-SrcStatisticsDescr OPTIONAL,
transportFormatSet TransportFormatSet OPTIONAL,
allocationRetentionPriority AllocationRetentionPriority OPTIONAL,
schedulingPriorityIndicator SchedulingPriorityIndicator OPTIONAL,
bLER BLER OPTIONAL,
transportBearerRequestIndicator TransportBearerRequestIndicator,
iE-Extensions ProtocolExtensionContainer { {DSCH-ModifyItem-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
DSCH-ModifyItem-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TrafficClass CRITICALITY ignore EXTENSION TrafficClass PRESENCE optional }|
{ ID id-BindingID CRITICALITY ignore EXTENSION BindingID PRESENCE optional }|
-- Shall be ignored if bearer establishment with ALCAP.
{ ID id-TransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional }|
-- Shall be ignored if bearer establishment with ALCAP.
{ ID id-TnlQos CRITICALITY ignore EXTENSION TnlQos PRESENCE optional },
-- Shall be ignored if bearer establishment with ALCAP.
...
}
DSCH-DeleteList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE(0..maxNoOfDSCHs)) OF DSCH-DeleteItem-RL-ReconfPrepTDD
DSCH-DeleteItem-RL-ReconfPrepTDD ::= SEQUENCE {
dSCH-ID DSCH-ID,
iE-Extensions ProtocolExtensionContainer { {DSCH-DeleteItem-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
DSCH-DeleteItem-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
USCH-ModifyList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE(0..maxNoOfUSCHs)) OF USCH-ModifyItem-RL-ReconfPrepTDD
USCH-ModifyItem-RL-ReconfPrepTDD ::= SEQUENCE {
uSCH-ID USCH-ID,
ul-ccTrCHID CCTrCH-ID OPTIONAL,
trChSourceStatisticsDescriptor TrCH-SrcStatisticsDescr OPTIONAL,
transportFormatSet TransportFormatSet OPTIONAL,
allocationRetentionPriority AllocationRetentionPriority OPTIONAL,
schedulingPriorityIndicator SchedulingPriorityIndicator OPTIONAL,
bLER BLER OPTIONAL,
transportBearerRequestIndicator TransportBearerRequestIndicator,
rb-Info RB-Info OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {USCH-ModifyItem-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
USCH-ModifyItem-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TrafficClass CRITICALITY ignore EXTENSION TrafficClass PRESENCE optional }|
{ ID id-BindingID CRITICALITY ignore EXTENSION BindingID PRESENCE optional }|
-- Shall be ignored if bearer establishment with ALCAP.
{ ID id-TransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional }|
-- Shall be ignored if bearer establishment with ALCAP.
{ ID id-TnlQos CRITICALITY ignore EXTENSION TnlQos PRESENCE optional },
...
}
USCH-DeleteList-RL-ReconfPrepTDD ::= SEQUENCE (SIZE(0..maxNoOfUSCHs)) OF USCH-DeleteItem-RL-ReconfPrepTDD
USCH-DeleteItem-RL-ReconfPrepTDD ::= SEQUENCE {
uSCH-ID USCH-ID,
iE-Extensions ProtocolExtensionContainer { {USCH-DeleteItem-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
USCH-DeleteItem-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkReconfigurationPrepareTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-PrimaryCCPCH-RSCP-RL-ReconfPrepTDD CRITICALITY ignore EXTENSION PrimaryCCPCH-RSCP PRESENCE optional}|
{ ID id-DL-TimeSlot-ISCP-Info-RL-ReconfPrepTDD CRITICALITY ignore EXTENSION DL-TimeSlot-ISCP-Info PRESENCE optional}|
{ ID id-DL-Timeslot-ISCP-LCR-Information-RL-ReconfPrepTDD CRITICALITY ignore EXTENSION DL-TimeSlot-ISCP-LCR-Information PRESENCE optional}|
{ ID id-HSDSCH-TDD-Information CRITICALITY reject EXTENSION HSDSCH-TDD-Information PRESENCE optional}|
{ ID id-HSDSCH-Information-to-Modify CRITICALITY reject EXTENSION HSDSCH-Information-to-Modify PRESENCE optional}|
{ ID id-HSDSCH-MACdFlows-to-Add CRITICALITY reject EXTENSION HSDSCH-MACdFlows-Information PRESENCE optional}|
{ ID id-HSDSCH-MACdFlows-to-Delete CRITICALITY reject EXTENSION HSDSCH-MACdFlows-to-Delete PRESENCE optional}|
{ ID id-HSPDSCH-RL-ID CRITICALITY reject EXTENSION RL-ID PRESENCE optional}|
{ ID id-PDSCH-RL-ID CRITICALITY ignore EXTENSION RL-ID PRESENCE optional}|
{ ID id-UL-Synchronisation-Parameters-LCR CRITICALITY ignore EXTENSION UL-Synchronisation-Parameters-LCR PRESENCE optional}|
-- Mandatory for 1.28Mcps TDD, Not Applicable to 3.84Mcps TDD or 7.68Mcps TDD
{ ID id-RL-Information-RL-ReconfPrepTDD CRITICALITY ignore EXTENSION RL-Information-RL-ReconfPrepTDD PRESENCE optional}|
{ ID id-PrimaryCCPCH-RSCP-Delta CRITICALITY ignore EXTENSION PrimaryCCPCH-RSCP-Delta PRESENCE optional}|
{ ID id-E-DCH-Information-Reconfig CRITICALITY reject EXTENSION E-DCH-Information-Reconfig PRESENCE optional}|
{ ID id-E-DCH-Serving-RL-ID CRITICALITY reject EXTENSION RL-ID PRESENCE optional}|
{ ID id-E-DCH-768-Information-Reconfig CRITICALITY reject EXTENSION E-DCH-768-Information-Reconfig PRESENCE optional}|
{ ID id-E-DCH-LCR-Information-Reconfig CRITICALITY reject EXTENSION E-DCH-LCR-Information-Reconfig PRESENCE optional}|
{ ID id-NeedforIdleInterval CRITICALITY ignore EXTENSION NeedforIdleInterval PRESENCE optional}|
{ ID id-CPC-InformationLCR CRITICALITY reject EXTENSION CPC-InformationLCR PRESENCE optional}|
{ ID id-RNTI-Allocation-Indicator CRITICALITY ignore EXTENSION RNTI-Allocation-Indicator PRESENCE optional}|
{ ID id-DCH-MeasurementType-Indicator CRITICALITY reject EXTENSION DCH-MeasurementType-Indicator PRESENCE optional}|
{ ID id-Multi-Carrier-EDCH-Reconfigure CRITICALITY reject EXTENSION Multi-Carrier-EDCH-Reconfigure PRESENCE optional}|
{ ID id-MU-MIMO-Indicator CRITICALITY reject EXTENSION MU-MIMO-Indicator PRESENCE optional}|
{ ID id-UE-Support-of-non-rectangular-resource-allocation CRITICALITY ignore EXTENSION UE-Support-of-non-rectangular-resource-allocation PRESENCE optional},
...
}
RL-Information-RL-ReconfPrepTDD ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF RL-InformationIE-RL-ReconfPrepTDD
RL-InformationIE-RL-ReconfPrepTDD ::= SEQUENCE {
rL-ID RL-ID,
rL-Specific-DCH-Info RL-Specific-DCH-Info OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RL-InformationIE-RL-ReconfPrepTDD-ExtIEs} } OPTIONAL,
...
}
RL-InformationIE-RL-ReconfPrepTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK RECONFIGURATION READY FDD
--
-- **************************************************************
RadioLinkReconfigurationReadyFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkReconfigurationReadyFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkReconfigurationReadyFDD-Extensions}} OPTIONAL,
...
}
RadioLinkReconfigurationReadyFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationResponseList-RL-ReconfReadyFDD CRITICALITY ignore TYPE RL-InformationResponseList-RL-ReconfReadyFDD PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RL-InformationResponseList-RL-ReconfReadyFDD ::= SEQUENCE (SIZE (0..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-InformationResponse-RL-ReconfReadyFDD-IEs} }
RL-InformationResponse-RL-ReconfReadyFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationResponseItem-RL-ReconfReadyFDD CRITICALITY ignore TYPE RL-InformationResponseItem-RL-ReconfReadyFDD PRESENCE mandatory }
}
RL-InformationResponseItem-RL-ReconfReadyFDD ::= SEQUENCE {
rL-ID RL-ID,
max-UL-SIR UL-SIR OPTIONAL,
min-UL-SIR UL-SIR OPTIONAL,
maximumDLTxPower DL-Power OPTIONAL,
minimumDLTxPower DL-Power OPTIONAL,
not-Used-secondary-CCPCH-Info NULL OPTIONAL,
dl-CodeInformationList DL-CodeInformationList-RL-ReconfReadyFDD OPTIONAL,
dCHInformationResponse DCH-InformationResponseList-RL-ReconfReadyFDD OPTIONAL,
not-Used-dSCHsToBeAddedOrModified NULL OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-InformationResponseItem-RL-ReconfReadyFDD-ExtIEs} } OPTIONAL,
...
}
RL-InformationResponseItem-RL-ReconfReadyFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DL-PowerBalancing-UpdatedIndicator CRITICALITY ignore EXTENSION DL-PowerBalancing-UpdatedIndicator PRESENCE optional }|
{ ID id-Primary-CPICH-Usage-For-Channel-Estimation CRITICALITY ignore EXTENSION Primary-CPICH-Usage-For-Channel-Estimation PRESENCE optional }|
{ ID id-Secondary-CPICH-Information-Change CRITICALITY ignore EXTENSION Secondary-CPICH-Information-Change PRESENCE optional }|
{ ID id-EDCH-FDD-InformationResponse CRITICALITY ignore EXTENSION EDCH-FDD-InformationResponse PRESENCE optional }|
{ ID id-EDCH-RLSet-Id CRITICALITY ignore EXTENSION RL-Set-ID PRESENCE optional }|
{ ID id-EDCH-FDD-DL-ControlChannelInformation CRITICALITY ignore EXTENSION EDCH-FDD-DL-ControlChannelInformation PRESENCE optional }|
{ ID id-F-DPCH-SlotFormat CRITICALITY ignore EXTENSION F-DPCH-SlotFormat PRESENCE optional }|
{ ID id-HSDSCH-PreconfigurationInfo CRITICALITY ignore EXTENSION HSDSCH-PreconfigurationInfo PRESENCE optional }|
{ ID id-Non-Serving-RL-Preconfig-Info CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Info PRESENCE optional }|
{ ID id-FTPICH-Information-Response CRITICALITY ignore EXTENSION FTPICH-Information-Response PRESENCE optional },
...
}
DL-CodeInformationList-RL-ReconfReadyFDD ::= ProtocolIE-Single-Container {{ DL-CodeInformationListIEs-RL-ReconfReadyFDD }}
DL-CodeInformationListIEs-RL-ReconfReadyFDD RNSAP-PROTOCOL-IES ::= {
{ ID id-FDD-DL-CodeInformation CRITICALITY ignore TYPE FDD-DL-CodeInformation PRESENCE mandatory}
}
DCH-InformationResponseList-RL-ReconfReadyFDD ::= ProtocolIE-Single-Container { {DCH-InformationResponseListIEs-RL-ReconfReadyFDD} }
DCH-InformationResponseListIEs-RL-ReconfReadyFDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DCH-InformationResponse CRITICALITY ignore TYPE DCH-InformationResponse PRESENCE mandatory }
}
RadioLinkReconfigurationReadyFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSDSCH-RNTI CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional}|
{ ID id-HSDSCH-FDD-Information-Response CRITICALITY ignore EXTENSION HSDSCH-FDD-Information-Response PRESENCE optional}|
{ ID id-MAChs-ResetIndicator CRITICALITY ignore EXTENSION MAChs-ResetIndicator PRESENCE optional}|
{ ID id-Fast-Reconfiguration-Permission CRITICALITY ignore EXTENSION Fast-Reconfiguration-Permission PRESENCE optional}|
{ ID id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response CRITICALITY ignore EXTENSION Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response PRESENCE optional}|
{ ID id-Additional-HS-Cell-RL-Reconf-Response CRITICALITY ignore EXTENSION Additional-HS-Cell-RL-Reconf-Response PRESENCE optional}|
{ ID id-Additional-EDCH-Cell-Information-ResponseRLReconf CRITICALITY ignore EXTENSION Additional-EDCH-Cell-Information-Response-RLReconf-List PRESENCE optional},
...
}
Additional-HS-Cell-RL-Reconf-Response ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH-1)) OF Additional-HS-Cell-RL-Reconf-Response-ItemIEs
Additional-HS-Cell-RL-Reconf-Response-ItemIEs ::=SEQUENCE{
hSPDSCH-RL-ID RL-ID,
hSDSCH-RNTI HSDSCH-RNTI,
hS-DSCH-FDD-Secondary-Serving-Information-Response HS-DSCH-FDD-Secondary-Serving-Information-Response,
iE-Extensions ProtocolExtensionContainer { { Additional-HS-Cell-RL-Reconf-Response-ItemIEs-ExtIEs} } OPTIONAL,
...
}
Additional-HS-Cell-RL-Reconf-Response-ItemIEs-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK RECONFIGURATION READY TDD
--
-- **************************************************************
RadioLinkReconfigurationReadyTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkReconfigurationReadyTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkReconfigurationReadyTDD-Extensions}} OPTIONAL,
...
}
RadioLinkReconfigurationReadyTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationResponse-RL-ReconfReadyTDD CRITICALITY ignore TYPE RL-InformationResponse-RL-ReconfReadyTDD PRESENCE optional} |
--This RL-InformationResponse-RL-ReconfReadyTDD is for the first RL repetition in the list.
--Repetitions 2 and on are defined in Multiple-RL-InformationResponse-RL-ReconfReadyTDD.
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
RL-InformationResponse-RL-ReconfReadyTDD ::= SEQUENCE {
rL-ID RL-ID,
max-UL-SIR UL-SIR OPTIONAL,
min-UL-SIR UL-SIR OPTIONAL,
maximumDLTxPower DL-Power OPTIONAL,
minimumDLTxPower DL-Power OPTIONAL,
secondary-CCPCH-Info-TDD Secondary-CCPCH-Info-TDD OPTIONAL,
ul-CCTrCH-Information UL-CCTrCH-InformationList-RL-ReconfReadyTDD OPTIONAL,
dl-CCTrCH-Information DL-CCTrCH-InformationList-RL-ReconfReadyTDD OPTIONAL,
dCHInformationResponse DCH-InformationResponseList-RL-ReconfReadyTDD OPTIONAL,
dSCHsToBeAddedOrModified DSCHToBeAddedOrModified-RL-ReconfReadyTDD OPTIONAL,
uSCHsToBeAddedOrModified USCHToBeAddedOrModified-RL-ReconfReadyTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-InformationResponse-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
RL-InformationResponse-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UL-TimingAdvanceCtrl-LCR CRITICALITY ignore EXTENSION UL-TimingAdvanceCtrl-LCR PRESENCE optional}|
--For 1.28Mcps TDD only
{ ID id-secondary-LCR-CCPCH-Info-TDD CRITICALITY ignore EXTENSION Secondary-LCR-CCPCH-Info-TDD PRESENCE optional}|
--For 1.28Mcps TDD only
{ ID id-secondary-CCPCH-Info-RL-ReconfReadyTDD768 CRITICALITY ignore EXTENSION Secondary-CCPCH-Info-TDD768 PRESENCE optional}|
{ ID id-UARFCNforNt CRITICALITY ignore EXTENSION UARFCN PRESENCE optional},
-- Applicable to 1.28Mcps TDD only
...
}
UL-CCTrCH-InformationList-RL-ReconfReadyTDD ::= ProtocolIE-Single-Container {{UL-CCTrCHInformationListIEs-RL-ReconfReadyTDD}}
UL-CCTrCHInformationListIEs-RL-ReconfReadyTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-InformationListIE-RL-ReconfReadyTDD CRITICALITY ignore TYPE UL-CCTrCHInformationListIE-RL-ReconfReadyTDD PRESENCE mandatory}
}
UL-CCTrCHInformationListIE-RL-ReconfReadyTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF UL-CCTrCH-InformationItem-RL-ReconfReadyTDD
UL-CCTrCH-InformationItem-RL-ReconfReadyTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
ul-DPCH-AddInformation UL-DPCH-InformationAddList-RL-ReconfReadyTDD OPTIONAL,
--For 3.84Mcps TDD only
ul-DPCH-ModifyInformation UL-DPCH-InformationModifyList-RL-ReconfReadyTDD OPTIONAL,
ul-DPCH-DeleteInformation UL-DPCH-InformationDeleteList-RL-ReconfReadyTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCH-InformationItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCH-InformationItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UL-DPCH-LCR-InformationAddListIE-RL-ReconfReadyTDD CRITICALITY ignore EXTENSION UL-DPCH-LCR-InformationAddList-RL-ReconfReadyTDD PRESENCE optional }|
--For 1.28Mcps TDD only
{ ID id-UL-DPCH-InformationAddListIE-RL-ReconfReadyTDD768 CRITICALITY ignore EXTENSION UL-DPCH-InformationAddList-RL-ReconfReadyTDD768 PRESENCE optional },
--For 7.68Mcps TDD only
...
}
UL-DPCH-LCR-InformationAddList-RL-ReconfReadyTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
uL-TimeslotLCR-Info UL-TimeslotLCR-Information,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-LCR-InformationAddItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-LCR-InformationAddItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-DPCH-InformationAddList-RL-ReconfReadyTDD ::= ProtocolIE-Single-Container {{UL-DPCH-InformationAddListIEs-RL-ReconfReadyTDD}}
UL-DPCH-InformationAddListIEs-RL-ReconfReadyTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-DPCH-InformationAddListIE-RL-ReconfReadyTDD CRITICALITY ignore TYPE UL-DPCH-InformationAddListIE-RL-ReconfReadyTDD PRESENCE optional}
}
UL-DPCH-InformationAddListIE-RL-ReconfReadyTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
rxTimingDeviationForTA RxTimingDeviationForTA OPTIONAL,
uL-Timeslot-Information UL-Timeslot-Information,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-InformationAddItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-InformationAddItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-RxTimingDeviationForTAext CRITICALITY ignore EXTENSION RxTimingDeviationForTAext PRESENCE optional },
...
}
UL-DPCH-InformationAddList-RL-ReconfReadyTDD768 ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
rxTimingDeviationForTA768 RxTimingDeviationForTA768 OPTIONAL,
uL-Timeslot-Information768 UL-Timeslot-Information768,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-InformationAddItem-RL-ReconfReadyTDD768-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-InformationAddItem-RL-ReconfReadyTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-DPCH-InformationModifyList-RL-ReconfReadyTDD ::= ProtocolIE-Single-Container {{UL-DPCH-InformationModifyListIEs-RL-ReconfReadyTDD}}
UL-DPCH-InformationModifyListIEs-RL-ReconfReadyTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD CRITICALITY ignore TYPE UL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD PRESENCE mandatory}
}
UL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD::= SEQUENCE {
repetitionPeriod RepetitionPeriod OPTIONAL,
repetitionLength RepetitionLength OPTIONAL,
tDD-DPCHOffset TDD-DPCHOffset OPTIONAL,
uL-Timeslot-InformationModifyList-RL-ReconfReadyTDD UL-Timeslot-InformationModifyList-RL-ReconfReadyTDD OPTIONAL,
--For 3.84Mcps TDD only
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UL-Timeslot-LCR-InformationModifyList-RL-ReconfReadyTDD CRITICALITY ignore EXTENSION UL-TimeslotLCR-InformationModifyList-RL-ReconfReadyTDD PRESENCE optional}|
--For 1.28Mcps TDD only
{ ID id-UL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768 CRITICALITY ignore EXTENSION UL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768 PRESENCE optional},
--For 7.68Mcps TDD only
...
}
UL-TimeslotLCR-InformationModifyList-RL-ReconfReadyTDD::= SEQUENCE ( SIZE (1..maxNrOfTsLCR)) OF UL-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD
UL-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
tDD-uL-Code-LCR-Information TDD-UL-Code-LCR-InformationModifyList-RL-ReconfReadyTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
TDD-UL-Code-LCR-InformationModifyList-RL-ReconfReadyTDD::= SEQUENCE ( SIZE (1..maxNrOfDPCHsLCR)) OF TDD-UL-Code-LCR-InformationModifyItem-RL-ReconfReadyTDD
TDD-UL-Code-LCR-InformationModifyItem-RL-ReconfReadyTDD ::= SEQUENCE {
dPCH-ID DPCH-ID,
tDD-ChannelisationCodeLCR TDD-ChannelisationCodeLCR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {TDD-UL-Code-LCR-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
TDD-UL-Code-LCR-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TDD-UL-DPCH-TimeSlotFormatModifyItem-LCR-RL-ReconfReadyTDD CRITICALITY reject EXTENSION TDD-UL-DPCH-TimeSlotFormat-LCR PRESENCE optional},
...
}
UL-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-Timeslot-InformationModifyList-RL-ReconfReadyTDD::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF UL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD
UL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
uL-Code-Information TDD-UL-Code-InformationModifyList-RL-ReconfReadyTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
UL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TDD-UL-Code-InformationModifyList-RL-ReconfReadyTDD::= SEQUENCE ( SIZE (1..maxNrOfDPCHs)) OF TDD-UL-Code-InformationModifyItem-RL-ReconfReadyTDD
TDD-UL-Code-InformationModifyItem-RL-ReconfReadyTDD ::= SEQUENCE {
dPCH-ID DPCH-ID,
tDD-ChannelisationCode TDD-ChannelisationCode OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {TDD-UL-Code-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
TDD-UL-Code-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF UL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD768
UL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD768 ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768 OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
uL-Code-Information768 TDD-UL-Code-InformationModifyList-RL-ReconfReadyTDD768 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD768-ExtIEs} } OPTIONAL,
...
}
UL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TDD-UL-Code-InformationModifyList-RL-ReconfReadyTDD768::= SEQUENCE ( SIZE (1..maxNrOfDPCHs768)) OF TDD-UL-Code-InformationModifyItem-RL-ReconfReadyTDD768
TDD-UL-Code-InformationModifyItem-RL-ReconfReadyTDD768 ::= SEQUENCE {
dPCH-ID DPCH-ID,
tDD-ChannelisationCode768 TDD-ChannelisationCode768 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {TDD-UL-Code-InformationModifyItem-RL-ReconfReadyTDD768-ExtIEs} } OPTIONAL,
...
}
TDD-UL-Code-InformationModifyItem-RL-ReconfReadyTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-DPCH-InformationDeleteList-RL-ReconfReadyTDD ::= ProtocolIE-Single-Container {{UL-DPCH-InformationDeleteListIEs-RL-ReconfReadyTDD}}
UL-DPCH-InformationDeleteListIEs-RL-ReconfReadyTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD CRITICALITY ignore TYPE UL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD PRESENCE mandatory}
}
UL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD ::= SEQUENCE (SIZE (0..maxNrOfDPCHs)) OF UL-DPCH-InformationDeleteItem-RL-ReconfReadyTDD
UL-DPCH-InformationDeleteItem-RL-ReconfReadyTDD ::= SEQUENCE {
dPCH-ID DPCH-ID,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-InformationDeleteList-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-InformationDeleteList-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCH-InformationList-RL-ReconfReadyTDD ::= ProtocolIE-Single-Container {{DL-CCTrCHInformationListIEs-RL-ReconfReadyTDD}}
DL-CCTrCHInformationListIEs-RL-ReconfReadyTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationListIE-RL-ReconfReadyTDD CRITICALITY ignore TYPE DL-CCTrCHInformationListIE-RL-ReconfReadyTDD PRESENCE mandatory}
}
DL-CCTrCHInformationListIE-RL-ReconfReadyTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF DL-CCTrCH-InformationItem-RL-ReconfReadyTDD
DL-CCTrCH-InformationItem-RL-ReconfReadyTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
dl-DPCH-AddInformation DL-DPCH-InformationAddList-RL-ReconfReadyTDD OPTIONAL,
--For 3.84Mcps TDD only
dl-DPCH-ModifyInformation DL-DPCH-InformationModifyList-RL-ReconfReadyTDD OPTIONAL,
dl-DPCH-DeleteInformation DL-DPCH-InformationDeleteList-RL-ReconfReadyTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCH-InformationItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-InformationItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DL-DPCH-LCR-InformationAddListIE-RL-ReconfReadyTDD CRITICALITY ignore EXTENSION DL-DPCH-LCR-InformationAddList-RL-ReconfReadyTDD PRESENCE optional}|
--For 1.28Mcps TDD only
{ ID id-CCTrCH-Maximum-DL-Power-RL-ReconfReadyTDD CRITICALITY ignore EXTENSION DL-Power PRESENCE optional}|
-- Applicable to 3.84Mcps TDD and 7.68Mcps TDD only, this is a DCH type CCTrCH power
{ ID id-CCTrCH-Minimum-DL-Power-RL-ReconfReadyTDD CRITICALITY ignore EXTENSION DL-Power PRESENCE optional}|
-- Applicable to 3.84Mcps TDD and 7.68Mcps TDD only, this is a DCH type CCTrCH power
{ ID id-DL-DPCH-InformationAddListIE-RL-ReconfReadyTDD768 CRITICALITY ignore EXTENSION DL-DPCH-InformationAddList-RL-ReconfReadyTDD768 PRESENCE optional}|
--For 7.68Mcps TDD only
{ ID id-DL-DPCH-InformationDeleteList768-RL-ReconfReadyTDD CRITICALITY ignore EXTENSION DL-DPCH-InformationDeleteList768-RL-ReconfReadyTDD PRESENCE optional},
...
}
DL-DPCH-LCR-InformationAddList-RL-ReconfReadyTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
dL-TimeslotLCR-Info DL-TimeslotLCR-Information,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-LCR-InformationAddItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-LCR-InformationAddItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-DPCH-InformationAddList-RL-ReconfReadyTDD ::= ProtocolIE-Single-Container {{DL-DPCH-InformationAddListIEs-RL-ReconfReadyTDD}}
DL-DPCH-InformationAddListIEs-RL-ReconfReadyTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-DPCH-InformationAddListIE-RL-ReconfReadyTDD CRITICALITY ignore TYPE DL-DPCH-InformationAddListIE-RL-ReconfReadyTDD PRESENCE mandatory}
}
DL-DPCH-InformationAddListIE-RL-ReconfReadyTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
dL-Timeslot-Information DL-Timeslot-Information,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-InformationAddItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-InformationAddItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-DPCH-InformationAddList-RL-ReconfReadyTDD768 ::= SEQUENCE {
repetitionPeriod RepetitionPeriod,
repetitionLength RepetitionLength,
tDD-DPCHOffset TDD-DPCHOffset,
dL-Timeslot-Information768 DL-Timeslot-Information768,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-InformationAddItem-RL-ReconfReadyTDD768-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-InformationAddItem-RL-ReconfReadyTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-DPCH-InformationModifyList-RL-ReconfReadyTDD ::= ProtocolIE-Single-Container {{DL-DPCH-InformationModifyListIEs-RL-ReconfReadyTDD}}
DL-DPCH-InformationModifyListIEs-RL-ReconfReadyTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD CRITICALITY ignore TYPE DL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD PRESENCE mandatory}
}
DL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod OPTIONAL,
repetitionLength RepetitionLength OPTIONAL,
tDD-DPCHOffset TDD-DPCHOffset OPTIONAL,
dL-Timeslot-InformationModifyList-RL-ReconfReadyTDD DL-Timeslot-InformationModifyList-RL-ReconfReadyTDD OPTIONAL,
--For 3.84Mcps TDD only
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DL-Timeslot-LCR-InformationModifyList-RL-ReconfReadyTDD CRITICALITY ignore EXTENSION DL-TimeslotLCR-InformationModifyList-RL-ReconfReadyTDD PRESENCE optional}|
--For 1.28Mcps TDD only
{ ID id-DL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768 CRITICALITY ignore EXTENSION DL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768 PRESENCE optional},
--For 7.68Mcps TDD only
...
}
DL-TimeslotLCR-InformationModifyList-RL-ReconfReadyTDD::= SEQUENCE ( SIZE (1..maxNrOfTsLCR)) OF DL-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD
DL-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
tDD-dL-Code-LCR-Information TDD-DL-Code-LCR-InformationModifyList-RL-ReconfReadyTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
TDD-DL-Code-LCR-InformationModifyList-RL-ReconfReadyTDD::= SEQUENCE ( SIZE (1..maxNrOfDPCHsLCR)) OF TDD-DL-Code-LCR-InformationModifyItem-RL-ReconfReadyTDD
TDD-DL-Code-LCR-InformationModifyItem-RL-ReconfReadyTDD ::= SEQUENCE {
dPCH-ID DPCH-ID,
tDD-ChannelisationCodeLCR TDD-ChannelisationCodeLCR OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {TDD-DL-Code-LCR-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
TDD-DL-Code-LCR-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TDD-DL-DPCH-TimeSlotFormatModifyItem-LCR-RL-ReconfReadyTDD CRITICALITY reject EXTENSION TDD-DL-DPCH-TimeSlotFormat-LCR PRESENCE optional},
...
}
DL-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Maximum-DL-Power-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD CRITICALITY ignore EXTENSION DL-Power PRESENCE optional}|
{ ID id-Minimum-DL-Power-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD CRITICALITY ignore EXTENSION DL-Power PRESENCE optional},
...
}
DL-Timeslot-InformationModifyList-RL-ReconfReadyTDD::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF DL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD
DL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
dL-Code-Information TDD-DL-Code-InformationModifyList-RL-ReconfReadyTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
DL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TDD-DL-Code-InformationModifyList-RL-ReconfReadyTDD::= SEQUENCE ( SIZE (1..maxNrOfDPCHs)) OF TDD-DL-Code-InformationModifyItem-RL-ReconfReadyTDD
TDD-DL-Code-InformationModifyItem-RL-ReconfReadyTDD ::= SEQUENCE {
dPCH-ID DPCH-ID,
tDD-ChannelisationCode TDD-ChannelisationCode OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {TDD-DL-Code-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
TDD-DL-Code-InformationModifyItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-TDD-DL-DPCH-TimeSlotFormatModifyItem-LCR-RL-ReconfReadyTDD CRITICALITY reject EXTENSION TDD-DL-DPCH-TimeSlotFormat-LCR PRESENCE optional},
-- This IE shall not be used
...
}
DL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF DL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD768
DL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD768 ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768 OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
dL-Code-Information768 TDD-DL-Code-InformationModifyList-RL-ReconfReadyTDD768 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD768-ExtIEs} } OPTIONAL,
...
}
DL-Timeslot-InformationModifyItem-RL-ReconfReadyTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
TDD-DL-Code-InformationModifyList-RL-ReconfReadyTDD768::= SEQUENCE ( SIZE (1..maxNrOfDPCHs768)) OF TDD-DL-Code-InformationModifyItem-RL-ReconfReadyTDD768
TDD-DL-Code-InformationModifyItem-RL-ReconfReadyTDD768 ::= SEQUENCE {
dPCH-ID768 DPCH-ID768,
tDD-ChannelisationCode768 TDD-ChannelisationCode768 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {TDD-DL-Code-InformationModifyItem-RL-ReconfReadyTDD768-ExtIEs} } OPTIONAL,
...
}
TDD-DL-Code-InformationModifyItem-RL-ReconfReadyTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-DPCH-InformationDeleteList-RL-ReconfReadyTDD ::= ProtocolIE-Single-Container {{DL-DPCH-InformationDeleteListIEs-RL-ReconfReadyTDD}}
DL-DPCH-InformationDeleteListIEs-RL-ReconfReadyTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD CRITICALITY ignore TYPE DL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD PRESENCE mandatory}
}
DL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD ::= SEQUENCE (SIZE (0..maxNrOfDPCHs)) OF DL-DPCH-InformationDeleteItem-RL-ReconfReadyTDD
DL-DPCH-InformationDeleteItem-RL-ReconfReadyTDD ::= SEQUENCE {
dPCH-ID DPCH-ID,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-InformationDeleteList-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-InformationDeleteList-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-DPCH-InformationDeleteList768-RL-ReconfReadyTDD ::= SEQUENCE (SIZE (0..maxNrOfDPCHs768)) OF DL-DPCH-InformationDeleteItem768-RL-ReconfReadyTDD
DL-DPCH-InformationDeleteItem768-RL-ReconfReadyTDD ::= SEQUENCE {
dPCH-ID768 DPCH-ID768,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-InformationDeleteList768-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-InformationDeleteList768-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-InformationResponseList-RL-ReconfReadyTDD ::= ProtocolIE-Single-Container { {DCH-InformationResponseListIEs-RL-ReconfReadyTDD} }
DCH-InformationResponseListIEs-RL-ReconfReadyTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DCH-InformationResponse CRITICALITY ignore TYPE DCH-InformationResponse PRESENCE mandatory }
}
DSCHToBeAddedOrModified-RL-ReconfReadyTDD ::= ProtocolIE-Single-Container { {DSCHToBeAddedOrModifiedIEs-RL-ReconfReadyTDD} }
DSCHToBeAddedOrModifiedIEs-RL-ReconfReadyTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DSCHToBeAddedOrModifiedList-RL-ReconfReadyTDD CRITICALITY ignore TYPE DSCHToBeAddedOrModifiedList-RL-ReconfReadyTDD PRESENCE mandatory }
}
DSCHToBeAddedOrModifiedList-RL-ReconfReadyTDD ::= SEQUENCE (SIZE (0..maxNoOfDSCHs)) OF DSCHToBeAddedOrModifiedItem-RL-ReconfReadyTDD
DSCHToBeAddedOrModifiedItem-RL-ReconfReadyTDD ::= SEQUENCE {
dsch-ID DSCH-ID,
transportFormatManagement TransportFormatManagement,
dSCH-FlowControlInformation DSCH-FlowControlInformation,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DSCHToBeAddedOrModifiedItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
DSCHToBeAddedOrModifiedItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
USCHToBeAddedOrModified-RL-ReconfReadyTDD ::= ProtocolIE-Single-Container { {USCHToBeAddedOrModifiedIEs-RL-ReconfReadyTDD} }USCHToBeAddedOrModifiedIEs-RL-ReconfReadyTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-USCHToBeAddedOrModifiedList-RL-ReconfReadyTDD CRITICALITY ignore TYPE USCHToBeAddedOrModifiedList-RL-ReconfReadyTDD PRESENCE mandatory }
}
USCHToBeAddedOrModifiedList-RL-ReconfReadyTDD ::= SEQUENCE (SIZE (0..maxNoOfUSCHs)) OF USCHToBeAddedOrModifiedItem-RL-ReconfReadyTDD
USCHToBeAddedOrModifiedItem-RL-ReconfReadyTDD ::= SEQUENCE {
uSCH-ID USCH-ID,
transportFormatManagement TransportFormatManagement,
bindingID BindingID OPTIONAL,
transportLayerAddress TransportLayerAddress OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {USCHToBeAddedOrModifiedItem-RL-ReconfReadyTDD-ExtIEs} } OPTIONAL,
...
}
USCHToBeAddedOrModifiedItem-RL-ReconfReadyTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkReconfigurationReadyTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSDSCH-RNTI CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional}|
{ ID id-DSCH-RNTI CRITICALITY ignore EXTENSION DSCH-RNTI PRESENCE optional}|
{ ID id-HSDSCH-TDD-Information-Response CRITICALITY ignore EXTENSION HSDSCH-TDD-Information-Response PRESENCE optional}|
{ ID id-MAChs-ResetIndicator CRITICALITY ignore EXTENSION MAChs-ResetIndicator PRESENCE optional}|
{ ID id-Multiple-RL-InformationResponse-RL-ReconfReadyTDD CRITICALITY ignore EXTENSION Multiple-RL-InformationResponse-RL-ReconfReadyTDD PRESENCE optional}|
-- This is for RL repetitions 2 and on in RL list.
{ ID id-E-DCH-Information-Response CRITICALITY ignore EXTENSION E-DCH-Information-Response PRESENCE optional}|
{ ID id-E-DCH-768-Information-Response CRITICALITY ignore EXTENSION E-DCH-768-Information-Response PRESENCE optional}|
{ ID id-E-DCH-LCR-Information-Response CRITICALITY ignore EXTENSION E-DCH-LCR-Information-Response PRESENCE optional}|
{ ID id-PowerControlGAP CRITICALITY ignore EXTENSION ControlGAP PRESENCE optional}|
-- Applicable to 1.28Mcps TDD only
{ ID id-IdleIntervalInformation CRITICALITY ignore EXTENSION IdleIntervalInformation PRESENCE optional}|
{ ID id-ContinuousPacketConnectivity-DRX-Information-ResponseLCR CRITICALITY ignore EXTENSION ContinuousPacketConnectivity-DRX-Information-ResponseLCR PRESENCE optional}|
{ ID id-HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR CRITICALITY ignore EXTENSION HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR PRESENCE optional}|
{ ID id-E-DCH-Semi-PersistentScheduling-Information-ResponseLCR CRITICALITY ignore EXTENSION E-DCH-Semi-PersistentScheduling-Information-ResponseLCR PRESENCE optional}|
{ ID id-E-RNTI-For-FACH CRITICALITY ignore EXTENSION E-RNTI PRESENCE optional}|
{ ID id-H-RNTI-For-FACH CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional}|
{ ID id-DCH-MeasurementOccasion-Information CRITICALITY reject EXTENSION DCH-MeasurementOccasion-Information PRESENCE optional}|
{ ID id-Multi-Carrier-EDCH-Response CRITICALITY ignore EXTENSION Multi-Carrier-EDCH-Information-Response PRESENCE optional}|
{ ID id-MU-MIMO-InformationLCR CRITICALITY reject EXTENSION MU-MIMO-InformationLCR PRESENCE optional}|
{ ID id-Non-rectangular-resource-allocation-indicator CRITICALITY reject EXTENSION Non-rectangular-resource-allocation-indicator PRESENCE optional}|
{ ID id-Non-rectangular-resource-timeslot-set CRITICALITY reject EXTENSION Non-rectangular-resource-timeslot-set PRESENCE optional},
...
}
Multiple-RL-InformationResponse-RL-ReconfReadyTDD ::= SEQUENCE (SIZE (1..maxNrOfRLs-1)) OF RL-InformationResponse-RL-ReconfReadyTDD
-- **************************************************************
--
-- RADIO LINK RECONFIGURATION COMMIT
--
-- **************************************************************
RadioLinkReconfigurationCommit ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkReconfigurationCommit-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkReconfigurationCommit-Extensions}} OPTIONAL,
...
}
RadioLinkReconfigurationCommit-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-CFN CRITICALITY ignore TYPE CFN PRESENCE mandatory}|
{ ID id-Active-Pattern-Sequence-Information CRITICALITY ignore TYPE Active-Pattern-Sequence-Information PRESENCE optional},--FDD only
...
}
RadioLinkReconfigurationCommit-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Fast-Reconfiguration-Mode CRITICALITY reject EXTENSION Fast-Reconfiguration-Mode PRESENCE optional}|--FDD only
{ ID id-ActivationDelay CRITICALITY reject EXTENSION ActivationDelay PRESENCE optional},--FDD only
...
}
-- **************************************************************
--
-- RADIO LINK RECONFIGURATION FAILURE
--
-- **************************************************************
RadioLinkReconfigurationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkReconfigurationFailure-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkReconfigurationFailure-Extensions}} OPTIONAL,
...
}
RadioLinkReconfigurationFailure-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-CauseLevel-RL-ReconfFailure CRITICALITY ignore TYPE CauseLevel-RL-ReconfFailure PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
CauseLevel-RL-ReconfFailure ::= CHOICE {
generalCause GeneralCauseList-RL-ReconfFailure,
rLSpecificCause RLSpecificCauseList-RL-ReconfFailure,
...
}
GeneralCauseList-RL-ReconfFailure ::= SEQUENCE {
cause Cause,
iE-Extensions ProtocolExtensionContainer { { GeneralCauseItem-RL-ReconfFailure-ExtIEs} } OPTIONAL,
...
}
GeneralCauseItem-RL-ReconfFailure-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RLSpecificCauseList-RL-ReconfFailure ::= SEQUENCE {
rL-ReconfigurationFailureList-RL-ReconfFailure RL-ReconfigurationFailureList-RL-ReconfFailure OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RLSpecificCauseItem-RL-ReconfFailure-ExtIEs} } OPTIONAL,
...
}
RLSpecificCauseItem-RL-ReconfFailure-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-ReconfigurationFailureList-RL-ReconfFailure ::= SEQUENCE (SIZE (0..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-ReconfigurationFailure-RL-ReconfFailure-IEs} }
RL-ReconfigurationFailure-RL-ReconfFailure-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-ReconfigurationFailure-RL-ReconfFail CRITICALITY ignore TYPE RL-ReconfigurationFailure-RL-ReconfFail PRESENCE mandatory }
}
RL-ReconfigurationFailure-RL-ReconfFail ::= SEQUENCE {
rL-ID RL-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { {RL-ReconfigurationFailure-RL-ReconfFailure-ExtIEs} } OPTIONAL,
...
}
RL-ReconfigurationFailure-RL-ReconfFailure-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Max-UE-DTX-Cycle CRITICALITY ignore EXTENSION Max-UE-DTX-Cycle PRESENCE conditional },
-- This IE shall be present if the Cause IE is set to “Continuous Packet Connectivity UE DTX Cycle not Available”.
...
}
RadioLinkReconfigurationFailure-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK RECONFIGURATION CANCEL
--
-- **************************************************************
RadioLinkReconfigurationCancel ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkReconfigurationCancel-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkReconfigurationCancel-Extensions}} OPTIONAL,
...
}
RadioLinkReconfigurationCancel-IEs RNSAP-PROTOCOL-IES ::= {
...
}
RadioLinkReconfigurationCancel-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK RECONFIGURATION REQUEST FDD
--
-- **************************************************************
RadioLinkReconfigurationRequestFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkReconfigurationRequestFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkReconfigurationRequestFDD-Extensions}} OPTIONAL,
...
}
RadioLinkReconfigurationRequestFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-AllowedQueuingTime CRITICALITY reject TYPE AllowedQueuingTime PRESENCE optional}|
{ ID id-UL-DPCH-Information-RL-ReconfRqstFDD CRITICALITY reject TYPE UL-DPCH-Information-RL-ReconfRqstFDD PRESENCE optional}|
{ ID id-DL-DPCH-Information-RL-ReconfRqstFDD CRITICALITY reject TYPE DL-DPCH-Information-RL-ReconfRqstFDD PRESENCE optional}|
{ ID id-FDD-DCHs-to-Modify CRITICALITY reject TYPE FDD-DCHs-to-Modify PRESENCE optional}|
{ ID id-DCHs-to-Add-FDD CRITICALITY reject TYPE DCH-FDD-Information PRESENCE optional}|
{ ID id-DCH-DeleteList-RL-ReconfRqstFDD CRITICALITY reject TYPE DCH-DeleteList-RL-ReconfRqstFDD PRESENCE optional}|
{ ID id-Transmission-Gap-Pattern-Sequence-Information CRITICALITY reject TYPE Transmission-Gap-Pattern-Sequence-Information PRESENCE optional},
...
}
UL-DPCH-Information-RL-ReconfRqstFDD ::= SEQUENCE {
tFCS TFCS OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-Information-RL-ReconfRqstFDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-Information-RL-ReconfRqstFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UL-DPDCHIndicatorEDCH CRITICALITY reject EXTENSION UL-DPDCHIndicatorEDCH PRESENCE optional },
...
}
DL-DPCH-Information-RL-ReconfRqstFDD ::= SEQUENCE {
tFCS TFCS OPTIONAL,
tFCI-SignallingMode TFCI-SignallingMode OPTIONAL,
limitedPowerIncrease LimitedPowerIncrease OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-Information-RL-ReconfRqstFDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-Information-RL-ReconfRqstFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-DeleteList-RL-ReconfRqstFDD ::= SEQUENCE (SIZE (0..maxNrOfDCHs)) OF DCH-DeleteItem-RL-ReconfRqstFDD
DCH-DeleteItem-RL-ReconfRqstFDD ::= SEQUENCE {
dCH-ID DCH-ID,
iE-Extensions ProtocolExtensionContainer { {DCH-DeleteItem-RL-ReconfRqstFDD-ExtIEs} } OPTIONAL,
...
}
DCH-DeleteItem-RL-ReconfRqstFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkReconfigurationRequestFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-RL-ReconfigurationRequestFDD-RL-InformationList CRITICALITY ignore EXTENSION RL-ReconfigurationRequestFDD-RL-InformationList PRESENCE optional}|
{ ID id-DL-ReferencePowerInformation CRITICALITY ignore EXTENSION DL-ReferencePowerInformation PRESENCE optional}|
{ ID id-HSDSCH-FDD-Information CRITICALITY reject EXTENSION HSDSCH-FDD-Information PRESENCE optional}|
{ ID id-HSDSCH-Information-to-Modify-Unsynchronised CRITICALITY reject EXTENSION HSDSCH-Information-to-Modify-Unsynchronised PRESENCE optional}|
{ ID id-HSDSCH-MACdFlows-to-Add CRITICALITY reject EXTENSION HSDSCH-MACdFlows-Information PRESENCE optional}|
{ ID id-HSDSCH-MACdFlows-to-Delete CRITICALITY reject EXTENSION HSDSCH-MACdFlows-to-Delete PRESENCE optional}|
{ ID id-HSPDSCH-RL-ID CRITICALITY reject EXTENSION RL-ID PRESENCE optional}|
{ ID id-EDPCH-Information-RLReconfRequest-FDD CRITICALITY reject EXTENSION EDPCH-Information-RLReconfRequest-FDD PRESENCE optional}|
{ ID id-EDCH-FDD-Information CRITICALITY reject EXTENSION EDCH-FDD-Information PRESENCE optional}|
{ ID id-EDCH-FDD-Information-To-Modify CRITICALITY reject EXTENSION EDCH-FDD-Information-To-Modify PRESENCE optional}|
{ ID id-EDCH-MACdFlows-To-Add CRITICALITY reject EXTENSION EDCH-MACdFlows-Information PRESENCE optional}|
{ ID id-EDCH-MACdFlows-To-Delete CRITICALITY reject EXTENSION EDCH-MACdFlows-To-Delete PRESENCE optional}|
{ ID id-Serving-EDCHRL-Id CRITICALITY reject EXTENSION EDCH-Serving-RL PRESENCE optional}|
{ ID id-CPC-Information CRITICALITY reject EXTENSION CPC-Information PRESENCE optional}|
{ ID id-NoOfTargetCellHS-SCCH-Order CRITICALITY ignore EXTENSION NoOfTargetCellHS-SCCH-Order PRESENCE optional}|
{ ID id-Additional-HS-Cell-Information-RL-Reconf-Req CRITICALITY reject EXTENSION Additional-HS-Cell-Information-RL-Reconf-Req PRESENCE optional}|
{ ID id-UE-AggregateMaximumBitRate CRITICALITY ignore EXTENSION UE-AggregateMaximumBitRate PRESENCE optional}|
{ ID id-Additional-EDCH-Cell-Information-RL-Reconf-Req CRITICALITY reject EXTENSION Additional-EDCH-Cell-Information-RL-Reconf-Req PRESENCE optional}|
{ ID id-UL-CLTD-Information-Reconf CRITICALITY reject EXTENSION UL-CLTD-Information-Reconf PRESENCE optional}|
{ ID id-E-DCH-Decoupling-Indication CRITICALITY reject EXTENSION E-DCH-Decoupling-Indication PRESENCE optional}|
{ ID id-Radio-Links-without-DPCH-FDPCH-Indication CRITICALITY reject EXTENSION Radio-Links-without-DPCH-FDPCH-Indication PRESENCE optional}|
{ ID id-UL-DPCCH2-Information-Reconf CRITICALITY reject EXTENSION UL-DPCCH2-Information-Reconf PRESENCE optional}|
{ ID id-Downlink-TPC-enhancements-Reconf CRITICALITY reject EXTENSION Downlink-TPC-enhancements-Reconf PRESENCE optional},
...
}
Additional-HS-Cell-Information-RL-Reconf-Req ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH-1)) OF Additional-HS-Cell-Information-RL-Reconf-Req-ItemIEs
Additional-HS-Cell-Information-RL-Reconf-Req-ItemIEs ::=SEQUENCE{
hSPDSCH-RL-ID RL-ID,
c-ID C-ID OPTIONAL,
hS-DSCH-FDD-Secondary-Serving-Information HS-DSCH-FDD-Secondary-Serving-Information OPTIONAL,
hS-DSCH-FDD-Secondary-Serving-Information-To-Modify-Unsynchronised HS-DSCH-FDD-Secondary-Serving-Information-To-Modify-Unsynchronised OPTIONAL,
hS-DSCH-Secondary-Serving-Remove HS-DSCH-Secondary-Serving-Remove OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Additional-HS-Cell-Information-RL-Reconf-Req-ExtIEs} } OPTIONAL,
...
}
Additional-HS-Cell-Information-RL-Reconf-Req-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-Cell-Information-RL-Reconf-Req ::=SEQUENCE{
setup-Or-ConfigurationChange-Or-Removal-Of-EDCH-On-secondary-UL-Frequency Setup-Or-ConfigurationChange-Or-Removal-Of-EDCH-On-secondary-UL-Frequency,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-Cell-Information-RL-Reconf-Req-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-Cell-Information-RL-Reconf-Req-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-ReconfigurationRequestFDD-RL-InformationList ::= SEQUENCE (SIZE (0..maxNrOfRLs)) OF ProtocolIE-Single-Container {
{RL-ReconfigurationRequestFDD-RL-Information-ListItem} }
RL-ReconfigurationRequestFDD-RL-Information-ListItem RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-ReconfigurationRequestFDD-RL-Information-IEs CRITICALITY ignore TYPE RL-ReconfigurationRequestFDD-RL-Information-IEs PRESENCE optional }
}
RL-ReconfigurationRequestFDD-RL-Information-IEs ::= SEQUENCE {
rL-ID RL-ID,
rL-Specific-DCH-Info RL-Specific-DCH-Info OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RL-ReconfigurationRequestFDD-RL-Information-ExtIEs} } OPTIONAL,
...
}
RL-ReconfigurationRequestFDD-RL-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-RL-Specific-EDCH-Information CRITICALITY reject EXTENSION RL-Specific-EDCH-Information PRESENCE optional}|
{ ID id-EDCH-RL-Indication CRITICALITY reject EXTENSION EDCH-RL-Indication PRESENCE optional}|
{ ID id-HSDSCH-PreconfigurationSetup CRITICALITY ignore EXTENSION HSDSCH-PreconfigurationSetup PRESENCE optional}|
{ ID id-Non-Serving-RL-Preconfig-Setup CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Setup PRESENCE optional}|
{ ID id-Non-Serving-RL-Preconfig-Removal CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Setup PRESENCE optional}|
{ ID id-FTPICH-Information-Reconf CRITICALITY ignore EXTENSION FTPICH-Information-Reconf PRESENCE optional}|
{ ID id-Downlink-TPC-enhancements-Reconf CRITICALITY reject EXTENSION Downlink-TPC-enhancements-Reconf PRESENCE optional},
...
}
-- **************************************************************
--
-- RADIO LINK RECONFIGURATION REQUEST TDD
--
-- **************************************************************
RadioLinkReconfigurationRequestTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkReconfigurationRequestTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkReconfigurationRequestTDD-Extensions}} OPTIONAL,
...
}
RadioLinkReconfigurationRequestTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-AllowedQueuingTime CRITICALITY reject TYPE AllowedQueuingTime PRESENCE optional } |
{ ID id-UL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD CRITICALITY notify TYPE UL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD PRESENCE optional } |
{ ID id-UL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD CRITICALITY notify TYPE UL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD PRESENCE optional } |
{ ID id-DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD CRITICALITY notify TYPE DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD PRESENCE optional } |
{ ID id-DL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD CRITICALITY notify TYPE DL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD PRESENCE optional } |
{ ID id-TDD-DCHs-to-Modify CRITICALITY reject TYPE TDD-DCHs-to-Modify PRESENCE optional } |
{ ID id-DCHs-to-Add-TDD CRITICALITY reject TYPE DCH-TDD-Information PRESENCE optional } |
{ ID id-DCH-DeleteList-RL-ReconfRqstTDD CRITICALITY reject TYPE DCH-DeleteList-RL-ReconfRqstTDD PRESENCE optional },
...
}
UL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {UL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD-IEs} }
UL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD CRITICALITY notify TYPE UL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD PRESENCE mandatory }
}
UL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
tFCS TFCS OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UL-SIRTarget CRITICALITY reject EXTENSION UL-SIR PRESENCE optional},
-- Applicable to 1.28Mcps TDD only
...
}
UL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {UL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD-IEs} }
UL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD CRITICALITY notify TYPE UL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD PRESENCE mandatory }
}
UL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD-IEs} }
DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD CRITICALITY notify TYPE DL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD PRESENCE mandatory }
}
DL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
tFCS TFCS OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD ::= SEQUENCE (SIZE (0..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container { {DL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD-IEs} }
DL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD CRITICALITY notify TYPE DL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD PRESENCE mandatory }
}
DL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-DeleteList-RL-ReconfRqstTDD ::= SEQUENCE (SIZE(0..maxNrOfDCHs)) OF DCH-DeleteItem-RL-ReconfRqstTDD
DCH-DeleteItem-RL-ReconfRqstTDD ::= SEQUENCE {
dCH-ID DCH-ID,
iE-Extensions ProtocolExtensionContainer { {DCH-DeleteItem-RL-ReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
DCH-DeleteItem-RL-ReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkReconfigurationRequestTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-RL-ReconfigurationRequestTDD-RL-Information CRITICALITY ignore EXTENSION Multiple-RL-ReconfigurationRequestTDD-RL-Information PRESENCE optional}|
{ ID id-HSDSCH-TDD-Information CRITICALITY reject EXTENSION HSDSCH-TDD-Information PRESENCE optional}|
{ ID id-HSDSCH-Information-to-Modify-Unsynchronised CRITICALITY reject EXTENSION HSDSCH-Information-to-Modify-Unsynchronised PRESENCE optional}|
{ ID id-HSDSCH-MACdFlows-to-Add CRITICALITY reject EXTENSION HSDSCH-MACdFlows-Information PRESENCE optional}|
{ ID id-HSDSCH-MACdFlows-to-Delete CRITICALITY reject EXTENSION HSDSCH-MACdFlows-to-Delete PRESENCE optional}|
{ ID id-HSPDSCH-RL-ID CRITICALITY reject EXTENSION RL-ID PRESENCE optional}|
{ ID id-E-DCH-Information-Reconfig CRITICALITY reject EXTENSION E-DCH-Information-Reconfig PRESENCE optional}|
{ ID id-E-DCH-Serving-RL-ID CRITICALITY reject EXTENSION RL-ID PRESENCE optional}|
{ ID id-E-DCH-768-Information-Reconfig CRITICALITY reject EXTENSION E-DCH-768-Information-Reconfig PRESENCE optional}|
{ ID id-E-DCH-LCR-Information-Reconfig CRITICALITY reject EXTENSION E-DCH-LCR-Information-Reconfig PRESENCE optional}|
{ ID id-CPC-InformationLCR CRITICALITY reject EXTENSION CPC-InformationLCR PRESENCE optional}|
{ ID id-RNTI-Allocation-Indicator CRITICALITY ignore EXTENSION RNTI-Allocation-Indicator PRESENCE optional}|
{ ID id-DCH-MeasurementType-Indicator CRITICALITY reject EXTENSION DCH-MeasurementType-Indicator PRESENCE optional}|
{ ID id-Multi-Carrier-EDCH-Reconfigure CRITICALITY reject EXTENSION Multi-Carrier-EDCH-Reconfigure PRESENCE optional}|
{ ID id-MU-MIMO-Indicator CRITICALITY reject EXTENSION MU-MIMO-Indicator PRESENCE optional}|
{ ID id-UE-Support-of-non-rectangular-resource-allocation CRITICALITY ignore EXTENSION UE-Support-of-non-rectangular-resource-allocation PRESENCE optional},
...
}
Multiple-RL-ReconfigurationRequestTDD-RL-Information ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF RL-ReconfigurationRequestTDD-RL-Information
RL-ReconfigurationRequestTDD-RL-Information ::= SEQUENCE {
rL-ID RL-ID,
rL-Specific-DCH-Info RL-Specific-DCH-Info OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RL-ReconfigurationRequestTDD-RL-Information-ExtIEs} } OPTIONAL,
...
}
RL-ReconfigurationRequestTDD-RL-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UL-Synchronisation-Parameters-LCR CRITICALITY ignore EXTENSION UL-Synchronisation-Parameters-LCR PRESENCE optional }| -- Mandatory for 1.28Mcps TDD, Not Applicable to 3.84Mcps TDD or 7.68Mcps TDD
{ ID id-NeedforIdleInterval CRITICALITY ignore EXTENSION NeedforIdleInterval PRESENCE optional },
...
}
-- **************************************************************
--
-- RADIO LINK RECONFIGURATION RESPONSE FDD
--
-- **************************************************************
RadioLinkReconfigurationResponseFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkReconfigurationResponseFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkReconfigurationResponseFDD-Extensions}} OPTIONAL,
...
}
RadioLinkReconfigurationResponseFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationResponseList-RL-ReconfRspFDD CRITICALITY ignore TYPE RL-InformationResponseList-RL-ReconfRspFDD PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RL-InformationResponseList-RL-ReconfRspFDD ::= SEQUENCE (SIZE (0..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-InformationResponse-RL-ReconfRspFDD-IEs} }
RL-InformationResponse-RL-ReconfRspFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationResponseItem-RL-ReconfRspFDD CRITICALITY ignore TYPE RL-InformationResponseItem-RL-ReconfRspFDD PRESENCE mandatory }
}
RL-InformationResponseItem-RL-ReconfRspFDD ::= SEQUENCE {
rL-ID RL-ID,
max-UL-SIR UL-SIR OPTIONAL,
min-UL-SIR UL-SIR OPTIONAL,
maximumDLTxPower DL-Power OPTIONAL,
minimumDLTxPower DL-Power OPTIONAL,
not-Used-secondary-CCPCH-Info NULL OPTIONAL,
dCHsInformationResponseList DCH-InformationResponseList-RL-ReconfRspFDD OPTIONAL,
dL-CodeInformationList-RL-ReconfResp DL-CodeInformationList-RL-ReconfRspFDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-InformationResponseItem-RL-ReconfRspFDD-ExtIEs} } OPTIONAL,
...
}
RL-InformationResponseItem-RL-ReconfRspFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DL-PowerBalancing-UpdatedIndicator CRITICALITY ignore EXTENSION DL-PowerBalancing-UpdatedIndicator PRESENCE optional }|
{ ID id-EDCH-FDD-InformationResponse CRITICALITY ignore EXTENSION EDCH-FDD-InformationResponse PRESENCE optional }|
{ ID id-EDCH-RLSet-Id CRITICALITY ignore EXTENSION RL-Set-ID PRESENCE optional }|
{ ID id-EDCH-FDD-DL-ControlChannelInformation CRITICALITY ignore EXTENSION EDCH-FDD-DL-ControlChannelInformation PRESENCE optional }|
{ ID id-F-DPCH-SlotFormat CRITICALITY ignore EXTENSION F-DPCH-SlotFormat PRESENCE optional }|
{ ID id-HSDSCH-PreconfigurationInfo CRITICALITY ignore EXTENSION HSDSCH-PreconfigurationInfo PRESENCE optional }|
{ ID id-Non-Serving-RL-Preconfig-Info CRITICALITY ignore EXTENSION Non-Serving-RL-Preconfig-Info PRESENCE optional }|
{ ID id-FTPICH-Information-Response CRITICALITY ignore EXTENSION FTPICH-Information-Response PRESENCE optional },
...
}
DCH-InformationResponseList-RL-ReconfRspFDD ::= ProtocolIE-Single-Container { {DCH-InformationResponseListIEs-RL-ReconfRspFDD} }
DCH-InformationResponseListIEs-RL-ReconfRspFDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DCH-InformationResponse CRITICALITY ignore TYPE DCH-InformationResponse PRESENCE mandatory }
}
DL-CodeInformationList-RL-ReconfRspFDD ::= ProtocolIE-Single-Container {{ DL-CodeInformationListIEs-RL-ReconfRspFDD }}
DL-CodeInformationListIEs-RL-ReconfRspFDD RNSAP-PROTOCOL-IES ::= {
{ ID id-FDD-DL-CodeInformation CRITICALITY ignore TYPE FDD-DL-CodeInformation PRESENCE optional}
}
RadioLinkReconfigurationResponseFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSDSCH-RNTI CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional }|
{ ID id-HSDSCH-FDD-Information-Response CRITICALITY ignore EXTENSION HSDSCH-FDD-Information-Response PRESENCE optional }|
{ ID id-MAChs-ResetIndicator CRITICALITY ignore EXTENSION MAChs-ResetIndicator PRESENCE optional }|
{ ID id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response CRITICALITY ignore EXTENSION Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response PRESENCE optional }|
{ ID id-Additional-HS-Cell-Information-Response CRITICALITY ignore EXTENSION Additional-HS-Cell-Information-Response-List PRESENCE optional }|
{ ID id-Additional-EDCH-Cell-Information-ResponseRLReconf CRITICALITY ignore EXTENSION Additional-EDCH-Cell-Information-Response-RLReconf-List PRESENCE optional },
...
}
-- **************************************************************
--
-- RADIO LINK RECONFIGURATION RESPONSE TDD
--
-- **************************************************************
RadioLinkReconfigurationResponseTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkReconfigurationResponseTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkReconfigurationResponseTDD-Extensions}} OPTIONAL,
...
}
RadioLinkReconfigurationResponseTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationResponse-RL-ReconfRspTDD CRITICALITY ignore TYPE RL-InformationResponse-RL-ReconfRspTDD PRESENCE optional } |
--This RL-InformationResponse-RL-ReconfRspTDD is for the first RL repetition in the list.
--Repetitions 2 and on are defined in Multiple-RL-InformationResponse-RL-ReconfRspTDD.
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
RL-InformationResponse-RL-ReconfRspTDD ::= SEQUENCE {
rL-ID RL-ID,
max-UL-SIR UL-SIR OPTIONAL,
min-UL-SIR UL-SIR OPTIONAL,
maximumDLTxPower DL-Power OPTIONAL,
minimumDLTxPower DL-Power OPTIONAL,
dCHsInformationResponseList DCH-InformationResponseList-RL-ReconfRspTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-InformationResponse-RL-ReconfRspTDD-ExtIEs} } OPTIONAL,
...
}
RL-InformationResponse-RL-ReconfRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DL-CCTrCH-InformationList-RL-ReconfRspTDD CRITICALITY ignore EXTENSION DL-CCTrCH-InformationList-RL-ReconfRspTDD PRESENCE optional }|
{ ID id-UL-TimingAdvanceCtrl-LCR CRITICALITY ignore EXTENSION UL-TimingAdvanceCtrl-LCR PRESENCE optional },
--For 1.28Mcps TDD only
...
}
DL-CCTrCH-InformationList-RL-ReconfRspTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF DL-CCTrCH-InformationItem-RL-ReconfRspTDD
DL-CCTrCH-InformationItem-RL-ReconfRspTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
dl-DPCH-ModifyInformation-LCR DL-DPCH-InformationModifyList-LCR-RL-ReconfRspTDD OPTIONAL,
--For 1.28Mcps TDD only
cCTrCH-Maximum-DL-Power DL-Power OPTIONAL,
--For 3.84Mcps TDD and 7.68Mcps TDD only, this is a DCH type CCTrCH power
cCTrCH-Minimum-DL-Power DL-Power OPTIONAL,
--For 3.84Mcps TDD and 7.68Mcps TDD only, this is a DCH type CCTrCH power
iE-Extensions ProtocolExtensionContainer { { DL-CCTrCH-InformationItem-RL-ReconfRspTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-InformationItem-RL-ReconfRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-DPCH-InformationModifyList-LCR-RL-ReconfRspTDD ::= ProtocolIE-Single-Container {{ DL-DPCH-InformationModifyListIEs-LCR-RL-ReconfRspTDD }}
DL-DPCH-InformationModifyListIEs-LCR-RL-ReconfRspTDD RNSAP-PROTOCOL-IES ::= {
{ID id-DL-DPCH-InformationModifyItem-LCR-RL-ReconfRspTDD CRITICALITY ignore TYPE DL-DPCH-InformationModifyItem-LCR-RL-ReconfRspTDD PRESENCE optional},
...
}
DL-DPCH-InformationModifyItem-LCR-RL-ReconfRspTDD ::= SEQUENCE {
dL-Timeslot-LCR-InformationModifyList-RL-ReconfRqstTDD DL-Timeslot-LCR-InformationModifyList-RL-ReconfRspTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { DL-DPCH-InformationModifyItem-LCR-RL-ReconfRspTDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-InformationModifyItem-LCR-RL-ReconfRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-Timeslot-LCR-InformationModifyList-RL-ReconfRspTDD ::= SEQUENCE (SIZE (1..maxNrOfDLTsLCR)) OF DL-Timeslot-LCR-InformationModifyItem-RL-ReconfRspTDD
DL-Timeslot-LCR-InformationModifyItem-RL-ReconfRspTDD ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
maxPowerLCR DL-Power OPTIONAL,
minPowerLCR DL-Power OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { DL-Timeslot-LCR-InformationModifyItem-RL-ReconfRspTDD-ExtIEs} } OPTIONAL,
...
}
DL-Timeslot-LCR-InformationModifyItem-RL-ReconfRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DCH-InformationResponseList-RL-ReconfRspTDD ::= ProtocolIE-Single-Container { {DCH-InformationResponseListIEs-RL-ReconfRspTDD} }
DCH-InformationResponseListIEs-RL-ReconfRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DCH-InformationResponse CRITICALITY ignore TYPE DCH-InformationResponse PRESENCE optional }
}
RadioLinkReconfigurationResponseTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSDSCH-RNTI CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional}|
{ ID id-HSDSCH-TDD-Information-Response CRITICALITY ignore EXTENSION HSDSCH-TDD-Information-Response PRESENCE optional}|
{ ID id-MAChs-ResetIndicator CRITICALITY ignore EXTENSION MAChs-ResetIndicator PRESENCE optional}|
{ ID id-RL-ReconfigurationResponseTDD-RL-Information CRITICALITY ignore EXTENSION Multiple-RL-InformationResponse-RL-ReconfRspTDD PRESENCE optional}|
{ ID id-E-DCH-Information-Response CRITICALITY ignore EXTENSION E-DCH-Information-Response PRESENCE optional}|
{ ID id-E-DCH-768-Information-Response CRITICALITY ignore EXTENSION E-DCH-768-Information-Response PRESENCE optional}|
{ ID id-E-DCH-LCR-Information-Response CRITICALITY ignore EXTENSION E-DCH-LCR-Information-Response PRESENCE optional}|
{ ID id-PowerControlGAP CRITICALITY ignore EXTENSION ControlGAP PRESENCE optional}|
-- Applicable to 1.28Mcps TDD only
{ ID id-IdleIntervalInformation CRITICALITY ignore EXTENSION IdleIntervalInformation PRESENCE optional}|
{ ID id-ContinuousPacketConnectivity-DRX-Information-ResponseLCR CRITICALITY ignore EXTENSION ContinuousPacketConnectivity-DRX-Information-ResponseLCR PRESENCE optional}|
{ ID id-HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR CRITICALITY ignore EXTENSION HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR PRESENCE optional}|
{ ID id-E-DCH-Semi-PersistentScheduling-Information-ResponseLCR CRITICALITY ignore EXTENSION E-DCH-Semi-PersistentScheduling-Information-ResponseLCR PRESENCE optional}|
{ ID id-E-RNTI-For-FACH CRITICALITY ignore EXTENSION E-RNTI PRESENCE optional}|
{ ID id-H-RNTI-For-FACH CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional}|
{ ID id-DCH-MeasurementOccasion-Information CRITICALITY reject EXTENSION DCH-MeasurementOccasion-Information PRESENCE optional}|
{ ID id-Multi-Carrier-EDCH-Response CRITICALITY ignore EXTENSION Multi-Carrier-EDCH-Information-Response PRESENCE optional}|
{ ID id-MU-MIMO-InformationLCR CRITICALITY reject EXTENSION MU-MIMO-InformationLCR PRESENCE optional}|
{ ID id-Non-rectangular-resource-allocation-indicator CRITICALITY reject EXTENSION Non-rectangular-resource-allocation-indicator PRESENCE optional}|
{ ID id-Non-rectangular-resource-timeslot-set CRITICALITY reject EXTENSION Non-rectangular-resource-timeslot-set PRESENCE optional},
...
}
Multiple-RL-InformationResponse-RL-ReconfRspTDD ::= SEQUENCE (SIZE (1..maxNrOfRLs-1)) OF RL-InformationResponse-RL-ReconfRspTDD
--Includes the 2nd through the max number of radio link information repetitions.
-- **************************************************************
--
-- RADIO LINK FAILURE INDICATION
--
-- **************************************************************
RadioLinkFailureIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkFailureIndication-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkFailureIndication-Extensions}} OPTIONAL,
...
}
RadioLinkFailureIndication-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Reporting-Object-RL-FailureInd CRITICALITY ignore TYPE Reporting-Object-RL-FailureInd PRESENCE mandatory },
...
}
Reporting-Object-RL-FailureInd ::= CHOICE {
rL RL-RL-FailureInd,
rL-Set RL-Set-RL-FailureInd, --FDD only
...,
cCTrCH CCTrCH-RL-FailureInd --TDD only
}
RL-RL-FailureInd ::= SEQUENCE {
rL-InformationList-RL-FailureInd RL-InformationList-RL-FailureInd,
iE-Extensions ProtocolExtensionContainer { { RLItem-RL-FailureInd-ExtIEs} } OPTIONAL,
...
}
RLItem-RL-FailureInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-InformationList-RL-FailureInd ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-Information-RL-FailureInd-IEs} }
RL-Information-RL-FailureInd-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Information-RL-FailureInd CRITICALITY ignore TYPE RL-Information-RL-FailureInd PRESENCE mandatory }
}
RL-Information-RL-FailureInd ::= SEQUENCE {
rL-ID RL-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { {RL-Information-RL-FailureInd-ExtIEs} } OPTIONAL,
...
}
RL-Information-RL-FailureInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Set-RL-FailureInd ::= SEQUENCE {
rL-Set-InformationList-RL-FailureInd RL-Set-InformationList-RL-FailureInd,
iE-Extensions ProtocolExtensionContainer { { RL-SetItem-RL-FailureInd-ExtIEs} } OPTIONAL,
...
}
RL-SetItem-RL-FailureInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Set-InformationList-RL-FailureInd ::= SEQUENCE (SIZE (1..maxNrOfRLSets)) OF ProtocolIE-Single-Container { {RL-Set-Information-RL-FailureInd-IEs} }
RL-Set-Information-RL-FailureInd-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Set-Information-RL-FailureInd CRITICALITY ignore TYPE RL-Set-Information-RL-FailureInd PRESENCE mandatory }
}
RL-Set-Information-RL-FailureInd ::= SEQUENCE {
rL-Set-ID RL-Set-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { {RL-Set-Information-RL-FailureInd-ExtIEs} } OPTIONAL,
...
}
RL-Set-Information-RL-FailureInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkFailureIndication-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CCTrCH-RL-FailureInd ::= SEQUENCE {
rL-ID RL-ID,
cCTrCH-InformationList-RL-FailureInd CCTrCH-InformationList-RL-FailureInd,
iE-Extensions ProtocolExtensionContainer { { CCTrCHItem-RL-FailureInd-ExtIEs } } OPTIONAL,
...
}
CCTrCHItem-RL-FailureInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CCTrCH-InformationList-RL-FailureInd ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container {{ CCTrCH-InformationItemIE-RL-FailureInd}}
CCTrCH-InformationItemIE-RL-FailureInd RNSAP-PROTOCOL-IES ::= {
{ ID id-CCTrCH-InformationItem-RL-FailureInd CRITICALITY ignore TYPE CCTrCH-InformationItem-RL-FailureInd PRESENCE mandatory}
}
CCTrCH-InformationItem-RL-FailureInd ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { { CCTrCH-InformationItem-RL-FailureInd-ExtIEs } } OPTIONAL,
...
}
CCTrCH-InformationItem-RL-FailureInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK PREEMPTION REQUIRED INDICATION
--
-- **************************************************************
RadioLinkPreemptionRequiredIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkPreemptionRequiredIndication-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkPreemptionRequiredIndication-Extensions}} OPTIONAL,
...
}
RadioLinkPreemptionRequiredIndication-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationList-RL-PreemptRequiredInd CRITICALITY ignore TYPE RL-InformationList-RL-PreemptRequiredInd PRESENCE optional },
...
}
RL-InformationList-RL-PreemptRequiredInd ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-InformationItemIEs-RL-PreemptRequiredInd} }
RL-InformationItemIEs-RL-PreemptRequiredInd RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationItem-RL-PreemptRequiredInd CRITICALITY ignore TYPE RL-InformationItem-RL-PreemptRequiredInd PRESENCE mandatory }
}
RL-InformationItem-RL-PreemptRequiredInd::= SEQUENCE {
rL-ID RL-ID,
iE-Extensions ProtocolExtensionContainer { {RL-Information-RL-PreemptRequiredInd-ExtIEs} } OPTIONAL,
...
}
RL-Information-RL-PreemptRequiredInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-EDCH-MacdFlowSpecificInformationList-RL-PreemptRequiredInd CRITICALITY ignore EXTENSION EDCH-MacdFlowSpecificInformationList-RL-PreemptRequiredInd PRESENCE optional},
...
}
RadioLinkPreemptionRequiredIndication-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSDSCHMacdFlowSpecificInformationList-RL-PreemptRequiredInd CRITICALITY ignore EXTENSION HSDSCHMacdFlowSpecificInformationList-RL-PreemptRequiredInd PRESENCE optional},
...
}
HSDSCHMacdFlowSpecificInformationList-RL-PreemptRequiredInd ::= SEQUENCE (SIZE (1.. maxNrOfMACdFlows)) OF ProtocolIE-Single-Container { {HSDSCHMacdFlowSpecificInformationItemIEs-RL-PreemptRequiredInd} }
HSDSCHMacdFlowSpecificInformationItemIEs-RL-PreemptRequiredInd RNSAP-PROTOCOL-IES ::= {
{ ID id-HSDSCHMacdFlowSpecificInformationItem-RL-PreemptRequiredInd CRITICALITY ignore TYPE HSDSCHMacdFlowSpecificInformationItem-RL-PreemptRequiredInd PRESENCE mandatory }
}
HSDSCHMacdFlowSpecificInformationItem-RL-PreemptRequiredInd ::= SEQUENCE {
hSDSCH-MACdFlow-ID HSDSCH-MACdFlow-ID,
iE-Extensions ProtocolExtensionContainer { { HSDSCHMacdFlowSpecificInformation-RL-PreemptRequiredInd-ExtIEs} } OPTIONAL,
...
}
HSDSCHMacdFlowSpecificInformation-RL-PreemptRequiredInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EDCH-MacdFlowSpecificInformationList-RL-PreemptRequiredInd ::= SEQUENCE (SIZE (1.. maxNrOfEDCHMACdFlows)) OF ProtocolIE-Single-Container { {EDCH-MacdFlowSpecificInformationItemIEs-RL-PreemptRequiredInd} }
EDCH-MacdFlowSpecificInformationItemIEs-RL-PreemptRequiredInd RNSAP-PROTOCOL-IES ::= {
{ ID id-EDCH-MacdFlowSpecificInformationItem-RL-PreemptRequiredInd CRITICALITY ignore TYPE EDCH-MacdFlowSpecificInformationItem-RL-PreemptRequiredInd PRESENCE mandatory }
}
EDCH-MacdFlowSpecificInformationItem-RL-PreemptRequiredInd ::= SEQUENCE {
eDCH-MACdFlow-ID EDCH-MACdFlow-ID,
iE-Extensions ProtocolExtensionContainer { { EDCH-MacdFlowSpecificInformation-RL-PreemptRequiredInd-ExtIEs} } OPTIONAL,
...
}
EDCH-MacdFlowSpecificInformation-RL-PreemptRequiredInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK RESTORE INDICATION
--
-- **************************************************************
RadioLinkRestoreIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkRestoreIndication-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkRestoreIndication-Extensions}} OPTIONAL,
...
}
RadioLinkRestoreIndication-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Reporing-Object-RL-RestoreInd CRITICALITY ignore TYPE Reporting-Object-RL-RestoreInd PRESENCE mandatory },
...
}
Reporting-Object-RL-RestoreInd ::= CHOICE {
rL RL-RL-RestoreInd, --TDD only
rL-Set RL-Set-RL-RestoreInd, --FDD only
...,
cCTrCH CCTrCH-RL-RestoreInd --TDD only
}
RL-RL-RestoreInd ::= SEQUENCE {
rL-InformationList-RL-RestoreInd RL-InformationList-RL-RestoreInd,
iE-Extensions ProtocolExtensionContainer { { RLItem-RL-RestoreInd-ExtIEs} } OPTIONAL,
...
}
RLItem-RL-RestoreInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-InformationList-RL-RestoreInd ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-Information-RL-RestoreInd-IEs} }
RL-Information-RL-RestoreInd-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Information-RL-RestoreInd CRITICALITY ignore TYPE RL-Information-RL-RestoreInd PRESENCE mandatory }
}
RL-Information-RL-RestoreInd ::= SEQUENCE {
rL-ID RL-ID,
iE-Extensions ProtocolExtensionContainer { {RL-Information-RL-RestoreInd-ExtIEs} } OPTIONAL,
...
}
RL-Information-RL-RestoreInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Set-RL-RestoreInd ::= SEQUENCE {
rL-Set-InformationList-RL-RestoreInd RL-Set-InformationList-RL-RestoreInd,
iE-Extensions ProtocolExtensionContainer { { RL-SetItem-RL-RestoreInd-ExtIEs} } OPTIONAL,
...
}
RL-SetItem-RL-RestoreInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Set-InformationList-RL-RestoreInd ::= SEQUENCE (SIZE (1..maxNrOfRLSets)) OF ProtocolIE-Single-Container { {RL-Set-Information-RL-RestoreInd-IEs} }
RL-Set-Information-RL-RestoreInd-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Set-Information-RL-RestoreInd CRITICALITY ignore TYPE RL-Set-Information-RL-RestoreInd PRESENCE mandatory }
}
RL-Set-Information-RL-RestoreInd ::= SEQUENCE {
rL-Set-ID RL-Set-ID,
iE-Extensions ProtocolExtensionContainer { {RL-Set-Information-RL-RestoreInd-ExtIEs} } OPTIONAL,
...
}
RL-Set-Information-RL-RestoreInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkRestoreIndication-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CCTrCH-RL-RestoreInd ::= SEQUENCE {
rL-ID RL-ID,
cCTrCH-InformationList-RL-RestoreInd CCTrCH-InformationList-RL-RestoreInd,
iE-Extensions ProtocolExtensionContainer { { CCTrCHItem-RL-RestoreInd-ExtIEs } } OPTIONAL,
...
}
CCTrCHItem-RL-RestoreInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CCTrCH-InformationList-RL-RestoreInd ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF ProtocolIE-Single-Container {{ CCTrCH-InformationItemIE-RL-RestoreInd}}
CCTrCH-InformationItemIE-RL-RestoreInd RNSAP-PROTOCOL-IES ::= {
{ ID id-CCTrCH-InformationItem-RL-RestoreInd CRITICALITY ignore TYPE CCTrCH-InformationItem-RL-RestoreInd PRESENCE mandatory}
}
CCTrCH-InformationItem-RL-RestoreInd ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
iE-Extensions ProtocolExtensionContainer { { CCTrCH-InformationItem-RL-RestoreInd-ExtIEs } } OPTIONAL,
...
}
CCTrCH-InformationItem-RL-RestoreInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- DOWNLINK POWER CONTROL REQUEST
--
-- **************************************************************
DL-PowerControlRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DL-PowerControlRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{DL-PowerControlRequest-Extensions}} OPTIONAL,
...
}
DL-PowerControlRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-PowerAdjustmentType CRITICALITY ignore TYPE PowerAdjustmentType PRESENCE mandatory} |
{ ID id-DLReferencePower CRITICALITY ignore TYPE DL-Power PRESENCE conditional} |
-- This IE shall be present if Power Adjustment Type IE equals to ‘Common’
{ ID id-InnerLoopDLPCStatus CRITICALITY ignore TYPE InnerLoopDLPCStatus PRESENCE optional } |
{ ID id-DLReferencePowerList-DL-PC-Rqst CRITICALITY ignore TYPE DL-ReferencePowerInformationList-DL-PC-Rqst PRESENCE conditional} |
-- This IE shall be present if Power Adjustment Type IE equals to ‘Individual’
{ ID id-MaxAdjustmentStep CRITICALITY ignore TYPE MaxAdjustmentStep PRESENCE conditional } |
-- This IE shall be present if Power Adjustment Type IE equals to ‘Common’ or ‘Individual’
{ ID id-AdjustmentPeriod CRITICALITY ignore TYPE AdjustmentPeriod PRESENCE conditional }|
-- This IE shall be present if Power Adjustment Type IE equals to ‘Common’ or ‘Individual’
{ ID id-AdjustmentRatio CRITICALITY ignore TYPE ScaledAdjustmentRatio PRESENCE conditional },
-- This IE shall be present if Power Adjustment Type IE equals to ‘Common’ or ‘Individual’
...
}
DL-ReferencePowerInformationList-DL-PC-Rqst ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {DL-ReferencePowerInformation-DL-PC-Rqst-IEs} }
DL-ReferencePowerInformation-DL-PC-Rqst-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-ReferencePowerInformation-DL-PC-Rqst CRITICALITY ignore TYPE DL-ReferencePowerInformation-DL-PC-Rqst PRESENCE mandatory }
}
DL-ReferencePowerInformation-DL-PC-Rqst ::= SEQUENCE {
rL-ID RL-ID,
dl-Reference-Power DL-Power,
iE-Extensions ProtocolExtensionContainer { {DL-ReferencePowerInformation-DL-PC-Rqst-ExtIEs} } OPTIONAL,
...
}
DL-ReferencePowerInformation-DL-PC-Rqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-PowerControlRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- DOWNLINK POWER TIMESLOT CONTROL REQUEST TDD
--
-- **************************************************************
DL-PowerTimeslotControlRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DL-PowerTimeslotControlRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{DL-PowerTimeslotControlRequest-Extensions}} OPTIONAL,
...
}
DL-PowerTimeslotControlRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-timeSlot-ISCP CRITICALITY ignore TYPE DL-TimeSlot-ISCP-Info PRESENCE optional},
--Mandatory for 3.84Mcps TDD and 7.68 Mcps TDD only
...
}
DL-PowerTimeslotControlRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-timeSlot-ISCP-LCR-List-DL-PC-Rqst-TDD CRITICALITY ignore EXTENSION DL-TimeSlot-ISCP-LCR-Information PRESENCE optional}|
--Mandatory for 1.28Mcps TDD only
{ ID id-PrimCCPCH-RSCP-DL-PC-RqstTDD CRITICALITY ignore EXTENSION PrimaryCCPCH-RSCP PRESENCE optional}|
{ ID id-PrimaryCCPCH-RSCP-Delta CRITICALITY ignore EXTENSION PrimaryCCPCH-RSCP-Delta PRESENCE optional},
...
}
-- **************************************************************
--
-- PHYSICAL CHANNEL RECONFIGURATION REQUEST FDD
--
-- **************************************************************
PhysicalChannelReconfigurationRequestFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{PhysicalChannelReconfigurationRequestFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{PhysicalChannelReconfigurationRequestFDD-Extensions}} OPTIONAL,
...
}
PhysicalChannelReconfigurationRequestFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Information-PhyChReconfRqstFDD CRITICALITY reject TYPE RL-Information-PhyChReconfRqstFDD PRESENCE mandatory},
...
}
RL-Information-PhyChReconfRqstFDD ::= SEQUENCE {
rL-ID RL-ID,
dl-CodeInformation DL-CodeInformationList-PhyChReconfRqstFDD,
iE-Extensions ProtocolExtensionContainer { {RL-Information-PhyChReconfRqstFDD-ExtIEs} } OPTIONAL,
...
}
RL-Information-PhyChReconfRqstFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-F-DPCH-SlotFormat CRITICALITY ignore EXTENSION F-DPCH-SlotFormat PRESENCE optional}|
{ ID id-FTPICH-Reconfiguration-Information CRITICALITY ignore EXTENSION FTPICH-Reconfiguration-Information PRESENCE optional},
...
}
DL-CodeInformationList-PhyChReconfRqstFDD ::= ProtocolIE-Single-Container { {DL-CodeInformationListIEs-PhyChReconfRqstFDD} }
DL-CodeInformationListIEs-PhyChReconfRqstFDD RNSAP-PROTOCOL-IES ::= {
{ ID id-FDD-DL-CodeInformation CRITICALITY notify TYPE FDD-DL-CodeInformation PRESENCE mandatory }
}
PhysicalChannelReconfigurationRequestFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- PHYSICAL CHANNEL RECONFIGURATION REQUEST TDD
--
-- **************************************************************
PhysicalChannelReconfigurationRequestTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{PhysicalChannelReconfigurationRequestTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{PhysicalChannelReconfigurationRequestTDD-Extensions}} OPTIONAL,
...
}
PhysicalChannelReconfigurationRequestTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Information-PhyChReconfRqstTDD CRITICALITY reject TYPE RL-Information-PhyChReconfRqstTDD PRESENCE mandatory },
...
}
RL-Information-PhyChReconfRqstTDD ::= SEQUENCE {
rL-ID RL-ID,
ul-CCTrCH-Information UL-CCTrCH-InformationList-PhyChReconfRqstTDD OPTIONAL,
dl-CCTrCH-Information DL-CCTrCH-InformationList-PhyChReconfRqstTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-Information-PhyChReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
RL-Information-PhyChReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD CRITICALITY reject EXTENSION HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD PRESENCE optional } |
--For 3.84Mcps TDD only
{ ID id-HSPDSCH-Timeslot-InformationListLCR-PhyChReconfRqstTDD CRITICALITY reject EXTENSION HSPDSCH-Timeslot-InformationListLCR-PhyChReconfRqstTDD PRESENCE optional }|
--For 1.28Mcps TDD only
{ ID id-HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD768 CRITICALITY reject EXTENSION HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD768 PRESENCE optional }|
--For 7.68Mcps TDD only
{ ID id-UARFCNforNt CRITICALITY ignore EXTENSION UARFCN PRESENCE optional },
-- Applicable to 1.28Mcps TDD only
...
}
UL-CCTrCH-InformationList-PhyChReconfRqstTDD ::= ProtocolIE-Single-Container { {UL-CCTrCH-InformationListIEs-PhyChReconfRqstTDD} }
UL-CCTrCH-InformationListIEs-PhyChReconfRqstTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-CCTrCH-InformationListIE-PhyChReconfRqstTDD CRITICALITY reject TYPE UL-CCTrCH-InformationListIE-PhyChReconfRqstTDD PRESENCE mandatory }
}
UL-CCTrCH-InformationListIE-PhyChReconfRqstTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF UL-CCTrCH-InformationItem-PhyChReconfRqstTDD
UL-CCTrCH-InformationItem-PhyChReconfRqstTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
ul-DPCH-Information UL-DPCH-InformationList-PhyChReconfRqstTDD,
iE-Extensions ProtocolExtensionContainer { {UL-CCTrCH-InformationItem-PhyChReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
UL-CCTrCH-InformationItem-PhyChReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-DPCH-InformationList-PhyChReconfRqstTDD ::= ProtocolIE-Single-Container {{UL-DPCH-InformationListIEs-PhyChReconfRqstTDD}}
UL-DPCH-InformationListIEs-PhyChReconfRqstTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-UL-DPCH-InformationItem-PhyChReconfRqstTDD CRITICALITY notify TYPE UL-DPCH-InformationItem-PhyChReconfRqstTDD PRESENCE mandatory}
}
UL-DPCH-InformationItem-PhyChReconfRqstTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod OPTIONAL,
repetitionLength RepetitionLength OPTIONAL,
tDD-DPCHOffset TDD-DPCHOffset OPTIONAL,
uL-Timeslot-InformationList-PhyChReconfRqstTDD UL-Timeslot-InformationList-PhyChReconfRqstTDD OPTIONAL,
--For 3.84Mcps TDD only
iE-Extensions ProtocolExtensionContainer { {UL-DPCH-InformationItem-PhyChReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
UL-DPCH-InformationItem-PhyChReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UL-Timeslot-LCR-InformationList-PhyChReconfRqstTDD CRITICALITY reject EXTENSION UL-TimeslotLCR-InformationList-PhyChReconfRqstTDD PRESENCE optional}|
--For 1.28Mcps TDD only
{ ID id-UL-Timeslot-InformationList-PhyChReconfRqstTDD768 CRITICALITY reject EXTENSION UL-Timeslot-InformationList-PhyChReconfRqstTDD768 PRESENCE optional},
--For 7.68Mcps TDD only
...
}
UL-TimeslotLCR-InformationList-PhyChReconfRqstTDD::= SEQUENCE ( SIZE (1..maxNrOfTsLCR)) OF UL-TimeslotLCR-InformationItem-PhyChReconfRqstTDD
UL-TimeslotLCR-InformationItem-PhyChReconfRqstTDD ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
uL-Code-LCR-Information TDD-UL-Code-LCR-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-TimeslotLCR-InformationItem-PhyChReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
UL-TimeslotLCR-InformationItem-PhyChReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-PLCCH-Information-PhyChReconfRqstTDD CRITICALITY reject EXTENSION PLCCHinformation PRESENCE optional },
...
}
UL-Timeslot-InformationList-PhyChReconfRqstTDD::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF UL-Timeslot-InformationItem-PhyChReconfRqstTDD
UL-Timeslot-InformationItem-PhyChReconfRqstTDD ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
uL-Code-Information TDD-UL-Code-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-Timeslot-InformationItem-PhyChReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
UL-Timeslot-InformationItem-PhyChReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
UL-Timeslot-InformationList-PhyChReconfRqstTDD768::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF UL-Timeslot-InformationItem-PhyChReconfRqstTDD768
UL-Timeslot-InformationItem-PhyChReconfRqstTDD768 ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768 OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
uL-Code-Information768 TDD-UL-Code-Information768 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {UL-Timeslot-InformationItem-PhyChReconfRqstTDD768-ExtIEs} } OPTIONAL,
...
}
UL-Timeslot-InformationItem-PhyChReconfRqstTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-CCTrCH-InformationList-PhyChReconfRqstTDD ::= ProtocolIE-Single-Container { {DL-CCTrCH-InformationListIEs-PhyChReconfRqstTDD} }
DL-CCTrCH-InformationListIEs-PhyChReconfRqstTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-CCTrCH-InformationListIE-PhyChReconfRqstTDD CRITICALITY reject TYPE DL-CCTrCH-InformationListIE-PhyChReconfRqstTDD PRESENCE mandatory }
}
DL-CCTrCH-InformationListIE-PhyChReconfRqstTDD ::= SEQUENCE (SIZE (1..maxNrOfCCTrCHs)) OF DL-CCTrCH-InformationItem-PhyChReconfRqstTDD
DL-CCTrCH-InformationItem-PhyChReconfRqstTDD ::= SEQUENCE {
cCTrCH-ID CCTrCH-ID,
dl-DPCH-Information DL-DPCH-InformationList-PhyChReconfRqstTDD,
iE-Extensions ProtocolExtensionContainer { {DL-CCTrCH-InformationItem-PhyChReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
DL-CCTrCH-InformationItem-PhyChReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-DPCH-InformationList-PhyChReconfRqstTDD ::= ProtocolIE-Single-Container {{DL-DPCH-InformationListIEs-PhyChReconfRqstTDD}}
DL-DPCH-InformationListIEs-PhyChReconfRqstTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-DL-DPCH-InformationItem-PhyChReconfRqstTDD CRITICALITY notify TYPE DL-DPCH-InformationItem-PhyChReconfRqstTDD PRESENCE mandatory}
}
DL-DPCH-InformationItem-PhyChReconfRqstTDD ::= SEQUENCE {
repetitionPeriod RepetitionPeriod OPTIONAL,
repetitionLength RepetitionLength OPTIONAL,
tDD-DPCHOffset TDD-DPCHOffset OPTIONAL,
dL-Timeslot-InformationList-PhyChReconfRqstTDD DL-Timeslot-InformationList-PhyChReconfRqstTDD OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-DPCH-InformationItem-PhyChReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
DL-DPCH-InformationItem-PhyChReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DL-Timeslot-LCR-InformationList-PhyChReconfRqstTDD CRITICALITY reject EXTENSION DL-TimeslotLCR-InformationList-PhyChReconfRqstTDD PRESENCE optional }|
--For 1.28Mcps TDD only
{ ID id-DL-Timeslot-InformationList-PhyChReconfRqstTDD768 CRITICALITY reject EXTENSION DL-Timeslot-InformationList-PhyChReconfRqstTDD768 PRESENCE optional },
--For 7.68Mcps TDD only
...
}
DL-TimeslotLCR-InformationList-PhyChReconfRqstTDD ::= SEQUENCE ( SIZE (1..maxNrOfTsLCR)) OF DL-TimeslotLCR-InformationItem-PhyChReconfRqstTDD
DL-TimeslotLCR-InformationItem-PhyChReconfRqstTDD ::= SEQUENCE {
timeSlotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
dL-Code-LCR-Information TDD-DL-Code-LCR-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-TimeslotLCR-InformationItem-PhyChReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
DL-TimeslotLCR-InformationItem-PhyChReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-Timeslot-InformationList-PhyChReconfRqstTDD::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF DL-Timeslot-InformationItem-PhyChReconfRqstTDD
DL-Timeslot-InformationItem-PhyChReconfRqstTDD ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
dL-Code-Information TDD-DL-Code-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-Timeslot-InformationItem-PhyChReconfRqstTDD-ExtIEs} } OPTIONAL,
...
}
DL-Timeslot-InformationItem-PhyChReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DL-Timeslot-InformationList-PhyChReconfRqstTDD768::= SEQUENCE ( SIZE (1..maxNrOfTS)) OF DL-Timeslot-InformationItem-PhyChReconfRqstTDD768
DL-Timeslot-InformationItem-PhyChReconfRqstTDD768 ::= SEQUENCE {
timeSlot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768 OPTIONAL,
tFCI-Presence TFCI-Presence OPTIONAL,
dL-Code-Information768 TDD-DL-Code-Information768 OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DL-Timeslot-InformationItem-PhyChReconfRqstTDD768-ExtIEs} } OPTIONAL,
...
}
DL-Timeslot-InformationItem-PhyChReconfRqstTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD ::= SEQUENCE (SIZE (1..maxNrOfDLTs)) OF HSPDSCH-Timeslot-InformationItem-PhyChReconfRqstTDD
HSPDSCH-Timeslot-InformationItem-PhyChReconfRqstTDD::= SEQUENCE {
timeslot TimeSlot,
midambleShiftAndBurstType MidambleShiftAndBurstType,
iE-Extensions ProtocolExtensionContainer { { HSPDSCH-Timeslot-InformationItem-PhyChReconfRqstTDD-ExtIEs } } OPTIONAL,
...
}
HSPDSCH-Timeslot-InformationItem-PhyChReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSPDSCH-Timeslot-InformationListLCR-PhyChReconfRqstTDD::= SEQUENCE (SIZE (1..maxNrOfDLTsLCR)) OF HSPDSCH-Timeslot-InformationItemLCR-PhyChReconfRqstTDD
HSPDSCH-Timeslot-InformationItemLCR-PhyChReconfRqstTDD::= SEQUENCE {
timeslotLCR TimeSlotLCR,
midambleShiftLCR MidambleShiftLCR,
iE-Extensions ProtocolExtensionContainer { { HSPDSCH-Timeslot-InformationItemLCR-PhyChReconfRqstTDD-ExtIEs } } OPTIONAL,
...
}
HSPDSCH-Timeslot-InformationItemLCR-PhyChReconfRqstTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD768 ::= SEQUENCE (SIZE (1..maxNrOfDLTs)) OF HSPDSCH-Timeslot-InformationItem-PhyChReconfRqstTDD768
HSPDSCH-Timeslot-InformationItem-PhyChReconfRqstTDD768::= SEQUENCE {
timeslot TimeSlot,
midambleShiftAndBurstType768 MidambleShiftAndBurstType768,
iE-Extensions ProtocolExtensionContainer { { HSPDSCH-Timeslot-InformationItem-PhyChReconfRqstTDD768-ExtIEs } } OPTIONAL,
...
}
HSPDSCH-Timeslot-InformationItem-PhyChReconfRqstTDD768-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
PhysicalChannelReconfigurationRequestTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- PHYSICAL CHANNEL RECONFIGURATION COMMAND
--
-- **************************************************************
PhysicalChannelReconfigurationCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{PhysicalChannelReconfigurationCommand-IEs}},
protocolExtensions ProtocolExtensionContainer {{PhysicalChannelReconfigurationCommand-Extensions}} OPTIONAL,
...
}
PhysicalChannelReconfigurationCommand-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-CFN CRITICALITY ignore TYPE CFN PRESENCE mandatory}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
PhysicalChannelReconfigurationCommand-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- PHYSICAL CHANNEL RECONFIGURATION FAILURE
--
-- **************************************************************
PhysicalChannelReconfigurationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{PhysicalChannelReconfigurationFailure-IEs}},
protocolExtensions ProtocolExtensionContainer {{PhysicalChannelReconfigurationFailure-Extensions}} OPTIONAL,
...
}
PhysicalChannelReconfigurationFailure-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
PhysicalChannelReconfigurationFailure-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK CONGESTION INDICATION
--
-- **************************************************************
RadioLinkCongestionIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkCongestionIndication-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkCongestionIndication-Extensions}} OPTIONAL,
...
}
RadioLinkCongestionIndication-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-CongestionCause CRITICALITY ignore TYPE CongestionCause PRESENCE optional}|
{ ID id-RL-InformationList-RL-CongestInd CRITICALITY ignore TYPE RL-InformationList-RL-CongestInd PRESENCE mandatory},
...
}
RL-InformationList-RL-CongestInd ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-InformationItemIEs-RL-CongestInd} }
RL-InformationItemIEs-RL-CongestInd RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationItem-RL-CongestInd CRITICALITY ignore TYPE RL-InformationItem-RL-CongestInd PRESENCE mandatory }
}
RL-InformationItem-RL-CongestInd ::= SEQUENCE {
rL-ID RL-ID,
dCH-Rate-Information DCH-Rate-Information-RL-CongestInd,
iE-Extensions ProtocolExtensionContainer { {RL-Information-RL-CongestInd-ExtIEs} } OPTIONAL,
...
}
DCH-Rate-Information-RL-CongestInd ::= SEQUENCE (SIZE (1..maxNrOfDCHs)) OF ProtocolIE-Single-Container { {DCH-Rate-InformationItemIEs-RL-CongestInd} }
DCH-Rate-InformationItemIEs-RL-CongestInd RNSAP-PROTOCOL-IES ::= {
{ ID id-DCH-Rate-InformationItem-RL-CongestInd CRITICALITY ignore TYPE DCH-Rate-InformationItem-RL-CongestInd PRESENCE mandatory }
}
DCH-Rate-InformationItem-RL-CongestInd ::= SEQUENCE {
dCH-ID DCH-ID,
allowed-Rate-Information Allowed-Rate-Information OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {DCH-Rate-InformationItem-RL-CongestInd-ExtIEs} } OPTIONAL,
...
}
DCH-Rate-InformationItem-RL-CongestInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Information-RL-CongestInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-EDCH-MacdFlowSpecificInformationList-RL-CongestInd CRITICALITY ignore EXTENSION EDCH-MacdFlowSpecificInformationList-RL-CongestInd PRESENCE optional}|
{ ID id-DCH-Indicator-For-E-DCH-HSDPA-Operation CRITICALITY ignore EXTENSION DCH-Indicator-For-E-DCH-HSDPA-Operation PRESENCE optional},
...
}
RadioLinkCongestionIndication-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
EDCH-MacdFlowSpecificInformationList-RL-CongestInd ::= SEQUENCE (SIZE (1.. maxNrOfEDCHMACdFlows)) OF ProtocolIE-Single-Container { {EDCH-MacdFlowSpecificInformationItemIEs-RL-CongestInd} }
EDCH-MacdFlowSpecificInformationItemIEs-RL-CongestInd RNSAP-PROTOCOL-IES ::= {
{ ID id-EDCH-MacdFlowSpecificInformationItem-RL-CongestInd CRITICALITY ignore TYPE EDCH-MacdFlowSpecificInformationItem-RL-CongestInd PRESENCE mandatory }
}
EDCH-MacdFlowSpecificInformationItem-RL-CongestInd ::= SEQUENCE {
eDCH-MACdFlow-ID EDCH-MACdFlow-ID,
iE-Extensions ProtocolExtensionContainer { { EDCH-MacdFlowSpecificInformation-RL-CongestInd-ExtIEs} } OPTIONAL,
...
}
EDCH-MacdFlowSpecificInformation-RL-CongestInd-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UPLINK SIGNALLING TRANSFER INDICATION FDD
--
-- **************************************************************
UplinkSignallingTransferIndicationFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UplinkSignallingTransferIndicationFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{UplinkSignallingTransferIndicationFDD-Extensions}} OPTIONAL,
...
}
UplinkSignallingTransferIndicationFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UC-ID CRITICALITY ignore TYPE UC-ID PRESENCE mandatory} |
{ ID id-SAI CRITICALITY ignore TYPE SAI PRESENCE mandatory} |
{ ID id-GA-Cell CRITICALITY ignore TYPE GA-Cell PRESENCE optional} |
{ ID id-C-RNTI CRITICALITY ignore TYPE C-RNTI PRESENCE mandatory} |
{ ID id-S-RNTI CRITICALITY ignore TYPE S-RNTI PRESENCE mandatory} |
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE optional} |
{ ID id-PropagationDelay CRITICALITY ignore TYPE PropagationDelay PRESENCE mandatory} |
{ ID id-STTD-SupportIndicator CRITICALITY ignore TYPE STTD-SupportIndicator PRESENCE mandatory} |
{ ID id-ClosedLoopMode1-SupportIndicator CRITICALITY ignore TYPE ClosedLoopMode1-SupportIndicator PRESENCE mandatory} |
{ ID id-L3-Information CRITICALITY ignore TYPE L3-Information PRESENCE mandatory} |
{ ID id-CN-PS-DomainIdentifier CRITICALITY ignore TYPE CN-PS-DomainIdentifier PRESENCE optional} |
{ ID id-CN-CS-DomainIdentifier CRITICALITY ignore TYPE CN-CS-DomainIdentifier PRESENCE optional} |
{ ID id-URA-Information CRITICALITY ignore TYPE URA-Information PRESENCE optional},
...
}
UplinkSignallingTransferIndicationFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GA-CellAdditionalShapes CRITICALITY ignore EXTENSION GA-CellAdditionalShapes PRESENCE optional}|
{ ID id-DPC-Mode-Change-SupportIndicator CRITICALITY ignore EXTENSION DPC-Mode-Change-SupportIndicator PRESENCE optional}|
{ ID id-CommonTransportChannelResourcesInitialisationNotRequired CRITICALITY ignore EXTENSION CommonTransportChannelResourcesInitialisationNotRequired PRESENCE optional}|
{ ID id-CellCapabilityContainer-FDD CRITICALITY ignore EXTENSION CellCapabilityContainer-FDD PRESENCE optional}|
{ ID id-SNA-Information CRITICALITY ignore EXTENSION SNA-Information PRESENCE optional}|
{ ID id-CellPortionID CRITICALITY ignore EXTENSION CellPortionID PRESENCE optional}|
{ ID id-Active-MBMS-Bearer-ServiceFDD CRITICALITY ignore EXTENSION Active-MBMS-Bearer-Service-ListFDD PRESENCE optional}|
{ ID id-Inter-Frequency-Cell-List CRITICALITY ignore EXTENSION Inter-Frequency-Cell-List PRESENCE optional}|
{ ID id-ExtendedPropagationDelay CRITICALITY ignore EXTENSION ExtendedPropagationDelay PRESENCE optional}|
{ ID id-HSDSCH-RNTI CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional}|
{ ID id-Multiple-PLMN-List CRITICALITY ignore EXTENSION Multiple-PLMN-List PRESENCE optional}|
{ ID id-E-RNTI CRITICALITY ignore EXTENSION E-RNTI PRESENCE optional}|
{ ID id-Max-UE-DTX-Cycle CRITICALITY ignore EXTENSION Max-UE-DTX-Cycle PRESENCE conditional}|
-- This IE shall be present if the Continuous Packet Connectivity DTX-DRX Support Indicator IE in Cell Capability Container FDD IE is set to 1.
{ ID id-CellCapabilityContainerExtension-FDD CRITICALITY ignore EXTENSION CellCapabilityContainerExtension-FDD PRESENCE optional}|
{ ID id-Secondary-Serving-Cell-List CRITICALITY ignore EXTENSION Secondary-Serving-Cell-List PRESENCE optional}|
{ ID id-Dual-Band-Secondary-Serving-Cell-List CRITICALITY ignore EXTENSION Secondary-Serving-Cell-List PRESENCE optional}|
{ ID id-Extended-S-RNTI CRITICALITY ignore EXTENSION Extended-RNTI PRESENCE optional},
...
}
-- **************************************************************
--
-- UPLINK SIGNALLING TRANSFER INDICATION TDD
--
-- **************************************************************
UplinkSignallingTransferIndicationTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UplinkSignallingTransferIndicationTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{UplinkSignallingTransferIndicationTDD-Extensions}} OPTIONAL,
...
}
UplinkSignallingTransferIndicationTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UC-ID CRITICALITY ignore TYPE UC-ID PRESENCE mandatory} |
{ ID id-SAI CRITICALITY ignore TYPE SAI PRESENCE mandatory} |
{ ID id-GA-Cell CRITICALITY ignore TYPE GA-Cell PRESENCE optional} |
{ ID id-C-RNTI CRITICALITY ignore TYPE C-RNTI PRESENCE mandatory} |
{ ID id-S-RNTI CRITICALITY ignore TYPE S-RNTI PRESENCE mandatory} |
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE optional} |
{ ID id-RxTimingDeviationForTA CRITICALITY ignore TYPE RxTimingDeviationForTA PRESENCE mandatory} |
{ ID id-L3-Information CRITICALITY ignore TYPE L3-Information PRESENCE mandatory} |
{ ID id-CN-PS-DomainIdentifier CRITICALITY ignore TYPE CN-PS-DomainIdentifier PRESENCE optional} |
{ ID id-CN-CS-DomainIdentifier CRITICALITY ignore TYPE CN-CS-DomainIdentifier PRESENCE optional} |
{ ID id-URA-Information CRITICALITY ignore TYPE URA-Information PRESENCE optional},
...
}
UplinkSignallingTransferIndicationTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-GA-CellAdditionalShapes CRITICALITY ignore EXTENSION GA-CellAdditionalShapes PRESENCE optional }|
{ ID id-CommonTransportChannelResourcesInitialisationNotRequired CRITICALITY ignore EXTENSION CommonTransportChannelResourcesInitialisationNotRequired PRESENCE optional }|
{ ID id-CellCapabilityContainer-TDD CRITICALITY ignore EXTENSION CellCapabilityContainer-TDD PRESENCE optional }|
-- Applicable to 3.84Mcps TDD only
{ ID id-CellCapabilityContainer-TDD-LCR CRITICALITY ignore EXTENSION CellCapabilityContainer-TDD-LCR PRESENCE optional }|
-- Applicable to 1.28Mcps TDD only
{ ID id-SNA-Information CRITICALITY ignore EXTENSION SNA-Information PRESENCE optional }|
{ ID id-Active-MBMS-Bearer-ServiceTDD CRITICALITY ignore EXTENSION Active-MBMS-Bearer-Service-ListTDD PRESENCE optional }|
{ ID id-CellCapabilityContainer-TDD768 CRITICALITY ignore EXTENSION CellCapabilityContainer-TDD768 PRESENCE optional }|
-- Applicable to 7.68Mcps TDD only
{ ID id-RxTimingDeviationForTA768 CRITICALITY ignore EXTENSION RxTimingDeviationForTA768 PRESENCE optional }|
{ ID id-RxTimingDeviationForTAext CRITICALITY ignore EXTENSION RxTimingDeviationForTAext PRESENCE optional }|
{ ID id-Multiple-PLMN-List CRITICALITY ignore EXTENSION Multiple-PLMN-List PRESENCE optional }|
{ ID id-HSDSCH-RNTI CRITICALITY ignore EXTENSION HSDSCH-RNTI PRESENCE optional }|
{ ID id-E-RNTI CRITICALITY ignore EXTENSION E-RNTI PRESENCE optional }|
{ ID id-CellPortionLCRID CRITICALITY ignore EXTENSION CellPortionLCRID PRESENCE optional }|
{ ID id-CellCapabilityContainerExtension-TDD-LCR CRITICALITY ignore EXTENSION CellCapabilityContainerExtension-TDD-LCR PRESENCE optional }|
{ ID id-Extended-S-RNTI CRITICALITY ignore EXTENSION Extended-RNTI PRESENCE optional },
...
}
-- **************************************************************
--
-- DOWNLINK SIGNALLING TRANSFER REQUEST
--
-- **************************************************************
DownlinkSignallingTransferRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DownlinkSignallingTransferRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{DownlinkSignallingTransferRequest-Extensions}} OPTIONAL,
...
}
DownlinkSignallingTransferRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-C-ID CRITICALITY ignore TYPE C-ID PRESENCE mandatory } |
-- May be a GERAN cell identifier
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE mandatory } |
{ ID id-L3-Information CRITICALITY ignore TYPE L3-Information PRESENCE mandatory } |
{ ID id-D-RNTI-ReleaseIndication CRITICALITY ignore TYPE D-RNTI-ReleaseIndication PRESENCE mandatory },
...
}
DownlinkSignallingTransferRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-URA-ID CRITICALITY ignore EXTENSION URA-ID PRESENCE optional}|
{ ID id-MBMS-Bearer-Service-List CRITICALITY ignore EXTENSION MBMS-Bearer-Service-List PRESENCE optional}|
{ ID id-Old-URA-ID CRITICALITY ignore EXTENSION URA-ID PRESENCE optional}|
{ ID id-SRNC-ID CRITICALITY ignore EXTENSION RNC-ID PRESENCE conditional}|
-- This IE shall be present if the URA-ID IE or Old URA-ID IE is present.
{ ID id-Extended-SRNC-ID CRITICALITY reject EXTENSION Extended-RNC-ID PRESENCE optional}|
{ ID id-Enhanced-PCH-Capability CRITICALITY ignore EXTENSION Enhanced-PCH-Capability PRESENCE optional},
-- FDD and 1.28Mcps TDD only
...
}
-- **************************************************************
--
-- RELOCATION COMMIT
--
-- **************************************************************
RelocationCommit ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RelocationCommit-IEs}},
protocolExtensions ProtocolExtensionContainer {{RelocationCommit-Extensions}} OPTIONAL,
...
}
RelocationCommit-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE optional } |
{ ID id-RANAP-RelocationInformation CRITICALITY ignore TYPE RANAP-RelocationInformation PRESENCE optional },
...
}
RelocationCommit-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- PAGING REQUEST
--
-- **************************************************************
PagingRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{PagingRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{PagingRequest-Extensions}} OPTIONAL,
...
}
PagingRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-PagingArea-PagingRqst CRITICALITY ignore TYPE PagingArea-PagingRqst PRESENCE mandatory}|
{ ID id-SRNC-ID CRITICALITY ignore TYPE RNC-ID PRESENCE mandatory}| -- May be a BSC-Id.
{ ID id-S-RNTI CRITICALITY ignore TYPE S-RNTI PRESENCE mandatory}|
{ ID id-IMSI CRITICALITY ignore TYPE IMSI PRESENCE mandatory}|
{ ID id-DRXCycleLengthCoefficient CRITICALITY ignore TYPE DRXCycleLengthCoefficient PRESENCE mandatory}|
{ ID id-CNOriginatedPage-PagingRqst CRITICALITY ignore TYPE CNOriginatedPage-PagingRqst PRESENCE optional},
...
}
PagingArea-PagingRqst ::= CHOICE {
uRA URA-PagingRqst, -- May be a GRA-ID.
cell Cell-PagingRqst, -- UTRAN only
...
}
URA-PagingRqst ::= SEQUENCE {
uRA-ID URA-ID,
iE-Extensions ProtocolExtensionContainer { { URAItem-PagingRqst-ExtIEs} } OPTIONAL,
...
}
URAItem-PagingRqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Cell-PagingRqst ::= SEQUENCE {
c-ID C-ID,
iE-Extensions ProtocolExtensionContainer { { CellItem-PagingRqst-ExtIEs} } OPTIONAL,
...
}
CellItem-PagingRqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
CNOriginatedPage-PagingRqst::= SEQUENCE {
pagingCause PagingCause,
cNDomainType CNDomainType,
pagingRecordType PagingRecordType,
iE-Extensions ProtocolExtensionContainer { { CNOriginatedPage-PagingRqst-ExtIEs} } OPTIONAL,
...
}
CNOriginatedPage-PagingRqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
PagingRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extended-SRNC-ID CRITICALITY reject EXTENSION Extended-RNC-ID PRESENCE optional}|
{ ID id-Enhanced-PCH-Capability CRITICALITY ignore EXTENSION Enhanced-PCH-Capability PRESENCE optional}|
-- FDD and 1.28Mcps TDD only
{ ID id-Extended-S-RNTI CRITICALITY ignore EXTENSION Extended-RNTI PRESENCE optional},
...
}
-- **************************************************************
--
-- DEDICATED MEASUREMENT INITIATION REQUEST
--
-- **************************************************************
DedicatedMeasurementInitiationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DedicatedMeasurementInitiationRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{DedicatedMeasurementInitiationRequest-Extensions}} OPTIONAL,
...
}
DedicatedMeasurementInitiationRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY reject TYPE MeasurementID PRESENCE mandatory } |
{ ID id-DedicatedMeasurementObjectType-DM-Rqst CRITICALITY reject TYPE DedicatedMeasurementObjectType-DM-Rqst PRESENCE mandatory } |
{ ID id-DedicatedMeasurementType CRITICALITY reject TYPE DedicatedMeasurementType PRESENCE mandatory } |
{ ID id-MeasurementFilterCoefficient CRITICALITY reject TYPE MeasurementFilterCoefficient PRESENCE optional } |
{ ID id-ReportCharacteristics CRITICALITY reject TYPE ReportCharacteristics PRESENCE mandatory }|
{ ID id-CFNReportingIndicator CRITICALITY reject TYPE FNReportingIndicator PRESENCE mandatory }|
{ ID id-CFN CRITICALITY reject TYPE CFN PRESENCE optional },
...
}
DedicatedMeasurementObjectType-DM-Rqst ::= CHOICE {
rL RL-DM-Rqst,
rLS RL-Set-DM-Rqst,
allRL All-RL-DM-Rqst,
allRLS All-RL-Set-DM-Rqst,
...
}
RL-DM-Rqst ::= SEQUENCE {
rL-InformationList-DM-Rqst RL-InformationList-DM-Rqst,
iE-Extensions ProtocolExtensionContainer { { RLItem-DM-Rqst-ExtIEs} } OPTIONAL,
...
}
RLItem-DM-Rqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-InformationList-DM-Rqst ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-Information-DM-Rqst-IEs} }
RL-Information-DM-Rqst-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationItem-DM-Rqst CRITICALITY reject TYPE RL-InformationItem-DM-Rqst PRESENCE mandatory }
}
RL-InformationItem-DM-Rqst ::= SEQUENCE {
rL-ID RL-ID,
dPCH-ID DPCH-ID OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-InformationItem-DM-Rqst-ExtIEs} } OPTIONAL,
...
}
RL-InformationItem-DM-Rqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HSSICH-Info-DM-Rqst CRITICALITY reject EXTENSION HSSICH-Info-DM-Rqst PRESENCE optional}|
-- TDD only
{ ID id-DPCH-ID768-DM-Rqst CRITICALITY reject EXTENSION DPCH-ID768 PRESENCE optional}|
{ ID id-HSSICH-Info-DM-Rqst-Extension CRITICALITY reject EXTENSION HSSICH-Info-DM-Rqst-Extension PRESENCE optional},
-- Applicable for 1.28Mcps TDD only when the HS-SICH ID IE is more than 31
...
}
HSSICH-Info-DM-Rqst ::= SEQUENCE (SIZE (1..maxNrOfHSSICHs)) OF HS-SICH-ID
HSSICH-Info-DM-Rqst-Extension ::= SEQUENCE (SIZE (1..maxNrOfHSSICHs)) OF HS-SICH-ID-Extension
RL-Set-DM-Rqst ::= SEQUENCE {
rL-Set-InformationList-DM-Rqst RL-Set-InformationList-DM-Rqst,
iE-Extensions ProtocolExtensionContainer { { RL-SetItem-DM-Rqst-ExtIEs} } OPTIONAL,
...
}
RL-SetItem-DM-Rqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Set-InformationList-DM-Rqst ::= SEQUENCE (SIZE (1..maxNrOfRLSets)) OF ProtocolIE-Single-Container { {RL-Set-Information-DM-Rqst-IEs} }
RL-Set-Information-DM-Rqst-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Set-InformationItem-DM-Rqst CRITICALITY reject TYPE RL-Set-InformationItem-DM-Rqst PRESENCE mandatory }
}
RL-Set-InformationItem-DM-Rqst ::= SEQUENCE {
rL-Set-ID RL-Set-ID,
iE-Extensions ProtocolExtensionContainer { {RL-Set-InformationItem-DM-Rqst-ExtIEs} } OPTIONAL,
...
}
RL-Set-InformationItem-DM-Rqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
All-RL-DM-Rqst ::= NULL
All-RL-Set-DM-Rqst ::= NULL
DedicatedMeasurementInitiationRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-PartialReportingIndicator CRITICALITY ignore EXTENSION PartialReportingIndicator PRESENCE optional }|
{ ID id-MeasurementRecoveryBehavior CRITICALITY ignore EXTENSION MeasurementRecoveryBehavior PRESENCE optional }|
{ ID id-AlternativeFormatReportingIndicator CRITICALITY ignore EXTENSION AlternativeFormatReportingIndicator PRESENCE optional },
...
}
-- **************************************************************
--
-- DEDICATED MEASUREMENT INITIATION RESPONSE
--
-- **************************************************************
DedicatedMeasurementInitiationResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DedicatedMeasurementInitiationResponse-IEs}},
protocolExtensions ProtocolExtensionContainer {{DedicatedMeasurementInitiationResponse-Extensions}} OPTIONAL,
...
}
DedicatedMeasurementInitiationResponse-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory} |
{ ID id-DedicatedMeasurementObjectType-DM-Rsp CRITICALITY ignore TYPE DedicatedMeasurementObjectType-DM-Rsp PRESENCE optional} |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
DedicatedMeasurementObjectType-DM-Rsp ::= CHOICE {
rLs RL-DM-Rsp,
rLS RL-Set-DM-Rsp,
allRL RL-DM-Rsp,
allRLS RL-Set-DM-Rsp,
...
}
RL-DM-Rsp ::= SEQUENCE {
rL-InformationList-DM-Rsp RL-InformationList-DM-Rsp,
iE-Extensions ProtocolExtensionContainer { { RLItem-DM-Rsp-ExtIEs} } OPTIONAL,
...
}
RLItem-DM-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Set-DM-Rsp ::= SEQUENCE {
rL-Set-InformationList-DM-Rsp RL-Set-InformationList-DM-Rsp,
iE-Extensions ProtocolExtensionContainer { { RL-SetItem-DM-Rsp-ExtIEs} } OPTIONAL,
...
}
RL-SetItem-DM-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-InformationList-DM-Rsp ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-Information-DM-Rsp-IEs} }
RL-Information-DM-Rsp-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationItem-DM-Rsp CRITICALITY ignore TYPE RL-InformationItem-DM-Rsp PRESENCE mandatory }
}
RL-InformationItem-DM-Rsp ::= SEQUENCE {
rL-ID RL-ID,
dPCH-ID DPCH-ID OPTIONAL,
dedicatedMeasurementValue DedicatedMeasurementValue,
cFN CFN OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-InformationItem-DM-Rsp-ExtIEs} } OPTIONAL,
...
}
RL-InformationItem-DM-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-HSSICH-Info-DM CRITICALITY reject EXTENSION HS-SICH-ID PRESENCE optional}|
-- TDD only
{ ID id-multiple-DedicatedMeasurementValueList-TDD-DM-Rsp CRITICALITY ignore EXTENSION Multiple-DedicatedMeasurementValueList-TDD-DM-Rsp PRESENCE optional}|
-- Applicable to 3.84Mcps TDD only. This list of dedicated measurement values is used for the 2nd and beyond measurements of a RL when multiple dedicated measurement values need to be reported.
{ ID id-multiple-DedicatedMeasurementValueList-LCR-TDD-DM-Rsp CRITICALITY ignore EXTENSION Multiple-DedicatedMeasurementValueList-LCR-TDD-DM-Rsp PRESENCE optional}|
-- Applicable to 1.28Mcps TDD only. This list of dedicated measurement values is used for the 2nd and beyond measurements of a RL when multiple dedicated measurement values need to be reported.
{ ID id-multiple-HSSICHMeasurementValueList-TDD-DM-Rsp CRITICALITY ignore EXTENSION Multiple-HSSICHMeasurementValueList-TDD-DM-Rsp PRESENCE optional}|
-- TDD only. This list of HS-SICH measurement values is used for the 2nd and beyond measurements of a RL when multiple HS-SICH measurement values need to be reported.
{ ID id-multiple-DedicatedMeasurementValueList-TDD768-DM-Rsp CRITICALITY ignore EXTENSION Multiple-DedicatedMeasurementValueList-TDD768-DM-Rsp PRESENCE optional}|
-- Applicable to 7.68Mcps TDD only. This list of dedicated measurement values is used for the 2nd and beyond measurements of a RL when multiple dedicated measurement values need to be reported.
{ ID id-DPCH-ID768-DM-Rsp CRITICALITY ignore EXTENSION DPCH-ID768 PRESENCE optional}|
{ ID id-HS-SICH-ID-Extension CRITICALITY ignore EXTENSION HS-SICH-ID-Extension PRESENCE optional},
-- Applicable for 1.28Mcps TDD only when the HS-SICH ID IE is more than 31
...
}
RL-Set-InformationList-DM-Rsp ::= SEQUENCE (SIZE (1..maxNrOfRLSets)) OF ProtocolIE-Single-Container { {RL-Set-Information-DM-Rsp-IEs} }
RL-Set-Information-DM-Rsp-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Set-InformationItem-DM-Rsp CRITICALITY ignore TYPE RL-Set-InformationItem-DM-Rsp PRESENCE mandatory }
}
RL-Set-InformationItem-DM-Rsp ::= SEQUENCE {
rL-Set-ID RL-Set-ID,
dedicatedMeasurementValue DedicatedMeasurementValue,
cFN CFN OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-Set-InformationItem-DM-Rspns-ExtIEs} } OPTIONAL,
...
}
RL-Set-InformationItem-DM-Rspns-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DedicatedMeasurementInitiationResponse-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MeasurementRecoverySupportIndicator CRITICALITY ignore EXTENSION MeasurementRecoverySupportIndicator PRESENCE optional
},
...
}
Multiple-DedicatedMeasurementValueList-TDD-DM-Rsp ::= SEQUENCE (SIZE (1.. maxNrOfDPCHsPerRL-1)) OF Multiple-DedicatedMeasurementValueItem-TDD-DM-Rsp
Multiple-DedicatedMeasurementValueItem-TDD-DM-Rsp ::= SEQUENCE {
dPCH-ID DPCH-ID,
dedicatedMeasurementValue DedicatedMeasurementValue,
iE-Extensions ProtocolExtensionContainer { { Multiple-DedicatedMeasurementValueItem-TDD-DM-Rsp-ExtIEs} } OPTIONAL,
...
}
Multiple-DedicatedMeasurementValueItem-TDD-DM-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Multiple-DedicatedMeasurementValueList-LCR-TDD-DM-Rsp ::= SEQUENCE (SIZE (1.. maxNrOfDPCHsLCRPerRL-1)) OF Multiple-DedicatedMeasurementValueItem-LCR-TDD-DM-Rsp
Multiple-DedicatedMeasurementValueItem-LCR-TDD-DM-Rsp ::= SEQUENCE {
dPCH-ID DPCH-ID,
dedicatedMeasurementValue DedicatedMeasurementValue,
iE-Extensions ProtocolExtensionContainer { { Multiple-DedicatedMeasurementValueItem-LCR-TDD-DM-Rsp-ExtIEs} } OPTIONAL,
...
}
Multiple-DedicatedMeasurementValueItem-LCR-TDD-DM-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Multiple-HSSICHMeasurementValueList-TDD-DM-Rsp ::= SEQUENCE (SIZE (1.. maxNrOfHSSICHs-1)) OF Multiple-HSSICHMeasurementValueItem-TDD-DM-Rsp
Multiple-HSSICHMeasurementValueItem-TDD-DM-Rsp ::= SEQUENCE {
hsSICH-ID HS-SICH-ID,
dedicatedMeasurementValue DedicatedMeasurementValue,
iE-Extensions ProtocolExtensionContainer { { Multiple-HSSICHMeasurementValueItem-TDD-DM-Rsp-ExtIEs} } OPTIONAL,
...
}
Multiple-HSSICHMeasurementValueItem-TDD-DM-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-HS-SICH-ID-Extension CRITICALITY ignore EXTENSION HS-SICH-ID-Extension PRESENCE optional},
-- Applicable for 1.28Mcps TDD only when the HS-SICH ID IE is more than 31
...
}
Multiple-DedicatedMeasurementValueList-TDD768-DM-Rsp ::= SEQUENCE (SIZE (1.. maxNrOfDPCHs768PerRL-1)) OF Multiple-DedicatedMeasurementValueItem-TDD768-DM-Rsp
Multiple-DedicatedMeasurementValueItem-TDD768-DM-Rsp ::= SEQUENCE {
dPCH-ID768 DPCH-ID768,
dedicatedMeasurementValue DedicatedMeasurementValue,
iE-Extensions ProtocolExtensionContainer { { Multiple-DedicatedMeasurementValueItem-TDD768-DM-Rsp-ExtIEs} } OPTIONAL,
...
}
Multiple-DedicatedMeasurementValueItem-TDD768-DM-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- DEDICATED MEASUREMENT INITIATION FAILURE
--
-- **************************************************************
DedicatedMeasurementInitiationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DedicatedMeasurementInitiationFailure-IEs}},
protocolExtensions ProtocolExtensionContainer {{DedicatedMeasurementInitiationFailure-Extensions}} OPTIONAL,
...
}
DedicatedMeasurementInitiationFailure-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
DedicatedMeasurementInitiationFailure-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DedicatedMeasurementObjectType-DM-Fail CRITICALITY ignore EXTENSION DedicatedMeasurementObjectType-DM-Fail PRESENCE optional },
...
}
DedicatedMeasurementObjectType-DM-Fail ::= CHOICE {
rL RL-DM-Fail,
rLS RL-Set-DM-Fail,
allRL RL-DM-Fail,
allRLS RL-Set-DM-Fail,
...
}
RL-DM-Fail ::= SEQUENCE {
rL-unsuccessful-InformationRespList-DM-Fail RL-Unsuccessful-InformationRespList-DM-Fail,
rL-successful-InformationRespList-DM-Fail RL-Successful-InformationRespList-DM-Fail OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RLItem-DM-Fail-ExtIEs} } OPTIONAL,
...
}
RLItem-DM-Fail-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Set-DM-Fail ::= SEQUENCE {
rL-Set-unsuccessful-InformationRespList-DM-Fail RL-Set-Unsuccessful-InformationRespList-DM-Fail,
rL-Set-successful-InformationRespList-DM-Fail RL-Set-Successful-InformationRespList-DM-Fail OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RL-SetItem-DM-Fail-ExtIEs} } OPTIONAL,
...
}
RL-SetItem-DM-Fail-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Unsuccessful-InformationRespList-DM-Fail ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-Unsuccessful-InformationResp-DM-Fail-IEs} }
RL-Unsuccessful-InformationResp-DM-Fail-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Unsuccessful-InformationItem-DM-Fail CRITICALITY ignore TYPE RL-Unsuccessful-InformationItem-DM-Fail PRESENCE mandatory }
}
RL-Unsuccessful-InformationItem-DM-Fail ::= SEQUENCE {
rL-ID RL-ID,
individualcause Cause OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-Unsuccessful-InformationItem-DM-Fail-ExtIEs} } OPTIONAL,
...
}
RL-Unsuccessful-InformationItem-DM-Fail-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Successful-InformationRespList-DM-Fail ::= SEQUENCE (SIZE (1..maxNrOfRLs-1)) OF ProtocolIE-Single-Container { {RL-Successful-InformationResp-DM-Fail-IEs} }
RL-Successful-InformationResp-DM-Fail-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Successful-InformationItem-DM-Fail CRITICALITY ignore TYPE RL-Successful-InformationItem-DM-Fail PRESENCE mandatory }
}
RL-Successful-InformationItem-DM-Fail ::= SEQUENCE {
rL-ID RL-ID,
dPCH-ID DPCH-ID OPTIONAL,
dedicatedMeasurementValue DedicatedMeasurementValue,
cFN CFN OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-Successful-InformationItem-DM-Fail-ExtIEs} } OPTIONAL,
...
}
RL-Successful-InformationItem-DM-Fail-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-HSSICH-Info-DM CRITICALITY reject EXTENSION HS-SICH-ID PRESENCE optional}|
-- TDD only
{ ID id-HS-SICH-ID-Extension CRITICALITY ignore EXTENSION HS-SICH-ID-Extension PRESENCE optional},
-- Applicable for 1.28Mcps TDD only when the HS-SICH ID IE is more than 31
...
}
RL-Set-Unsuccessful-InformationRespList-DM-Fail ::= SEQUENCE (SIZE (1..maxNrOfRLSets)) OF ProtocolIE-Single-Container { {RL-Set-Unsuccessful-InformationResp-DM-Fail-IEs} }
RL-Set-Unsuccessful-InformationResp-DM-Fail-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Set-Unsuccessful-InformationItem-DM-Fail CRITICALITY ignore TYPE RL-Set-Unsuccessful-InformationItem-DM-Fail PRESENCE mandatory }
}
RL-Set-Unsuccessful-InformationItem-DM-Fail ::= SEQUENCE {
rL-Set-ID RL-Set-ID,
individualcause Cause OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-Set-Unsuccessful-InformationItem-DM-Failns-ExtIEs} } OPTIONAL,
...
}
RL-Set-Unsuccessful-InformationItem-DM-Failns-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Set-Successful-InformationRespList-DM-Fail ::= SEQUENCE (SIZE (1..maxNrOfRLSets-1)) OF ProtocolIE-Single-Container { {RL-Set-Successful-InformationResp-DM-Fail-IEs} }
RL-Set-Successful-InformationResp-DM-Fail-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Set-Successful-InformationItem-DM-Fail CRITICALITY ignore TYPE RL-Set-Successful-InformationItem-DM-Fail PRESENCE mandatory }
}
RL-Set-Successful-InformationItem-DM-Fail ::= SEQUENCE {
rL-Set-ID RL-Set-ID,
dedicatedMeasurementValue DedicatedMeasurementValue,
cFN CFN OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-Set-Successful-InformationItem-DM-Failns-ExtIEs} } OPTIONAL,
...
}
RL-Set-Successful-InformationItem-DM-Failns-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- DEDICATED MEASUREMENT REPORT
--
-- **************************************************************
DedicatedMeasurementReport ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DedicatedMeasurementReport-IEs}},
protocolExtensions ProtocolExtensionContainer {{DedicatedMeasurementReport-Extensions}} OPTIONAL,
...
}
DedicatedMeasurementReport-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory } |
{ ID id-DedicatedMeasurementObjectType-DM-Rprt CRITICALITY ignore TYPE DedicatedMeasurementObjectType-DM-Rprt PRESENCE mandatory },
...
}
DedicatedMeasurementObjectType-DM-Rprt ::= CHOICE {
rLs RL-DM-Rprt,
rLS RL-Set-DM-Rprt,
allRL RL-DM-Rprt,
allRLS RL-Set-DM-Rprt,
...
}
RL-DM-Rprt ::= SEQUENCE {
rL-InformationList-DM-Rprt RL-InformationList-DM-Rprt,
iE-Extensions ProtocolExtensionContainer { { RLItem-DM-Rprt-ExtIEs} } OPTIONAL,
...
}
RLItem-DM-Rprt-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Set-DM-Rprt ::= SEQUENCE {
rL-Set-InformationList-DM-Rprt RL-Set-InformationList-DM-Rprt,
iE-Extensions ProtocolExtensionContainer { { RL-SetItem-DM-Rprt-ExtIEs} } OPTIONAL,
...
}
RL-SetItem-DM-Rprt-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-InformationList-DM-Rprt ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-Information-DM-Rprt-IEs} }
RL-Information-DM-Rprt-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-InformationItem-DM-Rprt CRITICALITY ignore TYPE RL-InformationItem-DM-Rprt PRESENCE mandatory }
}
RL-InformationItem-DM-Rprt ::= SEQUENCE {
rL-ID RL-ID,
dPCH-ID DPCH-ID OPTIONAL,
dedicatedMeasurementValueInformation DedicatedMeasurementValueInformation,
iE-Extensions ProtocolExtensionContainer { {RL-InformationItem-DM-Rprt-ExtIEs} } OPTIONAL,
...
}
RL-InformationItem-DM-Rprt-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-HSSICH-Info-DM-Rprt CRITICALITY ignore EXTENSION HS-SICH-ID PRESENCE optional}|
-- TDD only
{ ID id-DPCH-ID768-DM-Rprt CRITICALITY ignore EXTENSION DPCH-ID768 PRESENCE optional}|
{ ID id-HS-SICH-ID-Extension CRITICALITY ignore EXTENSION HS-SICH-ID-Extension PRESENCE optional},
-- Applicable for 1.28Mcps TDD only when the HS-SICH ID IE is more than 31
...
}
RL-Set-InformationList-DM-Rprt ::= SEQUENCE (SIZE (1..maxNrOfRLSets)) OF ProtocolIE-Single-Container { {RL-Set-Information-DM-Rprt-IEs} }
RL-Set-Information-DM-Rprt-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Set-InformationItem-DM-Rprt CRITICALITY ignore TYPE RL-Set-InformationItem-DM-Rprt PRESENCE mandatory }
}
RL-Set-InformationItem-DM-Rprt ::= SEQUENCE {
rL-Set-ID RL-Set-ID,
dedicatedMeasurementValueInformation DedicatedMeasurementValueInformation,
iE-Extensions ProtocolExtensionContainer { {RL-Set-InformationItem-DM-Rprt-ExtIEs} } OPTIONAL,
...
}
RL-Set-InformationItem-DM-Rprt-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DedicatedMeasurementReport-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MeasurementRecoveryReportingIndicator CRITICALITY ignore EXTENSION MeasurementRecoveryReportingIndicator PRESENCE optional },
...
}
-- **************************************************************
--
-- DEDICATED MEASUREMENT TERMINATION REQUEST
--
-- **************************************************************
DedicatedMeasurementTerminationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DedicatedMeasurementTerminationRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{DedicatedMeasurementTerminationRequest-Extensions}}OPTIONAL,
...
}
DedicatedMeasurementTerminationRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory },
...
}
DedicatedMeasurementTerminationRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- DEDICATED MEASUREMENT FAILURE INDICATION
--
-- **************************************************************
DedicatedMeasurementFailureIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DedicatedMeasurementFailureIndication-IEs}},
protocolExtensions ProtocolExtensionContainer {{DedicatedMeasurementFailureIndication-Extensions}} OPTIONAL,
...
}
DedicatedMeasurementFailureIndication-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory}|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory},
...
}
DedicatedMeasurementFailureIndication-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-DedicatedMeasurementObjectType-DM-Fail-Ind CRITICALITY ignore EXTENSION DedicatedMeasurementObjectType-DM-Fail-Ind PRESENCE optional },
...
}
DedicatedMeasurementObjectType-DM-Fail-Ind ::= CHOICE {
rL RL-DM-Fail-Ind,
rLS RL-Set-DM-Fail-Ind,
allRL RL-DM-Fail-Ind,
allRLS RL-Set-DM-Fail-Ind,
...
}
RL-DM-Fail-Ind ::= SEQUENCE {
rL-unsuccessful-InformationRespList-DM-Fail-Ind RL-Unsuccessful-InformationRespList-DM-Fail-Ind,
iE-Extensions ProtocolExtensionContainer { { RLItem-DM-Fail-Ind-ExtIEs} } OPTIONAL,
...
}
RLItem-DM-Fail-Ind-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Set-DM-Fail-Ind ::= SEQUENCE {
rL-Set-unsuccessful-InformationRespList-DM-Fail-Ind RL-Set-Unsuccessful-InformationRespList-DM-Fail-Ind,
iE-Extensions ProtocolExtensionContainer { { RL-SetItem-DM-Fail-Ind-ExtIEs} } OPTIONAL,
...
}
RL-SetItem-DM-Fail-Ind-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Unsuccessful-InformationRespList-DM-Fail-Ind ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { {RL-Unsuccessful-InformationResp-DM-Fail-Ind-IEs} }
RL-Unsuccessful-InformationResp-DM-Fail-Ind-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Unsuccessful-InformationItem-DM-Fail-Ind CRITICALITY ignore TYPE RL-Unsuccessful-InformationItem-DM-Fail-Ind PRESENCE mandatory }
}
RL-Unsuccessful-InformationItem-DM-Fail-Ind ::= SEQUENCE {
rL-ID RL-ID,
individualcause Cause OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-Unsuccessful-InformationItem-DM-Fail-Ind-ExtIEs} } OPTIONAL,
...
}
RL-Unsuccessful-InformationItem-DM-Fail-Ind-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RL-Set-Unsuccessful-InformationRespList-DM-Fail-Ind ::= SEQUENCE (SIZE (1..maxNrOfRLSets)) OF ProtocolIE-Single-Container { {RL-Set-Unsuccessful-InformationResp-DM-Fail-Ind-IEs} }
RL-Set-Unsuccessful-InformationResp-DM-Fail-Ind-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-Set-Unsuccessful-InformationItem-DM-Fail-Ind CRITICALITY ignore TYPE RL-Set-Unsuccessful-InformationItem-DM-Fail-Ind PRESENCE mandatory }
}
RL-Set-Unsuccessful-InformationItem-DM-Fail-Ind ::= SEQUENCE {
rL-Set-ID RL-Set-ID,
individualcause Cause OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {RL-Set-Unsuccessful-InformationItem-DM-Fail-Indns-ExtIEs} } OPTIONAL,
...
}
RL-Set-Unsuccessful-InformationItem-DM-Fail-Indns-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- COMMON TRANSPORT CHANNEL RESOURCES RELEASE REQUEST
--
-- **************************************************************
CommonTransportChannelResourcesReleaseRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CommonTransportChannelResourcesReleaseRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{CommonTransportChannelResourcesReleaseRequest-Extensions}} OPTIONAL,
...
}
CommonTransportChannelResourcesReleaseRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE mandatory},
...
}
CommonTransportChannelResourcesReleaseRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- COMMON TRANSPORT CHANNEL RESOURCES REQUEST
--
-- **************************************************************
CommonTransportChannelResourcesRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CommonTransportChannelResourcesRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{CommonTransportChannelResourcesRequest-Extensions}} OPTIONAL,
...
}
CommonTransportChannelResourcesRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-D-RNTI CRITICALITY reject TYPE D-RNTI PRESENCE mandatory } |
{ ID id-C-ID CRITICALITY reject TYPE C-ID PRESENCE optional } |
{ ID id-TransportBearerRequestIndicator CRITICALITY reject TYPE TransportBearerRequestIndicator PRESENCE mandatory } |
{ ID id-TransportBearerID CRITICALITY reject TYPE TransportBearerID PRESENCE mandatory },
...
}
CommonTransportChannelResourcesRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Permanent-NAS-UE-Identity CRITICALITY ignore EXTENSION Permanent-NAS-UE-Identity PRESENCE optional }|
{ ID id-BindingID CRITICALITY ignore EXTENSION BindingID PRESENCE optional }|
-- Shall be ignored if bearer establishment with ALCAP.
{ ID id-TransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional }|
-- Shall be ignored if bearer establishment with ALCAP.
{ ID id-MBMS-Bearer-Service-List CRITICALITY notify EXTENSION MBMS-Bearer-Service-List PRESENCE optional }|
{ ID id-TnlQos CRITICALITY ignore EXTENSION TnlQos PRESENCE optional }|
{ ID id-Enhanced-FACH-Support-Indicator CRITICALITY ignore EXTENSION Enhanced-FACH-Support-Indicator PRESENCE optional }|
-- FDD and 1.28Mcps TDD only
{ ID id-Common-EDCH-Support-Indicator CRITICALITY ignore EXTENSION Common-EDCH-Support-Indicator PRESENCE optional }|
-- FDD only
{ ID id-HSDSCH-Physical-Layer-Category CRITICALITY ignore EXTENSION HSDSCH-Physical-Layer-Category PRESENCE optional }|
{ ID id-UE-with-enhanced-HS-SCCH-support-indicator CRITICALITY ignore EXTENSION NULL PRESENCE optional },
...
}
-- **************************************************************
--
-- COMMON TRANSPORT CHANNEL RESOURCES RESPONSE FDD
--
-- **************************************************************
CommonTransportChannelResourcesResponseFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CommonTransportChannelResourcesResponseFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{CommonTransportChannelResourcesResponseFDD-Extensions}} OPTIONAL,
...
}
CommonTransportChannelResourcesResponseFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-S-RNTI CRITICALITY ignore TYPE S-RNTI PRESENCE mandatory } |
{ ID id-C-RNTI CRITICALITY ignore TYPE C-RNTI PRESENCE optional } |
{ ID id-FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspFDD CRITICALITY ignore TYPE FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspFDD PRESENCE mandatory } |
{ ID id-TransportLayerAddress CRITICALITY ignore TYPE TransportLayerAddress PRESENCE optional } |
{ ID id-BindingID CRITICALITY ignore TYPE BindingID PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspFDD ::= SEQUENCE {
fACH-FlowControlInformation FACH-FlowControlInformation-CTCH-ResourceRspFDD,
-- If the Enhanced FACH Information Response IE is included in the message, the FACH Flow Control Information IE shall be ignored.
iE-Extensions ProtocolExtensionContainer { {FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspFDD-ExtIEs} } OPTIONAL,
...
}
FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
FACH-FlowControlInformation-CTCH-ResourceRspFDD ::= ProtocolIE-Single-Container {{ FACH-FlowControlInformationIEs-CTCH-ResourceRspFDD }}
FACH-FlowControlInformationIEs-CTCH-ResourceRspFDD RNSAP-PROTOCOL-IES ::= {
{ ID id-FACH-FlowControlInformation CRITICALITY ignore TYPE FACH-FlowControlInformation PRESENCE mandatory }
}
CommonTransportChannelResourcesResponseFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-C-ID CRITICALITY ignore EXTENSION C-ID PRESENCE mandatory}|
{ ID id-Active-MBMS-Bearer-ServiceFDD CRITICALITY ignore EXTENSION Active-MBMS-Bearer-Service-ListFDD PRESENCE optional}|
{ ID id-Enhanced-FACH-Information-ResponseFDD CRITICALITY ignore EXTENSION Enhanced-FACH-Information-ResponseFDD PRESENCE optional}|
{ ID id-Common-EDCH-MAC-d-Flow-Specific-InformationFDD CRITICALITY ignore EXTENSION Common-EDCH-MAC-d-Flow-Specific-InformationFDD PRESENCE optional}|
{ ID id-E-RNTI CRITICALITY ignore EXTENSION E-RNTI PRESENCE optional}|
{ ID id-Extended-S-RNTI CRITICALITY ignore EXTENSION Extended-RNTI PRESENCE optional},
...
}
-- **************************************************************
--
-- COMMON TRANSPORT CHANNEL RESOURCES RESPONSE TDD
--
-- **************************************************************
CommonTransportChannelResourcesResponseTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CommonTransportChannelResourcesResponseTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{CommonTransportChannelResourcesResponseTDD-Extensions}} OPTIONAL,
...
}
CommonTransportChannelResourcesResponseTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-S-RNTI CRITICALITY ignore TYPE S-RNTI PRESENCE mandatory } |
{ ID id-C-RNTI CRITICALITY ignore TYPE C-RNTI PRESENCE optional } |
{ ID id-FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspTDD CRITICALITY ignore TYPE FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspTDD PRESENCE mandatory } |
{ ID id-TransportLayerAddress CRITICALITY ignore TYPE TransportLayerAddress PRESENCE optional } |
{ ID id-BindingID CRITICALITY ignore TYPE BindingID PRESENCE optional } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspTDD ::= SEQUENCE {
fACH-FlowControlInformation FACH-FlowControlInformation-CTCH-ResourceRspTDD,
iE-Extensions ProtocolExtensionContainer { {FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspTDD-ExtIEs} } OPTIONAL,
...
}
FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
FACH-FlowControlInformation-CTCH-ResourceRspTDD ::= ProtocolIE-Single-Container {{ FACH-FlowControlInformationIEs-CTCH-ResourceRspTDD }}
FACH-FlowControlInformationIEs-CTCH-ResourceRspTDD RNSAP-PROTOCOL-IES ::= {
{ ID id-FACH-FlowControlInformation CRITICALITY ignore TYPE FACH-FlowControlInformation PRESENCE mandatory }
}
CommonTransportChannelResourcesResponseTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-C-ID CRITICALITY ignore EXTENSION C-ID PRESENCE mandatory}|
{ ID id-Active-MBMS-Bearer-ServiceTDD CRITICALITY ignore EXTENSION Active-MBMS-Bearer-Service-ListTDD PRESENCE optional}|
{ ID id-Enhanced-FACH-Information-ResponseLCR CRITICALITY ignore EXTENSION Enhanced-FACH-Information-ResponseLCR PRESENCE optional}|
{ ID id-Common-EDCH-MAC-d-Flow-Specific-InformationLCR CRITICALITY ignore EXTENSION Common-EDCH-MAC-d-Flow-Specific-InformationLCR PRESENCE optional}|
{ ID id-Extended-S-RNTI CRITICALITY ignore EXTENSION Extended-RNTI PRESENCE optional},
...
}
-- **************************************************************
--
-- COMMON TRANSPORT CHANNEL RESOURCES FAILURE
--
-- **************************************************************
CommonTransportChannelResourcesFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CommonTransportChannelResourcesFailure-IEs}},
protocolExtensions ProtocolExtensionContainer {{CommonTransportChannelResourcesFailure-Extensions}} OPTIONAL,
...
}
CommonTransportChannelResourcesFailure-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-S-RNTI CRITICALITY ignore TYPE S-RNTI PRESENCE mandatory } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
CommonTransportChannelResourcesFailure-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extended-S-RNTI CRITICALITY ignore EXTENSION Extended-RNTI PRESENCE optional},
...
}
-- **************************************************************
--
-- COMPRESSED MODE COMMAND
--
-- **************************************************************
CompressedModeCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CompressedModeCommand-IEs}},
protocolExtensions ProtocolExtensionContainer {{CompressedModeCommand-Extensions}} OPTIONAL,
...
}
CompressedModeCommand-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Active-Pattern-Sequence-Information CRITICALITY ignore TYPE Active-Pattern-Sequence-Information PRESENCE mandatory },
...
}
CompressedModeCommand-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ERROR INDICATION
--
-- **************************************************************
ErrorIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ErrorIndication-IEs}},
protocolExtensions ProtocolExtensionContainer {{ErrorIndication-Extensions}} OPTIONAL,
...
}
ErrorIndication-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE optional}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
ErrorIndication-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-S-RNTI CRITICALITY ignore EXTENSION S-RNTI PRESENCE optional}|
{ ID id-D-RNTI CRITICALITY ignore EXTENSION D-RNTI PRESENCE optional}|
{ ID id-Extended-S-RNTI CRITICALITY ignore EXTENSION Extended-RNTI PRESENCE optional},
...
}
-- **************************************************************
--
-- COMMON MEASUREMENT INITIATION REQUEST
--
-- **************************************************************
CommonMeasurementInitiationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CommonMeasurementInitiationRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{CommonMeasurementInitiationRequest-Extensions}} OPTIONAL,
...
}
CommonMeasurementInitiationRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY reject TYPE MeasurementID PRESENCE mandatory }|
{ ID id-CommonMeasurementObjectType-CM-Rqst CRITICALITY reject TYPE CommonMeasurementObjectType-CM-Rqst PRESENCE mandatory }|
{ ID id-CommonMeasurementType CRITICALITY reject TYPE CommonMeasurementType PRESENCE mandatory }|
{ ID id-MeasurementFilterCoefficient CRITICALITY reject TYPE MeasurementFilterCoefficient PRESENCE optional }|
-- UTRAN only
{ ID id-ReportCharacteristics CRITICALITY reject TYPE ReportCharacteristics PRESENCE mandatory }|
{ ID id-SFNReportingIndicator CRITICALITY reject TYPE FNReportingIndicator PRESENCE mandatory } |
{ ID id-SFN CRITICALITY reject TYPE SFN PRESENCE optional }|
-- UTRAN only
{ ID id-CommonMeasurementAccuracy CRITICALITY reject TYPE CommonMeasurementAccuracy PRESENCE optional },
-- UTRAN only
...
}
CommonMeasurementInitiationRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MeasurementRecoveryBehavior CRITICALITY ignore EXTENSION MeasurementRecoveryBehavior PRESENCE optional
}|
-- UTRAN only
{ ID id-GANSS-Time-ID CRITICALITY ignore EXTENSION GANSS-Time-ID PRESENCE optional}|
{ ID id-Extension-CommonMeasurementObjectType-CM-Rqst CRITICALITY ignore EXTENSION Extension-CommonMeasurementObjectType-CM-Rqst PRESENCE optional},
...
}
CommonMeasurementObjectType-CM-Rqst ::= CHOICE {
cell Cell-CM-Rqst,
...,
additional-CommonMeasurementObjectType-CM-Rqst Additional-CommonMeasurementObjectType-CM-Rqst
}
Cell-CM-Rqst ::= SEQUENCE {
uC-ID UC-ID,
-- May be a GERAN cell identifier
timeSlot TimeSlot OPTIONAL, --3.84Mcps TDD and 7.68Mcps TDD only
timeSlotLCR TimeSlotLCR OPTIONAL, --1.28Mcps TDD only
neighbouringCellMeasurementInformation NeighbouringCellMeasurementInfo OPTIONAL,
-- UTRAN only
iE-Extensions ProtocolExtensionContainer { { CellItem-CM-Rqst-ExtIEs} } OPTIONAL,
...
}
NeighbouringCellMeasurementInfo ::= SEQUENCE (SIZE (1..maxNrOfMeasNCell)) OF
CHOICE {
neighbouringFDDCellMeasurementInformation NeighbouringFDDCellMeasurementInformation,
neighbouringTDDCellMeasurementInformation NeighbouringTDDCellMeasurementInformation,
...,
extension-neighbouringCellMeasurementInformation Extension-neighbouringCellMeasurementInformation,
extension-neighbouringCellMeasurementInformation768 Extension-neighbouringCellMeasurementInformation768
}
Extension-neighbouringCellMeasurementInformation ::= ProtocolIE-Single-Container {{ Extension-neighbouringCellMeasurementInformationIE }}
Extension-neighbouringCellMeasurementInformationIE RNSAP-PROTOCOL-IES ::= {
{ ID id-neighbouringTDDCellMeasurementInformationLCR CRITICALITY reject TYPE NeighbouringTDDCellMeasurementInformationLCR PRESENCE mandatory },
...
}
Extension-neighbouringCellMeasurementInformation768 ::= ProtocolIE-Single-Container {{ Extension-neighbouringCellMeasurementInformation768IE }}
Extension-neighbouringCellMeasurementInformation768IE RNSAP-PROTOCOL-IES ::= {
{ ID id-neighbouringTDDCellMeasurementInformation768 CRITICALITY reject TYPE NeighbouringTDDCellMeasurementInformation768 PRESENCE mandatory },
...
}
CellItem-CM-Rqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UARFCNforNt CRITICALITY ignore EXTENSION UARFCN PRESENCE optional }|
-- Applicable to 1.28Mcps TDD only
{ ID id-UPPCHPositionLCR CRITICALITY reject EXTENSION UPPCHPositionLCR PRESENCE optional},
-- Applicable to 1.28Mcps TDD only
...
}
Additional-CommonMeasurementObjectType-CM-Rqst ::= ProtocolIE-Single-Container {{ Additional-CommonMeasurementObjectType-CM-RqstIE }}
Additional-CommonMeasurementObjectType-CM-RqstIE RNSAP-PROTOCOL-IES ::= {
{ ID id-GSM-Cell-CM-Rqst CRITICALITY ignore TYPE GSM-Cell-CM-Rqst PRESENCE mandatory },
...
}
GSM-Cell-CM-Rqst ::= SEQUENCE {
cGI CGI,
iE-Extensions ProtocolExtensionContainer { { GSMCell-CM-Rqst-ExtIEs} } OPTIONAL,
...
}
GSMCell-CM-Rqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Extension-CommonMeasurementObjectType-CM-Rqst ::= ProtocolIE-Single-Container {{ Extension-CommonMeasurementObjectType-CM-RqstIE }}
Extension-CommonMeasurementObjectType-CM-RqstIE RNSAP-PROTOCOL-IES ::= {
{ ID id-GsmCellList-CM-Rqst CRITICALITY ignore TYPE GsmCellList-CM-Rqst PRESENCE mandatory },
...
}
GsmCellList-CM-Rqst ::= SEQUENCE (SIZE (1..maxNoOfGsmCell)) OF GsmCellItem-CM-Rqst
GsmCellItem-CM-Rqst ::= SEQUENCE {
measurementID MeasurementID,
gsmCell GSM-Cell-CM-Rqst,
iE-Extensions ProtocolExtensionContainer { { GsmCellItem-CM-Rqst-ExtIEs} } OPTIONAL,
...
}
GsmCellItem-CM-Rqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- COMMON MEASUREMENT INITIATION RESPONSE
--
-- **************************************************************
CommonMeasurementInitiationResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CommonMeasurementInitiationResponse-IEs}},
protocolExtensions ProtocolExtensionContainer {{CommonMeasurementInitiationResponse-Extensions}} OPTIONAL,
...
}
CommonMeasurementInitiationResponse-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory }|
{ ID id-CommonMeasurementObjectType-CM-Rsp CRITICALITY ignore TYPE CommonMeasurementObjectType-CM-Rsp PRESENCE optional }|
{ ID id-SFN CRITICALITY ignore TYPE SFN PRESENCE optional }|
-- UTRAN only
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional }|
{ ID id-CommonMeasurementAccuracy CRITICALITY reject TYPE CommonMeasurementAccuracy PRESENCE optional },
-- UTRAN only
...
}
CommonMeasurementInitiationResponse-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MeasurementRecoverySupportIndicator CRITICALITY ignore EXTENSION MeasurementRecoverySupportIndicator PRESENCE optional }|
-- UTRAN only
{ ID id-Extension-CommonMeasurementObjectType-CM-Rsp CRITICALITY ignore EXTENSION Extension-CommonMeasurementObjectType-CM-Rsp PRESENCE optional},
...
}
CommonMeasurementObjectType-CM-Rsp ::= CHOICE {
cell Cell-CM-Rsp,
...
}
Cell-CM-Rsp ::= SEQUENCE {
commonMeasurementValue CommonMeasurementValue,
iE-Extensions ProtocolExtensionContainer { { CellItem-CM-Rsp-ExtIEs} } OPTIONAL,
...
}
CellItem-CM-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Extension-CommonMeasurementObjectType-CM-Rsp ::= ProtocolIE-Single-Container {{ Extension-CommonMeasurementObjectType-CM-RspIE }}
Extension-CommonMeasurementObjectType-CM-RspIE RNSAP-PROTOCOL-IES ::= {
{ ID id-GsmCellList-CM-Rsp CRITICALITY ignore TYPE GsmCellList-CM-Rsp PRESENCE mandatory },
...
}
GsmCellList-CM-Rsp ::= SEQUENCE (SIZE (1..maxNoOfGsmCell)) OF GsmCellItem-CM-Rsp
GsmCellItem-CM-Rsp ::= SEQUENCE {
measurementID MeasurementID,
commonMeasurementValue CommonMeasurementValue OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { GsmCellItem-CM-Rsp-ExtIEs} } OPTIONAL,
...
}
GsmCellItem-CM-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- COMMON MEASUREMENT INITIATION FAILURE
--
-- **************************************************************
CommonMeasurementInitiationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CommonMeasurementInitiationFailure-IEs}},
protocolExtensions ProtocolExtensionContainer {{CommonMeasurementInitiationFailure-Extensions}} OPTIONAL,
...
}
CommonMeasurementInitiationFailure-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
CommonMeasurementInitiationFailure-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extension-FailureMeasurementList CRITICALITY ignore EXTENSION Extension-FailureMeasurementList PRESENCE optional },
...
}
Extension-FailureMeasurementList ::= SEQUENCE (SIZE (1..maxNoOfGsmCell)) OF Extension-FailureMeasurementItem
Extension-FailureMeasurementItem ::= SEQUENCE {
measurementID MeasurementID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { { Extension-FailureMeasurementItem-ExtIEs} } OPTIONAL,
...
}
Extension-FailureMeasurementItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- COMMON MEASUREMENT REPORT
--
-- **************************************************************
CommonMeasurementReport ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CommonMeasurementReport-IEs}},
protocolExtensions ProtocolExtensionContainer {{CommonMeasurementReport-Extensions}} OPTIONAL,
...
}
CommonMeasurementReport-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory }|
{ ID id-CommonMeasurementObjectType-CM-Rprt CRITICALITY ignore TYPE CommonMeasurementObjectType-CM-Rprt PRESENCE mandatory }|
{ ID id-SFN CRITICALITY ignore TYPE SFN PRESENCE optional },
-- UTRAN only
...
}
CommonMeasurementReport-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-MeasurementRecoveryReportingIndicator CRITICALITY ignore EXTENSION MeasurementRecoveryReportingIndicator PRESENCE optional }|
-- UTRAN only
{ ID id-Extension-CommonMeasurementObjectType-CM-Rprt CRITICALITY ignore EXTENSION Extension-CommonMeasurementObjectType-CM-Rprt PRESENCE optional },
...
}
CommonMeasurementObjectType-CM-Rprt ::= CHOICE {
cell Cell-CM-Rprt,
...
}
Cell-CM-Rprt ::= SEQUENCE {
commonMeasurementValueInformation CommonMeasurementValueInformation,
iE-Extensions ProtocolExtensionContainer {{ CellItem-CM-Rprt-ExtIEs }} OPTIONAL,
...
}
CellItem-CM-Rprt-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Extension-CommonMeasurementObjectType-CM-Rprt ::= ProtocolIE-Single-Container {{ Extension-CommonMeasurementObjectType-CM-RprtIE }}
Extension-CommonMeasurementObjectType-CM-RprtIE RNSAP-PROTOCOL-IES ::= {
{ ID id-GsmCellList-CM-Rprt CRITICALITY ignore TYPE GsmCellList-CM-Rprt PRESENCE mandatory },
...
}
GsmCellList-CM-Rprt ::= SEQUENCE (SIZE (1..maxNoOfGsmCell)) OF GsmCellItem-CM-Rprt
GsmCellItem-CM-Rprt ::= SEQUENCE {
measurementID MeasurementID,
commonMeasurementValueInformation CommonMeasurementValueInformation,
iE-Extensions ProtocolExtensionContainer { { GsmCellItem-CM-Rprt-ExtIEs} } OPTIONAL,
...
}
GsmCellItem-CM-Rprt-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- COMMON MEASUREMENT TERMINATION REQUEST
--
-- **************************************************************
CommonMeasurementTerminationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CommonMeasurementTerminationRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{CommonMeasurementTerminationRequest-Extensions}} OPTIONAL,
...
}
CommonMeasurementTerminationRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory},
...
}
CommonMeasurementTerminationRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extension-TerminationMeasurementList CRITICALITY ignore EXTENSION Extension-TerminationMeasurementList PRESENCE optional },
...
}
Extension-TerminationMeasurementList ::= SEQUENCE (SIZE (1..maxNoOfGsmCell)) OF Extension-TerminationMeasurementItem
Extension-TerminationMeasurementItem ::= SEQUENCE {
measurementID MeasurementID,
iE-Extensions ProtocolExtensionContainer { { Extension-TerminationMeasurementItem-ExtIEs} } OPTIONAL,
...
}
Extension-TerminationMeasurementItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- COMMON MEASUREMENT FAILURE INDICATION
--
-- **************************************************************
CommonMeasurementFailureIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{CommonMeasurementFailureIndication-IEs}},
protocolExtensions ProtocolExtensionContainer {{CommonMeasurementFailureIndication-Extensions}} OPTIONAL,
...
}
CommonMeasurementFailureIndication-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
CommonMeasurementFailureIndication-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extension-FailureIndicationMeasurementList CRITICALITY ignore EXTENSION Extension-FailureIndicationMeasurementList PRESENCE optional },
...
}
Extension-FailureIndicationMeasurementList ::= SEQUENCE (SIZE (1..maxNoOfGsmCell)) OF Extension-FailureIndicationMeasurementItem
Extension-FailureIndicationMeasurementItem ::= SEQUENCE {
measurementID MeasurementID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { { Extension-FailureIndicationMeasurementItem-ExtIEs} } OPTIONAL,
...
}
Extension-FailureIndicationMeasurementItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- INFORMATION EXCHANGE INITIATION REQUEST
--
-- **************************************************************
InformationExchangeInitiationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{InformationExchangeInitiationRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{InformationExchangeInitiationRequest-Extensions}} OPTIONAL,
...
}
InformationExchangeInitiationRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-InformationExchangeID CRITICALITY reject TYPE InformationExchangeID PRESENCE mandatory }|
{ ID id-InformationExchangeObjectType-InfEx-Rqst CRITICALITY reject TYPE InformationExchangeObjectType-InfEx-Rqst PRESENCE mandatory }|
{ ID id-InformationType CRITICALITY reject TYPE InformationType PRESENCE mandatory }|
{ ID id-InformationReportCharacteristics CRITICALITY reject TYPE InformationReportCharacteristics PRESENCE mandatory },
...
}
InformationExchangeInitiationRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
InformationExchangeObjectType-InfEx-Rqst ::= CHOICE {
cell Cell-InfEx-Rqst,
...,
extension-InformationExchangeObjectType-InfEx-Rqst Extension-InformationExchangeObjectType-InfEx-Rqst
}
Cell-InfEx-Rqst ::= SEQUENCE {
c-ID C-ID, --May be a GERAN cell identifier
iE-Extensions ProtocolExtensionContainer { { CellItem-InfEx-Rqst-ExtIEs} } OPTIONAL,
...
}
CellItem-InfEx-Rqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Extension-InformationExchangeObjectType-InfEx-Rqst ::= ProtocolIE-Single-Container {{ Extension-InformationExchangeObjectType-InfEx-RqstIE }}
Extension-InformationExchangeObjectType-InfEx-RqstIE RNSAP-PROTOCOL-IES ::= {
{ ID id-GSM-Cell-InfEx-Rqst CRITICALITY reject TYPE GSM-Cell-InfEx-Rqst PRESENCE mandatory}|
{ ID id-MBMS-Bearer-Service-List CRITICALITY reject TYPE MBMS-Bearer-Service-List PRESENCE mandatory}|
{ ID id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rqst CRITICALITY reject TYPE MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rqst PRESENCE mandatory}|
{ ID id-MBMS-Cell-InfEx-Rqst CRITICALITY reject TYPE MBMS-Cell-InfEx-Rqst PRESENCE mandatory}|
{ ID id-ANR-Cell-InfEx-Rqst CRITICALITY reject TYPE ANR-Cell-InfEx-Rqst PRESENCE mandatory}|
{ ID id-Common-E-RGCH-Cell-InfEx-Rqst CRITICALITY reject TYPE Common-E-RGCH-Cell-InfEx-Rqst PRESENCE mandatory}
}
GSM-Cell-InfEx-Rqst ::= SEQUENCE {
cGI CGI,
iE-Extensions ProtocolExtensionContainer { { GSMCellItem-InfEx-Rqst-ExtIEs} } OPTIONAL,
...
}
GSMCellItem-InfEx-Rqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rqst ::= SEQUENCE (SIZE (1..maxNrOfCells)) OF MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rqst
MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rqst ::= SEQUENCE {
c-ID C-ID,
mBMS-Bearer-Service-List-InfEx-Rqst MBMS-Bearer-Service-List-InfEx-Rqst,
iE-Extensions ProtocolExtensionContainer { { MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rqst-ExtIEs} } OPTIONAL,
...
}
MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rqst-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Bearer-Service-List-InfEx-Rqst ::= SEQUENCE (SIZE (1..maxNrOfMBMSServices)) OF TMGI
MBMS-Cell-InfEx-Rqst ::= SEQUENCE (SIZE (1..maxNrOfCells)) OF C-ID
ANR-Cell-InfEx-Rqst ::= SEQUENCE (SIZE (1..maxNrOfANRCells)) OF C-ID
Common-E-RGCH-Cell-InfEx-Rqst ::= SEQUENCE (SIZE (1..maxNoOfCommonRGCells)) OF C-ID
-- **************************************************************
--
-- INFORMATION EXCHANGE INITIATION RESPONSE
--
-- **************************************************************
InformationExchangeInitiationResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{InformationExchangeInitiationResponse-IEs}},
protocolExtensions ProtocolExtensionContainer {{InformationExchangeInitiationResponse-Extensions}} OPTIONAL,
...
}
InformationExchangeInitiationResponse-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-InformationExchangeID CRITICALITY ignore TYPE InformationExchangeID PRESENCE mandatory }|
{ ID id-InformationExchangeObjectType-InfEx-Rsp CRITICALITY ignore TYPE InformationExchangeObjectType-InfEx-Rsp PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
InformationExchangeInitiationResponse-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
InformationExchangeObjectType-InfEx-Rsp ::= CHOICE {
cell Cell-InfEx-Rsp,
...,
extension-InformationExchangeObjectType-InfEx-Rsp Extension-InformationExchangeObjectType-InfEx-Rsp
}
Cell-InfEx-Rsp ::= SEQUENCE {
requestedDataValue RequestedDataValue,
iE-Extensions ProtocolExtensionContainer { { CellItem-InfEx-Rsp-ExtIEs} } OPTIONAL,
...
}
CellItem-InfEx-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Extension-InformationExchangeObjectType-InfEx-Rsp ::= ProtocolIE-Single-Container {{ Extension-InformationExchangeObjectType-InfEx-RspIE }}
Extension-InformationExchangeObjectType-InfEx-RspIE RNSAP-PROTOCOL-IES ::= {
{ ID id-MBMS-Bearer-Service-List-InfEx-Rsp CRITICALITY ignore TYPE MBMS-Bearer-Service-List-InfEx-Rsp PRESENCE mandatory}|
{ ID id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rsp CRITICALITY ignore TYPE MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rsp PRESENCE mandatory}|
{ ID id-MBMS-Cell-InfEx-Rsp CRITICALITY ignore TYPE MBMS-Cell-InfEx-Rsp PRESENCE mandatory}|
{ ID id-ANR-Cell-InfEx-Rsp CRITICALITY ignore TYPE ANR-Cell-InfEx-Rsp PRESENCE mandatory}|
{ ID id-Common-E-RGCH-Cell-InfEx-Rsp CRITICALITY ignore TYPE Common-E-RGCH-Cell-InfEx-Rsp PRESENCE mandatory}
}
MBMS-Bearer-Service-List-InfEx-Rsp ::= SEQUENCE (SIZE (1..maxNrOfMBMSServices)) OF MBMS-Bearer-ServiceItemIEs-InfEx-Rsp
MBMS-Bearer-ServiceItemIEs-InfEx-Rsp ::=SEQUENCE{
tmgi TMGI,
requestedDataValue RequestedDataValue,
iE-Extensions ProtocolExtensionContainer { { MBMS-Bearer-ServiceItem-InfEx-Rsp-ExtIEs} } OPTIONAL,
...
}
MBMS-Bearer-ServiceItem-InfEx-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rsp ::= SEQUENCE (SIZE (1..maxNrOfCells)) OF MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rsp
MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rsp ::= SEQUENCE {
c-ID C-ID,
mBMS-Bearer-Service-List-InfEx-Rsp MBMS-Bearer-Service-List-InfEx-Rsp,
iE-Extensions ProtocolExtensionContainer { { MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rsp-ExtIEs} } OPTIONAL,
...
}
MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Cell-InfEx-Rsp ::= SEQUENCE (SIZE (1..maxNrOfCells)) OF MBMS-Cell-Item-InfEx-Rsp
MBMS-Cell-Item-InfEx-Rsp ::= SEQUENCE {
c-ID C-ID,
requestedDataValue RequestedDataValue,
iE-Extensions ProtocolExtensionContainer { { MBMS-Cell-Item-InfEx-Rsp-ExtIEs} } OPTIONAL,
...
}
MBMS-Cell-Item-InfEx-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ANR-Cell-InfEx-Rsp ::= SEQUENCE (SIZE (1..maxNrOfANRCells)) OF ANR-Cell-ItemIEs-InfEx-Rsp
ANR-Cell-ItemIEs-InfEx-Rsp ::=SEQUENCE{
c-ID C-ID,
requestedDataValue RequestedDataValue,
iE-Extensions ProtocolExtensionContainer { { ANR-Cell-ItemIEs-InfEx-Rsp-ExtIEs} } OPTIONAL,
...
}
ANR-Cell-ItemIEs-InfEx-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Common-E-RGCH-Cell-InfEx-Rsp ::= SEQUENCE (SIZE (1.. maxNoOfCommonRGCells)) OF Common-E-RGCH-Cell-ItemIEs-InfEx-Rsp
Common-E-RGCH-Cell-ItemIEs-InfEx-Rsp ::=SEQUENCE{
c-ID C-ID,
requestedDataValue RequestedDataValue,
iE-Extensions ProtocolExtensionContainer { { Common-E-RGCH-Cell-ItemIEs-InfEx-Rsp-ExtIEs} } OPTIONAL,
...
}
Common-E-RGCH-Cell-ItemIEs-InfEx-Rsp-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- INFORMATION EXCHANGE INITIATION FAILURE
--
-- **************************************************************
InformationExchangeInitiationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{InformationExchangeInitiationFailure-IEs}},
protocolExtensions ProtocolExtensionContainer {{InformationExchangeInitiationFailure-Extensions}} OPTIONAL,
...
}
InformationExchangeInitiationFailure-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-InformationExchangeID CRITICALITY ignore TYPE InformationExchangeID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
InformationExchangeInitiationFailure-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- INFORMATION REPORT
--
-- **************************************************************
InformationReport ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{InformationReport-IEs}},
protocolExtensions ProtocolExtensionContainer {{InformationReport-Extensions}} OPTIONAL,
...
}
InformationReport-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-InformationExchangeID CRITICALITY ignore TYPE InformationExchangeID PRESENCE mandatory }|
{ ID id-InformationExchangeObjectType-InfEx-Rprt CRITICALITY ignore TYPE InformationExchangeObjectType-InfEx-Rprt PRESENCE mandatory },
...
}
InformationReport-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
InformationExchangeObjectType-InfEx-Rprt ::= CHOICE {
cell Cell-InfEx-Rprt,
...,
extension-InformationExchangeObjectType-InfEx-Rprt Extension-InformationExchangeObjectType-InfEx-Rprt
}
Extension-InformationExchangeObjectType-InfEx-Rprt ::= ProtocolIE-Single-Container {{ Extension-InformationExchangeObjectType-InfEx-RprtIE }}
Extension-InformationExchangeObjectType-InfEx-RprtIE RNSAP-PROTOCOL-IES ::= {
{ ID id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rprt CRITICALITY ignore TYPE MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rprt PRESENCE mandatory}|
{ ID id-MBMS-Cell-InfEx-Rprt CRITICALITY ignore TYPE MBMS-Cell-InfEx-Rprt PRESENCE mandatory}|
{ ID id-Common-E-RGCH-Cell-InfEx-Rprt CRITICALITY ignore TYPE Common-E-RGCH-Cell-InfEx-Rprt PRESENCE mandatory}
}
Cell-InfEx-Rprt ::= SEQUENCE {
requestedDataValueInformation RequestedDataValueInformation,
iE-Extensions ProtocolExtensionContainer {{ CellItem-InfEx-Rprt-ExtIEs }} OPTIONAL,
...
}
CellItem-InfEx-Rprt-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rprt ::= SEQUENCE (SIZE (1..maxNrOfCells)) OF MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rprt
MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rprt ::= SEQUENCE {
c-ID C-ID,
mBMS-Bearer-Service-List-InfEx-Rprt MBMS-Bearer-Service-List-InfEx-Rprt,
iE-Extensions ProtocolExtensionContainer { { MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rprt-ExtIEs} } OPTIONAL,
...
}
MBMS-Bearer-Service-in-MBMS-Cell-Item-InfEx-Rprt-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Bearer-Service-List-InfEx-Rprt ::= SEQUENCE (SIZE (1..maxNrOfMBMSServices)) OF MBMS-Bearer-Service-List-Item-InfEx-Rprt
MBMS-Bearer-Service-List-Item-InfEx-Rprt ::= SEQUENCE {
tmgi TMGI,
requestedDataValueInformation RequestedDataValueInformation,
iE-Extensions ProtocolExtensionContainer { { MBMS-Bearer-Service-List-Item-InfEx-Rprt-ExtIEs} } OPTIONAL,
...
}
MBMS-Bearer-Service-List-Item-InfEx-Rprt-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
MBMS-Cell-InfEx-Rprt ::= SEQUENCE (SIZE (1..maxNrOfCells)) OF MBMS-Cell-Item-InfEx-Rprt
MBMS-Cell-Item-InfEx-Rprt ::= SEQUENCE {
c-ID C-ID,
requestedDataValueInformation RequestedDataValueInformation,
iE-Extensions ProtocolExtensionContainer { { MBMS-Cell-Item-InfEx-Rprt-ExtIEs} } OPTIONAL,
...
}
MBMS-Cell-Item-InfEx-Rprt-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Common-E-RGCH-Cell-InfEx-Rprt ::= SEQUENCE (SIZE (1.. maxNoOfCommonRGCells)) OF Common-E-RGCH-Cell-Item-InfEx-Rprt
Common-E-RGCH-Cell-Item-InfEx-Rprt ::= SEQUENCE {
c-ID C-ID,
requestedDataValueInformation RequestedDataValueInformation,
iE-Extensions ProtocolExtensionContainer { { Common-E-RGCH-Cell-Item-InfEx-Rprt-ExtIEs} } OPTIONAL,
...
}
Common-E-RGCH-Cell-Item-InfEx-Rprt-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- INFORMATION EXCHANGE TERMINATION REQUEST
--
-- **************************************************************
InformationExchangeTerminationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{InformationExchangeTerminationRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{InformationExchangeTerminationRequest-Extensions}} OPTIONAL,
...
}
InformationExchangeTerminationRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-InformationExchangeID CRITICALITY ignore TYPE InformationExchangeID PRESENCE mandatory},
...
}
InformationExchangeTerminationRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- INFORMATION EXCHANGE FAILURE INDICATION
--
-- **************************************************************
InformationExchangeFailureIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{InformationExchangeFailureIndication-IEs}},
protocolExtensions ProtocolExtensionContainer {{InformationExchangeFailureIndication-Extensions}} OPTIONAL,
...
}
InformationExchangeFailureIndication-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-InformationExchangeID CRITICALITY ignore TYPE InformationExchangeID PRESENCE mandatory}|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory},
...
}
InformationExchangeFailureIndication-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RESET REQUEST
--
-- **************************************************************
ResetRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ResetRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{ResetRequest-Extensions}} OPTIONAL,
...
}
ResetRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RNC-ID CRITICALITY reject TYPE RNC-ID PRESENCE mandatory}|
{ ID id-ResetIndicator CRITICALITY reject TYPE ResetIndicator PRESENCE mandatory},
...
}
ResetRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extended-RNC-ID CRITICALITY reject EXTENSION Extended-RNC-ID PRESENCE optional},
...
}
ResetIndicator ::= CHOICE {
context ContextList-Reset,
all-contexts NULL,
...,
contextGroup ContextGroupList-Reset
}
ContextList-Reset ::= SEQUENCE {
contextInfoList-Reset ContextInfoList-Reset,
iE-Extensions ProtocolExtensionContainer { {ContextItem-Reset-ExtIEs} } OPTIONAL,
...
}
ContextItem-Reset-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ContextInfoList-Reset ::= SEQUENCE (SIZE (1.. maxResetContext)) OF ProtocolIE-Single-Container {{ ContextInfoItemIE-Reset }}
ContextInfoItemIE-Reset RNSAP-PROTOCOL-IES ::= {
{ID id-ContextInfoItem-Reset CRITICALITY reject TYPE ContextInfoItem-Reset PRESENCE mandatory}
}
ContextInfoItem-Reset ::= SEQUENCE {
contextType-Reset ContextType-Reset,
iE-Extensions ProtocolExtensionContainer { { ContextInfoItem-Reset-ExtIEs} } OPTIONAL,
...
}
ContextInfoItem-Reset-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ContextType-Reset ::= CHOICE {
sRNTI S-RNTI,
dRNTI D-RNTI,
...,
extension-ContextType-Reset Extension-ContextType-Reset
}
Extension-ContextType-Reset ::= ProtocolIE-Single-Container {{ Extension-ContextType-ResetIE }}
Extension-ContextType-ResetIE RNSAP-PROTOCOL-IES ::= {
{ ID id-Extended-S-RNTI CRITICALITY reject TYPE Extended-RNTI PRESENCE mandatory },
...
}
ContextGroupList-Reset ::= SEQUENCE {
contextGroupInfoList-Reset ContextGroupInfoList-Reset,
iE-Extensions ProtocolExtensionContainer { {ContextGroupItem-Reset-ExtIEs} } OPTIONAL,
...
}
ContextGroupItem-Reset-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
ContextGroupInfoList-Reset ::= SEQUENCE (SIZE (1.. maxResetContextGroup)) OF ProtocolIE-Single-Container {{ ContextGroupInfoItemIE-Reset }}
ContextGroupInfoItemIE-Reset RNSAP-PROTOCOL-IES ::= {
{ID id-ContextGroupInfoItem-Reset CRITICALITY reject TYPE ContextGroupInfoItem-Reset PRESENCE mandatory}
}
ContextGroupInfoItem-Reset ::= SEQUENCE {
s-RNTI-Group S-RNTI-Group,
iE-Extensions ProtocolExtensionContainer { { ContextGroupInfoItem-Reset-ExtIEs} } OPTIONAL,
...
}
ContextGroupInfoItem-Reset-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extended-S-RNTI-Group CRITICALITY reject EXTENSION Extended-S-RNTI-Group PRESENCE optional},
...
}
-- **************************************************************
--
-- RESET RESPONSE
--
-- **************************************************************
ResetResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ResetResponse-IEs}},
protocolExtensions ProtocolExtensionContainer {{ResetResponse-Extensions}} OPTIONAL,
...
}
ResetResponse-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RNC-ID CRITICALITY ignore TYPE RNC-ID PRESENCE mandatory}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
ResetResponse-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extended-RNC-ID CRITICALITY reject EXTENSION Extended-RNC-ID PRESENCE optional},
...
}
-- **************************************************************
--
-- RADIO LINK ACTIVATION COMMAND FDD
--
-- **************************************************************
RadioLinkActivationCommandFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkActivationCommandFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkActivationCommandFDD-Extensions}} OPTIONAL,
...
}
RadioLinkActivationCommandFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-DelayedActivationList-RL-ActivationCmdFDD CRITICALITY ignore TYPE DelayedActivationInformationList-RL-ActivationCmdFDD PRESENCE mandatory},
...
}
RadioLinkActivationCommandFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DelayedActivationInformationList-RL-ActivationCmdFDD ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container {
{ DelayedActivationInformation-RL-ActivationCmdFDD-IEs} }
DelayedActivationInformation-RL-ActivationCmdFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-DelayedActivationInformation-RL-ActivationCmdFDD CRITICALITY ignore TYPE DelayedActivationInformation-RL-ActivationCmdFDD PRESENCE optional }
}
DelayedActivationInformation-RL-ActivationCmdFDD ::= SEQUENCE {
rL-ID RL-ID,
delayed-activation-update DelayedActivationUpdate,
iE-Extensions ProtocolExtensionContainer { { DelayedActivationInformation-RL-ActivationCmdFDD-ExtIEs} } OPTIONAL,
...
}
DelayedActivationInformation-RL-ActivationCmdFDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK ACTIVATION COMMAND TDD
--
-- **************************************************************
RadioLinkActivationCommandTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkActivationCommandTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkActivationCommandTDD-Extensions}} OPTIONAL,
...
}
RadioLinkActivationCommandTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-DelayedActivationList-RL-ActivationCmdTDD CRITICALITY ignore TYPE DelayedActivationInformationList-RL-ActivationCmdTDD PRESENCE mandatory},
...
}
RadioLinkActivationCommandTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
DelayedActivationInformationList-RL-ActivationCmdTDD ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container {
{ DelayedActivationInformation-RL-ActivationCmdTDD-IEs} }
DelayedActivationInformation-RL-ActivationCmdTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-DelayedActivationInformation-RL-ActivationCmdTDD CRITICALITY ignore TYPE DelayedActivationInformation-RL-ActivationCmdTDD PRESENCE optional}
}
DelayedActivationInformation-RL-ActivationCmdTDD ::= SEQUENCE {
rL-ID RL-ID,
delayed-activation-update DelayedActivationUpdate,
iE-Extensions ProtocolExtensionContainer { { DelayedActivationInformation-RL-ActivationCmdTDD-ExtIEs} } OPTIONAL,
...
}
DelayedActivationInformation-RL-ActivationCmdTDD-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- GERAN UPLINK SIGNALLING TRANSFER INDICATION
--
-- **************************************************************
GERANUplinkSignallingTransferIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{GERANUplinkSignallingTransferIndication-IEs}},
protocolExtensions ProtocolExtensionContainer {{GERANUplinkSignallingTransferIndication-Extensions}} OPTIONAL,
...
}
GERANUplinkSignallingTransferIndication-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-UC-ID CRITICALITY ignore TYPE UC-ID PRESENCE mandatory}|
-- UC-Id may be GERAN cell identifier.
{ ID id-SAI CRITICALITY ignore TYPE SAI PRESENCE mandatory}|
{ ID id-S-RNTI CRITICALITY ignore TYPE S-RNTI PRESENCE mandatory}|
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE optional}|
{ ID id-L3-Information CRITICALITY ignore TYPE L3-Information PRESENCE mandatory}|
{ ID id-CN-PS-DomainIdentifier CRITICALITY ignore TYPE CN-PS-DomainIdentifier PRESENCE optional}|
{ ID id-CN-CS-DomainIdentifier CRITICALITY ignore TYPE CN-CS-DomainIdentifier PRESENCE optional}|
{ ID id-URA-Information CRITICALITY ignore TYPE URA-Information PRESENCE optional},
-- URA information may be GRA information
...
}
GERANUplinkSignallingTransferIndication-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-Extended-S-RNTI CRITICALITY ignore EXTENSION Extended-RNTI PRESENCE optional},
...
}
-- **************************************************************
--
-- RADIO LINK PARAMETER UPDATE INDICATION FDD
--
-- **************************************************************
RadioLinkParameterUpdateIndicationFDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkParameterUpdateIndicationFDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkParameterUpdateIndicationFDD-Extensions}} OPTIONAL,
...
}
RadioLinkParameterUpdateIndicationFDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-HSDSCH-FDD-Update-Information CRITICALITY ignore TYPE HSDSCH-FDD-Update-Information PRESENCE optional}|
{ ID id-RL-ParameterUpdateIndicationFDD-RL-InformationList CRITICALITY ignore TYPE RL-ParameterUpdateIndicationFDD-RL-InformationList PRESENCE optional},
...
}
RL-ParameterUpdateIndicationFDD-RL-InformationList ::= SEQUENCE (SIZE (1..maxNrOfRLs)) OF ProtocolIE-Single-Container { { RL-ParameterUpdateIndicationFDD-RL-InformationList-IEs} }
RL-ParameterUpdateIndicationFDD-RL-InformationList-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RL-ParameterUpdateIndicationFDD-RL-Information-Item CRITICALITY ignore TYPE RL-ParameterUpdateIndicationFDD-RL-Information-Item PRESENCE mandatory}
}
RL-ParameterUpdateIndicationFDD-RL-Information-Item::= SEQUENCE {
rL-ID RL-ID,
phase-Reference-Update-Indicator Phase-Reference-Update-Indicator OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RL-ParameterUpdateIndicationFDD-RL-Information-ExtIEs} } OPTIONAL,
...
}
RL-ParameterUpdateIndicationFDD-RL-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
RadioLinkParameterUpdateIndicationFDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-E-DCH-FDD-Update-Information CRITICALITY ignore EXTENSION E-DCH-FDD-Update-Information PRESENCE optional}|
{ ID id-Additional-HS-Cell-Information-RL-Param-Upd CRITICALITY ignore EXTENSION Additional-HS-Cell-Information-RL-Param-Upd PRESENCE optional}|
{ ID id-Additional-EDCH-Cell-Information-RL-Param-Upd CRITICALITY ignore EXTENSION Additional-EDCH-Cell-Information-RL-Param-Upd PRESENCE optional}|
{ ID id-CPC-RecoveryReport CRITICALITY ignore EXTENSION CPC-RecoveryReport PRESENCE optional}|
{ ID id-UL-CLTD-State-Update-Information CRITICALITY ignore EXTENSION UL-CLTD-State-Update-Information PRESENCE optional}|
{ ID id-UE-Measurement-Forwarding CRITICALITY ignore EXTENSION UE-Measurement-Forwarding PRESENCE optional}|
{ ID id-CFN CRITICALITY ignore EXTENSION CFN PRESENCE optional},
...
}
UE-Measurement-Forwarding ::= SEQUENCE {
measurementID MeasurementID,
uE-Measurement-Value UE-Measurement-Value,
iE-Extensions ProtocolExtensionContainer { {UE-Measurement-Forwarding-ExtIEs} } OPTIONAL,
...
}
UE-Measurement-Forwarding-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-HS-Cell-Information-RL-Param-Upd ::= SEQUENCE (SIZE (1..maxNrOfHSDSCH-1)) OF Additional-HS-Cell-Information-RL-Param-Upd-ItemIEs
Additional-HS-Cell-Information-RL-Param-Upd-ItemIEs ::=SEQUENCE{
hSPDSCH-RL-ID RL-ID,
hS-DSCH-FDD-Secondary-Serving-Update-Information HS-DSCH-FDD-Secondary-Serving-Update-Information,
iE-Extensions ProtocolExtensionContainer { { Additional-HS-Cell-Information-RL-Setup-ExtIEs} } OPTIONAL,
...
}
Additional-HS-Cell-Information-RL-Setup-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Additional-EDCH-Cell-Information-RL-Param-Upd ::= SEQUENCE (SIZE (1..maxNrOfEDCH-1)) OF Additional-EDCH-Cell-Information-RL-Param-Upd-ItemIEs
Additional-EDCH-Cell-Information-RL-Param-Upd-ItemIEs ::=SEQUENCE{
additional-EDCH-FDD-Update-Information Additional-EDCH-FDD-Update-Information,
iE-Extensions ProtocolExtensionContainer { { Additional-EDCH-FDD-Update-Information-ExtIEs} } OPTIONAL,
...
}
Additional-EDCH-FDD-Update-Information-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RADIO LINK PARAMETER UPDATE INDICATION TDD
--
-- **************************************************************
RadioLinkParameterUpdateIndicationTDD ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RadioLinkParameterUpdateIndicationTDD-IEs}},
protocolExtensions ProtocolExtensionContainer {{RadioLinkParameterUpdateIndicationTDD-Extensions}} OPTIONAL,
...
}
RadioLinkParameterUpdateIndicationTDD-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-HSDSCH-TDD-Update-Information CRITICALITY ignore TYPE HSDSCH-TDD-Update-Information PRESENCE optional},
...
}
RadioLinkParameterUpdateIndicationTDD-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE MEASUREMENT INITIATION REQUEST
--
-- **************************************************************
UEMeasurementInitiationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UEMeasurementInitiationRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{UEMeasurementInitiationRequest-Extensions}} OPTIONAL,
...
}
UEMeasurementInitiationRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-AllowedQueuingTime CRITICALITY reject TYPE AllowedQueuingTime PRESENCE optional}|
{ ID id-MeasurementID CRITICALITY reject TYPE MeasurementID PRESENCE mandatory}|
{ ID id-UEMeasurementType CRITICALITY reject TYPE UEMeasurementType PRESENCE mandatory}|
{ ID id-UEMeasurementTimeslotInfoHCR CRITICALITY reject TYPE UEMeasurementTimeslotInfoHCR PRESENCE optional}|
{ ID id-UEMeasurementTimeslotInfoLCR CRITICALITY reject TYPE UEMeasurementTimeslotInfoLCR PRESENCE optional}|
{ ID id-MeasurementFilterCoefficient CRITICALITY reject TYPE MeasurementFilterCoefficient PRESENCE optional}|
{ ID id-UEMeasurementReportCharacteristics CRITICALITY reject TYPE UEMeasurementReportCharacteristics PRESENCE mandatory}|
{ ID id-UEMeasurementParameterModAllow CRITICALITY reject TYPE UEMeasurementParameterModAllow PRESENCE mandatory },
...
}
UEMeasurementInitiationRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-UEMeasurementTimeslotInfo768 CRITICALITY reject EXTENSION UEMeasurementTimeslotInfo768 PRESENCE optional},
...
}
-- **************************************************************
--
-- UE MEASUREMENT INITIATION RESPONSE
--
-- **************************************************************
UEMeasurementInitiationResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UEMeasurementInitiationResponse-IEs}},
protocolExtensions ProtocolExtensionContainer {{UEMeasurementInitiationResponse-Extensions}} OPTIONAL,
...
}
UEMeasurementInitiationResponse-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory}|
{ ID id-MeasurementFilterCoefficient CRITICALITY reject TYPE MeasurementFilterCoefficient PRESENCE optional}|
{ ID id-UEMeasurementReportCharacteristics CRITICALITY reject TYPE UEMeasurementReportCharacteristics PRESENCE optional}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
UEMeasurementInitiationResponse-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE MEASUREMENT INITIATION FAILURE
--
-- **************************************************************
UEMeasurementInitiationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UEMeasurementInitiationFailure-IEs}},
protocolExtensions ProtocolExtensionContainer {{UEMeasurementInitiationFailure-Extensions}} OPTIONAL,
...
}
UEMeasurementInitiationFailure-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory}|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
UEMeasurementInitiationFailure-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE MEASUREMENT REPORT
--
-- **************************************************************
UEMeasurementReport ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UEMeasurementReport-IEs}},
protocolExtensions ProtocolExtensionContainer {{UEMeasurementReport-Extensions}} OPTIONAL,
...
}
UEMeasurementReport-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory}|
{ ID id-UEMeasurementValueInformation CRITICALITY ignore TYPE UEMeasurementValueInformation PRESENCE mandatory},
...
}
UEMeasurementReport-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE MEASUREMENT TERMINATION REQUEST
--
-- **************************************************************
UEMeasurementTerminationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UEMeasurementTerminationRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{UEMeasurementTerminationRequest-Extensions}} OPTIONAL,
...
}
UEMeasurementTerminationRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory},
...
}
UEMeasurementTerminationRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE MEASUREMENT FAILURE INDICATION
--
-- **************************************************************
UEMeasurementFailureIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UEMeasurementFailureIndication-IEs}},
protocolExtensions ProtocolExtensionContainer {{UEMeasurementFailureIndication-Extensions}} OPTIONAL,
...
}
UEMeasurementFailureIndication-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MeasurementID CRITICALITY ignore TYPE MeasurementID PRESENCE mandatory}|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory},
...
}
UEMeasurementFailureIndication-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- IUR INVOKE TRACE
--
-- **************************************************************
IurInvokeTrace ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{IurInvokeTrace-IEs}},
protocolExtensions ProtocolExtensionContainer {{IurInvokeTrace-Extensions}} OPTIONAL,
...
}
IurInvokeTrace-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE optional}|
{ ID id-TraceReference CRITICALITY ignore TYPE TraceReference PRESENCE mandatory}|
{ ID id-UEIdentity CRITICALITY ignore TYPE UEIdentity PRESENCE mandatory}|
{ ID id-TraceRecordingSessionReference CRITICALITY ignore TYPE TraceRecordingSessionReference PRESENCE mandatory}|
{ ID id-ListOfInterfacesToTrace CRITICALITY ignore TYPE ListOfInterfacesToTrace PRESENCE optional}|
{ ID id-TraceDepth CRITICALITY ignore TYPE TraceDepth PRESENCE mandatory},
...
}
ListOfInterfacesToTrace ::= SEQUENCE (SIZE (1..maxNrOfInterfaces)) OF ProtocolIE-Single-Container {{ InterfacesToBeTracedItemIE }}
InterfacesToBeTracedItemIE RNSAP-PROTOCOL-IES ::= {
{ ID id-InterfacesToTraceItem CRITICALITY ignore TYPE InterfacesToTraceItem PRESENCE mandatory}
}
InterfacesToTraceItem ::= SEQUENCE {
interface ENUMERATED {iub,iur,...},
iE-Extensions ProtocolExtensionContainer { {InterfacesToTraceItem-ExtIEs} } OPTIONAL,
...
}
InterfacesToTraceItem-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
IurInvokeTrace-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 10 to support MDT
{ID id-MDT-Configuration CRITICALITY ignore EXTENSION MDT-Configuration PRESENCE optional}|
-- Extension for Release 10 to support MDT
{ID id-Trace-Collection-Entity-IP-Address CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional},
...
}
-- **************************************************************
--
-- IUR DEACTIVATE TRACE
--
-- **************************************************************
IurDeactivateTrace ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{IurDeactivateTrace-IEs}},
protocolExtensions ProtocolExtensionContainer {{IurDeactivateTrace-Extensions}} OPTIONAL,
...
}
IurDeactivateTrace-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE optional}|
{ ID id-TraceReference CRITICALITY ignore TYPE TraceReference PRESENCE mandatory},
...
}
IurDeactivateTrace-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS ATTACH COMMAND
--
-- **************************************************************
MBMSAttachCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{MBMSAttachCommand-IEs}},
protocolExtensions ProtocolExtensionContainer {{MBMSAttachCommand-Extensions}} OPTIONAL,
...
}
MBMSAttachCommand-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MBMS-Bearer-Service-List CRITICALITY ignore TYPE MBMS-Bearer-Service-List PRESENCE mandatory}|
{ ID id-UE-State CRITICALITY ignore TYPE UE-State PRESENCE optional},
...
}
MBMSAttachCommand-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBMS DETACH COMMAND
--
-- **************************************************************
MBMSDetachCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{MBMSDetachCommand-IEs}},
protocolExtensions ProtocolExtensionContainer {{MBMSDetachCommand-Extensions}} OPTIONAL,
...
}
MBMSDetachCommand-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MBMS-Bearer-Service-List CRITICALITY ignore TYPE MBMS-Bearer-Service-List PRESENCE mandatory}|
{ ID id-UE-State CRITICALITY ignore TYPE UE-State PRESENCE optional},
...
}
MBMSDetachCommand-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- DIRECT INFORMATION TRANSFER
--
-- **************************************************************
DirectInformationTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DirectInformationTransfer-IEs}},
protocolExtensions ProtocolExtensionContainer {{DirectInformationTransfer-Extensions}}OPTIONAL,
...
}
DirectInformationTransfer-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RNC-ID CRITICALITY ignore TYPE RNC-ID PRESENCE mandatory}|
{ ID id-ProvidedInformation CRITICALITY ignore TYPE ProvidedInformation PRESENCE mandatory},
...
}
DirectInformationTransfer-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ ID id-Extended-RNC-ID CRITICALITY reject EXTENSION Extended-RNC-ID PRESENCE optional},
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION REQUEST
--
-- **************************************************************
EnhancedRelocationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{EnhancedRelocationRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{EnhancedRelocationRequest-Extensions}} OPTIONAL,
...
}
EnhancedRelocationRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY reject TYPE Cause PRESENCE mandatory}|
{ ID id-Permanent-NAS-UE-Identity CRITICALITY reject TYPE Permanent-NAS-UE-Identity PRESENCE mandatory}|
{ ID id-SRNC-ID CRITICALITY reject TYPE RNC-ID PRESENCE optional}|
-- This IE shall be present if the Relocation type IE is set to “UE involved in relocation of SRNS” --
{ ID id-Extended-SRNC-ID CRITICALITY reject TYPE Extended-RNC-ID PRESENCE optional}|
{ ID id-S-RNTI CRITICALITY reject TYPE S-RNTI PRESENCE mandatory}|
{ ID id-RANAP-EnhancedRelocationInformationRequest CRITICALITY reject TYPE RANAP-EnhancedRelocationInformationRequest PRESENCE mandatory},
...
}
EnhancedRelocationRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
{ID id-Extended-S-RNTI CRITICALITY reject EXTENSION Extended-RNTI PRESENCE optional},
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION RESPONSE
--
-- **************************************************************
EnhancedRelocationResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{EnhancedRelocationResponse-IEs}},
protocolExtensions ProtocolExtensionContainer {{EnhancedRelocationResponse-Extensions}} OPTIONAL,
...
}
EnhancedRelocationResponse-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-RANAP-EnhancedRelocationInformationResponse CRITICALITY ignore TYPE RANAP-EnhancedRelocationInformationResponse PRESENCE mandatory},
...
}
EnhancedRelocationResponse-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION FAILURE
--
-- **************************************************************
EnhancedRelocationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{EnhancedRelocationFailure-IEs}},
protocolExtensions ProtocolExtensionContainer {{EnhancedRelocationFailure-Extensions}}OPTIONAL,
...
}
EnhancedRelocationFailure-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
EnhancedRelocationFailure-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION CANCEL
--
-- **************************************************************
EnhancedRelocationCancel ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{EnhancedRelocationCancel-IEs}},
protocolExtensions ProtocolExtensionContainer {{EnhancedRelocationCancel-Extensions}} OPTIONAL,
...
}
EnhancedRelocationCancel-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
EnhancedRelocationCancel-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION SIGNALLING TRANSFER
--
-- **************************************************************
EnhancedRelocationSignallingTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{EnhancedRelocationSignallingTransfer-IEs}},
protocolExtensions ProtocolExtensionContainer {{EnhancedRelocationSignallingTransfer-Extensions}} OPTIONAL,
...
}
EnhancedRelocationSignallingTransfer-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-L3-Information CRITICALITY ignore TYPE L3-Information PRESENCE mandatory},
...
}
EnhancedRelocationSignallingTransfer-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION RELEASE
--
-- **************************************************************
EnhancedRelocationRelease ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{EnhancedRelocationRelease-IEs}},
protocolExtensions ProtocolExtensionContainer {{EnhancedRelocationRelease-Extensions}} OPTIONAL,
...
}
EnhancedRelocationRelease-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Released-CN-Domain CRITICALITY ignore TYPE Released-CN-Domain PRESENCE mandatory},
...
}
EnhancedRelocationRelease-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- MBSFN MCCH INFORMATION
--
-- **************************************************************
MBSFNMCCHInformation ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{MBSFNMCCHInformation-IEs}},
protocolExtensions ProtocolExtensionContainer {{MBSFNMCCHInformation-Extensions}} OPTIONAL,
...
}
MBSFNMCCHInformation-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-MBSFN-Cluster-Identity CRITICALITY ignore TYPE MBSFN-Cluster-Identity PRESENCE mandatory}|
{ ID id-MCCH-Message-List CRITICALITY reject TYPE MCCH-Message-List PRESENCE mandatory}|
{ ID id-CFN CRITICALITY reject TYPE CFN PRESENCE mandatory}|
{ ID id-MCCH-Configuration-Info CRITICALITY ignore TYPE MCCH-Configuration-Info PRESENCE optional}|
{ ID id-MBSFN-Scheduling-Transmission-Time-Interval-Info-List CRITICALITY ignore TYPE MBSFN-Scheduling-Transmission-Time-Interval-Info-List PRESENCE optional},
...
}
MBSFNMCCHInformation-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- SECONDARY UL FREQUENCY REPORT
--
-- **************************************************************
SecondaryULFrequencyReport ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{SecondaryULFrequencyReport-IEs}},
protocolExtensions ProtocolExtensionContainer {{SecondaryULFrequencyReport-Extensions}} OPTIONAL,
...
}
SecondaryULFrequencyReport-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-ActivationInformation CRITICALITY ignore TYPE ActivationInformation PRESENCE mandatory},
...
}
SecondaryULFrequencyReport-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- SECONDARY UL FREQUENCY UPDATE INDICATION
--
-- **************************************************************
SecondaryULFrequencyUpdateIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{SecondaryULFrequencyUpdateIndication-IEs}},
protocolExtensions ProtocolExtensionContainer {{SecondaryULFrequencyUpdateIndication-Extensions}} OPTIONAL,
...
}
SecondaryULFrequencyUpdateIndication-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-ActivationInformation CRITICALITY ignore TYPE ActivationInformation PRESENCE mandatory},
...
}
SecondaryULFrequencyUpdateIndication-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION RESOURCE REQUEST
--
-- **************************************************************
EnhancedRelocationResourceRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ EnhancedRelocationResourceRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{ EnhancedRelocationResourceRequest-Extensions}} OPTIONAL,
...
}
EnhancedRelocationResourceRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-IMSI CRITICALITY reject TYPE IMSI PRESENCE optional}|
{ ID id-SourceID CRITICALITY ignore TYPE SourceID PRESENCE mandatory}|
{ ID id-TargetID CRITICALITY reject TYPE TargetID PRESENCE mandatory}|
{ ID id-ClassmarkInformation2 CRITICALITY reject TYPE ClassmarkInformation2 PRESENCE mandatory}|
{ ID id-ClassmarkInformation3 CRITICALITY ignore TYPE ClassmarkInformation3 PRESENCE mandatory}|
{ ID id-SpeechVersion CRITICALITY ignore TYPE SpeechVersion PRESENCE mandatory},
...
}
EnhancedRelocationResourceRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION RESOURCE RESPONSE
--
-- **************************************************************
EnhancedRelocationResourceResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{EnhancedRelocationResourceResponse-IEs}},
protocolExtensions ProtocolExtensionContainer {{EnhancedRelocationResourceResponse-Extensions}} OPTIONAL,
...
}
EnhancedRelocationResourceResponse-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-D-RNTI CRITICALITY ignore TYPE D-RNTI PRESENCE mandatory }|
{ ID id-L3-Information CRITICALITY ignore TYPE L3-Information PRESENCE mandatory }|
{ ID id-Cell-Capacity-Class-Value CRITICALITY ignore TYPE Cell-Capacity-Class-Value PRESENCE optional }|
{ ID id-LoadValue CRITICALITY ignore TYPE LoadValue PRESENCE optional },
...
}
EnhancedRelocationResourceResponse-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION RESOURCE FAILURE
--
-- **************************************************************
EnhancedRelocationResourceFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{EnhancedRelocationResourceFailure-IEs}},
protocolExtensions ProtocolExtensionContainer {{EnhancedRelocationResourceFailure-Extensions}} OPTIONAL,
...
}
EnhancedRelocationResourceFailure-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-Cell-Capacity-Class-Value CRITICALITY ignore TYPE Cell-Capacity-Class-Value PRESENCE optional }|
{ ID id-LoadValue CRITICALITY ignore TYPE LoadValue PRESENCE optional },
...
}
EnhancedRelocationResourceFailure-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION RESOURCE RELEASE COMMAND
--
-- **************************************************************
EnhancedRelocationResourceReleaseCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{EnhancedRelocationResourceReleaseCommand-IEs}},
protocolExtensions ProtocolExtensionContainer {{EnhancedRelocationResourceReleaseCommand-Extensions}} OPTIONAL,
...
}
EnhancedRelocationResourceReleaseCommand-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory},
...
}
EnhancedRelocationResourceReleaseCommand-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ENHANCED RELOCATION RESOURCE RELEASE COMPLETE
--
-- **************************************************************
EnhancedRelocationResourceReleaseComplete ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{EnhancedRelocationResourceReleaseComplete-IEs}},
protocolExtensions ProtocolExtensionContainer {{EnhancedRelocationResourceReleaseComplete-Extensions}} OPTIONAL,
...
}
EnhancedRelocationResourceReleaseComplete-IEs RNSAP-PROTOCOL-IES ::= {
...
}
EnhancedRelocationResourceReleaseComplete-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- PRIVATE MESSAGE
--
-- **************************************************************
PrivateMessage ::= SEQUENCE {
privateIEs PrivateIE-Container {{PrivateMessage-IEs}},
...
}
PrivateMessage-IEs RNSAP-PRIVATE-IES ::= {
...
}
-- **************************************************************
--
-- INFORMATION TRANSFER CONTROL REQUEST
--
-- **************************************************************
InformationTransferControlRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ InformationTransferControlRequest-IEs}},
protocolExtensions ProtocolExtensionContainer {{ InformationTransferControlRequest-Extensions}} OPTIONAL,
...
}
InformationTransferControlRequest-IEs RNSAP-PROTOCOL-IES ::= {
{ ID id-Control-Type-InformationTransferControlReq CRITICALITY ignore TYPE Control-Type-InformationTransferControlReq PRESENCE mandatory },
...
}
InformationTransferControlRequest-Extensions RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Control-Type-InformationTransferControlReq ::= CHOICE {
suspension Suspension-Control-Type,
resume Resume-Control-Type,
...
}
Suspension-Control-Type ::= SEQUENCE {
controlled-Object-Scope Controlled-Object-Scope,
iE-Extensions ProtocolExtensionContainer {{ Suspension-Control-Type-ExtIEs}},
...
}
Suspension-Control-Type-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
Resume-Control-Type ::= SEQUENCE {
controlled-Object-Scope Controlled-Object-Scope,
iE-Extensions ProtocolExtensionContainer { { Resume-Control-Type-ExtIEs}},
...
}
Resume-Control-Type-ExtIEs RNSAP-PROTOCOL-EXTENSION ::= {
...
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/rnsap/RNSAP-PDU-Descriptions.asn | -- RNSAP-PDU-Descriptions.asn
--
-- Taken from 3GPP TS 25.423 V13.1.0 (2015-12)
-- http://www.3gpp.org/ftp/Specs/archive/25_series/25.423/25423-790.zip/25423-790.DOC
--
-- 9.3.2 Elementary Procedure Definitions
--
-- **************************************************************
--
-- Elementary Procedure definitions
--
-- **************************************************************
RNSAP-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rnsap (1) version1 (1) rnsap-PDU-Descriptions (0) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Criticality,
ProcedureID,
TransactionID
FROM RNSAP-CommonDataTypes
CommonMeasurementFailureIndication,
CommonMeasurementInitiationFailure,
CommonMeasurementInitiationRequest,
CommonMeasurementInitiationResponse,
CommonMeasurementReport,
CommonMeasurementTerminationRequest,
CommonTransportChannelResourcesFailure,
CommonTransportChannelResourcesRequest,
CommonTransportChannelResourcesReleaseRequest,
CommonTransportChannelResourcesResponseFDD,
CommonTransportChannelResourcesResponseTDD,
CompressedModeCommand,
DedicatedMeasurementFailureIndication,
DedicatedMeasurementInitiationFailure,
DedicatedMeasurementInitiationRequest,
DedicatedMeasurementInitiationResponse,
DedicatedMeasurementReport,
DedicatedMeasurementTerminationRequest,
DirectInformationTransfer,
DL-PowerControlRequest,
DL-PowerTimeslotControlRequest,
DownlinkSignallingTransferRequest,
ErrorIndication,
EnhancedRelocationCancel,
EnhancedRelocationFailure,
EnhancedRelocationRequest,
EnhancedRelocationResponse,
EnhancedRelocationSignallingTransfer,
EnhancedRelocationRelease,
EnhancedRelocationResourceRequest,
EnhancedRelocationResourceResponse,
EnhancedRelocationResourceFailure,
EnhancedRelocationResourceReleaseCommand,
EnhancedRelocationResourceReleaseComplete,
InformationExchangeFailureIndication,
InformationExchangeInitiationFailure,
InformationExchangeInitiationRequest,
InformationExchangeInitiationResponse,
InformationExchangeTerminationRequest,
InformationReport,
InformationTransferControlRequest,
IurDeactivateTrace,
IurInvokeTrace,
MBMSAttachCommand,
MBMSDetachCommand,
MBSFNMCCHInformation,
PagingRequest,
PhysicalChannelReconfigurationCommand,
PhysicalChannelReconfigurationFailure,
PhysicalChannelReconfigurationRequestFDD,
PhysicalChannelReconfigurationRequestTDD,
PrivateMessage,
RadioLinkActivationCommandFDD,
RadioLinkActivationCommandTDD,
RadioLinkAdditionFailureFDD,
RadioLinkAdditionFailureTDD,
RadioLinkAdditionRequestFDD,
RadioLinkAdditionRequestTDD,
RadioLinkAdditionResponseFDD,
RadioLinkAdditionResponseTDD,
RadioLinkCongestionIndication,
RadioLinkDeletionRequest,
RadioLinkDeletionResponse,
RadioLinkFailureIndication,
RadioLinkParameterUpdateIndicationFDD,
RadioLinkParameterUpdateIndicationTDD,
RadioLinkPreemptionRequiredIndication,
RadioLinkReconfigurationCancel,
RadioLinkReconfigurationCommit,
RadioLinkReconfigurationFailure,
RadioLinkReconfigurationPrepareFDD,
RadioLinkReconfigurationPrepareTDD,
RadioLinkReconfigurationReadyFDD,
RadioLinkReconfigurationReadyTDD,
RadioLinkReconfigurationRequestFDD,
RadioLinkReconfigurationRequestTDD,
RadioLinkReconfigurationResponseFDD,
RadioLinkReconfigurationResponseTDD,
RadioLinkRestoreIndication,
RadioLinkSetupFailureFDD,
RadioLinkSetupFailureTDD,
RadioLinkSetupRequestFDD,
RadioLinkSetupRequestTDD,
RadioLinkSetupResponseFDD,
RadioLinkSetupResponseTDD,
RelocationCommit,
ResetRequest,
ResetResponse,
UEMeasurementFailureIndication,
UEMeasurementInitiationFailure,
UEMeasurementInitiationRequest,
UEMeasurementInitiationResponse,
UEMeasurementReport,
UEMeasurementTerminationRequest,
SecondaryULFrequencyReport,
SecondaryULFrequencyUpdateIndication,
UplinkSignallingTransferIndicationFDD,
UplinkSignallingTransferIndicationTDD,
GERANUplinkSignallingTransferIndication
FROM RNSAP-PDU-Contents
id-commonMeasurementFailure,
id-commonMeasurementInitiation,
id-commonMeasurementReporting,
id-commonMeasurementTermination,
id-commonTransportChannelResourcesInitialisation,
id-commonTransportChannelResourcesRelease,
id-compressedModeCommand,
id-downlinkPowerControl,
id-downlinkSignallingTransfer,
id-downlinkPowerTimeslotControl,
id-enhancedRelocation,
id-enhancedRelocationCancel,
id-enhancedRelocationSignallingTransfer,
id-enhancedRelocationRelease,
id-errorIndication,
id-informationExchangeFailure,
id-informationExchangeInitiation,
id-informationReporting,
id-informationExchangeTermination,
id-informationTransferControl,
id-iurDeactivateTrace,
id-iurInvokeTrace,
id-dedicatedMeasurementFailure,
id-dedicatedMeasurementInitiation,
id-dedicatedMeasurementReporting,
id-dedicatedMeasurementTermination,
id-directInformationTransfer,
id-mBMSAttach,
id-mBMSDetach,
id-mBSFNMCCHInformation,
id-paging,
id-physicalChannelReconfiguration,
id-privateMessage,
id-radioLinkActivation,
id-radioLinkAddition,
id-radioLinkCongestion,
id-radioLinkDeletion,
id-radioLinkFailure,
id-radioLinkParameterUpdate,
id-radioLinkPreemption,
id-radioLinkRestoration,
id-radioLinkSetup,
id-relocationCommit,
id-reset,
id-synchronisedRadioLinkReconfigurationCancellation,
id-synchronisedRadioLinkReconfigurationCommit,
id-synchronisedRadioLinkReconfigurationPreparation,
id-uEMeasurementFailure,
id-uEMeasurementInitiation,
id-uEMeasurementReporting,
id-uEMeasurementTermination,
id-secondaryULFrequencyReporting,
id-secondaryULFrequencyUpdate,
id-unSynchronisedRadioLinkReconfiguration,
id-uplinkSignallingTransfer,
id-gERANuplinkSignallingTransfer,
id-enhancedRelocationResourceAllocation,
id-enhancedRelocationResourceRelease
FROM RNSAP-Constants;
-- **************************************************************
--
-- Interface Elementary Procedure Class
--
-- **************************************************************
RNSAP-ELEMENTARY-PROCEDURE ::= CLASS {
&InitiatingMessage ,
&SuccessfulOutcome OPTIONAL,
&UnsuccessfulOutcome OPTIONAL,
&Outcome OPTIONAL,
&procedureID ProcedureID UNIQUE,
&criticality Criticality DEFAULT ignore
}
WITH SYNTAX {
INITIATING MESSAGE &InitiatingMessage
[SUCCESSFUL OUTCOME &SuccessfulOutcome]
[UNSUCCESSFUL OUTCOME &UnsuccessfulOutcome]
[OUTCOME &Outcome]
PROCEDURE ID &procedureID
[CRITICALITY &criticality]
}
-- **************************************************************
--
-- Interface PDU Definition
--
-- **************************************************************
RNSAP-PDU ::= CHOICE {
initiatingMessage InitiatingMessage,
successfulOutcome SuccessfulOutcome,
unsuccessfulOutcome UnsuccessfulOutcome,
outcome Outcome,
...
}
InitiatingMessage ::= SEQUENCE {
procedureID RNSAP-ELEMENTARY-PROCEDURE.&procedureID ({RNSAP-ELEMENTARY-PROCEDURES}),
criticality RNSAP-ELEMENTARY-PROCEDURE.&criticality ({RNSAP-ELEMENTARY-PROCEDURES}{@procedureID}),
transactionID TransactionID,
value RNSAP-ELEMENTARY-PROCEDURE.&InitiatingMessage ({RNSAP-ELEMENTARY-PROCEDURES}{@procedureID})
}
SuccessfulOutcome ::= SEQUENCE {
procedureID RNSAP-ELEMENTARY-PROCEDURE.&procedureID ({RNSAP-ELEMENTARY-PROCEDURES}),
criticality RNSAP-ELEMENTARY-PROCEDURE.&criticality ({RNSAP-ELEMENTARY-PROCEDURES}{@procedureID}),
transactionID TransactionID,
value RNSAP-ELEMENTARY-PROCEDURE.&SuccessfulOutcome ({RNSAP-ELEMENTARY-PROCEDURES}{@procedureID})
}
UnsuccessfulOutcome ::= SEQUENCE {
procedureID RNSAP-ELEMENTARY-PROCEDURE.&procedureID ({RNSAP-ELEMENTARY-PROCEDURES}),
criticality RNSAP-ELEMENTARY-PROCEDURE.&criticality ({RNSAP-ELEMENTARY-PROCEDURES}{@procedureID}),
transactionID TransactionID,
value RNSAP-ELEMENTARY-PROCEDURE.&UnsuccessfulOutcome ({RNSAP-ELEMENTARY-PROCEDURES}{@procedureID})
}
Outcome ::= SEQUENCE {
procedureID RNSAP-ELEMENTARY-PROCEDURE.&procedureID ({RNSAP-ELEMENTARY-PROCEDURES}),
criticality RNSAP-ELEMENTARY-PROCEDURE.&criticality ({RNSAP-ELEMENTARY-PROCEDURES}{@procedureID}),
transactionID TransactionID,
value RNSAP-ELEMENTARY-PROCEDURE.&Outcome ({RNSAP-ELEMENTARY-PROCEDURES}{@procedureID})
}
-- **************************************************************
--
-- Interface Elementary Procedure List
--
-- **************************************************************
RNSAP-ELEMENTARY-PROCEDURES RNSAP-ELEMENTARY-PROCEDURE ::= {
RNSAP-ELEMENTARY-PROCEDURES-CLASS-1 |
RNSAP-ELEMENTARY-PROCEDURES-CLASS-2 |
RNSAP-ELEMENTARY-PROCEDURES-CLASS-3 ,
...
}
RNSAP-ELEMENTARY-PROCEDURES-CLASS-1 RNSAP-ELEMENTARY-PROCEDURE ::= {
radioLinkSetupFDD |
radioLinkSetupTDD |
radioLinkAdditionFDD |
radioLinkAdditionTDD |
radioLinkDeletion |
synchronisedRadioLinkReconfigurationPreparationFDD |
synchronisedRadioLinkReconfigurationPreparationTDD |
unSynchronisedRadioLinkReconfigurationFDD |
unSynchronisedRadioLinkReconfigurationTDD |
physicalChannelReconfigurationFDD |
physicalChannelReconfigurationTDD |
dedicatedMeasurementInitiation |
commonTransportChannelResourcesInitialisationFDD |
commonTransportChannelResourcesInitialisationTDD ,
...,
commonMeasurementInitiation |
informationExchangeInitiation |
reset |
uEMeasurementInitiation |
enhancedRelocation |
enhancedRelocationResourceAllocation |
enhancedRelocationResourceRelease
}
RNSAP-ELEMENTARY-PROCEDURES-CLASS-2 RNSAP-ELEMENTARY-PROCEDURE ::= {
uplinkSignallingTransferFDD |
uplinkSignallingTransferTDD |
downlinkSignallingTransfer |
relocationCommit |
paging |
synchronisedRadioLinkReconfigurationCommit |
synchronisedRadioLinkReconfigurationCancellation |
radioLinkFailure |
radioLinkPreemption |
radioLinkRestoration |
dedicatedMeasurementReporting |
dedicatedMeasurementTermination |
dedicatedMeasurementFailure |
downlinkPowerControlFDD |
downlinkPowerTimeslotControl |
compressedModeCommandFDD |
commonTransportChannelResourcesRelease |
errorIndication |
privateMessage ,
...,
radioLinkCongestion |
commonMeasurementFailure |
commonMeasurementReporting |
commonMeasurementTermination |
informationExchangeFailure |
informationExchangeTermination |
informationReporting |
radioLinkActivationFDD |
radioLinkActivationTDD |
gERANuplinkSignallingTransfer |
radioLinkParameterUpdateFDD |
radioLinkParameterUpdateTDD |
uEMeasurementReporting |
uEMeasurementTermination |
uEMeasurementFailure |
iurInvokeTrace |
iurDeactivateTrace |
mBMSAttach |
mBMSDetach |
directInformationTransfer |
enhancedRelocationCancel |
enhancedRelocationSignallingTransfer |
enhancedRelocationRelease |
mBSFNMCCHInformation |
secondaryULFrequencyReportingFDD |
secondaryULFrequencyUpdateFDD |
informationTransferControl
}
RNSAP-ELEMENTARY-PROCEDURES-CLASS-3 RNSAP-ELEMENTARY-PROCEDURE ::= {
...
}
-- **************************************************************
--
-- Interface Elementary Procedures
--
-- **************************************************************
radioLinkSetupFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkSetupRequestFDD
SUCCESSFUL OUTCOME RadioLinkSetupResponseFDD
UNSUCCESSFUL OUTCOME RadioLinkSetupFailureFDD
PROCEDURE ID { procedureCode id-radioLinkSetup, ddMode fdd }
CRITICALITY reject
}
radioLinkSetupTDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkSetupRequestTDD
SUCCESSFUL OUTCOME RadioLinkSetupResponseTDD
UNSUCCESSFUL OUTCOME RadioLinkSetupFailureTDD
PROCEDURE ID { procedureCode id-radioLinkSetup, ddMode tdd }
CRITICALITY reject
}
radioLinkAdditionFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkAdditionRequestFDD
SUCCESSFUL OUTCOME RadioLinkAdditionResponseFDD
UNSUCCESSFUL OUTCOME RadioLinkAdditionFailureFDD
PROCEDURE ID { procedureCode id-radioLinkAddition , ddMode fdd }
CRITICALITY reject
}
radioLinkAdditionTDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkAdditionRequestTDD
SUCCESSFUL OUTCOME RadioLinkAdditionResponseTDD
UNSUCCESSFUL OUTCOME RadioLinkAdditionFailureTDD
PROCEDURE ID { procedureCode id-radioLinkAddition , ddMode tdd }
CRITICALITY reject
}
radioLinkDeletion RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkDeletionRequest
SUCCESSFUL OUTCOME RadioLinkDeletionResponse
PROCEDURE ID { procedureCode id-radioLinkDeletion, ddMode common }
CRITICALITY reject
}
synchronisedRadioLinkReconfigurationPreparationFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkReconfigurationPrepareFDD
SUCCESSFUL OUTCOME RadioLinkReconfigurationReadyFDD
UNSUCCESSFUL OUTCOME RadioLinkReconfigurationFailure
PROCEDURE ID { procedureCode id-synchronisedRadioLinkReconfigurationPreparation, ddMode fdd }
CRITICALITY reject
}
synchronisedRadioLinkReconfigurationPreparationTDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkReconfigurationPrepareTDD
SUCCESSFUL OUTCOME RadioLinkReconfigurationReadyTDD
UNSUCCESSFUL OUTCOME RadioLinkReconfigurationFailure
PROCEDURE ID { procedureCode id-synchronisedRadioLinkReconfigurationPreparation, ddMode tdd }
CRITICALITY reject
}
unSynchronisedRadioLinkReconfigurationFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkReconfigurationRequestFDD
SUCCESSFUL OUTCOME RadioLinkReconfigurationResponseFDD
UNSUCCESSFUL OUTCOME RadioLinkReconfigurationFailure
PROCEDURE ID { procedureCode id-unSynchronisedRadioLinkReconfiguration, ddMode fdd }
CRITICALITY reject
}
unSynchronisedRadioLinkReconfigurationTDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkReconfigurationRequestTDD
SUCCESSFUL OUTCOME RadioLinkReconfigurationResponseTDD
UNSUCCESSFUL OUTCOME RadioLinkReconfigurationFailure
PROCEDURE ID { procedureCode id-unSynchronisedRadioLinkReconfiguration, ddMode tdd }
CRITICALITY reject
}
physicalChannelReconfigurationFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PhysicalChannelReconfigurationRequestFDD
SUCCESSFUL OUTCOME PhysicalChannelReconfigurationCommand
UNSUCCESSFUL OUTCOME PhysicalChannelReconfigurationFailure
PROCEDURE ID { procedureCode id-physicalChannelReconfiguration, ddMode fdd }
CRITICALITY reject
}
physicalChannelReconfigurationTDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PhysicalChannelReconfigurationRequestTDD
SUCCESSFUL OUTCOME PhysicalChannelReconfigurationCommand
UNSUCCESSFUL OUTCOME PhysicalChannelReconfigurationFailure
PROCEDURE ID { procedureCode id-physicalChannelReconfiguration, ddMode tdd }
CRITICALITY reject
}
dedicatedMeasurementInitiation RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DedicatedMeasurementInitiationRequest
SUCCESSFUL OUTCOME DedicatedMeasurementInitiationResponse
UNSUCCESSFUL OUTCOME DedicatedMeasurementInitiationFailure
PROCEDURE ID { procedureCode id-dedicatedMeasurementInitiation, ddMode common }
CRITICALITY reject
}
commonTransportChannelResourcesInitialisationFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CommonTransportChannelResourcesRequest
SUCCESSFUL OUTCOME CommonTransportChannelResourcesResponseFDD
UNSUCCESSFUL OUTCOME CommonTransportChannelResourcesFailure
PROCEDURE ID { procedureCode id-commonTransportChannelResourcesInitialisation, ddMode fdd }
CRITICALITY reject
}
commonTransportChannelResourcesInitialisationTDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CommonTransportChannelResourcesRequest
SUCCESSFUL OUTCOME CommonTransportChannelResourcesResponseTDD
UNSUCCESSFUL OUTCOME CommonTransportChannelResourcesFailure
PROCEDURE ID { procedureCode id-commonTransportChannelResourcesInitialisation, ddMode tdd }
CRITICALITY reject
}
uplinkSignallingTransferFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UplinkSignallingTransferIndicationFDD
PROCEDURE ID { procedureCode id-uplinkSignallingTransfer, ddMode fdd }
CRITICALITY ignore
}
uplinkSignallingTransferTDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UplinkSignallingTransferIndicationTDD
PROCEDURE ID { procedureCode id-uplinkSignallingTransfer, ddMode tdd }
CRITICALITY ignore
}
downlinkSignallingTransfer RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DownlinkSignallingTransferRequest
PROCEDURE ID { procedureCode id-downlinkSignallingTransfer, ddMode common }
CRITICALITY ignore
}
relocationCommit RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationCommit
PROCEDURE ID { procedureCode id-relocationCommit, ddMode common }
CRITICALITY ignore
}
paging RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PagingRequest
PROCEDURE ID { procedureCode id-paging, ddMode common }
CRITICALITY ignore
}
synchronisedRadioLinkReconfigurationCommit RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkReconfigurationCommit
PROCEDURE ID { procedureCode id-synchronisedRadioLinkReconfigurationCommit, ddMode common }
CRITICALITY ignore
}
synchronisedRadioLinkReconfigurationCancellation RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkReconfigurationCancel
PROCEDURE ID { procedureCode id-synchronisedRadioLinkReconfigurationCancellation, ddMode common }
CRITICALITY ignore
}
radioLinkFailure RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkFailureIndication
PROCEDURE ID { procedureCode id-radioLinkFailure, ddMode common }
CRITICALITY ignore
}
radioLinkPreemption RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkPreemptionRequiredIndication
PROCEDURE ID { procedureCode id-radioLinkPreemption, ddMode common }
CRITICALITY ignore
}
radioLinkRestoration RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkRestoreIndication
PROCEDURE ID { procedureCode id-radioLinkRestoration, ddMode common }
CRITICALITY ignore
}
dedicatedMeasurementReporting RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DedicatedMeasurementReport
PROCEDURE ID { procedureCode id-dedicatedMeasurementReporting, ddMode common }
CRITICALITY ignore
}
dedicatedMeasurementTermination RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DedicatedMeasurementTerminationRequest
PROCEDURE ID { procedureCode id-dedicatedMeasurementTermination, ddMode common }
CRITICALITY ignore
}
dedicatedMeasurementFailure RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DedicatedMeasurementFailureIndication
PROCEDURE ID { procedureCode id-dedicatedMeasurementFailure, ddMode common }
CRITICALITY ignore
}
radioLinkCongestion RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkCongestionIndication
PROCEDURE ID { procedureCode id-radioLinkCongestion, ddMode common }
CRITICALITY ignore
}
downlinkPowerControlFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DL-PowerControlRequest
PROCEDURE ID { procedureCode id-downlinkPowerControl, ddMode fdd }
CRITICALITY ignore
}
downlinkPowerTimeslotControl RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DL-PowerTimeslotControlRequest
PROCEDURE ID { procedureCode id-downlinkPowerTimeslotControl, ddMode tdd }
CRITICALITY ignore
}
compressedModeCommandFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CompressedModeCommand
PROCEDURE ID { procedureCode id-compressedModeCommand, ddMode fdd }
CRITICALITY ignore
}
commonTransportChannelResourcesRelease RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CommonTransportChannelResourcesReleaseRequest
PROCEDURE ID { procedureCode id-commonTransportChannelResourcesRelease, ddMode common }
CRITICALITY ignore
}
errorIndication RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ErrorIndication
PROCEDURE ID { procedureCode id-errorIndication, ddMode common }
CRITICALITY ignore
}
commonMeasurementInitiation RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CommonMeasurementInitiationRequest
SUCCESSFUL OUTCOME CommonMeasurementInitiationResponse
UNSUCCESSFUL OUTCOME CommonMeasurementInitiationFailure
PROCEDURE ID { procedureCode id-commonMeasurementInitiation, ddMode common }
CRITICALITY reject
}
commonMeasurementReporting RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CommonMeasurementReport
PROCEDURE ID { procedureCode id-commonMeasurementReporting, ddMode common }
CRITICALITY ignore
}
commonMeasurementTermination RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CommonMeasurementTerminationRequest
PROCEDURE ID { procedureCode id-commonMeasurementTermination, ddMode common }
CRITICALITY ignore
}
commonMeasurementFailure RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CommonMeasurementFailureIndication
PROCEDURE ID { procedureCode id-commonMeasurementFailure, ddMode common }
CRITICALITY ignore
}
informationExchangeInitiation RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE InformationExchangeInitiationRequest
SUCCESSFUL OUTCOME InformationExchangeInitiationResponse
UNSUCCESSFUL OUTCOME InformationExchangeInitiationFailure
PROCEDURE ID { procedureCode id-informationExchangeInitiation, ddMode common }
CRITICALITY reject
}
informationReporting RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE InformationReport
PROCEDURE ID { procedureCode id-informationReporting, ddMode common }
CRITICALITY ignore
}
informationExchangeTermination RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE InformationExchangeTerminationRequest
PROCEDURE ID { procedureCode id-informationExchangeTermination, ddMode common }
CRITICALITY ignore
}
informationExchangeFailure RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE InformationExchangeFailureIndication
PROCEDURE ID { procedureCode id-informationExchangeFailure, ddMode common }
CRITICALITY ignore
}
privateMessage RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PrivateMessage
PROCEDURE ID { procedureCode id-privateMessage, ddMode common }
CRITICALITY ignore
}
reset RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ResetRequest
SUCCESSFUL OUTCOME ResetResponse
PROCEDURE ID { procedureCode id-reset, ddMode common }
CRITICALITY reject
}
radioLinkActivationFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkActivationCommandFDD
PROCEDURE ID { procedureCode id-radioLinkActivation, ddMode fdd }
CRITICALITY ignore
}
radioLinkActivationTDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkActivationCommandTDD
PROCEDURE ID { procedureCode id-radioLinkActivation, ddMode tdd }
CRITICALITY ignore
}
gERANuplinkSignallingTransfer RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE GERANUplinkSignallingTransferIndication
PROCEDURE ID { procedureCode id-gERANuplinkSignallingTransfer, ddMode common }
CRITICALITY ignore
}
radioLinkParameterUpdateFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkParameterUpdateIndicationFDD
PROCEDURE ID { procedureCode id-radioLinkParameterUpdate, ddMode fdd }
CRITICALITY ignore
}
radioLinkParameterUpdateTDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RadioLinkParameterUpdateIndicationTDD
PROCEDURE ID { procedureCode id-radioLinkParameterUpdate, ddMode tdd }
CRITICALITY ignore
}
uEMeasurementInitiation RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEMeasurementInitiationRequest
SUCCESSFUL OUTCOME UEMeasurementInitiationResponse
UNSUCCESSFUL OUTCOME UEMeasurementInitiationFailure
PROCEDURE ID { procedureCode id-uEMeasurementInitiation, ddMode tdd }
CRITICALITY reject
}
uEMeasurementReporting RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEMeasurementReport
PROCEDURE ID { procedureCode id-uEMeasurementReporting, ddMode tdd }
CRITICALITY ignore
}
uEMeasurementTermination RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEMeasurementTerminationRequest
PROCEDURE ID { procedureCode id-uEMeasurementTermination, ddMode tdd }
CRITICALITY ignore
}
uEMeasurementFailure RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEMeasurementFailureIndication
PROCEDURE ID { procedureCode id-uEMeasurementFailure, ddMode tdd }
CRITICALITY ignore
}
iurInvokeTrace RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE IurInvokeTrace
PROCEDURE ID { procedureCode id-iurInvokeTrace, ddMode common }
CRITICALITY ignore
}
iurDeactivateTrace RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE IurDeactivateTrace
PROCEDURE ID { procedureCode id-iurDeactivateTrace, ddMode common }
CRITICALITY ignore
}
mBMSAttach RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSAttachCommand
PROCEDURE ID { procedureCode id-mBMSAttach, ddMode common }
CRITICALITY ignore
}
mBMSDetach RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBMSDetachCommand
PROCEDURE ID { procedureCode id-mBMSDetach, ddMode common }
CRITICALITY ignore
}
directInformationTransfer RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DirectInformationTransfer
PROCEDURE ID { procedureCode id-directInformationTransfer, ddMode common }
CRITICALITY ignore
}
enhancedRelocation RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE EnhancedRelocationRequest
SUCCESSFUL OUTCOME EnhancedRelocationResponse
UNSUCCESSFUL OUTCOME EnhancedRelocationFailure
PROCEDURE ID { procedureCode id-enhancedRelocation, ddMode common }
CRITICALITY reject
}
enhancedRelocationCancel RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE EnhancedRelocationCancel
PROCEDURE ID { procedureCode id-enhancedRelocationCancel, ddMode common }
CRITICALITY ignore
}
enhancedRelocationSignallingTransfer RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE EnhancedRelocationSignallingTransfer
PROCEDURE ID { procedureCode id-enhancedRelocationSignallingTransfer, ddMode common }
CRITICALITY ignore
}
enhancedRelocationRelease RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE EnhancedRelocationRelease
PROCEDURE ID { procedureCode id-enhancedRelocationRelease, ddMode common }
CRITICALITY ignore
}
mBSFNMCCHInformation RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MBSFNMCCHInformation
PROCEDURE ID { procedureCode id-mBSFNMCCHInformation, ddMode common }
CRITICALITY reject
}
secondaryULFrequencyReportingFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE SecondaryULFrequencyReport
PROCEDURE ID { procedureCode id-secondaryULFrequencyReporting, ddMode fdd }
CRITICALITY ignore
}
secondaryULFrequencyUpdateFDD RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE SecondaryULFrequencyUpdateIndication
PROCEDURE ID { procedureCode id-secondaryULFrequencyUpdate, ddMode fdd }
CRITICALITY ignore
}
enhancedRelocationResourceAllocation RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE EnhancedRelocationResourceRequest
SUCCESSFUL OUTCOME EnhancedRelocationResourceResponse
UNSUCCESSFUL OUTCOME EnhancedRelocationResourceFailure
PROCEDURE ID { procedureCode id-enhancedRelocationResourceAllocation, ddMode tdd }
CRITICALITY reject
}
enhancedRelocationResourceRelease RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE EnhancedRelocationResourceReleaseCommand
SUCCESSFUL OUTCOME EnhancedRelocationResourceReleaseComplete
PROCEDURE ID { procedureCode id-enhancedRelocationResourceRelease, ddMode tdd }
CRITICALITY reject
}
informationTransferControl RNSAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE InformationTransferControlRequest
PROCEDURE ID { procedureCode id-informationTransferControl, ddMode common }
CRITICALITY ignore
}
END |
Configuration | wireshark/epan/dissectors/asn1/rnsap/rnsap.cnf | # rnsap.cnf
# rnsap conformation file
# Copyright 2005 Anders Broman
#.OPT
PER
ALIGNED
#.END
#.OMIT_ASSIGNMENT
EDPCH-Information-RLReconfPrepare-FDD
Non-Serving-RL-Preconfig-Info
#.PDU
RNSAP-PDU
#.MAKE_DEFINES
ProcedureCode
#.MAKE_ENUM
ProtocolIE-ID
ProcedureID/ddMode
#.USE_VALS_EXT
ProtocolIE-ID
CauseRadioNetwork
TDD-ChannelisationCode768
Process-Memory-Size
ProcedureCode
TDD-ChannelisationCode
E-DCH-MACdFlow-Retransmission-Timer-LCR
DiscardTimer
FrequencyBandIndicator
MeasurementFilterCoefficient
#.TYPE_RENAME
ProcedureID/ddMode DdMode
ProtocolIE-Field/value ProtocolIE_Field_value
PrivateIE-Field/value PrivateIE_Field_value
InitiatingMessage/value InitiatingMessage_value
SuccessfulOutcome/value SuccessfulOutcome_value
UnsuccessfulOutcome/value UnsuccessfulOutcome_value
Outcome/value Outcome_value
MidambleShiftAndBurstType/type1 Type1
MidambleShiftAndBurstType768/type1 Type7681
MidambleShiftAndBurstType/type2 Type2
MidambleShiftAndBurstType768/type2 Type7682
MidambleShiftAndBurstType/type3 Type3
MidambleShiftAndBurstType768/type3 Type7683
MidambleShiftAndBurstType/type1/midambleAllocationMode MidambleAllocationMode1
MidambleShiftAndBurstType/type2/midambleAllocationMode MidambleAllocationMode2
MidambleShiftAndBurstType/type3/midambleAllocationMode MidambleAllocationMode3
MidambleShiftAndBurstType768/type1/midambleAllocationMode MidambleAllocationMode7681
MidambleShiftAndBurstType768/type2/midambleAllocationMode MidambleAllocationMode7682
MidambleShiftAndBurstType768/type3/midambleAllocationMode MidambleAllocationMode7683
#.FIELD_RENAME
UEMeasurementTimeslotInfoLCR-IEs/timeSlot timeSlotLCR
#.OMIT_ASSIGNMENT
Presence
ProtocolIE-FieldPair
ProtocolIE-ContainerList
ProtocolIE-ContainerPair
ProtocolIE-ContainerPairList
#.END
#.FN_PARS ProtocolIE-ID VAL_PTR = &rnsap_get_private_data(actx->pinfo)->ProtocolIE_ID
#.FN_PARS ProtocolIE-Field/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolIEFieldValue
#.FN_PARS ProtocolExtensionField/extensionValue FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolExtensionFieldExtensionValue
#.FN_PARS PrivateIE-Field/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_PrivateIEFieldValue
#.FN_HDR ProcedureCode
rnsap_private_data_t *pdata = rnsap_get_private_data(actx->pinfo);
#.END
#.FN_PARS ProcedureCode VAL_PTR = &pdata->ProcedureCode
#.FN_FTR ProcedureCode
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "%s ",
val_to_str_ext_const(pdata->ProcedureCode, &rnsap_ProcedureCode_vals_ext,
"unknown message"));
#.END
#.FN_PARS ProcedureID/ddMode VAL_PTR = &rnsap_get_private_data(actx->pinfo)->ddMode
#.FN_HDR ProcedureID
rnsap_private_data_t *pdata = rnsap_get_private_data(actx->pinfo);
#.END
#.FN_FTR ProcedureID
pdata->ProcedureID = wmem_strdup_printf(actx->pinfo->pool, "%s/%s",
val_to_str_ext(pdata->ProcedureCode, &rnsap_ProcedureCode_vals_ext, "unknown(%u)"),
val_to_str(pdata->ddMode, rnsap_DdMode_vals, "unknown(%u)"));
#.END
#.FN_PARS InitiatingMessage/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_InitiatingMessageValue
#.FN_PARS SuccessfulOutcome/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_SuccessfulOutcomeValue
#.FN_PARS UnsuccessfulOutcome/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_UnsuccessfulOutcomeValue
#.FN_BODY L3-Information VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
dissector_handle_t parameter_handle = NULL;
rnsap_private_data_t *pdata = rnsap_get_private_data(actx->pinfo);
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
switch (pdata->ProcedureCode) {
case RNSAP_ID_DOWNLINKSIGNALLINGTRANSFER:
/* TODO: seperate into Iur and Iur-g cases: */
/* For the Iur-g interface, L3 message is a GERAN-RRC message for which a dissector does not currently exist */
/* For the Iur interface, L3 message is a UMTS RRC DL-CCCH message */
parameter_handle = rrc_dl_ccch_handle;
break;
case RNSAP_ID_UPLINKSIGNALLINGTRANSFER:
parameter_handle = rrc_ul_ccch_handle;
break;
default:
break;
}
if (parameter_handle)
call_dissector(parameter_handle, parameter_tvb, %(ACTX)s->pinfo, tree);
#.END
#.FN_PARS PrivateIE-ID/global FN_VARIANT = _str VAL_PTR = &rnsap_get_private_data(actx->pinfo)->obj_id
#.FN_BODY RANAP-RelocationInformation VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
/* Calling RANAP dissector but preventing changes to the protocol column */
col_set_writable(actx->pinfo->cinfo, COL_PROTOCOL, FALSE);
call_dissector_only(ranap_handle, parameter_tvb, actx->pinfo, tree, NULL);
col_set_writable(actx->pinfo->cinfo, COL_PROTOCOL, TRUE);
#.TYPE_ATTR
BLER TYPE = FT_INT32 DISPLAY = BASE_DEC STRINGS = NULL
#.END
#.FN_BODY BindingID VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
guint16 binding_id_port;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
# BindingID ::= OCTET STRING (SIZE (1..4,...))
# -- If the Binding ID includes an UDP port, the UDP port is included in octet 1 and 2.
if(tvb_reported_length(parameter_tvb)>=2){
binding_id_port = tvb_get_ntohs(parameter_tvb,0);
proto_item_append_text(actx->created_item, " (%%u)",binding_id_port);
}
#.FN_BODY TransportLayerAddress VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
proto_item *item;
proto_tree *subtree, *nsap_tree;
guint8 *padded_nsap_bytes;
tvbuff_t *nsap_tvb;
gint tvb_len;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
/* Get the length */
tvb_len = tvb_reported_length(parameter_tvb);
subtree = proto_item_add_subtree(actx->created_item, ett_rnsap_transportLayerAddress);
if (tvb_len == 4){
/* IPv4 */
proto_tree_add_item(subtree, hf_rnsap_transportLayerAddress_ipv4, parameter_tvb, 0, tvb_len, ENC_BIG_ENDIAN);
}
if (tvb_len == 16){
/* IPv6 */
proto_tree_add_item(subtree, hf_rnsap_transportLayerAddress_ipv6, parameter_tvb, 0, tvb_len, ENC_NA);
}
if (tvb_len == 20 || tvb_len == 7){
/* NSAP */
if (tvb_len == 7){
/* Unpadded IPv4 NSAP */
/* Creating a new TVB with padding */
padded_nsap_bytes = (guint8*) wmem_alloc0(actx->pinfo->pool, 20);
tvb_memcpy(parameter_tvb, padded_nsap_bytes, 0, tvb_len);
nsap_tvb = tvb_new_child_real_data(tvb, padded_nsap_bytes, 20, 20);
add_new_data_source(actx->pinfo, nsap_tvb, "Padded NSAP Data");
}else{
/* Padded NSAP*/
nsap_tvb = parameter_tvb;
}
item = proto_tree_add_item(subtree, hf_rnsap_transportLayerAddress_nsap, parameter_tvb, 0, tvb_len, ENC_NA);
nsap_tree = proto_item_add_subtree(item, ett_rnsap_transportLayerAddress_nsap);
dissect_nsap(nsap_tvb, 0, 20, nsap_tree);
}
#.TYPE_ATTR
LAC TYPE = FT_UINT16 DISPLAY = BASE_DEC_HEX
#.FN_BODY LAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
RAC TYPE = FT_UINT8 DISPLAY = BASE_DEC_HEX
#.FN_BODY RAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 1, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
SAC TYPE = FT_UINT16 DISPLAY = BASE_DEC_HEX
#.FN_BODY SAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
TAC TYPE = FT_UINT16 DISPLAY = BASE_DEC_HEX
#.FN_BODY TAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.REGISTER
#RNSAP-PROTOCOL-IES
RTLoadValue N rnsap.ies id-RTLoadValue
NRTLoadInformationValue N rnsap.ies id-NRTLoadInformationValue
UpPTSInterferenceValue N rnsap.ies id-UpPTSInterferenceValue
TUTRANGANSSMeasurementValueInformation N rnsap.ies id-TUTRANGANSSMeasurementValueInformation
Rx-Timing-Deviation-Value-LCR N rnsap.ies id-Rx-Timing-Deviation-Value-LCR
Angle-Of-Arrival-Value-LCR N rnsap.ies id-Angle-Of-Arrival-Value-LCR
HS-SICH-Reception-Quality-Value N rnsap.ies id-HS-SICH-Reception-Quality
Rx-Timing-Deviation-Value-768 N rnsap.ies id-Rx-Timing-Deviation-Value-768
Rx-Timing-Deviation-Value-ext N rnsap.ies id-Rx-Timing-Deviation-Value-ext
Extended-Round-Trip-Time-Value N rnsap.ies id-Extended-Round-Trip-Time-Value
IPDL-TDD-ParametersLCR N rnsap.ies id-IPDL-TDD-ParametersLCR
Load-Value-IncrDecrThres N rnsap.ies id-Load-Value-IncrDecrThres
Transmitted-Carrier-Power-Value-IncrDecrThres N rnsap.ies id-Transmitted-Carrier-Power-Value-IncrDecrThres
Received-Total-Wideband-Power-Value-IncrDecrThres N rnsap.ies id-Received-Total-Wideband-Power-Value-IncrDecrThres
UL-Timeslot-ISCP-Value-IncrDecrThres N rnsap.ies id-UL-Timeslot-ISCP-Value-IncrDecrThres
RT-Load-Value-IncrDecrThres N rnsap.ies id-RT-Load-Value-IncrDecrThres
NRT-Load-Information-Value-IncrDecrThres N rnsap.ies id-NRT-Load-Information-Value-IncrDecrThres
TUTRANGPSMeasurementThresholdInformation N rnsap.ies id-TUTRANGPSMeasurementThresholdInformation
SFNSFNMeasurementThresholdInformation N rnsap.ies id-SFNSFNMeasurementThresholdInformation
Load-Value N rnsap.ies id-Load-Value
Transmitted-Carrier-Power-Value N rnsap.ies id-Transmitted-Carrier-Power-Value
Received-Total-Wideband-Power-Value N rnsap.ies id-Received-Total-Wideband-Power-Value
UL-Timeslot-ISCP-Value N rnsap.ies id-UL-Timeslot-ISCP-Value
RT-Load-Value N rnsap.ies id-RT-Load-Value
NRT-Load-Information-Value N rnsap.ies id-NRT-Load-Information-Value
HS-SICH-Reception-Quality-Measurement-Value N rnsap.ies id-HS-SICH-Reception-Quality-Measurement-Value
TUTRANGANSSMeasurementThresholdInformation N rnsap.ies id-TUTRANGANSSMeasurementThresholdInformation
Neighbouring-UMTS-CellInformationItem N rnsap.ies id-Neighbouring-UMTS-CellInformationItem
Neighbouring-GSM-CellInformationIEs N rnsap.ies id-Neighbouring-GSM-CellInformation
OnModification N rnsap.ies id-OnModification
RNC-ID N rnsap.ies id-SRNC-ID
S-RNTI N rnsap.ies id-S-RNTI
D-RNTI N rnsap.ies id-D-RNTI
AllowedQueuingTime N rnsap.ies id-AllowedQueuingTime
UL-DPCH-Information-RL-SetupRqstFDD N rnsap.ies id-UL-DPCH-Information-RL-SetupRqstFDD
DL-DPCH-Information-RL-SetupRqstFDD N rnsap.ies id-DL-DPCH-Information-RL-SetupRqstFDD
DCH-FDD-Information N rnsap.ies id-DCH-FDD-Information
RL-InformationList-RL-SetupRqstFDD N rnsap.ies id-RL-Information-RL-SetupRqstFDD
Transmission-Gap-Pattern-Sequence-Information N rnsap.ies id-Transmission-Gap-Pattern-Sequence-Information
Active-Pattern-Sequence-Information N rnsap.ies id-Active-Pattern-Sequence-Information
RL-InformationItem-RL-SetupRqstFDD N rnsap.ies id-RL-InformationItem-RL-SetupRqstFDD
UL-Physical-Channel-Information-RL-SetupRqstTDD N rnsap.ies id-UL-Physical-Channel-Information-RL-SetupRqstTDD
DL-Physical-Channel-Information-RL-SetupRqstTDD N rnsap.ies id-DL-Physical-Channel-Information-RL-SetupRqstTDD
UL-CCTrCH-InformationList-RL-SetupRqstTDD N rnsap.ies id-UL-CCTrCH-InformationList-RL-SetupRqstTDD
DL-CCTrCH-InformationList-RL-SetupRqstTDD N rnsap.ies id-DL-CCTrCH-InformationList-RL-SetupRqstTDD
DCH-TDD-Information N rnsap.ies id-DCH-TDD-Information
DSCH-TDD-Information N rnsap.ies id-DSCH-TDD-Information
USCH-Information N rnsap.ies id-USCH-Information
RL-Information-RL-SetupRqstTDD N rnsap.ies id-RL-Information-RL-SetupRqstTDD
UL-CCTrCH-InformationItem-RL-SetupRqstTDD N rnsap.ies id-UL-CCTrCH-InformationItem-RL-SetupRqstTDD
DL-CCTrCH-InformationItem-RL-SetupRqstTDD N rnsap.ies id-DL-CCTrCH-InformationItem-RL-SetupRqstTDD
CN-PS-DomainIdentifier N rnsap.ies id-CN-PS-DomainIdentifier
CN-CS-DomainIdentifier N rnsap.ies id-CN-CS-DomainIdentifier
RL-InformationResponseList-RL-SetupRspFDD N rnsap.ies id-RL-InformationResponseList-RL-SetupRspFDD
UL-SIR N rnsap.ies id-UL-SIRTarget
CriticalityDiagnostics N rnsap.ies id-CriticalityDiagnostics
RL-InformationResponseItem-RL-SetupRspFDD N rnsap.ies id-RL-InformationResponseItem-RL-SetupRspFDD
RL-InformationResponse-RL-SetupRspTDD N rnsap.ies id-RL-InformationResponse-RL-SetupRspTDD
UL-CCTrCHInformationListIE-RL-SetupRspTDD N rnsap.ies id-UL-CCTrCH-InformationListIE-RL-SetupRspTDD
UL-DPCH-InformationItem-RL-SetupRspTDD N rnsap.ies id-UL-DPCH-InformationItem-RL-SetupRspTDD
DL-CCTrCHInformationListIE-RL-SetupRspTDD N rnsap.ies id-DL-CCTrCH-InformationListIE-RL-SetupRspTDD
DL-DPCH-InformationItem-RL-SetupRspTDD N rnsap.ies id-DL-DPCH-InformationItem-RL-SetupRspTDD
DCH-InformationResponse N rnsap.ies id-DCH-InformationResponse
DSCH-InformationListIEs-RL-SetupRspTDD N rnsap.ies id-DSCH-InformationListIEs-RL-SetupRspTDD
USCH-InformationListIEs-RL-SetupRspTDD N rnsap.ies id-USCH-InformationListIEs-RL-SetupRspTDD
UL-LCR-CCTrCHInformationListIE-RL-SetupRspTDD N rnsap.ies id-UL-CCTrCH-LCR-InformationListIE-RL-SetupRspTDD
UL-DPCH-LCR-InformationItem-RL-SetupRspTDD N rnsap.ies id-UL-DPCH-LCR-InformationItem-RL-SetupRspTDD
DL-CCTrCH-LCR-InformationListIE-RL-SetupRspTDD N rnsap.ies id-DL-CCTrCH-LCR-InformationListIE-RL-SetupRspTDD
DL-DPCH-LCR-InformationItem-RL-SetupRspTDD N rnsap.ies id-DL-DPCH-LCR-InformationItem-RL-SetupRspTDD
DSCH-LCR-InformationListIEs-RL-SetupRspTDD N rnsap.ies id-DSCH-LCR-InformationListIEs-RL-SetupRspTDD
USCH-LCR-InformationListIEs-RL-SetupRspTDD N rnsap.ies id-USCH-LCR-InformationListIEs-RL-SetupRspTDD
UL-CCTrCHInformationListIE-RL-SetupRspTDD768 N rnsap.ies id-UL-CCTrCH-InformationListIE-RL-SetupRspTDD768
UL-DPCH-InformationItem-RL-SetupRspTDD768 N rnsap.ies id-UL-DPCH-InformationItem-RL-SetupRspTDD768
DL-CCTrCHInformationListIE-RL-SetupRspTDD768 N rnsap.ies id-DL-CCTrCH-InformationListIE-RL-SetupRspTDD768
DL-DPCH-InformationItem-RL-SetupRspTDD768 N rnsap.ies id-DL-DPCH-InformationItem-RL-SetupRspTDD768
CauseLevel-RL-SetupFailureFDD N rnsap.ies id-CauseLevel-RL-SetupFailureFDD
UnsuccessfulRL-InformationResponse-RL-SetupFailureFDD N rnsap.ies id-UnsuccessfulRL-InformationResponse-RL-SetupFailureFDD
SuccessfulRL-InformationResponse-RL-SetupFailureFDD N rnsap.ies id-SuccessfulRL-InformationResponse-RL-SetupFailureFDD
CauseLevel-RL-SetupFailureTDD N rnsap.ies id-CauseLevel-RL-SetupFailureTDD
UnsuccessfulRL-InformationResponse-RL-SetupFailureTDD N rnsap.ies id-UnsuccessfulRL-InformationResponse-RL-SetupFailureTDD
RL-InformationList-RL-AdditionRqstFDD N rnsap.ies id-RL-InformationList-RL-AdditionRqstFDD
RL-Information-RL-AdditionRqstFDD N rnsap.ies id-RL-Information-RL-AdditionRqstFDD
RL-Information-RL-AdditionRqstTDD N rnsap.ies id-RL-Information-RL-AdditionRqstTDD
UL-CCTrCH-InformationItem-RL-AdditionRqstTDD N rnsap.ies id-UL-CCTrCH-InformationItem-RL-AdditionRqstTDD
DL-CCTrCH-InformationItem-RL-AdditionRqstTDD N rnsap.ies id-DL-CCTrCH-InformationItem-RL-AdditionRqstTDD
RL-InformationResponseList-RL-AdditionRspFDD N rnsap.ies id-RL-InformationResponseList-RL-AdditionRspFDD
RL-InformationResponseItem-RL-AdditionRspFDD N rnsap.ies id-RL-InformationResponseItem-RL-AdditionRspFDD
FDD-DL-CodeInformation N rnsap.ies id-FDD-DL-CodeInformation
RL-InformationResponse-RL-AdditionRspTDD N rnsap.ies id-RL-InformationResponse-RL-AdditionRspTDD
UL-CCTrCHInformationListIE-RL-AdditionRspTDD N rnsap.ies id-UL-CCTrCH-InformationListIE-RL-AdditionRspTDD
UL-DPCH-InformationItem-RL-AdditionRspTDD N rnsap.ies id-UL-DPCH-InformationItem-RL-AdditionRspTDD
DL-CCTrCHInformationListIE-RL-AdditionRspTDD N rnsap.ies id-DL-CCTrCH-InformationListIE-RL-AdditionRspTDD
DL-DPCH-InformationItem-RL-AdditionRspTDD N rnsap.ies id-DL-DPCH-InformationItem-RL-AdditionRspTDD
DSCH-InformationListIE-RL-AdditionRspTDD N rnsap.ies id-DSCH-InformationListIE-RL-AdditionRspTDD
USCH-InformationListIE-RL-AdditionRspTDD N rnsap.ies id-USCH-InformationListIE-RL-AdditionRspTDD
UL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD N rnsap.ies id-UL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD
UL-DPCH-LCR-InformationItem-RL-AdditionRspTDD N rnsap.ies id-UL-DPCH-LCR-InformationItem-RL-AdditionRspTDD
DL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD N rnsap.ies id-DL-CCTrCH-LCR-InformationListIE-RL-AdditionRspTDD
DL-DPCH-LCR-InformationItem-RL-AdditionRspTDD N rnsap.ies id-DL-DPCH-LCR-InformationItem-RL-AdditionRspTDD
DSCH-LCR-InformationListIEs-RL-AdditionRspTDD N rnsap.ies id-DSCH-LCR-InformationListIEs-RL-AdditionRspTDD
USCH-LCR-InformationListIEs-RL-AdditionRspTDD N rnsap.ies id-USCH-LCR-InformationListIEs-RL-AdditionRspTDD
UL-CCTrCHInformationListIE-RL-AdditionRspTDD768 N rnsap.ies id-UL-CCTrCH-InformationListIE-RL-AdditionRspTDD768
UL-DPCH-InformationItem-RL-AdditionRspTDD768 N rnsap.ies id-UL-DPCH-InformationItem-RL-AdditionRspTDD768
DL-CCTrCHInformationListIE-RL-AdditionRspTDD768 N rnsap.ies id-DL-CCTrCH-InformationListIE-RL-AdditionRspTDD768
DL-DPCH-InformationItem-RL-AdditionRspTDD768 N rnsap.ies id-DL-DPCH-InformationItem-RL-AdditionRspTDD768
CauseLevel-RL-AdditionFailureFDD N rnsap.ies id-CauseLevel-RL-AdditionFailureFDD
UnsuccessfulRL-InformationResponse-RL-AdditionFailureFDD N rnsap.ies id-UnsuccessfulRL-InformationResponse-RL-AdditionFailureFDD
SuccessfulRL-InformationResponse-RL-AdditionFailureFDD N rnsap.ies id-SuccessfulRL-InformationResponse-RL-AdditionFailureFDD
CauseLevel-RL-AdditionFailureTDD N rnsap.ies id-CauseLevel-RL-AdditionFailureTDD
UnsuccessfulRL-InformationResponse-RL-AdditionFailureTDD N rnsap.ies id-UnsuccessfulRL-InformationResponse-RL-AdditionFailureTDD
RL-InformationList-RL-DeletionRqst N rnsap.ies id-RL-InformationList-RL-DeletionRqst
RL-Information-RL-DeletionRqst N rnsap.ies id-RL-Information-RL-DeletionRqst
UL-DPCH-Information-RL-ReconfPrepFDD N rnsap.ies id-UL-DPCH-Information-RL-ReconfPrepFDD
DL-DPCH-Information-RL-ReconfPrepFDD N rnsap.ies id-DL-DPCH-Information-RL-ReconfPrepFDD
FDD-DCHs-to-Modify N rnsap.ies id-FDD-DCHs-to-Modify
DCH-FDD-Information N rnsap.ies id-DCHs-to-Add-FDD
DCH-DeleteList-RL-ReconfPrepFDD N rnsap.ies id-DCH-DeleteList-RL-ReconfPrepFDD
RL-InformationList-RL-ReconfPrepFDD N rnsap.ies id-RL-InformationList-RL-ReconfPrepFDD
RL-Information-RL-ReconfPrepFDD N rnsap.ies id-RL-Information-RL-ReconfPrepFDD
UL-CCTrCH-InformationAddList-RL-ReconfPrepTDD N rnsap.ies id-UL-CCTrCH-InformationAddList-RL-ReconfPrepTDD
UL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD N rnsap.ies id-UL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD
UL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD N rnsap.ies id-UL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD
DL-CCTrCH-InformationAddList-RL-ReconfPrepTDD N rnsap.ies id-DL-CCTrCH-InformationAddList-RL-ReconfPrepTDD
DL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD N rnsap.ies id-DL-CCTrCH-InformationModifyList-RL-ReconfPrepTDD
DL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD N rnsap.ies id-DL-CCTrCH-InformationDeleteList-RL-ReconfPrepTDD
TDD-DCHs-to-Modify N rnsap.ies id-TDD-DCHs-to-Modify
DCH-TDD-Information N rnsap.ies id-DCHs-to-Add-TDD
DCH-DeleteList-RL-ReconfPrepTDD N rnsap.ies id-DCH-DeleteList-RL-ReconfPrepTDD
DSCH-ModifyList-RL-ReconfPrepTDD N rnsap.ies id-DSCH-ModifyList-RL-ReconfPrepTDD
DSCH-TDD-Information N rnsap.ies id-DSCHs-to-Add-TDD
DSCH-DeleteList-RL-ReconfPrepTDD N rnsap.ies id-DSCH-DeleteList-RL-ReconfPrepTDD
USCH-ModifyList-RL-ReconfPrepTDD N rnsap.ies id-USCH-ModifyList-RL-ReconfPrepTDD
USCH-Information N rnsap.ies id-USCHs-to-Add
USCH-DeleteList-RL-ReconfPrepTDD N rnsap.ies id-USCH-DeleteList-RL-ReconfPrepTDD
UL-CCTrCH-AddInformation-RL-ReconfPrepTDD N rnsap.ies id-UL-CCTrCH-AddInformation-RL-ReconfPrepTDD
UL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD N rnsap.ies id-UL-CCTrCH-ModifyInformation-RL-ReconfPrepTDD
UL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD N rnsap.ies id-UL-CCTrCH-DeleteInformation-RL-ReconfPrepTDD
DL-CCTrCH-InformationAddItem-RL-ReconfPrepTDD N rnsap.ies id-DL-CCTrCH-InformationAddItem-RL-ReconfPrepTDD
DL-CCTrCH-InformationModifyItem-RL-ReconfPrepTDD N rnsap.ies id-DL-CCTrCH-InformationModifyItem-RL-ReconfPrepTDD
DL-CCTrCH-InformationDeleteItem-RL-ReconfPrepTDD N rnsap.ies id-DL-CCTrCH-InformationDeleteItem-RL-ReconfPrepTDD
RL-InformationResponseList-RL-ReconfReadyFDD N rnsap.ies id-RL-InformationResponseList-RL-ReconfReadyFDD
RL-InformationResponseItem-RL-ReconfReadyFDD N rnsap.ies id-RL-InformationResponseItem-RL-ReconfReadyFDD
UL-CCTrCHInformationListIE-RL-ReconfReadyTDD N rnsap.ies id-UL-CCTrCH-InformationListIE-RL-ReconfReadyTDD
UL-DPCH-InformationAddListIE-RL-ReconfReadyTDD N rnsap.ies id-UL-DPCH-InformationAddListIE-RL-ReconfReadyTDD
UL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD N rnsap.ies id-UL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD
UL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD N rnsap.ies id-UL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD
DL-CCTrCHInformationListIE-RL-ReconfReadyTDD N rnsap.ies id-DL-CCTrCH-InformationListIE-RL-ReconfReadyTDD
DL-DPCH-InformationAddListIE-RL-ReconfReadyTDD N rnsap.ies id-DL-DPCH-InformationAddListIE-RL-ReconfReadyTDD
DL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD N rnsap.ies id-DL-DPCH-InformationModifyListIE-RL-ReconfReadyTDD
DL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD N rnsap.ies id-DL-DPCH-InformationDeleteListIE-RL-ReconfReadyTDD
DSCHToBeAddedOrModifiedList-RL-ReconfReadyTDD N rnsap.ies id-DSCHToBeAddedOrModifiedList-RL-ReconfReadyTDD
USCHToBeAddedOrModifiedList-RL-ReconfReadyTDD N rnsap.ies id-USCHToBeAddedOrModifiedList-RL-ReconfReadyTDD
CFN N rnsap.ies id-CFN
CauseLevel-RL-ReconfFailure N rnsap.ies id-CauseLevel-RL-ReconfFailure
RL-ReconfigurationFailure-RL-ReconfFail N rnsap.ies id-RL-ReconfigurationFailure-RL-ReconfFail
UL-DPCH-Information-RL-ReconfRqstFDD N rnsap.ies id-UL-DPCH-Information-RL-ReconfRqstFDD
DL-DPCH-Information-RL-ReconfRqstFDD N rnsap.ies id-DL-DPCH-Information-RL-ReconfRqstFDD
DCH-DeleteList-RL-ReconfRqstFDD N rnsap.ies id-DCH-DeleteList-RL-ReconfRqstFDD
RL-ReconfigurationRequestFDD-RL-Information-IEs N rnsap.ies id-RL-ReconfigurationRequestFDD-RL-Information-IEs
UL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD N rnsap.ies id-UL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD
UL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD N rnsap.ies id-UL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD
DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD N rnsap.ies id-DL-CCTrCH-InformationModifyList-RL-ReconfRqstTDD
DL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD N rnsap.ies id-DL-CCTrCH-InformationDeleteList-RL-ReconfRqstTDD
DCH-DeleteList-RL-ReconfRqstTDD N rnsap.ies id-DCH-DeleteList-RL-ReconfRqstTDD
UL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD N rnsap.ies id-UL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD
UL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD N rnsap.ies id-UL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD
DL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD N rnsap.ies id-DL-CCTrCH-InformationModifyItem-RL-ReconfRqstTDD
DL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD N rnsap.ies id-DL-CCTrCH-InformationDeleteItem-RL-ReconfRqstTDD
RL-InformationResponseList-RL-ReconfRspFDD N rnsap.ies id-RL-InformationResponseList-RL-ReconfRspFDD
RL-InformationResponseItem-RL-ReconfRspFDD N rnsap.ies id-RL-InformationResponseItem-RL-ReconfRspFDD
RL-InformationResponse-RL-ReconfRspTDD N rnsap.ies id-RL-InformationResponse-RL-ReconfRspTDD
DL-DPCH-InformationModifyItem-LCR-RL-ReconfRspTDD N rnsap.ies id-DL-DPCH-InformationModifyItem-LCR-RL-ReconfRspTDD
Reporting-Object-RL-FailureInd N rnsap.ies id-Reporting-Object-RL-FailureInd
RL-Information-RL-FailureInd N rnsap.ies id-RL-Information-RL-FailureInd
RL-Set-Information-RL-FailureInd N rnsap.ies id-RL-Set-Information-RL-FailureInd
CCTrCH-InformationItem-RL-FailureInd N rnsap.ies id-CCTrCH-InformationItem-RL-FailureInd
RL-InformationList-RL-PreemptRequiredInd N rnsap.ies id-RL-InformationList-RL-PreemptRequiredInd
RL-InformationItem-RL-PreemptRequiredInd N rnsap.ies id-RL-InformationItem-RL-PreemptRequiredInd
HSDSCHMacdFlowSpecificInformationItem-RL-PreemptRequiredInd N rnsap.ies id-HSDSCHMacdFlowSpecificInformationItem-RL-PreemptRequiredInd
EDCH-MacdFlowSpecificInformationItem-RL-PreemptRequiredInd N rnsap.ies id-EDCH-MacdFlowSpecificInformationItem-RL-PreemptRequiredInd
Reporting-Object-RL-RestoreInd N rnsap.ies id-Reporing-Object-RL-RestoreInd
RL-Information-RL-RestoreInd N rnsap.ies id-RL-Information-RL-RestoreInd
RL-Set-Information-RL-RestoreInd N rnsap.ies id-RL-Set-Information-RL-RestoreInd
CCTrCH-InformationItem-RL-RestoreInd N rnsap.ies id-CCTrCH-InformationItem-RL-RestoreInd
PowerAdjustmentType N rnsap.ies id-PowerAdjustmentType
DL-Power N rnsap.ies id-DLReferencePower
InnerLoopDLPCStatus N rnsap.ies id-InnerLoopDLPCStatus
DL-ReferencePowerInformationList-DL-PC-Rqst N rnsap.ies id-DLReferencePowerList-DL-PC-Rqst
MaxAdjustmentStep N rnsap.ies id-MaxAdjustmentStep
AdjustmentPeriod N rnsap.ies id-AdjustmentPeriod
ScaledAdjustmentRatio N rnsap.ies id-AdjustmentRatio
DL-ReferencePowerInformation-DL-PC-Rqst N rnsap.ies id-DL-ReferencePowerInformation-DL-PC-Rqst
DL-TimeSlot-ISCP-Info N rnsap.ies id-timeSlot-ISCP
RL-Information-PhyChReconfRqstFDD N rnsap.ies id-RL-Information-PhyChReconfRqstFDD
RL-Information-PhyChReconfRqstTDD N rnsap.ies id-RL-Information-PhyChReconfRqstTDD
UL-CCTrCH-InformationListIE-PhyChReconfRqstTDD N rnsap.ies id-UL-CCTrCH-InformationListIE-PhyChReconfRqstTDD
UL-DPCH-InformationItem-PhyChReconfRqstTDD N rnsap.ies id-UL-DPCH-InformationItem-PhyChReconfRqstTDD
DL-CCTrCH-InformationListIE-PhyChReconfRqstTDD N rnsap.ies id-DL-CCTrCH-InformationListIE-PhyChReconfRqstTDD
DL-DPCH-InformationItem-PhyChReconfRqstTDD N rnsap.ies id-DL-DPCH-InformationItem-PhyChReconfRqstTDD
Cause N rnsap.ies id-Cause
CongestionCause N rnsap.ies id-CongestionCause
RL-InformationList-RL-CongestInd N rnsap.ies id-RL-InformationList-RL-CongestInd
RL-InformationItem-RL-CongestInd N rnsap.ies id-RL-InformationItem-RL-CongestInd
DCH-Rate-InformationItem-RL-CongestInd N rnsap.ies id-DCH-Rate-InformationItem-RL-CongestInd
EDCH-MacdFlowSpecificInformationItem-RL-CongestInd N rnsap.ies id-EDCH-MacdFlowSpecificInformationItem-RL-CongestInd
UC-ID N rnsap.ies id-UC-ID
SAI N rnsap.ies id-SAI
GA-Cell N rnsap.ies id-GA-Cell
C-RNTI N rnsap.ies id-C-RNTI
PropagationDelay N rnsap.ies id-PropagationDelay
STTD-SupportIndicator N rnsap.ies id-STTD-SupportIndicator
ClosedLoopMode1-SupportIndicator N rnsap.ies id-ClosedLoopMode1-SupportIndicator
L3-Information N rnsap.ies id-L3-Information
URA-Information N rnsap.ies id-URA-Information
RxTimingDeviationForTA N rnsap.ies id-RxTimingDeviationForTA
C-ID N rnsap.ies id-C-ID
D-RNTI-ReleaseIndication N rnsap.ies id-D-RNTI-ReleaseIndication
RANAP-RelocationInformation N rnsap.ies id-RANAP-RelocationInformation
PagingArea-PagingRqst N rnsap.ies id-PagingArea-PagingRqst
IMSI N rnsap.ies id-IMSI
DRXCycleLengthCoefficient N rnsap.ies id-DRXCycleLengthCoefficient
CNOriginatedPage-PagingRqst N rnsap.ies id-CNOriginatedPage-PagingRqst
MeasurementID N rnsap.ies id-MeasurementID
DedicatedMeasurementObjectType-DM-Rqst N rnsap.ies id-DedicatedMeasurementObjectType-DM-Rqst
DedicatedMeasurementType N rnsap.ies id-DedicatedMeasurementType
MeasurementFilterCoefficient N rnsap.ies id-MeasurementFilterCoefficient
ReportCharacteristics N rnsap.ies id-ReportCharacteristics
FNReportingIndicator N rnsap.ies id-CFNReportingIndicator
RL-InformationItem-DM-Rqst N rnsap.ies id-RL-InformationItem-DM-Rqst
RL-Set-InformationItem-DM-Rqst N rnsap.ies id-RL-Set-InformationItem-DM-Rqst
DedicatedMeasurementObjectType-DM-Rsp N rnsap.ies id-DedicatedMeasurementObjectType-DM-Rsp
RL-InformationItem-DM-Rsp N rnsap.ies id-RL-InformationItem-DM-Rsp
RL-Set-InformationItem-DM-Rsp N rnsap.ies id-RL-Set-InformationItem-DM-Rsp
RL-Unsuccessful-InformationItem-DM-Fail N rnsap.ies id-RL-Unsuccessful-InformationItem-DM-Fail
RL-Successful-InformationItem-DM-Fail N rnsap.ies id-RL-Successful-InformationItem-DM-Fail
RL-Set-Unsuccessful-InformationItem-DM-Fail N rnsap.ies id-RL-Set-Unsuccessful-InformationItem-DM-Fail
RL-Set-Successful-InformationItem-DM-Fail N rnsap.ies id-RL-Set-Successful-InformationItem-DM-Fail
DedicatedMeasurementObjectType-DM-Rprt N rnsap.ies id-DedicatedMeasurementObjectType-DM-Rprt
RL-InformationItem-DM-Rprt N rnsap.ies id-RL-InformationItem-DM-Rprt
RL-Set-InformationItem-DM-Rprt N rnsap.ies id-RL-Set-InformationItem-DM-Rprt
RL-Unsuccessful-InformationItem-DM-Fail-Ind N rnsap.ies id-RL-Unsuccessful-InformationItem-DM-Fail-Ind
RL-Set-Unsuccessful-InformationItem-DM-Fail-Ind N rnsap.ies id-RL-Set-Unsuccessful-InformationItem-DM-Fail-Ind
TransportBearerRequestIndicator N rnsap.ies id-TransportBearerRequestIndicator
TransportBearerID N rnsap.ies id-TransportBearerID
FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspFDD N rnsap.ies id-FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspFDD
TransportLayerAddress N rnsap.ies id-TransportLayerAddress
BindingID N rnsap.ies id-BindingID
FACH-FlowControlInformation N rnsap.ies id-FACH-FlowControlInformation
FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspTDD N rnsap.ies id-FACH-InfoForUESelectedS-CCPCH-CTCH-ResourceRspTDD
CommonMeasurementObjectType-CM-Rqst N rnsap.ies id-CommonMeasurementObjectType-CM-Rqst
CommonMeasurementType N rnsap.ies id-CommonMeasurementType
FNReportingIndicator N rnsap.ies id-SFNReportingIndicator
SFN N rnsap.ies id-SFN
CommonMeasurementAccuracy N rnsap.ies id-CommonMeasurementAccuracy
NeighbouringTDDCellMeasurementInformationLCR N rnsap.ies id-neighbouringTDDCellMeasurementInformationLCR
NeighbouringTDDCellMeasurementInformation768 N rnsap.ies id-neighbouringTDDCellMeasurementInformation768
CommonMeasurementObjectType-CM-Rsp N rnsap.ies id-CommonMeasurementObjectType-CM-Rsp
CommonMeasurementObjectType-CM-Rprt N rnsap.ies id-CommonMeasurementObjectType-CM-Rprt
InformationExchangeID N rnsap.ies id-InformationExchangeID
InformationExchangeObjectType-InfEx-Rqst N rnsap.ies id-InformationExchangeObjectType-InfEx-Rqst
InformationType N rnsap.ies id-InformationType
InformationReportCharacteristics N rnsap.ies id-InformationReportCharacteristics
GSM-Cell-InfEx-Rqst N rnsap.ies id-GSM-Cell-InfEx-Rqst
MBMS-Bearer-Service-List N rnsap.ies id-MBMS-Bearer-Service-List
InformationExchangeObjectType-InfEx-Rsp N rnsap.ies id-InformationExchangeObjectType-InfEx-Rsp
MBMS-Bearer-Service-List-InfEx-Rsp N rnsap.ies id-MBMS-Bearer-Service-List-InfEx-Rsp
InformationExchangeObjectType-InfEx-Rprt N rnsap.ies id-InformationExchangeObjectType-InfEx-Rprt
RNC-ID N rnsap.ies id-RNC-ID
ResetIndicator N rnsap.ies id-ResetIndicator
ContextInfoItem-Reset N rnsap.ies id-ContextInfoItem-Reset
ContextGroupInfoItem-Reset N rnsap.ies id-ContextGroupInfoItem-Reset
DelayedActivationInformationList-RL-ActivationCmdFDD N rnsap.ies id-DelayedActivationList-RL-ActivationCmdFDD
DelayedActivationInformation-RL-ActivationCmdFDD N rnsap.ies id-DelayedActivationInformation-RL-ActivationCmdFDD
DelayedActivationInformationList-RL-ActivationCmdTDD N rnsap.ies id-DelayedActivationList-RL-ActivationCmdTDD
DelayedActivationInformation-RL-ActivationCmdTDD N rnsap.ies id-DelayedActivationInformation-RL-ActivationCmdTDD
HSDSCH-FDD-Update-Information N rnsap.ies id-HSDSCH-FDD-Update-Information
RL-ParameterUpdateIndicationFDD-RL-InformationList N rnsap.ies id-RL-ParameterUpdateIndicationFDD-RL-InformationList
RL-ParameterUpdateIndicationFDD-RL-Information-Item N rnsap.ies id-RL-ParameterUpdateIndicationFDD-RL-Information-Item
HSDSCH-TDD-Update-Information N rnsap.ies id-HSDSCH-TDD-Update-Information
UEMeasurementType N rnsap.ies id-UEMeasurementType
UEMeasurementTimeslotInfoHCR N rnsap.ies id-UEMeasurementTimeslotInfoHCR
UEMeasurementTimeslotInfoLCR N rnsap.ies id-UEMeasurementTimeslotInfoLCR
UEMeasurementReportCharacteristics N rnsap.ies id-UEMeasurementReportCharacteristics
UEMeasurementParameterModAllow N rnsap.ies id-UEMeasurementParameterModAllow
UEMeasurementValueInformation N rnsap.ies id-UEMeasurementValueInformation
TraceReference N rnsap.ies id-TraceReference
UEIdentity N rnsap.ies id-UEIdentity
TraceRecordingSessionReference N rnsap.ies id-TraceRecordingSessionReference
ListOfInterfacesToTrace N rnsap.ies id-ListOfInterfacesToTrace
TraceDepth N rnsap.ies id-TraceDepth
InterfacesToTraceItem N rnsap.ies id-InterfacesToTraceItem
UE-State N rnsap.ies id-UE-State
ProvidedInformation N rnsap.ies id-ProvidedInformation
Neighbouring-UMTS-CellInformationExtensionItem N rnsap.ies id-Neighbouring-UMTS-CellInformationExtensionItem
Control-Type-InformationTransferControlReq N rnsap.ies id-Control-Type-InformationTransferControlReq
UMTS-Cell-Info N rnsap.ies id-UMTS-Cells-Info
ANR-Cell-InfEx-Rqst N rnsap.ies id-ANR-Cell-InfEx-Rqst
ANR-Cell-InfEx-Rsp N rnsap.ies id-ANR-Cell-InfEx-Rsp
ANR-Cell-Information N rnsap.ies id-ANR-Cell-Information
UE-transmission-power-headroom-Value N rnsap.ies id-UE-transmission-power-headroom
Common-E-RGCH-Cell-InfEx-Rqst N rnsap.ies id-Common-E-RGCH-Cell-InfEx-Rqst
Common-E-RGCH-Cell-InfEx-Rsp N rnsap.ies id-Common-E-RGCH-Cell-InfEx-Rsp
#RNSAP-PROTOCOL-EXTENSION
MessageStructure N rnsap.extension id-MessageStructure
TypeOfError N rnsap.extension id-TypeOfError
TnlQos N rnsap.extension id-TnlQos
Guaranteed-Rate-Information N rnsap.extension id-Guaranteed-Rate-Information
TrafficClass N rnsap.extension id-TrafficClass
Unidirectional-DCH-Indicator N rnsap.extension id-Unidirectional-DCH-Indicator
Allowed-Rate-Information N rnsap.extension id-Allowed-Rate-Information
ExtendedPropagationDelay N rnsap.extension id-ExtendedPropagationDelay
DL-Power N rnsap.extension id-Maximum-DL-Power-TimeslotLCR-InformationItem
DL-Power N rnsap.extension id-Minimum-DL-Power-TimeslotLCR-InformationItem
DSCH-InitialWindowSize N rnsap.extension id-DSCH-InitialWindowSize
BindingID N rnsap.extension id-BindingID
TransportLayerAddress N rnsap.extension id-TransportLayerAddress
E-RGCH-E-HICH-ChannelisationCodeValidityIndicator N rnsap.extension id-E-RGCH-E-HICH-ChannelisationCodeValidityIndicator
E-DCH-PowerOffset-for-SchedulingInfo N rnsap.extension id-E-DCH-PowerOffset-for-SchedulingInfo
TrCH-SrcStatisticsDescr N rnsap.extension id-TrCH-SrcStatisticsDescr
E-DCH-Minimum-Set-E-TFCIValidityIndicator N rnsap.extension id-E-DCH-Minimum-Set-E-TFCIValidityIndicator
E-DCH-MACdFlow-Retransmission-Timer-LCR N rnsap.extension id-eDCH-MACdFlow-Retransmission-Timer-LCR
Satellite-Almanac-Information-ExtItem N rnsap.extension id-Satellite-Almanac-Information-ExtItem
HARQ-Preamble-Mode N rnsap.extension id-HARQ-Preamble-Mode
HSDSCH-MACdPDUSizeFormat N rnsap.extension id-HSDSCH-MACdPDUSizeFormat
User-Plane-Congestion-Fields-Inclusion N rnsap.extension id-User-Plane-Congestion-Fields-Inclusion
HARQ-Preamble-Mode-Activation-Indicator N rnsap.extension id-HARQ-Preamble-Mode-Activation-Indicator
MIMO-InformationResponse N rnsap.extension id-MIMO-InformationResponse
HS-PDSCH-Code-Change-Grant N rnsap.extension id-HS-PDSCH-Code-Change-Grant
MAC-PDU-SizeExtended N rnsap.extension id-MaximumMACdPDU-SizeExtended
Continuous-Packet-Connectivity-HS-SCCH-Less-Information N rnsap.extension id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information
Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response N rnsap.extension id-Continuous-Packet-Connectivity-HS-SCCH-Less-Information-Response
HSSCCH-TDD-Specific-InfoList-Response768 N rnsap.extension id-hSSCCH-TDD-Specific-InfoList-Response768
HSPDSCH-TDD-Specific-InfoList-Response768 N rnsap.extension id-hSPDSCH-TDD-Specific-InfoList-Response768
HS-PDSCH-Code-Change-Indicator N rnsap.extension id-HS-PDSCH-Code-Change-Indicator
GANSS-Information N rnsap.extension id-GANSS-Information
Neighbouring-LCR-TDD-CellInformation N rnsap.extension id-neighbouring-LCR-TDD-CellInformation
Extended-RNC-ID N rnsap.extension id-Extended-RNC-ID
RestrictionStateIndicator N rnsap.extension id-RestrictionStateIndicator
DPC-Mode-Change-SupportIndicator N rnsap.extension id-DPC-Mode-Change-SupportIndicator
CoverageIndicator N rnsap.extension id-CoverageIndicator
AntennaColocationIndicator N rnsap.extension id-AntennaColocationIndicator
HCS-Prio N rnsap.extension id-HCS-Prio
CellCapabilityContainer-FDD N rnsap.extension id-CellCapabilityContainer-FDD
SNA-Information N rnsap.extension id-SNA-Information
FrequencyBandIndicator N rnsap.extension id-FrequencyBandIndicator
GERAN-Cell-Capability N rnsap.extension id-GERAN-Cell-Capability
GERAN-Classmark N rnsap.extension id-GERAN-Classmark
ExtendedGSMCellIndividualOffset N rnsap.extension id-ExtendedGSMCellIndividualOffset
CellCapabilityContainer-TDD N rnsap.extension id-CellCapabilityContainer-TDD
CellCapabilityContainer-TDD768 N rnsap.extension id-CellCapabilityContainer-TDD768
CellCapabilityContainer-TDD-LCR N rnsap.extension id-CellCapabilityContainer-TDD-LCR
Cell-Capacity-Class-Value N rnsap.extension id-Cell-Capacity-Class-Value
NACC-Related-Data N rnsap.extension id-NACC-Related-Data
MBMS-Bearer-Service-Full-Address N rnsap.extension id-MBMS-Bearer-Service-Full-Address
Inter-Frequency-Cell-Information N rnsap.extension id-Inter-Frequency-Cell-Information
GANSS-Common-Data N rnsap.extension id-GANSS-Common-Data
GANSS-Generic-Data N rnsap.extension id-GANSS-Generic-Data
UEMeasurementValueTransmittedPowerList768 N rnsap.extension id-UEMeasurementValueTransmittedPowerList768
UEMeasurementValueTimeslotISCPList768 N rnsap.extension id-UEMeasurementValueTimeslotISCPList768
Extended-RNC-ID N rnsap.extension id-Extended-SRNC-ID
PLCCHinformation N rnsap.extension id-PLCCH-Information-UL-TimeslotLCR-Info
DPC-Mode N rnsap.extension id-DPC-Mode
UL-DPDCHIndicatorEDCH N rnsap.extension id-UL-DPDCHIndicatorEDCH
Enhanced-PrimaryCPICH-EcNo N rnsap.extension id-Enhanced-PrimaryCPICH-EcNo
RL-Specific-DCH-Info N rnsap.extension id-RL-Specific-DCH-Info
DelayedActivation N rnsap.extension id-DelayedActivation
CellPortionID N rnsap.extension id-CellPortionID
RL-Specific-EDCH-Information N rnsap.extension id-RL-Specific-EDCH-Information
EDCH-RL-Indication N rnsap.extension id-EDCH-RL-Indication
Permanent-NAS-UE-Identity N rnsap.extension id-Permanent-NAS-UE-Identity
DL-PowerBalancing-Information N rnsap.extension id-DL-PowerBalancing-Information
HSDSCH-FDD-Information N rnsap.extension id-HSDSCH-FDD-Information
RL-ID N rnsap.extension id-HSPDSCH-RL-ID
MBMS-Bearer-Service-List N rnsap.extension id-MBMS-Bearer-Service-List
EDPCH-Information-FDD N rnsap.extension id-EDPCH-Information
# Double assignments
#EDPCH-Information-RLAdditionReq-FDD N rnsap.extension id-EDPCH-Information
#EDPCH-Information-RLReconfPrepare-FDD N rnsap.extension id-EDPCH-Information
EDCH-FDD-Information N rnsap.extension id-EDCH-FDD-Information
EDCH-Serving-RL N rnsap.extension id-Serving-EDCHRL-Id
F-DPCH-Information-RL-SetupRqstFDD N rnsap.extension id-F-DPCH-Information-RL-SetupRqstFDD
Initial-DL-DPCH-TimingAdjustment-Allowed N rnsap.extension id-Initial-DL-DPCH-TimingAdjustment-Allowed
DCH-Indicator-For-E-DCH-HSDPA-Operation N rnsap.extension id-DCH-Indicator-For-E-DCH-HSDPA-Operation
CFN N rnsap.extension id-Serving-cell-change-CFN
Continuous-Packet-Connectivity-DTX-DRX-Information N rnsap.extension id-Continuous-Packet-Connectivity-DTX-DRX-Information
F-DPCH-SlotFormatSupportRequest N rnsap.extension id-F-DPCH-SlotFormatSupportRequest
Support-8PSK N rnsap.extension id-TDD-Support-8PSK
MinimumSpreadingFactor768 N rnsap.extension id-TDD768-minimumSpreadingFactor-UL
MaxNrDLPhysicalchannelsTS N rnsap.extension id-TDD-maxNrDLPhysicalchannels
Support-PLCCH N rnsap.extension id-TDD-Support-PLCCH
MinimumSpreadingFactor768 N rnsap.extension id-TDD768-minimumSpreadingFactor-DL
MaxNrDLPhysicalchannels768 N rnsap.extension id-TDD768-maxNrDLPhysicalchannels
MaxNrDLPhysicalchannelsTS768 N rnsap.extension id-TDD768-maxNrDLPhysicalchannelsTS
TDD-TPC-UplinkStepSize-LCR N rnsap.extension id-TDD-TPC-UplinkStepSize-LCR-RL-SetupRqstTDD
DL-TimeSlot-ISCP-LCR-Information N rnsap.extension id-DL-Timeslot-ISCP-LCR-Information-RL-SetupRqstTDD
TSTD-Support-Indicator N rnsap.extension id-TSTD-Support-Indicator-RL-SetupRqstTDD
UL-Synchronisation-Parameters-LCR N rnsap.extension id-UL-Synchronisation-Parameters-LCR
PrimaryCCPCH-RSCP-Delta N rnsap.extension id-PrimaryCCPCH-RSCP-Delta
HSDSCH-TDD-Information N rnsap.extension id-HSDSCH-TDD-Information
RL-ID N rnsap.extension id-PDSCH-RL-ID
E-DCH-Information N rnsap.extension id-E-DCH-Information
RL-ID N rnsap.extension id-E-DCH-Serving-RL-ID
E-DCH-768-Information N rnsap.extension id-E-DCH-768-Information
E-DCH-LCR-Information N rnsap.extension id-E-DCH-LCR-Information
GA-CellAdditionalShapes N rnsap.extension id-GA-CellAdditionalShapes
DL-PowerBalancing-ActivationIndicator N rnsap.extension id-DL-PowerBalancing-ActivationIndicator
Primary-CPICH-Usage-For-Channel-Estimation N rnsap.extension id-Primary-CPICH-Usage-For-Channel-Estimation
Secondary-CPICH-Information N rnsap.extension id-Secondary-CPICH-Information
Active-MBMS-Bearer-Service-ListFDD-PFL N rnsap.extension id-Active-MBMS-Bearer-ServiceFDD-PFL
RL-Set-ID N rnsap.extension id-EDCH-RLSet-Id
EDCH-FDD-DL-ControlChannelInformation N rnsap.extension id-EDCH-FDD-DL-ControlChannelInformation
DL-DPCH-TimingAdjustment N rnsap.extension id-Initial-DL-DPCH-TimingAdjustment
F-DPCH-SlotFormat N rnsap.extension id-F-DPCH-SlotFormat
DCH-InformationResponse N rnsap.extension id-DCH-InformationResponse
EDCH-FDD-InformationResponse N rnsap.extension id-EDCH-FDD-InformationResponse
HSDSCH-RNTI N rnsap.extension id-HSDSCH-RNTI
HSDSCH-FDD-Information-Response N rnsap.extension id-HSDSCH-FDD-Information-Response
SixtyfourQAM-DL-SupportIndicator N rnsap.extension id-SixtyfourQAM-DL-SupportIndicator
TimeSlot N rnsap.extension id-TimeSlot-RL-SetupRspTDD
UL-SIR N rnsap.extension id-UL-SIR-Target-CCTrCH-InformationItem-RL-SetupRspTDD
DL-Power N rnsap.extension id-CCTrCH-Maximum-DL-Power-RL-SetupRspTDD
DL-Power N rnsap.extension id-CCTrCH-Minimum-DL-Power-RL-SetupRspTDD
RL-LCR-InformationResponse-RL-SetupRspTDD N rnsap.extension id-RL-LCR-InformationResponse-RL-SetupRspTDD
HSDSCH-TDD-Information-Response N rnsap.extension id-HSDSCH-TDD-Information-Response
DSCH-RNTI N rnsap.extension id-DSCH-RNTI
Active-MBMS-Bearer-Service-ListTDD-PFL N rnsap.extension id-Active-MBMS-Bearer-ServiceTDD-PFL
RL-InformationResponse-RL-SetupRspTDD768 N rnsap.extension id-RL-InformationResponse-RL-SetupRspTDD768
E-DCH-Information-Response N rnsap.extension id-E-DCH-Information-Response
E-DCH-768-Information-Response N rnsap.extension id-E-DCH-768-Information-Response
E-DCH-LCR-Information-Response N rnsap.extension id-E-DCH-LCR-Information-Response
UL-TimingAdvanceCtrl-LCR N rnsap.extension id-UL-TimingAdvanceCtrl-LCR
UL-SIR N rnsap.extension id-UL-SIR-Target-CCTrCH-LCR-InformationItem-RL-SetupRspTDD
Max-UE-DTX-Cycle N rnsap.extension id-Max-UE-DTX-Cycle
DL-Power N rnsap.extension id-DLReferencePower
SynchronisationIndicator N rnsap.extension id-SynchronisationIndicator
HS-DSCH-serving-cell-change-information N rnsap.extension id-HS-DSCH-serving-cell-change-information
EDPCH-Information-RLAdditionReq-FDD N rnsap.extension id-EDPCH-Information-RLAdditionReq-FDD
HSDSCH-Configured-Indicator N rnsap.extension id-HSDSCH-Configured-Indicator
DL-TimeSlot-ISCP-LCR-Information N rnsap.extension id-DL-Timeslot-ISCP-LCR-Information-RL-AdditionRqstTDD
UL-CCTrCH-InformationList-RL-AdditionRqstTDD N rnsap.extension id-UL-CCTrCH-InformationList-RL-AdditionRqstTDD
DL-CCTrCH-InformationList-RL-AdditionRqstTDD N rnsap.extension id-DL-CCTrCH-InformationList-RL-AdditionRqstTDD
HS-DSCH-serving-cell-change-informationResponse N rnsap.extension id-HS-DSCH-serving-cell-change-informationResponse
E-DCH-Serving-cell-change-informationResponse N rnsap.extension id-E-DCH-Serving-cell-change-informationResponse
MAChs-ResetIndicator N rnsap.extension id-MAChs-ResetIndicator
DL-Power N rnsap.extension id-CCTrCH-Maximum-DL-Power-RL-AdditionRspTDD
DL-Power N rnsap.extension id-CCTrCH-Minimum-DL-Power-RL-AdditionRspTDD
RL-LCR-InformationResponse-RL-AdditionRspTDD N rnsap.extension id-RL-LCR-InformationResponse-RL-AdditionRspTDD
RL-InformationResponse-RL-AdditionRspTDD768 N rnsap.extension id-RL-InformationResponse-RL-AdditionRspTDD768
DL-DPCH-Power-Information-RL-ReconfPrepFDD N rnsap.extension id-DL-DPCH-Power-Information-RL-ReconfPrepFDD
DL-DPCH-TimingAdjustment N rnsap.extension id-DL-DPCH-TimingAdjustment
Phase-Reference-Update-Indicator N rnsap.extension id-Phase-Reference-Update-Indicator
HSDSCH-Information-to-Modify N rnsap.extension id-HSDSCH-Information-to-Modify
HSDSCH-MACdFlows-Information N rnsap.extension id-HSDSCH-MACdFlows-to-Add
HSDSCH-MACdFlows-to-Delete N rnsap.extension id-HSDSCH-MACdFlows-to-Delete
EDCH-FDD-Information-To-Modify N rnsap.extension id-EDCH-FDD-Information-To-Modify
EDCH-MACdFlows-Information N rnsap.extension id-EDCH-MACdFlows-To-Add
EDCH-MACdFlows-To-Delete N rnsap.extension id-EDCH-MACdFlows-To-Delete
EDPCH-Information-RLReconfRequest-FDD N rnsap.extension id-EDPCH-Information-RLReconfRequest-FDD
F-DPCH-Information-RL-ReconfPrepFDD N rnsap.extension id-F-DPCH-Information-RL-ReconfPrepFDD
Fast-Reconfiguration-Mode N rnsap.extension id-Fast-Reconfiguration-Mode
CPC-Information N rnsap.extension id-CPC-Information
UL-SIR N rnsap.extension id-UL-SIRTarget
TDD-TPC-UplinkStepSize-LCR N rnsap.extension id-TDD-TPC-UplinkStepSize-InformationAdd-LCR-RL-ReconfPrepTDD
TDD-TPC-UplinkStepSize-LCR N rnsap.extension id-TDD-TPC-UplinkStepSize-InformationModify-LCR-RL-ReconfPrepTDD
TDD-TPC-DownlinkStepSize N rnsap.extension id-TDD-TPC-DownlinkStepSize-InformationAdd-RL-ReconfPrepTDD
TDD-TPC-DownlinkStepSize N rnsap.extension id-TDD-TPC-DownlinkStepSize-InformationModify-RL-ReconfPrepTDD
PrimaryCCPCH-RSCP N rnsap.extension id-PrimaryCCPCH-RSCP-RL-ReconfPrepTDD
DL-TimeSlot-ISCP-Info N rnsap.extension id-DL-TimeSlot-ISCP-Info-RL-ReconfPrepTDD
DL-TimeSlot-ISCP-LCR-Information N rnsap.extension id-DL-Timeslot-ISCP-LCR-Information-RL-ReconfPrepTDD
RL-Information-RL-ReconfPrepTDD N rnsap.extension id-RL-Information-RL-ReconfPrepTDD
E-DCH-Information-Reconfig N rnsap.extension id-E-DCH-Information-Reconfig
E-DCH-768-Information-Reconfig N rnsap.extension id-E-DCH-768-Information-Reconfig
E-DCH-LCR-Information-Reconfig N rnsap.extension id-E-DCH-LCR-Information-Reconfig
DL-PowerBalancing-UpdatedIndicator N rnsap.extension id-DL-PowerBalancing-UpdatedIndicator
Secondary-CPICH-Information-Change N rnsap.extension id-Secondary-CPICH-Information-Change
Fast-Reconfiguration-Permission N rnsap.extension id-Fast-Reconfiguration-Permission
Secondary-LCR-CCPCH-Info-TDD N rnsap.extension id-secondary-LCR-CCPCH-Info-TDD
Secondary-CCPCH-Info-TDD768 N rnsap.extension id-secondary-CCPCH-Info-RL-ReconfReadyTDD768
UL-DPCH-LCR-InformationAddList-RL-ReconfReadyTDD N rnsap.extension id-UL-DPCH-LCR-InformationAddListIE-RL-ReconfReadyTDD
UL-DPCH-InformationAddList-RL-ReconfReadyTDD768 N rnsap.extension id-UL-DPCH-InformationAddListIE-RL-ReconfReadyTDD768
RxTimingDeviationForTAext N rnsap.extension id-RxTimingDeviationForTAext
UL-TimeslotLCR-InformationModifyList-RL-ReconfReadyTDD N rnsap.extension id-UL-Timeslot-LCR-InformationModifyList-RL-ReconfReadyTDD
UL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768 N rnsap.extension id-UL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768
TDD-UL-DPCH-TimeSlotFormat-LCR N rnsap.extension id-TDD-UL-DPCH-TimeSlotFormatModifyItem-LCR-RL-ReconfReadyTDD
DL-DPCH-LCR-InformationAddList-RL-ReconfReadyTDD N rnsap.extension id-DL-DPCH-LCR-InformationAddListIE-RL-ReconfReadyTDD
DL-Power N rnsap.extension id-CCTrCH-Maximum-DL-Power-RL-ReconfReadyTDD
DL-Power N rnsap.extension id-CCTrCH-Minimum-DL-Power-RL-ReconfReadyTDD
DL-DPCH-InformationAddList-RL-ReconfReadyTDD768 N rnsap.extension id-DL-DPCH-InformationAddListIE-RL-ReconfReadyTDD768
DL-DPCH-InformationDeleteList768-RL-ReconfReadyTDD N rnsap.extension id-DL-DPCH-InformationDeleteList768-RL-ReconfReadyTDD
DL-TimeslotLCR-InformationModifyList-RL-ReconfReadyTDD N rnsap.extension id-DL-Timeslot-LCR-InformationModifyList-RL-ReconfReadyTDD
DL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768 N rnsap.extension id-DL-Timeslot-InformationModifyList-RL-ReconfReadyTDD768
TDD-DL-DPCH-TimeSlotFormat-LCR N rnsap.extension id-TDD-DL-DPCH-TimeSlotFormatModifyItem-LCR-RL-ReconfReadyTDD
DL-Power N rnsap.extension id-Maximum-DL-Power-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD
DL-Power N rnsap.extension id-Minimum-DL-Power-TimeslotLCR-InformationModifyItem-RL-ReconfReadyTDD
Multiple-RL-InformationResponse-RL-ReconfReadyTDD N rnsap.extension id-Multiple-RL-InformationResponse-RL-ReconfReadyTDD
RL-ReconfigurationRequestFDD-RL-InformationList N rnsap.extension id-RL-ReconfigurationRequestFDD-RL-InformationList
DL-ReferencePowerInformation N rnsap.extension id-DL-ReferencePowerInformation
HSDSCH-Information-to-Modify-Unsynchronised N rnsap.extension id-HSDSCH-Information-to-Modify-Unsynchronised
Multiple-RL-ReconfigurationRequestTDD-RL-Information N rnsap.extension id-RL-ReconfigurationRequestTDD-RL-Information
DL-CCTrCH-InformationList-RL-ReconfRspTDD N rnsap.extension id-DL-CCTrCH-InformationList-RL-ReconfRspTDD
Multiple-RL-InformationResponse-RL-ReconfRspTDD N rnsap.extension id-RL-ReconfigurationResponseTDD-RL-Information
EDCH-MacdFlowSpecificInformationList-RL-PreemptRequiredInd N rnsap.extension id-EDCH-MacdFlowSpecificInformationList-RL-PreemptRequiredInd
HSDSCHMacdFlowSpecificInformationList-RL-PreemptRequiredInd N rnsap.extension id-HSDSCHMacdFlowSpecificInformationList-RL-PreemptRequiredInd
DL-TimeSlot-ISCP-LCR-Information N rnsap.extension id-timeSlot-ISCP-LCR-List-DL-PC-Rqst-TDD
PrimaryCCPCH-RSCP N rnsap.extension id-PrimCCPCH-RSCP-DL-PC-RqstTDD
HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD N rnsap.extension id-HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD
HSPDSCH-Timeslot-InformationListLCR-PhyChReconfRqstTDD N rnsap.extension id-HSPDSCH-Timeslot-InformationListLCR-PhyChReconfRqstTDD
HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD768 N rnsap.extension id-HSPDSCH-Timeslot-InformationList-PhyChReconfRqstTDD768
UL-TimeslotLCR-InformationList-PhyChReconfRqstTDD N rnsap.extension id-UL-Timeslot-LCR-InformationList-PhyChReconfRqstTDD
UL-Timeslot-InformationList-PhyChReconfRqstTDD768 N rnsap.extension id-UL-Timeslot-InformationList-PhyChReconfRqstTDD768
PLCCHinformation N rnsap.extension id-PLCCH-Information-PhyChReconfRqstTDD
DL-TimeslotLCR-InformationList-PhyChReconfRqstTDD N rnsap.extension id-DL-Timeslot-LCR-InformationList-PhyChReconfRqstTDD
DL-Timeslot-InformationList-PhyChReconfRqstTDD768 N rnsap.extension id-DL-Timeslot-InformationList-PhyChReconfRqstTDD768
EDCH-MacdFlowSpecificInformationList-RL-CongestInd N rnsap.extension id-EDCH-MacdFlowSpecificInformationList-RL-CongestInd
CommonTransportChannelResourcesInitialisationNotRequired N rnsap.extension id-CommonTransportChannelResourcesInitialisationNotRequired
Active-MBMS-Bearer-Service-ListFDD N rnsap.extension id-Active-MBMS-Bearer-ServiceFDD
Inter-Frequency-Cell-List N rnsap.extension id-Inter-Frequency-Cell-List
Active-MBMS-Bearer-Service-ListTDD N rnsap.extension id-Active-MBMS-Bearer-ServiceTDD
RxTimingDeviationForTA768 N rnsap.extension id-RxTimingDeviationForTA768
URA-ID N rnsap.extension id-URA-ID
URA-ID N rnsap.extension id-Old-URA-ID
RNC-ID N rnsap.extension id-SRNC-ID
HSSICH-Info-DM-Rqst N rnsap.extension id-HSSICH-Info-DM-Rqst
DPCH-ID768 N rnsap.extension id-DPCH-ID768-DM-Rqst
PartialReportingIndicator N rnsap.extension id-PartialReportingIndicator
MeasurementRecoveryBehavior N rnsap.extension id-MeasurementRecoveryBehavior
AlternativeFormatReportingIndicator N rnsap.extension id-AlternativeFormatReportingIndicator
HS-SICH-ID N rnsap.extension id-HSSICH-Info-DM
Multiple-DedicatedMeasurementValueList-TDD-DM-Rsp N rnsap.extension id-multiple-DedicatedMeasurementValueList-TDD-DM-Rsp
Multiple-DedicatedMeasurementValueList-LCR-TDD-DM-Rsp N rnsap.extension id-multiple-DedicatedMeasurementValueList-LCR-TDD-DM-Rsp
Multiple-HSSICHMeasurementValueList-TDD-DM-Rsp N rnsap.extension id-multiple-HSSICHMeasurementValueList-TDD-DM-Rsp
Multiple-DedicatedMeasurementValueList-TDD768-DM-Rsp N rnsap.extension id-multiple-DedicatedMeasurementValueList-TDD768-DM-Rsp
DPCH-ID768 N rnsap.extension id-DPCH-ID768-DM-Rsp
MeasurementRecoverySupportIndicator N rnsap.extension id-MeasurementRecoverySupportIndicator
DedicatedMeasurementObjectType-DM-Fail N rnsap.extension id-DedicatedMeasurementObjectType-DM-Fail
HS-SICH-ID N rnsap.extension id-HSSICH-Info-DM-Rprt
DPCH-ID768 N rnsap.extension id-DPCH-ID768-DM-Rprt
MeasurementRecoveryReportingIndicator N rnsap.extension id-MeasurementRecoveryReportingIndicator
DedicatedMeasurementObjectType-DM-Fail-Ind N rnsap.extension id-DedicatedMeasurementObjectType-DM-Fail-Ind
Enhanced-FACH-Support-Indicator N rnsap.extension id-Enhanced-FACH-Support-Indicator
C-ID N rnsap.extension id-C-ID
Enhanced-FACH-Information-ResponseFDD N rnsap.extension id-Enhanced-FACH-Information-ResponseFDD
S-RNTI N rnsap.extension id-S-RNTI
D-RNTI N rnsap.extension id-D-RNTI
E-DCH-FDD-Update-Information N rnsap.extension id-E-DCH-FDD-Update-Information
UEMeasurementTimeslotInfo768 N rnsap.extension id-UEMeasurementTimeslotInfo768
Ext-Reference-E-TFCI-PO N rnsap.extension id-Ext-Reference-E-TFCI-PO
Ext-Max-Bits-MACe-PDU-non-scheduled N rnsap.extension id-Ext-Max-Bits-MACe-PDU-non-scheduled
HARQ-MemoryPartitioningInfoExtForMIMO N rnsap.extension id-HARQ-MemoryPartitioningInfoExtForMIMO
MIMO-ActivationIndicator N rnsap.extension id-MIMO-ActivationIndicator
MIMO-Mode-Indicator N rnsap.extension id-MIMO-Mode-Indicator
MIMO-N-M-Ratio N rnsap.extension id-MIMO-N-M-Ratio
TransportBearerNotSetupIndicator N rnsap.extension id-TransportBearerNotSetupIndicator
TransportBearerNotRequestedIndicator N rnsap.extension id-TransportBearerNotRequestedIndicator
UARFCN N rnsap.extension id-UARFCNforNt
LCRTDD-Uplink-Physical-Channel-Capability N rnsap.extension id-LCRTDD-uplink-Physical-Channel-Capability
Number-Of-Supported-Carriers N rnsap.extension id-number-Of-Supported-Carriers
UL-SIR N rnsap.extension id-HSSICH-SIRTarget
TDD-TPC-UplinkStepSize-LCR N rnsap.extension id-HSSICH-TPC-StepSize
TSN-Length N rnsap.extension id-tSN-Length
HS-SICH-ID-Extension N rnsap.extension id-HS-SICH-ID-Extension
HSSICH-Info-DM-Rqst-Extension N rnsap.extension id-HSSICH-Info-DM-Rqst-Extension
MultipleFreq-HSPDSCH-InformationList-ResponseTDDLCR N rnsap.extension id-multipleFreq-HSPDSCH-InformationList-ResponseTDDLCR
Multicarrier-Number N rnsap.extension id-multicarrier-number
UPPCHPositionLCR N rnsap.extension id-UPPCHPositionLCR
UpPCH-InformationList-LCRTDD N rnsap.extension id-UpPCH-InformationList-LCRTDD
UpPCH-InformationItem-LCRTDD N rnsap.extension id-UpPCH-InformationItem-LCRTDD
Multiple-PLMN-List N rnsap.extension id-Multiple-PLMN-List
UE-Capabilities-Info N rnsap.extension id-UE-Capabilities-Info
FrameOffset N rnsap.extension id-FrameOffset
ChipOffset N rnsap.extension id-ChipOffset
Enhanced-PCH-Capability N rnsap.extension id-Enhanced-PCH-Capability
SixteenQAM-UL-Operation-Indicator N rnsap.extension id-SixteenQAM-UL-Operation-Indicator
E-TFCI-Boost-Information N rnsap.extension id-E-TFCI-Boost-Information
SixtyfourQAM-UsageAllowedIndicator N rnsap.extension id-SixtyfourQAM-UsageAllowedIndicator
SixtyfourQAM-DL-UsageIndicator N rnsap.extension id-SixtyfourQAM-DL-UsageIndicator
E-Serving-Grant-Value N rnsap.extension id-Default-Serving-Grant-in-DTX-Cycle2
E-DPDCH-PowerInterpolation N rnsap.extension id-E-DPDCH-PowerInterpolation
Extended-E-DCH-LCRTDD-PhysicalLayerCategory N rnsap.extension id-Extended-E-DCH-LCRTDD-PhysicalLayerCategory
E-DCH-MACdPDUSizeFormat N rnsap.extension id-E-DCH-MACdPDUSizeFormat
Continuous-Packet-Connectivity-HS-SCCH-less-Deactivate-Indicator N rnsap.extension id-Continuous-Packet-Connectivity-HS-SCCH-Less-Deactivate-Indicator
E-DCH-DL-Control-Channel-Change-Information N rnsap.extension id-E-DCH-DL-Control-Channel-Change-Information
E-DCH-DL-Control-Channel-Grant-Information N rnsap.extension id-E-DCH-DL-Control-Channel-Grant-Information
MaxNr-Retransmissions-EDCH N rnsap.extension id-MaximumNumber-Of-Retransmission-For-SchedulingInfo-LCRTDD
E-DCH-MACdFlow-Retransmission-Timer-LCR N rnsap.extension id-E-DCH-RetransmissionTimer-For-SchedulingInfo-LCRTDD
ControlGAP N rnsap.extension id-E-PUCH-PowerControlGAP
NULL N rnsap.extension id-UE-with-enhanced-HS-SCCH-support-indicator
HSDSCH-TBSizeTableIndicator N rnsap.extension id-HSDSCH-TBSizeTableIndicator
DGANSS-Corrections-Req N rnsap.extension id-DGANSS-Corrections-Req
E-AGCH-Table-Choice N rnsap.extension id-E-AGCH-Table-Choice
RANAP-EnhancedRelocationInformationRequest N rnsap.ies id-RANAP-EnhancedRelocationInformationRequest
RANAP-EnhancedRelocationInformationResponse N rnsap.ies id-RANAP-EnhancedRelocationInformationResponse
Common-EDCH-MAC-d-Flow-Specific-InformationFDD N rnsap.extension id-Common-EDCH-MAC-d-Flow-Specific-InformationFDD
Common-EDCH-Support-Indicator N rnsap.extension id-Common-EDCH-Support-Indicator
E-RNTI N rnsap.extension id-E-RNTI
Released-CN-Domain N rnsap.ies id-Released-CN-Domain
MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rqst N rnsap.ies id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rqst
MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rsp N rnsap.ies id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rsp
MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rprt N rnsap.ies id-MBMS-Bearer-Service-in-MBMS-Cell-InfEx-Rprt
MBMS-Cell-InfEx-Rqst N rnsap.ies id-MBMS-Cell-InfEx-Rqst
MBMS-Cell-InfEx-Rsp N rnsap.ies id-MBMS-Cell-InfEx-Rsp
MBMS-Cell-InfEx-Rprt N rnsap.ies id-MBMS-Cell-InfEx-Rprt
Counting-Information N rnsap.extension id-Counting-Information
Transmission-Mode-Information N rnsap.extension id-Transmission-Mode-Information
MBMS-Neighbouring-Cell-Information N rnsap.extension id-MBMS-Neighbouring-Cell-Information
MBMS-RLC-Sequence-Number-Information N rnsap.extension id-MBMS-RLC-Sequence-Number-Information
RLC-Sequence-Number N rnsap.extension id-RLC-Sequence-Number
Neighbouring-E-UTRA-CellInformation N rnsap.extension id-Neighbouring-E-UTRA-CellInformation
MBSFN-Cluster-Identity N rnsap.ies id-MBSFN-Cluster-Identity
MCCH-Configuration-Info N rnsap.ies id-MCCH-Configuration-Info
MCCH-Message-List N rnsap.ies id-MCCH-Message-List
MBSFN-Scheduling-Transmission-Time-Interval-Info-List N rnsap.ies id-MBSFN-Scheduling-Transmission-Time-Interval-Info-List
GANSS-Time-ID N rnsap.extension id-GANSS-Time-ID
GANSS-AddIonoModelReq N rnsap.extension id-GANSS-AddIonoModelReq
GANSS-EarthOrientParaReq N rnsap.extension id-GANSS-EarthOrientParaReq
GANSS-AddNavigationModelsReq N rnsap.extension id-GANSS-AddNavigationModelsReq
GANSS-AddUTCModelsReq N rnsap.extension id-GANSS-AddUTCModelsReq
GANSS-AuxInfoReq N rnsap.extension id-GANSS-AuxInfoReq
GANSS-SBAS-ID N rnsap.extension id-GANSS-SBAS-ID
GANSS-ID N rnsap.extension id-GANSS-ID
GANSS-Additional-Ionospheric-Model N rnsap.extension id-GANSS-Additional-Ionospheric-Model
GANSS-Earth-Orientation-Parameters N rnsap.extension id-GANSS-Earth-Orientation-Parameters
GANSS-Additional-Time-Models N rnsap.extension id-GANSS-Additional-Time-Models
GANSS-Additional-Navigation-Models N rnsap.extension id-GANSS-Additional-Navigation-Models
GANSS-Additional-UTC-Models N rnsap.extension id-GANSS-Additional-UTC-Models
GANSS-Auxiliary-Information N rnsap.extension id-GANSS-Auxiliary-Information
MinimumReducedE-DPDCH-GainFactor N rnsap.extension id-MinimumReducedE-DPDCH-GainFactor
Enhanced-FACH-Information-ResponseLCR N rnsap.extension id-Enhanced-FACH-Information-ResponseLCR
Common-EDCH-MAC-d-Flow-Specific-InformationLCR N rnsap.extension id-Common-EDCH-MAC-d-Flow-Specific-InformationLCR
HSDSCH-PreconfigurationSetup N rnsap.extension id-HSDSCH-PreconfigurationSetup
HSDSCH-PreconfigurationInfo N rnsap.extension id-HSDSCH-PreconfigurationInfo
NoOfTargetCellHS-SCCH-Order N rnsap.extension id-NoOfTargetCellHS-SCCH-Order
EnhancedHSServingCC-Abort N rnsap.extension id-EnhancedHSServingCC-Abort
Additional-HS-Cell-Information-RL-Setup-List N rnsap.extension id-Additional-HS-Cell-Information-RL-Setup
Additional-HS-Cell-Information-Response-List N rnsap.extension id-Additional-HS-Cell-Information-Response
Additional-HS-Cell-Information-RL-Addition-List N rnsap.extension id-Additional-HS-Cell-Information-RL-Addition
Additional-HS-Cell-Change-Information-Response-List N rnsap.extension id-Additional-HS-Cell-Change-Information-Response
Additional-HS-Cell-Information-RL-Reconf-Prep N rnsap.extension id-Additional-HS-Cell-Information-RL-Reconf-Prep
Additional-HS-Cell-Information-RL-Reconf-Req N rnsap.extension id-Additional-HS-Cell-Information-RL-Reconf-Req
Additional-HS-Cell-RL-Reconf-Response N rnsap.extension id-Additional-HS-Cell-RL-Reconf-Response
Additional-HS-Cell-Information-RL-Param-Upd N rnsap.extension id-Additional-HS-Cell-Information-RL-Param-Upd
Secondary-Serving-Cell-List N rnsap.extension id-Secondary-Serving-Cell-List
LCRTDD-HSDSCH-Physical-Layer-Category N rnsap.extension id-MultiCarrier-HSDSCH-Physical-Layer-Category
IdleIntervalInformation N rnsap.extension id-IdleIntervalInformation
NeedforIdleInterval N rnsap.extension id-NeedforIdleInterval
NULL N rnsap.extension id-IdleIntervalConfigurationIndicator
ContinuousPacketConnectivity-DRX-InformationLCR N rnsap.extension id-ContinuousPacketConnectivity-DRX-InformationLCR
ContinuousPacketConnectivity-DRX-Information-ResponseLCR N rnsap.extension id-ContinuousPacketConnectivity-DRX-Information-ResponseLCR
E-AGCH-UE-Inactivity-Monitor-Threshold N rnsap.extension id-E-AGCH-UE-Inactivity-Monitor-Threshold
CPC-InformationLCR N rnsap.extension id-CPC-InformationLCR
E-DCH-Semi-PersistentScheduling-Information-LCR N rnsap.extension id-E-DCH-Semi-PersistentScheduling-Information-LCR
HS-DSCH-Semi-PersistentScheduling-Information-LCR N rnsap.extension id-HS-DSCH-Semi-PersistentScheduling-Information-LCR
HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR N rnsap.extension id-HS-DSCH-Semi-PersistentScheduling-Information-ResponseLCR
E-DCH-Semi-PersistentScheduling-Information-ResponseLCR N rnsap.extension id-E-DCH-Semi-PersistentScheduling-Information-ResponseLCR
MIMO-SFMode-For-HSPDSCHDualStream N rnsap.extension id-MIMO-SFMode-For-HSPDSCHDualStream
MIMO-SFMode-For-HSPDSCHDualStream N rnsap.extension id-MIMO-SFMode-Supported-For-HSPDSCHDualStream
MIMO-ReferenceSignal-InformationListLCR N rnsap.extension id-MIMO-ReferenceSignal-InformationListLCR
GANSS-alm-keplerianNAVAlmanac N rnsap.ies id-GANSS-alm-keplerianNAVAlmanac
GANSS-alm-keplerianReducedAlmanac N rnsap.ies id-GANSS-alm-keplerianReducedAlmanac
GANSS-alm-keplerianMidiAlmanac N rnsap.ies id-GANSS-alm-keplerianMidiAlmanac
GANSS-alm-keplerianGLONASS N rnsap.ies id-GANSS-alm-keplerianGLONASS
GANSS-alm-ecefSBASAlmanac N rnsap.ies id-GANSS-alm-ecefSBASAlmanac
DL-RLC-PDU-Size-Format N rnsap.extension id-DL-RLC-PDU-Size-Format
MACes-Maximum-Bitrate-LCR N rnsap.extension id-MACes-Maximum-Bitrate-LCR
Single-Stream-MIMO-ActivationIndicator N rnsap.extension id-Single-Stream-MIMO-ActivationIndicator
Single-Stream-MIMO-Mode-Indicator N rnsap.extension id-Single-Stream-MIMO-Mode-Indicator
Secondary-Serving-Cell-List N rnsap.extension id-Dual-Band-Secondary-Serving-Cell-List
UE-AggregateMaximumBitRate N rnsap.extension id-UE-AggregateMaximumBitRate
PowerOffsetForSecondaryCPICHforMIMO N rnsap.extension id-power-offset-for-S-CPICH-for-MIMO
PowerOffsetForSecondaryCPICHforMIMORequestIndicator N rnsap.extension id-power-offset-for-S-CPICH-for-MIMO-Request-Indicator
UE-SupportIndicatorExtension N rnsap.extension id-UE-SupportIndicatorExtension
ActivationInformation N rnsap.ies id-ActivationInformation
CellPortionLCRID N rnsap.extension id-CellPortionLCRID
Additional-EDCH-Setup-Info N rnsap.extension id-Additional-EDCH-Cell-Information-RL-Setup-Req
Additional-EDCH-Cell-Information-Response-List N rnsap.extension id-Additional-EDCH-Cell-Information-Response
Additional-EDCH-Cell-Information-RL-Add-Req N rnsap.extension id-Additional-EDCH-Cell-Information-RL-Add-Req
Additional-EDCH-Cell-Information-Response-RLAddList N rnsap.extension id-Additional-EDCH-Cell-Information-Response-RLAdd
Additional-EDCH-Cell-Information-RL-Reconf-Prep N rnsap.extension id-Additional-EDCH-Cell-Information-RL-Reconf-Prep
Additional-EDCH-Cell-Information-RL-Reconf-Req N rnsap.extension id-Additional-EDCH-Cell-Information-RL-Reconf-Req
Additional-EDCH-Cell-Information-RL-Param-Upd N rnsap.extension id-Additional-EDCH-Cell-Information-RL-Param-Upd
Additional-EDCH-Preconfiguration-Information N rnsap.extension id-Additional-EDCH-Preconfiguration-Information
MulticellEDCH-InformationItemIEs N rnsap.ies id-MulticellEDCH-Information
Additional-EDCH-Cell-Information-Response-RLReconf-List N rnsap.extension id-Additional-EDCH-Cell-Information-ResponseRLReconf
NULL N rnsap.extension id-EDCH-Indicator
DiversityMode N rnsap.extension id-DiversityMode
TransmitDiversityIndicator N rnsap.extension id-TransmitDiversityIndicator
NonCellSpecificTxDiversity N rnsap.extension id-NonCellSpecificTxDiversity
CellCapabilityContainerExtension-FDD N rnsap.extension id-CellCapabilityContainerExtension-FDD
HSDSCH-Physical-Layer-Category N rnsap.extension id-HSDSCH-Physical-Layer-Category
E-RNTI N rnsap.extension id-E-RNTI-For-FACH
HSDSCH-RNTI N rnsap.extension id-H-RNTI-For-FACH
RNTI-Allocation-Indicator N rnsap.extension id-RNTI-Allocation-Indicator
UE-AggregateMaximumBitRate-Enforcement-Indicator N rnsap.extension id-UE-AggregateMaximumBitRate-Enforcement-Indicator
DCH-MeasurementOccasion-Information N rnsap.extension id-DCH-MeasurementOccasion-Information
DCH-MeasurementType-Indicator N rnsap.extension id-DCH-MeasurementType-Indicator
Out-of-Sychronization-Window N rnsap.extension id-Out-of-Sychronization-Window
MulticellEDCH-RL-SpecificInformationItemIEs N rnsap.ies id-MulticellEDCH-RL-SpecificInformation
DGNSS-ValidityPeriod N rnsap.extension id-DGNSS-ValidityPeriod
TS0-HS-PDSCH-Indication-LCR N rnsap.extension id-TS0-HS-PDSCH-Indication-LCR
UE-TS0-CapabilityLCR N rnsap.extension id-UE-TS0-CapabilityLCR
Non-Serving-RL-Preconfig-Setup N rnsap.extension id-Non-Serving-RL-Preconfig-Setup
Additional-E-DCH-Non-Serving-RL-Preconfiguration-Setup N rnsap.extension id-Additional-E-DCH-Non-Serving-RL-Preconfiguration-Setup
Additional-E-DCH-New-non-serving-RL-E-DCH-FDD-DL-Control-Channel-InfoList N rnsap.extension id-Additional-E-DCH-New-non-serving-RL-E-DCH-FDD-DL-Control-Channel-InfoList
CellListValidityIndicator N rnsap.extension id-CellListValidityIndicator
CompleteAlmanacProvided N rnsap.extension id-completeAlmanacProvided
GANSS-Delta-T N rnsap.extension id-ganss-Delta-T
OrdinalNumberOfFrequency N rnsap.extension id-OrdinalNumberOfFrequency
Multicell-EDCH-Restriction N rnsap.extension id-Multicell-EDCH-Restriction
CellCapabilityContainerExtension-TDD-LCR N rnsap.extension id-CellCapabilityContainerExtension-TDD-LCR
Multi-Carrier-EDCH-Info N rnsap.extension id-Multi-Carrier-EDCH-Setup
Multi-Carrier-EDCH-Reconfigure N rnsap.extension id-Multi-Carrier-EDCH-Reconfigure
Multi-Carrier-EDCH-Information-Response N rnsap.extension id-Multi-Carrier-EDCH-Response
SNPL-Carrier-Group-Indicator N rnsap.extension id-SNPL-Carrier-Group-Indicator
MU-MIMO-InformationLCR N rnsap.extension id-MU-MIMO-InformationLCR
MU-MIMO-Indicator N rnsap.extension id-MU-MIMO-Indicator
Inactivity-Threshold-for-UE-DRX-Cycle-LCR-Ext N rnsap.extension id-HS-SCCH-Inactivity-Threshold-for-UE-DRX-Cycle-LCR-Ext
Usefulness-Of-Battery-Optimization N rnsap.extension id-Usefulness-Of-Battery-Optimization
Multi-Carrier-E-DCH-LCRTDD-PhysicalLayerCategory N rnsap.extension id-Multi-Carrier-E-DCH-LCRTDD-PhysicalLayerCategory
Measurement-Power-Offset N rnsap.extension id-Measurement-Power-Offset
MDT-Configuration N rnsap.extension id-MDT-Configuration
Neighbouring-UMTS-CellInformation-Ext N rnsap.extension id-Neighbouring-UMTS-CellInformation-Ext
ANRReportIndication N rnsap.extension id-ANRReportIndication
TransportLayerAddress N rnsap.extension id-Trace-Collection-Entity-IP-Address
Affected-HSDSCH-Serving-Cell-List N rnsap.extension id-Affected-HSDSCH-Serving-Cell-List
UL-CLTD-Information N rnsap.extension id-UL-CLTD-Information
UL-CLTD-Information-Reconf N rnsap.extension id-UL-CLTD-Information-Reconf
UL-CLTD-State-Update-Information N rnsap.extension id-UL-CLTD-State-Update-Information
Support-of-Dynamic-DTXDRX-Related-HS-SCCH-Order N rnsap.extension id-Support-of-Dynamic-DTXDRX-Related-HS-SCCH-Order
CPC-RecoveryReport N rnsap.extension id-CPC-RecoveryReport
FTPICH-Information N rnsap.extension id-FTPICH-Information
FTPICH-Information-Reconf N rnsap.extension id-FTPICH-Information-Reconf
UE-RF-Band-CapabilityLCR N rnsap.extension id-UE-RF-Band-CapabilityLCR
Extended-RNTI N rnsap.extension id-Extended-S-RNTI
ExtendedAffectedUEInformationForMBMS N rnsap.extension id-ExtendedAffectedUEInformationForMBMS
Extended-S-RNTI-Group N rnsap.extension id-Extended-S-RNTI-Group
FTPICH-Information-Response N rnsap.extension id-FTPICH-Information-Response
FTPICH-Reconfiguration-Information N rnsap.extension id-FTPICH-Reconfiguration-Information
MIMO-withfourtransmitantennas-ActivationIndicator N rnsap.extension id-MIMO-withfourtransmitantennas-ActivationIndicator
MIMO-withfourtransmitantennas-ModeIndicator N rnsap.extension id-MIMO-withfourtransmitantennas-ModeIndicator
PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennas N rnsap.extension id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas
PowerOffsetForSecondaryCPICHforMIMOwithfourtransmitantennasRequestIndicator N rnsap.extension id-power-offset-for-S-CPICH-for-MIMO-withfourtransmitantennas-Request-Indicator
DualStream-MIMO-withfourtransmitantennas-ActivationIndicator N rnsap.extension id-DualStream-MIMO-withfourtransmitantennas-ActivationIndicator
DualStream-MIMO-withfourtransmitantennas-ModeIndicator N rnsap.extension id-DualStream-MIMO-withfourtransmitantennas-ModeIndicator
Additional-Associated-Secondary-CPICH N rnsap.extension id-Additional-Associated-Secondary-CPICH
Multiflow-Information N rnsap.extension id-Multiflow-Information
Multiflow-Reconfiguration N rnsap.extension id-Multiflow-Reconfiguration
Multiflow-OrdinalNumberOfFrequency N rnsap.extension id-Multiflow-OrdinalNumberOfFrequency
UL-MIMO-Information N rnsap.extension id-UL-MIMO-Information
UL-MIMO-Reconfiguration N rnsap.extension id-UL-MIMO-Reconfiguration
UL-MIMO-DL-Control-Channel-Information N rnsap.extension id-UL-MIMO-DL-Control-Channel-Information
SixtyfourQAM-UL-Operation-Indicator N rnsap.extension id-SixtyfourQAM-UL-Operation-Indicator
Common-E-RGCH-Cell-InfEx-Rprt N rnsap.ies id-Common-E-RGCH-Cell-InfEx-Rprt
Common-E-RGCH-Cell-Information N rnsap.extension id-Common-E-RGCH-Cell-Information
PCI N rnsap.extension id-PCI
TAC N rnsap.extension id-TAC
PLMN-List N rnsap.extension id-PLMN-List
Precoder-Weight-Set-Restriction N rnsap.extension id-PrecoderWeightSetRestriction
EARFCN-FDD-Extended N rnsap.ies id-EARFCN-FDD-Extended
EARFCN-Extended N rnsap.extension id-EARFCN-TDD-Extended
Non-rectangular-resource-allocation-indicator N rnsap.extension id-Non-rectangular-resource-allocation-indicator
Non-rectangular-resource-timeslot-set N rnsap.extension id-Non-rectangular-resource-timeslot-set
UE-Support-of-non-rectangular-resource-allocation N rnsap.extension id-UE-Support-of-non-rectangular-resource-allocation
DBDS-CorrectionsReq N rnsap.extension id-DBDS-CorrectionsReq
DBDS-Corrections N rnsap.extension id-DBDS-Corrections
BDS-IonosphericGridModelReq N rnsap.extension id-BDS-IonosphericGridModelReq
BDS-Ionospheric-Grid-Model N rnsap.extension id-BDS-Ionospheric-Grid-Model
GANSS-alm-KEPLERIANBDSALMANAC N rnsap.ies id-GANSS-alm-keplerianBDSAlmanac
Multiflow-RepetitionFactors N rnsap.extension id-Assisting-RepetitionFactors
E-DCH-Decoupling-Indication N rnsap.extension id-E-DCH-Decoupling-Indication
UE-Measurement-Forwarding N rnsap.extension id-UE-Measurement-Forwarding
UPH-Filtering-Measurement-Forwarding-Request N rnsap.extension id-UPH-Filtering-Measurement-Forwarding-Request
TTI-Update-Indicator N rnsap.extension id-TTI-Update-Indicator
CQI-Feedback-Cycle2 N rnsap.extension id-CQI-Feedback-Cycle2-k
CQI-Cycle-Switch-Timer N rnsap.extension id-CQI-Cycle-Switch-Timer
UE-DRX-Cycle N rnsap.extension id-UE-DRX-Cycle2
Inactivity-Threshold-for-UE-DRX-Cycle N rnsap.extension id-Inactivity-Threshold-for-UE-DRX-Cycle2
DTX-Information2 N rnsap.extension id-DTX-Information2
DCH-ENH-Information N rnsap.extension id-DCH-ENH-Information
DCH-ENH-Information-Reconf N rnsap.extension id-DCH-ENH-Information-Reconf
Gainfactors-10ms-mode N rnsap.extension id-Gainfactors-10ms-mode
Radio-Links-without-DPCH-FDPCH-Indication N rnsap.extension id-Radio-Links-without-DPCH-FDPCH-Indication
UL-DPCCH2-Information N rnsap.extension id-UL-DPCCH2-Information
UL-DPCCH2-Information-Reconf N rnsap.extension id-UL-DPCCH2-Information-Reconf
Implicit-Grant-Handling N rnsap.extension id-ImplicitGrantHandling
Minimum-TEBS-threshold N rnsap.extension id-MinimumTEBSthreshold
MultipleFrequencyBandsIndicatorList-EUTRA N rnsap.extension id-MultipleFrequencyBandsIndicatorList-EUTRA
MultipleFrequencyBandsIndicatorList N rnsap.extension id-MultipleFrequencyBandsIndicatorList
ActivationDelay N rnsap.extension id-ActivationDelay
Fast-TTI-switching-Mode-synchronized N rnsap.extension id-Fast-TTI-switching-Mode-synchronized
Fast-TTI-switching-Mode-unsynchronized N rnsap.extension id-Fast-TTI-switching-Mode-unsynchronized
Fast-TTI-switching-Mode-Supported N rnsap.extension id-Fast-TTI-switching-Mode-Supported
GANSS-BDSclockModel N rnsap.ies id-GANSS-BDSclockModel
GANSS-NavModel-BDSKeplerianSet N rnsap.ies id-GANSS-NavModel-BDSKeplerianSet
GANSS-UTCmodelSet4 N rnsap.ies id-GANSS-UTCmodelSet4
Inter-Frequency-Cell-Information-SIB11ter N rnsap.extension id-Inter-Frequency-Cell-Information-SIB11ter
Improved-Synchronized-Indicator N rnsap.extension id-Improved-Synchronized-Indicator
Downlink-TPC-enhancements-Information N rnsap.extension id-Downlink-TPC-enhancements-Information
Downlink-TPC-enhancements-Reconf N rnsap.extension id-Downlink-TPC-enhancements-Reconf
TPC-slot-position N rnsap.extension id-TPC-slot-position
DL-TBS N rnsap.ies id-DL-TBS
PLMN-Identity N rnsap.extension id-Selected-PLMN-Identity
SpeechVersion N rnsap.ies id-SpeechVersion
SourceID N rnsap.ies id-SourceID
TargetID N rnsap.ies id-TargetID
ClassmarkInformation2 N rnsap.ies id-ClassmarkInformation2
ClassmarkInformation3 N rnsap.ies id-ClassmarkInformation3
GSM-Cell-CM-Rqst N rnsap.ies id-GSM-Cell-CM-Rqst
Extension-CommonMeasurementObjectType-CM-Rprt N rnsap.extension id-Extension-CommonMeasurementObjectType-CM-Rprt
Extension-CommonMeasurementObjectType-CM-Rqst N rnsap.extension id-Extension-CommonMeasurementObjectType-CM-Rqst
Extension-CommonMeasurementObjectType-CM-Rsp N rnsap.extension id-Extension-CommonMeasurementObjectType-CM-Rsp
Extension-FailureIndicationMeasurementList N rnsap.extension id-Extension-FailureIndicationMeasurementList
Extension-FailureMeasurementList N rnsap.extension id-Extension-FailureMeasurementList
Extension-TerminationMeasurementList N rnsap.extension id-Extension-TerminationMeasurementList
GsmCellList-CM-Rprt N rnsap.ies id-GsmCellList-CM-Rprt
GsmCellList-CM-Rqst N rnsap.ies id-GsmCellList-CM-Rqst
GsmCellList-CM-Rsp N rnsap.ies id-GsmCellList-CM-Rsp
LoadValue N rnsap.ies id-LoadValue
EventH N rnsap.ies id-EventH
#RNSAP-ELEMENTARY-PROCEDURE
RadioLinkSetupRequestFDD S rnsap.proc.imsg "id-radioLinkSetup/fdd"
RadioLinkSetupResponseFDD S rnsap.proc.sout "id-radioLinkSetup/fdd"
RadioLinkSetupFailureFDD S rnsap.proc.uout "id-radioLinkSetup/fdd"
RadioLinkSetupRequestTDD S rnsap.proc.imsg "id-radioLinkSetup/tdd"
RadioLinkSetupResponseTDD S rnsap.proc.sout "id-radioLinkSetup/tdd"
RadioLinkSetupFailureTDD S rnsap.proc.uout "id-radioLinkSetup/tdd"
RadioLinkAdditionRequestFDD S rnsap.proc.imsg "id-radioLinkAddition/fdd"
RadioLinkAdditionResponseFDD S rnsap.proc.sout "id-radioLinkAddition/fdd"
RadioLinkAdditionFailureFDD S rnsap.proc.uout "id-radioLinkAddition/fdd"
RadioLinkAdditionRequestTDD S rnsap.proc.imsg "id-radioLinkAddition/tdd"
RadioLinkAdditionResponseTDD S rnsap.proc.sout "id-radioLinkAddition/tdd"
RadioLinkAdditionFailureTDD S rnsap.proc.uout "id-radioLinkAddition/tdd"
RadioLinkDeletionRequest S rnsap.proc.imsg "id-radioLinkDeletion/common"
RadioLinkDeletionResponse S rnsap.proc.sout "id-radioLinkDeletion/common"
RadioLinkReconfigurationPrepareFDD S rnsap.proc.imsg "id-synchronisedRadioLinkReconfigurationPreparation/fdd"
RadioLinkReconfigurationReadyFDD S rnsap.proc.sout "id-synchronisedRadioLinkReconfigurationPreparation/fdd"
RadioLinkReconfigurationFailure S rnsap.proc.uout "id-synchronisedRadioLinkReconfigurationPreparation/fdd"
RadioLinkReconfigurationPrepareTDD S rnsap.proc.imsg "id-synchronisedRadioLinkReconfigurationPreparation/tdd"
RadioLinkReconfigurationReadyTDD S rnsap.proc.sout "id-synchronisedRadioLinkReconfigurationPreparation/tdd"
RadioLinkReconfigurationFailure S rnsap.proc.uout "id-synchronisedRadioLinkReconfigurationPreparation/tdd"
RadioLinkReconfigurationRequestFDD S rnsap.proc.imsg "id-unSynchronisedRadioLinkReconfiguration/fdd"
RadioLinkReconfigurationResponseFDD S rnsap.proc.sout "id-unSynchronisedRadioLinkReconfiguration/fdd"
RadioLinkReconfigurationFailure S rnsap.proc.uout "id-unSynchronisedRadioLinkReconfiguration/fdd"
RadioLinkReconfigurationRequestTDD S rnsap.proc.imsg "id-unSynchronisedRadioLinkReconfiguration/tdd"
RadioLinkReconfigurationResponseTDD S rnsap.proc.sout "id-unSynchronisedRadioLinkReconfiguration/tdd"
RadioLinkReconfigurationFailure S rnsap.proc.uout "id-unSynchronisedRadioLinkReconfiguration/tdd"
PhysicalChannelReconfigurationRequestFDD S rnsap.proc.imsg "id-physicalChannelReconfiguration/fdd"
PhysicalChannelReconfigurationCommand S rnsap.proc.sout "id-physicalChannelReconfiguration/fdd"
PhysicalChannelReconfigurationFailure S rnsap.proc.uout "id-physicalChannelReconfiguration/fdd"
PhysicalChannelReconfigurationRequestTDD S rnsap.proc.imsg "id-physicalChannelReconfiguration/tdd"
PhysicalChannelReconfigurationCommand S rnsap.proc.sout "id-physicalChannelReconfiguration/tdd"
PhysicalChannelReconfigurationFailure S rnsap.proc.uout "id-physicalChannelReconfiguration/tdd"
DedicatedMeasurementInitiationRequest S rnsap.proc.imsg "id-dedicatedMeasurementInitiation/common"
DedicatedMeasurementInitiationResponse S rnsap.proc.sout "id-dedicatedMeasurementInitiation/common"
DedicatedMeasurementInitiationFailure S rnsap.proc.uout "id-dedicatedMeasurementInitiation/common"
CommonTransportChannelResourcesRequest S rnsap.proc.imsg "id-commonTransportChannelResourcesInitialisation/fdd"
CommonTransportChannelResourcesResponseFDD S rnsap.proc.sout "id-commonTransportChannelResourcesInitialisation/fdd"
CommonTransportChannelResourcesFailure S rnsap.proc.uout "id-commonTransportChannelResourcesInitialisation/fdd"
CommonTransportChannelResourcesRequest S rnsap.proc.imsg "id-commonTransportChannelResourcesInitialisation/tdd"
CommonTransportChannelResourcesResponseTDD S rnsap.proc.sout "id-commonTransportChannelResourcesInitialisation/tdd"
CommonTransportChannelResourcesFailure S rnsap.proc.uout "id-commonTransportChannelResourcesInitialisation/tdd"
UplinkSignallingTransferIndicationFDD S rnsap.proc.imsg "id-uplinkSignallingTransfer/fdd"
UplinkSignallingTransferIndicationTDD S rnsap.proc.imsg "id-uplinkSignallingTransfer/tdd"
DownlinkSignallingTransferRequest S rnsap.proc.imsg "id-downlinkSignallingTransfer/common"
RelocationCommit S rnsap.proc.imsg "id-relocationCommit/common"
PagingRequest S rnsap.proc.imsg "id-paging/common"
RadioLinkReconfigurationCommit S rnsap.proc.imsg "id-synchronisedRadioLinkReconfigurationCommit/common"
RadioLinkReconfigurationCancel S rnsap.proc.imsg "id-synchronisedRadioLinkReconfigurationCancellation/common"
RadioLinkFailureIndication S rnsap.proc.imsg "id-radioLinkFailure/common"
RadioLinkPreemptionRequiredIndication S rnsap.proc.imsg "id-radioLinkPreemption/common"
RadioLinkRestoreIndication S rnsap.proc.imsg "id-radioLinkRestoration/common"
DedicatedMeasurementReport S rnsap.proc.imsg "id-dedicatedMeasurementReporting/common"
DedicatedMeasurementTerminationRequest S rnsap.proc.imsg "id-dedicatedMeasurementTermination/common"
DedicatedMeasurementFailureIndication S rnsap.proc.imsg "id-dedicatedMeasurementFailure/common"
RadioLinkCongestionIndication S rnsap.proc.imsg "id-radioLinkCongestion/common"
DL-PowerControlRequest S rnsap.proc.imsg "id-downlinkPowerControl/fdd"
DL-PowerTimeslotControlRequest S rnsap.proc.imsg "id-downlinkPowerTimeslotControl/tdd"
CompressedModeCommand S rnsap.proc.imsg "id-compressedModeCommand/fdd"
CommonTransportChannelResourcesReleaseRequest S rnsap.proc.imsg "id-commonTransportChannelResourcesRelease/common"
ErrorIndication S rnsap.proc.imsg "id-errorIndication/common"
CommonMeasurementInitiationRequest S rnsap.proc.imsg "id-commonMeasurementInitiation/common"
CommonMeasurementInitiationResponse S rnsap.proc.sout "id-commonMeasurementInitiation/common"
CommonMeasurementInitiationFailure S rnsap.proc.uout "id-commonMeasurementInitiation/common"
CommonMeasurementReport S rnsap.proc.imsg "id-commonMeasurementReporting/common"
CommonMeasurementTerminationRequest S rnsap.proc.imsg "id-commonMeasurementTermination/common"
CommonMeasurementFailureIndication S rnsap.proc.imsg "id-commonMeasurementFailure/common"
InformationExchangeInitiationRequest S rnsap.proc.imsg "id-informationExchangeInitiation/common"
InformationExchangeInitiationResponse S rnsap.proc.sout "id-informationExchangeInitiation/common"
InformationExchangeInitiationFailure S rnsap.proc.uout "id-informationExchangeInitiation/common"
InformationReport S rnsap.proc.imsg "id-informationReporting/common"
InformationExchangeTerminationRequest S rnsap.proc.imsg "id-informationExchangeTermination/common"
InformationExchangeFailureIndication S rnsap.proc.imsg "id-informationExchangeFailure/common"
PrivateMessage S rnsap.proc.imsg "id-privateMessage/common"
ResetRequest S rnsap.proc.imsg "id-reset/common"
ResetResponse S rnsap.proc.sout "id-reset/common"
RadioLinkActivationCommandFDD S rnsap.proc.imsg "id-radioLinkActivation/fdd"
RadioLinkActivationCommandTDD S rnsap.proc.imsg "id-radioLinkActivation/tdd"
GERANUplinkSignallingTransferIndication S rnsap.proc.imsg "id-gERANuplinkSignallingTransfer/common"
RadioLinkParameterUpdateIndicationFDD S rnsap.proc.imsg "id-radioLinkParameterUpdate/fdd"
RadioLinkParameterUpdateIndicationTDD S rnsap.proc.imsg "id-radioLinkParameterUpdate/tdd"
UEMeasurementInitiationRequest S rnsap.proc.imsg "id-uEMeasurementInitiation/tdd"
UEMeasurementInitiationResponse S rnsap.proc.sout "id-uEMeasurementInitiation/tdd"
UEMeasurementInitiationFailure S rnsap.proc.uout "id-uEMeasurementInitiation/tdd"
UEMeasurementReport S rnsap.proc.imsg "id-uEMeasurementReporting/tdd"
UEMeasurementTerminationRequest S rnsap.proc.imsg "id-uEMeasurementTermination/tdd"
UEMeasurementFailureIndication S rnsap.proc.imsg "id-uEMeasurementFailure/tdd"
IurInvokeTrace S rnsap.proc.imsg "id-iurInvokeTrace/common"
IurDeactivateTrace S rnsap.proc.imsg "id-iurDeactivateTrace/common"
MBMSAttachCommand S rnsap.proc.imsg "id-mBMSAttach/common"
MBMSDetachCommand S rnsap.proc.imsg "id-mBMSDetach/common"
DirectInformationTransfer S rnsap.proc.imsg "id-directInformationTransfer/common"
EnhancedRelocationRequest S rnsap.proc.imsg "id-enhancedRelocation/common"
EnhancedRelocationResponse S rnsap.proc.sout "id-enhancedRelocation/common"
EnhancedRelocationFailure S rnsap.proc.uout "id-enhancedRelocation/common"
EnhancedRelocationCancel S rnsap.proc.imsg "id-enhancedRelocationCancel/common"
EnhancedRelocationSignallingTransfer S rnsap.proc.imsg "id-enhancedRelocationSignallingTransfer/common"
EnhancedRelocationRelease S rnsap.proc.imsg "id-enhancedRelocationRelease/common"
MBSFNMCCHInformation S rnsap.proc.imsg "id-mBSFNMCCHInformation/common"
SecondaryULFrequencyReport S rnsap.proc.imsg "id-secondaryULFrequencyReporting/fdd"
SecondaryULFrequencyUpdateIndication S rnsap.proc.imsg "id-secondaryULFrequencyUpdate/fdd"
EnhancedRelocationResourceRequest S rnsap.proc.imsg "id-enhancedRelocationResourceAllocation/tdd"
EnhancedRelocationResourceResponse S rnsap.proc.sout "id-enhancedRelocationResourceAllocation/tdd"
EnhancedRelocationResourceFailure S rnsap.proc.uout "id-enhancedRelocationResourceAllocation/tdd"
EnhancedRelocationResourceReleaseCommand S rnsap.proc.imsg "id-enhancedRelocationResourceRelease/tdd"
EnhancedRelocationResourceReleaseComplete S rnsap.proc.sout "id-enhancedRelocationResourceRelease/tdd"
InformationTransferControlRequest S rnsap.proc.imsg "id-informationTransferControl/common"
#.END |
Text | wireshark/epan/dissectors/asn1/ros/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME ros )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
${PROTOCOL_NAME}.asn
Remote-Operations-Information-Objects.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
packet-${PROTOCOL_NAME}-template.h
${PROTOCOL_NAME}.cnf
Remote-Operations-Generic-ROS-PDUs.asn
Remote-Operations-Information-Objects.asn
Remote-Operations-Useful-Definitions.asn
ros-err.cnf
ros-inv.cnf
ros-rej.cnf
ros-res.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS -b )
ASN2WRS() |
C | wireshark/epan/dissectors/asn1/ros/packet-ros-template.c | /* packet-ros_asn1.c
* Routines for ROS packet dissection
* Graeme Lunt 2005
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/conversation.h>
#include <epan/asn1.h>
#include <epan/expert.h>
#include "packet-ber.h"
#include "packet-pres.h"
#include "packet-ros.h"
#define PNAME "X.880 OSI Remote Operations Service"
#define PSNAME "ROS"
#define PFNAME "ros"
void proto_register_ros(void);
void proto_reg_handoff_ros(void);
/* Initialize the protocol and registered fields */
static int proto_ros = -1;
static proto_tree *top_tree=NULL;
static guint32 opcode;
static guint32 invokeid;
static dissector_handle_t ros_handle = NULL;
typedef struct ros_conv_info_t {
wmem_map_t *unmatched; /* unmatched operations */
wmem_map_t *matched; /* matched operations */
} ros_conv_info_t;
typedef struct ros_call_response {
gboolean is_request;
guint32 req_frame;
nstime_t req_time;
guint32 rep_frame;
guint invokeId;
} ros_call_response_t;
static int hf_ros_response_in = -1;
static int hf_ros_response_to = -1;
static int hf_ros_time = -1;
#include "packet-ros-hf.c"
/* Initialize the subtree pointers */
static gint ett_ros = -1;
static gint ett_ros_unknown = -1;
static gint ett_ros_invoke_argument = -1;
static gint ett_ros_return_result = -1;
static gint ett_ros_bind_invoke = -1;
static gint ett_ros_bind_result = -1;
static gint ett_ros_bind_error = -1;
static gint ett_ros_unbind_invoke = -1;
static gint ett_ros_unbind_result = -1;
static gint ett_ros_unbind_error = -1;
#include "packet-ros-ett.c"
static expert_field ei_ros_dissector_oid_not_implemented = EI_INIT;
static expert_field ei_ros_unknown_ros_pdu = EI_INIT;
static dissector_table_t ros_oid_dissector_table=NULL;
static wmem_map_t *protocol_table=NULL;
void
register_ros_oid_dissector_handle(const char *oid, dissector_handle_t dissector, int proto _U_, const char *name, gboolean uses_rtse)
{
dissector_add_string("ros.oid", oid, dissector);
if(!uses_rtse)
/* if we are not using RTSE, then we must register ROS with BER (ACSE) */
register_ber_oid_dissector_handle(oid, ros_handle, proto, name);
}
void
register_ros_protocol_info(const char *oid, const ros_info_t *rinfo, int proto _U_, const char *name, gboolean uses_rtse)
{
wmem_map_insert(protocol_table, (gpointer)oid, (gpointer)rinfo);
if(!uses_rtse)
/* if we are not using RTSE, then we must register ROS with BER (ACSE) */
register_ber_oid_dissector_handle(oid, ros_handle, proto, name);
}
static dissector_t ros_lookup_opr_dissector(gint32 opcode_lcl, const ros_opr_t *operations, gboolean argument)
{
/* we don't know what order asn2wrs/module definition is, so ... */
if(operations) {
for(;operations->arg_pdu != (dissector_t)(-1); operations++)
if(operations->opcode == opcode_lcl)
return argument ? operations->arg_pdu : operations->res_pdu;
}
return NULL;
}
static dissector_t ros_lookup_err_dissector(gint32 errcode, const ros_err_t *errors)
{
/* we don't know what order asn2wrs/module definition is, so ... */
if(errors) {
for(;errors->err_pdu != (dissector_t) (-1); errors++) {
if(errors->errcode == errcode)
return errors->err_pdu;
}
}
return NULL;
}
static int
ros_try_string(const char *oid, tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, struct SESSION_DATA_STRUCTURE* session)
{
ros_info_t *rinfo;
gint32 opcode_lcl = 0;
const gchar *opname = NULL;
const gchar *suffix = NULL;
dissector_t opdissector = NULL;
const value_string *lookup;
proto_item *item=NULL;
proto_tree *ros_tree=NULL;
if((session != NULL) && (oid != NULL) && ((rinfo = (ros_info_t*)wmem_map_lookup(protocol_table, oid)) != NULL)) {
if(tree){
item = proto_tree_add_item(tree, *(rinfo->proto), tvb, 0, -1, ENC_NA);
ros_tree = proto_item_add_subtree(item, *(rinfo->ett_proto));
}
col_set_str(pinfo->cinfo, COL_PROTOCOL, rinfo->name);
/* if this is a bind operation */
if((session->ros_op & ROS_OP_TYPE_MASK) == ROS_OP_BIND) {
/* use the in-built operation codes */
if((session->ros_op & ROS_OP_PDU_MASK) == ROS_OP_ERROR)
opcode_lcl = err_ros_bind;
else
opcode_lcl = op_ros_bind;
} else
/* otherwise just take the opcode */
opcode_lcl = session->ros_op & ROS_OP_OPCODE_MASK;
/* default lookup in the operations */
lookup = rinfo->opr_code_strings;
switch(session->ros_op & ROS_OP_PDU_MASK) {
case ROS_OP_ARGUMENT:
opdissector = ros_lookup_opr_dissector(opcode_lcl, rinfo->opr_code_dissectors, TRUE);
suffix = "_argument";
break;
case ROS_OP_RESULT:
opdissector = ros_lookup_opr_dissector(opcode_lcl, rinfo->opr_code_dissectors, FALSE);
suffix = "_result";
break;
case ROS_OP_ERROR:
opdissector = ros_lookup_err_dissector(opcode_lcl, rinfo->err_code_dissectors);
lookup = rinfo->err_code_strings;
break;
default:
break;
}
if(opdissector) {
opname = val_to_str(opcode_lcl, lookup, "Unknown opcode (%d)");
col_set_str(pinfo->cinfo, COL_INFO, opname);
if(suffix)
col_append_str(pinfo->cinfo, COL_INFO, suffix);
return (*opdissector)(tvb, pinfo, ros_tree, NULL);
}
}
return 0;
}
int
call_ros_oid_callback(const char *oid, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, struct SESSION_DATA_STRUCTURE* session)
{
tvbuff_t *next_tvb;
int len;
next_tvb = tvb_new_subset_remaining(tvb, offset);
if(((len = ros_try_string(oid, next_tvb, pinfo, tree, session)) == 0) &&
((len = dissector_try_string(ros_oid_dissector_table, oid, next_tvb, pinfo, tree, session)) == 0)) {
proto_item *item;
proto_tree *next_tree;
next_tree = proto_tree_add_subtree_format(tree, next_tvb, 0, -1, ett_ros_unknown, &item,
"ROS: Dissector for OID:%s not implemented. Contact Wireshark developers if you want this supported", oid);
expert_add_info_format(pinfo, item, &ei_ros_dissector_oid_not_implemented,
"ROS: Dissector for OID %s not implemented", oid);
len = dissect_unknown_ber(pinfo, next_tvb, offset, next_tree);
}
offset += len;
return offset;
}
static guint
ros_info_hash_matched(gconstpointer k)
{
const ros_call_response_t *key = (const ros_call_response_t *)k;
return key->invokeId;
}
static gint
ros_info_equal_matched(gconstpointer k1, gconstpointer k2)
{
const ros_call_response_t *key1 = (const ros_call_response_t *)k1;
const ros_call_response_t *key2 = (const ros_call_response_t *)k2;
if( key1->req_frame && key2->req_frame && (key1->req_frame!=key2->req_frame) ){
return 0;
}
/* a response may span multiple frames
if( key1->rep_frame && key2->rep_frame && (key1->rep_frame!=key2->rep_frame) ){
return 0;
}
*/
return key1->invokeId==key2->invokeId;
}
static guint
ros_info_hash_unmatched(gconstpointer k)
{
const ros_call_response_t *key = (const ros_call_response_t *)k;
return key->invokeId;
}
static gint
ros_info_equal_unmatched(gconstpointer k1, gconstpointer k2)
{
const ros_call_response_t *key1 = (const ros_call_response_t *)k1;
const ros_call_response_t *key2 = (const ros_call_response_t *)k2;
return key1->invokeId==key2->invokeId;
}
static ros_call_response_t *
ros_match_call_response(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint invokeId, gboolean isInvoke)
{
ros_call_response_t rcr, *rcrp=NULL;
ros_conv_info_t *ros_info;
conversation_t *conversation;
/* first see if we have already matched this */
conversation = find_conversation_pinfo(pinfo, 0);
if (conversation == NULL)
return NULL;
ros_info = (ros_conv_info_t *)conversation_get_proto_data(conversation, proto_ros);
if (ros_info == NULL)
return NULL;
rcr.invokeId=invokeId;
rcr.is_request = isInvoke;
if(isInvoke) {
rcr.req_frame=pinfo->num;
rcr.rep_frame=0;
} else {
rcr.req_frame=0;
rcr.rep_frame=pinfo->num;
}
rcrp=(ros_call_response_t *)wmem_map_lookup(ros_info->matched, &rcr);
if(rcrp) {
/* we have found a match */
rcrp->is_request=rcr.is_request;
} else {
/* we haven't found a match - try and match it up */
if(isInvoke) {
/* this is a request - add it to the unmatched list */
/* check that we don't already have one of those in the
unmatched list and if so remove it */
rcr.invokeId=invokeId;
rcrp=(ros_call_response_t *)wmem_map_lookup(ros_info->unmatched, &rcr);
if(rcrp){
wmem_map_remove(ros_info->unmatched, rcrp);
}
/* if we can't reuse the old one, grab a new chunk */
if(!rcrp){
rcrp=wmem_new(wmem_file_scope(), ros_call_response_t);
}
rcrp->invokeId=invokeId;
rcrp->req_frame=pinfo->num;
rcrp->req_time=pinfo->abs_ts;
rcrp->rep_frame=0;
rcrp->is_request=TRUE;
wmem_map_insert(ros_info->unmatched, rcrp, rcrp);
return NULL;
} else {
/* this is a result - it should be in our unmatched list */
rcr.invokeId=invokeId;
rcrp=(ros_call_response_t *)wmem_map_lookup(ros_info->unmatched, &rcr);
if(rcrp){
if(!rcrp->rep_frame){
wmem_map_remove(ros_info->unmatched, rcrp);
rcrp->rep_frame=pinfo->num;
rcrp->is_request=FALSE;
wmem_map_insert(ros_info->matched, rcrp, rcrp);
}
}
}
}
if(rcrp){ /* we have found a match */
proto_item *item = NULL;
if(rcrp->is_request){
item=proto_tree_add_uint(tree, hf_ros_response_in, tvb, 0, 0, rcrp->rep_frame);
proto_item_set_generated (item);
} else {
nstime_t ns;
item=proto_tree_add_uint(tree, hf_ros_response_to, tvb, 0, 0, rcrp->req_frame);
proto_item_set_generated (item);
nstime_delta(&ns, &pinfo->abs_ts, &rcrp->req_time);
item=proto_tree_add_time(tree, hf_ros_time, tvb, 0, 0, &ns);
proto_item_set_generated (item);
}
}
return rcrp;
}
#include "packet-ros-fn.c"
/*
* Dissect ROS PDUs inside a PPDU.
*/
static int
dissect_ros(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void* data)
{
int offset = 0;
int old_offset;
proto_item *item;
proto_tree *tree;
proto_tree *next_tree=NULL;
conversation_t *conversation;
ros_conv_info_t *ros_info = NULL;
asn1_ctx_t asn1_ctx;
asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
/* do we have application context from the acse dissector? */
if (data == NULL)
return 0;
asn1_ctx.private_data = data;
/* save parent_tree so subdissectors can create new top nodes */
top_tree=parent_tree;
conversation = find_or_create_conversation(pinfo);
/*
* Do we already have our info
*/
ros_info = (ros_conv_info_t *)conversation_get_proto_data(conversation, proto_ros);
if (ros_info == NULL) {
/* No. Attach that information to the conversation. */
ros_info = (ros_conv_info_t *)wmem_new0(wmem_file_scope(), ros_conv_info_t);
ros_info->matched=wmem_map_new(wmem_file_scope(), ros_info_hash_matched, ros_info_equal_matched);
ros_info->unmatched=wmem_map_new(wmem_file_scope(), ros_info_hash_unmatched, ros_info_equal_unmatched);
conversation_add_proto_data(conversation, proto_ros, ros_info);
}
item = proto_tree_add_item(parent_tree, proto_ros, tvb, 0, -1, ENC_NA);
tree = proto_item_add_subtree(item, ett_ros);
col_set_str(pinfo->cinfo, COL_PROTOCOL, "ROS");
col_clear(pinfo->cinfo, COL_INFO);
while (tvb_reported_length_remaining(tvb, offset) > 0){
old_offset=offset;
offset=dissect_ros_ROS(FALSE, tvb, offset, &asn1_ctx , tree, -1);
if(offset == old_offset){
next_tree = proto_tree_add_subtree(tree, tvb, offset, -1, ett_ros_unknown, &item, "Unknown ROS PDU");
expert_add_info(pinfo, item, &ei_ros_unknown_ros_pdu);
dissect_unknown_ber(pinfo, tvb, offset, next_tree);
break;
}
}
return tvb_captured_length(tvb);
}
/*--- proto_register_ros -------------------------------------------*/
void proto_register_ros(void) {
/* List of fields */
static hf_register_info hf[] =
{
{ &hf_ros_response_in,
{ "Response In", "ros.response_in",
FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"The response to this remote operation invocation is in this frame", HFILL }},
{ &hf_ros_response_to,
{ "Response To", "ros.response_to",
FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This is a response to the remote operation invocation in this frame", HFILL }},
{ &hf_ros_time,
{ "Time", "ros.time",
FT_RELATIVE_TIME, BASE_NONE, NULL, 0x0,
"The time between the Invoke and the Response", HFILL }},
#include "packet-ros-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_ros,
&ett_ros_unknown,
&ett_ros_invoke_argument,
&ett_ros_return_result,
&ett_ros_bind_invoke,
&ett_ros_bind_result,
&ett_ros_bind_error,
&ett_ros_unbind_invoke,
&ett_ros_unbind_result,
&ett_ros_unbind_error,
#include "packet-ros-ettarr.c"
};
static ei_register_info ei[] = {
{ &ei_ros_dissector_oid_not_implemented, { "ros.dissector_oid_not_implemented", PI_UNDECODED, PI_WARN, "ROS: Dissector for OID not implemented", EXPFILL }},
{ &ei_ros_unknown_ros_pdu, { "ros.unknown_ros_pdu", PI_UNDECODED, PI_WARN, "Unknown ROS PDU", EXPFILL }},
};
expert_module_t* expert_ros;
/* Register protocol */
proto_ros = proto_register_protocol(PNAME, PSNAME, PFNAME);
ros_handle = register_dissector("ros", dissect_ros, proto_ros);
/* Register fields and subtrees */
proto_register_field_array(proto_ros, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
expert_ros = expert_register_protocol(proto_ros);
expert_register_field_array(expert_ros, ei, array_length(ei));
ros_oid_dissector_table = register_dissector_table("ros.oid", "ROS OID Dissectors", proto_ros, FT_STRING, STRING_CASE_SENSITIVE);
protocol_table = wmem_map_new(wmem_epan_scope(), wmem_str_hash, g_str_equal);
}
/*--- proto_reg_handoff_ros --- */
void proto_reg_handoff_ros(void) {
} |
C/C++ | wireshark/epan/dissectors/asn1/ros/packet-ros-template.h | /* packet-ros.h
* Routines for ROS packet dissection
* Graeme Lunt 2005
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_ROS_H
#define PACKET_ROS_H
#include "packet-ros-exp.h"
# include "packet-ses.h"
/* for use in the SESSION_DATA_STRUCTURE ros_op argument
top byte indicates ROS invocation
bottom three bytes indicate operation code */
# define ROS_OP_MASK 0xff000000
# define ROS_OP_PDU_MASK 0xf0000000
# define ROS_OP_ARGUMENT 0x10000000
# define ROS_OP_RESULT 0x20000000
# define ROS_OP_ERROR 0x30000000
# define ROS_OP_REJECT 0x40000000
# define ROS_OP_TYPE_MASK 0x0f000000
# define ROS_OP_BIND 0x01000000
# define ROS_OP_UNBIND 0x02000000
# define ROS_OP_INVOKE 0x03000000
# define ROS_OP_OPCODE_MASK (~ROS_OP_MASK)
# define op_ros_bind (-1) /* pseudo operation code for asn2wrs generated binds */
# define err_ros_bind (-2) /* pseudo error code for asn2wrs generated binds */
typedef struct _ros_opr_t {
gint32 opcode;
dissector_t arg_pdu;
dissector_t res_pdu;
} ros_opr_t;
typedef struct _ros_err_t {
gint32 errcode;
dissector_t err_pdu;
} ros_err_t;
typedef struct _ros_info_t {
const gchar *name;
int *proto;
gint *ett_proto;
const value_string *opr_code_strings;
const ros_opr_t *opr_code_dissectors;
const value_string *err_code_strings;
const ros_err_t *err_code_dissectors;
} ros_info_t;
void register_ros_oid_dissector_handle(const char *oid, dissector_handle_t dissector, int proto _U_, const char *name, gboolean uses_rtse);
void register_ros_protocol_info(const char *oid, const ros_info_t *rinfo, int proto _U_, const char *name, gboolean uses_rtse);
int call_ros_oid_callback(const char *oid, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, struct SESSION_DATA_STRUCTURE* session);
#endif /* PACKET_ROS_H */ |
ASN.1 | wireshark/epan/dissectors/asn1/ros/Remote-Operations-Generic-ROS-PDUs.asn | -- Module Remote-Operations-Generic-ROS-PDUs (X.880:07/1994)
Remote-Operations-Generic-ROS-PDUs {joint-iso-itu-t remote-operations(4)
generic-ROS-PDUs(6) version1(0)} DEFINITIONS IMPLICIT TAGS ::=
BEGIN
-- exports everything
IMPORTS
OPERATION, ERROR
FROM Remote-Operations-Information-Objects {joint-iso-itu-t
remote-operations(4) informationObjects(5) version1(0)};
ROS{InvokeId:InvokeIdSet, OPERATION:Invokable, OPERATION:Returnable} ::=
CHOICE {
invoke [1] Invoke{{InvokeIdSet}, {Invokable}},
returnResult [2] ReturnResult{{Returnable}},
returnError [3] ReturnError{{Errors {{Returnable}}}},
reject [4] Reject
}
(CONSTRAINED BY { -- must conform to the above definition --} !
RejectProblem:general-unrecognizedPDU)
Invoke{InvokeId:InvokeIdSet, OPERATION:Operations} ::= SEQUENCE {
invokeId
InvokeId(InvokeIdSet)
(CONSTRAINED BY { -- must be unambiguous --} !
RejectProblem:invoke-duplicateInvocation),
linkedId
CHOICE {present [0] IMPLICIT present < InvokeId,
absent [1] IMPLICIT NULL
}
(CONSTRAINED BY { -- must identify an outstanding operation --} !
RejectProblem:invoke-unrecognizedLinkedId)
(CONSTRAINED BY { -- which has one or more linked operations--} !
RejectProblem:invoke-linkedResponseUnexpected) OPTIONAL,
opcode
OPERATION.&operationCode
({Operations} !RejectProblem:invoke-unrecognizedOperation),
argument
OPERATION.&ArgumentType
({Operations}{@opcode} !RejectProblem:invoke-mistypedArgument) OPTIONAL
}
(CONSTRAINED BY { -- must conform to the above definition --} !
RejectProblem:general-mistypedPDU)
(WITH COMPONENTS {
...,
linkedId ABSENT
} |
WITH COMPONENTS {
...,
linkedId PRESENT,
opcode (CONSTRAINED BY { -- must be in the &Linked field of the associated operation --
} !RejectProblem:invoke-unexpectedLinkedOperation)
})
-- continued on the next page
ReturnResult{OPERATION:Operations} ::= SEQUENCE {
invokeId
InvokeId
(CONSTRAINED BY { -- must be that for an outstanding operation --} !
RejectProblem:returnResult-unrecognizedInvocation)
(CONSTRAINED BY { -- which returns a result --} !
RejectProblem:returnResult-resultResponseUnexpected),
result
SEQUENCE {opcode
OPERATION.&operationCode({Operations})
(CONSTRAINED BY { -- identified by invokeId --} !
RejectProblem:returnResult-unrecognizedInvocation),
result
OPERATION.&ResultType
({Operations}{@.opcode} !
RejectProblem:returnResult-mistypedResult)} OPTIONAL
}
(CONSTRAINED BY { -- must conform to the above definition --} !
RejectProblem:general-mistypedPDU)
ReturnError{ERROR:Errors} ::= SEQUENCE {
invokeId
InvokeId
(CONSTRAINED BY { -- must be that for an outstanding operation --} !
RejectProblem:returnError-unrecognizedInvocation)
(CONSTRAINED BY { -- which returns an error --} !
RejectProblem:returnError-errorResponseUnexpected),
errcode
ERROR.&errorCode({Errors} !RejectProblem:returnError-unrecognizedError)
(CONSTRAINED BY { -- must be in the &Errors field of the associated operation --
} !RejectProblem:returnError-unexpectedError),
parameter
ERROR.&ParameterType
({Errors}{@errcode} !RejectProblem:returnError-mistypedParameter)
OPTIONAL
}
(CONSTRAINED BY { -- must conform to the above definition --} !
RejectProblem:general-mistypedPDU)
Reject ::= SEQUENCE {
invokeId InvokeId,
problem
CHOICE {general [0] GeneralProblem,
invoke [1] InvokeProblem,
returnResult [2] ReturnResultProblem,
returnError [3] ReturnErrorProblem}
}
(CONSTRAINED BY { -- must conform to the above definition --} !
RejectProblem:general-mistypedPDU)
GeneralProblem ::= INTEGER {
unrecognizedPDU(0), mistypedPDU(1), badlyStructuredPDU(2)}
-- continued on the next page
InvokeProblem ::= INTEGER {
duplicateInvocation(0), unrecognizedOperation(1), mistypedArgument(2),
resourceLimitation(3), releaseInProgress(4), unrecognizedLinkedId(5),
linkedResponseUnexpected(6), unexpectedLinkedOperation(7)}
ReturnResultProblem ::= INTEGER {
unrecognizedInvocation(0), resultResponseUnexpected(1), mistypedResult(2)
}
ReturnErrorProblem ::= INTEGER {
unrecognizedInvocation(0), errorResponseUnexpected(1), unrecognizedError(2),
unexpectedError(3), mistypedParameter(4)}
RejectProblem ::= INTEGER {
general-unrecognizedPDU(0), general-mistypedPDU(1),
general-badlyStructuredPDU(2), invoke-duplicateInvocation(10),
invoke-unrecognizedOperation(11), invoke-mistypedArgument(12),
invoke-resourceLimitation(13), invoke-releaseInProgress(14),
invoke-unrecognizedLinkedId(15), invoke-linkedResponseUnexpected(16),
invoke-unexpectedLinkedOperation(17),
returnResult-unrecognizedInvocation(20),
returnResult-resultResponseUnexpected(21), returnResult-mistypedResult(22),
returnError-unrecognizedInvocation(30),
returnError-errorResponseUnexpected(31), returnError-unrecognizedError(32),
returnError-unexpectedError(33), returnError-mistypedParameter(34)}
InvokeId ::= CHOICE {present INTEGER,
absent NULL
}
noInvokeId InvokeId ::= absent:NULL
NoInvokeId InvokeId ::= {noInvokeId}
Errors{OPERATION:Operations} ERROR ::= {Operations.&Errors}
-- continued on the next page
Bind{OPERATION:operation} ::= CHOICE {
bind-invoke [16] OPERATION.&ArgumentType({operation}),
bind-result [17] OPERATION.&ResultType({operation}),
bind-error [18] OPERATION.&Errors.&ParameterType({operation})
}
Unbind{OPERATION:operation} ::= CHOICE {
unbind-invoke [19] OPERATION.&ArgumentType({operation}),
unbind-result [20] OPERATION.&ResultType({operation}),
unbind-error [21] OPERATION.&Errors.&ParameterType({operation})
}
END -- end of generic ROS PDU definitions
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/ros/Remote-Operations-Information-Objects.asn | -- Generated by Asnp, the pretty-printer of France Telecom R&D (http://asn1.elibel.tm.fr/asnp/)
-- Module Remote-Operations-Information-Objects (Rec. X.880:07/1994)
Remote-Operations-Information-Objects {joint-iso-itu-t remote-operations(4)
informationObjects(5) version1(0)} DEFINITIONS
IMPLICIT TAGS -- WS: Don't know why I need to add this - but if it isn't, the ROS operationCode is not successfully decoded - even though it doesn't have any tags! An asn2wrs issue?
::=
BEGIN
-- exports everything
IMPORTS
emptyBind, emptyUnbind
FROM Remote-Operations-Useful-Definitions {joint-iso-itu-t
remote-operations(4) useful-definitions(7) version1(0)};
OPERATION ::= CLASS {
&ArgumentType OPTIONAL,
&argumentTypeOptional BOOLEAN OPTIONAL,
&returnResult BOOLEAN DEFAULT TRUE,
&ResultType OPTIONAL,
&resultTypeOptional BOOLEAN OPTIONAL,
&Errors ERROR OPTIONAL,
&Linked OPERATION OPTIONAL,
&synchronous BOOLEAN DEFAULT FALSE,
&alwaysReturns BOOLEAN DEFAULT TRUE,
&InvokePriority Priority OPTIONAL,
&ResultPriority Priority OPTIONAL,
&operationCode Code UNIQUE OPTIONAL
}
WITH SYNTAX {
[ARGUMENT &ArgumentType
[OPTIONAL &argumentTypeOptional]]
[RESULT &ResultType
[OPTIONAL &resultTypeOptional]]
[RETURN RESULT &returnResult]
[ERRORS &Errors]
[LINKED &Linked]
[SYNCHRONOUS &synchronous]
[ALWAYS RESPONDS &alwaysReturns]
[INVOKE PRIORITY &InvokePriority]
[RESULT-PRIORITY &ResultPriority]
[CODE &operationCode]
}
ERROR ::= CLASS {
&ParameterType OPTIONAL,
¶meterTypeOptional BOOLEAN OPTIONAL,
&ErrorPriority Priority OPTIONAL,
&errorCode Code UNIQUE OPTIONAL
}
WITH SYNTAX {
[PARAMETER &ParameterType
[OPTIONAL ¶meterTypeOptional]]
[PRIORITY &ErrorPriority]
[CODE &errorCode]
}
OPERATION-PACKAGE ::= CLASS {
&Both OPERATION OPTIONAL,
&Consumer OPERATION OPTIONAL,
&Supplier OPERATION OPTIONAL,
&id OBJECT IDENTIFIER UNIQUE OPTIONAL
}
-- continued on the next page
WITH SYNTAX {
[OPERATIONS &Both]
[CONSUMER INVOKES &Supplier]
[SUPPLIER INVOKES &Consumer]
[ID &id]
}
CONNECTION-PACKAGE ::= CLASS {
&bind OPERATION DEFAULT emptyBind,
&unbind OPERATION DEFAULT emptyUnbind,
&responderCanUnbind BOOLEAN DEFAULT FALSE,
&unbindCanFail BOOLEAN DEFAULT FALSE,
&id OBJECT IDENTIFIER UNIQUE OPTIONAL
}
WITH SYNTAX {
[BIND &bind]
[UNBIND &unbind]
[RESPONDER UNBIND &responderCanUnbind]
[FAILURE TO UNBIND &unbindCanFail]
[ID &id]
}
CONTRACT ::= CLASS {
&connection CONNECTION-PACKAGE OPTIONAL,
&OperationsOf OPERATION-PACKAGE OPTIONAL,
&InitiatorConsumerOf OPERATION-PACKAGE OPTIONAL,
&InitiatorSupplierOf OPERATION-PACKAGE OPTIONAL,
&id OBJECT IDENTIFIER UNIQUE OPTIONAL
}
WITH SYNTAX {
[CONNECTION &connection]
[OPERATIONS OF &OperationsOf]
[INITIATOR CONSUMER OF &InitiatorConsumerOf]
[RESPONDER CONSUMER OF &InitiatorSupplierOf]
[ID &id]
}
ROS-OBJECT-CLASS ::= CLASS {
&Is ROS-OBJECT-CLASS OPTIONAL,
&Initiates CONTRACT OPTIONAL,
&Responds CONTRACT OPTIONAL,
&InitiatesAndResponds CONTRACT OPTIONAL,
&id OBJECT IDENTIFIER UNIQUE
}
WITH SYNTAX {
[IS &Is]
[BOTH &InitiatesAndResponds]
[INITIATES &Initiates]
[RESPONDS &Responds]
ID &id
}
Code ::= CHOICE {local INTEGER,
global OBJECT IDENTIFIER
}
Priority ::= INTEGER(0..MAX)
END -- end of Information Object specifications
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/ros/Remote-Operations-Useful-Definitions.asn | -- Module Remote-Operations-Useful-Definitions (X.880:07/1994)
Remote-Operations-Useful-Definitions {joint-iso-itu-t remote-operations(4)
useful-definitions(7) version1(0)} DEFINITIONS IMPLICIT TAGS ::=
BEGIN
-- exports everything
IMPORTS
OPERATION, ERROR, OPERATION-PACKAGE, Code
FROM Remote-Operations-Information-Objects {joint-iso-itu-t
remote-operations(4) informationObjects(5) version1(0)}
InvokeId, ROS{}
FROM Remote-Operations-Generic-ROS-PDUs {joint-iso-itu-t
remote-operations(4) generic-ROS-PDUs(6) version1(0)};
emptyBind OPERATION ::= {ERRORS {refuse}
SYNCHRONOUS TRUE
}
emptyUnbind OPERATION ::= {SYNCHRONOUS TRUE
}
refuse ERROR ::= {CODE local:-1
}
no-op OPERATION ::= {ALWAYS RESPONDS FALSE
CODE local:-1
}
Forward{OPERATION:OperationSet} OPERATION ::=
{OperationSet | OperationSet.&Linked.&Linked |
OperationSet.&Linked.&Linked.&Linked.&Linked}
Reverse{OPERATION:OperationSet} OPERATION ::= {Forward{{OperationSet.&Linked}}}
ConsumerPerforms{OPERATION-PACKAGE:package} OPERATION ::=
{Forward{{package.&Consumer}} | Forward{{package.&Both}} |
Reverse{{package.&Supplier}} | Reverse{{package.&Both}}}
SupplierPerforms{OPERATION-PACKAGE:package} OPERATION ::=
{Forward{{package.&Supplier}} | Forward{{package.&Both}} |
Reverse{{package.&Consumer}} | Reverse{{package.&Both}}}
AllOperations{OPERATION-PACKAGE:package} OPERATION ::=
{ConsumerPerforms{package} | SupplierPerforms{package}}
-- continued on the next page
recode{OPERATION:operation, Code:code} OPERATION ::= {
ARGUMENT operation.&ArgumentType
OPTIONAL operation.&argumentTypeOptional
RESULT operation.&ResultType
OPTIONAL operation.&resultTypeOptional
RETURN RESULT operation.&returnResult
ERRORS {operation.&Errors}
LINKED {operation.&Linked}
SYNCHRONOUS operation.&synchronous
ALWAYS RESPONDS operation.&alwaysReturns
INVOKE PRIORITY {operation.&InvokePriority}
RESULT-PRIORITY {operation.&ResultPriority}
CODE code
}
switch{OPERATION-PACKAGE:package, OBJECT IDENTIFIER:id} OPERATION-PACKAGE ::=
{
OPERATIONS {package.&Both}
CONSUMER INVOKES {package.&Consumer}
SUPPLIER INVOKES {package.&Supplier}
ID id
}
combine{OPERATION-PACKAGE:ConsumerConsumes, OPERATION-PACKAGE:ConsumerSupplies,
OPERATION-PACKAGE:base} OPERATION-PACKAGE ::= {
OPERATIONS {ConsumerConsumes.&Both | ConsumerSupplies.&Both}
CONSUMER INVOKES {ConsumerConsumes.&Consumer | ConsumerSupplies.&Supplier}
SUPPLIER INVOKES {ConsumerConsumes.&Supplier | ConsumerSupplies.&Consumer}
ID base.&id
}
ROS-SingleAS{InvokeId:InvokeIdSet, OPERATION-PACKAGE:package} ::=
ROS{{InvokeIdSet}, {AllOperations {package}}, {AllOperations {package}}}
ROS-ConsumerAS{InvokeId:InvokeIdSet, OPERATION-PACKAGE:package} ::=
ROS
{{InvokeIdSet}, {ConsumerPerforms {package}},
{SupplierPerforms {package}}}
ROS-SupplierAS{InvokeId:InvokeIdSet, OPERATION-PACKAGE:package} ::=
ROS
{{InvokeIdSet}, {SupplierPerforms {package}},
{ConsumerPerforms {package}}}
END -- end of useful definitions.
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
Configuration | wireshark/epan/dissectors/asn1/ros/ros-err.cnf | # ros-err.cnf
# ROS ReturnError common code
# Copyright 2007 Tomas Kukosa
#.FN_HDR ReturnError
dissector_handle_t err_handle = NULL;
const gchar *descr = "";
err_next_tvb = NULL;
#.FN_FTR ReturnError
actx->rose_ctx->d.pdu = 3;
if ((actx->rose_ctx->d.code == 0) && actx->rose_ctx->err_local_dissector_table) {
err_handle = dissector_get_uint_handle(actx->rose_ctx->err_local_dissector_table, actx->rose_ctx->d.code_local);
} else if ((actx->rose_ctx->d.code == 1) && actx->rose_ctx->err_global_dissector_table) {
err_handle = dissector_get_string_handle(actx->rose_ctx->err_global_dissector_table, actx->rose_ctx->d.code_global);
} else {
err_handle = NULL;
}
if (!err_handle ||
!proto_is_protocol_enabled(find_protocol_by_id(dissector_handle_get_protocol_index(err_handle)))) {
if (actx->rose_ctx->d.code == 0)
descr = wmem_strdup_printf(actx->pinfo->pool, "ERR: %d", actx->rose_ctx->d.code_local);
else if (actx->rose_ctx->d.code == 1)
descr = wmem_strdup_printf(actx->pinfo->pool, "ERR: %s", actx->rose_ctx->d.code_global);
} else {
descr = wmem_strdup(actx->pinfo->pool, "ERR:");
}
if (actx->rose_ctx->apdu_depth >= 0)
proto_item_append_text(proto_item_get_parent_nth(proto_tree_get_parent(tree), actx->rose_ctx->apdu_depth), " %s", descr);
if (actx->rose_ctx->fillin_info)
col_append_str(actx->pinfo->cinfo, COL_INFO, descr);
if (actx->rose_ctx->fillin_ptr)
(void) g_strlcat(actx->rose_ctx->fillin_ptr, descr, actx->rose_ctx->fillin_buf_size);
if (!err_next_tvb) { /* empty error */
err_next_tvb = tvb_new_subset_length_caplen(tvb, (actx->encoding==ASN1_ENC_PER)?offset>>3:offset, 0, 0);
}
call_dissector_with_data((err_handle)?err_handle:data_handle, err_next_tvb, actx->pinfo, tree, actx->rose_ctx);
if (!err_handle) {
expert_add_info_format(actx->pinfo, tree, &ei_ros_undecoded, "Undecoded %s", descr);
}
#.END |
Configuration | wireshark/epan/dissectors/asn1/ros/ros-inv.cnf | # ros-inv.cnf
# ROS Invoke common code
# Copyright 2007 Tomas Kukosa
#.FN_HDR Invoke
dissector_handle_t arg_handle = NULL;
const gchar *descr = "";
arg_next_tvb = NULL;
#.FN_FTR Invoke
actx->rose_ctx->d.pdu = 1;
if ((actx->rose_ctx->d.code == 0) && actx->rose_ctx->arg_local_dissector_table) {
arg_handle = dissector_get_uint_handle(actx->rose_ctx->arg_local_dissector_table, actx->rose_ctx->d.code_local);
} else if ((actx->rose_ctx->d.code == 1) && actx->rose_ctx->arg_global_dissector_table) {
arg_handle = dissector_get_string_handle(actx->rose_ctx->arg_global_dissector_table, actx->rose_ctx->d.code_global);
} else {
arg_handle = NULL;
}
if (!arg_handle ||
!proto_is_protocol_enabled(find_protocol_by_id(dissector_handle_get_protocol_index(arg_handle)))) {
if (actx->rose_ctx->d.code == 0)
descr = wmem_strdup_printf(actx->pinfo->pool, "INV: %d", actx->rose_ctx->d.code_local);
else if (actx->rose_ctx->d.code == 1)
descr = wmem_strdup_printf(actx->pinfo->pool, "INV: %s", actx->rose_ctx->d.code_global);
} else {
descr = wmem_strdup(actx->pinfo->pool, "INV:");
}
if (actx->rose_ctx->apdu_depth >= 0)
proto_item_append_text(proto_item_get_parent_nth(proto_tree_get_parent(tree), actx->rose_ctx->apdu_depth), " %s", descr);
if (actx->rose_ctx->fillin_info)
col_append_str(actx->pinfo->cinfo, COL_INFO, descr);
if (actx->rose_ctx->fillin_ptr)
(void) g_strlcat(actx->rose_ctx->fillin_ptr, descr, actx->rose_ctx->fillin_buf_size);
if (!arg_next_tvb) { /* empty argument */
arg_next_tvb = tvb_new_subset_length_caplen(tvb, (actx->encoding==ASN1_ENC_PER)?offset>>3:offset, 0, 0);
}
call_dissector_with_data((arg_handle)?arg_handle:data_handle, arg_next_tvb, actx->pinfo, tree, actx->rose_ctx);
if (!arg_handle) {
expert_add_info_format(actx->pinfo, tree, &ei_ros_undecoded, "Undecoded %s", descr);
}
#.END |
Configuration | wireshark/epan/dissectors/asn1/ros/ros-rej.cnf | # ros-rej.cnf
# ROS Reject common code
# Copyright 2007 Tomas Kukosa
#.FN_HDR Reject
const gchar *descr = "";
problem_str[0] = '\0';
#.FN_FTR Reject
descr = wmem_strdup_printf(actx->pinfo->pool, "REJ: %s", problem_str);
if (actx->rose_ctx->apdu_depth >= 0)
proto_item_append_text(proto_item_get_parent_nth(proto_tree_get_parent(tree), actx->rose_ctx->apdu_depth), " %s", descr);
if (actx->rose_ctx->fillin_info)
col_append_str(actx->pinfo->cinfo, COL_INFO, descr);
if (actx->rose_ctx->fillin_ptr)
(void) g_strlcat(actx->rose_ctx->fillin_ptr, descr, actx->rose_ctx->fillin_buf_size);
#.END |
Configuration | wireshark/epan/dissectors/asn1/ros/ros-res.cnf | # ros-res.cnf
# ROS ReturnResult common code
# Copyright 2007 Tomas Kukosa
#.FN_HDR ReturnResult
dissector_handle_t res_handle = NULL;
const gchar *descr = "";
actx->rose_ctx->d.code = -1;
res_next_tvb = NULL;
#.FN_FTR ReturnResult
actx->rose_ctx->d.pdu = 2;
if ((actx->rose_ctx->d.code == 0) && actx->rose_ctx->res_local_dissector_table) {
res_handle = dissector_get_uint_handle(actx->rose_ctx->res_local_dissector_table, actx->rose_ctx->d.code_local);
} else if ((actx->rose_ctx->d.code == 1) && actx->rose_ctx->res_global_dissector_table) {
res_handle = dissector_get_string_handle(actx->rose_ctx->res_global_dissector_table, actx->rose_ctx->d.code_global);
} else {
res_handle = NULL;
}
if (!res_handle ||
!proto_is_protocol_enabled(find_protocol_by_id(dissector_handle_get_protocol_index(res_handle)))) {
if (actx->rose_ctx->d.code == 0)
descr = wmem_strdup_printf(actx->pinfo->pool, "RES: %d", actx->rose_ctx->d.code_local);
else if (actx->rose_ctx->d.code == 1)
descr = wmem_strdup_printf(actx->pinfo->pool, "RES: %s", actx->rose_ctx->d.code_global);
} else {
descr = wmem_strdup(actx->pinfo->pool, "RES:");
}
if (actx->rose_ctx->apdu_depth >= 0)
proto_item_append_text(proto_item_get_parent_nth(proto_tree_get_parent(tree), actx->rose_ctx->apdu_depth), " %s", descr);
if (actx->rose_ctx->fillin_info)
col_append_str(actx->pinfo->cinfo, COL_INFO, descr);
if (actx->rose_ctx->fillin_ptr)
(void) g_strlcat(actx->rose_ctx->fillin_ptr, descr, actx->rose_ctx->fillin_buf_size);
if (actx->rose_ctx->d.code != -1) {
if (!res_next_tvb) { /* empty result */
res_next_tvb = tvb_new_subset_length_caplen(tvb, (actx->encoding==ASN1_ENC_PER)?offset>>3:offset, 0, 0);
}
call_dissector_with_data((res_handle)?res_handle:data_handle, res_next_tvb, actx->pinfo, tree, actx->rose_ctx);
if (!res_handle) {
expert_add_info_format(actx->pinfo, tree, &ei_ros_undecoded, "Undecoded %s", descr);
}
}
#.END |
ASN.1 | wireshark/epan/dissectors/asn1/ros/ros.asn | -- Module Remote-Operations-Generic-ROS-PDUs (X.880:07/1994)
-- See also the README file
-- See also the index of all ASN.1 assignments needed in this Recommendation
Remote-Operations-Generic-ROS-PDUs {joint-iso-itu-t remote-operations(4)
generic-ROS-PDUs(6) version1(0)} DEFINITIONS IMPLICIT TAGS ::=
BEGIN
-- exports everything
IMPORTS
OPERATION, ERROR
FROM Remote-Operations-Information-Objects {joint-iso-itu-t
remote-operations(4) informationObjects(5) version1(0)};
ROS --{InvokeId:InvokeIdSet, OPERATION:Invokable, OPERATION:Returnable} -- ::=
CHOICE {
invoke [1] Invoke --{{InvokeIdSet}, {Invokable}}--,
returnResult [2] ReturnResult --{{Returnable}}--,
returnError [3] ReturnError --{{Errors {{Returnable}}}}--,
reject [4] Reject,
bind-invoke [16] --OPERATION.&ArgumentType({operation})-- ANY,
bind-result [17] --OPERATION.&ResultType({operation})-- ANY,
bind-error [18] --OPERATION.&Errors.&ParameterType({operation}) -- ANY,
unbind-invoke [19] --OPERATION.&ArgumentType({operation})-- ANY,
unbind-result [20] --OPERATION.&ResultType({operation})-- ANY,
unbind-error [21] --OPERATION.&Errors.&ParameterType({operation}) -- ANY
}
--(CONSTRAINED BY { - - must conform to the above definition - -} !
-- RejectProblem:general-unrecognizedPDU)
Invoke --{InvokeId:InvokeIdSet, OPERATION:Operations}-- ::= SEQUENCE {
invokeId
InvokeId --(InvokeIdSet)
-- (CONSTRAINED BY { - - must be unambiguous - -} !
-- RejectProblem:invoke-duplicateInvocation)--,
linkedId
-- CHOICE {present [0] IMPLICIT present < InvokeId,
-- absent [1] IMPLICIT NULL
-- }
[0] INTEGER
-- (CONSTRAINED BY { - - must identify an outstanding operation - -} !
-- RejectProblem:invoke-unrecognizedLinkedId)
-- (CONSTRAINED BY { - - which has one or more linked operations- -} !
-- RejectProblem:invoke-linkedResponseUnexpected)-- OPTIONAL,
opcode OperationCode
-- OPERATION.&operationCode
-- ({Operations} !RejectProblem:invoke-unrecognizedOperation)--,
argument
-- OPERATION.&ArgumentType
-- ({Operations}{@opcode} !RejectProblem:invoke-mistypedArgument) -- ANY OPTIONAL
}
OperationCode ::= INTEGER
--(CONSTRAINED BY { - - must conform to the above definition - -} !
-- RejectProblem:general-mistypedPDU)
--(WITH COMPONENTS {
-- ...,
-- linkedId ABSENT
-- } |
-- WITH COMPONENTS {
-- ...,
-- linkedId PRESENT,
-- opcode (CONSTRAINED BY { - - must be in the &Linked field of the associated operation - -
-- } !RejectProblem:invoke-unexpectedLinkedOperation)
-- })
-- continued on the next page
ReturnResult --{OPERATION:Operations}-- ::= SEQUENCE {
invokeId
InvokeId
-- (CONSTRAINED BY { - - must be that for an outstanding operation - -} !
-- RejectProblem:returnResult-unrecognizedInvocation)
-- (CONSTRAINED BY { - - which returns a result - -} !
-- RejectProblem:returnResult-resultResponseUnexpected)--,
result
SEQUENCE {opcode OperationCode
-- OPERATION.&operationCode({Operations})
-- (CONSTRAINED BY { - - identified by invokeId - -} !
-- RejectProblem:returnResult-unrecognizedInvocation)--,
result ANY
-- OPERATION.&ResultType
-- ({Operations}{@.opcode} !
-- RejectProblem:returnResult-mistypedResult) -- } OPTIONAL
}
--(CONSTRAINED BY { - - must conform to the above definition - -} !
-- RejectProblem:general-mistypedPDU)
ReturnError --{ERROR:Errors}-- ::= SEQUENCE {
invokeId
InvokeId
-- (CONSTRAINED BY { - - must be that for an outstanding operation - -} !
-- RejectProblem:returnError-unrecognizedInvocation)
-- (CONSTRAINED BY { - - which returns an error - -} !
-- RejectProblem:returnError-errorResponseUnexpected) --,
errcode ErrorCode
-- ERROR.&errorCode({Errors} !RejectProblem:returnError-unrecognizedError)
-- (CONSTRAINED BY { - - must be in the &Errors field of the associated operation - -
-- } !RejectProblem:returnError-unexpectedError)--,
parameter ANY
-- ERROR.&ParameterType
-- ({Errors}{@errcode} !RejectProblem:returnError-mistypedParameter)
OPTIONAL
}
--(CONSTRAINED BY { - - must conform to the above definition - -} !
-- RejectProblem:general-mistypedPDU)
ErrorCode ::= INTEGER
Reject ::= SEQUENCE {
invokeId InvokeId,
problem
CHOICE {general [0] GeneralProblem,
invoke [1] InvokeProblem,
returnResult [2] ReturnResultProblem,
returnError [3] ReturnErrorProblem}
}
--(CONSTRAINED BY { - - must conform to the above definition - -} !
-- RejectProblem:general-mistypedPDU)
GeneralProblem ::= INTEGER {
unrecognizedPDU(0), mistypedPDU(1), badlyStructuredPDU(2)}
-- continued on the next page
InvokeProblem ::= INTEGER {
duplicateInvocation(0), unrecognizedOperation(1), mistypedArgument(2),
resourceLimitation(3), releaseInProgress(4), unrecognizedLinkedId(5),
linkedResponseUnexpected(6), unexpectedLinkedOperation(7)}
ReturnResultProblem ::= INTEGER {
unrecognizedInvocation(0), resultResponseUnexpected(1), mistypedResult(2)
}
ReturnErrorProblem ::= INTEGER {
unrecognizedInvocation(0), errorResponseUnexpected(1), unrecognizedError(2),
unexpectedError(3), mistypedParameter(4)}
--RejectProblem ::= INTEGER {
-- general-unrecognizedPDU(0), general-mistypedPDU(1),
-- general-badlyStructuredPDU(2), invoke-duplicateInvocation(10),
-- invoke-unrecognizedOperation(11), invoke-mistypedArgument(12),
-- invoke-resourceLimitation(13), invoke-releaseInProgress(14),
-- invoke-unrecognizedLinkedId(15), invoke-linkedResponseUnexpected(16),
-- invoke-unexpectedLinkedOperation(17),
-- returnResult-unrecognizedInvocation(20),
-- returnResult-resultResponseUnexpected(21), returnResult-mistypedResult(22),
-- returnError-unrecognizedInvocation(30),
-- returnError-errorResponseUnexpected(31), returnError-unrecognizedError(32),
-- returnError-unexpectedError(33), returnError-mistypedParameter(34)}
InvokeId ::= CHOICE {present INTEGER,
absent NULL
}
--noInvokeId InvokeId ::= absent:NULL
--NoInvokeId InvokeId ::= {noInvokeId}
--Errors{OPERATION:Operations} ERROR ::= {Operations.&Errors}
-- continued on the next page
--Bind{OPERATION:operation} ::= CHOICE {
-- bind-invoke [16] OPERATION.&ArgumentType({operation}),
-- bind-result [17] OPERATION.&ResultType({operation}),
-- bind-error [18] OPERATION.&Errors.&ParameterType({operation})
--}
--Unbind{OPERATION:operation} ::= CHOICE {
-- unbind-invoke [19] OPERATION.&ArgumentType({operation}),
-- unbind-result [20] OPERATION.&ResultType({operation}),
-- unbind-error [21] OPERATION.&Errors.&ParameterType({operation})
--}
--Code ::= CHOICE {
-- local INTEGER,
-- global OBJECT IDENTIFIER
--}
--Priority ::= INTEGER
END -- end of generic ROS PDU definitions
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
Configuration | wireshark/epan/dissectors/asn1/ros/ros.cnf | #.EXPORTS
OPERATION
ERROR
OPERATION-PACKAGE
CONTRACT
InvokeId
Code
ROS
#.OMIT_ASSIGNMENT
Priority
#.END
#.TYPE_RENAME
ReturnResult/result/result OperationResult
#.FIELD_RENAME
Reject/problem/invoke invokeProblem
ReturnResult/result/result operationResult
Reject/problem/returnError rejectError
Reject/problem/returnResult rejectResult
#.FN_PARS OperationCode VAL_PTR = &opcode
#.FN_PARS ErrorCode VAL_PTR = &opcode
#.FN_PARS InvokeId/present VAL_PTR = &invokeid
#.FN_BODY Invoke/argument
char *oid;
proto_tree* subtree;
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE *)actx->private_data;
/* not sure what the length should be - -1 for now */
subtree = proto_tree_add_subtree(tree, tvb, offset, -1, ett_ros_invoke_argument, NULL, "invoke argument");
ros_match_call_response(tvb, actx->pinfo, subtree, invokeid, TRUE);
if(session && session->pres_ctx_id && (oid = find_oid_by_pres_ctx_id(actx->pinfo, session->pres_ctx_id))) {
/* this should be ROS! */
session->ros_op = (ROS_OP_INVOKE | ROS_OP_ARGUMENT);
/* now add the opcode */
session->ros_op |= opcode;
offset = call_ros_oid_callback(oid, tvb, offset, actx->pinfo, top_tree, session);
}
#.FN_BODY ReturnResult/result/result
char *oid;
proto_tree* subtree;
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE *)actx->private_data;
/* not sure what the length should be - -1 for now */
subtree = proto_tree_add_subtree(tree, tvb, offset,-1, ett_ros_return_result, NULL, "return result");
ros_match_call_response(tvb, actx->pinfo, subtree, invokeid, FALSE);
if(session && session->pres_ctx_id && (oid = find_oid_by_pres_ctx_id(actx->pinfo, session->pres_ctx_id))) {
/* this should be ROS! */
session->ros_op = (ROS_OP_INVOKE | ROS_OP_RESULT);
/* now add the opcode */
session->ros_op |= opcode;
offset = call_ros_oid_callback(oid, tvb, offset, actx->pinfo, top_tree, session);
}
#.FN_BODY ReturnError/parameter
char *oid;
proto_tree* subtree;
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE *)actx->private_data;
/* not sure what the length should be - -1 for now */
subtree = proto_tree_add_subtree(tree, tvb, offset,-1, ett_ros_return_result, NULL, "return result");
ros_match_call_response(tvb, actx->pinfo, subtree, invokeid, FALSE);
if(session && session->pres_ctx_id && (oid = find_oid_by_pres_ctx_id(actx->pinfo, session->pres_ctx_id))) {
/* this should be ROS! */
session->ros_op = (ROS_OP_INVOKE | ROS_OP_ERROR);
/* now add the opcode (really the error code) */
session->ros_op |= opcode;
offset = call_ros_oid_callback(oid, tvb, offset, actx->pinfo, top_tree, session);
}
#.FN_BODY ROS/bind-invoke
char *oid;
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE *)actx->private_data;
/* not sure what the length should be - -1 for now */
proto_tree_add_subtree(tree, tvb, offset,-1, ett_ros_bind_result, NULL, "bind-invoke");
if(session && session->pres_ctx_id && (oid = find_oid_by_pres_ctx_id(actx->pinfo, session->pres_ctx_id))) {
/* this should be ROS! */
session->ros_op = (ROS_OP_BIND | ROS_OP_ARGUMENT);
offset = call_ros_oid_callback(oid, tvb, offset, actx->pinfo, top_tree, session);
}
#.FN_BODY ROS/bind-result
char *oid;
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE *)actx->private_data;
/* not sure what the length should be - -1 for now */
proto_tree_add_subtree(tree, tvb, offset,-1, ett_ros_bind_result, NULL, "bind-result");
if(session && session->pres_ctx_id && (oid = find_oid_by_pres_ctx_id(actx->pinfo, session->pres_ctx_id))) {
/* this should be ROS! */
session->ros_op = (ROS_OP_BIND | ROS_OP_RESULT);
offset = call_ros_oid_callback(oid, tvb, offset, actx->pinfo, top_tree, session);
}
#.FN_BODY ROS/bind-error
char *oid;
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE *)actx->private_data;
/* not sure what the length should be - -1 for now */
proto_tree_add_subtree(tree, tvb, offset,-1, ett_ros_bind_error, NULL, "bind-error");
if(session && session->pres_ctx_id && (oid = find_oid_by_pres_ctx_id(actx->pinfo, session->pres_ctx_id))) {
/* this should be ROS! */
session->ros_op = (ROS_OP_BIND | ROS_OP_ERROR);
offset = call_ros_oid_callback(oid, tvb, offset, actx->pinfo, top_tree, session);
}
#.FN_BODY ROS/unbind-invoke
char *oid;
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE *)actx->private_data;
/* not sure what the length should be - -1 for now */
proto_tree_add_subtree(tree, tvb, offset,-1, ett_ros_unbind_invoke, NULL, "unbind-invoke");
if(session && session->pres_ctx_id && (oid = find_oid_by_pres_ctx_id(actx->pinfo, session->pres_ctx_id))) {
/* this should be ROS! */
session->ros_op = (ROS_OP_UNBIND | ROS_OP_ARGUMENT);
offset = call_ros_oid_callback(oid, tvb, offset, actx->pinfo, top_tree, session);
}
#.FN_BODY ROS/unbind-result
char *oid;
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE *)actx->private_data;
/* not sure what the length should be - -1 for now */
proto_tree_add_subtree(tree, tvb, offset,-1, ett_ros_unbind_result, NULL, "unbind-result");
if(session && session->pres_ctx_id && (oid = find_oid_by_pres_ctx_id(actx->pinfo, session->pres_ctx_id))) {
/* this should be ROS! */
session->ros_op = (ROS_OP_UNBIND | ROS_OP_RESULT);
offset = call_ros_oid_callback(oid, tvb, offset, actx->pinfo, top_tree, session);
}
#.FN_BODY ROS/unbind-error
char *oid;
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE *)actx->private_data;
/* not sure what the length should be - -1 for now */
proto_tree_add_subtree(tree, tvb, offset,-1, ett_ros_unbind_error, NULL, "unbind-error");
if(session && session->pres_ctx_id && (oid = find_oid_by_pres_ctx_id(actx->pinfo, session->pres_ctx_id))) {
/* this should be ROS! */
session->ros_op = (ROS_OP_UNBIND | ROS_OP_ERROR);
offset = call_ros_oid_callback(oid, tvb, offset, actx->pinfo, top_tree, session);
}
#.FN_BODY ROS/reject
col_set_str(actx->pinfo->cinfo, COL_INFO, "Reject");
%(DEFAULT_BODY)s
#.FN_PARS GeneralProblem
VAL_PTR = &problem
#.FN_BODY GeneralProblem
guint32 problem;
%(DEFAULT_BODY)s
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", val_to_str(problem, ros_GeneralProblem_vals, "GeneralProblem(%%d)"));
#.FN_PARS InvokeProblem
VAL_PTR = &problem
#.FN_BODY InvokeProblem
guint32 problem;
%(DEFAULT_BODY)s
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", val_to_str(problem, ros_InvokeProblem_vals, "InvokeProblem(%%d)"));
#.FN_PARS ReturnResultProblem
VAL_PTR = &problem
#.FN_BODY ReturnResultProblem
guint32 problem;
%(DEFAULT_BODY)s
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", val_to_str(problem, ros_ReturnResultProblem_vals, "ReturnResultProblem(%%d)"));
#.FN_PARS ReturnErrorProblem
VAL_PTR = &problem
#.FN_BODY ReturnErrorProblem
guint32 problem;
%(DEFAULT_BODY)s
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", val_to_str(problem, ros_ReturnErrorProblem_vals, "ReturnErrorProblem(%%d)"));
#.END |
ASN.1 | wireshark/epan/dissectors/asn1/rrc/Class-definitions.asn | -- 3GPP TS 25.331 V16.1.0 (2020-09)
--
-- 11.1 General message structure
--
Class-definitions DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ActiveSetUpdate,
ActiveSetUpdateComplete,
ActiveSetUpdateFailure,
AssistanceDataDelivery,
CellChangeOrderFromUTRAN,
CellChangeOrderFromUTRANFailure,
CellUpdate,
CellUpdateFDD-r11,
CellUpdateConfirm-CCCH,
CellUpdateConfirm,
CounterCheck,
CounterCheckResponse,
DownlinkDirectTransfer,
ETWSPrimaryNotificationWithSecurity,
HandoverToUTRANComplete,
InitialDirectTransfer,
HandoverFromUTRANCommand-EUTRA,
HandoverFromUTRANCommand-GERANIu,
HandoverFromUTRANCommand-GSM,
HandoverFromUTRANCommand-CDMA2000,
HandoverFromUTRANFailure,
LoggingMeasurementConfiguration,
MBMSAccessInformation,
MBMSCommonPTMRBInformation,
MBMSCurrentCellPTMRBInformation,
MBMSGeneralInformation,
MBMSModificationRequest,
MBMSModifiedServicesInformation,
MBMSNeighbouringCellPTMRBInformation,
MBMSSchedulingInformation,
MBMSUnmodifiedServicesInformation,
MeasurementControl,
MeasurementControlFailure,
MeasurementReport,
PagingType1,
PagingType2,
PhysicalChannelReconfiguration,
PhysicalChannelReconfigurationComplete,
PhysicalChannelReconfigurationFailure,
PhysicalSharedChannelAllocation,
PUSCHCapacityRequest,
RadioBearerReconfiguration,
RadioBearerReconfigurationComplete,
RadioBearerReconfigurationFailure,
RadioBearerRelease,
RadioBearerReleaseComplete,
RadioBearerReleaseFailure,
RadioBearerSetup,
RadioBearerSetupComplete,
RadioBearerSetupFailure,
RRCConnectionReject,
RRCConnectionRelease,
RRCConnectionRelease-CCCH,
RRCConnectionReleaseComplete,
RRCConnectionRequest,
RRCConnectionSetup,
RRCConnectionSetupComplete,
RRCStatus,
SecurityModeCommand,
SecurityModeComplete,
SecurityModeFailure,
SignallingConnectionRelease,
SignallingConnectionReleaseIndication,
SystemInformation-BCH,
SystemInformation2-BCH,
SystemInformation-FACH,
SystemInformationChangeIndication,
TransportChannelReconfiguration,
TransportChannelReconfigurationComplete,
TransportChannelReconfigurationFailure,
TransportFormatCombinationControl,
TransportFormatCombinationControlFailure,
UECapabilityEnquiry,
UECapabilityInformation,
UECapabilityInformationConfirm,
UEInformationRequest,
UEInformationResponse,
UplinkDirectTransfer,
UplinkPhysicalChannelControl,
URAUpdate,
URAUpdateConfirm,
URAUpdateConfirm-CCCH,
UTRANMobilityInformation,
UTRANMobilityInformationConfirm,
UTRANMobilityInformationFailure
FROM PDU-definitions
-- User Equipment IEs :
IntegrityCheckInfo
FROM InformationElements;
--**************************************************************
--
-- Downlink DCCH messages
--
--**************************************************************
DL-DCCH-Message ::= SEQUENCE {
integrityCheckInfo IntegrityCheckInfo OPTIONAL,
message DL-DCCH-MessageType
}
DL-DCCH-MessageType ::= CHOICE {
activeSetUpdate ActiveSetUpdate,
assistanceDataDelivery AssistanceDataDelivery,
cellChangeOrderFromUTRAN CellChangeOrderFromUTRAN,
cellUpdateConfirm CellUpdateConfirm,
counterCheck CounterCheck,
downlinkDirectTransfer DownlinkDirectTransfer,
handoverFromUTRANCommand-GSM HandoverFromUTRANCommand-GSM,
handoverFromUTRANCommand-CDMA2000 HandoverFromUTRANCommand-CDMA2000,
measurementControl MeasurementControl,
pagingType2 PagingType2,
physicalChannelReconfiguration PhysicalChannelReconfiguration,
physicalSharedChannelAllocation PhysicalSharedChannelAllocation,
radioBearerReconfiguration RadioBearerReconfiguration,
radioBearerRelease RadioBearerRelease,
radioBearerSetup RadioBearerSetup,
rrcConnectionRelease RRCConnectionRelease,
securityModeCommand SecurityModeCommand,
signallingConnectionRelease SignallingConnectionRelease,
transportChannelReconfiguration TransportChannelReconfiguration,
transportFormatCombinationControl TransportFormatCombinationControl,
ueCapabilityEnquiry UECapabilityEnquiry,
ueCapabilityInformationConfirm UECapabilityInformationConfirm,
uplinkPhysicalChannelControl UplinkPhysicalChannelControl,
uraUpdateConfirm URAUpdateConfirm,
utranMobilityInformation UTRANMobilityInformation,
handoverFromUTRANCommand-GERANIu HandoverFromUTRANCommand-GERANIu,
mbmsModifiedServicesInformation MBMSModifiedServicesInformation,
etwsPrimaryNotificationWithSecurity ETWSPrimaryNotificationWithSecurity,
handoverFromUTRANCommand-EUTRA HandoverFromUTRANCommand-EUTRA,
ueInformationRequest UEInformationRequest,
loggingMeasurementConfiguration LoggingMeasurementConfiguration,
spare1 NULL
}
--**************************************************************
--
-- Uplink DCCH messages
--
--**************************************************************
UL-DCCH-Message ::= SEQUENCE {
integrityCheckInfo IntegrityCheckInfo OPTIONAL,
message UL-DCCH-MessageType
}
UL-DCCH-MessageType ::= CHOICE {
activeSetUpdateComplete ActiveSetUpdateComplete,
activeSetUpdateFailure ActiveSetUpdateFailure,
cellChangeOrderFromUTRANFailure CellChangeOrderFromUTRANFailure,
counterCheckResponse CounterCheckResponse,
handoverToUTRANComplete HandoverToUTRANComplete,
initialDirectTransfer InitialDirectTransfer,
handoverFromUTRANFailure HandoverFromUTRANFailure,
measurementControlFailure MeasurementControlFailure,
measurementReport MeasurementReport,
physicalChannelReconfigurationComplete
PhysicalChannelReconfigurationComplete,
physicalChannelReconfigurationFailure
PhysicalChannelReconfigurationFailure,
radioBearerReconfigurationComplete RadioBearerReconfigurationComplete,
radioBearerReconfigurationFailure RadioBearerReconfigurationFailure,
radioBearerReleaseComplete RadioBearerReleaseComplete,
radioBearerReleaseFailure RadioBearerReleaseFailure,
radioBearerSetupComplete RadioBearerSetupComplete,
radioBearerSetupFailure RadioBearerSetupFailure,
rrcConnectionReleaseComplete RRCConnectionReleaseComplete,
rrcConnectionSetupComplete RRCConnectionSetupComplete,
rrcStatus RRCStatus,
securityModeComplete SecurityModeComplete,
securityModeFailure SecurityModeFailure,
signallingConnectionReleaseIndication
SignallingConnectionReleaseIndication,
transportChannelReconfigurationComplete
TransportChannelReconfigurationComplete,
transportChannelReconfigurationFailure
TransportChannelReconfigurationFailure,
transportFormatCombinationControlFailure
TransportFormatCombinationControlFailure,
ueCapabilityInformation UECapabilityInformation,
uplinkDirectTransfer UplinkDirectTransfer,
utranMobilityInformationConfirm UTRANMobilityInformationConfirm,
utranMobilityInformationFailure UTRANMobilityInformationFailure,
mbmsModificationRequest MBMSModificationRequest,
ul-DCCH-MessageType-ext UL-DCCH-MessageType-ext
}
UL-DCCH-MessageType-ext ::= CHOICE {
ueInformationResponse UEInformationResponse,
spare15 NULL,
spare14 NULL,
spare13 NULL,
spare12 NULL,
spare11 NULL,
spare10 NULL,
spare9 NULL,
spare8 NULL,
spare7 NULL,
spare6 NULL,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
--**************************************************************
--
-- Downlink CCCH messages
--
--**************************************************************
DL-CCCH-Message ::= SEQUENCE {
integrityCheckInfo IntegrityCheckInfo OPTIONAL,
message DL-CCCH-MessageType
}
DL-CCCH-MessageType ::= CHOICE {
cellUpdateConfirm CellUpdateConfirm-CCCH,
rrcConnectionReject RRCConnectionReject,
rrcConnectionRelease RRCConnectionRelease-CCCH,
rrcConnectionSetup RRCConnectionSetup,
uraUpdateConfirm URAUpdateConfirm-CCCH,
-- dummy is not used in the specification. If received it is ignored by the UE.
-- See TS 23.041 for handling of warning security information by Cell Broadcast Center.
dummy ETWSPrimaryNotificationWithSecurity,
spare2 NULL,
spare1 NULL
}
--**************************************************************
--
-- Uplink CCCH messages
--
--**************************************************************
UL-CCCH-Message ::= SEQUENCE {
integrityCheckInfo IntegrityCheckInfo OPTIONAL,
message UL-CCCH-MessageType
}
UL-CCCH-MessageType ::= CHOICE {
cellUpdate CellUpdate,
rrcConnectionRequest RRCConnectionRequest,
uraUpdate URAUpdate,
uL-CCCH-MessageType-r11 UL-CCCH-MessageType-r11
}
UL-CCCH-MessageType-r11 ::= CHOICE {
cellUpdate CellUpdateFDD-r11,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
--**************************************************************
--
-- PCCH messages
--
--**************************************************************
PCCH-Message ::= SEQUENCE {
message PCCH-MessageType
}
PCCH-MessageType ::= CHOICE {
pagingType1 PagingType1,
spare NULL
}
--**************************************************************
--
-- Downlink SHCCH messages
--
--**************************************************************
DL-SHCCH-Message ::= SEQUENCE {
message DL-SHCCH-MessageType
}
DL-SHCCH-MessageType ::= CHOICE {
physicalSharedChannelAllocation PhysicalSharedChannelAllocation,
spare NULL
}
--**************************************************************
--
-- Uplink SHCCH messages
--
--**************************************************************
UL-SHCCH-Message ::= SEQUENCE {
message UL-SHCCH-MessageType
}
UL-SHCCH-MessageType ::= CHOICE {
puschCapacityRequest PUSCHCapacityRequest,
spare NULL
}
--**************************************************************
--
-- BCCH messages sent on FACH
--
--**************************************************************
BCCH-FACH-Message ::= SEQUENCE {
message BCCH-FACH-MessageType
}
BCCH-FACH-MessageType ::= CHOICE {
-- dummy is not used in this version of the specification, it should
-- not be sent and if received UE behaviour is unspecified.
dummy SystemInformation-FACH,
systemInformationChangeIndication SystemInformationChangeIndication,
spare2 NULL,
spare1 NULL
}
--**************************************************************
--
-- BCCH messages sent on BCH
--
--**************************************************************
BCCH-BCH-Message ::= SEQUENCE {
message SystemInformation-BCH
}
--**************************************************************
--
-- BCCH messages sent on BCH2
--
--**************************************************************
BCCH-BCH2-Message ::= SEQUENCE {
message SystemInformation2-BCH
}
--**************************************************************
--
-- MCCH messages
--
--**************************************************************
MCCH-Message ::= SEQUENCE {
message MCCH-MessageType
}
MCCH-MessageType ::= CHOICE {
mbmsAccessInformation MBMSAccessInformation,
mbmsCommonPTMRBInformation MBMSCommonPTMRBInformation,
mbmsCurrentCellPTMRBInformation MBMSCurrentCellPTMRBInformation,
mbmsGeneralInformation MBMSGeneralInformation,
mbmsModifiedServicesInformation MBMSModifiedServicesInformation,
mbmsNeighbouringCellPTMRBInformation
MBMSNeighbouringCellPTMRBInformation,
mbmsUnmodifiedServicesInformation MBMSUnmodifiedServicesInformation,
spare9 NULL,
spare8 NULL,
spare7 NULL,
spare6 NULL,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
--**************************************************************
--
-- MSCH messages
--
--**************************************************************
MSCH-Message ::= SEQUENCE {
message MSCH-MessageType
}
MSCH-MessageType ::= CHOICE {
mbmsSchedulingInformation MBMSSchedulingInformation,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
END |
Text | wireshark/epan/dissectors/asn1/rrc/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME rrc )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
Class-definitions.asn
PDU-definitions.asn
InformationElements.asn
Constant-definitions.asn
Internode-definitions.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
packet-${PROTOCOL_NAME}-template.h
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
ASN2WRS() |
ASN.1 | wireshark/epan/dissectors/asn1/rrc/Constant-definitions.asn | -- 3GPP TS 25.331 V17.1.0 (2022-06)
--
-- 11.4 Constant definitions
--
Constant-definitions DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
hiPDSCHidentities INTEGER ::= 64
hiPUSCHidentities INTEGER ::= 64
hiRM INTEGER ::= 256
maxAC INTEGER ::= 16
maxAdditionalMeas INTEGER ::= 4
maxAddPos INTEGER ::= 8
maxASC INTEGER ::= 8
maxASCmap INTEGER ::= 7
maxASCpersist INTEGER ::= 6
maxBeacons INTEGER ::= 64
maxBTs INTEGER ::= 32
maxCCTrCH INTEGER ::= 8
maxCellMeas INTEGER ::= 32
maxCellMeas-ext INTEGER ::= 80
maxCellMeas-ext2 INTEGER ::= 48
maxCellMeasOnSecULFreq INTEGER ::= 32
maxCellMeas-1 INTEGER ::= 31
maxCellMeas-ext-1 INTEGER ::= 79
maxCellMeasOnSecULFreq-1 INTEGER ::= 31
maxCNdomains INTEGER ::= 4
maxCommonHRNTI INTEGER ::= 4
maxCommonQueueID INTEGER ::= 2
maxCPCHsets INTEGER ::= 16
maxDedicatedCSGFreq INTEGER ::= 4
maxDPCH-DLchan INTEGER ::= 8
maxDPDCH-UL INTEGER ::= 6
maxDRACclasses INTEGER ::= 8
maxExcludedDetectedSetCells INTEGER ::= 64
maxE-DCHMACdFlow INTEGER ::= 8
maxE-DCHMACdFlow-1 INTEGER ::= 7
maxMultipleFrequencyBandsFDD INTEGER ::= 8
maxMultipleFrequencyBandsEUTRA INTEGER ::= 8
maxEUTRACellPerFreq INTEGER ::= 16
maxEUTRATargetFreqs INTEGER ::= 8
maxEDCHRL INTEGER ::= 4
maxEDCHRL-1 INTEGER ::= 3
maxEDCHs INTEGER ::= 32
maxEDCHs-1 INTEGER ::= 31
maxEDCHTxPattern-TDD128 INTEGER ::= 4 -- maxEDCHTxPattern-TDD128 should be 3
maxEDCHTxPattern-TDD128-1 INTEGER ::= 3 -- maxEDCHTxPattern-TDD128-1 should be 2
maxERNTIgroup INTEGER ::= 32
maxERNTIperGroup INTEGER ::= 2
maxERUCCH INTEGER ::= 256
maxFACHPCH INTEGER ::= 8
maxFreq INTEGER ::= 8
maxFreqBandsEUTRA INTEGER ::= 16
maxFreqBandsEUTRA-ext INTEGER ::= 48
maxFreqBandsFDD INTEGER ::= 8
maxFreqBandsFDD2 INTEGER ::= 22
maxFreqBandsFDD3 INTEGER ::= 86
maxFreqBandsFDD-ext INTEGER ::= 15 -- maxFreqBandsFDD-ext ::= 22 - (maxFreqBandsFDD - 1)
maxFreqBandsFDD-ext2 INTEGER ::= 64 -- maxFreqBandsFDD-ext2 ::= 86 - maxFreqBandsFDD2
maxFreqBandsFDD-ext3 INTEGER ::= 78 -- maxFreqBandsFDD-ext3 ::= 86 - maxFreqBandsFDD
maxFreqBandsIndicatorSupport INTEGER ::= 2
maxFreqBandsTDD INTEGER ::= 4
maxFreqBandsTDD-ext INTEGER ::= 16
maxFreqBandsGSM INTEGER ::= 16
maxFreqMeasWithoutCM INTEGER ::= 2
maxGANSS INTEGER ::= 8
maxGANSS-1 INTEGER ::= 7
maxGANSSSat INTEGER ::= 64
maxGANSSSat-1 INTEGER ::= 63
maxGERAN-SI INTEGER ::= 8
maxGSMTargetCells INTEGER ::= 32
maxHNBNameSize INTEGER ::= 48
maxHProcesses INTEGER ::= 8
maxHS-SCCHLessTrBlk INTEGER ::= 4
maxHSDSCHTBIndex INTEGER ::= 64
maxHSDSCHTBIndex-tdd384 INTEGER ::= 512
maxHSSCCHs INTEGER ::= 4
maxHSSCCHs-1 INTEGER ::= 3
maxHSSICH-TDD128 INTEGER ::= 4
maxHSSICH-TDD128-1 INTEGER ::= 3
maxIGPInfo INTEGER ::= 320
maxInterSysMessages INTEGER ::= 4
maxLoCHperRLC INTEGER ::= 2
maxLoggedMeasReport INTEGER ::= 128
maxMAC-d-PDUsizes INTEGER ::= 8
maxMBMS-CommonCCTrCh INTEGER ::= 32
maxMBMS-CommonPhyCh INTEGER ::= 32
maxMBMS-CommonRB INTEGER ::= 32
maxMBMS-CommonTrCh INTEGER ::= 32
maxMBMS-Freq INTEGER ::= 4
maxMBMS-L1CP INTEGER ::= 4
maxMBMSservCount INTEGER ::= 8
maxMBMSservModif INTEGER ::= 32
maxMBMSservSched INTEGER ::= 16
maxMBMSservSelect INTEGER ::= 8
maxMBMSservUnmodif INTEGER ::= 64
maxMBMSTransmis INTEGER ::= 4
maxMBSFNClusters INTEGER ::= 16
maxMeasCSGRange INTEGER ::= 4
maxMeasEvent INTEGER ::= 8
maxMeasEventOnSecULFreq INTEGER ::= 8
maxMeasIdentity INTEGER ::= 32
maxMeasIntervals INTEGER ::= 3
maxMeasOccasionPattern INTEGER ::= 5
maxMeasOccasionPattern-1 INTEGER ::= 4
maxMeasParEvent INTEGER ::= 2
maxNonContiguousMultiCellCombinations INTEGER ::= 3
maxNumAccessGroups INTEGER ::= 16
maxNumAcdcCategory INTEGER ::= 16
maxNumCDMA2000Freqs INTEGER ::= 8
maxNumE-AGCH INTEGER ::= 4
maxNumE-HICH INTEGER ::= 4
maxNumEUTRAFreqs INTEGER ::= 8
maxNumEUTRAFreqs-FACH INTEGER ::= 4
maxNumEUTRAFreqs-FACH-ext INTEGER ::= 8
maxNumGSMCellGroup INTEGER ::= 16
maxNumGSMFreqRanges INTEGER ::= 32
maxNumFDDFreqs INTEGER ::= 8
maxNumANRLoggedItems INTEGER ::= 4
maxnumLoggedMeas INTEGER ::= 8
maxNumMDTPLMN INTEGER ::= 15
maxNumTDDFreqs INTEGER ::= 8
maxNoOfMeas INTEGER ::= 16
maxOtherRAT INTEGER ::= 15
maxOtherRAT-16 INTEGER ::= 16
maxPage1 INTEGER ::= 8
maxPCPCH-APsig INTEGER ::= 16
maxPCPCH-APsubCh INTEGER ::= 12
maxPCPCH-CDsig INTEGER ::= 16
maxPCPCH-CDsubCh INTEGER ::= 12
maxPCPCH-SF INTEGER ::= 7
maxPCPCHs INTEGER ::= 64
maxPDCPAlgoType INTEGER ::= 8
maxPDSCH INTEGER ::= 8
maxPDSCH-TFCIgroups INTEGER ::= 256
maxPRACH INTEGER ::= 16
maxPRACH-EUL INTEGER ::= 4
maxPRACH-FPACH INTEGER ::= 8
maxPredefConfig INTEGER ::= 16
maxOtherStateConfig INTEGER ::= 4
maxOtherStateConfig-1 INTEGER ::= 3
maxPrio INTEGER ::= 8
maxPrio-1 INTEGER ::= 7
maxPrio-ext INTEGER ::= 16
maxPUSCH INTEGER ::= 8
maxQueueIDs INTEGER ::= 8
maxRABsetup INTEGER ::= 16
maxRAT INTEGER ::= 16
maxRB INTEGER ::= 32
maxRBallRABs INTEGER ::= 27
maxRBMuxOptions INTEGER ::= 8
maxRBperRAB INTEGER ::= 8
maxRBperTrCh INTEGER ::= 16
maxReportedEUTRACellPerFreq INTEGER ::= 4
maxReportedEUTRAFreqs INTEGER ::= 4
maxReportedEUTRAFreqs-ext INTEGER ::= 8
maxReportedGSMCells INTEGER ::= 8
maxRetrievConfig INTEGER ::= 8
maxRetrievConfig-1 INTEGER ::= 7
maxRL INTEGER ::= 8
maxRL-1 INTEGER ::= 7
maxRLCPDUsizePerLogChan INTEGER ::= 32
maxRMPfrequencies INTEGER ::= 8
maxRFC3095-CID INTEGER ::= 16384
maxROHC-PacketSizes-r4 INTEGER ::= 16
maxROHC-Profile-r4 INTEGER ::= 8
maxRxPatternForHSDSCH-TDD128 INTEGER ::= 4 -- maxRxPatternForHSDSCH-TDD128 should be 3
maxRxPatternForHSDSCH-TDD128-1 INTEGER ::= 3 -- maxRxPatternForHSDSCH-TDD128-1 should be 2
maxSat INTEGER ::= 16
maxSatClockModels INTEGER ::= 4
maxSCCPCH INTEGER ::= 16
maxSgnType INTEGER ::= 8
maxSIB INTEGER ::= 32
maxSIB2 INTEGER ::= 64
maxSIB-FACH INTEGER ::= 8
maxSIBperMsg INTEGER ::= 16
maxSIrequest INTEGER ::= 4
maxSRBsetup INTEGER ::= 8
maxSystemCapability INTEGER ::= 16
maxTDD128Carrier INTEGER ::= 6
maxTDD128Carrier-1 INTEGER ::= 5
maxTbsForHSDSCH-TDD128 INTEGER ::= 4
maxTbsForHSDSCH-TDD128-1 INTEGER ::= 3
maxTF INTEGER ::= 32
maxTF-CPCH INTEGER ::= 16
maxTFC INTEGER ::= 1024
maxTFCsub INTEGER ::= 1024
maxTFCI-2-Combs INTEGER ::= 512
maxTGPS INTEGER ::= 6
maxTrCH INTEGER ::= 32
maxTrCHConcat INTEGER ::= 3
-- maxTrCHpreconf should be 16 but has been set to 32 for compatibility
maxTrCHpreconf INTEGER ::= 32
maxTS INTEGER ::= 14
maxTS-1 INTEGER ::= 13
maxTS-2 INTEGER ::= 12
maxTS-LCR INTEGER ::= 6
maxTS-LCR-1 INTEGER ::= 5
maxURA INTEGER ::= 8
maxURNTI-Group INTEGER ::= 8
maxWLANID INTEGER ::= 16
maxWLANs INTEGER ::= 64
END |
ASN.1 | wireshark/epan/dissectors/asn1/rrc/InformationElements.asn | -- 3GPP TS 25.331 V17.1.0 (2022-06)
--
-- 11.3 Information element definitions
--
InformationElements DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
hiPDSCHidentities,
hiPUSCHidentities,
hiRM,
maxAC,
maxAdditionalMeas,
maxAddPos,
maxMultipleFrequencyBandsEUTRA,
maxMultipleFrequencyBandsFDD,
maxASC,
maxASCmap,
maxASCpersist,
maxBeacons,
maxBTs,
maxCCTrCH,
maxCellMeas,
maxCellMeas-1,
maxCellMeas-ext,
maxCellMeas-ext2,
maxCellMeas-ext-1,
maxCellMeasOnSecULFreq,
maxCellMeasOnSecULFreq-1,
maxCNdomains,
maxCommonHRNTI,
maxCommonQueueID,
maxCPCHsets,
maxDedicatedCSGFreq,
maxDPCH-DLchan,
maxDPDCH-UL,
maxDRACclasses,
maxE-DCHMACdFlow,
maxE-DCHMACdFlow-1,
maxEDCHs,
maxEDCHs-1,
maxEDCHTxPattern-TDD128,
maxEDCHTxPattern-TDD128-1,
maxERNTIgroup,
maxERNTIperGroup,
maxERUCCH,
maxEUTRACellPerFreq,
maxEUTRATargetFreqs,
maxExcludedDetectedSetCells,
maxFACHPCH,
maxFreq,
maxFreqBandsEUTRA,
maxFreqBandsEUTRA-ext,
maxFreqBandsFDD,
maxFreqBandsFDD2,
maxFreqBandsFDD3,
maxFreqBandsFDD-ext,
maxFreqBandsFDD-ext2,
maxFreqBandsFDD-ext3,
maxFreqBandsIndicatorSupport,
maxFreqBandsTDD,
maxFreqBandsTDD-ext,
maxFreqBandsGSM,
maxFreqMeasWithoutCM,
maxGANSS,
maxGANSS-1,
maxGANSSSat,
maxGANSSSat-1,
maxGERAN-SI,
maxHNBNameSize,
maxHProcesses,
maxHSDSCHTBIndex,
maxHSDSCHTBIndex-tdd384,
maxHSSCCHs,
maxHSSCCHs-1,
maxHSSICH-TDD128,
maxHSSICH-TDD128-1,
maxHS-SCCHLessTrBlk,
maxIGPInfo,
maxInterSysMessages,
maxLoCHperRLC,
maxLoggedMeasReport,
maxnumLoggedMeas,
maxMAC-d-PDUsizes,
maxMBMS-CommonCCTrCh,
maxMBMS-CommonPhyCh,
maxMBMS-CommonRB,
maxMBMS-CommonTrCh,
maxMBMS-Freq,
maxMBMS-L1CP,
maxMBMSservCount,
maxMBMSservModif,
maxMBMSservSched,
maxMBMSservSelect,
maxMBMSservUnmodif,
maxMBMSTransmis,
maxMBSFNClusters,
maxMeasCSGRange,
maxMeasEvent,
maxMeasEventOnSecULFreq,
maxMeasIdentity,
maxMeasIntervals,
maxMeasParEvent,
maxNonContiguousMultiCellCombinations,
maxMeasOccasionPattern,
maxMeasOccasionPattern-1,
maxNumAccessGroups,
maxNumAcdcCategory,
maxNumCDMA2000Freqs,
maxNumE-AGCH,
maxNumE-HICH,
maxNumEUTRAFreqs,
maxNumEUTRAFreqs-FACH,
maxNumEUTRAFreqs-FACH-ext,
maxNumFDDFreqs,
maxNumGSMCellGroup,
maxNumGSMFreqRanges,
maxGSMTargetCells,
maxNumMDTPLMN,
maxNumTDDFreqs,
maxNumANRLoggedItems,
maxOtherRAT,
maxOtherRAT-16,
maxPage1,
maxPCPCH-APsig,
maxPCPCH-APsubCh,
maxPCPCH-CDsig,
maxPCPCH-CDsubCh,
maxPCPCH-SF,
maxPCPCHs,
maxPDCPAlgoType,
maxPDSCH,
maxPDSCH-TFCIgroups,
maxPRACH,
maxPRACH-EUL,
maxPRACH-FPACH,
maxPredefConfig,
maxOtherStateConfig,
maxOtherStateConfig-1,
maxPrio,
maxPrio-1,
maxPrio-ext,
maxPUSCH,
maxQueueIDs,
maxRABsetup,
maxRAT,
maxRB,
maxRBallRABs,
maxRBperTrCh,
maxRBMuxOptions,
maxRBperRAB,
maxReportedEUTRAFreqs,
maxReportedEUTRAFreqs-ext,
maxReportedEUTRACellPerFreq,
maxReportedGSMCells,
maxRetrievConfig,
maxRetrievConfig-1,
maxRLCPDUsizePerLogChan,
maxRMPfrequencies,
maxSRBsetup,
maxRL,
maxRL-1,
maxEDCHRL,
maxEDCHRL-1,
maxROHC-PacketSizes-r4,
maxROHC-Profile-r4,
maxRxPatternForHSDSCH-TDD128,
maxRxPatternForHSDSCH-TDD128-1,
maxSat,
maxSatClockModels,
maxSCCPCH,
maxSgnType,
maxSIB,
maxSIB2,
maxSIB-FACH,
maxSIrequest,
maxSystemCapability,
maxTDD128Carrier,
maxTDD128Carrier-1,
maxTbsForHSDSCH-TDD128,
maxTbsForHSDSCH-TDD128-1,
maxTF,
maxTF-CPCH,
maxTFC,
maxTFCsub,
maxTFCI-2-Combs,
maxTGPS,
maxTrCH,
maxTrCHConcat,
maxTrCHpreconf,
maxTS,
maxTS-1,
maxTS-2,
maxTS-LCR,
maxTS-LCR-1,
maxURA,
maxURNTI-Group,
maxWLANs,
maxWLANID
FROM Constant-definitions;
-- ***************************************************
--
-- CORE NETWORK INFORMATION ELEMENTS (10.3.1)
--
-- ***************************************************
Ansi-41-IDNNS ::= BIT STRING (SIZE (14))
CN-DomainIdentity ::= ENUMERATED {
cs-domain,
ps-domain }
CN-DomainInformation ::= SEQUENCE {
cn-DomainIdentity CN-DomainIdentity,
cn-DomainSpecificNAS-Info NAS-SystemInformationGSM-MAP
}
CN-DomainInformationFull ::= SEQUENCE {
cn-DomainIdentity CN-DomainIdentity,
cn-DomainSpecificNAS-Info NAS-SystemInformationGSM-MAP,
cn-DRX-CycleLengthCoeff CN-DRX-CycleLengthCoefficient
}
CN-DomainInformationList ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
CN-DomainInformation
CN-DomainInformationListFull ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
CN-DomainInformationFull
CN-DomainSysInfo ::= SEQUENCE {
cn-DomainIdentity CN-DomainIdentity,
cn-Type CHOICE {
gsm-MAP NAS-SystemInformationGSM-MAP,
ansi-41 NAS-SystemInformationANSI-41
},
cn-DRX-CycleLengthCoeff CN-DRX-CycleLengthCoefficient
}
CN-DomainSysInfoList ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
CN-DomainSysInfo
CN-InformationInfo ::= SEQUENCE {
plmn-Identity PLMN-Identity OPTIONAL,
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP OPTIONAL,
cn-DomainInformationList CN-DomainInformationList OPTIONAL
}
CN-InformationInfo-r6 ::= SEQUENCE {
plmn-Identity PLMN-Identity OPTIONAL,
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP OPTIONAL,
cn-DomainInformationList CN-DomainInformationList OPTIONAL,
primary-plmn-Identity PLMN-Identity OPTIONAL
}
CN-InformationInfoFull ::= SEQUENCE {
plmn-Identity PLMN-Identity OPTIONAL,
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP OPTIONAL,
cn-DomainInformationListFull CN-DomainInformationListFull OPTIONAL
}
Digit ::= INTEGER (0..9)
DomainSpecificEAB-Parameters ::= SEQUENCE {
cs-DomainSpecificEAB-Parameters EAB-Configuration OPTIONAL,
ps-DomainSpecificEAB-Parameters EAB-Configuration OPTIONAL,
commonEAB-Parameters EAB-Configuration OPTIONAL
}
EAB-AccessClassBarredList ::= SEQUENCE (SIZE (10)) OF
AccessClassBarred
EAB-Configuration ::= SEQUENCE {
eab-Category ENUMERATED {a,b,c},
eab-AccessClassBarredList EAB-AccessClassBarredList
}
EAB-Parameters ::= CHOICE {
eab-ParametersPerPLMN-List EAB-ParametersPerPLMN-List,
eab-ParametersForAll DomainSpecificEAB-Parameters
}
EAB-ParametersPerPLMN ::= SEQUENCE {
domainSpecificEAB-Parameters DomainSpecificEAB-Parameters OPTIONAL
}
EAB-ParametersPerPLMN-List ::= SEQUENCE (SIZE (1..6)) OF EAB-ParametersPerPLMN
Ec-N0forANR ::= SEQUENCE {
ec-N0 INTEGER (-24..0) OPTIONAL
}
Gsm-map-IDNNS ::= SEQUENCE {
routingbasis CHOICE {
localPTMSI SEQUENCE {
routingparameter RoutingParameter
},
tMSIofsamePLMN SEQUENCE {
routingparameter RoutingParameter
},
tMSIofdifferentPLMN SEQUENCE {
routingparameter RoutingParameter
},
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
}
IMEI ::= SEQUENCE (SIZE (15)) OF
IMEI-Digit
IMEI-Digit ::= INTEGER (0..15)
IMSI-GSM-MAP ::= SEQUENCE (SIZE (6..21)) OF
Digit
IntraDomainNasNodeSelector ::= SEQUENCE {
version CHOICE {
release99 SEQUENCE {
cn-Type CHOICE {
gsm-Map-IDNNS Gsm-map-IDNNS,
ansi-41-IDNNS Ansi-41-IDNNS
}
},
later SEQUENCE {
futurecoding BIT STRING (SIZE (15))
}
}
}
LAI ::= SEQUENCE {
plmn-Identity PLMN-Identity,
lac BIT STRING (SIZE (16))
}
LocationRegistrationAccessClassBarredList ::= SEQUENCE (SIZE (15)) OF
AccessClassBarred
LocationRegistrationParameters ::= CHOICE {
noRestriction NULL,
restriction LocationRegistrationAccessClassBarredList
}
MCC ::= SEQUENCE (SIZE (3)) OF
Digit
MNC ::= SEQUENCE (SIZE (2..3)) OF
Digit
MultiplePLMN-List-r6 ::= SEQUENCE {
mibPLMN-Identity BOOLEAN,
multiplePLMNs SEQUENCE (SIZE (1..5)) OF
PLMN-IdentityWithOptionalMCC-r6
}
NAS-Message ::= OCTET STRING (SIZE (1..4095))
NAS-Synchronisation-Indicator ::= BIT STRING(SIZE(4))
NAS-SystemInformationGSM-MAP ::= OCTET STRING (SIZE (1..8))
P-TMSI-GSM-MAP ::= BIT STRING (SIZE (32))
PagingPermissionWithAccessControlForSharedNetwork ::= CHOICE {
pagingPermissionWithAccessControlList PagingPermissionWithAccessControlList,
pagingPermissionWithAccessControlForAll PagingPermissionWithAccessControlParameters
}
PagingPermissionWithAccessControlList ::= SEQUENCE {
pagingPermissionWithAccessControlParametersForOperator1
PagingPermissionWithAccessControlParameters OPTIONAL,
pagingPermissionWithAccessControlParametersForOperator2
PagingPermissionWithAccessControlParameters OPTIONAL,
pagingPermissionWithAccessControlParametersForOperator3
PagingPermissionWithAccessControlParameters OPTIONAL,
pagingPermissionWithAccessControlParametersForOperator4
PagingPermissionWithAccessControlParameters OPTIONAL,
pagingPermissionWithAccessControlParametersForOperator5
PagingPermissionWithAccessControlParameters OPTIONAL
}
PagingPermissionWithAccessControlParameters ::= SEQUENCE {
pagingResponseRestrictionIndicator ENUMERATED {all, cS, pS, none},
locationRegistrationRestrictionIndicator ENUMERATED {all, cS, pS},
locationRegistration LocationRegistrationParameters
}
PagingRecordTypeID ::= ENUMERATED {
imsi-GSM-MAP,
tmsi-GSM-MAP-P-TMSI,
imsi-DS-41,
tmsi-DS-41 }
PLMN-Identity ::= SEQUENCE {
mcc MCC,
mnc MNC
}
PLMN-IdentityWithOptionalMCC-r6 ::= SEQUENCE {
mcc MCC OPTIONAL,
mnc MNC
}
PLMN-Type ::= CHOICE {
gsm-MAP SEQUENCE {
plmn-Identity PLMN-Identity
},
ansi-41 SEQUENCE {
p-REV P-REV,
min-P-REV Min-P-REV,
sid SID,
nid NID
},
gsm-MAP-and-ANSI-41 SEQUENCE {
plmn-Identity PLMN-Identity,
p-REV P-REV,
min-P-REV Min-P-REV,
sid SID,
nid NID
},
spare NULL
}
RAB-Identity ::= CHOICE {
gsm-MAP-RAB-Identity BIT STRING (SIZE (8)),
ansi-41-RAB-Identity BIT STRING (SIZE (8))
}
RAI ::= SEQUENCE {
lai LAI,
rac RoutingAreaCode
}
RoutingAreaCode ::= BIT STRING (SIZE (8))
RoutingParameter ::= BIT STRING (SIZE (10))
TMSI-GSM-MAP ::= BIT STRING (SIZE (32))
-- ***************************************************
--
-- UTRAN MOBILITY INFORMATION ELEMENTS (10.3.2)
--
-- ***************************************************
AccessClassBarred ::= ENUMERATED {
barred, notBarred }
AccessClassBarredList ::= SEQUENCE (SIZE (maxAC)) OF
AccessClassBarred
AllowedIndicator ::= ENUMERATED {
allowed, notAllowed }
CellAccessRestriction ::= SEQUENCE {
cellBarred CellBarred,
cellReservedForOperatorUse ReservedIndicator,
cellReservationExtension ReservedIndicator,
-- NOTE: IE accessClassBarredList should not be included if the IE CellAccessRestriction
-- is included in the IE SysInfoType4
accessClassBarredList AccessClassBarredList OPTIONAL
}
CellAccessRestriction-v870ext ::= SEQUENCE {
cellReservedForCSG ENUMERATED { true } OPTIONAL
}
CellBarred ::= CHOICE {
barred SEQUENCE {
intraFreqCellReselectionInd AllowedIndicator,
t-Barred T-Barred
},
notBarred NULL
}
CellIdentity ::= BIT STRING (SIZE (28))
CellIdentity-PerRL-List ::= SEQUENCE (SIZE (1..maxRL)) OF CellIdentity
CellIDListItem ::= SEQUENCE {
cell-Identity CellIdentity,
plmn-Identity PLMN-Identity OPTIONAL
}
CellSelectReselectInfoSIB-3-4 ::= SEQUENCE {
mappingInfo MappingInfo OPTIONAL,
cellSelectQualityMeasure CHOICE {
cpich-Ec-N0 SEQUENCE {
-- Default value for q-HYST-2-S is q-HYST-1-S
q-HYST-2-S Q-Hyst-S OPTIONAL
},
cpich-RSCP NULL
},
modeSpecificInfo CHOICE {
fdd SEQUENCE {
s-Intrasearch S-SearchQual OPTIONAL,
s-Intersearch S-SearchQual OPTIONAL,
s-SearchHCS S-SearchRXLEV OPTIONAL,
rat-List RAT-FDD-InfoList OPTIONAL,
q-QualMin Q-QualMin,
q-RxlevMin Q-RxlevMin
},
tdd SEQUENCE {
s-Intrasearch S-SearchRXLEV OPTIONAL,
s-Intersearch S-SearchRXLEV OPTIONAL,
s-SearchHCS S-SearchRXLEV OPTIONAL,
rat-List RAT-TDD-InfoList OPTIONAL,
q-RxlevMin Q-RxlevMin
}
},
q-Hyst-l-S Q-Hyst-S,
t-Reselection-S T-Reselection-S,
hcs-ServingCellInformation HCS-ServingCellInformation OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
}
CSG-DedicatedFrequencyInfoList ::= SEQUENCE (SIZE (1..maxDedicatedCSGFreq)) OF
FrequencyInfo
CSG-Identity ::= BIT STRING (SIZE (27))
CSG-PSCSplitInfo ::= SEQUENCE {
-- Actual value = IE value * 8
startPSC INTEGER (0..63),
numberOfPSCs ENUMERATED { psc5, psc10, psc15, psc20,
psc30, psc40, psc50, psc64, psc80,
psc120, psc160, psc256, alltheRest,
spare3, spare2, spare1 },
-- Actual value = IE value * 8
pscRange2Offset INTEGER (1..63) OPTIONAL
}
DedicatedWLANOffloadInformation ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
t-330 T-330 OPTIONAL,
wlanOffloadInformation WLANOffloadInformation
}
}
}
DomainSpecificAccessRestrictionForSharedNetwork-v670ext ::= CHOICE {
domainSpecificAccessRestictionList DomainSpecificAccessRestrictionList-v670ext,
domainSpecificAccessRestictionParametersForAll
DomainSpecificAccessRestrictionParam-v670ext
}
DomainSpecificAccessRestrictionList-v670ext ::= SEQUENCE {
domainSpecificAccessRestrictionParametersForOperator1
DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
domainSpecificAccessRestrictionParametersForOperator2
DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
domainSpecificAccessRestrictionParametersForOperator3
DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
domainSpecificAccessRestrictionParametersForOperator4
DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
domainSpecificAccessRestrictionParametersForOperator5
DomainSpecificAccessRestrictionParam-v670ext OPTIONAL
}
DomainSpecificAccessRestrictionParam-v670ext ::= SEQUENCE {
cSDomainSpecificAccessRestriction DomainSpecificAccessRestriction-v670ext,
pSDomainSpecificAccessRestriction DomainSpecificAccessRestriction-v670ext
}
DomainSpecificAccessRestriction-v670ext ::= CHOICE {
noRestriction NULL,
restriction SEQUENCE {
domainSpecficAccessClassBarredList AccessClassBarredList OPTIONAL
}
}
MapParameter ::= INTEGER (0..127)
Mapping ::= SEQUENCE {
rat RAT,
mappingFunctionParameterList MappingFunctionParameterList
}
Mapping-LCR-r4 ::= SEQUENCE {
mappingFunctionParameterList MappingFunctionParameterList
}
MappingFunctionParameter ::= SEQUENCE {
functionType MappingFunctionType,
mapParameter1 MapParameter OPTIONAL,
mapParameter2 MapParameter,
-- The presence of upperLimit is conditional on the number of repetition
upperLimit UpperLimit OPTIONAL
}
MappingFunctionParameterList ::= SEQUENCE (SIZE (1..maxMeasIntervals)) OF
MappingFunctionParameter
MappingFunctionType ::= ENUMERATED {
linear,
functionType2,
functionType3,
functionType4 }
-- In MappingInfo list, mapping for FDD and 3.84Mcps TDD is defined.
-- For 1.28Mcps TDD, Mapping-LCR-r4 is used instead.
MappingInfo ::= SEQUENCE (SIZE (1..maxRAT)) OF
Mapping
OccurrenceSequenceNumberOfPICH ::= INTEGER (1..maxSCCPCH)
DedicatedPriorityInformation ::= SEQUENCE {
action CHOICE {
clearDedicatedPriorities NULL,
configureDedicatedPriorities SEQUENCE {
t-322 T-322 OPTIONAL,
priorityLevelList PriorityLevelList OPTIONAL,
eutraDetection BOOLEAN
}
}
}
DedicatedPriorityInformation-r11 ::= SEQUENCE {
action CHOICE {
clearDedicatedPriorities NULL,
configureDedicatedPriorities SEQUENCE {
t-322 T-322 OPTIONAL,
priorityLevelList PriorityLevelList-r11 OPTIONAL,
eutraDetection BOOLEAN
}
}
}
DedicatedPriorityInformation-r13 ::= SEQUENCE {
action CHOICE {
clearDedicatedPriorities NULL,
configureDedicatedPriorities SEQUENCE {
t-322 T-322 OPTIONAL,
priorityLevelList PriorityLevelList-r13 OPTIONAL,
eutraDetection BOOLEAN
}
}
}
PriorityLevel ::= SEQUENCE {
priority INTEGER (0..maxPrio-1) OPTIONAL,
radioAccessTechnology CHOICE {
utraFDD SEQUENCE (SIZE (1..maxNumFDDFreqs)) OF SEQUENCE{
uarfcn UARFCN
},
utraTDD SEQUENCE (SIZE (1..maxNumTDDFreqs)) OF SEQUENCE{
uarfcn UARFCN
},
eutra SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF SEQUENCE{
earfcn EARFCN
},
gsm SEQUENCE {
gsm-CellGroup GSM-CellGroup
}
}
}
PriorityLevel-r11 ::= SEQUENCE {
priority INTEGER (0..maxPrio-1) OPTIONAL,
radioAccessTechnology CHOICE {
utraFDD SEQUENCE (SIZE (1..maxNumFDDFreqs)) OF SEQUENCE{
uarfcn UARFCN
},
utraTDD SEQUENCE (SIZE (1..maxNumTDDFreqs)) OF SEQUENCE{
uarfcn UARFCN
},
eutra SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EARFCNRange,
gsm SEQUENCE {
gsm-CellGroup GSM-CellGroup
}
}
}
PriorityLevel-r13 ::= SEQUENCE {
priority INTEGER (0..maxPrio-1) OPTIONAL,
subpriority ENUMERATED {oDot2,oDot4,oDot6,oDot8} OPTIONAL, radioAccessTechnology CHOICE {
utraFDD SEQUENCE (SIZE (1..maxNumFDDFreqs)) OF SEQUENCE{
uarfcn UARFCN
},
utraTDD SEQUENCE (SIZE (1..maxNumTDDFreqs)) OF SEQUENCE{
uarfcn UARFCN
},
eutra SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EARFCNRange,
gsm SEQUENCE {
gsm-CellGroup GSM-CellGroup
}
}
}
PriorityLevelList ::= SEQUENCE (SIZE (1..maxPrio)) OF
PriorityLevel
PriorityLevelList-r11 ::= SEQUENCE (SIZE (1..maxPrio)) OF
PriorityLevel-r11
PriorityLevelList-r13 ::= SEQUENCE (SIZE (1..maxPrio-ext)) OF
PriorityLevel-r13
-- Actual value Q-Hyst-S = IE value * 2
Q-Hyst-S ::= INTEGER (0..20)
Q-Hyst-S-Fine ::= INTEGER (0..40)
RAT ::= ENUMERATED {
utra-FDD,
utra-TDD,
gsm,
cdma2000 }
RAT-FDD-Info ::= SEQUENCE {
rat-Identifier RAT-Identifier,
s-SearchRAT S-SearchQual,
s-HCS-RAT S-SearchRXLEV OPTIONAL,
s-Limit-SearchRAT S-SearchQual
}
RAT-FDD-InfoList ::= SEQUENCE (SIZE (1..maxOtherRAT)) OF
RAT-FDD-Info
RAT-Identifier ::= ENUMERATED {
gsm, cdma2000 }
RAT-TDD-Info ::= SEQUENCE {
rat-Identifier RAT-Identifier,
s-SearchRAT S-SearchRXLEV,
s-HCS-RAT S-SearchRXLEV OPTIONAL,
s-Limit-SearchRAT S-SearchRXLEV
}
RAT-TDD-InfoList ::= SEQUENCE (SIZE (1..maxOtherRAT)) OF
RAT-TDD-Info
ReservedIndicator ::= ENUMERATED {
reserved,
notReserved }
-- Actual value S-SearchQual = IE value * 2
S-SearchQual ::= INTEGER (-16..10)
-- Actual value S-SearchRXLEV = (IE value * 2) + 1
S-SearchRXLEV ::= INTEGER (-53..45)
-- Actual value ScalingFactor = IE value * 0.1
SpeedDependentScalingFactor ::= INTEGER (0..10)
T-Barred ::= ENUMERATED {
s10, s20, s40, s80,
s160, s320, s640, s1280 }
T-Reselection-S ::= INTEGER (0..31)
-- Actual value T-Reselection-S-Fine = IE value * 0.2
T-Reselection-S-Fine ::= INTEGER (0..31)
-- Actual value ScalingFactor = IE value * 0.25
TreselectionScalingFactor ::= INTEGER (4..19)
-- Actual value ScalingFactor2 = IE value * 0.25
TreselectionScalingFactor2 ::= INTEGER (1..16)
-- For UpperLimit, the used range depends on the RAT used.
UpperLimit ::= INTEGER (1..91)
URA-Identity ::= BIT STRING (SIZE (16))
URA-IdentityList ::= SEQUENCE (SIZE (1..maxURA)) OF
URA-Identity
-- ***************************************************
--
-- USER EQUIPMENT INFORMATION ELEMENTS (10.3.3)
--
-- ***************************************************
AccessGroupIdentity ::= INTEGER (0..15)
AccessStratumReleaseIndicator ::= ENUMERATED {
rel-4, rel-5, rel-6, rel-7, rel-8,
rel-9, rel-10, rel-11, rel-12,
rel-13, rel-14, rel-15, rel-16, spare3,
spare2, spare1 }
-- TABULAR : for ActivationTime, value 'now' always appear as default, and is encoded
-- by absence of the field
ActivationTime ::= INTEGER (0..255)
BackoffControlParams ::= SEQUENCE {
n-AP-RetransMax N-AP-RetransMax,
n-AccessFails N-AccessFails,
nf-BO-NoAICH NF-BO-NoAICH,
ns-BO-Busy NS-BO-Busy,
nf-BO-AllBusy NF-BO-AllBusy,
nf-BO-Mismatch NF-BO-Mismatch,
t-CPCH T-CPCH
}
BandComb ::= INTEGER (1..256)
C-RNTI ::= BIT STRING (SIZE (16))
CapabilityUpdateRequirement ::= SEQUENCE {
ue-RadioCapabilityFDDUpdateRequirement BOOLEAN,
-- ue-RadioCapabilityTDDUpdateRequirement is for 3.84Mcps TDD update requirement
ue-RadioCapabilityTDDUpdateRequirement BOOLEAN,
systemSpecificCapUpdateReqList SystemSpecificCapUpdateReqList OPTIONAL
}
CapabilityUpdateRequirement-r4-ext ::= SEQUENCE {
ue-RadioCapabilityUpdateRequirement-TDD128 BOOLEAN
}
CapabilityUpdateRequirement-r4 ::= SEQUENCE {
ue-RadioCapabilityFDDUpdateRequirement-FDD BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD384 BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD128 BOOLEAN,
systemSpecificCapUpdateReqList SystemSpecificCapUpdateReqList OPTIONAL
}
CapabilityUpdateRequirement-r5 ::= SEQUENCE {
ue-RadioCapabilityFDDUpdateRequirement-FDD BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD384 BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD128 BOOLEAN,
systemSpecificCapUpdateReqList SystemSpecificCapUpdateReqList-r5 OPTIONAL
}
CapabilityUpdateRequirement-v770ext ::= SEQUENCE {
ue-RadioCapabilityTDDUpdateRequirement-TDD768 BOOLEAN
}
CapabilityUpdateRequirement-r7 ::= SEQUENCE {
ue-RadioCapabilityFDDUpdateRequirement-FDD BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD384 BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD768 BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD128 BOOLEAN,
systemSpecificCapUpdateReqList SystemSpecificCapUpdateReqList-r5 OPTIONAL
}
CapabilityUpdateRequirement-v860ext ::= SEQUENCE {
-- If both IEs are present, the elements in the IE SystemSpecificCapUpdateReqList-r8
-- shall be appended to the elements in the IE SystemSpecificCapUpdateReqList
systemSpecificCapUpdateReqList SystemSpecificCapUpdateReqList-r8 OPTIONAL
}
CapabilityUpdateRequirement-r8 ::= SEQUENCE {
ue-RadioCapabilityFDDUpdateRequirement-FDD BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD384 BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD768 BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD128 BOOLEAN,
systemSpecificCapUpdateReqList SystemSpecificCapUpdateReqList-r8 OPTIONAL
}
CapabilityUpdateRequirement-vaj0ext ::= SEQUENCE {
eUTRAbandSpecificCapUpdateReqList EUTRAbandSpecificCapUpdateReqList
}
CapabilityUpdateRequirement-r12 ::= SEQUENCE {
ue-RadioCapabilityFDDUpdateRequirement-FDD BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD384 BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD768 BOOLEAN,
ue-RadioCapabilityTDDUpdateRequirement-TDD128 BOOLEAN,
systemSpecificCapUpdateReqList SystemSpecificCapUpdateReqList-r8 OPTIONAL,
eUTRAbandSpecificCapUpdateReqList EUTRAbandSpecificCapUpdateReqList OPTIONAL
}
-- If the IE CellUpdateCause has the value 'cellUpdateCause-ext', the actual value is
-- defined in the IE CellUpdateCause-ext.
CellUpdateCause ::= ENUMERATED {
cellReselection,
periodicalCellUpdate,
uplinkDataTransmission,
utran-pagingResponse,
re-enteredServiceArea,
radiolinkFailure,
rlc-unrecoverableError,
cellUpdateCause-ext }
-- The IE CellUpdateCause-ext shall be present, if the IE CellUpdateCause has the
-- value 'cellUpdateCause-ext'.
-- dummy is not used in this version of the specification, it should not be sent
-- and if received it should be ignored by the receiver.
CellUpdateCause-ext ::= ENUMERATED {
mbms-Reception,
mbms-PTP-RB-Request,
dummy,
cellUpdateCause-ext2 }
-- The IE CellUpdateCause-ext2 shall be present, if the IE CellUpdateCause-ext has the
-- value 'cellUpdateCause-ext2'.
CellUpdateCause-ext2 ::= ENUMERATED {
applicationLayerMeasurementReportAvailable,
spare3,
spare2,
spare1 }
ChipRateCapability ::= ENUMERATED {
mcps3-84, mcps1-28 }
CipheringAlgorithm ::= ENUMERATED {
uea0, uea1 }
CipheringAlgorithm-r7 ::= ENUMERATED {
uea0, uea1, uea2 }
CipheringModeCommand ::= CHOICE {
startRestart CipheringAlgorithm,
dummy NULL
}
CipheringModeCommand-r7 ::= SEQUENCE {
startRestart CipheringAlgorithm-r7
}
CipheringModeInfo ::= SEQUENCE {
-- TABULAR: The ciphering algorithm is included in the CipheringModeCommand.
cipheringModeCommand CipheringModeCommand,
activationTimeForDPCH ActivationTime OPTIONAL,
rb-DL-CiphActivationTimeInfo RB-ActivationTimeInfoList OPTIONAL
}
CipheringModeInfo-r7 ::= SEQUENCE {
-- TABULAR: The ciphering algorithm is included in the CipheringModeCommand.
cipheringModeCommand CipheringModeCommand-r7,
activationTimeForDPCH ActivationTime OPTIONAL,
rb-DL-CiphActivationTimeInfo RB-ActivationTimeInfoList OPTIONAL
}
CN-DRX-CycleLengthCoefficient ::= INTEGER (6..9)
CN-PagedUE-Identity ::= CHOICE {
imsi-GSM-MAP IMSI-GSM-MAP,
tmsi-GSM-MAP TMSI-GSM-MAP,
p-TMSI-GSM-MAP P-TMSI-GSM-MAP,
imsi-DS-41 IMSI-DS-41,
tmsi-DS-41 TMSI-DS-41,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
CompressedModeMeasCapability ::= SEQUENCE {
fdd-Measurements BOOLEAN,
-- TABULAR: The IEs tdd-Measurements, gsm-Measurements and multiCarrierMeasurements
-- are made optional since they are conditional based on another information element.
-- Their absence corresponds to the case where the condition is not true.
-- The IE 'tdd-Measurements' applies to either or both TDD 3.84 Mcps and TDD 7.68 Mcps,
-- depending on the RF capability conditions.
tdd-Measurements BOOLEAN OPTIONAL,
gsm-Measurements GSM-Measurements OPTIONAL,
multiCarrierMeasurements BOOLEAN OPTIONAL
}
CompressedModeMeasCapability-LCR-r4 ::= SEQUENCE {
tdd128-Measurements BOOLEAN OPTIONAL
}
CompressedModeMeasCapability-v860ext ::= SEQUENCE {
adjacentFrequencyMeasurements ENUMERATED { true } OPTIONAL
}
CompressedModeMeasCapability-v920ext ::= SEQUENCE {
interBandMeasurements ENUMERATED { true } OPTIONAL
}
CompressedModeMeasCapability-va40ext ::= SEQUENCE {
enhancedInterFrequencyMeasurements ENUMERATED { true } OPTIONAL,
freqSpecificCompressedMode ENUMERATED { true } OPTIONAL
}
CompressedModeMeasCapabEUTRA ::= SEQUENCE {
radioFrequencyBandEUTRA RadioFrequencyBandEUTRA,
compressedMode BOOLEAN
}
CompressedModeMeasCapabEUTRAExt ::=SEQUENCE {
radioFrequencyBandEUTRA RadioFrequencyBandEUTRAExt
}
CompressedModeMeasCapabEUTRAExt2 ::=SEQUENCE {
radioFrequencyBandEUTRA RadioFrequencyBandEUTRAExt2,
compressedMode BOOLEAN
}
CompressedModeMeasCapabEUTRAList ::= SEQUENCE (SIZE (1..maxFreqBandsEUTRA)) OF
CompressedModeMeasCapabEUTRA
CompressedModeMeasCapabEUTRAList2 ::= SEQUENCE (SIZE (1..maxFreqBandsEUTRA)) OF
CompressedModeMeasCapabEUTRAExt
CompressedModeMeasCapabEUTRAList3 ::= SEQUENCE (SIZE (1..maxFreqBandsEUTRA-ext)) OF
CompressedModeMeasCapabEUTRAExt2
CompressedModeMeasCapabFDDList ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
CompressedModeMeasCapabFDD
CompressedModeMeasCapabFDDList2 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
CompressedModeMeasCapabFDD2
CompressedModeMeasCapabFDDList3 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD-ext2)) OF
CompressedModeMeasCapabFDD3
CompressedModeMeasCapabFDDList-ext ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
CompressedModeMeasCapabFDD-ext
CompressedModeMeasCapabFDD ::= SEQUENCE {
radioFrequencyBandFDD RadioFrequencyBandFDD OPTIONAL,
dl-MeasurementsFDD BOOLEAN,
ul-MeasurementsFDD BOOLEAN
}
CompressedModeMeasCapabFDD2 ::= SEQUENCE {
-- UE may omit both IEs if this IE indicates the compressed mode capability within the same
-- frequency band. Otherwise, the UE shall include either one of the following OPTIONAL IEs.
radioFrequencyBandFDD RadioFrequencyBandFDD OPTIONAL,
radioFrequencyBandFDD2 RadioFrequencyBandFDD2 OPTIONAL,
dl-MeasurementsFDD BOOLEAN,
ul-MeasurementsFDD BOOLEAN
}
CompressedModeMeasCapabFDD3 ::= SEQUENCE {
-- UE may omit radioFrequencyBandFDD3 if this IE indicates the compressed mode capability within
-- the same frequency band. Otherwise, the UE shall include the IE.
radioFrequencyBandFDD3 RadioFrequencyBandFDD3 OPTIONAL,
dl-MeasurementsFDD BOOLEAN,
ul-MeasurementsFDD BOOLEAN
}
CompressedModeMeasCapabFDD-ext ::= SEQUENCE {
radioFrequencyBandFDD2 RadioFrequencyBandFDD2,
dl-MeasurementsFDD BOOLEAN,
ul-MeasurementsFDD BOOLEAN
}
CompressedModeMeasCapabTDDList ::= SEQUENCE (SIZE (1..maxFreqBandsTDD)) OF
CompressedModeMeasCapabTDD
CompressedModeMeasCapabTDD ::= SEQUENCE {
radioFrequencyBandTDD RadioFrequencyBandTDD,
dl-MeasurementsTDD BOOLEAN,
ul-MeasurementsTDD BOOLEAN
}
CompressedModeMeasCapabGSMList ::= SEQUENCE (SIZE (1..maxFreqBandsGSM)) OF
CompressedModeMeasCapabGSM
CompressedModeMeasCapabGSM ::= SEQUENCE {
radioFrequencyBandGSM RadioFrequencyBandGSM,
dl-MeasurementsGSM BOOLEAN,
ul-MeasurementsGSM BOOLEAN
}
CompressedModeMeasCapabMC ::= SEQUENCE {
dl-MeasurementsMC BOOLEAN,
ul-MeasurementsMC BOOLEAN
}
CPCH-Parameters ::= SEQUENCE {
initialPriorityDelayList InitialPriorityDelayList OPTIONAL,
backoffControlParams BackoffControlParams,
-- TABULAR: TPC step size nested inside PowerControlAlgorithm
powerControlAlgorithm PowerControlAlgorithm,
dl-DPCCH-BER DL-DPCCH-BER
}
CSG-ProximityIndicationCapability ::= SEQUENCE {
supportOfIntraFreqProximityIndication ENUMERATED { true } OPTIONAL,
supportOfInterFreqProximityIndication ENUMERATED { true } OPTIONAL,
supportOfE-UtraProximityIndication ENUMERATED { true } OPTIONAL
}
DL-CapabilityWithSimultaneousHS-DSCHConfig ::= ENUMERATED{kbps32, kbps64, kbps128, kbps384}
DL-DPCCH-BER ::= INTEGER (0..63)
DL-InformationPerSecondaryRL-List ::= SEQUENCE (SIZE (1..maxEDCHRL)) OF
DL-InformationPerSecondaryRL
DL-InformationPerSecondaryRL-List-r12 ::= SEQUENCE (SIZE (1..maxEDCHRL)) OF
DL-InformationPerSecondaryRL-r12
DL-InformationPerSecondaryRL-List-r13 ::= SEQUENCE (SIZE (1..maxEDCHRL)) OF
DL-InformationPerSecondaryRL-r13
DL-InformationPerSecondaryRL ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-id CellIdentity OPTIONAL,
dl-FDPCHInfoPerRL-SecULFreq DL-FDPCH-InfoPerRL-r7,
e-AGCH-Information E-AGCH-Information OPTIONAL,
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL
}
DL-InformationPerSecondaryRL-r12 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-id CellIdentity OPTIONAL,
dl-FDPCHInfoPerRL-SecULFreq DL-FDPCH-InfoPerRL-r7,
e-AGCH-Information E-AGCH-Information OPTIONAL,
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL,
secondary-Serving-E-DCHRL-Indicator ENUMERATED { true } OPTIONAL,
radioLinkswithoutDPCHFDPCHIndicator NULL OPTIONAL
}
DL-InformationPerSecondaryRL-r13 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-id CellIdentity OPTIONAL,
dl-FDPCHInfoPerRL-SecULFreq DL-FDPCH-InfoPerRL-r13,
e-AGCH-Information E-AGCH-Information OPTIONAL,
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL,
secondary-Serving-E-DCHRL-Indicator ENUMERATED { true } OPTIONAL,
radioLinkswithoutDPCHFDPCHIndicator NULL OPTIONAL
}
DL-PhysChCapabilityFDD ::= SEQUENCE {
-- The IE "maxNoDPCH-PDSCH-Codes" only gives information on the maximum number of DPCH Codes.
maxNoDPCH-PDSCH-Codes INTEGER (1..8),
maxNoPhysChBitsReceived MaxNoPhysChBitsReceived,
supportForSF-512 BOOLEAN,
-- dummy and dummy2 are not used in this version of the specification
-- and if received they should be ignored.
dummy BOOLEAN,
dummy2 SimultaneousSCCPCH-DPCH-Reception
}
DL-PhysChCapabilityFDD-v380ext ::= SEQUENCE {
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SupportOfDedicatedPilotsForChEstimation OPTIONAL
}
SupportOfDedicatedPilotsForChEstimation ::= ENUMERATED { true }
DL-PhysChCapabilityFDD-v770ext ::= SEQUENCE {
hsdsch-physical-layer-category-ext HSDSCH-physical-layer-category-ext OPTIONAL,
hsscchlessHsdschOperation ENUMERATED { true } OPTIONAL,
enhancedFdpch ENUMERATED { true } OPTIONAL,
hsdschReception-CellFach ENUMERATED { true } OPTIONAL,
hsdschReception-CellUraPch ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityFDD-v860ext ::= SEQUENCE {
hsdsch-physical-layer-category-ext2 HSDSCH-physical-layer-category-ext2 OPTIONAL,
supportOfTargetCellPreConfig ENUMERATED { true } OPTIONAL,
supportOfHsdschDrxOperation ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityFDD-v920ext ::= SEQUENCE {
hsdsch-physical-layer-category-ext3 HSDSCH-physical-layer-category-ext3 OPTIONAL,
supportOfMimoOnlySingleStream ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityFDD-va40ext ::= SEQUENCE {
hsdsch-physical-layer-category-ext4 HSDSCH-physical-layer-category-ext4 OPTIONAL,
hsdsch-physical-layer-category-ext5 HSDSCH-physical-layer-category-ext5 OPTIONAL
}
DL-PhysChCapabilityFDD-vb50ext ::= SEQUENCE {
hsdsch-physical-layer-category-ext6 HSDSCH-physical-layer-category-ext6 OPTIONAL,
hsdsch-physical-layer-category-ext7 HSDSCH-physical-layer-category-ext7 OPTIONAL,
hsdsch-physical-layer-category-ext8 HSDSCH-physical-layer-category-ext8 OPTIONAL,
supportOf4x4MimoDualStreamRestriction ENUMERATED { true } OPTIONAL,
supportOfHS-DSCHSecondDRXOperation ENUMERATED { true } OPTIONAL,
supportOfNodeBTrigHS-DPCCHTransmission ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityFDD-vb80ext ::= SEQUENCE {
non-ContiguousMulti-CellWithMIMO ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityFDD-vc50ext ::= SEQUENCE {
supportforDCHEnhancements ENUMERATED { basic, full } OPTIONAL,
simultaneousSupportforDCHEnhancementsAndCM ENUMERATED { true } OPTIONAL,
simultaneousSupportforDCHEnhancementsAndDPCCHDiscntTx ENUMERATED { true } OPTIONAL,
drx-enhancements ENUMERATED { true } OPTIONAL,
hs-dpcchOverheadReduction ENUMERATED { true } OPTIONAL,
supportofEnhancedServingCellChangeForEvent1C ENUMERATED { true } OPTIONAL,
supportofDPCCH2 ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityFDD-vd20ext ::= SEQUENCE {
supportofPowerControlAlgorithm3 ENUMERATED { true } OPTIONAL,
supportofBlindHarqRetransmissionsforHsdpa ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityFDD-ve30ext ::= SEQUENCE {
supportofHS-SCCHDrxOperation ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityFDD-vf10ext ::= SEQUENCE {
supportofSimplifiedHS-SCCHType1Operation ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityTDD ::= SEQUENCE {
maxTS-PerFrame MaxTS-PerFrame,
maxPhysChPerFrame MaxPhysChPerFrame,
minimumSF MinimumSF-DL,
supportOfPDSCH BOOLEAN,
maxPhysChPerTS MaxPhysChPerTS
}
DL-PhysChCapabilityTDD-LCR-r4 ::= SEQUENCE {
maxTS-PerSubFrame MaxTS-PerSubFrame-r4,
maxPhysChPerFrame MaxPhysChPerSubFrame-r4,
minimumSF MinimumSF-DL,
supportOfPDSCH BOOLEAN,
maxPhysChPerTS MaxPhysChPerTS,
supportOf8PSK BOOLEAN
}
DL-PhysChCapabilityTDD-128-v770ext ::= SEQUENCE {
multiCarrier-physical-layer-category MultiCarrier-HSDSCH-physical-layer-category OPTIONAL
}
DL-PhysChCapabilityTDD-128-v860ext ::= SEQUENCE {
hSDSCH-physical-layer-category-extension
HSDSCH-physical-layer-category-extension OPTIONAL,
multiCarrier-physical-layer-category-extension
MultiCarrier-HSDSCH-physical-layer-category-extension OPTIONAL,
supportOfSFModeForHSPDSCHDualStream ENUMERATED { sf1, sf1sf16 } OPTIONAL
}
DL-PhysChCapabilityInfoTDD-128-va40ext::= SEQUENCE {
multiCarrier-physical-layer-category-extension2
MultiCarrier-HSDSCH-physical-layer-category-extension2 OPTIONAL
}
DL-PhysChCapabilityInfoTDD-128-vc50ext::= SEQUENCE {
supportofNon-rectResourceAllocation ENUMERATED { true } OPTIONAL
}
DL-PhysChCapabilityTDD-768 ::= SEQUENCE {
maxTS-PerFrame MaxTS-PerFrame,
maxPhysChPerFrame MaxPhysChPerFrame-768,
minimumSF MinimumSF-DL-768,
supportOfPDSCH BOOLEAN,
tdd768-hspdsch CHOICE {
supported HSDSCH-physical-layer-category,
unsupported NULL
},
maxPhysChPerTS MaxPhysChPerTS-768
}
DL-PhysChCapabilityInfoTDD-768 ::= SEQUENCE {
maxTS-PerFrame MaxTS-PerFrame,
maxPhysChPerFrame MaxPhysChPerFrame-768,
minimumSF MinimumSF-DL-768,
supportOfPDSCH BOOLEAN,
maxPhysChPerTS MaxPhysChPerTS-768
}
DL-TransChCapability ::= SEQUENCE {
maxNoBitsReceived MaxNoBits,
maxConvCodeBitsReceived MaxNoBits,
turboDecodingSupport TurboSupport,
maxSimultaneousTransChs MaxSimultaneousTransChsDL,
maxSimultaneousCCTrCH-Count MaxSimultaneousCCTrCH-Count,
maxReceivedTransportBlocks MaxTransportBlocksDL,
maxNumberOfTFC MaxNumberOfTFC-DL,
maxNumberOfTF MaxNumberOfTF
}
DRAC-SysInfo ::= SEQUENCE {
transmissionProbability TransmissionProbability,
maximumBitRate MaximumBitRate
}
DRAC-SysInfoList ::= SEQUENCE (SIZE (1..maxDRACclasses)) OF
DRAC-SysInfo
DSCH-RNTI ::= BIT STRING (SIZE (16))
DelayRestrictionFlag ::= ENUMERATED { true }
DynamicActivationTime ::= SEQUENCE {
activationOffset INTEGER (0..15) OPTIONAL
}
E-RNTI ::= BIT STRING (SIZE (16))
ESN-DS-41 ::= BIT STRING (SIZE (32))
EstablishmentCause ::= ENUMERATED {
originatingConversationalCall,
originatingStreamingCall,
originatingInteractiveCall,
originatingBackgroundCall,
originatingSubscribedTrafficCall,
terminatingConversationalCall,
terminatingStreamingCall,
terminatingInteractiveCall,
terminatingBackgroundCall,
emergencyCall,
interRAT-CellReselection,
interRAT-CellChangeOrder,
registration,
detach,
originatingHighPrioritySignalling,
originatingLowPrioritySignalling,
callRe-establishment,
terminatingHighPrioritySignalling,
terminatingLowPrioritySignalling,
terminatingCauseUnknown,
mbms-Reception,
mbms-PTP-RB-Request,
delayTolerantAccess,
spare9,
spare8,
spare7,
spare6,
spare5,
spare4,
spare3,
spare2,
spare1 }
ExtendedWaitTime ::= INTEGER (1..1800)
EUTRAbandSpecificCapUpdateReqList ::= SEQUENCE (SIZE (1..16)) OF RadioFrequencyBandEUTRAExt2
FailureCauseWithProtErr ::= CHOICE {
configurationUnsupported NULL,
physicalChannelFailure NULL,
incompatibleSimultaneousReconfiguration
NULL,
compressedModeRuntimeError TGPSI,
protocolError ProtocolErrorInformation,
cellUpdateOccurred NULL,
invalidConfiguration NULL,
configurationIncomplete NULL,
unsupportedMeasurement NULL,
mbmsSessionAlreadyReceivedCorrectly NULL,
lowerPriorityMBMSService NULL,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
FailureCauseWithProtErrTrId ::= SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
failureCause FailureCauseWithProtErr
}
FrequencyBandsIndicatorSupport ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
frequencyBandsSupportFDD FrequencyBandsRedirectionFDD
},
tdd SEQUENCE {
frequencyBandsSupportTDD128 FrequencyBandsIndicatorTDD128
}
}
}
FrequencyBandsIndicatorTDD128 ::= SEQUENCE (SIZE (1..maxFreqBandsIndicatorSupport)) OF
FrequencyBandsIndicatorSupportTDD128
FrequencyBandsIndicatorSupportTDD128 ::= SEQUENCE {
frequencyBandsIndicatorTDD RadioFrequencyBandTDD-r10
}
FrequencyBandsRedirectionFDD ::= SEQUENCE (SIZE (1..maxFreqBandsIndicatorSupport)) OF
FrequencyBandsIndicatorFDD
FrequencyBandsIndicatorFDD ::= CHOICE {
frequencyBandsIndicator1 RadioFrequencyBandFDD,
frequencyBandsIndicator2 RadioFrequencyBandFDD2,
frequencyBandsIndicator3 RadioFrequencyBandFDD3
}
GANSS-Mode ::= ENUMERATED {
networkBased,
uEBased,
both,
none }
GroupIdentityWithReleaseInformation ::= SEQUENCE {
rrc-ConnectionReleaseInformation RRC-ConnectionReleaseInformation,
groupReleaseInformation GroupReleaseInformation
}
GroupReleaseInformation ::= SEQUENCE {
uRNTI-Group U-RNTI-Group
}
GSM-Measurements ::= SEQUENCE {
gsm900 BOOLEAN,
dcs1800 BOOLEAN,
gsm1900 BOOLEAN
}
H-RNTI ::= BIT STRING (SIZE (16))
High-MobilityDetected ::= ENUMERATED { high-MobilityDetected }
HSDSCH-physical-layer-category ::= INTEGER (1..64)
HSDSCH-physical-layer-category-ext ::= INTEGER (1..20)
HSDSCH-physical-layer-category-ext2 ::= INTEGER (21..24)
HSDSCH-physical-layer-category-ext3 ::= INTEGER (25..28)
HSDSCH-physical-layer-category-ext4 ::= INTEGER (29..30)
HSDSCH-physical-layer-category-ext5 ::= INTEGER (31..32)
HSDSCH-physical-layer-category-ext6 ::= INTEGER (33..34)
HSDSCH-physical-layer-category-ext7 ::= INTEGER (35..36)
HSDSCH-physical-layer-category-ext8 ::= INTEGER (37..38)
HSDSCH-physical-layer-category-extension ::= INTEGER (1..64)
MultiCarrier-HSDSCH-physical-layer-category ::= INTEGER (1..64)
MultiCarrier-HSDSCH-physical-layer-category-extension ::= INTEGER (1..36)
MultiCarrier-HSDSCH-physical-layer-category-extension2 ::= INTEGER (37..64)
MultiflowCapabBandCombination ::= SEQUENCE {
numberOfCellsBandA INTEGER(1..6),
numberOfFrequenciesBandA INTEGER(1..3),
numberOfCellsBandB INTEGER(1..6),
numberOfFrequenciesBandB INTEGER(1..3)
}
MultiflowCapabBandCombList ::= SEQUENCE (SIZE (1..16)) OF MultiflowCapabBandCombination
MultiflowCapability ::= SEQUENCE {
mimoInDifferentBands MultiflowMIMOCapability OPTIONAL,
longerHARQProcessing ENUMERATED { true } OPTIONAL
}
MultiflowPerBandCapability ::= SEQUENCE {
numberOfCells INTEGER(2..8),
numberOfFrequencies INTEGER(1..4),
mimo MultiflowMIMOCapability OPTIONAL,
nonContiguousCapability MultiflowNonContiguousCapability OPTIONAL
}
MultiflowMIMOCapability ::= ENUMERATED { single-stream, dual-stream }
MultiflowNonContiguousCapability ::= SEQUENCE {
gapSize ENUMERATED { fiveMHz, tenMHz, anyGapSize,
spare5, spare4, spare3, spare2, spare1 }
}
UESpecificBehaviourInformation1idle ::= BIT STRING (SIZE (4))
UESpecificBehaviourInformation1interRAT ::= BIT STRING (SIZE (8))
IdleIntervalMeasCapabEUTRA ::= SEQUENCE {
radioFrequencyBandEUTRA RadioFrequencyBandEUTRA,
idleInterval BOOLEAN
}
IdleIntervalMeasCapabEUTRAExtension ::= SEQUENCE {
radioFrequencyBandEUTRA RadioFrequencyBandEUTRAExt
}
IdleIntervalMeasCapabEUTRAList ::= SEQUENCE (SIZE (1..maxFreqBandsEUTRA)) OF
IdleIntervalMeasCapabEUTRA
IdleIntervalMeasCapabEUTRAExtensionList ::= SEQUENCE (SIZE (1..maxFreqBandsEUTRA)) OF
IdleIntervalMeasCapabEUTRAExtension
IMSI-and-ESN-DS-41 ::= SEQUENCE {
imsi-DS-41 IMSI-DS-41,
esn-DS-41 ESN-DS-41
}
IMSI-DS-41 ::= OCTET STRING (SIZE (5..7))
InitialPriorityDelayList ::= SEQUENCE (SIZE (1..maxASC)) OF
NS-IP
InitialUE-Identity ::= CHOICE {
imsi IMSI-GSM-MAP,
tmsi-and-LAI TMSI-and-LAI-GSM-MAP,
p-TMSI-and-RAI P-TMSI-and-RAI-GSM-MAP,
imei IMEI,
esn-DS-41 ESN-DS-41,
imsi-DS-41 IMSI-DS-41,
imsi-and-ESN-DS-41 IMSI-and-ESN-DS-41,
tmsi-DS-41 TMSI-DS-41
}
IntegrityCheckInfo ::= SEQUENCE {
messageAuthenticationCode MessageAuthenticationCode,
rrc-MessageSequenceNumber RRC-MessageSequenceNumber
}
IntegrityProtActivationInfo ::= SEQUENCE {
rrc-MessageSequenceNumberList RRC-MessageSequenceNumberList
}
IntegrityProtectionAlgorithm ::= ENUMERATED {
uia1 }
IntegrityProtectionAlgorithm-r7 ::= ENUMERATED {
uia1, uia2 }
IntegrityProtectionModeCommand ::= CHOICE {
startIntegrityProtection SEQUENCE {
integrityProtInitNumber IntegrityProtInitNumber
},
modify SEQUENCE {
dl-IntegrityProtActivationInfo IntegrityProtActivationInfo
}
}
IntegrityProtectionModeInfo ::= SEQUENCE {
-- TABULAR: DL integrity protection activation info and Integrity
-- protection intialisation number have been nested inside
-- IntegrityProtectionModeCommand.
integrityProtectionModeCommand IntegrityProtectionModeCommand,
integrityProtectionAlgorithm IntegrityProtectionAlgorithm OPTIONAL
}
IntegrityProtectionModeInfo-r7 ::= SEQUENCE {
-- TABULAR: DL integrity protection activation info and Integrity
-- protection intialisation number have been nested inside
-- IntegrityProtectionModeCommand.
integrityProtectionModeCommand IntegrityProtectionModeCommand,
integrityProtectionAlgorithm IntegrityProtectionAlgorithm-r7 OPTIONAL
}
IntegrityProtInitNumber ::= BIT STRING (SIZE (32))
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
MaxHcContextSpace ::= ENUMERATED {
dummy, by1024, by2048, by4096,
by8192 }
MaxHcContextSpace-r5-ext ::= ENUMERATED {
by16384, by32768, by65536, by131072 }
MaxROHC-ContextSessions-r4 ::= ENUMERATED {
s2, s4, s8, s12, s16, s24, s32, s48,
s64, s128, s256, s512, s1024, s16384 }
MaximumAM-EntityNumberRLC-Cap ::= ENUMERATED {
dummy, am4, am5, am6,
am8, am16, am30 }
-- Actual value MaximumBitRate = IE value * 16
MaximumBitRate ::= INTEGER (0..32)
MaximumRLC-WindowSize ::= ENUMERATED { mws2047, mws4095 }
MaxNoDPDCH-BitsTransmitted ::= ENUMERATED {
b600, b1200, b2400, b4800,
b9600, b19200, b28800, b38400,
b48000, b57600 }
MaxNoBits ::= ENUMERATED {
b640, b1280, b2560, b3840, b5120,
b6400, b7680, b8960, b10240,
b20480, b40960, b81920, b163840 }
MaxNoPhysChBitsReceived ::= ENUMERATED {
dummy, b1200, b2400, b3600,
b4800, b7200, b9600, b14400,
b19200, b28800, b38400, b48000,
b57600, b67200, b76800 }
MaxNoSCCPCH-RL ::= ENUMERATED {
rl1 }
MaxNumberOfTF ::= ENUMERATED {
tf32, tf64, tf128, tf256,
tf512, tf1024 }
MaxNumberOfTFC-DL ::= ENUMERATED {
tfc16, tfc32, tfc48, tfc64, tfc96,
tfc128, tfc256, tfc512, tfc1024 }
MaxNumberOfTFC-UL ::= ENUMERATED {
dummy1, dummy2, tfc16, tfc32, tfc48, tfc64,
tfc96, tfc128, tfc256, tfc512, tfc1024 }
-- the values 1 to 4 for MaxPhysChPerFrame are not used in this version of the protocol
MaxPhysChPerFrame ::= INTEGER (1..224)
MaxPhysChPerFrame-768 ::= INTEGER (1..448)
MaxPhysChPerSubFrame-r4 ::= INTEGER (1..96)
MaxPhysChPerTimeslot ::= ENUMERATED {
ts1, ts2 }
MaxPhysChPerTimeslot-LCR-r7 ::= INTEGER (1..4)
-- the values 1 to 4 for MaxPhysChPerTS are not used in this version of the protocol
MaxPhysChPerTS ::= INTEGER (1..16)
MaxPhysChPerTS-768 ::= INTEGER (1..32)
MaxSimultaneousCCTrCH-Count ::= INTEGER (1..8)
MaxSimultaneousTransChsDL ::= ENUMERATED {
e4, e8, e16, e32 }
MaxSimultaneousTransChsUL ::= ENUMERATED {
dummy, e4, e8, e16, e32 }
MaxTransportBlocksDL ::= ENUMERATED {
tb4, tb8, tb16, tb32, tb48,
tb64, tb96, tb128, tb256, tb512 }
MaxTransportBlocksUL ::= ENUMERATED {
dummy, tb4, tb8, tb16, tb32, tb48,
tb64, tb96, tb128, tb256, tb512 }
MaxTS-PerFrame ::= INTEGER (1..14)
MaxTS-PerSubFrame-r4 ::= INTEGER (1..6)
-- TABULAR: MeasurementCapability contains dependencies to UE-MultiModeRAT-Capability,
-- the conditional fields have been left mandatory for now.
MeasurementCapability ::= SEQUENCE {
downlinkCompressedMode CompressedModeMeasCapability,
uplinkCompressedMode CompressedModeMeasCapability
}
MeasurementCapabilityExt ::= SEQUENCE{
compressedModeMeasCapabFDDList CompressedModeMeasCapabFDDList,
compressedModeMeasCapabTDDList CompressedModeMeasCapabTDDList OPTIONAL,
compressedModeMeasCapabGSMList CompressedModeMeasCapabGSMList OPTIONAL,
compressedModeMeasCapabMC CompressedModeMeasCapabMC OPTIONAL
}
MeasurementCapabilityExt2 ::= SEQUENCE{
compressedModeMeasCapabFDDList CompressedModeMeasCapabFDDList2,
compressedModeMeasCapabTDDList CompressedModeMeasCapabTDDList OPTIONAL,
compressedModeMeasCapabGSMList CompressedModeMeasCapabGSMList OPTIONAL,
compressedModeMeasCapabMC CompressedModeMeasCapabMC OPTIONAL
}
MeasurementCapabilityExt3 ::= SEQUENCE {
compressedModeMeasCapabEUTRAList CompressedModeMeasCapabEUTRAList OPTIONAL
}
MeasurementCapabilityExt4 ::= SEQUENCE{
compressedModeMeasCapabFDDList2 CompressedModeMeasCapabFDDList2 OPTIONAL,
compressedModeMeasCapabFDDList3 CompressedModeMeasCapabFDDList3 OPTIONAL,
compressedModeMeasCapabTDDList CompressedModeMeasCapabTDDList OPTIONAL,
compressedModeMeasCapabGSMList CompressedModeMeasCapabGSMList OPTIONAL,
compressedModeMeasCapabMC CompressedModeMeasCapabMC OPTIONAL,
compressedModeMeasCapabEUTRAList CompressedModeMeasCapabEUTRAList OPTIONAL
}
MeasurementCapabilityExt5 ::= SEQUENCE {
compressedModeMeasCapabEUTRAList CompressedModeMeasCapabEUTRAList2 OPTIONAL
}
MeasurementCapabilityExt6 ::= SEQUENCE{
compressedModeMeasCapabEUTRAList CompressedModeMeasCapabEUTRAList3 OPTIONAL
}
MeasurementCapability-r4-ext ::= SEQUENCE {
downlinkCompressedMode-LCR CompressedModeMeasCapability-LCR-r4,
uplinkCompressedMode-LCR CompressedModeMeasCapability-LCR-r4
}
MeasurementCapability-v860ext ::= SEQUENCE {
downlinkCompressedMode CompressedModeMeasCapability-v860ext
}
MeasurementCapability-v920ext ::= SEQUENCE {
downlinkCompressedMode CompressedModeMeasCapability-v920ext
}
MeasurementCapability-va40ext ::= SEQUENCE {
interFrequencyDetectedSetMeasurements ENUMERATED { true } OPTIONAL,
downlinkCompressedMode CompressedModeMeasCapability-va40ext
}
MeasurementCapability-vb50ext ::= SEQUENCE {
interFrequencyMeasOnConfigCarriersWithoutCompMode ENUMERATED { true } OPTIONAL,
cellsExcludedFromDetectedSetMeasurements ENUMERATED { true } OPTIONAL
}
MeasurementCapabilityTDD ::= SEQUENCE {
idleIntervalMeasCapabEUTRAList IdleIntervalMeasCapabEUTRAList OPTIONAL
}
MeasurementCapabilityTDD-vb50ext ::= SEQUENCE {
idleIntervalMeasCapabEUTRAList IdleIntervalMeasCapabEUTRAExtensionList OPTIONAL
}
MeasurementCapability-vb70ext ::= SEQUENCE {
widebandRSRQFDDMeasurements ENUMERATED { true } OPTIONAL,
widebandRSRQTDDMeasurements ENUMERATED { true } OPTIONAL
}
MeasurementCapability-vc50ext ::= SEQUENCE {
event2gReportingOnaConfiguredSecDLFrequency ENUMERATED { true } OPTIONAL,
extendedRsrqLowerValueRange ENUMERATED { true } OPTIONAL,
rsrqOnAllSymbols ENUMERATED { true } OPTIONAL,
increasedUECarrierMonitoringUTRA ENUMERATED { true } OPTIONAL,
increasedUECarrierMonitoringE-UTRA ENUMERATED { true } OPTIONAL,
enhancedUPHReporting ENUMERATED { true } OPTIONAL
}
MeasurementCapability-ve30ext ::= SEQUENCE {
rrcEventsforUPHReporting ENUMERATED { true } OPTIONAL,
qoEMeasurementCollectionForStreamingServices ENUMERATED { true } OPTIONAL
}
MeasurementCapability-vf20ext ::= SEQUENCE {
qoEMeasurementCollectionForMTSIServices ENUMERATED { true } OPTIONAL
}
MessageAuthenticationCode ::= BIT STRING (SIZE (32))
MinimumSF-DL ::= ENUMERATED {
sf1, sf16 }
MinimumSF-DL-768 ::= ENUMERATED {
sf1, sf32 }
MinimumSF-UL ::= ENUMERATED {
sf1, sf2, sf4, sf8, dummy }
NonContiguousMultiCellCombinationList ::= SEQUENCE (SIZE (1..maxNonContiguousMultiCellCombinations)) OF
NonContiguousMultiCell
NonContiguousMultiCell ::= SEQUENCE {
aggregatedCells ENUMERATED { nc-2c, nc-3c, nc-4c },
gapSize ENUMERATED { fiveMHz, tenMHz, anyGapSize,
spare5, spare4, spare3, spare2, spare1 },
nonContiguousMultiCellCombination22 ENUMERATED { true } OPTIONAL,
nonContiguousMultiCellCombination31-13 ENUMERATED { true } OPTIONAL
}
MultiModeCapability ::= ENUMERATED {
tdd, fdd, fdd-tdd }
MultiRAT-Capability ::= SEQUENCE {
supportOfGSM BOOLEAN,
supportOfMulticarrier BOOLEAN
}
MultiModeRAT-Capability-v590ext ::= SEQUENCE {
supportOfUTRAN-ToGERAN-NACC BOOLEAN
}
MultiModeRAT-Capability-v680ext ::= SEQUENCE {
supportOfHandoverToGAN ENUMERATED { doesSupportHandoverToGAN } OPTIONAL
}
MultiModeRAT-Capability-v770ext ::= SEQUENCE {
supportOfPSHandoverToGAN ENUMERATED { doesSupportPSHandoverToGAN } OPTIONAL
}
MultiModeRAT-Capability-v860ext ::= SEQUENCE {
supportOfEUTRAFDD ENUMERATED { doesSupportEUTRAFDD } OPTIONAL,
supportOfInterRATHOToEUTRAFDD ENUMERATED { doesSupportInterRATHOToEUTRAFDD } OPTIONAL,
supportOfEUTRATDD ENUMERATED { doesSupportEUTRATDD } OPTIONAL,
supportOfInterRATHOToEUTRATDD ENUMERATED { doesSupportInterRATHOToEUTRATDD } OPTIONAL,
eutraFeatureGroupIndicators BIT STRING (SIZE (4)) OPTIONAL
}
MultiModeRAT-Capability-vae0ext ::= SEQUENCE {
eutraSupportOfMFBI ENUMERATED { true } OPTIONAL
}
MultiModeRAT-Capability-vb50ext ::= SEQUENCE {
supportOfEUTRAFDDMeasurementReportingInCELLFACH ENUMERATED { doesSupportOfEUTRAFDDMeasurementReportingInCELLFACH } OPTIONAL,
supportOfEUTRATDDMeasurementReportingInCELLFACH ENUMERATED { doesSupportOfEUTRATDDMeasurementReportingInCELLFACH } OPTIONAL
}
MultiModeRAT-Capability-vc50ext ::= SEQUENCE {
supportOfRAN-AssistedWLAN-Interworking-RAN-Rules ENUMERATED { true } OPTIONAL,
supportOfRAN-AssistedWLAN-Interworking-ANDSF-Policies ENUMERATED { true } OPTIONAL
}
MultiModeRAT-Capability-vd20ext ::= SEQUENCE {
supportOfExtendedEUTRAFrequencyPriority ENUMERATED { true } OPTIONAL
}
N-300 ::= INTEGER (0..7)
N-301 ::= INTEGER (0..7)
N-302 ::= INTEGER (0..7)
N-304 ::= INTEGER (0..7)
N-308 ::= INTEGER (1..8)
N-310 ::= INTEGER (0..7)
N-312 ::= ENUMERATED {
s1, s50, s100, s200, s400,
s600, s800, s1000 }
N-312ext ::= ENUMERATED {
s2, s4, s10, s20 }
N-312-r5 ::= ENUMERATED {
s1, s2, s4, s10, s20,
s50, s100, s200, s400,
s600, s800, s1000 }
N-313 ::= ENUMERATED {
s1, s2, s4, s10, s20,
s50, s100, s200 }
N-315 ::= ENUMERATED {
s1, s50, s100, s200, s400,
s600, s800, s1000 }
N-315ext ::= ENUMERATED {
s2, s4, s10, s20 }
N-315-r5 ::= ENUMERATED {
s1, s2, s4, s10, s20,
s50, s100, s200, s400,
s600, s800, s1000 }
N-AccessFails ::= INTEGER (1..64)
N-AP-RetransMax ::= INTEGER (1..64)
NeighCellSI-AcquisitionCapability ::= SEQUENCE {
supportOfIntraFreqSIAcquisitionForHO ENUMERATED { true } OPTIONAL,
supportOfInterFreqSIAcquisitionForHO ENUMERATED { true } OPTIONAL,
supportOfE-UtraSIAcquisitionForHO ENUMERATED { true } OPTIONAL
}
NetworkAssistedGANSS-Supported-List ::= SEQUENCE (SIZE (1..maxGANSS)) OF SEQUENCE {
gANSS-Id ENUMERATED {
sbas, modernizedGPS, qzss, glonass, bds,
spare3, spare2, spare1 } OPTIONAL,
gANSS-Mode GANSS-Mode,
gANSS-SignalId GANSS-Signal-Id OPTIONAL,
supportForUE-GANSS-TimingOfCellFrames BOOLEAN,
supportForUE-GANSS-CarrierPhaseMeasurement BOOLEAN OPTIONAL
}
-- Each element in the NetworkAssistedGANSS-Supported-List-v860ext provides extension information
-- to the corresponding element (position) in the NetworkAssistedGANSS-Supported-List
NetworkAssistedGANSS-Supported-List-v860ext ::= SEQUENCE (SIZE (1..maxGANSS)) OF SEQUENCE {
sbas-Ids BIT STRING (SIZE (8)) OPTIONAL,
gANSS-SignalIds BIT STRING (SIZE (8)) OPTIONAL,
non-native-AD-choices-supported ENUMERATED { true } OPTIONAL
}
NetworkAssistedGPS-Supported ::= ENUMERATED {
networkBased,
ue-Based,
bothNetworkAndUE-Based,
noNetworkAssistedGPS }
NF-BO-AllBusy ::= INTEGER (0..31)
NF-BO-NoAICH ::= INTEGER (0..31)
NF-BO-Mismatch ::= INTEGER (0..127)
NS-BO-Busy ::= INTEGER (0..63)
NS-IP ::= INTEGER (0..28)
P-TMSI-and-RAI-GSM-MAP ::= SEQUENCE {
p-TMSI P-TMSI-GSM-MAP,
rai RAI
}
PagingCause ::= ENUMERATED {
terminatingConversationalCall,
terminatingStreamingCall,
terminatingInteractiveCall,
terminatingBackgroundCall,
terminatingHighPrioritySignalling,
terminatingLowPrioritySignalling,
terminatingCauseUnknown,
spare
}
PagingRecord ::= CHOICE {
cn-Identity SEQUENCE {
pagingCause PagingCause,
cn-DomainIdentity CN-DomainIdentity,
cn-pagedUE-Identity CN-PagedUE-Identity
},
utran-Identity SEQUENCE {
u-RNTI U-RNTI,
cn-OriginatedPage-connectedMode-UE SEQUENCE {
pagingCause PagingCause,
cn-DomainIdentity CN-DomainIdentity,
pagingRecordTypeID PagingRecordTypeID
} OPTIONAL
}
}
PagingRecord2-r5 ::= CHOICE {
utran-SingleUE-Identity SEQUENCE {
u-RNTI U-RNTI,
cn-OriginatedPage-connectedMode-UE SEQUENCE {
pagingCause PagingCause,
cn-DomainIdentity CN-DomainIdentity,
pagingRecordTypeID PagingRecordTypeID
} OPTIONAL,
rrc-ConnectionReleaseInformation RRC-ConnectionReleaseInformation
},
utran-GroupIdentity SEQUENCE ( SIZE (1 .. maxURNTI-Group) ) OF
GroupIdentityWithReleaseInformation
}
PagingRecordList ::= SEQUENCE (SIZE (1..maxPage1)) OF
PagingRecord
PagingRecord2List-r5 ::= SEQUENCE (SIZE (1..maxPage1)) OF
PagingRecord2-r5
PDCP-Capability ::= SEQUENCE {
losslessSRNS-RelocationSupport BOOLEAN,
-- If present, the "maxHcContextSpace" in the IE "PDCP-Capability-r5-ext" overrides the
-- "supported" value in this IE. The value in this IE may be used by a pre-REL-5 UTRAN.
supportForRfc2507 CHOICE {
notSupported NULL,
supported MaxHcContextSpace
}
}
PDCP-Capability-r4-ext ::= SEQUENCE {
supportForRfc3095 CHOICE {
notSupported NULL,
supported SEQUENCE {
maxROHC-ContextSessions MaxROHC-ContextSessions-r4 DEFAULT s16,
reverseCompressionDepth INTEGER (0..65535) DEFAULT 0
}
}
}
PDCP-Capability-r5-ext ::= SEQUENCE {
supportForRfc3095ContextRelocation BOOLEAN,
maxHcContextSpace MaxHcContextSpace-r5-ext OPTIONAL
}
PDCP-Capability-r5-ext2 ::= SEQUENCE {
losslessDLRLC-PDUSizeChange ENUMERATED { true } OPTIONAL
}
PDCP-Capability-v770ext ::= SEQUENCE {
supportForCSVoiceoverHSPA ENUMERATED { true } OPTIONAL
}
PhysicalChannelCapability ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD,
uplinkPhysChCapability UL-PhysChCapabilityFDD
} OPTIONAL,
-- tddPhysChCapability describes the 3.84Mcps TDD physical channel capability
tddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityTDD,
uplinkPhysChCapability UL-PhysChCapabilityTDD
} OPTIONAL
}
PhysicalChannelCapability-v770ext ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-v770ext,
uplinkPhysChCapability UL-PhysChCapabilityFDD-v770ext
} OPTIONAL,
tddPhysChCapability-384 SEQUENCE {
-- No TDD384 DL physical channel capability extension
uplinkPhysChCapability UL-PhysChCapabilityTDD-384-v770ext
} OPTIONAL,
tddPhysChCapability-768 SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityTDD-768,
uplinkPhysChCapability UL-PhysChCapabilityTDD-768
} OPTIONAL,
tddPhysChCapability-128 SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityTDD-128-v770ext,
uplinkPhysChCapability UL-PhysChCapabilityTDD-128-v770ext
} OPTIONAL
}
PhysicalChannelCapability-v860ext ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-v860ext
} OPTIONAL,
tddPhysChCapability-128 SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityTDD-128-v860ext
} OPTIONAL
}
PhysicalChannelCapability-v920ext ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-v920ext,
uplinkPhysChCapability UL-PhysChCapabilityFDD-v920ext
} OPTIONAL
}
PhysicalChannelCapability-va40ext ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-va40ext
} OPTIONAL,
tddPhysChCapability-128 SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityInfoTDD-128-va40ext,
uplinkPhysChCapability UL-PhysChCapabilityInfoTDD-128-va40ext
} OPTIONAL
}
PhysicalChannelCapability-vb50ext ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-vb50ext,
uplinkPhysChCapability UL-PhysChCapabilityFDD-vb50ext
} OPTIONAL
}
PhysicalChannelCapability-vb80ext ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-vb80ext
} OPTIONAL
}
PhysicalChannelCapability-vc50ext ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-vc50ext OPTIONAL,
uplinkPhysChCapability UL-PhysChCapabilityFDD-vc50ext OPTIONAL
} OPTIONAL,
tddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityInfoTDD-128-vc50ext
} OPTIONAL
}
PhysicalChannelCapability-vd20ext ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-vd20ext OPTIONAL,
uplinkPhysChCapability UL-PhysChCapabilityFDD-vd20ext OPTIONAL
} OPTIONAL
}
PhysicalChannelCapability-ve30ext ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-ve30ext OPTIONAL,
uplinkPhysChCapability UL-PhysChCapabilityFDD-ve30ext OPTIONAL
} OPTIONAL
}
PhysicalChannelCapabilityInfo-v770ext ::= SEQUENCE {
tddPhysChCapability-768 SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityInfoTDD-768,
uplinkPhysChCapability UL-PhysChCapabilityTDD
} OPTIONAL,
tddPhysChCapability-128 SEQUENCE {
uplinkPhysChCapability UL-PhysChCapabilityInfoTDD-128-v770ext
} OPTIONAL
}
PhysicalChannelCapability-vf10ext ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-vf10ext OPTIONAL
}
}
-- PhysicalChannelCapability-LCR-r4 describes the 1.28Mcps TDD physical channel capability
PhysicalChannelCapability-LCR-r4 ::= SEQUENCE {
tdd128-PhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityTDD-LCR-r4,
uplinkPhysChCapability UL-PhysChCapabilityTDD-LCR-r4
} OPTIONAL
}
-- PhysicalChannelCapability-hspdsch-r5 describes the HS-PDSCH physical channel capability
PhysicalChannelCapability-hspdsch-r5 ::= SEQUENCE {
fdd-hspdsch CHOICE {
supported SEQUENCE {
-- hsdsch-physical-layer-category values shall be restricted to the range [1..12]
-- even if the UE physical capability category is above 12.
hsdsch-physical-layer-category HSDSCH-physical-layer-category,
-- dummy and dummy2 are not used in this version of the specification
-- and if received they should be ignored.
dummy BOOLEAN,
dummy2 BOOLEAN
},
unsupported NULL
},
tdd384-hspdsch CHOICE {
supported HSDSCH-physical-layer-category,
unsupported NULL
},
tdd128-hspdsch CHOICE {
supported HSDSCH-physical-layer-category,
unsupported NULL
}
}
PNBSCH-Allocation-r4 ::= SEQUENCE {
numberOfRepetitionsPerSFNPeriod ENUMERATED {
c2, c3, c4, c5, c6, c7, c8, c9, c10,
c12, c14, c16, c18, c20, c24, c28, c32,
c36, c40, c48, c56, c64, c72, c80 }
}
Pre-RedirectionInfo ::= SEQUENCE {
supportEUTRA-FDD BOOLEAN,
supportEUTRA-TDD BOOLEAN
}
ProtocolErrorCause ::= ENUMERATED {
asn1-ViolationOrEncodingError,
messageTypeNonexistent,
messageNotCompatibleWithReceiverState,
ie-ValueNotComprehended,
informationElementMissing,
messageExtensionNotComprehended,
spare2, spare1 }
ProtocolErrorIndicator ::= ENUMERATED {
noError, errorOccurred }
ProtocolErrorIndicatorWithMoreInfo ::= CHOICE {
noError NULL,
errorOccurred SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
protocolErrorInformation ProtocolErrorInformation
}
}
ProtocolErrorMoreInformation ::= SEQUENCE {
diagnosticsType CHOICE {
type1 CHOICE {
asn1-ViolationOrEncodingError NULL,
messageTypeNonexistent NULL,
messageNotCompatibleWithReceiverState
IdentificationOfReceivedMessage,
ie-ValueNotComprehended IdentificationOfReceivedMessage,
conditionalInformationElementError IdentificationOfReceivedMessage,
messageExtensionNotComprehended IdentificationOfReceivedMessage,
spare1 NULL,
spare2 NULL
},
spare NULL
}
}
RadioFrequencyBandEUTRA ::= INTEGER (1..64)
RadioFrequencyBandEUTRAExt ::= INTEGER (65..256)
RadioFrequencyBandEUTRAExt2 ::= INTEGER (1..256)
RadioFrequencyBandFDD ::= ENUMERATED {
-- fdd2100, fdd1900, fdd1800 correspond to Band I, Band II and Band III respectively
fdd2100,
fdd1900,
fdd1800,
bandVI,
bandIV,
bandV,
bandVII,
extension-indicator }
RadioFrequencyBandFDD2 ::= ENUMERATED {
bandVIII,
bandIX,
bandX,
bandXI,
bandXII,
bandXIII,
bandXIV,
bandXV,
bandXVI,
bandXVII,
bandXVIII,
bandXIX,
bandXX,
bandXXI,
bandXXII,
extension-indicator }
RadioFrequencyBandFDD3 ::= ENUMERATED {spare64, spare63, bandXXV, bandXXVI, spare60, spare59, spare58, spare57, spare56, bandXXXII, spare54, spare53, spare52, spare51, spare50, spare49, spare48, spare47, spare46, spare45, spare44, spare43, spare42, spare41, spare40, spare39, spare38, spare37, spare36, spare35, spare34, spare33, spare32, spare31, spare30, spare29, spare28, spare27, spare26, spare25, spare24, spare23, spare22, spare21, spare20, spare19, spare18, spare17, spare16, spare15, spare14, spare13, spare12, spare11, spare10, spare9, spare8, spare7, spare6, spare5, spare4, spare3, spare2, extension-indicator }
RadioFrequencyBandTDDList ::= ENUMERATED {
a, b, c, ab, ac, bc, abc, spare }
RadioFrequencyBandTDDList-r7 ::= ENUMERATED {
a, b, c, d, ab, ac, ad, bc, bd, cd, abc, abd, acd, bcd,
abcd, notabcd }
RadioFrequencyBandTDDext ::= ENUMERATED {
e, f, g, h, i, j, k, l, m, n, o, p, spare4, spare3,
spare2, spare1 }
RadioFrequencyBandTDDextList ::= SEQUENCE (SIZE (1..maxFreqBandsTDD-ext)) OF
RadioFrequencyBandTDDext
RadioFrequencyBandTDD ::= ENUMERATED {
a, b, c, d }
RadioFrequencyBandTDD-r10 ::= ENUMERATED {
a, b, c, d, e, f, spare2, spare1 }
RadioFrequencyBandGSM ::= ENUMERATED {
gsm450,
gsm480,
gsm850,
gsm900P,
gsm900E,
gsm1800,
gsm1900,
spare9, spare8, spare7, spare6, spare5,
spare4, spare3, spare2, spare1}
Rb-timer-indicator ::= SEQUENCE {
t314-expired BOOLEAN,
t315-expired BOOLEAN }
Re-EstablishmentTimer ::= ENUMERATED {
useT314, useT315
}
RedirectionInfo ::= CHOICE {
frequencyInfo FrequencyInfo,
interRATInfo InterRATInfo
}
RedirectionInfo-r6 ::= CHOICE {
frequencyInfo FrequencyInfo,
interRATInfo InterRATInfo-r6
}
RedirectionInfo-v860ext ::= CHOICE {
-- CHOICE frequencyInfo is provided in IE RedirectionInfo or IE RedirectionInfo-r6
frequencyInfo NULL,
interRATInfo InterRATInfo-v860ext
}
RejectionCause ::= ENUMERATED {
congestion,
unspecified }
ReleaseCause ::= ENUMERATED {
normalEvent,
unspecified,
pre-emptiveRelease,
congestion,
re-establishmentReject,
directedsignallingconnectionre-establishment,
userInactivity,
spare }
RF-Capability ::= SEQUENCE {
fddRF-Capability SEQUENCE {
ue-PowerClass UE-PowerClass,
txRxFrequencySeparation TxRxFrequencySeparation
} OPTIONAL,
tddRF-Capability SEQUENCE {
ue-PowerClass UE-PowerClass,
radioFrequencyTDDBandList RadioFrequencyBandTDDList,
chipRateCapability ChipRateCapability
} OPTIONAL
}
RF-Capability-r4-ext ::= SEQUENCE {
tddRF-Capability SEQUENCE {
ue-PowerClass UE-PowerClass,
radioFrequencyBandTDDList RadioFrequencyBandTDDList,
chipRateCapability ChipRateCapability
} OPTIONAL
}
RF-Capability-v770ext ::= SEQUENCE {
-- If TDD384 and/or TDD128 RF capability is indicated in IEs 'RF-Capability' or
-- 'RF-Capability-r4-ext', the corresponding IE 'RadioFrequencyBandTDDList-r7' shall
-- be included in this IE.
tdd384RF-Capability RadioFrequencyBandTDDList-r7 OPTIONAL,
tdd768RF-Capability SEQUENCE {
ue-PowerClass UE-PowerClass,
radioFrequencyBandTDDList RadioFrequencyBandTDDList-r7
-- The element 'chipRateCapability' = 'mcps7-68'
} OPTIONAL,
tdd128RF-Capability RadioFrequencyBandTDDList-r7 OPTIONAL
}
RF-Capability-v860ext ::= SEQUENCE {
tdd128RF-Capability RadioFrequencyBandTDDextList OPTIONAL,
tdd384RF-Capability RadioFrequencyBandTDDextList OPTIONAL,
tdd768RF-Capability RadioFrequencyBandTDDextList OPTIONAL
}
RF-Capability-vaa0ext ::= SEQUENCE {
supportOfMFBI ENUMERATED { true } OPTIONAL
}
RLC-Capability ::= SEQUENCE {
-- If present, the "totalRLC-AM-BufferSize" in the IE "RLC-Capability-r5-ext" overrides the
-- corresponding value in this IE. The value in this IE may be used by a pre-REL-5 UTRAN.
totalRLC-AM-BufferSize TotalRLC-AM-BufferSize,
maximumRLC-WindowSize MaximumRLC-WindowSize,
maximumAM-EntityNumber MaximumAM-EntityNumberRLC-Cap
}
RLC-Capability-r5-ext ::= SEQUENCE {
totalRLC-AM-BufferSize TotalRLC-AM-BufferSize-r5-ext OPTIONAL
}
RLC-Capability-v770ext ::= SEQUENCE {
supportOfTwoLogicalChannel BOOLEAN
}
RLC-Capability-v920ext ::= SEQUENCE {
totalRLC-AM-BufferSize TotalRLC-AM-BufferSize-v920ext OPTIONAL
}
RLC-Capability-va40ext ::= SEQUENCE {
totalRLC-AM-BufferSize TotalRLC-AM-BufferSize-va40ext OPTIONAL
}
RLC-Capability-vb50ext ::= SEQUENCE {
totalRLC-AM-BufferSize TotalRLC-AM-BufferSize-vb50ext OPTIONAL
}
RRC-ConnectionReleaseInformation ::= CHOICE {
noRelease NULL,
release SEQUENCE {
releaseCause ReleaseCause
}
}
RRC-MessageSequenceNumber ::= INTEGER (0..15)
RRC-MessageSequenceNumberList ::= SEQUENCE (SIZE (4..5)) OF
RRC-MessageSequenceNumber
RRC-StateIndicator ::= ENUMERATED {
cell-DCH, cell-FACH, cell-PCH, ura-PCH }
RRC-TransactionIdentifier ::= INTEGER (0..3)
RSR-VCC-Info ::= SEQUENCE {
nonce BIT STRING (SIZE (128)) OPTIONAL,
ims-Information OCTET STRING (SIZE (1.. 32))
}
S-RNTI ::= BIT STRING (SIZE (20))
S-RNTI-2 ::= BIT STRING (SIZE (10))
SecurityCapability ::= SEQUENCE {
cipheringAlgorithmCap BIT STRING {
-- For each bit value "0" means false/ not supported
spare15(0),
spare14(1),
spare13(2),
spare12(3),
spare11(4),
spare10(5),
spare9(6),
spare8(7),
spare7(8),
spare6(9),
spare5(10),
spare4(11),
spare3(12),
uea2(13),
uea1(14),
uea0(15)
} (SIZE (16)),
integrityProtectionAlgorithmCap BIT STRING {
-- For each bit value "0" means false/ not supported
spare15(0),
spare14(1),
spare13(2),
spare12(3),
spare11(4),
spare10(5),
spare9(6),
spare8(7),
spare7(8),
spare6(9),
spare5(10),
spare4(11),
spare3(12),
uia2(13),
uia1(14),
spare0(15)
} (SIZE (16))
}
SecondaryServingEDCHCell-Info ::= SEQUENCE {
primary-E-RNTI E-RNTI OPTIONAL,
secondary-E-RNTI E-RNTI OPTIONAL
}
SecondaryEDCH-Info-Common ::= SEQUENCE {
frequencyInfo FrequencyInfo,
scramblingCodeType ScramblingCodeType,
scramblingCodeNumber UL-ScramblingCode,
ms2-SchedTransmGrantHARQAlloc BIT STRING (SIZE (8)) OPTIONAL,
servingGrant SEQUENCE {
primary-Secondary-GrantSelector ENUMERATED { primary, secondary }
} OPTIONAL,
minReduced-E-DPDCH-GainFactor MinReduced-E-DPDCH-GainFactor OPTIONAL,
e-DCH-minimumSet-E-TFCI E-DCH-MinimumSet-E-TFCI OPTIONAL,
dpcchPowerOffset-SecondaryULFrequency INTEGER(0..7),
pc-Preamble PC-Preamble
}
SecondaryEDCH-Info-Common-r12 ::= SEQUENCE {
frequencyInfo FrequencyInfo,
scramblingCodeType ScramblingCodeType,
scramblingCodeNumber UL-ScramblingCode,
ms2-SchedTransmGrantHARQAlloc BIT STRING (SIZE (8)) OPTIONAL,
servingGrant SEQUENCE {
primary-Secondary-GrantSelector ENUMERATED { primary, secondary }
} OPTIONAL,
minReduced-E-DPDCH-GainFactor MinReduced-E-DPDCH-GainFactor OPTIONAL,
e-DCH-minimumSet-E-TFCI E-DCH-MinimumSet-E-TFCI OPTIONAL,
minimumTEBS-threshold MinimumTEBS-threshold OPTIONAL,
implicitGrantHandling ENUMERATED { true } OPTIONAL,
dpcchPowerOffset-SecondaryULFrequency INTEGER(0..7),
pc-Preamble PC-Preamble,
ue-DPCCHPowerResetAfterDTXOnSecUplink UE-DPCCHPowerResetAfterDTXOnSecUplink OPTIONAL
}
SecondaryEDCH-Info-Common-r14 ::= SEQUENCE {
frequencyInfo FrequencyInfo,
scramblingCodeType ScramblingCodeType,
scramblingCodeNumber UL-ScramblingCode,
ms2-SchedTransmGrantHARQAlloc BIT STRING (SIZE (8)) OPTIONAL,
servingGrant SEQUENCE {
primary-Secondary-GrantSelector ENUMERATED { primary, secondary }
} OPTIONAL,
minReduced-E-DPDCH-GainFactor MinReduced-E-DPDCH-GainFactor OPTIONAL,
e-DCH-minimumSet-E-TFCI E-DCH-MinimumSet-E-TFCI OPTIONAL,
minimumTEBS-threshold MinimumTEBS-threshold OPTIONAL,
implicitGrantHandling ENUMERATED { true } OPTIONAL,
dpcchPowerOffset-SecondaryULFrequency INTEGER(0..7),
pc-Preamble PC-Preamble,
ue-DPCCHPowerResetAfterDTXOnSecUplink UE-DPCCHPowerResetAfterDTXOnSecUplink OPTIONAL,
additionalSecondaryCellInfoForMixedTTIConfiguration AdditionalSecondaryCellInfoForMixedTTIConfiguration OPTIONAL
}
Serving-HSDSCH-CellInformation ::= SEQUENCE {
deltaACK DeltaACK OPTIONAL,
deltaNACK DeltaNACK OPTIONAL,
harq-Preamble-Mode HARQ-Preamble-Mode,
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
dl-hspdsch-Information DL-HSPDSCH-Information OPTIONAL,
harqInfo HARQ-Info OPTIONAL,
mac-hsResetIndicator ENUMERATED { true } OPTIONAL
}
Serving-HSDSCH-CellInformation-r7 ::= SEQUENCE {
deltaACK DeltaACK OPTIONAL,
deltaNACK DeltaNACK OPTIONAL,
harq-Preamble-Mode HARQ-Preamble-Mode,
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
dl-hspdsch-Information DL-HSPDSCH-Information-r7 OPTIONAL,
harqInfo HARQ-Info-r7 OPTIONAL,
mac-hsResetIndicator ENUMERATED { true } OPTIONAL
}
Serving-HSDSCH-CellInformation-r8 ::= SEQUENCE {
deltaACK DeltaACK OPTIONAL,
deltaNACK DeltaNACK OPTIONAL,
harq-Preamble-Mode HARQ-Preamble-Mode,
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
dl-hspdsch-Information DL-HSPDSCH-Information-r8 OPTIONAL,
harqInfo HARQ-Info-r7 OPTIONAL,
mac-hsResetIndicator ENUMERATED { true } OPTIONAL
}
Serving-HSDSCH-CellInformation-r9 ::= SEQUENCE {
deltaACK DeltaACK OPTIONAL,
deltaNACK DeltaNACK OPTIONAL,
harq-Preamble-Mode HARQ-Preamble-Mode,
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
dl-hspdsch-Information DL-HSPDSCH-Information-r9 OPTIONAL,
harqInfo HARQ-Info-r7 OPTIONAL,
mac-hsResetIndicator ENUMERATED { true } OPTIONAL
}
Serving-HSDSCH-CellInformation-r11 ::= SEQUENCE {
deltaACK DeltaACK-r11 OPTIONAL,
deltaNACK DeltaNACK-r11 OPTIONAL,
harq-Preamble-Mode HARQ-Preamble-Mode,
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
dl-hspdsch-Information DL-HSPDSCH-Information-r11 OPTIONAL,
harqInfo HARQ-Info-r11 OPTIONAL,
mac-hsResetIndicator ENUMERATED { true } OPTIONAL,
mac-hsResetIndicator-assisting ENUMERATED { true } OPTIONAL
}
Serving-HSDSCH-CellInformation-r12 ::= SEQUENCE {
deltaACK DeltaACK-r11 OPTIONAL,
deltaNACK DeltaNACK-r11 OPTIONAL,
harq-Preamble-Mode HARQ-Preamble-Mode,
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
dl-hspdsch-Information DL-HSPDSCH-Information-r12 OPTIONAL,
harqInfo HARQ-Info-r11 OPTIONAL,
mac-hsResetIndicator ENUMERATED { true } OPTIONAL,
mac-hsResetIndicator-assisting ENUMERATED { true } OPTIONAL
}
SimultaneousSCCPCH-DPCH-Reception ::= CHOICE {
notSupported NULL,
supported SEQUENCE {
maxNoSCCPCH-RL MaxNoSCCPCH-RL,
-- simultaneousSCCPCH-DPCH-DPDCH-Reception is applicable only if
-- the IE Support of PDSCH = TRUE
-- Note: the reference to DPDCH in the element name below is incorrect (see tabular). The
-- name is not changed, to keep it aligned with R99.
simultaneousSCCPCH-DPCH-DPDCH-Reception BOOLEAN
}
}
SRNC-Identity ::= BIT STRING (SIZE (12))
SR-VCC-Info ::= SEQUENCE {
nonce BIT STRING (SIZE (128)) OPTIONAL
}
SR-VCC-SecurityRABInfo-v860ext ::= SEQUENCE {
sr-vcc-Info SR-VCC-Info,
rab-InfoReplace RAB-InfoReplace
}
START-Value ::= BIT STRING (SIZE (20))
STARTList ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
STARTSingle
STARTSingle ::= SEQUENCE {
cn-DomainIdentity CN-DomainIdentity,
start-Value START-Value
}
SystemSpecificCapUpdateReq ::= ENUMERATED {
gsm }
SystemSpecificCapUpdateReq-v590ext ::= ENUMERATED {
geranIu }
SystemSpecificCapUpdateReq-r5 ::= ENUMERATED {
gsm, geranIu }
SystemSpecificCapUpdateReq-r8 ::= ENUMERATED {
gsm, geranIu, eutra, spare5,
spare4, spare3, spare2, spare1 }
SystemSpecificCapUpdateReqList ::= SEQUENCE (SIZE (1..maxSystemCapability)) OF
SystemSpecificCapUpdateReq
SystemSpecificCapUpdateReqList-r5 ::= SEQUENCE (SIZE (1..maxSystemCapability)) OF
SystemSpecificCapUpdateReq-r5
SystemSpecificCapUpdateReqList-r8 ::= SEQUENCE (SIZE (1..maxSystemCapability)) OF
SystemSpecificCapUpdateReq-r8
T-300 ::= ENUMERATED {
ms100, ms200, ms400, ms600, ms800,
ms1000, ms1200, ms1400, ms1600,
ms1800, ms2000, ms3000, ms4000,
ms6000, ms8000 }
T-301 ::= ENUMERATED {
ms100, ms200, ms400, ms600, ms800,
ms1000, ms1200, ms1400, ms1600,
ms1800, ms2000, ms3000, ms4000,
ms6000, ms8000, spare }
T-302 ::= ENUMERATED {
ms100, ms200, ms400, ms600, ms800,
ms1000, ms1200, ms1400, ms1600,
ms1800, ms2000, ms3000, ms4000,
ms6000, ms8000, spare }
T-304 ::= ENUMERATED {
ms100, ms200, ms400,
ms1000, ms2000, spare3, spare2, spare1 }
T-305 ::= ENUMERATED {
noUpdate, m5, m10, m30,
m60, m120, m360, m720 }
T-307 ::= ENUMERATED {
s5, s10, s15, s20,
s30, s40, s50, spare }
T-308 ::= ENUMERATED {
ms40, ms80, ms160, ms320 }
T-309 ::= INTEGER (1..8)
T-310 ::= ENUMERATED {
ms40, ms80, ms120, ms160,
ms200, ms240, ms280, ms320 }
T-311 ::= ENUMERATED {
ms250, ms500, ms750, ms1000,
ms1250, ms1500, ms1750, ms2000 }
-- The value 0 for T-312 is not used in this version of the specification
T-312 ::= INTEGER (0..15)
T-313 ::= INTEGER (0..15)
T-314 ::= ENUMERATED {
s0, s2, s4, s6, s8,
s12, s16, s20 }
T-315 ::= ENUMERATED {
s0, s10, s30, s60, s180,
s600, s1200, s1800 }
T-316 ::= ENUMERATED {
s0, s10, s20, s30, s40,
s50, s-inf, spare }
-- All the values are changed to "infinity" in Rel-5
T-317 ::= ENUMERATED {
infinity0, infinity1, infinity2, infinity3, infinity4,
infinity5, infinity6, infinity7}
T-318 ::= ENUMERATED {
ms250, ms500, ms750, ms1000, ms1250, ms1500,
ms1750, ms2000, ms3000, ms4000, ms6000, ms8000,
ms10000, ms12000, ms16000 }
T-319 ::= ENUMERATED {
ms80, ms160, ms320, ms640, ms1280, ms2560, ms5120 }
T-321 ::= ENUMERATED {
ms100, ms200, ms400, ms800 }
T-322 ::= ENUMERATED { m5, m10, m20, m30, m60,
m120, m180, spare1 }
T-323 ::= ENUMERATED { s0, s5, s10, s20, s30, s60, s90, s120 }
T-328 ::= ENUMERATED { ms20, ms40, ms60, ms80 }
T-329 ::= ENUMERATED { s05p, s1, s2, s4 }
T-330 ::= ENUMERATED { m5, m10, m20, m30,
m60, m120, m180, spare1 }
T-CPCH ::= ENUMERATED {
ct0, ct1 }
TMSI-and-LAI-GSM-MAP ::= SEQUENCE {
tmsi TMSI-GSM-MAP,
lai LAI
}
TMSI-DS-41 ::= OCTET STRING (SIZE (2..17))
TotalRLC-AM-BufferSize ::= ENUMERATED {
dummy, kb10, kb50, kb100,
kb150, kb500, kb1000, spare }
TotalRLC-AM-BufferSize-r5-ext ::= ENUMERATED {
kb200, kb300, kb400, kb750 }
TotalRLC-AM-BufferSize-v920ext ::= ENUMERATED {
kb1150, kb1250 }
TotalRLC-AM-BufferSize-va40ext ::= ENUMERATED {
kb1500, kb1800, kb2300, kb2550 }
TotalRLC-AM-BufferSize-vb50ext ::= ENUMERATED {
kb3400, kb3500, kb4400, kb4500, kb5000, spare3, spare2, spare1 }
-- Actual value TransmissionProbability = IE value * 0.125
TransmissionProbability ::= INTEGER (1..8)
TransportChannelCapability ::= SEQUENCE {
dl-TransChCapability DL-TransChCapability,
ul-TransChCapability UL-TransChCapability
}
TurboSupport ::= CHOICE {
notSupported NULL,
supported MaxNoBits
}
-- Values defined as spare shall not be sent in this version of the protocol. If a spare value is
-- received, it should be interpreted as 'default-RxTX-sparation'.
TxRxFrequencySeparation ::= ENUMERATED {
default-TxRx-separation, spare2, spare1 }
U-RNTI ::= SEQUENCE {
srnc-Identity SRNC-Identity,
s-RNTI S-RNTI
}
U-RNTI-Group ::= CHOICE {
-- TABULAR: not following the tabular strictly, but this will most likely save bits
all NULL,
u-RNTI-BitMaskIndex-b1 BIT STRING (SIZE (31)),
u-RNTI-BitMaskIndex-b2 BIT STRING (SIZE (30)),
u-RNTI-BitMaskIndex-b3 BIT STRING (SIZE (29)),
u-RNTI-BitMaskIndex-b4 BIT STRING (SIZE (28)),
u-RNTI-BitMaskIndex-b5 BIT STRING (SIZE (27)),
u-RNTI-BitMaskIndex-b6 BIT STRING (SIZE (26)),
u-RNTI-BitMaskIndex-b7 BIT STRING (SIZE (25)),
u-RNTI-BitMaskIndex-b8 BIT STRING (SIZE (24)),
u-RNTI-BitMaskIndex-b9 BIT STRING (SIZE (23)),
u-RNTI-BitMaskIndex-b10 BIT STRING (SIZE (22)),
u-RNTI-BitMaskIndex-b11 BIT STRING (SIZE (21)),
u-RNTI-BitMaskIndex-b12 BIT STRING (SIZE (20)),
u-RNTI-BitMaskIndex-b13 BIT STRING (SIZE (19)),
u-RNTI-BitMaskIndex-b14 BIT STRING (SIZE (18)),
u-RNTI-BitMaskIndex-b15 BIT STRING (SIZE (17)),
u-RNTI-BitMaskIndex-b16 BIT STRING (SIZE (16)),
u-RNTI-BitMaskIndex-b17 BIT STRING (SIZE (15)),
u-RNTI-BitMaskIndex-b18 BIT STRING (SIZE (14)),
u-RNTI-BitMaskIndex-b19 BIT STRING (SIZE (13)),
u-RNTI-BitMaskIndex-b20 BIT STRING (SIZE (12)),
u-RNTI-BitMaskIndex-b21 BIT STRING (SIZE (11)),
u-RNTI-BitMaskIndex-b22 BIT STRING (SIZE (10)),
u-RNTI-BitMaskIndex-b23 BIT STRING (SIZE (9)),
u-RNTI-BitMaskIndex-b24 BIT STRING (SIZE (8)),
u-RNTI-BitMaskIndex-b25 BIT STRING (SIZE (7)),
u-RNTI-BitMaskIndex-b26 BIT STRING (SIZE (6)),
u-RNTI-BitMaskIndex-b27 BIT STRING (SIZE (5)),
u-RNTI-BitMaskIndex-b28 BIT STRING (SIZE (4)),
u-RNTI-BitMaskIndex-b29 BIT STRING (SIZE (3)),
u-RNTI-BitMaskIndex-b30 BIT STRING (SIZE (2)),
u-RNTI-BitMaskIndex-b31 BIT STRING (SIZE (1))
}
U-RNTI-Short ::= SEQUENCE {
srnc-Identity SRNC-Identity,
s-RNTI-2 S-RNTI-2
}
UE-AddPos-Supported-List ::= SEQUENCE (SIZE (1..maxAddPos)) OF UE-AddPos-element
UE-AddPos-element ::= SEQUENCE{
addPos-ID ENUMERATED {barometricPressure, wlan, bt, mbs,
spare4, spare3, spare2, spare1 },
addPos-Mode ENUMERATED {standalone, ue-assisted,
both, spare1 }
}
UE-BasedNetworkPerformanceMeasurementsParameters ::= SEQUENCE {
supportOfLoggedMeasurementsIdlePCH ENUMERATED { true } OPTIONAL
}
UE-CapabilityContainer-IEs ::= SEQUENCE {
-- Container for transparent transfer of capability information not related to
-- features for which early implementation is desired
ue-RadioAccessCapability-v690ext UE-RadioAccessCapability-v690ext,
ue-RATSpecificCapability-v690ext InterRAT-UE-RadioAccessCapability-v690ext OPTIONAL,
v6b0NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-v6b0ext UE-RadioAccessCapability-v6b0ext-IEs,
v6e0NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-v6e0ext UE-RadioAccessCapability-v6e0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-v770ext UE-RadioAccessCapability-v770ext-IEs,
v790NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-v790ext UE-RadioAccessCapability-v790ext-IEs,
v860NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-v860ext
UE-RadioAccessCapability-v860ext-IEs,
ue-RATSpecificCapability-v860ext
InterRAT-UE-RadioAccessCapability-v860ext OPTIONAL,
v880NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-v880ext
UE-RadioAccessCapability-v880ext-IEs,
v890NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-v890ext
UE-RadioAccessCapability-v890ext-IEs,
v920NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-v920ext
UE-RadioAccessCapability-v920ext-IEs,
v970NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-v970ext
UE-RadioAccessCapability-v970ext-IEs,
va40NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-va40ext
UE-RadioAccessCapability-va40ext-IEs,
va60NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-va60ext
UE-RadioAccessCapability-va60ext-IEs,
va80NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-va80ext
UE-RadioAccessCapability-va80ext-IEs,
laterNonCriticalExtensions
UE-RadioAccessCapability-LaterNonCriticalExtensions OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
UE-RadioAccessCapability-v6b0ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportForSIB11bis ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-v6e0ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportForFDPCH ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-v770ext-IEs ::= SEQUENCE {
-- User equipment IEs
pdcp-Capability PDCP-Capability-v770ext OPTIONAL,
rlc-Capability RLC-Capability-v770ext,
rf-Capability RF-Capability-v770ext OPTIONAL,
physicalChannelCapability PhysicalChannelCapability-v770ext,
multiModeRAT-Capability MultiModeRAT-Capability-v770ext,
ue-PositioningCapability UE-PositioningCapability-v770ext,
mac-ehsSupport ENUMERATED { true } OPTIONAL,
ue-specificCapabilityInformation UE-SpecificCapabilityInformation-LCRTDD OPTIONAL
}
UE-RadioAccessCapability-v790ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportForEDPCCHPowerBoosting ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-v860ext-IEs ::= SEQUENCE {
-- UE radio access capability
rf-Capability RF-Capability-v860ext OPTIONAL,
physicalChannelCapability PhysicalChannelCapability-v860ext,
multiModeRAT-Capability MultiModeRAT-Capability-v860ext,
ue-PositioningCapability UE-PositioningCapability-v860ext,
measurementCapability MeasurementCapability-v860ext OPTIONAL,
measurementCapabilityTDD MeasurementCapabilityTDD OPTIONAL,
supportOfCommonEDCH ENUMERATED { true } OPTIONAL,
supportOfMACiis ENUMERATED { true } OPTIONAL,
supportOfSPSOperation ENUMERATED { true } OPTIONAL,
supportOfControlChannelDRXOperation ENUMERATED { true } OPTIONAL,
supportOfCSG ENUMERATED { true } OPTIONAL,
-- UE radio access capability extension
ue-RadioAccessCapabBandFDDList3 UE-RadioAccessCapabBandFDDList3 OPTIONAL
}
UE-RadioAccessCapability-v880ext-IEs ::= SEQUENCE {
-- UE radio access capability
supportForPriorityReselectionInUTRAN ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-v890ext-IEs ::= SEQUENCE {
-- UE radio access capability
supportCellSpecificTxDiversityinDC-Operation ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-v920ext-IEs ::= SEQUENCE {
-- UE physical channel capability,
ue-RadioAccessCapabBandCombList UE-RadioAccessCapabBandCombList OPTIONAL,
physicalChannelCapability PhysicalChannelCapability-v920ext,
rlc-Capability RLC-Capability-v920ext,
supportOfenhancedTS0 ENUMERATED { true } OPTIONAL,
measurementCapability MeasurementCapability-v920ext OPTIONAL,
-- UE radio access capability
csgProximityIndicationCapability CSG-ProximityIndicationCapability OPTIONAL,
neighCellSI-AcquisitionCapability NeighCellSI-AcquisitionCapability OPTIONAL
}
UE-RadioAccessCapability-v970ext-IEs ::= SEQUENCE {
-- UE physical channel capability
ue-ExtendedMeasurementSupport ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-v9c0ext-IEs ::= SEQUENCE {
-- UE voice over IMS related capability
voiceOverUTRA-PS-HS-Support ENUMERATED { true } OPTIONAL,
srvcc-SupportFromUTRA-to-UTRA ENUMERATED { true } OPTIONAL,
srvcc-SupportFromUTRA-to-GERAN ENUMERATED { true } OPTIONAL,
-- UE radio access capability
ue-supportMac-ehsWindowSizeExtension ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-LaterNonCriticalExtensions ::= SEQUENCE {
v9c0NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-v9c0ext UE-RadioAccessCapability-v9c0ext-IEs,
vaa0NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-vaa0ext UE-RadioAccessCapability-vaa0ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-vb50ext UE-RadioAccessCapability-vb50ext-IEs,
vb70NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-vb70ext UE-RadioAccessCapability-vb70ext-IEs,
vae0NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-vae0ext UE-RadioAccessCapability-vae0ext-IEs,
vb80NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-vb80ext UE-RadioAccessCapability-vb80ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-vc50ext
UE-RadioAccessCapability-vc50ext-IEs,
vd20NonCriticalExtensions SEQUENCE {
ue-RadioAccessCapability-vd20ext
UE-RadioAccessCapability-vd20ext-IEs,
ve30NonCriticalExtensions UE-RadioAccessCapability-ve30ext-IEs OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
}
UE-RadioAccessCapability-va40ext-IEs ::= SEQUENCE {
-- UE physical channel capability
ue-RadioAccessCapabBandCombList-va40ext UE-RadioAccessCapabBandCombList-va40ext OPTIONAL,
physicalChannelCapability PhysicalChannelCapability-va40ext,
rlc-Capability RLC-Capability-va40ext,
measurementCapability MeasurementCapability-va40ext OPTIONAL,
supportOfMUMIMO ENUMERATED { uplink, uplink-and-downlink } OPTIONAL,
supportForDualCellMimoInDifferentBands ENUMERATED { true } OPTIONAL,
ue-BasedNetworkPerformanceMeasurementsParameters
UE-BasedNetworkPerformanceMeasurementsParameters OPTIONAL,
supportOfUTRANANR ENUMERATED { true } OPTIONAL,
-- UE radio access capability extension
ue-RadioAccessCapabBandFDDList4 UE-RadioAccessCapabBandFDDList4 OPTIONAL
}
UE-RadioAccessCapability-va60ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList4 UE-RadioAccessCapabBandFDDList4-va60ext OPTIONAL
}
UE-RadioAccessCapability-va80ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList4 UE-RadioAccessCapabBandFDDList4-va80ext OPTIONAL
}
UE-RadioAccessCapability-vaa0ext-IEs ::= SEQUENCE {
supportOfUMRLCre-establish-via-reconfig ENUMERATED { true } OPTIONAL,
rf-capability RF-Capability-vaa0ext OPTIONAL
}
UE-RadioAccessCapability-vae0ext-IEs ::= SEQUENCE {
-- UE radio access capability
multiModeRAT-Capability MultiModeRAT-Capability-vae0ext OPTIONAL
}
UE-RadioAccessCapability-vb50ext-IEs ::= SEQUENCE {
multiModeRAT-Capability MultiModeRAT-Capability-vb50ext,
supportOfCommonERGCHBasedInterferenceControl ENUMERATED { true } OPTIONAL,
supportOfFallbackToR99PRACH ENUMERATED { true } OPTIONAL,
supportOfConcurrentDeployment ENUMERATED { true } OPTIONAL,
supportOfTTIalignmentAndPerHARQProcess ENUMERATED { true } OPTIONAL,
-- UE physical channel capability
ue-RadioAccessCapabBandCombList-vb50ext UE-RadioAccessCapabBandCombList-vb50ext OPTIONAL,
multiflowCapabBandCombList MultiflowCapabBandCombList OPTIONAL,
physicalChannelCapability PhysicalChannelCapability-vb50ext,
rlc-Capability RLC-Capability-vb50ext,
multiflowCapability MultiflowCapability OPTIONAL,
-- UE radio access capability extension
ue-RadioAccessCapabBandFDDList6 UE-RadioAccessCapabBandFDDList6 OPTIONAL,
-- Measurement capability
measurementCapability MeasurementCapability-vb50ext OPTIONAL,
measurementCapabilityTDD MeasurementCapabilityTDD-vb50ext OPTIONAL,
-- UE voice over IMS related capability
rsrvcc-SupportFromUTRA-CS-to-EUTRA-FDD ENUMERATED { true } OPTIONAL,
rsrvcc-SupportFromUTRA-CS-to-EUTRA-TDD ENUMERATED { true } OPTIONAL,
supportOfHSDPCCHPowerOffsetExtension ENUMERATED { true } OPTIONAL,
supportOfSTTDOnDLControlChannelsWhenMultiflowOperationIsActive
ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-vb70ext-IEs ::= SEQUENCE {
measurementCapability MeasurementCapability-vb70ext OPTIONAL,
ue-RadioAccessCapabBandFDDList7 UE-RadioAccessCapabBandFDDList7 OPTIONAL
}
UE-RadioAccessCapability-vb80ext-IEs ::= SEQUENCE {
-- UE physical channel capability
physicalChannelCapability PhysicalChannelCapability-vb80ext
}
UE-RadioAccessCapability-vc50ext-IEs ::= SEQUENCE {
--the capability is for FDD only
measurementCapability MeasurementCapability-vc50ext OPTIONAL,
supportofDsacAndPpacInCellDch ENUMERATED { true } OPTIONAL,
supportOfMultiflowWithFTPICHFromAssisting ENUMERATED { true } OPTIONAL,
multiModeRAT-Capability MultiModeRAT-Capability-vc50ext OPTIONAL,
-- UE physical channel capability
physicalChannelCapability PhysicalChannelCapability-vc50ext OPTIONAL
}
UE-RadioAccessCapability-vd20ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabBandCombList UE-RadioAccessCapabBandCombList-vd20ext OPTIONAL,
multiModeRAT-Capability MultiModeRAT-Capability-vd20ext OPTIONAL,
-- UE physical channel capability
physicalChannelCapability PhysicalChannelCapability-vd20ext OPTIONAL,
-- UE positioning capability
ue-PositioningCapability UE-PositioningCapability-vd20ext OPTIONAL,
-- the capability is for FDD only
supportofRetrievableConfigurations ENUMERATED { true } OPTIONAL,
supportofURAPCHwithSeamlessTransition ENUMERATED { true } OPTIONAL,
supportofImprovedSynchronizedRRCProcedures ENUMERATED { true } OPTIONAL,
supportofEnhancedStateTransition ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-ve30ext-IEs ::= SEQUENCE {
measurementCapability MeasurementCapability-ve30ext OPTIONAL,
supportofSimultaneousSetupandReleaseofRABsRBs ENUMERATED { true } OPTIONAL,
physicalChannelCapability PhysicalChannelCapability-ve30ext OPTIONAL,
ue-RadioAccessCapability-vf10ext UE-RadioAccessCapability-vf10ext-IEs OPTIONAL
}
UE-RadioAccessCapability-vf10ext-IEs ::= SEQUENCE {
physicalChannelCapability PhysicalChannelCapability-vf10ext OPTIONAL,
ue-RadioAccessCapability-vf20ext-IEs UE-RadioAccessCapability-vf20ext-IEs OPTIONAL
}
UE-RadioAccessCapability-vf20ext-IEs ::= SEQUENCE {
measurementCapability MeasurementCapability-vf20ext OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
UE-ConnTimersAndConstants ::= SEQUENCE {
-- Optional is used also for parameters for which the default value is the last one read in SIB1
-- t-301 and n-301 should not be used by the UE in this version of the specification
t-301 T-301 DEFAULT ms2000,
n-301 N-301 DEFAULT 2,
t-302 T-302 DEFAULT ms4000,
n-302 N-302 DEFAULT 3,
t-304 T-304 DEFAULT ms2000,
n-304 N-304 DEFAULT 2,
t-305 T-305 DEFAULT m30,
t-307 T-307 DEFAULT s30,
t-308 T-308 DEFAULT ms160,
t-309 T-309 DEFAULT 5,
t-310 T-310 DEFAULT ms160,
n-310 N-310 DEFAULT 4,
t-311 T-311 DEFAULT ms2000,
t-312 T-312 DEFAULT 1,
-- n-312 shall be ignored if n-312 in UE-ConnTimersAndConstants-v3a0ext is present, and the
-- value of that element shall be used instead.
n-312 N-312 DEFAULT s1,
t-313 T-313 DEFAULT 3,
n-313 N-313 DEFAULT s20,
t-314 T-314 DEFAULT s12,
t-315 T-315 DEFAULT s180,
-- n-315 shall be ignored if n-315 in UE-ConnTimersAndConstants-v3a0ext is present, and the
-- value of that element shall be used instead.
n-315 N-315 DEFAULT s1,
t-316 T-316 DEFAULT s30,
t-317 T-317 DEFAULT infinity4
}
UE-ConnTimersAndConstants-v3a0ext ::= SEQUENCE {
n-312 N-312ext OPTIONAL,
n-315 N-315ext OPTIONAL
}
UE-ConnTimersAndConstants-r5 ::= SEQUENCE {
-- Optional is used also for parameters for which the default value is the last one read in SIB1
-- t-301 and n-301 should not be used by the UE in this version of the specification
t-301 T-301 DEFAULT ms2000,
n-301 N-301 DEFAULT 2,
t-302 T-302 DEFAULT ms4000,
n-302 N-302 DEFAULT 3,
t-304 T-304 DEFAULT ms2000,
n-304 N-304 DEFAULT 2,
t-305 T-305 DEFAULT m30,
t-307 T-307 DEFAULT s30,
t-308 T-308 DEFAULT ms160,
t-309 T-309 DEFAULT 5,
t-310 T-310 DEFAULT ms160,
n-310 N-310 DEFAULT 4,
t-311 T-311 DEFAULT ms2000,
t-312 T-312 DEFAULT 1,
n-312 N-312-r5 DEFAULT s1,
t-313 T-313 DEFAULT 3,
n-313 N-313 DEFAULT s20,
t-314 T-314 DEFAULT s12,
t-315 T-315 DEFAULT s180,
n-315 N-315-r5 DEFAULT s1,
t-316 T-316 DEFAULT s30,
t-317 T-317 DEFAULT infinity4
}
UE-ConnTimersAndConstants-v860ext ::= SEQUENCE {
t-323 T-323 OPTIONAL
}
UE-ConnTimersAndConstants-r11 ::= SEQUENCE {
-- Optional is used also for parameters for which the default value is the last one read in SIB1
-- t-301 and n-301 should not be used by the UE in this version of the specification
t-301 T-301 DEFAULT ms2000,
n-301 N-301 DEFAULT 2,
t-302 T-302 DEFAULT ms4000,
n-302 N-302 DEFAULT 3,
t-304 T-304 DEFAULT ms2000,
n-304 N-304 DEFAULT 2,
t-305 T-305 DEFAULT m30,
t-307 T-307 DEFAULT s30,
t-308 T-308 DEFAULT ms160,
t-309 T-309 DEFAULT 5,
t-310 T-310 DEFAULT ms160,
n-310 N-310 DEFAULT 4,
t-311 T-311 DEFAULT ms2000,
t-312 T-312 DEFAULT 1,
n-312 N-312-r5 DEFAULT s1,
t-313 T-313 DEFAULT 3,
n-313 N-313 DEFAULT s20,
t-314 T-314 DEFAULT s12,
t-315 T-315 DEFAULT s180,
n-315 N-315-r5 DEFAULT s1,
t-316 T-316 DEFAULT s30,
t-317 T-317 DEFAULT infinity4,
t-323 T-323 OPTIONAL
}
UE-GANSSPositioning-Capability ::= SEQUENCE {
networkAssistedGANSS-supportedList NetworkAssistedGANSS-Supported-List OPTIONAL
}
UE-GANSSPositioning-Capability-v860ext-IEs ::= SEQUENCE {
networkAssistedGANSS-supportedList NetworkAssistedGANSS-Supported-List-v860ext OPTIONAL
}
UE-IdleTimersAndConstants ::= SEQUENCE {
t-300 T-300,
n-300 N-300,
t-312 T-312,
-- n-312 shall be ignored if n-312 in UE-IdleTimersAndConstants-v3a0ext is present, and the
-- value of that element shall be used instead.
n-312 N-312
}
UE-HSPA-Identities-r6 ::= SEQUENCE {
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL
}
UE-IdleTimersAndConstants-v3a0ext ::= SEQUENCE {
n-312 N-312ext OPTIONAL
}
UE-MultiModeRAT-Capability ::= SEQUENCE {
multiRAT-CapabilityList MultiRAT-Capability,
multiModeCapability MultiModeCapability
}
UE-PowerClass ::= INTEGER (1..4)
UE-PowerClassExt ::= ENUMERATED {class1, class2, class3, class4,
spare4, spare3, spare2, spare1 }
UE-RadioAccessCapability ::= SEQUENCE {
-- UE-RadioAccessCapability is compatible with R99, although accessStratumReleaseIndicator
-- is removed from this IE, since its encoding did not result in bits. The
-- accessStratumReleaseIndicator is provided in the relevant REL-4 extension IEs.
pdcp-Capability PDCP-Capability,
rlc-Capability RLC-Capability,
transportChannelCapability TransportChannelCapability,
rf-Capability RF-Capability,
physicalChannelCapability PhysicalChannelCapability,
ue-MultiModeRAT-Capability UE-MultiModeRAT-Capability,
securityCapability SecurityCapability,
ue-positioning-Capability UE-Positioning-Capability,
measurementCapability MeasurementCapability OPTIONAL
}
UE-RadioAccessCapabilityInfo ::= SEQUENCE {
ue-RadioAccessCapability UE-RadioAccessCapability,
ue-RadioAccessCapability-v370ext UE-RadioAccessCapability-v370ext
}
UE-RadioAccessCapability-v370ext ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList UE-RadioAccessCapabBandFDDList
}
UE-RadioAccessCapability-v380ext ::= SEQUENCE {
ue-PositioningCapabilityExt-v380 UE-PositioningCapabilityExt-v380
}
UE-RadioAccessCapability-v3a0ext ::= SEQUENCE {
ue-PositioningCapabilityExt-v3a0 UE-PositioningCapabilityExt-v3a0
}
UE-RadioAccessCapability-v3g0ext ::= SEQUENCE {
ue-PositioningCapabilityExt-v3g0 UE-PositioningCapabilityExt-v3g0
}
UE-RadioAccessCapability-v650ext ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList2 UE-RadioAccessCapabBandFDDList2,
-- This IE shall be included if the UE also supports Band I-VII
ue-RadioAccessCapabBandFDDList-ext UE-RadioAccessCapabBandFDDList-ext OPTIONAL
}
UE-RadioAccessCapability-v690ext ::= SEQUENCE {
physicalchannelcapability-edch PhysicalChannelCapability-edch-r6,
-- TABULAR: deviceType is MD in tabular description
-- Default value is 'doesBenefitFromBatteryConsumptionOptimisation'
deviceType ENUMERATED { doesNotBenefitFromBatteryConsumptionOptimisation } OPTIONAL
}
UE-RadioAccessCapability-v7e0ext ::= SEQUENCE {
-- User equipment IEs
supportForTwoDRXSchemesInPCH ENUMERATED { true } OPTIONAL,
supportEDPDCHPowerInterpolation ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-v7f0ext ::= SEQUENCE {
supportofTxDivOnNonMIMOChannel ENUMERATED { true } OPTIONAL,
-- IE physicalChannelCapability-LCR and ue-RadioAccessCapabilityComp-TDD128 shall only be
-- included in InterRATHandoverInfo for 1.28 Mcps TDD, otherwise these IEs are not needed here.
physicalChannelCapability-LCR PhysicalChannelCapability-LCR-r4 OPTIONAL,
ue-RadioAccessCapabilityComp-TDD128 UE-RadioAccessCapabilityComp-TDD128-v7f0ext OPTIONAL
}
UE-RadioAccessCapabilityInfo-v770ext ::= SEQUENCE {
rf-Capability RF-Capability-v770ext OPTIONAL,
physicalChannelCapability PhysicalChannelCapabilityInfo-v770ext,
ganssSupportIndication ENUMERATED { true } OPTIONAL,
mac-ehsSupport ENUMERATED { true } OPTIONAL,
ue-SpecificCapabilityInformation UE-SpecificCapabilityInformation-LCRTDD OPTIONAL
}
UE-RadioAccessCapabilityInfo-TDD128-v8b0ext ::= SEQUENCE {
-- INTER RAT HANDOVER INFO
measurementCapabilityTDD MeasurementCapabilityTDD OPTIONAL,
hSDSCH-physical-layer-category-extension
HSDSCH-physical-layer-category-extension OPTIONAL
}
UE-RadioAccessCapabilityInfo-TDD128-vb50ext ::= SEQUENCE {
-- INTER RAT HANDOVER INFO
measurementCapabilityTDD MeasurementCapabilityTDD-vb50ext OPTIONAL
}
UE-RadioAccessCapability-v860ext ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList3 UE-RadioAccessCapabBandFDDList3
}
UE-RadioAccessCapability-v880ext ::= SEQUENCE {
-- INTER RAT HANDOVER INFO
supportForPriorityReselectionInUTRAN ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-v890ext ::= SEQUENCE {
-- UE radio access capability
supportCellSpecificTxDiversityinDC-Operation ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-v920ext ::= SEQUENCE {
supportOfenhancedTS0 ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-va40ext ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList4 UE-RadioAccessCapabBandFDDList4
}
UE-RadioAccessCapability-va60ext ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList4 UE-RadioAccessCapabBandFDDList4-va60ext OPTIONAL
}
UE-RadioAccessCapability-va80ext ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList4-va60ext UE-RadioAccessCapabBandFDDList4-va60ext OPTIONAL,
ue-RadioAccessCapabBandFDDList4-va80ext UE-RadioAccessCapabBandFDDList4-va80ext OPTIONAL
}
UE-RadioAccessCapability-vb50ext ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList6 UE-RadioAccessCapabBandFDDList6 OPTIONAL
}
UE-RadioAccessCapability-vb70ext ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList7 UE-RadioAccessCapabBandFDDList7 OPTIONAL
}
UE-RadioAccessCapability-vbc0ext ::= SEQUENCE {
interRATsupportMultiCellConfiguration ENUMERATED { true } OPTIONAL,
ue-RadioAccessCapabBandCombList UE-RadioAccessCapabBandCombList OPTIONAL,
ue-RadioAccessCapabBandCombList-va40ext UE-RadioAccessCapabBandCombList-va40ext OPTIONAL
}
UE-RadioAccessCapability-vd20ext ::= SEQUENCE {
ue-RadioAccessCapabBandCombList UE-RadioAccessCapabBandCombList-vd20ext OPTIONAL
}
UE-RadioAccessCapabBand-va40ext ::= SEQUENCE {
ue-RadioAccessCapabBandFDDList5 UE-RadioAccessCapabBandFDDList5,
-- This IE shall be included if the UE also supports Band I – Band XXII
ue-RadioAccessCapabBandFDDList-ext2 UE-RadioAccessCapabBandFDDList-ext2 OPTIONAL
}
UE-RadioAccessCapabBandFDDList2 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
UE-RadioAccessCapabBandFDD2
UE-RadioAccessCapabBandFDDList3 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
UE-RadioAccessCapabBandFDD3
UE-RadioAccessCapabBandFDDList4 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
UE-RadioAccessCapabBandFDD4
UE-RadioAccessCapabBandFDDList4-va60ext ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
UE-RadioAccessCapabBandFDD4-va60ext
UE-RadioAccessCapabBandFDDList4-va80ext ::= SEQUENCE (SIZE (1..maxFreqBandsFDD-ext3)) OF
UE-RadioAccessCapabBandFDD4-va80ext
UE-RadioAccessCapabBandFDDList5 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD-ext2)) OF
UE-RadioAccessCapabBandFDD5
UE-RadioAccessCapabBandFDDList6 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD3)) OF
UE-RadioAccessCapabBandFDD6
UE-RadioAccessCapabBandFDDList7 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD3)) OF
UE-RadioAccessCapabBandFDD7
UE-RadioAccessCapabBandFDD2 ::= SEQUENCE {
radioFrequencyBandFDD2 RadioFrequencyBandFDD2,
fddRF-Capability SEQUENCE {
ue-PowerClass UE-PowerClassExt,
txRxFrequencySeparation TxRxFrequencySeparation
} OPTIONAL,
measurementCapability2 MeasurementCapabilityExt2
}
UE-RadioAccessCapabBandFDD3 ::= SEQUENCE {
-- UE may omit both IEs if this IE indicates the same EUTRA compressed
-- mode capability for all supported UTRA bands
-- Otherwise, the UE shall include either one of the following OPTIONAL IEs.
radioFrequencyBandFDD RadioFrequencyBandFDD OPTIONAL,
radioFrequencyBandFDD2 RadioFrequencyBandFDD2 OPTIONAL,
measurementCapability3 MeasurementCapabilityExt3
}
UE-RadioAccessCapabBandFDD4 ::= SEQUENCE {
-- UE may omit all the radioFrequencyBand IEs if this IE indicates the same
-- capability for all supported UTRA bands
-- Otherwise, the UE shall include either one of the following OPTIONAL IEs.
radioFrequencyBandFDD RadioFrequencyBandFDD OPTIONAL,
radioFrequencyBandFDD2 RadioFrequencyBandFDD2 OPTIONAL,
radioFrequencyBandFDD3 RadioFrequencyBandFDD3 OPTIONAL,
additionalSecondaryCells ENUMERATED { a1, a2 } OPTIONAL,
nonContiguousMultiCellCombinationList NonContiguousMultiCellCombinationList OPTIONAL
}
UE-RadioAccessCapabBandFDD4-va60ext ::= SEQUENCE {
supportofULOLTD ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapabBandFDD4-va80ext ::= SEQUENCE {
-- UE may omit all the radioFrequencyBand IEs if this IE indicates the same
-- capability for all supported UTRA bands
-- Otherwise, the UE shall include either one of the following OPTIONAL IEs.
radioFrequencyBandFDD RadioFrequencyBandFDD OPTIONAL,
radioFrequencyBandFDD2 RadioFrequencyBandFDD2 OPTIONAL,
radioFrequencyBandFDD3 RadioFrequencyBandFDD3 OPTIONAL,
additionalSecondaryCells ENUMERATED { a1, a2 } OPTIONAL,
nonContiguousMultiCellCombinationList NonContiguousMultiCellCombinationList OPTIONAL,
supportofULOLTD ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapabBandFDD5 ::= SEQUENCE {
radioFrequencyBandFDD3 RadioFrequencyBandFDD3,
fddRF-Capability SEQUENCE {
ue-PowerClass UE-PowerClassExt,
txRxFrequencySeparation TxRxFrequencySeparation
} OPTIONAL,
measurementCapability4 MeasurementCapabilityExt4
}
UE-RadioAccessCapabBandFDD6 ::= SEQUENCE {
-- UE may omit all the radioFrequencyBand IEs if this IE indicates the same
-- capability for all supported UTRA bands
-- Otherwise, the UE shall include either one of the following OPTIONAL IEs.
radioFrequencyBandFDD RadioFrequencyBandFDD OPTIONAL,
radioFrequencyBandFDD2 RadioFrequencyBandFDD2 OPTIONAL,
radioFrequencyBandFDD3 RadioFrequencyBandFDD3 OPTIONAL,
additionalSecondaryCells2 ENUMERATED { a3, a4, a5, a6 } OPTIONAL,
supportOfULCLTD ENUMERATED { true } OPTIONAL,
multiflowCapability MultiflowPerBandCapability OPTIONAL,
mimo4x4CapabilityBand ENUMERATED { true } OPTIONAL,
supportOfULMIMO ENUMERATED { true } OPTIONAL,
measurementCapability5 MeasurementCapabilityExt5,
freqSpecificCompressedModeForNonContiguous ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapabBandFDD7 ::= SEQUENCE {
-- UE may omit all the radioFrequencyBand IEs if this IE indicates the same
-- capability for all supported UTRA bands
-- Otherwise, the UE shall include either one of the following OPTIONAL IEs.
radioFrequencyBandFDD RadioFrequencyBandFDD OPTIONAL,
radioFrequencyBandFDD2 RadioFrequencyBandFDD2 OPTIONAL,
radioFrequencyBandFDD3 RadioFrequencyBandFDD3 OPTIONAL,
measurementCapability6 MeasurementCapabilityExt6
}
UE-PositioningCapabilityExt-v380 ::= SEQUENCE {
rx-tx-TimeDifferenceType2Capable BOOLEAN
}
UE-PositioningCapabilityExt-v3a0 ::= SEQUENCE {
validity-CellPCH-UraPCH ENUMERATED { true }
}
UE-PositioningCapabilityExt-v3g0 ::= SEQUENCE {
sfn-sfnType2Capability ENUMERATED { true }
}
UE-PositioningCapability-v770ext ::= SEQUENCE {
ue-GANSSPositioning-Capability UE-GANSSPositioning-Capability OPTIONAL
}
UE-PositioningCapability-v860ext ::= SEQUENCE {
ue-GANSSPositioning-Capability-v860ext
UE-GANSSPositioning-Capability-v860ext-IEs OPTIONAL
}
UE-PositioningCapability-vd20ext ::= SEQUENCE {
ue-Positioning-AddPos-Capability UE-AddPos-Supported-List OPTIONAL
}
UE-RadioAccessCapabBandCombList ::= SEQUENCE (SIZE (1..16)) OF BandComb
UE-RadioAccessCapabBandFDDList ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
UE-RadioAccessCapabBandFDD
UE-RadioAccessCapabBandFDDList-ext ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
UE-RadioAccessCapabBandFDD-ext
UE-RadioAccessCapabBandFDDList-ext2 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD2)) OF
UE-RadioAccessCapabBandFDD-ext2
UE-RadioAccessCapabBandFDD ::= SEQUENCE{
radioFrequencyBandFDD RadioFrequencyBandFDD,
fddRF-Capability SEQUENCE {
ue-PowerClass UE-PowerClassExt,
txRxFrequencySeparation TxRxFrequencySeparation
} OPTIONAL,
measurementCapability MeasurementCapabilityExt
}
UE-RadioAccessCapabBandFDD-ext ::= SEQUENCE {
radioFrequencyBandFDD RadioFrequencyBandFDD,
compressedModeMeasCapabFDDList-ext CompressedModeMeasCapabFDDList-ext
}
UE-RadioAccessCapabBandFDD-ext2 ::= SEQUENCE {
radioFrequencyBandFDD RadioFrequencyBandFDD OPTIONAL,
radioFrequencyBandFDD2 RadioFrequencyBandFDD2 OPTIONAL,
compressedModeMeasCapabFDDList3 CompressedModeMeasCapabFDDList3
}
UE-RadioAccessCapability-v4b0ext ::= SEQUENCE {
pdcp-Capability-r4-ext PDCP-Capability-r4-ext,
tdd-CapabilityExt SEQUENCE {
rf-Capability RF-Capability-r4-ext,
physicalChannelCapability-LCR PhysicalChannelCapability-LCR-r4,
measurementCapability-r4-ext MeasurementCapability-r4-ext
} OPTIONAL,
-- IE " AccessStratumReleaseIndicator" is not needed in RRC CONNECTION SETUP COMPLETE
accessStratumReleaseIndicator AccessStratumReleaseIndicator OPTIONAL
}
UE-RadioAccessCapabilityComp ::= SEQUENCE {
totalAM-RLCMemoryExceeds10kB BOOLEAN,
rf-CapabilityComp RF-CapabilityComp
}
UE-RadioAccessCapabilityComp-ext ::= SEQUENCE {
rf-CapabilityFDDComp RF-CapabBandListFDDComp-ext
}
UE-RadioAccessCapabilityComp-TDD128-v7f0ext ::= SEQUENCE {
hSDSCH-physical-layer-category
HSDSCH-physical-layer-category OPTIONAL,
multiCarrier-physical-layer-category
MultiCarrier-HSDSCH-physical-layer-category OPTIONAL,
tdd-edch-PhysicalLayerCategory INTEGER (1..6) OPTIONAL,
dl-CapabilityWithSimultaneousHS-DSCHConfig
DL-CapabilityWithSimultaneousHS-DSCHConfig OPTIONAL,
supportForCSVoiceoverHSPA ENUMERATED { true } OPTIONAL,
totalRLC-AM-BufferSize TotalRLC-AM-BufferSize-r5-ext OPTIONAL
}
UE-RadioAccessCapabilityComp-v770ext ::= SEQUENCE {
rf-CapabilityComp RF-CapabilityComp-v770ext,
securityCapabilityIndication ENUMERATED { true } OPTIONAL,
ganssSupportIndication ENUMERATED { true } OPTIONAL,
mac-ehsSupport ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapabilityComp2 ::= SEQUENCE {
fddPhysicalChannelCapab-hspdsch-edch SEQUENCE {
dl-CapabilityWithSimultaneousHS-DSCHConfig
DL-CapabilityWithSimultaneousHS-DSCHConfig OPTIONAL,
physicalChannelCapabComp-hspdsch-r6 HSDSCH-physical-layer-category,
physicalChannelCapability-edch-r6 PhysicalChannelCapability-edch-r6
} OPTIONAL
}
UE-RadioAccessCapabilityComp2-v770ext ::= SEQUENCE {
hsdsch-physical-layer-category-ext HSDSCH-physical-layer-category-ext OPTIONAL,
edch-PhysicalLayerCategory-extension INTEGER (7) OPTIONAL,
hsscchlessHsdschOperation ENUMERATED { true } OPTIONAL,
enhancedFdpch ENUMERATED { true } OPTIONAL,
hsdschReception-CellFach ENUMERATED { true } OPTIONAL,
hsdschReception-CellUraPch ENUMERATED { true } OPTIONAL,
discontinuousDpcchTransmission ENUMERATED { true } OPTIONAL,
slotFormat4 ENUMERATED { true } OPTIONAL,
pdcp-Capability PDCP-Capability-v770ext OPTIONAL
}
UE-RadioAccessCapabilityComp2-v7f0ext ::= SEQUENCE {
supportofTxDivOnNonMIMOChannel ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapabilityComp2-v860ext ::= SEQUENCE {
hsdsch-physical-layer-category-ext2 HSDSCH-physical-layer-category-ext2 OPTIONAL,
supportOfMACiis ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapabilityComp2-v920ext ::= SEQUENCE {
hsdsch-physical-layer-category-ext3 HSDSCH-physical-layer-category-ext3 OPTIONAL,
edch-PhysicalLayerCategory-extension2 INTEGER (8..9) OPTIONAL
}
UE-RadioAccessCapabilityComp2-va40ext ::= SEQUENCE {
hsdsch-physical-layer-category-ext4 HSDSCH-physical-layer-category-ext4 OPTIONAL,
hsdsch-physical-layer-category-ext5 HSDSCH-physical-layer-category-ext5 OPTIONAL
}
UE-RadioAccessCapabilityComp2-vb50ext ::= SEQUENCE {
hsdsch-physical-layer-category-ext6 HSDSCH-physical-layer-category-ext6 OPTIONAL,
hsdsch-physical-layer-category-ext7 HSDSCH-physical-layer-category-ext7 OPTIONAL,
hsdsch-physical-layer-category-ext8 HSDSCH-physical-layer-category-ext8 OPTIONAL,
edch-PhysicalLayerCategory-extension3 INTEGER (10..12) OPTIONAL,
supportOfHSDPCCHPowerOffsetExtension ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapabilityComp2-vc50ext ::= SEQUENCE {
supportofDsacAndPpacInCellDch ENUMERATED { true } OPTIONAL,
supportforDCHEnhancements ENUMERATED { basic, full } OPTIONAL,
simultaneousSupportforDCHEnhancementsAndCM ENUMERATED { true } OPTIONAL,
simultaneousSupportforDCHEnhancementsAndDPCCHDiscntTx ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapabilityComp2-vd20ext ::= SEQUENCE {
supportOfDualCellEDCHwithDPDCH ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapabilityComp-TDD128 ::= SEQUENCE {
tdd128RF-Capability RadioFrequencyBandTDDextList OPTIONAL,
supportOfSFModeForHSPDSCHDualStream ENUMERATED { sf1, sf1sf16 } OPTIONAL,
supportOfCommonEDCH ENUMERATED { true } OPTIONAL,
supportOfMACiis ENUMERATED { true } OPTIONAL,
supportOfSPSOperation ENUMERATED { true } OPTIONAL,
supportOfControlChannelDRXOperation ENUMERATED { true } OPTIONAL
}
RF-CapabilityComp ::= SEQUENCE {
fdd CHOICE {
notSupported NULL,
supported RF-CapabBandListFDDComp
},
tdd384-RF-Capability CHOICE {
notSupported NULL,
supported RadioFrequencyBandTDDList
},
tdd128-RF-Capability CHOICE {
notSupported NULL,
supported RadioFrequencyBandTDDList
}
}
RF-CapabilityComp-v770ext ::= SEQUENCE {
-- If support of TDD384 and/or TDD128 RF capability is indicated in IEs 'RF-CapabilityComp',
-- the corresponding IE 'RadioFrequencyBandTDDList-r7' shall be included in this IE.
tdd384-RF-Capability RadioFrequencyBandTDDList-r7 OPTIONAL,
tdd768-RF-Capability CHOICE {
notSupported NULL,
supported RadioFrequencyBandTDDList-r7
},
tdd128-RF-Capability RadioFrequencyBandTDDList-r7 OPTIONAL
}
-- NOTE: This IE defines the supported TX/RX frequency separation for the respective supported
-- frequency band. Values defined as spare shall not be sent in this version of the protocol.
-- If a spare value is received, it should be interpreted as 'default-RxTX-sparation'.
RF-CapabBandFDDComp ::= ENUMERATED { notSupported,
default-TxRx-separation, spare2, spare1 }
RF-CapabBandListFDDComp ::= SEQUENCE (SIZE (1..maxFreqBandsFDD)) OF
-- The first entry corresponds with the first value of IE RadioFrequencyBandFDD,
-- fdd2100, and so on. No more than seven entries should be included in this IE. The
-- 8'th entry, if present, shall be ignored.
-- An extension of this IE may be provided using the IE 'RF-CapabBandListFDDComp-ext'.
RF-CapabBandFDDComp
RF-CapabBandListFDDComp-ext ::= SEQUENCE (SIZE (1..maxFreqBandsFDD-ext)) OF
-- The first entry corresponds with the first value of IE RadioFrequencyBandFDD2,
-- bandVIII, and so on.
RF-CapabBandFDDComp
RF-CapabBandListFDDComp-ext2 ::= SEQUENCE (SIZE (1..maxFreqBandsFDD-ext2)) OF
-- The first entry corresponds with the first value of IE RadioFrequencyBandFDD3,
-- 23 (Band XXIII), and so on.
RF-CapabBandFDDComp
UE-RadioAccessCapabBandCombList-va40ext ::= SEQUENCE (SIZE (1..16)) OF SupportedCarrierCombination
UE-RadioAccessCapabBandCombList-vb50ext ::= SEQUENCE (SIZE (1..16)) OF
SupportedCarrierCombination-ext
UE-RadioAccessCapabBandCombList-vd20ext ::= SEQUENCE (SIZE (1..16)) OF
SupportDualBandDualCellEdch
SupportedCarrierCombination ::= SEQUENCE {
carrierCombination12 BOOLEAN,
carrierCombination21 BOOLEAN,
carrierCombination13 BOOLEAN,
carrierCombination31 BOOLEAN,
carrierCombination22 BOOLEAN
}
SupportedCarrierCombination-ext ::= SEQUENCE {
carrierCombination14 BOOLEAN,
carrierCombination41 BOOLEAN,
carrierCombination15 BOOLEAN,
carrierCombination51 BOOLEAN,
carrierCombination16 BOOLEAN,
carrierCombination61 BOOLEAN,
carrierCombination17 BOOLEAN,
carrierCombination71 BOOLEAN,
carrierCombination23 BOOLEAN,
carrierCombination32 BOOLEAN,
carrierCombination24 BOOLEAN,
carrierCombination42 BOOLEAN,
carrierCombination25 BOOLEAN,
carrierCombination52 BOOLEAN,
carrierCombination26 BOOLEAN,
carrierCombination62 BOOLEAN,
carrierCombination33 BOOLEAN,
carrierCombination34 BOOLEAN,
carrierCombination43 BOOLEAN,
carrierCombination44 BOOLEAN,
carrierCombination35 BOOLEAN,
carrierCombination53 BOOLEAN
}
SupportDualBandDualCellEdch ::= SEQUENCE {
dualBandDualCellEdchIndication ENUMERATED { true } OPTIONAL
}
UE-RadioAccessCapability-v590ext ::= SEQUENCE {
dl-CapabilityWithSimultaneousHS-DSCHConfig
DL-CapabilityWithSimultaneousHS-DSCHConfig OPTIONAL,
pdcp-Capability-r5-ext PDCP-Capability-r5-ext,
rlc-Capability-r5-ext RLC-Capability-r5-ext,
physicalChannelCapability PhysicalChannelCapability-hspdsch-r5,
multiModeRAT-Capability-v590ext MultiModeRAT-Capability-v590ext
}
UE-RadioAccessCapability-v5c0ext ::= SEQUENCE {
pdcp-Capability-r5-ext2 PDCP-Capability-r5-ext2
}
UE-RadioAccessCapability-v680ext ::= SEQUENCE {
multiModeRAT-Capability-v680ext MultiModeRAT-Capability-v680ext
}
UL-OLTD-InfoFDD ::= SEQUENCE {
ulOLTDActivation ENUMERATED {true}
}
UL-PhysChCapabilityFDD ::= SEQUENCE {
maxNoDPDCH-BitsTransmitted MaxNoDPDCH-BitsTransmitted,
-- dummy is not used in this version of the specification and
-- it should be ignored by the receiver.
dummy BOOLEAN
}
UL-PhysChCapabilityFDD-r6 ::= SEQUENCE {
maxNoDPDCH-BitsTransmitted MaxNoDPDCH-BitsTransmitted,
physicalchannelcapability-edch PhysicalChannelCapability-edch-r6
}
UL-PhysChCapabilityFDD-v770ext ::= SEQUENCE {
edch-PhysicalLayerCategory-extension INTEGER (7) OPTIONAL,
discontinuousDpcchTransmission ENUMERATED { true } OPTIONAL,
slotFormat4 ENUMERATED { true } OPTIONAL
}
UL-PhysChCapabilityFDD-v920ext ::= SEQUENCE {
edch-PhysicalLayerCategory-extension2 INTEGER (8..9) OPTIONAL
}
UL-PhysChCapabilityFDD-vb50ext ::= SEQUENCE {
edch-PhysicalLayerCategory-extension3 INTEGER (10..12) OPTIONAL
}
UL-PhysChCapabilityFDD-vc50ext ::= SEQUENCE {
supportofCellReselectionIndicationReporting ENUMERATED { true } OPTIONAL,
supportofRadioLinkswithoutDPCHFDPCH ENUMERATED { true } OPTIONAL,
supportofServingE-DCHCellDecoupling ENUMERATED { true } OPTIONAL,
accessGroupsAccessControl ENUMERATED { true } OPTIONAL,
enhancedTTISwitching ENUMERATED { true } OPTIONAL,
implicitGrantHandling ENUMERATED { true } OPTIONAL,
dtx-enhancements ENUMERATED { true } OPTIONAL
}
UL-PhysChCapabilityFDD-vd20ext ::= SEQUENCE {
supportOfDualCellEDCHwithDPDCH ENUMERATED { true } OPTIONAL
}
UL-PhysChCapabilityFDD-ve30ext ::= SEQUENCE {
supportOfDualCellEDCHOperationEnhancements ENUMERATED { true } OPTIONAL
}
UL-PhysChCapabilityTDD ::= SEQUENCE {
maxTS-PerFrame MaxTS-PerFrame,
maxPhysChPerTimeslot MaxPhysChPerTimeslot,
minimumSF MinimumSF-UL,
supportOfPUSCH BOOLEAN
}
UL-PhysChCapabilityTDD-384-v770ext ::= SEQUENCE {
tdd384-edch CHOICE {
supported SEQUENCE {
tdd-edch-PhysicalLayerCategory INTEGER (1..16)
},
unsupported NULL
}
}
UL-PhysChCapabilityTDD-LCR-r4 ::= SEQUENCE {
maxTS-PerSubFrame MaxTS-PerSubFrame-r4,
maxPhysChPerTimeslot MaxPhysChPerTimeslot,
minimumSF MinimumSF-UL,
supportOfPUSCH BOOLEAN,
supportOf8PSK BOOLEAN
}
UL-PhysChCapabilityTDD-128-v770ext ::= SEQUENCE {
maxPhysChPerTimeslot MaxPhysChPerTimeslot-LCR-r7,
tdd128-edch CHOICE {
supported SEQUENCE {
tdd-edch-PhysicalLayerCategory INTEGER (1..6)
},
unsupported NULL
}
}
UL-PhysChCapabilityInfoTDD-128-v770ext ::= SEQUENCE {
maxPhysChPerTimeslot MaxPhysChPerTimeslot-LCR-r7
}
UL-PhysChCapabilityInfoTDD-128-va40ext ::= SEQUENCE {
multiCarrier-EdchPhysicalLayerCategory-128 INTEGER (1..8) OPTIONAL,
maxNumberCarrierForMCHSUPA-TDD ENUMERATED {nf-2, nf-3, nf-6, spare} OPTIONAL
}
UL-PhysChCapabilityTDD-768 ::= SEQUENCE {
maxTS-PerFrame MaxTS-PerFrame,
maxPhysChPerTimeslot MaxPhysChPerTimeslot,
minimumSF MinimumSF-UL,
supportOfPUSCH BOOLEAN,
tdd384-edch CHOICE {
supported SEQUENCE {
tdd-edch-PhysicalLayerCategory INTEGER (1..16)
},
unsupported NULL
}
}
UL-OtherTTIConfiguration-Information ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
ul-EDCH-Information UL-EDCH-Information-r11,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL
}
},
activationDelay ActivationDelay OPTIONAL
}
UL-OtherTTIConfigurationInfo-Sec ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
secondaryEDCH-Info-Common SecondaryEDCH-Info-Common-r14,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r14
}
},
activationDelay ActivationDelay OPTIONAL
}
UL-SecondaryCellInfoFDD ::= CHOICE {
continue NULL,
newConfiguration SEQUENCE {
secondaryServingEDCHCell-Info SecondaryServingEDCHCell-Info OPTIONAL,
secondaryEDCH-Info-Common SecondaryEDCH-Info-Common OPTIONAL,
dl-InformationPerSecondaryRL-List DL-InformationPerSecondaryRL-List OPTIONAL
}
}
UL-SecondaryCellInfoFDD-r12 ::= CHOICE {
continue NULL,
newConfiguration SEQUENCE {
secondaryServingEDCHCell-Info SecondaryServingEDCHCell-Info OPTIONAL,
secondaryEDCH-Info-Common SecondaryEDCH-Info-Common-r12 OPTIONAL,
dl-InformationPerSecondaryRL-List DL-InformationPerSecondaryRL-List-r12 OPTIONAL
}
}
UL-SecondaryCellInfoFDD-r13 ::= CHOICE {
continue NULL,
newConfiguration SEQUENCE {
secondaryServingEDCHCell-Info SecondaryServingEDCHCell-Info OPTIONAL,
secondaryEDCH-Info-Common SecondaryEDCH-Info-Common-r12 OPTIONAL,
dl-InformationPerSecondaryRL-List DL-InformationPerSecondaryRL-List-r13 OPTIONAL
}
}
UL-SecondaryCellInfoFDD-r14 ::= CHOICE {
continue NULL,
newConfiguration SEQUENCE {
secondaryServingEDCHCell-Info SecondaryServingEDCHCell-Info OPTIONAL,
secondaryEDCH-Info-Common SecondaryEDCH-Info-Common-r14 OPTIONAL,
dl-InformationPerSecondaryRL-List DL-InformationPerSecondaryRL-List-r13 OPTIONAL
}
}
PhysicalChannelCapability-edch-r6 ::= SEQUENCE {
fdd-edch CHOICE {
supported SEQUENCE {
edch-PhysicalLayerCategory INTEGER (1..16)
},
unsupported NULL
}
}
UL-TransChCapability ::= SEQUENCE {
maxNoBitsTransmitted MaxNoBits,
maxConvCodeBitsTransmitted MaxNoBits,
turboEncodingSupport TurboSupport,
maxSimultaneousTransChs MaxSimultaneousTransChsUL,
modeSpecificInfo CHOICE {
fdd NULL,
tdd SEQUENCE {
maxSimultaneousCCTrCH-Count MaxSimultaneousCCTrCH-Count
}
},
maxTransmittedBlocks MaxTransportBlocksUL,
maxNumberOfTFC MaxNumberOfTFC-UL,
maxNumberOfTF MaxNumberOfTF
}
UE-Positioning-Capability ::= SEQUENCE {
standaloneLocMethodsSupported BOOLEAN,
ue-BasedOTDOA-Supported BOOLEAN,
networkAssistedGPS-Supported NetworkAssistedGPS-Supported,
supportForUE-GPS-TimingOfCellFrames BOOLEAN,
supportForIPDL BOOLEAN
}
UE-SecurityInformation ::= SEQUENCE {
start-CS START-Value
}
UE-SecurityInformation2 ::= SEQUENCE {
start-PS START-Value
}
UE-SpecificCapabilityInformation-LCRTDD ::= ENUMERATED {
nF,
nFMc-TriRx-UniTx,
nFMc-TriRx-TriTx,
nFMc-HexRx-UniTx,
nFMc-HexRx-TriTx,
nFMc-HexRx-HexTx,
nFMc-TwoRx-UniTx-Discontiguous,
nFMc-TwoRx-TwoTx-Discontiguous,
nFMc-TwoRx-UniTx-Contiguous,
nFMc-TwoRx-TwoTx-Contiguous,
spare6,
spare5,
spare4,
spare3,
spare2,
spare1 }
URA-UpdateCause ::= ENUMERATED {
changeOfURA,
periodicURAUpdate,
dummy,
spare1 }
UTRAN-DRX-CycleLengthCoefficient ::= INTEGER (3..9)
UTRAN-DRX-CycleLengthCoefficient-r7 ::= SEQUENCE {
drx-CycleLengthCoefficient INTEGER (3..9),
drx-CycleLengthCoefficient2 INTEGER (3..9) OPTIONAL,
timeForDRXCycle2 T-319 OPTIONAL
}
WaitTime ::= INTEGER (0..15)
-- ***************************************************
--
-- RADIO BEARER INFORMATION ELEMENTS (10.3.4)
--
-- ***************************************************
AlgorithmSpecificInfo ::= CHOICE {
rfc2507-Info RFC2507-Info
}
AlgorithmSpecificInfo-r4 ::= CHOICE {
rfc2507-Info RFC2507-Info,
rfc3095-Info RFC3095-Info-r4
}
CID-InclusionInfo-r4 ::= ENUMERATED {
pdcp-Header,
rfc3095-PacketFormat }
CommonRBMappingInfo ::= SEQUENCE {
logicalChannelIdentity LogicalChannelIdentity,
mac-ehs-QueueId MAC-ehs-QueueId
}
-- Upper limit of COUNT-C is 2^32 - 1
COUNT-C ::= INTEGER (0..4294967295)
-- Upper limit of COUNT-C-MSB is 2^25 - 1
COUNT-C-MSB ::= INTEGER (0..33554431)
CS-HSPA-Information ::= SEQUENCE {
ul-AMR-Rate UL-AMR-Rate OPTIONAL,
maxCS-Delay MaxCS-Delay
}
DefaultConfigForCellFACH ::= SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdForCellFACH DefaultConfigIdForCellFACH
}
DefaultConfigIdentity ::= INTEGER (0..10)
DefaultConfigIdentity-r4 ::= INTEGER (0..12)
DefaultConfigIdentity-r5 ::= INTEGER (0..13)
-- DefaultConfigIdentity-r6 values 25..31 are spare and shall not be used in this version of
-- the protocol
DefaultConfigIdentity-r6 ::= INTEGER (0..31)
-- DefaultConfigIdForCellFACH values 1..15 are spare and shall not be used in this version of
-- the protocol
DefaultConfigIdForCellFACH ::= INTEGER (0..15)
DefaultConfigMode ::= ENUMERATED {
fdd,
tdd }
DDI ::= INTEGER (0..62)
DL-AM-RLC-Mode ::= SEQUENCE {
inSequenceDelivery BOOLEAN,
receivingWindowSize ReceivingWindowSize,
dl-RLC-StatusInfo DL-RLC-StatusInfo
}
DL-AM-RLC-Mode-r5 ::= SEQUENCE {
dl-RLC-PDU-size OctetModeRLC-SizeInfoType1,
inSequenceDelivery BOOLEAN,
receivingWindowSize ReceivingWindowSize,
dl-RLC-StatusInfo DL-RLC-StatusInfo
}
DL-AM-RLC-Mode-r7 ::= SEQUENCE {
dl-RLC-PDU-size CHOICE {
fixedSize OctetModeRLC-SizeInfoType1,
flexibleSize ENUMERATED { size7, size15 }
},
inSequenceDelivery BOOLEAN,
receivingWindowSize ReceivingWindowSize,
dl-RLC-StatusInfo DL-RLC-StatusInfo
}
DL-AM-RLC-Mode-r11 ::= SEQUENCE {
dl-RLC-PDU-size CHOICE {
fixedSize OctetModeRLC-SizeInfoType1,
flexibleSize ENUMERATED { size7, size15 }
},
inSequenceDelivery BOOLEAN,
receivingWindowSize ReceivingWindowSize,
dl-RLC-StatusInfo DL-RLC-StatusInfo-r11
}
DL-CounterSynchronisationInfo ::= SEQUENCE {
rB-WithPDCP-InfoList RB-WithPDCP-InfoList OPTIONAL
}
DL-CounterSynchronisationInfo-r5 ::= SEQUENCE {
rb-WithPDCP-InfoList RB-WithPDCP-InfoList OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL
}
DL-LogicalChannelMapping ::= SEQUENCE {
-- TABULAR: DL-TransportChannelType contains TransportChannelIdentity as well.
dl-TransportChannelType DL-TransportChannelType,
logicalChannelIdentity LogicalChannelIdentity OPTIONAL
}
DL-LogicalChannelMapping-r5 ::= SEQUENCE {
-- TABULAR: DL-TransportChannelType contains TransportChannelIdentity as well.
dl-TransportChannelType DL-TransportChannelType-r5,
logicalChannelIdentity LogicalChannelIdentity OPTIONAL
}
DL-LogicalChannelMapping-r7 ::= SEQUENCE {
-- TABULAR: DL-TransportChannelType contains TransportChannelIdentity as well.
dl-TransportChannelType DL-TransportChannelType-r7,
logicalChannelIdentity LogicalChannelIdentity OPTIONAL
}
DL-LogicalChannelMappingList ::= SEQUENCE (SIZE (1..maxLoCHperRLC)) OF
DL-LogicalChannelMapping
DL-LogicalChannelMappingList-r5 ::= SEQUENCE (SIZE (1..maxLoCHperRLC)) OF
DL-LogicalChannelMapping-r5
DL-LogicalChannelMappingList-r7 ::= SEQUENCE (SIZE (1..maxLoCHperRLC)) OF
DL-LogicalChannelMapping-r7
DL-Reception-Window-Size-r6 ::= ENUMERATED { size32, size48, size64, size80, size96, size112 }
DL-RFC3095-r4 ::= SEQUENCE {
-- dummy is not used in this version of the specification and shall be ignored by the receiver.
dummy CID-InclusionInfo-r4,
max-CID INTEGER (1..16383) DEFAULT 15,
reverseDecompressionDepth INTEGER (0..65535) DEFAULT 0
}
DL-RLC-Mode ::= CHOICE {
dl-AM-RLC-Mode DL-AM-RLC-Mode,
dl-UM-RLC-Mode NULL,
dl-TM-RLC-Mode DL-TM-RLC-Mode
}
DL-RLC-Mode-r5 ::= CHOICE {
dl-AM-RLC-Mode DL-AM-RLC-Mode-r5,
dl-UM-RLC-Mode DL-UM-RLC-Mode-r5,
dl-TM-RLC-Mode DL-TM-RLC-Mode
}
DL-RLC-Mode-r6 ::= CHOICE {
dl-AM-RLC-Mode DL-AM-RLC-Mode-r5,
dl-UM-RLC-Mode DL-UM-RLC-Mode-r6,
dl-TM-RLC-Mode DL-TM-RLC-Mode
}
DL-RLC-Mode-r7 ::= CHOICE {
dl-AM-RLC-Mode DL-AM-RLC-Mode-r7,
dl-UM-RLC-Mode DL-UM-RLC-Mode-r6,
dl-TM-RLC-Mode DL-TM-RLC-Mode
}
DL-RLC-Mode-r11 ::= CHOICE {
dl-AM-RLC-Mode DL-AM-RLC-Mode-r11,
dl-UM-RLC-Mode DL-UM-RLC-Mode-r6,
dl-TM-RLC-Mode DL-TM-RLC-Mode
}
DL-RLC-StatusInfo ::= SEQUENCE {
timerStatusProhibit TimerStatusProhibit OPTIONAL,
-- dummy is not used in this version of the specification, it should not be sent
-- and if received they should be ignored.
dummy TimerEPC OPTIONAL,
missingPDU-Indicator BOOLEAN,
timerStatusPeriodic TimerStatusPeriodic OPTIONAL
}
DL-RLC-StatusInfo-r11 ::= SEQUENCE {
timerStatusProhibit TimerStatusProhibit OPTIONAL,
missingPDU-Indicator BOOLEAN,
timerStatusPeriodic TimerStatusPeriodic OPTIONAL,
timerReordering TimerReordering OPTIONAL
}
DL-TM-RLC-Mode ::= SEQUENCE {
segmentationIndication BOOLEAN
}
DL-TransportChannelType ::= CHOICE {
dch TransportChannelIdentity,
fach NULL,
-- The choice "dsch" should not be used in FDD mode, and if received
-- the UE behaviour is unspecified.
dsch TransportChannelIdentity,
-- The choice "dch-and-dsch" should not be used in FDD mode, and if received the UE
-- behaviour is unspecified
dch-and-dsch TransportChannelIdentityDCHandDSCH
}
DL-TransportChannelType-r5 ::= CHOICE {
dch TransportChannelIdentity,
fach NULL,
-- The choice "dsch" should not be used in FDD mode, and if received
-- the UE behaviour is unspecified.
dsch TransportChannelIdentity,
-- The choice "dch-and-dsch" should not be used in FDD mode, and if received the UE
-- behaviour is unspecified
dch-and-dsch TransportChannelIdentityDCHandDSCH,
hsdsch MAC-d-FlowIdentity,
dch-and-hsdsch MAC-d-FlowIdentityDCHandHSDSCH
}
DL-TransportChannelType-r7 ::= CHOICE {
dch TransportChannelIdentity,
fach NULL,
-- The choice "dsch" should not be used in FDD mode, and if received
-- the UE behaviour is unspecified.
dsch TransportChannelIdentity,
-- The choice "dch-and-dsch" should not be used in FDD mode, and if received the UE
-- behaviour is unspecified
dch-and-dsch TransportChannelIdentityDCHandDSCH,
hsdsch CHOICE {
mac-hs MAC-d-FlowIdentity,
mac-ehs MAC-ehs-QueueId
},
dch-and-hsdsch CHOICE {
mac-hs MAC-d-FlowIdentityDCHandHSDSCH,
mac-ehs MAC-ehs-QueueIdDCHandHSDSCH
}
}
DL-UM-RLC-LI-size ::= ENUMERATED {
size7, size15 }
DL-UM-RLC-Mode-r5 ::= SEQUENCE {
dl-UM-RLC-LI-size DL-UM-RLC-LI-size
}
DL-UM-RLC-Mode-r6 ::= SEQUENCE {
dl-UM-RLC-LI-size DL-UM-RLC-LI-size,
dl-Reception-Window-Size DL-Reception-Window-Size-r6 OPTIONAL
}
ExpectReordering ::= ENUMERATED {
reorderingNotExpected,
reorderingExpected }
ExplicitDiscard ::= SEQUENCE {
timerMRW TimerMRW,
timerDiscard TimerDiscard,
maxMRW MaxMRW
}
HeaderCompressionInfo ::= SEQUENCE {
algorithmSpecificInfo AlgorithmSpecificInfo
}
HeaderCompressionInfoList ::= SEQUENCE (SIZE (1..maxPDCPAlgoType)) OF
HeaderCompressionInfo
HeaderCompressionInfo-r4 ::= SEQUENCE {
algorithmSpecificInfo AlgorithmSpecificInfo-r4
}
HeaderCompressionInfoList-r4 ::= SEQUENCE (SIZE (1..maxPDCPAlgoType)) OF
HeaderCompressionInfo-r4
HS-SCCH-DrxCellfach-info ::= SEQUENCE {
hs-scch-DrxCycleFach ENUMERATED {sf20, sf40, sf80, sf160, sf320, sf640, spare2, spare1},
hs-scch-RxBurstFach ENUMERATED {sf1, sf2},
t333 ENUMERATED {ms100, ms200, ms400, ms800}
}
LogicalChannelIdentity ::= INTEGER (1..15)
LosslessSRNS-RelocSupport ::= CHOICE {
supported MaxPDCP-SN-WindowSize,
notSupported NULL
}
MAC-d-HFN-initial-value ::= BIT STRING (SIZE (24))
MAC-LogicalChannelPriority ::= INTEGER (1..8)
-- Actual value MaxCS-Delay = (IE value * 10) + 20
MaxCS-Delay ::= INTEGER (0..18)
MaxDAT ::= ENUMERATED {
dat1, dat2, dat3, dat4, dat5, dat6,
dat7, dat8, dat9, dat10, dat15, dat20,
dat25, dat30, dat35, dat40 }
MaxDAT-Retransmissions ::= SEQUENCE {
maxDAT MaxDAT,
timerMRW TimerMRW,
maxMRW MaxMRW
}
MaxMRW ::= ENUMERATED {
mm1, mm4, mm6, mm8, mm12, mm16,
mm24, mm32 }
MaxPDCP-SN-WindowSize ::= ENUMERATED {
sn255, sn65535 }
MaxRST ::= ENUMERATED {
rst1, rst4, rst6, rst8, rst12,
rst16, rst24, rst32 }
NoExplicitDiscard ::= ENUMERATED {
dt10, dt20, dt30, dt40, dt50,
dt60, dt70, dt80, dt90, dt100 }
PDCP-Info ::= SEQUENCE {
losslessSRNS-RelocSupport LosslessSRNS-RelocSupport OPTIONAL,
-- TABULAR: pdcp-PDU-Header is MD in the tabular format and it can be encoded
-- in one bit, so the OPTIONAL is removed for compactness.
pdcp-PDU-Header PDCP-PDU-Header,
headerCompressionInfoList HeaderCompressionInfoList OPTIONAL
}
PDCP-Info-r4 ::= SEQUENCE {
losslessSRNS-RelocSupport LosslessSRNS-RelocSupport OPTIONAL,
-- TABULAR: pdcp-PDU-Header is MD in the tabular format and it can be encoded
-- in one bit, so the OPTIONAL is removed for compactness.
pdcp-PDU-Header PDCP-PDU-Header,
headerCompressionInfoList HeaderCompressionInfoList-r4 OPTIONAL
}
PDCP-InfoReconfig ::= SEQUENCE {
pdcp-Info PDCP-Info,
-- dummy is not used in this version of the specification and
-- it should be ignored.
dummy INTEGER (0..65535)
}
PDCP-InfoReconfig-r4 ::= SEQUENCE {
pdcp-Info PDCP-Info-r4
}
PDCP-PDU-Header ::= ENUMERATED {
present, absent }
PDCP-ROHC-TargetMode ::= ENUMERATED { o-Mode, r-Mode }
PDCP-SN-Info ::= INTEGER (0..65535)
Poll-PDU ::= ENUMERATED {
pdu1, pdu2, pdu4, pdu8, pdu16,
pdu32, pdu64, pdu128 }
Poll-SDU ::= ENUMERATED {
sdu1, sdu4, sdu16, sdu64 }
PollingInfo ::= SEQUENCE {
timerPollProhibit TimerPollProhibit OPTIONAL,
timerPoll TimerPoll OPTIONAL,
poll-PDU Poll-PDU OPTIONAL,
poll-SDU Poll-SDU OPTIONAL,
lastTransmissionPDU-Poll BOOLEAN,
lastRetransmissionPDU-Poll BOOLEAN,
pollWindow PollWindow OPTIONAL,
timerPollPeriodic TimerPollPeriodic OPTIONAL
}
PollWindow ::= ENUMERATED {
pw50, pw60, pw70, pw80, pw85,
pw90, pw95, pw99 }
PredefinedConfigIdentity ::= INTEGER (0..15)
PredefinedConfigValueTag ::= INTEGER (0..15)
PredefinedRB-Configuration ::= SEQUENCE {
re-EstablishmentTimer Re-EstablishmentTimer,
srb-InformationList SRB-InformationSetupList,
rb-InformationList RB-InformationSetupList
}
PreDefRadioConfiguration ::= SEQUENCE {
-- Radio bearer IEs
predefinedRB-Configuration PredefinedRB-Configuration,
-- Transport channel IEs
preDefTransChConfiguration PreDefTransChConfiguration,
-- Physical channel IEs
preDefPhyChConfiguration PreDefPhyChConfiguration
}
PreDefRadioConfiguration-v770ext ::= SEQUENCE {
-- Physical channel IEs
preDefPhyChConfiguration PreDefPhyChConfiguration-v770ext
}
PreDefRadioConfiguration-v920ext ::= SEQUENCE {
-- Transport channel IEs
mac-ehsWindowSize MAC-hs-WindowSize-r9
}
PredefinedConfigStatusList ::= SEQUENCE (SIZE (maxPredefConfig)) OF
PredefinedConfigStatusInfo
PredefinedConfigStatusInfo ::= CHOICE {
storedWithValueTagSameAsPrevius NULL,
other CHOICE {
notStored NULL,
storedWithDifferentValueTag PredefinedConfigValueTag
}
}
PredefinedConfigStatusListComp ::= SEQUENCE {
setsWithDifferentValueTag PredefinedConfigSetsWithDifferentValueTag,
otherEntries PredefinedConfigStatusListVarSz OPTIONAL
}
PredefinedConfigSetsWithDifferentValueTag ::= SEQUENCE (SIZE (1..2)) OF
PredefinedConfigSetWithDifferentValueTag
PredefinedConfigSetWithDifferentValueTag ::= SEQUENCE {
startPosition INTEGER (0..10) DEFAULT 0,
-- numberOfEntries INTEGER (6..16),
-- numberOfEntries is covered by the size of the list in IE PredefinedConfigValueTagList
valueTagList PredefinedConfigValueTagList
}
PredefinedConfigValueTagList ::= SEQUENCE (SIZE (1..maxPredefConfig)) OF
PredefinedConfigValueTag
PredefinedConfigStatusListVarSz ::= SEQUENCE (SIZE (1..maxPredefConfig)) OF
PredefinedConfigStatusInfo
RAB-Info ::= SEQUENCE {
rab-Identity RAB-Identity,
cn-DomainIdentity CN-DomainIdentity,
nas-Synchronisation-Indicator NAS-Synchronisation-Indicator OPTIONAL,
re-EstablishmentTimer Re-EstablishmentTimer
}
RAB-Info-r6-ext ::= SEQUENCE {
mbms-SessionIdentity MBMS-SessionIdentity OPTIONAL
}
RAB-Info-v6b0ext ::= SEQUENCE {
mbms-ServiceIdentity OCTET STRING (SIZE (3))
}
RAB-Info-r6 ::= SEQUENCE {
rab-Identity RAB-Identity,
mbms-SessionIdentity MBMS-SessionIdentity OPTIONAL,
cn-DomainIdentity CN-DomainIdentity,
nas-Synchronisation-Indicator NAS-Synchronisation-Indicator OPTIONAL,
re-EstablishmentTimer Re-EstablishmentTimer
}
RAB-Info-r7 ::= SEQUENCE {
rab-Identity RAB-Identity,
mbms-SessionIdentity MBMS-SessionIdentity OPTIONAL,
mbms-ServiceIdentity OCTET STRING (SIZE (3)) OPTIONAL,
cn-DomainIdentity CN-DomainIdentity,
nas-Synchronisation-Indicator NAS-Synchronisation-Indicator OPTIONAL,
re-EstablishmentTimer Re-EstablishmentTimer
}
RAB-InfoReplace ::= SEQUENCE {
rab-Identity RAB-Identity,
cn-DomainIdentity CN-DomainIdentity
}
RAB-InformationList ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-Info
RAB-InformationList-r6 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-Info-r6
RAB-InformationReconfigList ::= SEQUENCE (SIZE (1.. maxRABsetup)) OF
RAB-InformationReconfig
RAB-InformationReconfigList-r8 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-InformationReconfig-r8
RAB-InformationReconfig ::= SEQUENCE {
rab-Identity RAB-Identity,
cn-DomainIdentity CN-DomainIdentity,
nas-Synchronisation-Indicator NAS-Synchronisation-Indicator
}
RAB-InformationReconfig-r8 ::= SEQUENCE {
rab-Identity RAB-Identity,
cn-DomainIdentity CN-DomainIdentity,
nas-Synchronisation-Indicator NAS-Synchronisation-Indicator,
cs-HSPA-Information CS-HSPA-Information OPTIONAL
}
RAB-Info-Post ::= SEQUENCE {
rab-Identity RAB-Identity,
cn-DomainIdentity CN-DomainIdentity,
nas-Synchronisation-Indicator NAS-Synchronisation-Indicator OPTIONAL
}
RAB-InformationMBMSPtp ::= SEQUENCE {
rb-Identity RB-Identity,
mbms-ServiceIdentity OCTET STRING (SIZE (3)),
mbms-SessionIdentity MBMS-SessionIdentity OPTIONAL
}
RAB-InformationMBMSPtpList ::= SEQUENCE (SIZE (1..maxMBMSservSelect)) OF
RAB-InformationMBMSPtp
RAB-InformationSetup ::= SEQUENCE {
rab-Info RAB-Info,
rb-InformationSetupList RB-InformationSetupList
}
RAB-InformationSetup-r4 ::= SEQUENCE {
rab-Info RAB-Info,
rb-InformationSetupList RB-InformationSetupList-r4
}
RAB-InformationSetup-r5 ::= SEQUENCE {
rab-Info RAB-Info,
rb-InformationSetupList RB-InformationSetupList-r5
}
RAB-InformationSetup-r6-ext ::= SEQUENCE {
rab-Info-r6-ext RAB-Info-r6-ext
}
RAB-InformationSetup-r6 ::= SEQUENCE {
rab-Info RAB-Info-r6,
rb-InformationSetupList RB-InformationSetupList-r6
}
RAB-InformationSetup-v6b0ext ::= SEQUENCE {
rab-Info-v6b0ext RAB-Info-v6b0ext OPTIONAL
}
RAB-InformationSetup-r7 ::= SEQUENCE {
rab-Info RAB-Info-r7,
rb-InformationSetupList RB-InformationSetupList-r7
}
RAB-InformationSetup-r8 ::= SEQUENCE {
rab-Info RAB-Info-r7,
cs-HSPA-Information CS-HSPA-Information OPTIONAL,
rab-InfoReplace RAB-InfoReplace OPTIONAL,
rb-InformationSetupList RB-InformationSetupList-r8
}
RAB-InformationSetup-v820ext ::= SEQUENCE {
cs-HSPA-Information CS-HSPA-Information OPTIONAL
}
RAB-InformationSetup-r11 ::= SEQUENCE {
rab-Info RAB-Info-r7,
cs-HSPA-Information CS-HSPA-Information OPTIONAL,
rab-InfoReplace RAB-InfoReplace OPTIONAL,
rb-InformationSetupList RB-InformationSetupList-r11
}
RAB-InformationSetupList ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-InformationSetup
RAB-InformationSetupList-r4 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-InformationSetup-r4
RAB-InformationSetupList-r5 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-InformationSetup-r5
RAB-InformationSetupList-r6 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-InformationSetup-r6
-- The IE 'RAB-InformationSetupList-r6-ext' provides elements of extension information, which
-- are added to the corresponding elements of the IE 'RAB-InformationSetupList/-r4/-r5'.
RAB-InformationSetupList-r6-ext ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-InformationSetup-r6-ext
RAB-InformationSetupList-v6b0ext ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-InformationSetup-v6b0ext
RAB-InformationSetupList-r7 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-InformationSetup-r7
RAB-InformationSetupList-r8 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-InformationSetup-r8
RAB-InformationSetupList-v820ext ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-InformationSetup-v820ext
RAB-InformationSetupList-r11 ::= SEQUENCE (SIZE (1..maxRABsetup)) OF
RAB-InformationSetup-r11
RB-ActivationTimeInfo ::= SEQUENCE {
rb-Identity RB-Identity,
rlc-SequenceNumber RLC-SequenceNumber
}
RB-ActivationTimeInfoList ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-ActivationTimeInfo
RB-COUNT-C-Information ::= SEQUENCE {
rb-Identity RB-Identity,
count-C-UL COUNT-C,
count-C-DL COUNT-C
}
RB-COUNT-C-InformationList ::= SEQUENCE (SIZE (1..maxRBallRABs)) OF
RB-COUNT-C-Information
RB-COUNT-C-MSB-Information ::= SEQUENCE {
rb-Identity RB-Identity,
count-C-MSB-UL COUNT-C-MSB,
count-C-MSB-DL COUNT-C-MSB
}
RB-COUNT-C-MSB-InformationList ::= SEQUENCE (SIZE (1..maxRBallRABs)) OF
RB-COUNT-C-MSB-Information
RB-Identity ::= INTEGER (1..32)
RB-IdentityList ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-Identity
RB-InformationAffected ::= SEQUENCE {
rb-Identity RB-Identity,
rb-MappingInfo RB-MappingInfo
}
RB-InformationAffected-r5 ::= SEQUENCE {
rb-Identity RB-Identity,
rb-MappingInfo RB-MappingInfo-r5
}
RB-InformationAffected-r6 ::= SEQUENCE {
rb-Identity RB-Identity,
rb-MappingInfo RB-MappingInfo-r6
}
RB-InformationAffected-r7 ::= SEQUENCE {
rb-Identity RB-Identity,
rb-MappingInfo RB-MappingInfo-r7
}
RB-InformationAffected-r8 ::= SEQUENCE {
rb-Identity RB-Identity,
rb-MappingInfo RB-MappingInfo-r8
}
RB-InformationAffectedList ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationAffected
RB-InformationAffectedList-r5 ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationAffected-r5
RB-InformationAffectedList-r6 ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationAffected-r6
RB-InformationAffectedList-r7 ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationAffected-r7
RB-InformationAffectedList-r8 ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationAffected-r8
RB-InformationChanged-r6 ::= SEQUENCE {
rb-Identity RB-Identity,
rb-Change CHOICE {
release NULL,
re-mapToDefaultRb RB-Identity
}
}
RB-InformationChangedList-r6 ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationChanged-r6
RB-InformationReconfig ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-InfoReconfig OPTIONAL,
pdcp-SN-Info PDCP-SN-Info OPTIONAL,
rlc-Info RLC-Info OPTIONAL,
rb-MappingInfo RB-MappingInfo OPTIONAL,
rb-StopContinue RB-StopContinue OPTIONAL
}
RB-InformationReconfig-r4 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-InfoReconfig-r4 OPTIONAL,
pdcp-SN-Info PDCP-SN-Info OPTIONAL,
rlc-Info RLC-Info OPTIONAL,
rb-MappingInfo RB-MappingInfo OPTIONAL,
rb-StopContinue RB-StopContinue OPTIONAL
}
RB-InformationReconfig-r5 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-InfoReconfig-r4 OPTIONAL,
pdcp-SN-Info PDCP-SN-Info OPTIONAL,
rlc-Info RLC-Info-r5 OPTIONAL,
rb-MappingInfo RB-MappingInfo-r5 OPTIONAL,
rb-StopContinue RB-StopContinue OPTIONAL
}
RB-InformationReconfig-r6 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-InfoReconfig-r4 OPTIONAL,
pdcp-SN-Info PDCP-SN-Info OPTIONAL,
rlc-Info RLC-Info-r6 OPTIONAL,
rb-MappingInfo RB-MappingInfo-r6 OPTIONAL,
rb-StopContinue RB-StopContinue OPTIONAL
}
RB-InformationReconfig-r7 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-InfoReconfig-r4 OPTIONAL,
pdcp-SN-Info PDCP-SN-Info OPTIONAL,
rlc-Info RLC-Info-r7 OPTIONAL,
rb-MappingInfo RB-MappingInfo-r7 OPTIONAL,
rb-StopContinue RB-StopContinue OPTIONAL
}
RB-InformationReconfig-r8 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-InfoReconfig-r4 OPTIONAL,
pdcp-SN-Info PDCP-SN-Info OPTIONAL,
rlc-Info RLC-Info-r7 OPTIONAL,
rb-MappingInfo RB-MappingInfo-r8 OPTIONAL,
rb-StopContinue RB-StopContinue OPTIONAL
}
RB-InformationReconfig-r11 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-InfoReconfig-r4 OPTIONAL,
pdcp-SN-Info PDCP-SN-Info OPTIONAL,
rlc-Info RLC-Info-r11 OPTIONAL,
rb-MappingInfo RB-MappingInfo-r8 OPTIONAL,
rb-StopContinue RB-StopContinue OPTIONAL
}
RB-InformationReconfigList ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationReconfig
RB-InformationReconfigList-r4 ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationReconfig-r4
RB-InformationReconfigList-r5 ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationReconfig-r5
RB-InformationReconfigList-r6 ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationReconfig-r6
RB-InformationReconfigList-r7 ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationReconfig-r7
RB-InformationReconfigList-r8 ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationReconfig-r8
RB-InformationReconfigList-r11 ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-InformationReconfig-r11
RB-InformationReleaseList ::= SEQUENCE (SIZE (1..maxRB)) OF
RB-Identity
RB-InformationSetup ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-Info OPTIONAL,
rlc-InfoChoice RLC-InfoChoice,
rb-MappingInfo RB-MappingInfo
}
RB-InformationSetup-r4 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-Info-r4 OPTIONAL,
rlc-InfoChoice RLC-InfoChoice,
rb-MappingInfo RB-MappingInfo
}
RB-InformationSetup-r5 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-Info-r4 OPTIONAL,
rlc-InfoChoice RLC-InfoChoice-r5,
rb-MappingInfo RB-MappingInfo-r5
}
RB-InformationSetup-r6 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-Info-r4 OPTIONAL,
rlc-InfoChoice RLC-InfoChoice-r6,
rb-MappingInfo RB-MappingInfo-r6
}
RB-InformationSetup-r7 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-Info-r4 OPTIONAL,
rlc-InfoChoice RLC-InfoChoice-r7,
rb-MappingInfo RB-MappingInfo-r7
}
RB-InformationSetup-r8 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-Info-r4 OPTIONAL,
rlc-InfoChoice RLC-InfoChoice-r7,
rb-MappingInfo RB-MappingInfo-r8
}
RB-InformationSetup-r11 ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-Info PDCP-Info-r4 OPTIONAL,
rlc-InfoChoice RLC-InfoChoice-r11,
rb-MappingInfo RB-MappingInfo-r8
}
RB-InformationSetupList ::= SEQUENCE (SIZE (1..maxRBperRAB)) OF
RB-InformationSetup
RB-InformationSetupList-r4 ::= SEQUENCE (SIZE (1..maxRBperRAB)) OF
RB-InformationSetup-r4
RB-InformationSetupList-r5 ::= SEQUENCE (SIZE (1..maxRBperRAB)) OF
RB-InformationSetup-r5
RB-InformationSetupList-r6 ::= SEQUENCE (SIZE (1..maxRBperRAB)) OF
RB-InformationSetup-r6
RB-InformationSetupList-r7 ::= SEQUENCE (SIZE (1..maxRBperRAB)) OF
RB-InformationSetup-r7
RB-InformationSetupList-r8 ::= SEQUENCE (SIZE (1..maxRBperRAB)) OF
RB-InformationSetup-r8
RB-InformationSetupList-r11 ::= SEQUENCE (SIZE (1..maxRBperRAB)) OF
RB-InformationSetup-r11
RB-MappingInfo ::= SEQUENCE (SIZE (1..maxRBMuxOptions)) OF
RB-MappingOption
RB-MappingInfo-r5 ::= SEQUENCE (SIZE (1..maxRBMuxOptions)) OF
RB-MappingOption-r5
RB-MappingInfo-r6 ::= SEQUENCE (SIZE (1..maxRBMuxOptions)) OF
RB-MappingOption-r6
RB-MappingInfo-r7 ::= SEQUENCE (SIZE (1..maxRBMuxOptions)) OF
RB-MappingOption-r7
RB-MappingInfo-r8 ::= SEQUENCE (SIZE (1..maxRBMuxOptions)) OF
RB-MappingOption-r8
RB-MappingOption ::= SEQUENCE {
ul-LogicalChannelMappings UL-LogicalChannelMappings OPTIONAL,
dl-LogicalChannelMappingList DL-LogicalChannelMappingList OPTIONAL
}
RB-MappingOption-r5 ::= SEQUENCE {
ul-LogicalChannelMappings UL-LogicalChannelMappings OPTIONAL,
dl-LogicalChannelMappingList DL-LogicalChannelMappingList-r5 OPTIONAL
}
RB-MappingOption-r6 ::= SEQUENCE {
ul-LogicalChannelMappings UL-LogicalChannelMappings-r6 OPTIONAL,
dl-LogicalChannelMappingList DL-LogicalChannelMappingList-r5 OPTIONAL
}
RB-MappingOption-r7 ::= SEQUENCE {
ul-LogicalChannelMappings UL-LogicalChannelMappings-r6 OPTIONAL,
dl-LogicalChannelMappingList DL-LogicalChannelMappingList-r7 OPTIONAL
}
RB-MappingOption-r8 ::= SEQUENCE {
ul-LogicalChannelMappings UL-LogicalChannelMappings-r8 OPTIONAL,
dl-LogicalChannelMappingList DL-LogicalChannelMappingList-r7 OPTIONAL
}
RB-PDCPContextRelocation ::= SEQUENCE {
rb-Identity RB-Identity,
dl-RFC3095-Context-Relocation BOOLEAN,
ul-RFC3095-Context-Relocation BOOLEAN
}
RB-PDCPContextRelocationList ::= SEQUENCE (SIZE (1..maxRBallRABs)) OF
RB-PDCPContextRelocation
RB-StopContinue ::= ENUMERATED {
stopRB, continueRB }
RB-WithPDCP-Info ::= SEQUENCE {
rb-Identity RB-Identity,
pdcp-SN-Info PDCP-SN-Info
}
RB-WithPDCP-InfoList ::= SEQUENCE (SIZE (1..maxRBallRABs)) OF
RB-WithPDCP-Info
ReceivingWindowSize ::= ENUMERATED {
rw1, rw8, rw16, rw32, rw64, rw128, rw256,
rw512, rw768, rw1024, rw1536, rw2047,
rw2560, rw3072, rw3584, rw4095 }
RetrievableConfig ::= SEQUENCE {
retrievableConfigIdentity RetrievableConfigIdentity,
retrievableConfigData RetrievableConfigData
}
RetrievableConfigData ::= SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList-r11 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r11 OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r13 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL
}
RetrievableConfigIdentity ::= INTEGER (0..maxRetrievConfig-1)
RetrievableConfigInfo ::= SEQUENCE {
retrievableConfigToBeInvoked RetrievableConfigIdentity OPTIONAL,
retrievableConfigToBeStored RetrievableConfigIdentity OPTIONAL,
retrievableConfigToBeRemoved RetrievableConfigListToRemove OPTIONAL,
preconfiguredRetrievableConfig RetrievableConfig-List OPTIONAL
}
RetrievableConfig-List ::= SEQUENCE (SIZE(1.. maxRetrievConfig)) OF
RetrievableConfig
RetrievableConfigListToRemove ::= SEQUENCE (SIZE (1..maxRetrievConfig)) OF
RetrievableConfigIdentity
RFC2507-Info ::= SEQUENCE {
f-MAX-PERIOD INTEGER (1..65535) DEFAULT 256,
f-MAX-TIME INTEGER (1..255) DEFAULT 5,
max-HEADER INTEGER (60..65535) DEFAULT 168,
tcp-SPACE INTEGER (3..255) DEFAULT 15,
non-TCP-SPACE INTEGER (3..65535) DEFAULT 15,
-- TABULAR: expectReordering has only two possible values, so using Optional or Default
-- would be wasteful
expectReordering ExpectReordering
}
RFC3095-Info-r4 ::= SEQUENCE {
rohcProfileList ROHC-ProfileList-r4,
ul-RFC3095 UL-RFC3095-r4 OPTIONAL,
dl-RFC3095 DL-RFC3095-r4 OPTIONAL
}
RLC-Info ::= SEQUENCE {
ul-RLC-Mode UL-RLC-Mode OPTIONAL,
dl-RLC-Mode DL-RLC-Mode OPTIONAL
}
RLC-Info-r5 ::= SEQUENCE {
ul-RLC-Mode UL-RLC-Mode OPTIONAL,
dl-RLC-Mode DL-RLC-Mode-r5 OPTIONAL,
rlc-OneSidedReEst BOOLEAN
}
RLC-Info-r6 ::= SEQUENCE {
ul-RLC-Mode UL-RLC-Mode OPTIONAL,
dl-RLC-Mode DL-RLC-Mode-r6 OPTIONAL,
rlc-OneSidedReEst BOOLEAN,
altE-bitInterpretation ENUMERATED { true } OPTIONAL
}
RLC-Info-r7 ::= SEQUENCE {
ul-RLC-Mode UL-RLC-Mode OPTIONAL,
dl-RLC-Mode DL-RLC-Mode-r7 OPTIONAL,
rlc-OneSidedReEst BOOLEAN,
altE-bitInterpretation ENUMERATED { true } OPTIONAL,
useSpecialValueOfHEField ENUMERATED { true } OPTIONAL
}
RLC-Info-r11 ::= SEQUENCE {
ul-RLC-Mode UL-RLC-Mode OPTIONAL,
dl-RLC-Mode DL-RLC-Mode-r11 OPTIONAL,
rlc-OneSidedReEst BOOLEAN,
altE-bitInterpretation ENUMERATED { true } OPTIONAL,
useSpecialValueOfHEField ENUMERATED { true } OPTIONAL
}
RLC-Info-MCCH-r6 ::= SEQUENCE {
dl-UM-RLC-LI-size DL-UM-RLC-LI-size,
dl-UM-RLC-OutOSeqDelivery-Info UM-RLC-OutOSeqDelivery-Info-r6 OPTIONAL
}
RLC-Info-MSCH-r6 ::= SEQUENCE {
dl-UM-RLC-LI-size DL-UM-RLC-LI-size
}
RLC-Info-MTCH-r6 ::= SEQUENCE {
dl-UM-RLC-LI-size DL-UM-RLC-LI-size,
dl-UM-RLC-DuplAvoid-Reord-Info UM-RLC-DuplAvoid-Reord-Info-r6 OPTIONAL
}
RLC-InfoChoice ::= CHOICE {
rlc-Info RLC-Info,
same-as-RB RB-Identity
}
RLC-InfoChoice-r5 ::= CHOICE {
rlc-Info RLC-Info-r5,
same-as-RB RB-Identity
}
RLC-InfoChoice-r6 ::= CHOICE {
rlc-Info RLC-Info-r6,
same-as-RB RB-Identity
}
RLC-InfoChoice-r7 ::= CHOICE {
rlc-Info RLC-Info-r7,
same-as-RB RB-Identity
}
RLC-InfoChoice-r11 ::= CHOICE {
rlc-Info RLC-Info-r11,
same-as-RB RB-Identity
}
RLC-PDU-Size ::= OctetModeRLC-SizeInfoType1
RLC-PDU-SizeConstraint ::= SEQUENCE {
lengthIndicatorSize ENUMERATED { size7, size15 } OPTIONAL,
-- the actual values are (IE value * 8) + 16
minRLC-PDU-Size INTEGER (0..1503),
largestRLC-PDU-Size INTEGER (0..1503)
}
RLC-PDU-SizeList ::= SEQUENCE (SIZE (1..maxRLCPDUsizePerLogChan)) OF
RLC-PDU-Size
RLC-SequenceNumber ::= INTEGER (0..4095)
RLC-SizeInfo ::= SEQUENCE {
rlc-SizeIndex INTEGER (1..maxTF)
}
RLC-SizeExplicitList ::= SEQUENCE (SIZE (1..maxTF)) OF
RLC-SizeInfo
ROHC-Profile-r4 ::= INTEGER (1..3)
ROHC-ProfileList-r4 ::= SEQUENCE (SIZE (1..maxROHC-Profile-r4)) OF
ROHC-Profile-r4
ROHC-PacketSize-r4 ::= INTEGER (2..1500)
ROHC-PacketSizeList-r4 ::= SEQUENCE (SIZE (1..maxROHC-PacketSizes-r4)) OF
ROHC-PacketSize-r4
SRB-InformationSetup ::= SEQUENCE {
-- The default value for rb-Identity is the smallest value not used yet.
rb-Identity RB-Identity OPTIONAL,
rlc-InfoChoice RLC-InfoChoice,
rb-MappingInfo RB-MappingInfo
}
SRB-InformationSetup-r5 ::= SEQUENCE {
-- The default value for rb-Identity is the smallest value not used yet.
rb-Identity RB-Identity OPTIONAL,
rlc-InfoChoice RLC-InfoChoice-r5,
rb-MappingInfo RB-MappingInfo-r5
}
SRB-InformationSetup-r6 ::= SEQUENCE {
-- The default value for rb-Identity is the smallest value not used yet.
rb-Identity RB-Identity OPTIONAL,
rlc-InfoChoice RLC-InfoChoice-r6,
rb-MappingInfo RB-MappingInfo-r6
}
SRB-InformationSetup-r7 ::= SEQUENCE {
-- The default value for rb-Identity is the smallest value not used yet.
rb-Identity RB-Identity OPTIONAL,
rlc-InfoChoice RLC-InfoChoice-r7,
rb-MappingInfo RB-MappingInfo-r7
}
SRB-InformationSetup-r8 ::= SEQUENCE {
-- The default value for rb-Identity is the smallest value not used yet.
rb-Identity RB-Identity OPTIONAL,
rlc-InfoChoice RLC-InfoChoice-r7,
rb-MappingInfo RB-MappingInfo-r8
}
SRB-InformationSetup-r11 ::= SEQUENCE {
-- The default value for rb-Identity is the smallest value not used yet.
rb-Identity RB-Identity OPTIONAL,
rlc-InfoChoice RLC-InfoChoice-r11,
rb-MappingInfo RB-MappingInfo-r8
}
SRB-InformationSetupList ::= SEQUENCE (SIZE (1..maxSRBsetup)) OF
SRB-InformationSetup
SRB-InformationSetupList-r5 ::= SEQUENCE (SIZE (1..maxSRBsetup)) OF
SRB-InformationSetup-r5
SRB-InformationSetupList-r6 ::= SEQUENCE (SIZE (1..maxSRBsetup)) OF
SRB-InformationSetup-r6
SRB-InformationSetupList-r7 ::= SEQUENCE (SIZE (1..maxSRBsetup)) OF
SRB-InformationSetup-r7
SRB-InformationSetupList-r8 ::= SEQUENCE (SIZE (1..maxSRBsetup)) OF
SRB-InformationSetup-r8
SRB-InformationSetupList-r11 ::= SEQUENCE (SIZE (1..maxSRBsetup)) OF
SRB-InformationSetup-r11
SRB-InformationSetupList2 ::= SEQUENCE (SIZE (3..4)) OF
SRB-InformationSetup
SRB-InformationSetupList2-r6 ::= SEQUENCE (SIZE (3..4)) OF
SRB-InformationSetup-r6
SRB-InformationSetupList2-r7 ::= SEQUENCE (SIZE (3..4)) OF
SRB-InformationSetup-r7
SRB-InformationSetupList2-r8 ::= SEQUENCE (SIZE (3..4)) OF
SRB-InformationSetup-r8
TimerDAR-r6 ::= ENUMERATED {
ms40, ms80, ms120, ms160, ms240, ms320, ms480, ms640,
ms960, ms1280, ms1920, ms2560, ms3840, ms5120 }
TimerDiscard ::= ENUMERATED {
td0-1, td0-25, td0-5, td0-75,
td1, td1-25, td1-5, td1-75,
td2, td2-5, td3, td3-5, td4,
td4-5, td5, td7-5 }
TimerEPC ::= ENUMERATED {
te50, te60, te70, te80, te90,
te100, te120, te140, te160, te180,
te200, te300, te400, te500, te700,
te900 }
TimerMRW ::= ENUMERATED {
te50, te60, te70, te80, te90, te100,
te120, te140, te160, te180, te200,
te300, te400, te500, te700, te900 }
TimerOSD-r6 ::= ENUMERATED {
ms40, ms80, ms120, ms160, ms240, ms320, ms480, ms640,
ms960, ms1280, ms1920, ms2560, ms3840, ms5120 }
TimerPoll ::= ENUMERATED {
tp10, tp20, tp30, tp40, tp50,
tp60, tp70, tp80, tp90, tp100,
tp110, tp120, tp130, tp140, tp150,
tp160, tp170, tp180, tp190, tp200,
tp210, tp220, tp230, tp240, tp250,
tp260, tp270, tp280, tp290, tp300,
tp310, tp320, tp330, tp340, tp350,
tp360, tp370, tp380, tp390, tp400,
tp410, tp420, tp430, tp440, tp450,
tp460, tp470, tp480, tp490, tp500,
tp510, tp520, tp530, tp540, tp550,
tp600, tp650, tp700, tp750, tp800,
tp850, tp900, tp950, tp1000 }
TimerPollPeriodic ::= ENUMERATED {
tper100, tper200, tper300, tper400,
tper500, tper750, tper1000, tper2000 }
TimerPollProhibit ::= ENUMERATED {
tpp10, tpp20, tpp30, tpp40, tpp50,
tpp60, tpp70, tpp80, tpp90, tpp100,
tpp110, tpp120, tpp130, tpp140, tpp150,
tpp160, tpp170, tpp180, tpp190, tpp200,
tpp210, tpp220, tpp230, tpp240, tpp250,
tpp260, tpp270, tpp280, tpp290, tpp300,
tpp310, tpp320, tpp330, tpp340, tpp350,
tpp360, tpp370, tpp380, tpp390, tpp400,
tpp410, tpp420, tpp430, tpp440, tpp450,
tpp460, tpp470, tpp480, tpp490, tpp500,
tpp510, tpp520, tpp530, tpp540, tpp550,
tpp600, tpp650, tpp700, tpp750, tpp800,
tpp850, tpp900, tpp950, tpp1000 }
TimerReordering ::= ENUMERATED {
tr50, tr100, tr150, tr200, tr400, tr600, tr800, tr1000 }
TimerRST ::= ENUMERATED {
tr50, tr100, tr150, tr200, tr250, tr300,
tr350, tr400, tr450, tr500, tr550,
tr600, tr700, tr800, tr900, tr1000 }
TimerStatusPeriodic ::= ENUMERATED {
tsp100, tsp200, tsp300, tsp400, tsp500,
tsp750, tsp1000, tsp2000 }
TimerStatusProhibit ::= ENUMERATED {
tsp10,tsp20,tsp30,tsp40,tsp50,
tsp60,tsp70,tsp80,tsp90,tsp100,
tsp110,tsp120,tsp130,tsp140,tsp150,
tsp160,tsp170,tsp180,tsp190,tsp200,
tsp210,tsp220,tsp230,tsp240,tsp250,
tsp260,tsp270,tsp280,tsp290,tsp300,
tsp310,tsp320,tsp330,tsp340,tsp350,
tsp360,tsp370,tsp380,tsp390,tsp400,
tsp410,tsp420,tsp430,tsp440,tsp450,
tsp460,tsp470,tsp480,tsp490,tsp500,
tsp510,tsp520,tsp530,tsp540,tsp550,
tsp600,tsp650,tsp700,tsp750,tsp800,
tsp850,tsp900,tsp950,tsp1000 }
TransmissionRLC-Discard ::= CHOICE {
timerBasedExplicit ExplicitDiscard,
timerBasedNoExplicit NoExplicitDiscard,
maxDAT-Retransmissions MaxDAT-Retransmissions,
noDiscard MaxDAT
}
TransmissionWindowSize ::= ENUMERATED {
tw1, tw8, tw16, tw32, tw64, tw128, tw256,
tw512, tw768, tw1024, tw1536, tw2047,
tw2560, tw3072, tw3584, tw4095 }
-- Actual bit rate per each value is defined in [62] and [63]
UL-AMR-Rate ::= ENUMERATED {
t0, t1, t2, t3, t4, t5, t6, t7, t8, spare7, spare6, spare5,
spare4, spare3, spare2, spare1 }
UL-AM-RLC-Mode ::= SEQUENCE {
transmissionRLC-Discard TransmissionRLC-Discard,
transmissionWindowSize TransmissionWindowSize,
timerRST TimerRST,
max-RST MaxRST,
pollingInfo PollingInfo OPTIONAL
}
UL-CounterSynchronisationInfo ::= SEQUENCE {
rB-WithPDCP-InfoList RB-WithPDCP-InfoList OPTIONAL,
startList STARTList
}
UL-LogicalChannelMapping ::= SEQUENCE {
-- TABULAR: UL-TransportChannelType contains TransportChannelIdentity as well.
ul-TransportChannelType UL-TransportChannelType,
logicalChannelIdentity LogicalChannelIdentity OPTIONAL,
rlc-SizeList CHOICE {
allSizes NULL,
configured NULL,
explicitList RLC-SizeExplicitList
},
mac-LogicalChannelPriority MAC-LogicalChannelPriority
}
UL-LogicalChannelMapping-r6 ::= SEQUENCE {
ul-TrCH-Type CHOICE {
dch-rach-usch SEQUENCE {
-- TABULAR: UL-TransportChannelType contains TransportChannelIdentity as well.
ul-TransportChannelType UL-TransportChannelType,
logicalChannelIdentity LogicalChannelIdentity OPTIONAL,
rlc-SizeList CHOICE {
allSizes NULL,
configured NULL,
explicitList RLC-SizeExplicitList
}
},
e-dch SEQUENCE {
logicalChannelIdentity LogicalChannelIdentity,
e-DCH-MAC-d-FlowIdentity E-DCH-MAC-d-FlowIdentity,
ddi DDI,
rlc-PDU-SizeList RLC-PDU-SizeList,
includeInSchedulingInfo BOOLEAN
}
},
mac-LogicalChannelPriority MAC-LogicalChannelPriority
}
UL-LogicalChannelMapping-r8 ::= SEQUENCE {
ul-TrCH-Type CHOICE {
dch-rach-usch SEQUENCE {
-- TABULAR: UL-TransportChannelType contains TransportChannelIdentity as well.
ul-TransportChannelType UL-TransportChannelType,
logicalChannelIdentity LogicalChannelIdentity OPTIONAL,
rlc-SizeList CHOICE {
allSizes NULL,
configured NULL,
explicitList RLC-SizeExplicitList
}
},
e-dch SEQUENCE {
logicalChannelIdentity LogicalChannelIdentity,
e-DCH-MAC-d-FlowIdentity E-DCH-MAC-d-FlowIdentity,
rlc-PDU-Size CHOICE {
fixedSize SEQUENCE {
ddi DDI,
rlc-PDU-SizeList RLC-PDU-SizeList
},
flexibleSize RLC-PDU-SizeConstraint
},
includeInSchedulingInfo BOOLEAN
}
},
mac-LogicalChannelPriority MAC-LogicalChannelPriority
}
UL-LogicalChannelMappingList ::= SEQUENCE {
-- rlc-LogicalChannelMappingIndicator shall be set to TRUE in this version
-- of the specification
rlc-LogicalChannelMappingIndicator BOOLEAN,
ul-LogicalChannelMapping SEQUENCE (SIZE (maxLoCHperRLC)) OF
UL-LogicalChannelMapping
}
UL-LogicalChannelMappingList-r6 ::= SEQUENCE {
-- rlc-LogicalChannelMappingIndicator shall be set to TRUE in this version
-- of the specification
rlc-LogicalChannelMappingIndicator BOOLEAN,
ul-LogicalChannelMapping SEQUENCE (SIZE (maxLoCHperRLC)) OF
UL-LogicalChannelMapping-r6
}
UL-LogicalChannelMappingList-r8 ::= SEQUENCE {
-- rlc-LogicalChannelMappingIndicator shall be set to TRUE in this version
-- of the specification
rlc-LogicalChannelMappingIndicator BOOLEAN,
ul-LogicalChannelMapping SEQUENCE (SIZE (maxLoCHperRLC)) OF
UL-LogicalChannelMapping-r8
}
UL-LogicalChannelMappings ::= CHOICE {
oneLogicalChannel UL-LogicalChannelMapping,
twoLogicalChannels UL-LogicalChannelMappingList
}
UL-LogicalChannelMappings-r6 ::= CHOICE {
oneLogicalChannel UL-LogicalChannelMapping-r6,
twoLogicalChannels UL-LogicalChannelMappingList-r6
}
UL-LogicalChannelMappings-r8 ::= CHOICE {
oneLogicalChannel UL-LogicalChannelMapping-r8,
twoLogicalChannels UL-LogicalChannelMappingList-r8
}
UL-RFC3095-r4 ::= SEQUENCE {
-- dummy1 is not used in this version of the specification and shall be ignored by the receiver.
dummy1 CID-InclusionInfo-r4,
max-CID INTEGER (1..16383) DEFAULT 15,
-- dummy is not used in this version of the specification and
-- it should be ignored by the receiver.
dummy ROHC-PacketSizeList-r4
}
UL-RLC-Mode ::= CHOICE {
ul-AM-RLC-Mode UL-AM-RLC-Mode,
ul-UM-RLC-Mode UL-UM-RLC-Mode,
ul-TM-RLC-Mode UL-TM-RLC-Mode,
spare NULL
}
UL-TM-RLC-Mode ::= SEQUENCE {
transmissionRLC-Discard TransmissionRLC-Discard OPTIONAL,
segmentationIndication BOOLEAN
}
UL-UM-RLC-Mode ::= SEQUENCE {
transmissionRLC-Discard TransmissionRLC-Discard OPTIONAL
}
UL-TransportChannelType ::= CHOICE {
dch TransportChannelIdentity,
rach NULL,
-- dummy is not used in this version of the specification and
-- if received the UE behaviour is not specified.
dummy NULL,
usch TransportChannelIdentity
}
UM-RLC-DuplAvoid-Reord-Info-r6 ::= SEQUENCE {
timer-DAR TimerDAR-r6,
widowSize-DAR WindowSizeDAR-r6
}
UM-RLC-OutOSeqDelivery-Info-r6 ::= SEQUENCE {
timer-OSD TimerOSD-r6 OPTIONAL,
windowSize-OSD WindowSizeOSD-r6
}
WindowSizeDAR-r6 ::= ENUMERATED {
ws4, ws8, ws16, ws32, ws40, ws48,
ws56, ws64 }
WindowSizeOSD-r6 ::= ENUMERATED {
ws8, ws16, ws32, ws40, ws48,
ws56, ws64 }
-- ***************************************************
--
-- TRANSPORT CHANNEL INFORMATION ELEMENTS (10.3.5)
--
-- ***************************************************
AddOrReconfMAC-dFlow ::= SEQUENCE {
mac-hs-AddReconfQueue-List MAC-hs-AddReconfQueue-List OPTIONAL,
mac-hs-DelQueue-List MAC-hs-DelQueue-List OPTIONAL
}
AddOrReconfMAC-ehs-ReordQ ::= SEQUENCE {
mac-ehs-AddReconfQueue-List MAC-ehs-AddReconfReordQ-List OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy MAC-ehs-DelReordQ-List OPTIONAL
}
AddOrReconfMAC-ehs-ReordQ-r9 ::= SEQUENCE {
mac-ehs-AddReconfQueue-List MAC-ehs-AddReconfReordQ-List-r9 OPTIONAL
}
AddOrReconfMAC-ehs-ReordQ-TDD128-v9c0ext ::= SEQUENCE {
mac-ehs-AddReconfQueue-List MAC-ehs-AddReconfReordQ-List-TDD128-v9c0ext OPTIONAL
}
AddOrReconfMAC-ehs-ReordQ-r11 ::= SEQUENCE {
mac-ehs-AddReconfQueue-List MAC-ehs-AddReconfReordQ-List-r11 OPTIONAL
}
AllowedTFC-List ::= SEQUENCE (SIZE (1..maxTFC)) OF
TFC-Value
AllowedTFI-List ::= SEQUENCE (SIZE (1..maxTF)) OF
INTEGER (0..31)
BitModeRLC-SizeInfo ::= CHOICE {
sizeType1 INTEGER (0..127),
-- Actual value sizeType2 = (part1 * 8) + 128 + part2
sizeType2 SEQUENCE {
part1 INTEGER (0..15),
part2 INTEGER (1..7) OPTIONAL
},
-- Actual value sizeType3 = (part1 * 16) + 256 + part2
sizeType3 SEQUENCE {
part1 INTEGER (0..47),
part2 INTEGER (1..15) OPTIONAL
},
-- Actual value sizeType4 = (part1 * 64) + 1024 + part2
sizeType4 SEQUENCE {
part1 INTEGER (0..62),
part2 INTEGER (1..63) OPTIONAL
}
}
-- Actual value BLER-QualityValue = IE value * 0.1
BLER-QualityValue ::= INTEGER (-63..0)
ChannelCodingType ::= CHOICE {
-- noCoding is only used for TDD in this version of the specification,
-- otherwise it should be ignored
noCoding NULL,
convolutional CodingRate,
turbo NULL
}
CodingRate ::= ENUMERATED {
half,
third }
Common-E-DCH-MAC-d-Flow ::= SEQUENCE {
mac-d-FlowIdentity E-DCH-MAC-d-FlowIdentity,
mac-d-FlowPowerOffset E-DCH-MAC-d-FlowPowerOffset,
mac-d-FlowMaxRetrans E-DCH-MAC-d-FlowMaxRetrans,
mac-d-FlowMultiplexingList E-DCH-MAC-d-FlowMultiplexingList OPTIONAL,
e-dch-mac-d-flow-retransmission-timer E-DCH-MAC-d-FlowRetransTimer OPTIONAL
}
Common-E-DCH-MAC-d-FlowList ::= SEQUENCE (SIZE (1..maxE-DCHMACdFlow)) OF
Common-E-DCH-MAC-d-Flow
Common-E-DCH-MAC-d-Flow-Info-ConcurrentTTI ::= SEQUENCE {
mac-d-FlowIdentity E-DCH-MAC-d-FlowIdentity,
mac-d-FlowPowerOffset E-DCH-MAC-d-FlowPowerOffset OPTIONAL,
mac-d-FlowMaxRetrans E-DCH-MAC-d-FlowMaxRetrans OPTIONAL
}
Common-E-DCH-MAC-d-Flow-Info-List-ConcurrentTTI ::= SEQUENCE (SIZE (1..maxE-DCHMACdFlow)) OF
Common-E-DCH-MAC-d-Flow-Info-ConcurrentTTI
CommonDynamicTF-Info ::= SEQUENCE {
rlc-Size CHOICE {
fdd SEQUENCE {
octetModeRLC-SizeInfoType2 OctetModeRLC-SizeInfoType2
},
tdd SEQUENCE {
commonTDD-Choice CHOICE {
bitModeRLC-SizeInfo BitModeRLC-SizeInfo,
octetModeRLC-SizeInfoType1 OctetModeRLC-SizeInfoType1
}
}
},
numberOfTbSizeList SEQUENCE (SIZE (1..maxTF)) OF
NumberOfTransportBlocks,
logicalChannelList LogicalChannelList
}
CommonDynamicTF-Info-DynamicTTI ::= SEQUENCE {
commonTDD-Choice CHOICE {
bitModeRLC-SizeInfo BitModeRLC-SizeInfo,
octetModeRLC-SizeInfoType1 OctetModeRLC-SizeInfoType1
},
numberOfTbSizeAndTTIList NumberOfTbSizeAndTTIList,
logicalChannelList LogicalChannelList
}
CommonDynamicTF-InfoList ::= SEQUENCE (SIZE (1..maxTF)) OF
CommonDynamicTF-Info
CommonDynamicTF-InfoList-DynamicTTI ::= SEQUENCE (SIZE (1..maxTF)) OF
CommonDynamicTF-Info-DynamicTTI
CommonTransChTFS ::= SEQUENCE {
tti CHOICE {
tti10 CommonDynamicTF-InfoList,
tti20 CommonDynamicTF-InfoList,
tti40 CommonDynamicTF-InfoList,
tti80 CommonDynamicTF-InfoList,
dynamic CommonDynamicTF-InfoList-DynamicTTI
},
semistaticTF-Information SemistaticTF-Information
}
CommonTransChTFS-LCR ::= SEQUENCE {
tti CHOICE {
tti5 CommonDynamicTF-InfoList,
tti10 CommonDynamicTF-InfoList,
tti20 CommonDynamicTF-InfoList,
tti40 CommonDynamicTF-InfoList,
tti80 CommonDynamicTF-InfoList,
dynamic CommonDynamicTF-InfoList-DynamicTTI
},
semistaticTF-Information SemistaticTF-Information
}
Common-MAC-ehs-ReorderingQueue ::= SEQUENCE {
mac-ehs-QueueId MAC-ehs-QueueId,
t1-ReleaseTimer T1-ReleaseTimer,
reorderingResetTimer Treset-ResetTimer OPTIONAL,
mac-ehsWindowSize MAC-hs-WindowSize
}
Common-MAC-ehs-ReorderingQueueList ::= SEQUENCE (SIZE (1.. maxCommonQueueID)) OF
Common-MAC-ehs-ReorderingQueue
Concurrent-Deployment-2ms-10ms-TTI ::= SEQUENCE {
tti-selection CHOICE {
fixed SEQUENCE {
fixed-TTI-Selection ENUMERATED { tti2, tti10 }
},
threshold-based SEQUENCE {
common-E-DCH-TTI-Selection-Thresh INTEGER (0..15)
}
},
concurrent-TTI-Partition-Index INTEGER (0..maxEDCHs-1),
commonEDCHSystemInfoParamConcurrentTTI CommonEDCHSystemInfoParamConcurrentTTI OPTIONAL
}
CPCH-SetID ::= INTEGER (1..maxCPCHsets)
CRC-Size ::= ENUMERATED {
crc0, crc8, crc12, crc16, crc24 }
DedicatedDynamicTF-Info ::= SEQUENCE {
rlc-Size CHOICE {
bitMode BitModeRLC-SizeInfo,
octetModeType1 OctetModeRLC-SizeInfoType1
},
numberOfTbSizeList SEQUENCE (SIZE (1..maxTF)) OF
NumberOfTransportBlocks,
logicalChannelList LogicalChannelList
}
DedicatedDynamicTF-Info-DynamicTTI ::= SEQUENCE {
rlc-Size CHOICE {
bitMode BitModeRLC-SizeInfo,
octetModeType1 OctetModeRLC-SizeInfoType1
},
numberOfTbSizeAndTTIList NumberOfTbSizeAndTTIList,
logicalChannelList LogicalChannelList
}
DedicatedDynamicTF-InfoList ::= SEQUENCE (SIZE (1..maxTF)) OF
DedicatedDynamicTF-Info
DedicatedDynamicTF-InfoList-DynamicTTI ::= SEQUENCE (SIZE (1..maxTF)) OF
DedicatedDynamicTF-Info-DynamicTTI
DedicatedTransChTFS ::= SEQUENCE {
tti CHOICE {
tti10 DedicatedDynamicTF-InfoList,
tti20 DedicatedDynamicTF-InfoList,
tti40 DedicatedDynamicTF-InfoList,
tti80 DedicatedDynamicTF-InfoList,
dynamic DedicatedDynamicTF-InfoList-DynamicTTI
},
semistaticTF-Information SemistaticTF-Information
}
-- The maximum allowed size of DL-AddReconfTransChInfo2List sequence is 16
DL-AddReconfTransChInfo2List ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInformation2
-- The maximum allowed size of DL-AddReconfTransChInfoList sequence is 16
DL-AddReconfTransChInfoList ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInformation
-- The maximum allowed size of DL-AddReconfTransChInfoList-r4 sequence is 16
DL-AddReconfTransChInfoList-r4 ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInformation-r4
-- The maximum allowed size of DL-AddReconfTransChInfoList-r5 sequence is 16
DL-AddReconfTransChInfoList-r5 ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInformation-r5
-- The maximum allowed size of DL-AddReconfTransChInfoList-r7 sequence is 16
DL-AddReconfTransChInfoList-r7 ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInformation-r7
DL-AddReconfTransChInfoList-r9 ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInformation-r9
DL-AddReconfTransChInfoList-r11 ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInformation-r11
DL-AddReconfTransChInfoList-r13 ::= SEQUENCE (SIZE (1..maxTrCH)) OF
DL-AddReconfTransChInformation-r13
DL-AddReconfTransChInfoList-TDD128-v9c0ext ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
DL-AddReconfTransChInformation-TDD128-v9c0ext
-- ASN.1 for IE "Added or Reconfigured DL TrCH information"
-- in case of messages other than: Radio Bearer Release message and
-- Radio Bearer Reconfiguration message
DL-AddReconfTransChInformation ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-Type,
dl-transportChannelIdentity TransportChannelIdentity,
tfs-SignallingMode CHOICE {
explicit-config TransportFormatSet,
sameAsULTrCH UL-TransportChannelIdentity
},
dch-QualityTarget QualityTarget OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy TM-SignallingInfo OPTIONAL
}
DL-AddReconfTransChInformation-r4 ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-Type,
dl-transportChannelIdentity TransportChannelIdentity,
tfs-SignallingMode CHOICE {
explicit-config TransportFormatSet,
sameAsULTrCH UL-TransportChannelIdentity
},
dch-QualityTarget QualityTarget OPTIONAL
}
DL-AddReconfTransChInformation-r5 ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-TypeId1-r5,
tfs-SignallingMode CHOICE {
explicit-config TransportFormatSet,
sameAsULTrCH UL-TransportChannelIdentity,
hsdsch HSDSCH-Info
},
dch-QualityTarget QualityTarget OPTIONAL
}
DL-AddReconfTransChInformation-r7 ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-TypeId1-r5,
tfs-SignallingMode CHOICE {
explicit-config TransportFormatSet,
sameAsULTrCH UL-TransportChannelIdentity,
hsdsch HSDSCH-Info-r7
},
dch-QualityTarget QualityTarget OPTIONAL
}
DL-AddReconfTransChInformation-r9 ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-TypeId1-r5,
tfs-SignallingMode CHOICE {
explicit-config TransportFormatSet,
sameAsULTrCH UL-TransportChannelIdentity,
hsdsch HSDSCH-Info-r9
},
dch-QualityTarget QualityTarget OPTIONAL
}
DL-AddReconfTransChInformation-r11 ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-TypeId1-r5,
tfs-SignallingMode CHOICE {
explicit-config TransportFormatSet,
sameAsULTrCH UL-TransportChannelIdentity,
hsdsch HSDSCH-Info-r11
},
dch-QualityTarget QualityTarget OPTIONAL
}
DL-AddReconfTransChInformation-r13 ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-TypeId1-r5,
tfs-SignallingMode CHOICE {
explicit-config TransportFormatSet,
sameAsULTrCH UL-TransportChannelIdentity,
hsdsch HSDSCH-Info-r13
},
dch-QualityTarget QualityTarget OPTIONAL
}
DL-AddReconfTransChInformation-TDD128-v9c0ext ::= SEQUENCE {
hsdsch HSDSCH-Info-TDD128-v9c0ext OPTIONAL
}
-- ASN.1 for IE "Added or Reconfigured DL TrCH information"
-- in case of Radio Bearer Release message and
-- Radio Bearer Reconfiguration message
DL-AddReconfTransChInformation2 ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-Type,
transportChannelIdentity TransportChannelIdentity,
tfs-SignallingMode CHOICE {
explicit-config TransportFormatSet,
sameAsULTrCH UL-TransportChannelIdentity
},
qualityTarget QualityTarget OPTIONAL
}
DL-CommonTransChInfo ::= SEQUENCE {
sccpch-TFCS TFCS OPTIONAL,
-- modeSpecificInfo should be optional. A new version of this IE should be defined
-- to be used in later versions of messages using this IE
modeSpecificInfo CHOICE {
fdd SEQUENCE {
dl-Parameters CHOICE {
dl-DCH-TFCS TFCS,
sameAsUL NULL
} OPTIONAL
},
tdd SEQUENCE {
individualDL-CCTrCH-InfoList IndividualDL-CCTrCH-InfoList
OPTIONAL
}
}
}
DL-CommonTransChInfo-r4 ::= SEQUENCE {
sccpch-TFCS TFCS OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
dl-Parameters CHOICE {
dl-DCH-TFCS SEQUENCE {
tfcs TFCS OPTIONAL
},
sameAsUL NULL
} OPTIONAL
},
tdd SEQUENCE {
individualDL-CCTrCH-InfoList IndividualDL-CCTrCH-InfoList
OPTIONAL
}
} OPTIONAL
}
DL-DeletedTransChInfoList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
DL-TransportChannelIdentity
DL-DeletedTransChInfoList-r5 ::= SEQUENCE (SIZE (1..maxTrCH)) OF
DL-TransportChannelIdentity-r5
DL-DeletedTransChInfoList-r7 ::= SEQUENCE (SIZE (1..maxTrCH)) OF
DL-TransportChannelIdentity-r7
DL-TransportChannelIdentity ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-Type,
dl-TransportChannelIdentity TransportChannelIdentity
}
DL-TransportChannelIdentity-r5 ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-TypeId2-r5
}
DL-TransportChannelIdentity-r7 ::= SEQUENCE {
dl-TransportChannelType DL-TrCH-TypeId2-r7
}
-- The choice "dsch" should not be used in FDD mode, and if received the UE behaviour is unspecified
DL-TrCH-Type ::= ENUMERATED {dch, dsch}
DL-TrCH-TypeId1-r5 ::= CHOICE {
dch TransportChannelIdentity,
-- The choice "dsch" should not be used in FDD mode, and if received
-- the UE behaviour is unspecified.
dsch TransportChannelIdentity,
hsdsch NULL
}
DL-TrCH-TypeId2-r5 ::= CHOICE {
dch TransportChannelIdentity,
-- The choice "dsch" should not be used in FDD mode, and if received
-- the UE behaviour is unspecified.
dsch TransportChannelIdentity,
hsdsch MAC-d-FlowIdentity
}
DL-TrCH-TypeId2-r7 ::= CHOICE {
dch TransportChannelIdentity,
-- The choice "dsch" should not be used in FDD mode, and if received
-- the UE behaviour is unspecified.
dsch TransportChannelIdentity,
hsdsch CHOICE {
mac-hs MAC-d-FlowIdentity,
mac-ehs MAC-ehs-QueueId
}
}
DRAC-ClassIdentity ::= INTEGER (1..maxDRACclasses)
DRAC-StaticInformation ::= SEQUENCE {
transmissionTimeValidity TransmissionTimeValidity,
timeDurationBeforeRetry TimeDurationBeforeRetry,
drac-ClassIdentity DRAC-ClassIdentity
}
DRAC-StaticInformationList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
DRAC-StaticInformation
E-DCH-AddReconf-MAC-d-Flow ::= SEQUENCE {
mac-d-FlowIdentity E-DCH-MAC-d-FlowIdentity,
mac-d-FlowPowerOffset E-DCH-MAC-d-FlowPowerOffset OPTIONAL,
mac-d-FlowMaxRetrans E-DCH-MAC-d-FlowMaxRetrans OPTIONAL,
mac-d-FlowMultiplexingList E-DCH-MAC-d-FlowMultiplexingList OPTIONAL,
transmissionGrantType CHOICE {
non-ScheduledTransGrantInfo SEQUENCE {
maxMAC-e-PDUContents INTEGER (1..19982),
ms2-NonSchedTransmGrantHARQAlloc BIT STRING (SIZE (8)) OPTIONAL
},
scheduledTransmissionGrantInfo NULL
} OPTIONAL
}
E-DCH-AddReconf-MAC-d-Flow-r7 ::= SEQUENCE {
mac-d-FlowIdentity E-DCH-MAC-d-FlowIdentity,
mac-d-FlowPowerOffset E-DCH-MAC-d-FlowPowerOffset OPTIONAL,
mac-d-FlowMaxRetrans E-DCH-MAC-d-FlowMaxRetrans OPTIONAL,
mac-d-FlowRetransTimer E-DCH-MAC-d-FlowRetransTimer OPTIONAL,
mac-d-FlowMultiplexingList E-DCH-MAC-d-FlowMultiplexingList OPTIONAL,
transmissionGrantType CHOICE {
non-ScheduledTransGrantInfo SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
maxMAC-e-PDUContents INTEGER (1..19982),
ms2-NonSchedTransmGrantHARQAlloc BIT STRING (SIZE (8)) OPTIONAL
},
tdd NULL
}
},
scheduledTransmissionGrantInfo NULL
} OPTIONAL
}
E-DCH-AddReconf-MAC-d-FlowList ::= SEQUENCE (SIZE (1..maxE-DCHMACdFlow)) OF
E-DCH-AddReconf-MAC-d-Flow
E-DCH-AddReconf-MAC-d-FlowList-r7 ::= SEQUENCE (SIZE (1..maxE-DCHMACdFlow)) OF
E-DCH-AddReconf-MAC-d-Flow-r7
E-DCH-MAC-d-FlowIdentity ::= INTEGER (0..maxE-DCHMACdFlow-1)
E-DCH-MAC-d-FlowMaxRetrans ::= INTEGER (0..15)
E-DCH-MAC-d-FlowMultiplexingList ::= BIT STRING (SIZE (maxE-DCHMACdFlow))
E-DCH-MAC-d-FlowPowerOffset ::= INTEGER (0..6)
E-DCH-MAC-d-FlowRetransTimer ::= ENUMERATED {
ms10, ms15, ms20, ms25, ms30, ms35, ms40, ms45, ms50,
ms55, ms60, ms65, ms70, ms75, ms80, ms85, ms90, ms95,
ms100, ms110, ms120, ms140, ms160, ms200, ms240, ms280,
ms320, ms400, ms480, ms560 }
E-DCH-TTI ::= ENUMERATED { tti2, tti10 }
ExplicitTFCS-Configuration ::= CHOICE {
complete TFCS-ReconfAdd,
addition TFCS-ReconfAdd,
removal TFCS-RemovalList,
replacement SEQUENCE {
tfcsRemoval TFCS-RemovalList,
tfcsAdd TFCS-ReconfAdd
}
}
ExplicitTFCS-Configuration-r12 ::= CHOICE {
complete TFCS-ReconfAdd-r12,
addition TFCS-ReconfAdd-r12,
removal TFCS-RemovalList,
replacement SEQUENCE {
tfcsRemoval TFCS-RemovalList,
tfcsAdd TFCS-ReconfAdd-r12
}
}
GainFactor ::= INTEGER (0..15)
GainFactorInformation ::= CHOICE {
signalledGainFactors SignalledGainFactors,
computedGainFactors ReferenceTFC-ID
}
GainFactorInformation-10msMode ::= CHOICE {
signalledGainFactors SEQUENCE {
gainFactorBetaC GainFactor,
gainFactorBetaD GainFactor,
referenceTFC-ID ReferenceTFC-ID OPTIONAL
},
computedGainFactors ReferenceTFC-ID
}
HSDSCH-Info ::= SEQUENCE {
harqInfo HARQ-Info OPTIONAL,
addOrReconfMAC-dFlow AddOrReconfMAC-dFlow OPTIONAL
}
HSDSCH-Info-r7 ::= SEQUENCE {
harqInfo HARQ-Info-r7 OPTIONAL,
dl-MAC-HeaderType CHOICE {
mac-hs AddOrReconfMAC-dFlow,
mac-ehs AddOrReconfMAC-ehs-ReordQ
} OPTIONAL
}
HSDSCH-Info-r9 ::= SEQUENCE {
harqInfo HARQ-Info-r7 OPTIONAL,
dl-MAC-HeaderType CHOICE {
mac-hs AddOrReconfMAC-dFlow,
mac-ehs AddOrReconfMAC-ehs-ReordQ-r9
} OPTIONAL
}
HSDSCH-Info-r11 ::= SEQUENCE {
harqInfo HARQ-Info-r11 OPTIONAL,
dl-MAC-HeaderType CHOICE {
mac-hs AddOrReconfMAC-dFlow,
mac-ehs AddOrReconfMAC-ehs-ReordQ-r11
} OPTIONAL
}
HSDSCH-Info-r13 ::= SEQUENCE {
harqInfo HARQ-Info-r13 OPTIONAL,
dl-MAC-HeaderType CHOICE {
mac-hs AddOrReconfMAC-dFlow,
mac-ehs AddOrReconfMAC-ehs-ReordQ-r11
} OPTIONAL
}
HSDSCH-Info-TDD128-v9c0ext ::= SEQUENCE {
mac-ehs AddOrReconfMAC-ehs-ReordQ-TDD128-v9c0ext OPTIONAL
}
HARQ-Info ::= SEQUENCE {
numberOfProcesses INTEGER (1..8),
memoryPartitioning CHOICE {
implicit NULL,
explicit SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize
}
}
HARQ-Info-r7 ::= SEQUENCE {
numberOfProcesses ENUMERATED { n1, n2, n3, n4, n5, n6, n7, n8,
n12, n14, n16 },
memoryPartitioning CHOICE {
implicit NULL,
explicit SEQUENCE {
memorySize SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize,
additionalMemorySizesForMIMO SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize OPTIONAL
}
}
}
HARQ-Info-r11 ::= SEQUENCE {
numberOfProcesses ENUMERATED { n1, n2, n3, n4, n5, n6, n7, n8,
n12, n14, n16, n24, n28, n32 },
memoryPartitioning CHOICE {
implicit NULL,
explicit SEQUENCE {
memorySize SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize,
additionalMemorySizesForMIMO SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize OPTIONAL,
additionalMemorySizesThirdMIMOStream SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize OPTIONAL,
additionalMemorySizesFourthMIMOStream SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize OPTIONAL
}
}
}
HARQ-Info-r13 ::= SEQUENCE {
numberOfProcesses ENUMERATED { n1, n2, n3, n4, n5, n6, n7, n8,
n12, n14, n16, n24, n28, n32 },
memoryPartitioning CHOICE {
implicit NULL,
explicit SEQUENCE {
memorySize SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize,
additionalMemorySizesForMIMO SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize OPTIONAL,
additionalMemorySizesThirdMIMOStream SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize OPTIONAL,
additionalMemorySizesFourthMIMOStream SEQUENCE (SIZE (1..maxHProcesses)) OF
HARQMemorySize OPTIONAL
}
},
blindHARQRetransmissionsForHSDPA ENUMERATED { true } OPTIONAL
}
HARQMemorySize ::= ENUMERATED {
hms800, hms1600, hms2400, hms3200, hms4000,
hms4800, hms5600, hms6400, hms7200, hms8000,
hms8800, hms9600, hms10400, hms11200, hms12000,
hms12800, hms13600, hms14400, hms15200, hms16000,
hms17600, hms19200, hms20800, hms22400, hms24000,
hms25600, hms27200, hms28800, hms30400, hms32000,
hms36000, hms40000, hms44000, hms48000, hms52000,
hms56000, hms60000, hms64000, hms68000, hms72000,
hms76000, hms80000, hms88000, hms96000, hms104000,
hms112000, hms120000, hms128000, hms136000, hms144000,
hms152000, hms160000, hms176000, hms192000, hms208000,
hms224000, hms240000, hms256000, hms272000, hms288000,
hms304000 }
IndividualDL-CCTrCH-Info ::= SEQUENCE {
dl-TFCS-Identity TFCS-Identity,
tfcs-SignallingMode CHOICE {
explicit-config TFCS,
sameAsUL TFCS-Identity
}
}
IndividualDL-CCTrCH-InfoList ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
IndividualDL-CCTrCH-Info
IndividualUL-CCTrCH-Info ::= SEQUENCE {
ul-TFCS-Identity TFCS-Identity,
ul-TFCS TFCS ,
tfc-Subset TFC-Subset
}
IndividualUL-CCTrCH-InfoList ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
IndividualUL-CCTrCH-Info
LogicalChannelByRB ::= SEQUENCE {
rb-Identity RB-Identity,
logChOfRb INTEGER (0..1) OPTIONAL
}
LogicalChannelList ::= CHOICE {
allSizes NULL,
configured NULL,
explicitList SEQUENCE (SIZE (1..15)) OF
LogicalChannelByRB
}
MAC-d-FlowIdentityDCHandHSDSCH ::= SEQUENCE {
dch-transport-ch-id TransportChannelIdentity,
hsdsch-mac-d-flow-id MAC-d-FlowIdentity
}
MAC-d-FlowIdentity ::= INTEGER (0..7)
MAC-d-PDU-SizeInfo-List ::= SEQUENCE (SIZE(1.. maxMAC-d-PDUsizes)) OF
MAC-d-PDUsizeInfo
--MAC-d-Pdu sizes need to be defined
MAC-d-PDUsizeInfo ::= SEQUENCE{
mac-d-PDU-Size INTEGER (1..5000),
mac-d-PDU-Index INTEGER(0..7)
}
MAC-hs-AddReconfQueue-List ::= SEQUENCE (SIZE(1..maxQueueIDs)) OF
MAC-hs-AddReconfQueue
MAC-hs-AddReconfQueue ::= SEQUENCE {
mac-hsQueueId INTEGER(0..7),
mac-dFlowId MAC-d-FlowIdentity,
reorderingReleaseTimer T1-ReleaseTimer,
mac-hsWindowSize MAC-hs-WindowSize,
mac-d-PDU-SizeInfo-List MAC-d-PDU-SizeInfo-List OPTIONAL
}
MAC-hs-DelQueue-List ::= SEQUENCE (SIZE(1..maxQueueIDs)) OF
MAC-hs-DelQueue
MAC-hs-DelQueue ::= SEQUENCE {
mac-hsQueueId INTEGER(0..7)
}
MAC-ehs-AddReconfReordQ-List ::= SEQUENCE (SIZE(1..maxQueueIDs)) OF
MAC-ehs-AddReconfReordQ
MAC-ehs-AddReconfReordQ-List-r9 ::= SEQUENCE (SIZE(1..maxQueueIDs)) OF
MAC-ehs-AddReconfReordQ-r9
MAC-ehs-AddReconfReordQ-List-TDD128-v9c0ext ::= SEQUENCE (SIZE(1..maxQueueIDs)) OF
MAC-ehs-AddReconfReordQ-TDD128-v9c0ext
MAC-ehs-AddReconfReordQ-List-r11 ::= SEQUENCE (SIZE(1..maxQueueIDs)) OF
MAC-ehs-AddReconfReordQ-r11
MAC-ehs-AddReconfReordQ ::= SEQUENCE {
mac-ehs-QueueId MAC-ehs-QueueId,
reorderingReleaseTimer T1-ReleaseTimer,
reorderingResetTimer Treset-ResetTimer OPTIONAL,
mac-ehsWindowSize MAC-hs-WindowSize
}
MAC-ehs-AddReconfReordQ-r9 ::= SEQUENCE {
mac-ehs-QueueId MAC-ehs-QueueId,
reorderingReleaseTimer T1-ReleaseTimer,
reorderingResetTimer Treset-ResetTimer OPTIONAL,
mac-ehsWindowSize MAC-hs-WindowSize-r9
}
MAC-ehs-AddReconfReordQ-TDD128-v9c0ext ::= SEQUENCE {
mac-ehsWindowSize-extension MAC-ehs-WindowSize-TDD128-v9c0ext OPTIONAL
}
MAC-ehs-AddReconfReordQ-r11 ::= SEQUENCE {
mac-ehs-QueueId MAC-ehs-QueueId,
reorderingReleaseTimer T1-ReleaseTimer,
reorderingResetTimer Treset-ResetTimer OPTIONAL,
mac-ehsWindowSize MAC-hs-WindowSize-r11,
-- For 1.28Mcps TDD only
mac-ehsWindowSize-extension MAC-ehs-WindowSize-TDD128-v9c0ext OPTIONAL
}
MAC-ehs-DelReordQ-List ::= SEQUENCE (SIZE(1..maxQueueIDs)) OF
MAC-ehs-DelReordQ
MAC-ehs-DelReordQ ::= SEQUENCE {
mac-ehs-QueueId MAC-ehs-QueueId
}
MAC-ehs-QueueIdDCHandHSDSCH ::= SEQUENCE {
dch-transport-ch-id TransportChannelIdentity,
hsdsch-mac-ehs-QueueId MAC-ehs-QueueId
}
MAC-ehs-QueueId ::= INTEGER (0..7)
MAC-hs-WindowSize ::= ENUMERATED {
mws4, mws6, mws8, mws12, mws16, mws24, mws32 }
MAC-hs-WindowSize-r9 ::= ENUMERATED {
mws4, mws6, mws8, mws12, mws16, mws24, mws32,
mw64, mw128 }
MAC-ehs-WindowSize-TDD128-v9c0ext ::= ENUMERATED {
mws96, mws160, mws192, mws256 }
MAC-hs-WindowSize-r11 ::= ENUMERATED {
mws4, mws6, mws8, mws12, mws16, mws24, mws32,
mws64, mws128, mws256, spare6, spare5, spare4,
spare3, spare2, spare1 }
NumberOfTbSizeAndTTIList ::= SEQUENCE (SIZE (1..maxTF)) OF SEQUENCE {
numberOfTransportBlocks NumberOfTransportBlocks,
transmissionTimeInterval TransmissionTimeInterval
}
MessType ::= ENUMERATED {
transportFormatCombinationControl }
MinimumTEBS-threshold ::= ENUMERATED {
pl2, pl4, pl8, pl16, pl32,
pl64, pl128, pl256, pl512, pl1024,
pl2k, pl4k, pl8k, pl16k, pl32k,
pl64k, pl128k, pl256k, pl512k, pl1024k,
spare12, spare11, spare10, spare9, spare8,
spare7, spare6, spare5, spare4, spare3,
spare2, spare1 }
Non-allowedTFC-List ::= SEQUENCE (SIZE (1..maxTFC)) OF
TFC-Value
NumberOfTransportBlocks ::= CHOICE {
zero NULL,
one NULL,
small INTEGER (2..17),
large INTEGER (18..512)
}
OctetModeRLC-SizeInfoType1 ::= CHOICE {
-- Actual size = (8 * sizeType1) + 16
sizeType1 INTEGER (0..31),
sizeType2 SEQUENCE {
-- Actual size = (32 * part1) + 272 + (part2 * 8)
part1 INTEGER (0..23),
part2 INTEGER (1..3) OPTIONAL
},
sizeType3 SEQUENCE {
-- Actual size = (64 * part1) + 1040 + (part2 * 8)
part1 INTEGER (0..61),
part2 INTEGER (1..7) OPTIONAL
}
}
OctetModeRLC-SizeInfoType2 ::= CHOICE {
-- Actual size = (sizeType1 * 8) + 48
sizeType1 INTEGER (0..31),
-- Actual size = (sizeType2 * 16) + 312
sizeType2 INTEGER (0..63),
-- Actual size = (sizeType3 *64) + 1384
sizeType3 INTEGER (0..56)
}
PowerOffsetInfoShort ::= SEQUENCE {
referenceTFC TFC-Value,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
gainFactorBetaC GainFactor
},
tdd NULL
},
gainFactorBetaD GainFactor
}
PowerOffsetInformation ::= SEQUENCE {
gainFactorInformation GainFactorInformation,
-- PowerOffsetPp-m is always absent in TDD
powerOffsetPp-m PowerOffsetPp-m OPTIONAL
}
PowerOffsetInformation-10msMode ::= SEQUENCE {
gainFactorInformation GainFactorInformation-10msMode
}
PowerOffsetPp-m ::= INTEGER (-5..10)
PreDefTransChConfiguration ::= SEQUENCE {
ul-CommonTransChInfo UL-CommonTransChInfo,
ul-AddReconfTrChInfoList UL-AddReconfTransChInfoList,
dl-CommonTransChInfo DL-CommonTransChInfo,
dl-TrChInfoList DL-AddReconfTransChInfoList
}
QualityTarget ::= SEQUENCE {
bler-QualityValue BLER-QualityValue
}
RateMatchingAttribute ::= INTEGER (1..hiRM)
ReferenceTFC-ID ::= INTEGER (0..3)
RestrictedTrChInfo ::= SEQUENCE {
ul-TransportChannelType UL-TrCH-Type,
restrictedTrChIdentity TransportChannelIdentity,
allowedTFI-List AllowedTFI-List OPTIONAL
}
RestrictedTrChInfoList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
RestrictedTrChInfo
SemistaticTF-Information ::= SEQUENCE {
-- TABULAR: Transmission time interval has been included in the IE CommonTransChTFS.
channelCodingType ChannelCodingType,
rateMatchingAttribute RateMatchingAttribute,
crc-Size CRC-Size
}
SignalledGainFactors ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
gainFactorBetaC GainFactor
},
tdd NULL
},
gainFactorBetaD GainFactor,
referenceTFC-ID ReferenceTFC-ID OPTIONAL
}
SplitTFCI-Signalling ::= SEQUENCE {
splitType SplitType OPTIONAL,
tfci-Field2-Length INTEGER (1..10) OPTIONAL,
tfci-Field1-Information ExplicitTFCS-Configuration OPTIONAL,
tfci-Field2-Information TFCI-Field2-Information OPTIONAL
}
SplitType ::= ENUMERATED {
hardSplit, logicalSplit }
T1-ReleaseTimer ::= ENUMERATED {
rt10, rt20, rt30, rt40, rt50,
rt60, rt70, rt80, rt90, rt100,
rt120, rt140, rt160, rt200, rt300,
rt400 }
TFC-Subset ::= CHOICE {
minimumAllowedTFC-Number TFC-Value,
allowedTFC-List AllowedTFC-List,
non-allowedTFC-List Non-allowedTFC-List,
restrictedTrChInfoList RestrictedTrChInfoList,
fullTFCS NULL
}
TFC-SubsetList ::= SEQUENCE (SIZE (1.. maxTFCsub)) OF SEQUENCE {
modeSpecificInfo CHOICE {
fdd NULL,
tdd SEQUENCE {
tfcs-ID TFCS-Identity OPTIONAL
}
},
tfc-Subset TFC-Subset
}
TFC-Value ::= INTEGER (0..1023)
TFCI-Field2-Information ::= CHOICE {
tfci-Range TFCI-RangeList,
explicit-config ExplicitTFCS-Configuration
}
TFCI-Range ::= SEQUENCE {
maxTFCIField2Value INTEGER (1..1023),
tfcs-InfoForDSCH TFCS-InfoForDSCH
}
TFCI-RangeList ::= SEQUENCE (SIZE (1..maxPDSCH-TFCIgroups)) OF
TFCI-Range
TFCS ::= CHOICE {
normalTFCI-Signalling ExplicitTFCS-Configuration,
-- dummy is not used in this version of specification, it should
-- not be sent and if received the UE behaviour is not specified.
dummy SplitTFCI-Signalling
}
TFCS-r12 ::= CHOICE {
normalTFCI-Signalling ExplicitTFCS-Configuration-r12
}
TFCS-Identity ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
sharedChannelIndicator BOOLEAN
}
TFCS-IdentityPlain ::= INTEGER (1..8)
TFCS-InfoForDSCH ::= CHOICE {
ctfc2bit INTEGER (0..3),
ctfc4bit INTEGER (0..15),
ctfc6bit INTEGER (0..63),
ctfc8bit INTEGER (0..255),
ctfc12bit INTEGER (0..4095),
ctfc16bit INTEGER (0..65535),
ctfc24bit INTEGER (0..16777215)
}
TFCS-ReconfAdd ::= SEQUENCE{
ctfcSize CHOICE{
ctfc2Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc2 INTEGER (0..3),
powerOffsetInformation PowerOffsetInformation OPTIONAL
},
ctfc4Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc4 INTEGER (0..15),
powerOffsetInformation PowerOffsetInformation OPTIONAL
},
ctfc6Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc6 INTEGER (0..63),
powerOffsetInformation PowerOffsetInformation OPTIONAL
},
ctfc8Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc8 INTEGER (0..255),
powerOffsetInformation PowerOffsetInformation OPTIONAL
},
ctfc12Bit SEQUENCE (SIZE(1..maxTFC)) OF SEQUENCE {
ctfc12 INTEGER (0..4095),
powerOffsetInformation PowerOffsetInformation OPTIONAL
},
ctfc16Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc16 INTEGER(0..65535),
powerOffsetInformation PowerOffsetInformation OPTIONAL
},
ctfc24Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc24 INTEGER(0..16777215),
powerOffsetInformation PowerOffsetInformation OPTIONAL
}
}
}
TFCS-ReconfAdd-r12 ::= SEQUENCE{
ctfcSize CHOICE{
ctfc2Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc2 INTEGER (0..3),
powerOffsetInformation PowerOffsetInformation OPTIONAL,
powerOffsetInformation-10msMode PowerOffsetInformation-10msMode OPTIONAL
},
ctfc4Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc4 INTEGER (0..15),
powerOffsetInformation PowerOffsetInformation OPTIONAL,
powerOffsetInformation-10msMode PowerOffsetInformation-10msMode OPTIONAL
},
ctfc6Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc6 INTEGER (0..63),
powerOffsetInformation PowerOffsetInformation OPTIONAL,
powerOffsetInformation-10msMode PowerOffsetInformation-10msMode OPTIONAL
},
ctfc8Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc8 INTEGER (0..255),
powerOffsetInformation PowerOffsetInformation OPTIONAL,
powerOffsetInformation-10msMode PowerOffsetInformation-10msMode OPTIONAL
},
ctfc12Bit SEQUENCE (SIZE(1..maxTFC)) OF SEQUENCE {
ctfc12 INTEGER (0..4095),
powerOffsetInformation PowerOffsetInformation OPTIONAL,
powerOffsetInformation-10msMode PowerOffsetInformation-10msMode OPTIONAL
},
ctfc16Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc16 INTEGER(0..65535),
powerOffsetInformation PowerOffsetInformation OPTIONAL,
powerOffsetInformation-10msMode PowerOffsetInformation-10msMode OPTIONAL
},
ctfc24Bit SEQUENCE (SIZE (1..maxTFC)) OF SEQUENCE {
ctfc24 INTEGER(0..16777215),
powerOffsetInformation PowerOffsetInformation OPTIONAL,
powerOffsetInformation-10msMode PowerOffsetInformation-10msMode OPTIONAL
}
}
}
TFCS-Removal ::= SEQUENCE {
tfci INTEGER (0..1023)
}
TFCS-RemovalList ::= SEQUENCE (SIZE (1..maxTFC)) OF
TFCS-Removal
TimeDurationBeforeRetry ::= INTEGER (1..256)
TM-SignallingInfo ::= SEQUENCE {
messType MessType,
tm-SignallingMode CHOICE {
mode1 NULL,
mode2 SEQUENCE {
-- in ul-controlledTrChList, TrCH-Type is always DCH
ul-controlledTrChList UL-ControlledTrChList
}
}
}
TransmissionTimeInterval ::= ENUMERATED {
tti10, tti20, tti40, tti80 }
TransmissionTimeValidity ::= INTEGER (1..256)
TransportChannelConcatInfo ::= SEQUENCE (SIZE (1..maxTrCHConcat)) OF
TransportChannelIdentity
TransportChannelIdentity ::= INTEGER (1..32)
TransportChannelIdentityDCHandDSCH ::= SEQUENCE {
dch-transport-ch-id TransportChannelIdentity,
dsch-transport-ch-id TransportChannelIdentity
}
TransportFormatSet ::= CHOICE {
dedicatedTransChTFS DedicatedTransChTFS,
commonTransChTFS CommonTransChTFS
}
TransportFormatSet-LCR ::= CHOICE {
dedicatedTransChTFS DedicatedTransChTFS,
commonTransChTFS-LCR CommonTransChTFS-LCR
}
Treset-ResetTimer ::= ENUMERATED {
rt1, rt2, rt3, rt4 }
-- The maximum allowed size of UL-AddReconfTransChInfoList sequence is 16
UL-AddReconfTransChInfoList ::= SEQUENCE (SIZE (1..maxTrCHpreconf)) OF
UL-AddReconfTransChInformation
-- The maximum allowed size of UL-AddReconfTransChInfoList-r6 sequence is 32
UL-AddReconfTransChInfoList-r6 ::= SEQUENCE (SIZE (1..maxTrCH)) OF
UL-AddReconfTransChInformation-r6
-- The maximum allowed size of UL-AddReconfTransChInfoList-r7 sequence is 32
UL-AddReconfTransChInfoList-r7 ::= SEQUENCE (SIZE (1..maxTrCH)) OF
UL-AddReconfTransChInformation-r7
-- The maximum allowed size of UL-AddReconfTransChInfoList-r8 sequence is 32
UL-AddReconfTransChInfoList-r8 ::= SEQUENCE (SIZE (1..maxTrCH)) OF
UL-AddReconfTransChInformation-r8
-- The maximum allowed size of UL-AddReconfTransChInfoList-r14 sequence is 32
UL-AddReconfTransChInfoList-r14 ::= SEQUENCE (SIZE (1..maxTrCH)) OF
UL-AddReconfTransChInformation-r14
UL-AddReconfTransChInformation ::= SEQUENCE {
ul-TransportChannelType UL-TrCH-Type,
transportChannelIdentity TransportChannelIdentity,
transportFormatSet TransportFormatSet
}
UL-AddReconfTransChInformation-r6 ::= CHOICE {
dch-usch SEQUENCE {
ul-TransportChannelType UL-TrCH-Type,
transportChannelIdentity TransportChannelIdentity,
transportFormatSet TransportFormatSet
},
e-dch SEQUENCE {
tti E-DCH-TTI,
harq-Info ENUMERATED { rv0, rvtable },
addReconf-MAC-d-FlowList E-DCH-AddReconf-MAC-d-FlowList OPTIONAL
}
}
UL-AddReconfTransChInformation-r7 ::= CHOICE {
dch-usch SEQUENCE {
ul-TransportChannelType UL-TrCH-Type,
transportChannelIdentity TransportChannelIdentity,
transportFormatSet TransportFormatSet
},
e-dch SEQUENCE {
modeSpecific CHOICE {
fdd SEQUENCE {
tti E-DCH-TTI
},
tdd NULL
},
harq-Info ENUMERATED { rv0, rvtable },
addReconf-MAC-d-FlowList E-DCH-AddReconf-MAC-d-FlowList-r7 OPTIONAL
}
}
UL-AddReconfTransChInformation-r8 ::= CHOICE {
dch-usch SEQUENCE {
ul-TransportChannelType UL-TrCH-Type,
transportChannelIdentity TransportChannelIdentity,
transportFormatSet TransportFormatSet
},
e-dch SEQUENCE {
ul-MAC-HeaderType ENUMERATED { mac-iis } OPTIONAL,
modeSpecific CHOICE {
fdd SEQUENCE {
tti E-DCH-TTI
},
tdd NULL
},
harq-Info ENUMERATED { rv0, rvtable },
addReconf-MAC-d-FlowList E-DCH-AddReconf-MAC-d-FlowList-r7 OPTIONAL
}
}
UL-AddReconfTransChInformation-r14 ::= CHOICE {
dch-usch SEQUENCE {
ul-TransportChannelType UL-TrCH-Type,
transportChannelIdentity TransportChannelIdentity,
transportFormatSet TransportFormatSet
},
e-dch SEQUENCE {
ul-MAC-HeaderType ENUMERATED { mac-iis } OPTIONAL,
modeSpecific CHOICE {
fdd SEQUENCE {
tti E-DCH-TTI,
secondaryTTI E-DCH-TTI OPTIONAL
},
tdd NULL
},
harq-Info ENUMERATED { rv0, rvtable },
addReconf-MAC-d-FlowList E-DCH-AddReconf-MAC-d-FlowList-r7 OPTIONAL
}
}
UL-CommonTransChInfo ::= SEQUENCE {
-- TABULAR: tfc-subset is applicable to FDD only, TDD specifies tfc-subset in individual
-- CCTrCH Info.
tfc-Subset TFC-Subset OPTIONAL,
prach-TFCS TFCS OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-TFCS TFCS
},
tdd SEQUENCE {
individualUL-CCTrCH-InfoList IndividualUL-CCTrCH-InfoList
OPTIONAL
}
} OPTIONAL
}
UL-CommonTransChInfo-r4 ::= SEQUENCE {
-- TABULAR: tfc-subset is applicable to FDD only, TDD specifies tfc-subset in individual
-- CCTrCH Info.
tfc-Subset TFC-Subset OPTIONAL,
prach-TFCS TFCS OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-TFCS TFCS
},
tdd SEQUENCE {
individualUL-CCTrCH-InfoList IndividualUL-CCTrCH-InfoList OPTIONAL
}
} OPTIONAL,
tfc-SubsetList TFC-SubsetList OPTIONAL
}
UL-CommonTransChInfo-r12 ::= SEQUENCE {
-- TABULAR: tfc-subset is applicable to FDD only, TDD specifies tfc-subset in individual
-- CCTrCH Info.
tfc-Subset TFC-Subset OPTIONAL,
prach-TFCS TFCS OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-TFCS TFCS-r12
},
tdd SEQUENCE {
individualUL-CCTrCH-InfoList IndividualUL-CCTrCH-InfoList OPTIONAL
}
} OPTIONAL,
tfc-SubsetList TFC-SubsetList OPTIONAL
}
-- In UL-ControlledTrChList, TrCH-Type is always DCH
UL-ControlledTrChList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
TransportChannelIdentity
UL-DeletedTransChInfoList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
UL-TransportChannelIdentity
UL-DeletedTransChInfoList-r6 ::= SEQUENCE (SIZE (1..maxTrCH)) OF
UL-TransportChannelIdentity-r6
UL-TransportChannelIdentity ::= SEQUENCE {
ul-TransportChannelType UL-TrCH-Type,
ul-TransportChannelIdentity TransportChannelIdentity
}
UL-TransportChannelIdentity-r6 ::= CHOICE {
dch-usch SEQUENCE {
ul-TransportChannelType UL-TrCH-Type,
ul-TransportChannelIdentity TransportChannelIdentity
},
e-dch E-DCH-MAC-d-FlowIdentity
}
UL-TrCH-Type ::= ENUMERATED {dch, usch}
USCH-TransportChannelsInfo ::= SEQUENCE (SIZE (1..maxTrCH)) OF
SEQUENCE {
usch-TransportChannelIdentity TransportChannelIdentity,
usch-TFS TransportFormatSet
}
-- ***************************************************
--
-- PHYSICAL CHANNEL INFORMATION ELEMENTS (10.3.6)
--
-- ***************************************************
ACK-NACK-repetitionFactor ::= INTEGER(1..4)
ActivationDelay::= ENUMERATED {
radio-frames-0,
radio-frames-1,
radio-frames-2,
radio-frames-3,
radio-frames-4,
radio-frames-5,
spare2,
spare1 }
AC-To-ASC-Mapping ::= INTEGER (0..7)
AC-To-ASC-MappingTable ::= SEQUENCE (SIZE (maxASCmap)) OF
AC-To-ASC-Mapping
AccessServiceClass-FDD ::= SEQUENCE {
availableSignatureStartIndex INTEGER (0..15),
availableSignatureEndIndex INTEGER (0..15),
assignedSubChannelNumber BIT STRING {
b3(0),
b2(1),
b1(2),
b0(3)
} (SIZE(4))
}
AccessServiceClass-TDD ::= SEQUENCE {
channelisationCodeIndices BIT STRING {
chCodeIndex7(0),
chCodeIndex6(1),
chCodeIndex5(2),
chCodeIndex4(3),
chCodeIndex3(4),
chCodeIndex2(5),
chCodeIndex1(6),
chCodeIndex0(7)
} (SIZE(8)) OPTIONAL,
subchannelSize CHOICE {
size1 NULL,
size2 SEQUENCE {
-- subch0 means bitstring '01' in the tabular, subch1 means bitsring '10'
subchannels ENUMERATED { subch0, subch1 } OPTIONAL
},
size4 SEQUENCE {
subchannels BIT STRING {
subCh3(0),
subCh2(1),
subCh1(2),
subCh0(3)
} (SIZE(4)) OPTIONAL
},
size8 SEQUENCE {
subchannels BIT STRING {
subCh7(0),
subCh6(1),
subCh5(2),
subCh4(3),
subCh3(4),
subCh2(5),
subCh1(6),
subCh0(7)
} (SIZE(8)) OPTIONAL
}
}
}
AccessServiceClass-TDD-r7 ::= SEQUENCE {
channelisationCodeIndices BIT STRING {
chCodeIndex15(0),
chCodeIndex14(1),
chCodeIndex13(2),
chCodeIndex12(3),
chCodeIndex11(4),
chCodeIndex10(5),
chCodeIndex9(6),
chCodeIndex8(7),
chCodeIndex7(8),
chCodeIndex6(9),
chCodeIndex5(10),
chCodeIndex4(11),
chCodeIndex3(12),
chCodeIndex2(13),
chCodeIndex1(14),
chCodeIndex0(15)
} (SIZE(16)) OPTIONAL,
subchannelSize CHOICE {
size1 NULL,
size2 SEQUENCE {
-- subch0 means bitstring '01' in the tabular, subch1 means bitsring '10'
subchannels ENUMERATED { subch0, subch1 } OPTIONAL
},
size4 SEQUENCE {
subchannels BIT STRING {
subCh3(0),
subCh2(1),
subCh1(2),
subCh0(3)
} (SIZE(4)) OPTIONAL
},
size8 SEQUENCE {
subchannels BIT STRING {
subCh7(0),
subCh6(1),
subCh5(2),
subCh4(3),
subCh3(4),
subCh2(5),
subCh1(6),
subCh0(7)
} (SIZE(8)) OPTIONAL
},
size16 SEQUENCE {
subchannels BIT STRING {
subCh15(0),
subCh14(1),
subCh13(2),
subCh12(3),
subCh11(4),
subCh10(5),
subCh9(6),
subCh8(7),
subCh7(8),
subCh6(9),
subCh5(10),
subCh4(11),
subCh3(12),
subCh2(13),
subCh1(14),
subCh0(15)
} (SIZE(16)) OPTIONAL
}
}
}
AccessServiceClass-TDD-LCR-r4 ::= SEQUENCE {
availableSYNC-UlCodesIndics BIT STRING {
sulCodeIndex7(0),
sulCodeIndex6(1),
sulCodeIndex5(2),
sulCodeIndex4(3),
sulCodeIndex3(4),
sulCodeIndex2(5),
sulCodeIndex1(6),
sulCodeIndex0(7)
} (SIZE(8)) OPTIONAL,
subchannelSize CHOICE {
size1 NULL,
size2 SEQUENCE {
-- subch0 means bitstring '01' in the tabular, subch1 means bitsring '10'.
subchannels ENUMERATED { subch0, subch1 } OPTIONAL
},
size4 SEQUENCE {
subchannels BIT STRING {
subCh3(0),
subCh2(1),
subCh1(2),
subCh0(3)
} (SIZE(4)) OPTIONAL
},
size8 SEQUENCE {
subchannels BIT STRING {
subCh7(0),
subCh6(1),
subCh5(2),
subCh4(3),
subCh3(4),
subCh2(5),
subCh1(6),
subCh0(7)
} (SIZE(8)) OPTIONAL
}
}
}
ActivationTimeOffset ::= INTEGER (0 .. 255)
AdditionalPRACH-TF-and-TFCS-CCCH-IEs ::= SEQUENCE {
powerOffsetInformation PowerOffsetInformation,
dynamicTFInformationCCCH DynamicTFInformationCCCH
}
AdditionalPRACH-TF-and-TFCS-CCCH ::= SEQUENCE {
additionalPRACH-TF-and-TFCS-CCCH-IEs AdditionalPRACH-TF-and-TFCS-CCCH-IEs OPTIONAL
}
-- The order is the same as in the PRACH-SystemInformationList
AdditionalPRACH-TF-and-TFCS-CCCH-List ::= SEQUENCE (SIZE (1..maxPRACH)) OF
AdditionalPRACH-TF-and-TFCS-CCCH
AdditionalDLSecCellInfoListFDD ::= SEQUENCE (SIZE (2)) OF
AdditionalDLSecCellInfoFDD
AdditionalDLSecCellInfoListFDD-r11 ::= SEQUENCE (SIZE (2)) OF
AdditionalDLSecCellInfoFDD-r11
AdditionalDLSecCellInfoListFDD2 ::= SEQUENCE (SIZE (4)) OF
AdditionalDLSecCellInfoFDD-r11
AdditionalDLSecCellInfoHandoverToUtranListFDD ::= SEQUENCE (SIZE (2)) OF
AdditionalDLSecCellInfoFDD-HandoverToUtran
-- AdditionalDLSecCellInfoFDD is introduced to avoid a SEQUENCE of SEQUENCE, a convention in RAN2.
AdditionalDLSecCellInfoFDD ::= SEQUENCE {
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r10 OPTIONAL
}
AdditionalDLSecCellInfoFDD-r11 ::= SEQUENCE {
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL
}
AdditionalDLSecCellInfoFDD-HandoverToUtran::= SEQUENCE {
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-HandoverToUtran OPTIONAL
}
AdditionalSecondaryCellInfoForMixedTTIConfiguration ::= SEQUENCE {
eDPCCH-DPCCH-PowerOffset E-DPCCH-DPCCH-PowerOffset OPTIONAL,
happyBit-DelayCondition HappyBit-DelayCondition OPTIONAL,
e-TFC-Boost-Info E-TFC-Boost-Info-r7 OPTIONAL,
e-TFCI-TableIndex E-TFCI-TableIndex OPTIONAL,
reference-E-TFCIs E-DPDCH-Reference-E-TFCIList-r7 OPTIONAL,
maxChannelisationCodes E-DPDCH-MaxChannelisationCodes OPTIONAL,
schedulingInfoConfiguration E-DPDCH-SchedulingInfoConfiguration OPTIONAL
}
AICH-Info ::= SEQUENCE {
channelisationCode256 ChannelisationCode256,
sttd-Indicator BOOLEAN,
aich-TransmissionTiming AICH-TransmissionTiming
}
AICH-Info-Compressed ::= SEQUENCE {
channelisationCode256 ChannelisationCode256
}
AICH-PowerOffset ::= INTEGER (-22..5)
AICH-TransmissionTiming ::= ENUMERATED {
e0, e1 }
AllocationPeriodInfo ::= SEQUENCE {
allocationActivationTime INTEGER (0..255),
allocationDuration INTEGER (1..256)
}
-- Actual value Alpha = IE value * 0.125
Alpha ::= INTEGER (0..8)
Antenna3And4 ::= SEQUENCE {
antenna3And4-S-CPICH Antenna3And4-S-CPICH OPTIONAL,
antenna3And4-D-CPICH Antenna3And4-D-CPICH OPTIONAL
}
Antenna3And4-S-CPICH ::= SEQUENCE {
antenna3-S-CPICH Antenna3-S-CPICH OPTIONAL,
antenna4-S-CPICH Antenna4-S-CPICH OPTIONAL,
s-cpich-PowerOffset-Mimo S-CPICH-PowerOffset-4x4MIMO OPTIONAL
}
Antenna3And4-D-CPICH ::= SEQUENCE {
antenna3-D-CPICH Antenna3-D-CPICH OPTIONAL,
antenna4-D-CPICH Antenna4-D-CPICH OPTIONAL,
d-cpich-PowerOffset-Mimo D-CPICH-PowerOffset-4x4MIMO OPTIONAL,
initialD-CPICHStatus ENUMERATED { activated } OPTIONAL
}
Antenna3-D-CPICH ::= SEQUENCE {
channelisationCode ChannelisationCode256
}
Antenna4-D-CPICH ::= SEQUENCE {
channelisationCode ChannelisationCode256
}
Antenna3-S-CPICH ::= SEQUENCE {
channelisationCode ChannelisationCode256
}
Antenna4-S-CPICH ::= SEQUENCE {
channelisationCode ChannelisationCode256
}
AP-AICH-ChannelisationCode ::= INTEGER (0..255)
AP-PreambleScramblingCode ::= INTEGER (0..79)
AP-Signature ::= INTEGER (0..15)
AP-Signature-VCAM ::= SEQUENCE {
ap-Signature AP-Signature,
availableAP-SubchannelList AvailableAP-SubchannelList OPTIONAL
}
AP-Subchannel ::= INTEGER (0..11)
ASCSetting-FDD ::= SEQUENCE {
-- TABULAR: accessServiceClass-FDD is MD in tabular description
-- Default value is previous ASC
-- If this is the first ASC, the default value is all available signature and sub-channels
accessServiceClass-FDD AccessServiceClass-FDD OPTIONAL
}
ASCSetting-TDD ::= SEQUENCE {
-- TABULAR: accessServiceClass-TDD is MD in tabular description
-- Default value is previous ASC
-- If this is the first ASC, the default value is all available channelisation codes and
-- all available sub-channels with subchannelSize=size1.
accessServiceClass-TDD AccessServiceClass-TDD OPTIONAL
}
ASCSetting-TDD-r7 ::= SEQUENCE {
-- TABULAR: accessServiceClass-TDD is MD in tabular description
-- Default value is previous ASC
-- If this is the first ASC, the default value is all available channelisation codes and
-- all available sub-channels with subchannelSize=size1.
accessServiceClass-TDD AccessServiceClass-TDD-r7 OPTIONAL
}
ASCSetting-TDD-LCR-r4 ::= SEQUENCE {
-- TABULAR: accessServiceClass-TDD-LCR is MD in tabular description
-- Default value is previous ASC
-- If this is the first ASC, the default value is all available SYNC_UL codes and
-- all available sub-channels with subchannelSize=size1.
accessServiceClass-TDD-LCR AccessServiceClass-TDD-LCR-r4 OPTIONAL
}
AvailableAP-Signature-VCAMList ::= SEQUENCE (SIZE (1..maxPCPCH-APsig)) OF
AP-Signature-VCAM
AvailableAP-SignatureList ::= SEQUENCE (SIZE (1..maxPCPCH-APsig)) OF
AP-Signature
AvailableAP-SubchannelList ::= SEQUENCE (SIZE (1..maxPCPCH-APsubCh)) OF
AP-Subchannel
AvailableMinimumSF-ListVCAM ::= SEQUENCE (SIZE (1..maxPCPCH-SF)) OF
AvailableMinimumSF-VCAM
AvailableMinimumSF-VCAM ::= SEQUENCE {
minimumSpreadingFactor MinimumSpreadingFactor,
nf-Max NF-Max,
maxAvailablePCPCH-Number MaxAvailablePCPCH-Number,
availableAP-Signature-VCAMList AvailableAP-Signature-VCAMList
}
AvailableSignatures ::= BIT STRING {
signature15(0),
signature14(1),
signature13(2),
signature12(3),
signature11(4),
signature10(5),
signature9(6),
signature8(7),
signature7(8),
signature6(9),
signature5(10),
signature4(11),
signature3(12),
signature2(13),
signature1(14),
signature0(15)
} (SIZE(16))
AvailableSubChannelNumbers ::= BIT STRING {
subCh11(0),
subCh10(1),
subCh9(2),
subCh8(3),
subCh7(4),
subCh6(5),
subCh5(6),
subCh4(7),
subCh3(8),
subCh2(9),
subCh1(10),
subCh0(11)
} (SIZE(12))
BEACON-PL-Est ::= ENUMERATED { true }
BurstType ::= ENUMERATED {
type1, type2 }
-- Actual value Bler-Target = IE value * 0.05
Bler-Target ::= INTEGER (-63..0)
CCTrCH-PowerControlInfo ::= SEQUENCE {
tfcs-Identity TFCS-Identity OPTIONAL,
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo
}
CCTrCH-PowerControlInfo-r4 ::= SEQUENCE {
tfcs-Identity TFCS-Identity OPTIONAL,
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r4
}
CCTrCH-PowerControlInfo-r5 ::= SEQUENCE {
tfcs-Identity TFCS-Identity OPTIONAL,
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r5
}
CCTrCH-PowerControlInfo-r7 ::= SEQUENCE {
tfcs-Identity TFCS-Identity OPTIONAL,
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r7
}
CD-AccessSlotSubchannel ::= INTEGER (0..11)
CD-AccessSlotSubchannelList ::= SEQUENCE (SIZE (1..maxPCPCH-CDsubCh)) OF
CD-AccessSlotSubchannel
CD-CA-ICH-ChannelisationCode ::= INTEGER (0..255)
CD-PreambleScramblingCode ::= INTEGER (0..79)
CD-SignatureCode ::= INTEGER (0..15)
CD-SignatureCodeList ::= SEQUENCE (SIZE (1..maxPCPCH-CDsig)) OF
CD-SignatureCode
CellAndChannelIdentity ::= SEQUENCE {
-- burstType may be set to either value and should be ignored by the receiver for 1.28 Mcps TDD.
burstType BurstType,
midambleShift MidambleShiftLong,
timeslot TimeslotNumber,
cellParametersID CellParametersID
}
CellParametersID ::= INTEGER (0..127)
Cfntargetsfnframeoffset ::= INTEGER(0..255)
ChannelAssignmentActive ::= CHOICE {
notActive NULL,
isActive AvailableMinimumSF-ListVCAM
}
ChannelisationCode256 ::= INTEGER (0..255)
ChannelReqParamsForUCSM ::= SEQUENCE {
availableAP-SignatureList AvailableAP-SignatureList,
availableAP-SubchannelList AvailableAP-SubchannelList OPTIONAL
}
ClosedLoopTimingAdjMode ::= ENUMERATED {
slot1, slot2 }
CodeNumberDSCH ::= INTEGER (0..255)
CodeRange ::= SEQUENCE {
pdsch-CodeMapList PDSCH-CodeMapList
}
CodeResourceInformation-TDD128 ::= SEQUENCE {
start-code HS-ChannelisationCode-LCR,
stop-code HS-ChannelisationCode-LCR
}
CodeWordSet ::= ENUMERATED {
longCWS,
mediumCWS,
shortCWS,
ssdtOff }
Common-E-DCH-ResourceInfoList ::= SEQUENCE {
s-offset INTEGER (0..9) OPTIONAL,
f-dpch-ChannelisationCodeNumber INTEGER (0..255) OPTIONAL,
e-RGCH-Information E-RGCH-Information-CommonEdch OPTIONAL,
e-hich-Info E-HICH-Information-CommonEdch,
ul-DPCH-CodeInfoForCommonEDCH UL-DPCH-CodeInfoForCommonEDCH
}
Common-E-DCH-ResourceInfoListExt ::= SEQUENCE {
twoMsHarqConfiguration TwoMsHarqConfiguration
}
Common-E-RNTI-Info ::= SEQUENCE (SIZE (1..maxERUCCH)) OF
SEQUENCE {
starting-E-RNTI E-RNTI,
number-of-group INTEGER (1..maxERNTIgroup),
number-of-ENRTI-per-group INTEGER (1..maxERNTIperGroup)
}
CommonEDCHResourceConfigInfoListExt::= SEQUENCE {
scheduledTransmissionConfiguration ScheduledTransmissionConfiguration OPTIONAL,
cOffset INTEGER (0..29) OPTIONAL
}
-- For FDD, the network should not include the IE CommonEDCHSystemInfo.
-- Instead, the IE commonEDCHSystemInfoFDD should be used.
-- If included, the UE behavior is unspecified.
CommonEDCHSystemInfo ::= SEQUENCE {
ul-InterferenceForCommonEDCH UL-Interference OPTIONAL,
common-E-DCH-MAC-d-FlowList Common-E-DCH-MAC-d-FlowList,
modeSpecificInfo CHOICE {
dummy SEQUENCE {},
tdd CHOICE {
tdd768 NULL,
tdd384 NULL,
tdd128 SEQUENCE {
e-RUCCH-Info E-RUCCH-Info-TDD128,
e-PUCH-Info E-PUCH-Info-TDD128,
e-hich-Information E-HICH-Information-TDD128,
e-agch-Information E-AGCH-Information-TDD128,
harq-Info ENUMERATED { rv0, rvtable },
ccch-transmission-Info SEQUENCE {
common-e-rnti-Info Common-E-RNTI-Info,
harq-MaximumNumberOfRetransmissions INTEGER (0..7),
harq-retransmission-timer ENUMERATED {
ms10, ms15, ms20, ms25,
ms30, ms35, ms40, ms45,
ms50, ms55, ms60, ms65,
ms70, ms75, ms80, ms85,
ms90, ms95, ms100, ms110,
ms120, ms140, ms160 },
harq-power-offset INTEGER (0..6)
}
}
}
}
}
CommonEDCHSystemInfoFDD ::= SEQUENCE {
ul-InterferenceForCommonEDCH UL-Interference OPTIONAL,
common-E-DCH-MAC-d-FlowList Common-E-DCH-MAC-d-FlowList,
prach-PreambleForEnhancedUplink PRACH-PreambleForEnhancedUplink,
initialServingGrantValue INTEGER (0..37),
e-dch-TTI E-DCH-TTI,
e-agch-Information E-AGCH-Information,
harq-Info ENUMERATED { rv0, rvtable },
ul-DPCHpowerControlInfoForCommonEDCH
UL-DPCHpowerControlInfoForCommonEDCH,
e-dpcch-Info E-DPCCH-Info-r7,
e-dpdch-Info E-DPDCH-Info-r8,
-- Actual value dl-FDPCH-TPCcommandErrorRate = IE value * 0.01
dl-FDPCH-TPCcommandErrorRate INTEGER (1..10),
additional-E-DCH-TransmitBackoff INTEGER (0..15),
max-CCCH-ResourceAllocation ENUMERATED {
tti8, tti12, tti16, tti20, tti24, tti32,
tti40, tti80 },
max-PeriodForCollisionResolution INTEGER (8..24),
e-dch-TransmitContinuationOffset ENUMERATED {
tti0, tti4, tti8, tti16, tti24, tti40,
tti80,infinity },
ack-nack-support-on-HS-DPCCH BOOLEAN,
measurement-Feedback-Info Measurement-Feedback-Info-r7 OPTIONAL,
common-E-DCH-ResourceInfoList SEQUENCE (SIZE (1..maxEDCHs)) OF
Common-E-DCH-ResourceInfoList
}
CommonEDCHSystemInfoParamConcurrentTTI ::= SEQUENCE {
common-E-DCH-MAC-d-Flow-Info-List-ConcurrentTTI
Common-E-DCH-MAC-d-Flow-Info-List-ConcurrentTTI OPTIONAL,
initialServingGrantValue INTEGER (0..37) OPTIONAL,
e-agch-Information E-AGCH-Information OPTIONAL,
ul-DPCHpowerControlInfoConcurrentTTI
UL-DPCHpowerControlInfoConcurrentTTI OPTIONAL,
e-DPCCH-DPCCH-PowerOffset E-DPCCH-DPCCH-PowerOffset OPTIONAL,
e-dpdch-Info E-DPDCH-Info-r8,
additional-E-DCH-TransmitBackoff INTEGER (0..15) OPTIONAL,
max-CCCH-ResourceAllocation ENUMERATED {
tti8, tti12, tti16, tti20, tti24, tti32,
tti40, tti80 } OPTIONAL,
max-PeriodForCollisionResolution INTEGER (8..24) OPTIONAL,
e-dch-TransmitContinuationOffset ENUMERATED {
tti0, tti4, tti8, tti16, tti24, tti40,
tti80,infinity } OPTIONAL,
measurement-Feedback-Info-ConcurrentTTI Measurement-Feedback-Info-ConcurrentTTI OPTIONAL
}
CommonERGCHChannelConfig ::= SEQUENCE {
channelisationCode INTEGER (0..127) OPTIONAL,
signatureSequence INTEGER (0..39) OPTIONAL
}
CommonERGCHInfoFDD ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
eRGCHNeighbourCellList BIT STRING (SIZE (maxCellMeas)),
commonERGCHChannelConfigList SEQUENCE (SIZE (1.. maxCellMeas)) OF
CommonERGCHChannelConfig,
minimumServingGrantValue INTEGER (0..37) OPTIONAL,
reportingRange ReportingRange,
filterCoefficient FilterCoefficient DEFAULT fc0
}
}
}
CommonTimeslotInfo ::= SEQUENCE {
-- TABULAR: secondInterleavingMode is MD, but since it can be encoded in a single
-- bit it is not defined as OPTIONAL.
secondInterleavingMode SecondInterleavingMode,
tfci-Coding TFCI-Coding OPTIONAL,
puncturingLimit PuncturingLimit,
repetitionPeriodAndLength RepetitionPeriodAndLength OPTIONAL
}
CommonTimeslotInfoMBMS ::= SEQUENCE {
-- TABULAR: secondInterleavingMode is MD, but since it can be encoded in a single
-- bit it is not defined as OPTIONAL.
secondInterleavingMode SecondInterleavingMode,
tfci-Coding TFCI-Coding OPTIONAL,
puncturingLimit PuncturingLimit
}
CommonTimeslotInfoSCCPCH ::= SEQUENCE {
-- TABULAR: secondInterleavingMode is MD, but since it can be encoded in a single
-- bit it is not defined as OPTIONAL.
secondInterleavingMode SecondInterleavingMode,
tfci-Coding TFCI-Coding OPTIONAL,
puncturingLimit PuncturingLimit,
repetitionPeriodLengthAndOffset RepetitionPeriodLengthAndOffset OPTIONAL
}
ConstantValue ::= INTEGER (-35..-10)
ConstantValueTdd ::= INTEGER (-35..10)
ControlChannelDRXCycle-TDD128 ::= ENUMERATED {
sub-frames-1, sub-frames-2, sub-frames-4, sub-frames-8,
sub-frames-16, sub-frames-32, sub-frames-64, spare1 }
ControlChannelDRXInfo-TDD128-r8 ::= SEQUENCE {
controlChannelDrxOperation CHOICE {
continue SEQUENCE {
enablingDelay EnablingDelay-TDD128 OPTIONAL
},
newOperation SEQUENCE {
hS-SCCH-Drx-Info HS-SCCH-DRX-Info-TDD128,
e-AGCH-Drx-Info E-AGCH-DRX-Info-TDD128 OPTIONAL,
enablingDelay EnablingDelay-TDD128
}
}
}
CPCH-PersistenceLevels ::= SEQUENCE {
cpch-SetID CPCH-SetID,
dynamicPersistenceLevelTF-List DynamicPersistenceLevelTF-List
}
CPCH-PersistenceLevelsList ::= SEQUENCE (SIZE (1..maxCPCHsets)) OF
CPCH-PersistenceLevels
CPCH-SetInfo ::= SEQUENCE {
cpch-SetID CPCH-SetID,
transportFormatSet TransportFormatSet,
tfcs TFCS,
ap-PreambleScramblingCode AP-PreambleScramblingCode,
ap-AICH-ChannelisationCode AP-AICH-ChannelisationCode,
cd-PreambleScramblingCode CD-PreambleScramblingCode,
cd-CA-ICH-ChannelisationCode CD-CA-ICH-ChannelisationCode,
cd-AccessSlotSubchannelList CD-AccessSlotSubchannelList OPTIONAL,
cd-SignatureCodeList CD-SignatureCodeList OPTIONAL,
deltaPp-m DeltaPp-m,
ul-DPCCH-SlotFormat UL-DPCCH-SlotFormat,
n-StartMessage N-StartMessage,
n-EOT N-EOT,
-- TABULAR: VCAM info has been nested inside ChannelAssignmentActive,
-- which in turn is mandatory since it's only a binary choice.
channelAssignmentActive ChannelAssignmentActive,
cpch-StatusIndicationMode CPCH-StatusIndicationMode,
pcpch-ChannelInfoList PCPCH-ChannelInfoList
}
CPCH-SetInfoList ::= SEQUENCE (SIZE (1..maxCPCHsets)) OF
CPCH-SetInfo
CPCH-StatusIndicationMode ::= ENUMERATED {
pa-mode,
pamsf-mode }
CQI-CycleSwitchTimer ::= ENUMERATED {
sub-frames-4,
sub-frames-8,
sub-frames-16,
sub-frames-32,
sub-frames-64,
sub-frames-128,
sub-frames-256,
sub-frames-512,
sub-frames-Infinity,
spare7,
spare6,
spare5,
spare4,
spare3,
spare2,
spare1 }
CQI-DTX-Timer ::= ENUMERATED {
sub-frames-0,
sub-frames-1,
sub-frames-2,
sub-frames-4,
sub-frames-8,
sub-frames-16,
sub-frames-32,
sub-frames-64,
sub-frames-128,
sub-frames-256,
sub-frames-512,
sub-frames-Infinity,
spare4,
spare3,
spare2,
spare1 }
CQI-RepetitionFactor ::= INTEGER(1..4)
CSICH-PowerOffset ::= INTEGER (-10..5)
D-CPICH-PowerOffset-4x4MIMO ::= INTEGER (-12..0)
DCH-Enhancements-Info-FDD ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
ulTransmissionMode CHOICE {
tenMSOnly NULL,
twentyMSOnly NULL,
tenORtwentyMS SEQUENCE {
ul-TransModeSwitchingParam UL-TransModeSwitchingParam
}
},
dlFETMode CHOICE {
basic NULL,
full SEQUENCE {
early-dch-QualityTarget QualityTarget,
early-dch-TargetSlot INTEGER (11..28),
trChConcatInfo TransportChannelConcatInfo
}
}
}
}
}
-- DefaultDPCH-OffsetValueFDD and DefaultDPCH-OffsetValueTDD corresponds to
-- IE "Default DPCH Offset Value" depending on the mode.
-- Actual value DefaultDPCH-OffsetValueFDD = IE value * 512
DefaultDPCH-OffsetValueFDD ::= INTEGER (0..599)
DefaultDPCH-OffsetValueTDD ::= INTEGER (0..7)
DeltaPp-m ::= INTEGER (-10..10)
DeltaCQI ::= INTEGER (0..8)
DeltaCQI-r11 ::= INTEGER (0..10)
DeltaNACK ::= INTEGER (0..8)
DeltaNACK-r11 ::= INTEGER (0..10)
DeltaACK ::= INTEGER (0..8)
DeltaACK-r11 ::= INTEGER (0..10)
-- Actual value DeltaSIR = IE value * 0.1
DeltaSIR ::= INTEGER (0..30)
DesignatedNonServingHS-DSCHCellInfo ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info
}
DHS-Sync ::= INTEGER (-20..10)
DL-CCTrCh ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
timeInfo TimeInfo,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes OPTIONAL,
ul-CCTrChTPCList UL-CCTrChTPCList OPTIONAL
}
DL-CCTrCh-r4 ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
timeInfo TimeInfo,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
tddOption CHOICE {
tdd384 SEQUENCE {
dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes OPTIONAL
},
tdd128 SEQUENCE {
dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4 OPTIONAL
}
},
ul-CCTrChTPCList UL-CCTrChTPCList OPTIONAL
}
DL-CCTrCh-r7 ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
timeInfo TimeInfo,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
tddOption CHOICE {
tdd384 SEQUENCE {
dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes-r7 OPTIONAL
},
tdd768 SEQUENCE {
dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes-VHCR OPTIONAL
},
tdd128 SEQUENCE {
dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4 OPTIONAL
}
},
ul-CCTrChTPCList UL-CCTrChTPCList OPTIONAL
}
DL-CCTrChList ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
DL-CCTrCh
DL-CCTrChList-r7 ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
DL-CCTrCh-r7
DL-CCTrChList-r4 ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
DL-CCTrCh-r4
DL-CCTrChListToRemove ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
TFCS-IdentityPlain
DL-ChannelisationCode ::= SEQUENCE {
secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
sf-AndCodeNumber SF512-AndCodeNumber,
scramblingCodeChange ScramblingCodeChange OPTIONAL
}
DL-ChannelisationCodeList ::= SEQUENCE (SIZE (1..maxDPCH-DLchan)) OF
DL-ChannelisationCode
DL-CommonInformation ::= SEQUENCE {
dl-DPCH-InfoCommon DL-DPCH-InfoCommon OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
dpch-CompressedModeInfo DPCH-CompressedModeInfo OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-Information OPTIONAL
},
tdd SEQUENCE {
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
}
}
}
DL-CommonInformation-r4 ::= SEQUENCE {
dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r4 OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
dpch-CompressedModeInfo DPCH-CompressedModeInfo OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-Information-r4 OPTIONAL
},
tdd SEQUENCE {
tddOption CHOICE {
tdd384 NULL,
tdd128 SEQUENCE {
tstd-Indicator BOOLEAN
}
},
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
}
}
}
DL-CommonInformation-r5 ::= SEQUENCE {
dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r4 OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
dpch-CompressedModeInfo DPCH-CompressedModeInfo OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-Information-r4 OPTIONAL
},
tdd SEQUENCE {
tddOption CHOICE {
tdd384 NULL,
tdd128 SEQUENCE {
tstd-Indicator BOOLEAN
}
},
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
}
},
mac-hsResetIndicator ENUMERATED { true } OPTIONAL
}
DL-CommonInformation-r6 ::= SEQUENCE {
dl-dpchInfoCommon CHOICE {
dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r6,
dl-FDPCH-InfoCommon DL-FDPCH-InfoCommon-r6
} OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
dpch-CompressedModeInfo DPCH-CompressedModeInfo OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL
},
tdd SEQUENCE {
tddOption CHOICE {
tdd384 NULL,
tdd128 SEQUENCE {
tstd-Indicator BOOLEAN
}
},
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
}
},
mac-hsResetIndicator ENUMERATED { true } OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL
}
DL-CommonInformation-r7 ::= SEQUENCE {
dl-dpchInfoCommon CHOICE {
dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r6,
dl-FDPCH-InfoCommon DL-FDPCH-InfoCommon-r6
} OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
dpch-CompressedModeInfo DPCH-CompressedModeInfo OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL
},
tdd SEQUENCE {
tddOption CHOICE {
tdd384 NULL,
tdd768 NULL,
tdd128 SEQUENCE {
tstd-Indicator BOOLEAN
}
},
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
}
},
mac-hsResetIndicator ENUMERATED { true } OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL
}
DL-CommonInformation-r8 ::= SEQUENCE {
dl-dpchInfoCommon CHOICE {
dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r6,
dl-FDPCH-InfoCommon DL-FDPCH-InfoCommon-r6
} OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
dpch-CompressedModeInfo DPCH-CompressedModeInfo-r8 OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL
},
tdd SEQUENCE {
tddOption CHOICE {
tdd384 NULL,
tdd768 NULL,
tdd128 SEQUENCE {
tstd-Indicator BOOLEAN
}
},
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
}
},
mac-hsResetIndicator ENUMERATED { true } OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL
}
DL-CommonInformation-r10 ::= SEQUENCE {
dl-dpchInfoCommon CHOICE {
dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r6,
dl-FDPCH-InfoCommon DL-FDPCH-InfoCommon-r6
} OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
dpch-CompressedModeInfo DPCH-CompressedModeInfo-r10 OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL
},
tdd SEQUENCE {
tddOption CHOICE {
tdd384 NULL,
tdd768 NULL,
tdd128 SEQUENCE {
tstd-Indicator BOOLEAN
}
},
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
}
},
mac-hsResetIndicator ENUMERATED { true } OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL
}
DL-CommonInformation-r11 ::= SEQUENCE {
dl-dpchInfoCommon CHOICE {
dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r6,
dl-FDPCH-InfoCommon DL-FDPCH-InfoCommon-r6
} OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
dpch-CompressedModeInfo DPCH-CompressedModeInfo-r10 OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL
},
tdd SEQUENCE {
tddOption CHOICE {
tdd384 NULL,
tdd768 NULL,
tdd128 SEQUENCE {
tstd-Indicator BOOLEAN
}
},
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
}
},
mac-hsResetIndicator ENUMERATED { true } OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL,
mac-hsResetIndicator-assisting ENUMERATED { true } OPTIONAL
}
DL-CommonInformation-r12 ::= SEQUENCE {
dl-dpchInfoCommon CHOICE {
dl-DPCH-InfoCommon DL-DPCH-InfoCommon-r12,
dl-FDPCH-InfoCommon DL-FDPCH-InfoCommon-r6
} OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueFDD OPTIONAL,
dpch-CompressedModeInfo DPCH-CompressedModeInfo-r10 OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL
},
tdd SEQUENCE {
tddOption CHOICE {
tdd384 NULL,
tdd768 NULL,
tdd128 SEQUENCE {
tstd-Indicator BOOLEAN
}
},
defaultDPCH-OffsetValue DefaultDPCH-OffsetValueTDD OPTIONAL
}
},
mac-hsResetIndicator ENUMERATED { true } OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL,
mac-hsResetIndicator-assisting ENUMERATED { true } OPTIONAL
}
DL-CommonInformationPost ::= SEQUENCE {
dl-DPCH-InfoCommon DL-DPCH-InfoCommonPost
}
DL-CommonInformationPredef ::= SEQUENCE {
dl-DPCH-InfoCommon DL-DPCH-InfoCommonPredef OPTIONAL
}
DL-CompressedModeMethod ::= ENUMERATED {
-- dummy is not used in this version of the specification, it should
-- not be sent and if received the UE behaviour is not specified.
dummy, sf-2,
higherLayerScheduling }
DL-DPCH-InfoCommon ::= SEQUENCE {
cfnHandling CHOICE {
maintain NULL,
initialise SEQUENCE {
-- IE dummy is not used in this version of the specification
-- The IE should not be sent and if received it should be ignored
dummy Cfntargetsfnframeoffset OPTIONAL
}
},
modeSpecificInfo CHOICE {
fdd SEQUENCE {
dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL,
powerOffsetPilot-pdpdch PowerOffsetPilot-pdpdch,
dl-rate-matching-restriction Dl-rate-matching-restriction OPTIONAL,
-- TABULAR: The number of pilot bits is nested inside the spreading factor.
spreadingFactorAndPilot SF512-AndPilot,
positionFixedOrFlexible PositionFixedOrFlexible,
tfci-Existence BOOLEAN
},
tdd SEQUENCE {
dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL
}
}
}
DL-DPCH-InfoCommon-r4 ::= SEQUENCE {
cfnHandling CHOICE {
maintain NULL,
initialise SEQUENCE {
-- IE dummy is not used in this version of the specification
-- The IE should not be sent and if received it should be ignored
dummy Cfntargetsfnframeoffset OPTIONAL
}
},
modeSpecificInfo CHOICE {
fdd SEQUENCE {
dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL,
powerOffsetPilot-pdpdch PowerOffsetPilot-pdpdch,
dl-rate-matching-restriction Dl-rate-matching-restriction OPTIONAL,
-- TABULAR: The number of pilot bits is nested inside the spreading factor.
spreadingFactorAndPilot SF512-AndPilot,
positionFixedOrFlexible PositionFixedOrFlexible,
tfci-Existence BOOLEAN
},
tdd SEQUENCE {
dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL
}
},
-- The IE mac-d-HFN-initial-value should be absent in the RRCConnectionSetup-r4-IEs or
-- RRCConnectionSetup-r5-IEs or HandoverToUTRANCommand-r4-IEs or HandoverToUTRANCommand-r5-IEs and
-- if the IE is included, the general error handling for conditional IEs applies.
mac-d-HFN-initial-value MAC-d-HFN-initial-value OPTIONAL
}
DL-DPCH-InfoCommon-r6 ::= SEQUENCE {
cfnHandling CHOICE {
maintain SEQUENCE {
timingmaintainedsynchind TimingMaintainedSynchInd OPTIONAL
},
initialise NULL
},
modeSpecificInfo CHOICE {
fdd SEQUENCE {
dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL,
powerOffsetPilot-pdpdch PowerOffsetPilot-pdpdch,
dl-rate-matching-restriction Dl-rate-matching-restriction OPTIONAL,
-- TABULAR: The number of pilot bits is nested inside the spreading factor.
spreadingFactorAndPilot SF512-AndPilot,
positionFixedOrFlexible PositionFixedOrFlexible,
tfci-Existence BOOLEAN
},
tdd SEQUENCE {
dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL
}
},
-- The IE mac-d-HFN-initial-value should be absent in the RRCConnectionSetup and the
-- HandoverToUTRANCommand messages. If the IE is included, the general error handling
-- for conditional IEs applies.
mac-d-HFN-initial-value MAC-d-HFN-initial-value OPTIONAL
}
DL-DPCH-InfoCommon-r12 ::= SEQUENCE {
cfnHandling CHOICE {
maintain SEQUENCE {
timingmaintainedsynchind TimingMaintainedSynchInd OPTIONAL
},
initialise NULL
},
modeSpecificInfo CHOICE {
fdd SEQUENCE {
dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL,
powerOffsetPilot-pdpdch PowerOffsetPilot-pdpdch,
dl-rate-matching-restriction Dl-rate-matching-restriction OPTIONAL,
-- TABULAR: The number of pilot bits is nested inside the spreading factor.
spreadingFactorAndPilot SF512-AndPilot-r12,
positionFixedOrFlexible PositionFixedOrFlexible,
tfci-Existence BOOLEAN
},
tdd SEQUENCE {
dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL
}
},
-- The IE mac-d-HFN-initial-value should be absent in the RRCConnectionSetup and the
-- HandoverToUTRANCommand messages. If the IE is included, the general error handling
-- for conditional IEs applies.
mac-d-HFN-initial-value MAC-d-HFN-initial-value OPTIONAL
}
DL-DPCH-InfoCommonPost ::= SEQUENCE {
dl-DPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL
}
DL-DPCH-InfoCommonPredef ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
-- TABULAR: The number of pilot bits is nested inside the spreading factor.
spreadingFactorAndPilot SF512-AndPilot,
positionFixedOrFlexible PositionFixedOrFlexible,
tfci-Existence BOOLEAN
},
tdd SEQUENCE {
commonTimeslotInfo CommonTimeslotInfo
}
}
}
DL-DPCH-InfoPerRL ::= CHOICE {
fdd SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
dpch-FrameOffset DPCH-FrameOffset,
secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
dl-ChannelisationCodeList DL-ChannelisationCodeList,
tpc-CombinationIndex TPC-CombinationIndex,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-CellIdentity OPTIONAL,
closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
},
tdd SEQUENCE {
dl-CCTrChListToEstablish DL-CCTrChList OPTIONAL,
dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
}
}
DL-DPCH-InfoPerRL-r4 ::= CHOICE {
fdd SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
dpch-FrameOffset DPCH-FrameOffset,
secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
dl-ChannelisationCodeList DL-ChannelisationCodeList,
tpc-CombinationIndex TPC-CombinationIndex,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-CellIdentity OPTIONAL,
closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
},
tdd SEQUENCE {
dl-CCTrChListToEstablish DL-CCTrChList-r4 OPTIONAL,
dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
}
}
DL-DPCH-InfoPerRL-r5 ::= CHOICE {
fdd SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
dpch-FrameOffset DPCH-FrameOffset,
secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
dl-ChannelisationCodeList DL-ChannelisationCodeList,
tpc-CombinationIndex TPC-CombinationIndex,
powerOffsetTPC-pdpdch PowerOffsetTPC-pdpdch OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-CellIdentity OPTIONAL,
closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
},
tdd SEQUENCE {
dl-CCTrChListToEstablish DL-CCTrChList-r4 OPTIONAL,
dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
}
}
DL-DPCH-InfoPerRL-r6 ::= CHOICE {
fdd SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
dpch-FrameOffset DPCH-FrameOffset,
secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
dl-ChannelisationCodeList DL-ChannelisationCodeList,
tpc-CombinationIndex TPC-CombinationIndex,
powerOffsetTPC-pdpdch PowerOffsetTPC-pdpdch OPTIONAL,
closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
},
tdd SEQUENCE {
dl-CCTrChListToEstablish DL-CCTrChList-r4 OPTIONAL,
dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
}
}
DL-DPCH-InfoPerRL-r7 ::= CHOICE {
fdd SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
dpch-FrameOffset DPCH-FrameOffset,
secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
dl-ChannelisationCodeList DL-ChannelisationCodeList,
tpc-CombinationIndex TPC-CombinationIndex,
powerOffsetTPC-pdpdch PowerOffsetTPC-pdpdch OPTIONAL,
closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
},
tdd SEQUENCE {
dl-CCTrChListToEstablish DL-CCTrChList-r7 OPTIONAL,
dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
}
}
DL-DPCH-InfoPerRL-r12 ::= CHOICE {
fdd SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
dpch-FrameOffset DPCH-FrameOffset,
secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
dl-ChannelisationCodeList DL-ChannelisationCodeList,
tpc-CombinationIndex TPC-CombinationIndex,
powerOffsetTPC-pdpdch PowerOffsetTPC-pdpdch OPTIONAL,
powerOffsetPO-SRB PowerOffsetPO-SRB OPTIONAL,
closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
},
tdd SEQUENCE {
dl-CCTrChListToEstablish DL-CCTrChList-r7 OPTIONAL,
dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
}
}
DL-DPCH-InfoPerRL-ASU ::= CHOICE {
fdd SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
dpch-FrameOffset DPCH-FrameOffset,
secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
dl-ChannelisationCodeList DL-ChannelisationCodeList,
tpc-CombinationIndex TPC-CombinationIndex,
powerOffsetTPC-pdpdch PowerOffsetTPC-pdpdch OPTIONAL,
powerOffsetPO-SRB PowerOffsetPO-SRB OPTIONAL,
closedLoopTimingAdjMode ClosedLoopTimingAdjMode OPTIONAL
},
tdd SEQUENCE {
dl-CCTrChListToEstablish DL-CCTrChList-r4 OPTIONAL,
dl-CCTrChListToRemove DL-CCTrChListToRemove OPTIONAL
}
}
DL-FDPCH-InfoPerRL-r6 ::= SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
fdpch-FrameOffset DPCH-FrameOffset,
secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
dl-ChannelisationCode INTEGER (0..255),
tpc-CombinationIndex TPC-CombinationIndex
}
DL-FDPCH-InfoPerRL-r7 ::= SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
fdpch-FrameOffset DPCH-FrameOffset,
fdpch-SlotFormat FDPCH-SlotFormat OPTIONAL,
secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
dl-ChannelisationCode INTEGER (0..255),
tpc-CombinationIndex TPC-CombinationIndex,
sttdIndication STTDIndication OPTIONAL
}
DL-FDPCH-InfoPerRL-r13 ::= SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
fdpch-FrameOffset DPCH-FrameOffset,
fdpch-SlotFormat FDPCH-SlotFormat OPTIONAL,
secondaryCPICH-Info SecondaryCPICH-Info OPTIONAL,
secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
dl-ChannelisationCode INTEGER (0..255),
tpc-CombinationIndex TPC-CombinationIndex,
sttdIndication STTDIndication OPTIONAL,
powerControlAlgorithm3-Config PowerControlAlgorithm3-Config OPTIONAL
}
DL-DPCH-InfoPerRL-PostFDD ::= SEQUENCE {
pCPICH-UsageForChannelEst PCPICH-UsageForChannelEst,
dl-ChannelisationCode DL-ChannelisationCode,
tpc-CombinationIndex TPC-CombinationIndex
}
DL-DPCH-InfoPerRL-PostTDD ::= SEQUENCE {
dl-DPCH-TimeslotsCodes DownlinkTimeslotsCodes
}
DL-DPCH-InfoPerRL-PostTDD-LCR-r4 ::= SEQUENCE {
dl-CCTrCH-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4
}
DL-DPCH-PowerControlInfo ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
dpc-Mode DPC-Mode
},
tdd SEQUENCE {
tpc-StepSizeTDD TPC-StepSizeTDD OPTIONAL
}
}
}
DL-FDPCH-InfoCommon-r6 ::= SEQUENCE {
cfnHandling CHOICE {
maintain SEQUENCE {
timingmaintainedsynchind TimingMaintainedSynchInd OPTIONAL
},
initialise NULL
},
dl-FDPCH-PowerControlInfo DL-DPCH-PowerControlInfo OPTIONAL,
-- Actual value dl-FDPCH-TPCcommandErrorRate = IE value * 0.01
-- dl-FDPCH-TPCcommandErrorRate values 11..16 are spare and shall not be used in this version of
-- the protocol.
-- In addition, this IE shall always be included otherwise the UE behaviour is unspecified.
dl-FDPCH-TPCcommandErrorRate INTEGER (1..16) OPTIONAL
}
DL-FrameType ::= ENUMERATED {
dl-FrameTypeA, dl-FrameTypeB }
DL-HSPDSCH-Information ::= SEQUENCE {
hs-scch-Info HS-SCCH-Info OPTIONAL,
measurement-feedback-Info Measurement-Feedback-Info OPTIONAL,
modeSpecificInfo CHOICE {
tdd CHOICE{
tdd384 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration OPTIONAL
},
tdd128 SEQUENCE {
hs-PDSCH-Midamble-Configuration-tdd128
HS-PDSCH-Midamble-Configuration-TDD128 OPTIONAL
}
},
fdd NULL
}
}
DL-HSPDSCH-Information-r6 ::= SEQUENCE {
hs-scch-Info HS-SCCH-Info-r6 OPTIONAL,
measurement-feedback-Info Measurement-Feedback-Info OPTIONAL,
modeSpecificInfo CHOICE {
tdd CHOICE {
tdd384 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration OPTIONAL
},
tdd128 SEQUENCE {
hs-PDSCH-Midamble-Configuration-tdd128
HS-PDSCH-Midamble-Configuration-TDD128 OPTIONAL
}
},
fdd NULL
}
}
DL-HSPDSCH-Information-r7 ::= SEQUENCE {
hs-scch-Info HS-SCCH-Info-r7 OPTIONAL,
measurement-feedback-Info Measurement-Feedback-Info-r7 OPTIONAL,
modeSpecificInfo CHOICE {
tdd CHOICE {
tdd384 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration OPTIONAL
},
tdd768 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration-VHCR OPTIONAL
},
tdd128 SEQUENCE {
hs-PDSCH-Midamble-Configuration-tdd128
HS-PDSCH-Midamble-Configuration-TDD128 OPTIONAL,
dl-MultiCarrier-Information DL-MultiCarrier-Information OPTIONAL
}
},
fdd SEQUENCE {
dl-64QAM-Configured ENUMERATED { true } OPTIONAL
}
}
}
DL-HSPDSCH-Information-r8 ::= SEQUENCE {
hs-scch-Info HS-SCCH-Info-r7 OPTIONAL,
measurement-feedback-Info Measurement-Feedback-Info-r7 OPTIONAL,
modeSpecificInfo CHOICE {
tdd CHOICE {
tdd384 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration OPTIONAL
},
tdd768 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration-VHCR OPTIONAL
},
tdd128 SEQUENCE {
hs-PDSCH-Midamble-Configuration-tdd128
HS-PDSCH-Midamble-Configuration-TDD128 OPTIONAL,
dl-MultiCarrier-Information DL-MultiCarrier-Information OPTIONAL
}
},
fdd SEQUENCE {
dl-64QAM-Configured ENUMERATED { true } OPTIONAL,
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
}
}
DL-HSPDSCH-Information-r8-ext ::= SEQUENCE {
modeSpecificInfo CHOICE {
tdd CHOICE {
tdd384 NULL,
tdd768 NULL,
tdd128 SEQUENCE {
outofSyncWindow OutofSyncWindow OPTIONAL
}
},
fdd NULL
}
}
DL-HSPDSCH-Information-r8-ext2 ::= SEQUENCE {
hs-scch-Info HS-SCCH-Info-r8-ext OPTIONAL
}
DL-HSPDSCH-Information-r9 ::= SEQUENCE {
hs-scch-Info HS-SCCH-Info-r9 OPTIONAL,
measurement-feedback-Info Measurement-Feedback-Info-r7 OPTIONAL,
modeSpecificInfo CHOICE {
tdd CHOICE {
tdd384 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration OPTIONAL
},
tdd768 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration-VHCR OPTIONAL
},
tdd128 SEQUENCE {
hs-PDSCH-Midamble-Configuration-tdd128
HS-PDSCH-Midamble-Configuration-TDD128 OPTIONAL,
dl-MultiCarrier-Information DL-MultiCarrier-Information OPTIONAL,
tS0-Indicator ENUMERATED { true } OPTIONAL,
outofSyncWindow OutofSyncWindow OPTIONAL
}
},
fdd SEQUENCE {
dl-64QAM-Configured ENUMERATED { true } OPTIONAL,
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
}
}
DL-HSPDSCH-Information-r11 ::= SEQUENCE {
hs-scch-Info HS-SCCH-Info-r9 OPTIONAL,
measurement-feedback-Info Measurement-Feedback-Info-r11 OPTIONAL,
modeSpecificInfo CHOICE {
tdd CHOICE {
tdd384 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration OPTIONAL
},
tdd768 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration-VHCR OPTIONAL
},
tdd128 SEQUENCE {
hs-PDSCH-Midamble-Configuration-tdd128
HS-PDSCH-Midamble-Configuration-TDD128 OPTIONAL,
dl-MultiCarrier-Information DL-MultiCarrier-Information OPTIONAL,
tS0-Indicator ENUMERATED { true } OPTIONAL,
outofSyncWindow OutofSyncWindow OPTIONAL
}
},
fdd SEQUENCE {
dl-64QAM-Configured ENUMERATED { true } OPTIONAL,
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
}
}
DL-HSPDSCH-Information-r12 ::= SEQUENCE {
hs-scch-Info HS-SCCH-Info-r9 OPTIONAL,
measurement-feedback-Info Measurement-Feedback-Info-r12 OPTIONAL,
modeSpecificInfo CHOICE {
tdd CHOICE {
tdd384 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration OPTIONAL
},
tdd768 SEQUENCE {
dl-HSPDSCH-TS-Configuration DL-HSPDSCH-TS-Configuration-VHCR OPTIONAL
},
tdd128 SEQUENCE {
hs-PDSCH-Midamble-Configuration-tdd128
HS-PDSCH-Midamble-Configuration-TDD128 OPTIONAL,
dl-MultiCarrier-Information DL-MultiCarrier-Information OPTIONAL,
tS0-Indicator ENUMERATED { true } OPTIONAL,
outofSyncWindow OutofSyncWindow OPTIONAL,
ts0ChannelizationCodes DL-TS-ChannelisationCodesShort OPTIONAL
}
},
fdd SEQUENCE {
dl-64QAM-Configured ENUMERATED { true } OPTIONAL,
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
}
}
OutofSyncWindow ::= ENUMERATED {
ms40, ms80, ms160, ms320,
ms640, spare3, spare2, spare1 }
DL-HSPDSCH-MultiCarrier-Information ::= SEQUENCE (SIZE (1..maxTDD128Carrier)) OF
SEQUENCE {
uarfcn-Carrier UARFCN,
harqInfo HARQ-Info OPTIONAL,
hs-PDSCH-Midamble-Configuration HS-PDSCH-Midamble-Configuration-TDD128 OPTIONAL,
hs-SCCH-TDD128-MultiCarrier SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD128-MultiCarrier OPTIONAL
}
-- The IE 'DL-HSPDSCH-TS-Configuration' applies to tdd-384 REL-5 onward
DL-HSPDSCH-TS-Configuration ::= SEQUENCE (SIZE (1..maxTS-1)) OF
SEQUENCE {
timeslot TimeslotNumber,
midambleShiftAndBurstType MidambleShiftAndBurstType-DL
}
-- The IE 'DL-HSPDSCH-TS-Configuration-VHCR' applies to tdd-768 REL-7 onward
DL-HSPDSCH-TS-Configuration-VHCR ::= SEQUENCE (SIZE (1..maxTS-1)) OF
SEQUENCE {
timeslot TimeslotNumber,
midambleShiftAndBurstType MidambleShiftAndBurstType-DL-VHCR
}
DL-InformationPerRL ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
-- dummy1 and dummy 2 are not used in this version of specification, they should
-- not be sent and if received they should be ignored.
dummy1 PDSCH-SHO-DCH-Info OPTIONAL,
dummy2 PDSCH-CodeMapping OPTIONAL
},
tdd PrimaryCCPCH-Info
},
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SCCPCH-InfoForFACH OPTIONAL
}
DL-InformationPerRL-r4 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
-- dummy1 and dummy 2 are not used in this version of specification, they should
-- not be sent and if received they should be ignored.
dummy1 PDSCH-SHO-DCH-Info OPTIONAL,
dummy2 PDSCH-CodeMapping OPTIONAL
},
tdd PrimaryCCPCH-Info-r4
},
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r4 OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SCCPCH-InfoForFACH-r4 OPTIONAL,
cell-id CellIdentity OPTIONAL
}
DL-InformationPerRL-r5 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
-- dummy1 and dummy 2 are not used in this version of specification, they should
-- not be sent and if received they should be ignored.
dummy1 PDSCH-SHO-DCH-Info OPTIONAL,
dummy2 PDSCH-CodeMapping OPTIONAL,
servingHSDSCH-RL-indicator BOOLEAN
},
tdd PrimaryCCPCH-Info-r4
},
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r5 OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SCCPCH-InfoForFACH-r4 OPTIONAL,
cell-id CellIdentity OPTIONAL
}
DL-InformationPerRL-r5bis ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
-- dummy1 and dummy 2 are not used in this version of specification, they should
-- not be sent and if received they should be ignored.
dummy1 PDSCH-SHO-DCH-Info OPTIONAL,
dummy2 PDSCH-CodeMapping OPTIONAL
},
tdd PrimaryCCPCH-Info-r4
},
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r5 OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SCCPCH-InfoForFACH-r4 OPTIONAL,
cell-id CellIdentity OPTIONAL
}
DL-InformationPerRL-r6 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
servingHSDSCH-RL-indicator BOOLEAN,
servingEDCH-RL-indicator BOOLEAN
},
tdd PrimaryCCPCH-Info-r4
},
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r6,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r6
} OPTIONAL,
e-AGCH-Information E-AGCH-Information OPTIONAL,
e-HICH-Info CHOICE {
e-HICH-Information E-HICH-Information,
releaseIndicator NULL
} OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL,
cell-id CellIdentity OPTIONAL
}
DL-InformationPerRL-v6b0ext ::= SEQUENCE {
sttdIndication STTDIndication OPTIONAL
}
DL-InformationPerRL-r7 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
servingHSDSCH-RL-indicator BOOLEAN,
servingEDCH-RL-indicator BOOLEAN
},
tdd PrimaryCCPCH-Info-r4
},
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r7,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7
} OPTIONAL,
e-AGCH-Information E-AGCH-Information-r7 OPTIONAL,
modeSpecificInfo2 CHOICE {
fdd SEQUENCE {
e-HICH-Info CHOICE {
e-HICH-Information E-HICH-Information,
releaseIndicator NULL
} OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL
},
tdd CHOICE {
tdd384-tdd768 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD384-768 OPTIONAL
},
tdd128 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD128 OPTIONAL
}
}
},
cell-id CellIdentity OPTIONAL
}
DL-InformationPerRL-r8 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
servingHSDSCH-RL-indicator BOOLEAN,
servingEDCH-RL-indicator BOOLEAN
},
tdd PrimaryCCPCH-Info-r4
},
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r7,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7
} OPTIONAL,
e-AGCH-Information E-AGCH-Information-r8 OPTIONAL,
modeSpecificInfo2 CHOICE {
fdd SEQUENCE {
e-HICH-Info CHOICE {
e-HICH-Information E-HICH-Information,
releaseIndicator NULL
} OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL
},
tdd CHOICE {
tdd384-tdd768 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD384-768 OPTIONAL
},
tdd128 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD128 OPTIONAL
}
}
},
cell-id CellIdentity OPTIONAL
}
DL-InformationPerRL-r11 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
servingHSDSCH-RL-indicator BOOLEAN,
servingEDCH-RL-indicator BOOLEAN
},
tdd PrimaryCCPCH-Info-r4
},
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r7,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7
} OPTIONAL,
e-AGCH-Information E-AGCH-Information-r8 OPTIONAL,
e-ROCH-Information E-ROCH-Information OPTIONAL,
modeSpecificInfo2 CHOICE {
fdd SEQUENCE {
e-HICH-Info CHOICE {
e-HICH-Information E-HICH-Information-r11,
releaseIndicator NULL,
secondaryReleaseIndicator NULL
} OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL,
f-TPICH-Info CHOICE {
f-TPICH-Information F-TPICH-Information,
releaseIndicator NULL
} OPTIONAL
},
tdd CHOICE {
tdd384-tdd768 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD384-768 OPTIONAL
},
tdd128 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD128 OPTIONAL
}
}
},
cell-id CellIdentity OPTIONAL
}
DL-InformationPerRL-r12 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
servingHSDSCH-RL-indicator BOOLEAN,
servingEDCH-RL-indicator BOOLEAN
},
tdd PrimaryCCPCH-Info-r4
},
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r12,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7,
radioLinkswithoutDPCHFDPCHInfo RadioLinkswithoutDPCHFDPCHInfo
} OPTIONAL,
e-AGCH-Information E-AGCH-Information-r8 OPTIONAL,
e-ROCH-Information E-ROCH-Information OPTIONAL,
modeSpecificInfo2 CHOICE {
fdd SEQUENCE {
e-HICH-Info CHOICE {
e-HICH-Information E-HICH-Information-r11,
releaseIndicator NULL,
secondaryReleaseIndicator NULL
} OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL,
f-TPICH-Info CHOICE {
f-TPICH-Information F-TPICH-Information,
releaseIndicator NULL
} OPTIONAL
},
tdd CHOICE {
tdd384-tdd768 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD384-768 OPTIONAL
},
tdd128 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD128 OPTIONAL
}
}
},
cell-id CellIdentity OPTIONAL
}
DL-InformationPerRL-r13 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
servingHSDSCH-RL-indicator BOOLEAN,
servingEDCH-RL-indicator BOOLEAN
},
tdd PrimaryCCPCH-Info-r4
},
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r12,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r13,
radioLinkswithoutDPCHFDPCHInfo RadioLinkswithoutDPCHFDPCHInfo
} OPTIONAL,
e-AGCH-Information E-AGCH-Information-r8 OPTIONAL,
e-ROCH-Information E-ROCH-Information OPTIONAL,
modeSpecificInfo2 CHOICE {
fdd SEQUENCE {
e-HICH-Info CHOICE {
e-HICH-Information E-HICH-Information-r11,
releaseIndicator NULL,
secondaryReleaseIndicator NULL
} OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL,
f-TPICH-Info CHOICE {
f-TPICH-Information F-TPICH-Information,
releaseIndicator NULL
} OPTIONAL
},
tdd CHOICE {
tdd384-tdd768 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD384-768 OPTIONAL
},
tdd128 SEQUENCE {
e-HICH-Info E-HICH-Information-TDD128 OPTIONAL
}
}
},
cell-id CellIdentity OPTIONAL
}
DL-InformationPerRL-List ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL
DL-InformationPerRL-List-r4 ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-r4
DL-InformationPerRL-List-r5 ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-r5
DL-InformationPerRL-List-r6 ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-r6
DL-InformationPerRL-List-v6b0ext ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-v6b0ext
DL-InformationPerRL-List-r5bis ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-r5bis
DL-InformationPerRL-List-r7 ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-r7
DL-InformationPerRL-List-r8 ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-r8
DL-InformationPerRL-List-r11 ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-r11
DL-InformationPerRL-List-r12 ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-r12
DL-InformationPerRL-List-r13 ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-r13
DL-InformationPerRL-ListPostFDD ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-InformationPerRL-PostFDD
DL-InformationPerRL-PostFDD ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-PostFDD
}
DL-InformationPerRL-PostTDD ::= SEQUENCE {
primaryCCPCH-Info PrimaryCCPCH-InfoPost,
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-PostTDD
}
DL-InformationPerRL-PostTDD-LCR-r4 ::= SEQUENCE {
primaryCCPCH-Info PrimaryCCPCH-InfoPostTDD-LCR-r4,
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-PostTDD-LCR-r4
}
--for 1.28Mcps TDD Multi-Carrier
DL-MultiCarrier-Information ::= SEQUENCE {
tsn-Length ENUMERATED { tsn-6bits, tsn-9bits } OPTIONAL,
multiCarrierNumber INTEGER (1..maxTDD128Carrier) OPTIONAL,
dl-HSPDSCH-MultiCarrier-Information DL-HSPDSCH-MultiCarrier-Information OPTIONAL
}
DL-PDSCH-Information ::= SEQUENCE {
-- dummy1 and dummy 2 are not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy1 PDSCH-SHO-DCH-Info OPTIONAL,
dummy2 PDSCH-CodeMapping OPTIONAL
}
Dl-rate-matching-restriction ::= SEQUENCE {
restrictedTrCH-InfoList RestrictedTrCH-InfoList OPTIONAL
}
DL-SecondaryCellInfoFDD ::= CHOICE {
continue NULL,
newConfiguration SEQUENCE {
new-H-RNTI H-RNTI,
dl-64QAM-Configured ENUMERATED { true } OPTIONAL,
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL,
primaryCPICH-Info PrimaryCPICH-Info,
dl-ScramblingCode SecondaryScramblingCode OPTIONAL,
hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-Codes,
measurementPowerOffset MeasurementPowerOffset,
uarfcn-DL UARFCN
}
}
DL-SecondaryCellInfoFDD-v890ext ::= SEQUENCE {
differentTxModeFromServingHS-DSCHCell ENUMERATED { different } OPTIONAL
}
DL-SecondaryCellInfoFDD-r9 ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
new-H-RNTI H-RNTI,
dl-64QAM-Configured ENUMERATED { true } OPTIONAL,
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL,
primaryCPICH-Info PrimaryCPICH-Info,
dl-ScramblingCode SecondaryScramblingCode OPTIONAL,
hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-Codes,
measurementPowerOffset MeasurementPowerOffset,
uarfcn-DL UARFCN,
differentTxModeFromServingHS-DSCHCell ENUMERATED { different } OPTIONAL
}
},
secondaryCellMIMOparameters SecondaryCellMIMOparametersFDD OPTIONAL
}
DL-SecondaryCellInfoFDD-r10 ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
new-H-RNTI H-RNTI,
dl-64QAM-Configured ENUMERATED { true } OPTIONAL,
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL,
primaryCPICH-Info PrimaryCPICH-Info,
dl-ScramblingCode SecondaryScramblingCode OPTIONAL,
hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-Codes,
measurementPowerOffset MeasurementPowerOffset,
uarfcn-DL UARFCN,
differentTxModeFromServingHS-DSCHCell ENUMERATED { different } OPTIONAL
}
},
secondaryCellMIMOparameters SecondaryCellMIMOparametersFDD-r10 OPTIONAL
}
DL-SecondaryCellInfoFDD-r11 ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
new-H-RNTI H-RNTI,
dl-64QAM-Configured ENUMERATED { true } OPTIONAL,
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL,
primaryCPICH-Info PrimaryCPICH-Info,
dl-ScramblingCode SecondaryScramblingCode OPTIONAL,
hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-Codes,
measurementPowerOffset MeasurementPowerOffset,
measurementPowerOffset1 MeasurementPowerOffset OPTIONAL,
uarfcn-DL UARFCN,
differentTxModeFromServingHS-DSCHCell ENUMERATED { different } OPTIONAL,
multiflowConfigurationInfo MultiflowConfigurationInfo OPTIONAL
}
},
secondaryCellMIMOparameters SecondaryCellMIMOparametersFDD-r10 OPTIONAL,
secondaryCell4x4MIMOparameters SecondaryCell4x4MIMOparametersFDD OPTIONAL
}
DL-SecondaryCellInfoFDD-HandoverToUtran ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
new-H-RNTI H-RNTI,
primaryCPICH-Info PrimaryCPICH-Info,
dl-ScramblingCode SecondaryScramblingCode OPTIONAL,
hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-Codes,
measurementPowerOffset MeasurementPowerOffset,
uarfcn-DL UARFCN,
differentTxModeFromServingHS-DSCHCell ENUMERATED { different } OPTIONAL
}
}
}
DL-TPC-PowerOffsetPerRL ::= SEQUENCE {
powerOffsetTPC-pdpdch PowerOffsetTPC-pdpdch OPTIONAL
}
-- NOTE: The radio links in the following list have a one-to-one mapping with the
-- radio links in the message.
DL-TPC-PowerOffsetPerRL-List ::= SEQUENCE (SIZE (1..maxRL)) OF
DL-TPC-PowerOffsetPerRL
DL-TS-ChannelisationCode ::= ENUMERATED {
cc16-1, cc16-2, cc16-3, cc16-4,
cc16-5, cc16-6, cc16-7, cc16-8,
cc16-9, cc16-10, cc16-11, cc16-12,
cc16-13, cc16-14, cc16-15, cc16-16 }
DL-TS-ChannelisationCode-VHCR ::= ENUMERATED {
cc32-1, cc32-2, cc32-3, cc32-4,
cc132-5, cc32-6, cc32-7, cc32-8,
cc32-9, cc32-10, cc32-11, cc32-12,
cc32-13, cc32-14, cc32-15, cc32-16,
cc32-17, cc32-18, cc32-19, cc32-20,
cc32-21, cc32-22, cc32-23, cc32-24,
cc32-25, cc32-26, cc32-27, cc32-28,
cc32-29, cc32-30, cc32-31, cc32-32 }
DL-TS-ChannelisationCodesShort ::= SEQUENCE {
codesRepresentation CHOICE {
consecutive SEQUENCE {
firstChannelisationCode DL-TS-ChannelisationCode,
lastChannelisationCode DL-TS-ChannelisationCode
},
bitmap BIT STRING {
chCode16-SF16(0),
chCode15-SF16(1),
chCode14-SF16(2),
chCode13-SF16(3),
chCode12-SF16(4),
chCode11-SF16(5),
chCode10-SF16(6),
chCode9-SF16(7),
chCode8-SF16(8),
chCode7-SF16(9),
chCode6-SF16(10),
chCode5-SF16(11),
chCode4-SF16(12),
chCode3-SF16(13),
chCode2-SF16(14),
chCode1-SF16(15)
} (SIZE (16))
}
}
DL-TS-ChannelisationCodesShort-VHCR ::= SEQUENCE {
codesRepresentation CHOICE {
consecutive SEQUENCE {
firstChannelisationCode DL-TS-ChannelisationCode-VHCR,
lastChannelisationCode DL-TS-ChannelisationCode-VHCR
},
bitmap BIT STRING {
chCode32-SF32(0),
chCode31-SF32(1),
chCode30-SF32(2),
chCode29-SF32(3),
chCode28-SF32(4),
chCode27-SF32(5),
chCode26-SF32(6),
chCode25-SF32(7),
chCode24-SF32(8),
chCode23-SF32(9),
chCode22-SF32(10),
chCode21-SF32(11),
chCode20-SF32(12),
chCode19-SF32(13),
chCode18-SF32(14),
chCode17-SF32(15),
chCode16-SF32(16),
chCode15-SF32(17),
chCode14-SF32(18),
chCode13-SF32(19),
chCode12-SF32(20),
chCode11-SF32(21),
chCode10-SF32(22),
chCode9-SF32(23),
chCode8-SF32(24),
chCode7-SF32(25),
chCode6-SF32(26),
chCode5-SF32(27),
chCode4-SF32(28),
chCode3-SF32(29),
chCode2-SF32(30),
chCode1-SF32(31)
} (SIZE (32))
}
}
DL-ChannelCodes-MBSFN-IMB384 ::= SEQUENCE {
firstChannelisationCode INTEGER (1..15),
lastChannelisationCode INTEGER (1..15) OPTIONAL
}
DLUL-HSPA-Information-r8 ::= SEQUENCE {
ul-EDCH-Information UL-EDCH-Information-r8,
dl-CommonInformation DL-CommonInformation-r8,
dl-InformationPerRL-List DL-InformationPerRL-List-r7,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8
}
DLUL-HSPA-Information-r9 ::= SEQUENCE {
ul-EDCH-Information UL-EDCH-Information-r9,
dl-CommonInformation DL-CommonInformation-r8,
dl-InformationPerRL-List DL-InformationPerRL-List-r7,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9
}
DLUL-HSPA-Information-r10 ::= SEQUENCE {
ul-EDCH-Information UL-EDCH-Information-r9,
dl-CommonInformation DL-CommonInformation-r10,
dl-InformationPerRL-List DL-InformationPerRL-List-r7,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9
}
DownlinkAdditionalTimeslots ::= SEQUENCE {
parameters CHOICE {
sameAsLast SEQUENCE {
timeslotNumber TimeslotNumber
},
newParameters SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo,
dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort
}
}
}
DownlinkAdditionalTimeslots-VHCR ::= SEQUENCE {
parameters CHOICE {
sameAsLast SEQUENCE {
timeslotNumber TimeslotNumber
},
newParameters SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo-VHCR,
dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort-VHCR
}
}
}
DownlinkAdditionalTimeslots-LCR-r4 ::= SEQUENCE {
parameters CHOICE {
sameAsLast SEQUENCE {
timeslotNumber TimeslotNumber-LCR-r4
},
newParameters SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort
}
}
}
DownlinkAdditionalTimeslots-r7 ::= SEQUENCE {
parameters CHOICE {
sameAsLast SEQUENCE {
timeslotNumber TimeslotNumber
},
newParameters SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo-r7,
dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort
}
}
}
DownlinkTimeslotsCodes ::= SEQUENCE {
firstIndividualTimeslotInfo IndividualTimeslotInfo,
dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort,
moreTimeslots CHOICE {
noMore NULL,
additionalTimeslots CHOICE {
consecutive INTEGER (1..maxTS-1),
timeslotList SEQUENCE (SIZE (1..maxTS-1)) OF
DownlinkAdditionalTimeslots
}
}
}
DownlinkTimeslotsCodes-VHCR ::= SEQUENCE {
firstIndividualTimeslotInfo IndividualTimeslotInfo-VHCR,
dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort-VHCR,
moreTimeslots CHOICE {
noMore NULL,
additionalTimeslots CHOICE {
consecutive INTEGER (1..maxTS-1),
timeslotList SEQUENCE (SIZE (1..maxTS-1)) OF
DownlinkAdditionalTimeslots-VHCR
}
}
}
DownlinkTimeslotsCodes-LCR-r4 ::= SEQUENCE {
firstIndividualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort,
moreTimeslots CHOICE {
noMore NULL,
additionalTimeslots CHOICE {
consecutive INTEGER (1..maxTS-LCR-1),
timeslotList SEQUENCE (SIZE (1..maxTS-LCR-1)) OF
DownlinkAdditionalTimeslots-LCR-r4
}
}
}
DownlinkTimeslotsCodes-r7 ::= SEQUENCE {
firstIndividualTimeslotInfo IndividualTimeslotInfo-r7,
dl-TS-ChannelisationCodesShort DL-TS-ChannelisationCodesShort,
moreTimeslots CHOICE {
noMore NULL,
additionalTimeslots CHOICE {
consecutive INTEGER (1..maxTS-1),
timeslotList SEQUENCE (SIZE (1..maxTS-1)) OF
DownlinkAdditionalTimeslots-r7
}
}
}
DPC-Mode ::= ENUMERATED {
singleTPC,
tpcTripletInSoft }
DPCCH2Info ::= SEQUENCE {
dpcch2TxPowerOffset Dpcch2TxPowerOffset
}
DPCCH2InfoFDD ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
dpcch2Info DPCCH2Info OPTIONAL,
f-dpchInfo F-DPCHInfo OPTIONAL,
extended-E-DPCCH-DPCCHPO Extended-E-DPCCH-DPCCH-PowerOffset OPTIONAL,
designatedNonServingHS-DSCHCellInfo DesignatedNonServingHS-DSCHCellInfo OPTIONAL
}
}
}
Dpcch2TxPowerOffset ::= INTEGER (0..20)
-- Actual value DPCCH-PowerOffset = IE value * 2
DPCCH-PowerOffset ::= INTEGER (-82..-3)
-- Actual value DPCCH-PowerOffset2 = 2 + (IE value * 4)
DPCCH-PowerOffset2 ::= INTEGER (-28..-13)
DPCH-CompressedModeInfo ::= SEQUENCE {
tgp-SequenceList TGP-SequenceList
}
DPCH-CompressedModeInfo-r8 ::= SEQUENCE {
tgp-SequenceList TGP-SequenceList-r8
}
DPCH-CompressedModeInfo-r10 ::= SEQUENCE {
tgp-SequenceList TGP-SequenceList-r10
}
DPCH-CompressedModeStatusInfo ::= SEQUENCE {
tgps-Reconfiguration-CFN TGPS-Reconfiguration-CFN,
tgp-SequenceShortList SEQUENCE (SIZE (1..maxTGPS)) OF
TGP-SequenceShort
}
DPCH-CompressedModeStatusInfo-r10 ::= SEQUENCE {
tgps-Reconfiguration-CFN TGPS-Reconfiguration-CFN,
tgp-SequenceShortList SEQUENCE (SIZE (1..maxTGPS)) OF
TGP-SequenceShort-r10
}
-- Actual value DPCH-FrameOffset = IE value * 256
DPCH-FrameOffset ::= INTEGER (0..149)
FDPCH-SlotFormat ::= INTEGER (0..9)
UE-DRX-Cycle-InactivityThreshold ::= ENUMERATED {
sub-frames-0,
sub-frames-1,
sub-frames-2,
sub-frames-4,
sub-frames-8,
sub-frames-16,
sub-frames-32,
sub-frames-64,
sub-frames-128,
sub-frames-256,
sub-frames-512,
spare5,
spare4,
spare3,
spare2,
spare1 }
DRX-Info ::= SEQUENCE {
ue-drx-Cycle UE-DRX-Cycle,
ue-drx-Cycle-InactivityThreshold UE-DRX-Cycle-InactivityThreshold,
ue-GrantMonitoring-InactivityThreshold
UE-GrantMonitoring-InactivityThreshold,
ue-drx-GrantMonitoring BOOLEAN
}
DRX-Info-r12 ::= SEQUENCE {
ue-drx-Cycle UE-DRX-Cycle,
ue-drx-Cycle2 UE-DRX-Cycle2 OPTIONAL,
ue-drx-Cycle-InactivityThreshold UE-DRX-Cycle-InactivityThreshold,
ue-drx-Cycle2-InactivityThreshold UE-DRX-Cycle-InactivityThreshold OPTIONAL,
ue-GrantMonitoring-InactivityThreshold
UE-GrantMonitoring-InactivityThreshold,
ue-drx-GrantMonitoring BOOLEAN
}
DSCH-Mapping ::= SEQUENCE {
maxTFCI-Field2Value MaxTFCI-Field2Value,
spreadingFactor SF-PDSCH,
codeNumber CodeNumberDSCH,
multiCodeInfo MultiCodeInfo
}
DSCH-MappingList ::= SEQUENCE (SIZE (1..maxPDSCH-TFCIgroups)) OF
DSCH-Mapping
DSCH-RadioLinkIdentifier ::= INTEGER (0..511)
DSCH-TransportChannelsInfo ::= SEQUENCE (SIZE (1..maxTrCH)) OF
SEQUENCE {
dsch-transport-channel-identity TransportChannelIdentity,
dsch-TFS TransportFormatSet
}
DTX-DRX-Info-r7 ::= SEQUENCE {
dtx-Info DTX-Info OPTIONAL,
drx-Info DRX-Info OPTIONAL,
uplink-DPCCHSlotFormatInformation Uplink-DPCCH-Slot-Format-Information
}
DTX-DRX-Info-r12 ::= SEQUENCE {
dtx-Info DTX-Info OPTIONAL,
dtx-Info-SecondaryUplinkFrequency DTX-Info-SecondaryUplinkFrequency OPTIONAL,
drx-Info DRX-Info-r12 OPTIONAL,
uplink-DPCCHSlotFormatInformation Uplink-DPCCH-Slot-Format-Information
}
DTX-E-DCH-TTI-10ms ::= SEQUENCE {
ue-dtx-Cycle1-10ms UE-DTX-Cycle1-10ms,
ue-dtx-Cycle2-10ms UE-DTX-Cycle2-10ms,
mac-dtx-Cycle-10ms MAC-DTX-Cycle-10ms
}
DTX-E-DCH-TTI-2ms ::= SEQUENCE {
ue-dtx-Cycle1-2ms UE-DTX-Cycle1-2ms,
ue-dtx-Cycle2-2ms UE-DTX-Cycle2-2ms,
mac-dtx-Cycle-2ms MAC-DTX-Cycle-2ms
}
DTX-Info ::= SEQUENCE {
e-dch-TTI-Length CHOICE {
dtx-e-dch-TTI-10ms DTX-E-DCH-TTI-10ms,
dtx-e-dch-TTI-2ms DTX-E-DCH-TTI-2ms
},
ue-dtx-cycle2InactivityThreshold UE-DTX-Cycle2InactivityThreshold,
ue-dtx-cycle2DefaultSG INTEGER (0..38) OPTIONAL,
-- if ue-dtx-long-preamble-length is not present, the value is '2 slots'
ue-dtx-long-preamble-length UE-DTX-long-preamble-length OPTIONAL,
mac-InactivityThreshold MAC-InactivityThreshold,
cqi-dtx-Timer CQI-DTX-Timer,
ue-dpcch-Burst1 UE-DPCCH-Burst,
ue-dpcch-Burst2 UE-DPCCH-Burst
}
DTX-Info-SecondaryUplinkFrequency ::= SEQUENCE {
e-dch-TTI-Length CHOICE {
dtx-e-dch-TTI-10ms NULL,
dtx-e-dch-TTI-2ms SEQUENCE {
ue-dtx-Cycle1-2ms-Secondary UE-DTX-Cycle1-2ms OPTIONAL,
ue-dtx-Cycle2-2ms-Secondary UE-DTX-Cycle2-2ms-Secondary }
},
ue-dtx-cycle2InactivityThreshold-Secondary UE-DTX-Cycle2InactivityThreshold OPTIONAL,
-- if ue-dtx-long-preamble-length is not present, the value is '2 slots'
ue-dtx-long-preamble-length-Secondary UE-DTX-long-preamble-length OPTIONAL,
ue-dpcch-Burst1-Secondary UE-DPCCH-Burst OPTIONAL,
ue-dpcch-Burst2-Secondary UE-DPCCH-Burst OPTIONAL
}
DurationTimeInfo ::= INTEGER (1..4096)
DynamicPersistenceLevel ::= INTEGER (1..8)
DynamicPersistenceLevelList ::= SEQUENCE (SIZE (1..maxPRACH)) OF
DynamicPersistenceLevel
DynamicPersistenceLevelTF-List ::= SEQUENCE (SIZE (1..maxTF-CPCH)) OF
DynamicPersistenceLevel
DynamicTFInformationCCCH ::= SEQUENCE {
octetModeRLC-SizeInfoType2 OctetModeRLC-SizeInfoType2
}
E-AGCH-ChannelisationCode ::= INTEGER (0..255)
E-AGCH-DRX-Info-TDD128 ::= SEQUENCE {
e-AGCH-DRX-InfoType CHOICE {
sameAsHS-SCCH NULL,
e-AGCH-DRX-Parameters SEQUENCE {
e-AGCH-DRX-Cycle ControlChannelDRXCycle-TDD128,
e-AGCH-InactivityMonitorThreshold E-AGCH-InactivityMonitorThreshold-TDD128
OPTIONAL,
e-AGCH-DRX-Offset INTEGER (0..63)
}
}
}
E-AGCH-InactivityMonitorThreshold-TDD128 ::= ENUMERATED {
radio-frames-0, radio-frames-1, radio-frames-2,
radio-frames-4, radio-frames-8, radio-frames-16,
radio-frames-32, radio-frames-64, radio-frames-128,
radio-frames-256, radio-frames-512,
spare5, spare4, spare3, spare2, infinity }
E-AGCH-Individual ::= SEQUENCE {
tS-number INTEGER (0..14),
channelisation-code DL-TS-ChannelisationCode,
midambleShiftAndBurstType MidambleShiftAndBurstType-EDCH
}
E-AGCH-Individual-VHCR ::= SEQUENCE {
tS-number INTEGER (0..14),
channelisation-code DL-TS-ChannelisationCode-VHCR,
midambleShiftAndBurstType MidambleShiftAndBurstType-EDCH
}
E-AGCH-Individual-LCR ::= SEQUENCE {
timeslotNumber TimeslotNumber-LCR-r4,
firstChannelisationCode HS-ChannelisationCode-LCR,
secondChannelisationCode HS-ChannelisationCode-LCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble INTEGER (0..15)
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8)
}
E-AGCH-Information ::= SEQUENCE {
e-AGCH-ChannelisationCode E-AGCH-ChannelisationCode
}
E-AGCH-Information-r7 ::= SEQUENCE {
modeSpecific CHOICE {
fdd SEQUENCE {
e-AGCH-ChannelisationCode E-AGCH-ChannelisationCode
},
tdd CHOICE {
tdd384 SEQUENCE {
long-Term-Grant-Indicator BOOLEAN OPTIONAL,
length-of-TTRI-field INTEGER (1..12),
e-AGCH-Set-Config E-AGCH-Set-Config,
e-AGCH-BLER-Target Bler-Target
},
tdd768 SEQUENCE {
long-Term-Grant-Indicator BOOLEAN OPTIONAL,
length-of-TTRI-field INTEGER (1..12),
e-AGCH-Set-Config E-AGCH-Set-Config-VHCR,
e-AGCH-BLER-Target Bler-Target
},
tdd128 SEQUENCE {
rdi-Indicator BOOLEAN,
tpc-StepSize TPC-StepSizeTDD,
e-AGCH-Set-Config E-AGCH-Set-Config-LCR,
e-AGCH-BLER-Target Bler-Target
}
}
}
}
E-AGCH-Information-r8 ::= SEQUENCE {
modeSpecific CHOICE {
fdd SEQUENCE {
e-AGCH-ChannelisationCode E-AGCH-ChannelisationCode
},
tdd CHOICE {
tdd384 SEQUENCE {
long-Term-Grant-Indicator BOOLEAN OPTIONAL,
length-of-TTRI-field INTEGER (1..12),
e-AGCH-Set-Config E-AGCH-Set-Config,
e-AGCH-BLER-Target Bler-Target
},
tdd768 SEQUENCE {
long-Term-Grant-Indicator BOOLEAN OPTIONAL,
length-of-TTRI-field INTEGER (1..12),
e-AGCH-Set-Config E-AGCH-Set-Config-VHCR,
e-AGCH-BLER-Target Bler-Target
},
tdd128 SEQUENCE {
rdi-Indicator BOOLEAN,
tpc-StepSize TPC-StepSizeTDD,
e-AGCH-Set-Config E-AGCH-Set-Config-LCR,
e-AGCH-BLER-Target Bler-Target,
e-AGCH-InactivityMonitorThreshold E-AGCH-InactivityMonitorThreshold-TDD128
OPTIONAL
}
}
}
}
E-AGCH-Information-TDD128 ::= SEQUENCE {
rdi-Indicator BOOLEAN,
tpc-StepSize TPC-StepSizeTDD,
e-AGCH-Set-Config E-AGCH-Set-Config-LCR,
e-AGCH-BLER-Target Bler-Target
}
E-AGCH-Set-Config ::= SEQUENCE (SIZE (1..maxNumE-AGCH)) OF
E-AGCH-Individual
E-AGCH-Set-Config-VHCR ::= SEQUENCE (SIZE (1..maxNumE-AGCH)) OF
E-AGCH-Individual-VHCR
E-AGCH-Set-Config-LCR ::= SEQUENCE (SIZE (1..maxNumE-AGCH)) OF
E-AGCH-Individual-LCR
E-ROCH-ChannelisationCode ::= INTEGER (0..255)
E-ROCH-Information ::= SEQUENCE {
e-ROCH-ChannelisationCode E-ROCH-ChannelisationCode,
e-roch-e-rnti E-RNTI
}
E-DCH-MinimumSet-E-TFCI ::= INTEGER (0..127)
E-DCH-ReconfigurationInfo ::= SEQUENCE {
e-DCH-RL-InfoNewServingCell E-DCH-RL-InfoNewServingCell OPTIONAL,
e-DCH-RL-InfoOtherCellList SEQUENCE (SIZE (1..maxEDCHRL)) OF
E-DCH-RL-InfoOtherCell OPTIONAL
}
E-DCH-ReconfigurationInfo-r7 ::= SEQUENCE {
e-DCH-RL-InfoNewServingCell E-DCH-RL-InfoNewServingCell-r7 OPTIONAL,
e-DCH-RL-InfoOtherCellList SEQUENCE (SIZE (1..maxEDCHRL)) OF
E-DCH-RL-InfoOtherCell OPTIONAL
}
E-DCH-ReconfigurationInfo-r11 ::= SEQUENCE {
e-DCH-RL-InfoNewServingCell E-DCH-RL-InfoNewServingCell-r11 OPTIONAL,
e-DCH-RL-InfoOtherCellList SEQUENCE (SIZE (1..maxEDCHRL)) OF
E-DCH-RL-InfoOtherCell-r11 OPTIONAL
}
E-DCH-ReconfigurationInfo-SecULFrequency ::= SEQUENCE {
e-DCH-RL-InfoNewSecServingCell E-DCH-RL-InfoNewSecServingCell OPTIONAL,
e-DCH-RL-InfoOtherCellList-SecULFreq SEQUENCE (SIZE (1..maxEDCHRL)) OF
E-DCH-RL-InfoOtherCell-SecULFreq OPTIONAL
}
E-DCH-RL-InfoNewServingCell ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
e-AGCH-Information E-AGCH-Information,
servingGrant SEQUENCE {
value INTEGER (0..38) OPTIONAL,
primary-Secondary-GrantSelector ENUMERATED { primary, secondary }
} OPTIONAL,
e-DPCCH-DPCCH-PowerOffset E-DPCCH-DPCCH-PowerOffset OPTIONAL,
reference-E-TFCIs E-DPDCH-Reference-E-TFCIList OPTIONAL,
powerOffsetForSchedInfo INTEGER (0..6) OPTIONAL,
threeIndexStepThreshold INTEGER (0..37) OPTIONAL,
twoIndexStepThreshold INTEGER (0..37) OPTIONAL,
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL
}
E-DCH-RL-InfoNewServingCell-r7 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
e-AGCH-Information E-AGCH-Information,
servingGrant SEQUENCE {
value INTEGER (0..38) OPTIONAL,
primary-Secondary-GrantSelector ENUMERATED { primary, secondary }
} OPTIONAL,
e-DPCCH-DPCCH-PowerOffset E-DPCCH-DPCCH-PowerOffset OPTIONAL,
reference-E-TFCIs E-DPDCH-Reference-E-TFCIList-r7 OPTIONAL,
powerOffsetForSchedInfo INTEGER (0..6) OPTIONAL,
threeIndexStepThreshold INTEGER (0..37) OPTIONAL,
twoIndexStepThreshold INTEGER (0..37) OPTIONAL,
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL
}
E-DCH-RL-InfoNewServingCell-r11 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
e-AGCH-Information E-AGCH-Information,
e-ROCH-Information E-ROCH-Information OPTIONAL,
servingGrant SEQUENCE {
value INTEGER (0..38) OPTIONAL,
primary-Secondary-GrantSelector ENUMERATED { primary, secondary }
} OPTIONAL,
e-DPCCH-DPCCH-PowerOffset E-DPCCH-DPCCH-PowerOffset OPTIONAL,
reference-E-TFCIs E-DPDCH-Reference-E-TFCIList-r7 OPTIONAL,
powerOffsetForSchedInfo INTEGER (0..6) OPTIONAL,
threeIndexStepThreshold INTEGER (0..37) OPTIONAL,
twoIndexStepThreshold INTEGER (0..37) OPTIONAL,
e-HICH-Information E-HICH-Information-r11 OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL
}
E-DCH-RL-InfoNewSecServingCell ::= SEQUENCE {
e-AGCH-Information E-AGCH-Information,
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL
}
E-DCH-RL-InfoOtherCell ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
e-HICH-Info CHOICE {
e-HICH-Information E-HICH-Information,
releaseIndicator NULL
} OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL
}
E-DCH-RL-InfoOtherCell-r11 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
e-HICH-Info CHOICE {
e-HICH-Information E-HICH-Information-r11,
releaseIndicator NULL,
secondaryReleaseIndicator NULL
} OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL
}
E-DCH-RL-InfoOtherCell-SecULFreq ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Info CHOICE {
e-RGCH-Information E-RGCH-Information,
releaseIndicator NULL
} OPTIONAL
}
E-DCH-RL-InfoSameServingCell ::= SEQUENCE {
e-DPCCH-DPCCH-PowerOffset E-DPCCH-DPCCH-PowerOffset OPTIONAL,
reference-E-TFCIs E-DPDCH-Reference-E-TFCIList-r7 OPTIONAL
}
E-DCH-SPS-Information-TDD128 ::= SEQUENCE {
e-dch-SPS-Operation CHOICE {
continue NULL,
newOperation E-DCH-SPS-NewOperation-TDD128
}
}
E-DCH-SPS-NewOperation-TDD128 ::= SEQUENCE {
e-hich-Info E-HICH-Information-For-SPS-TDD128,
e-dch-TxPattern E-DCH-TxPatternList-TDD128 OPTIONAL,
initialSPSInfoForEDCH SEQUENCE {
n-E-UCCH INTEGER (1..8),
codeResourceInfo UL-TS-ChannelisationCode,
timeslotResourceRelatedInfo BIT STRING (SIZE (5)),
powerResourceRelatedInfo INTEGER (1..32),
activationTime ActivationTime,
subframeNum INTEGER (0..1),
initialTxPatternIndex INTEGER (0..maxEDCHTxPattern-TDD128-1)
} OPTIONAL
}
E-DCH-TxPatternList-TDD128 ::= SEQUENCE (SIZE (1..maxEDCHTxPattern-TDD128)) OF
SEQUENCE {
repetitionPeriodAndLength RepetitionPeriodAndLengthForSPS
}
E-DPCCH-Info ::= SEQUENCE {
e-DPCCH-DPCCH-PowerOffset E-DPCCH-DPCCH-PowerOffset,
happyBit-DelayCondition HappyBit-DelayCondition
}
E-DPCCH-Info-r7 ::= SEQUENCE {
e-DPCCH-DPCCH-PowerOffset E-DPCCH-DPCCH-PowerOffset,
happyBit-DelayCondition HappyBit-DelayCondition,
e-TFC-Boost-Info E-TFC-Boost-Info-r7 OPTIONAL,
e-DPDCH-PowerInterpolation E-DPDCH-PowerInterpolation OPTIONAL
}
E-DPCCH-DPCCH-PowerOffset ::= INTEGER (0..8)
Extended-E-DPCCH-DPCCH-PowerOffset ::= INTEGER (9..15)
E-DPDCH-Info ::= SEQUENCE {
e-TFCI-TableIndex E-TFCI-TableIndex,
e-DCH-MinimumSet-E-TFCI E-DCH-MinimumSet-E-TFCI OPTIONAL,
reference-E-TFCIs E-DPDCH-Reference-E-TFCIList,
maxChannelisationCodes E-DPDCH-MaxChannelisationCodes,
pl-NonMax E-DPDCH-PL-NonMax,
schedulingInfoConfiguration E-DPDCH-SchedulingInfoConfiguration,
threeIndexStepThreshold INTEGER (0..37) OPTIONAL,
twoIndexStepThreshold INTEGER (0..37) OPTIONAL
}
E-DPDCH-Info-r7 ::= SEQUENCE {
e-TFCI-TableIndex E-TFCI-TableIndex,
e-DCH-MinimumSet-E-TFCI E-DCH-MinimumSet-E-TFCI OPTIONAL,
reference-E-TFCIs E-DPDCH-Reference-E-TFCIList-r7,
maxChannelisationCodes E-DPDCH-MaxChannelisationCodes,
pl-NonMax E-DPDCH-PL-NonMax,
schedulingInfoConfiguration E-DPDCH-SchedulingInfoConfiguration,
threeIndexStepThreshold INTEGER (0..37) OPTIONAL,
twoIndexStepThreshold INTEGER (0..37) OPTIONAL
}
E-DPDCH-Info-r8 ::= SEQUENCE {
e-TFCI-TableIndex E-TFCI-TableIndex,
e-DCH-MinimumSet-E-TFCI E-DCH-MinimumSet-E-TFCI OPTIONAL,
reference-E-TFCIs E-DPDCH-Reference-E-TFCIList-r7,
minReduced-E-DPDCH-GainFactor MinReduced-E-DPDCH-GainFactor OPTIONAL,
maxChannelisationCodes E-DPDCH-MaxChannelisationCodes,
pl-NonMax E-DPDCH-PL-NonMax,
schedulingInfoConfiguration E-DPDCH-SchedulingInfoConfiguration,
threeIndexStepThreshold INTEGER (0..37) OPTIONAL,
twoIndexStepThreshold INTEGER (0..37) OPTIONAL
}
E-DPDCH-PeriodicyOfSchedInfo ::= ENUMERATED {
everyEDCHTTI, ms4, ms10, ms20, ms50, ms100, ms200, ms500,
ms1000 }
-- The actual value of E-DPDCH-PL-NonMax is: IE value * 0.04
E-DPDCH-PL-NonMax ::= INTEGER (11..25)
E-DPDCH-PowerInterpolation ::= BOOLEAN
E-DPDCH-Reference-E-TFCI ::= SEQUENCE {
reference-E-TFCI INTEGER (0..127),
reference-E-TFCI-PO INTEGER (0..29)
}
E-DPDCH-Reference-E-TFCI-r7 ::= SEQUENCE {
reference-E-TFCI INTEGER (0..127),
reference-E-TFCI-PO-r7 INTEGER (0..31)
}
E-DPDCH-Reference-E-TFCIList ::= SEQUENCE (SIZE (1..8)) OF E-DPDCH-Reference-E-TFCI
E-DPDCH-Reference-E-TFCIList-r7 ::= SEQUENCE (SIZE (1..8)) OF E-DPDCH-Reference-E-TFCI-r7
E-DPDCH-SchedulingInfoConfiguration ::= SEQUENCE {
periodicityOfSchedInfo-NoGrant E-DPDCH-PeriodicyOfSchedInfo OPTIONAL,
periodicityOfSchedInfo-Grant E-DPDCH-PeriodicyOfSchedInfo OPTIONAL,
powerOffsetForSchedInfo INTEGER (0..6)
}
E-DPDCH-SchedulingTransmConfiguration ::= SEQUENCE {
ms2-SchedTransmGrantHARQAlloc BIT STRING (SIZE (8)) OPTIONAL,
servingGrant SEQUENCE {
value INTEGER (0..38),
primary-Secondary-GrantSelector ENUMERATED { primary, secondary }
} OPTIONAL
}
E-DPDCH-MaxChannelisationCodes ::= ENUMERATED {
sf256, sf128, sf64, sf32, sf16, sf8, sf4, sf4x2,
sf2x2, sf4x2-and-sf2x2 }
E-HICH-ChannelisationCode ::= INTEGER (0..127)
E-HICH-Information ::= SEQUENCE {
channelisationCode E-HICH-ChannelisationCode,
signatureSequence E-HICH-RGCH-SignatureSequence
}
E-HICH-Information-r11 ::= SEQUENCE {
channelisationCode E-HICH-ChannelisationCode,
signatureSequence E-HICH-RGCH-SignatureSequence,
secondarySignatureSequence E-HICH-RGCH-SignatureSequence OPTIONAL
}
E-HICH-Information-CommonEdch ::= SEQUENCE {
channelisationCode E-HICH-ChannelisationCode OPTIONAL,
signatureSequence E-HICH-RGCH-SignatureSequence OPTIONAL
}
E-HICH-Information-TDD384-768 ::= SEQUENCE {
n-E-HICH INTEGER (4..44),
tS-Number INTEGER (0..14),
modeSpecificInfo CHOICE {
tdd384 DL-TS-ChannelisationCode,
tdd768 DL-TS-ChannelisationCode-VHCR
},
burst-Type ENUMERATED { type1, type2 },
midamble-Allocation-Mode ENUMERATED { default, common }
}
E-HICH-Information-LCR ::= SEQUENCE {
ei INTEGER (0..3),
timeslotNumber TimeslotNumber-LCR-r4,
channelisation-Code HS-ChannelisationCode-LCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble INTEGER (0..15)
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8)
}
E-HICH-Information-TDD128 ::= SEQUENCE {
n-E-HICH INTEGER (4..15),
e-HICH-InfoList E-HICH-Information-LCR-List
}
E-HICH-Information-LCR-List ::= SEQUENCE (SIZE (1..maxNumE-HICH)) OF
E-HICH-Information-LCR
E-HICH-RGCH-SignatureSequence ::= INTEGER (0..39)
E-HICH-Information-For-SPS-TDD128 ::= SEQUENCE {
configurationmode CHOICE{
implicit SEQUENCE {
ei INTEGER (0..3) OPTIONAL
},
explicit SEQUENCE {
timeslotNumber TimeslotNumber-LCR-r4,
channelisation-Code HS-ChannelisationCode-LCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble INTEGER (0..15)
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8)
}
},
signatureSequenceGroupIndex INTEGER (0..19)
}
E-PUCH-Info ::= SEQUENCE {
e-TFCS-Info E-TFCS-Info,
modeSpecificInfo CHOICE {
tdd348-tdd768 SEQUENCE {
noSlotsForTFCIandTPC INTEGER (1..12),
e-PUCH-ContantValue INTEGER (-35..10),
e-PUCH-TS-ConfigurationList SEQUENCE (SIZE (1..maxTS-2)) OF E-PUCH-TS-Slots,
e-PUCH-CodeHopping BOOLEAN,
e-PUCH-TPC-Step-Size INTEGER (1..3),
minimum-Allowed-Code-Rate INTEGER (0..63),
maximum-Allowed-Code-Rate INTEGER (0..63)
},
tdd128 SEQUENCE {
snpl-ReportType ENUMERATED { type1, type2 } OPTIONAL,
prxdes-base INTEGER (-112..-50),
beaconPLEst BOOLEAN OPTIONAL,
tpc-StepSize TPC-StepSizeTDD,
pebase-PowerControlGAP PowerControlGAP OPTIONAL,
ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL,
e-PUCH-TS-ConfigurationList SEQUENCE (SIZE (1..maxTS-LCR-1)) OF
E-PUCH-TS-Slots-LCR,
minimum-Allowed-Code-Rate INTEGER (0..63),
maximum-Allowed-Code-Rate INTEGER (0..63),
maximumNumOfRetransSchedInfo INTEGER (0..15),
retransTimerForSchedInfo ENUMERATED { ms10, ms15, ms20, ms25, ms30, ms35,
ms40, ms45, ms50, ms55, ms60, ms65, ms70, ms75,
ms80, ms85, ms90, ms95, ms100, ms110, ms120,
ms140, ms160, ms200, ms240,ms280, ms320, ms400,
ms480, ms560 }
}
},
-- For 3.84/7.68 TDD only, should be ignored for 1.28Mcps TDD mode
powerOffsetForSchedInfo INTEGER (0..6) OPTIONAL
}
E-PUCH-Info-TDD128 ::= SEQUENCE {
e-TFCS-Info E-TFCS-Info,
snpl-ReportType ENUMERATED { type1, type2 } OPTIONAL,
prxdes-base INTEGER (-112..-50),
beaconPLEst BOOLEAN OPTIONAL,
tpc-StepSize TPC-StepSizeTDD,
pebase-PowerControlGAP INTEGER (1..255) OPTIONAL,
ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL,
e-PUCH-TS-ConfigurationList SEQUENCE (SIZE (1..maxTS-LCR-1)) OF
E-PUCH-TS-Slots-LCR,
minimum-Allowed-Code-Rate INTEGER (0..63),
maximum-Allowed-Code-Rate INTEGER (0..63),
maximumNumOfRetransSchedInfo INTEGER (0..15),
retransTimerForSchedInfo ENUMERATED { ms10, ms15, ms20, ms25, ms30, ms35,
ms40, ms45, ms50, ms55, ms60, ms65, ms70, ms75,
ms80, ms85, ms90, ms95, ms100, ms110, ms120,
ms140, ms160, ms200, ms240,ms280, ms320, ms400,
ms480, ms560 },
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy INTEGER (0..6) OPTIONAL
}
E-PUCH-Info-MulticarrierEDCH-TDD128 ::= SEQUENCE {
e-PUCH-TS-ConfigurationList SEQUENCE (SIZE (1..maxTS-LCR-1)) OF
E-PUCH-TS-Slots-LCR
}
E-PUCH-TS-Slots ::= SEQUENCE {
ts-Number INTEGER (0..14),
midambleShiftAndBurstType MidambleShiftAndBurstType-EDCH
}
E-PUCH-TS-Slots-LCR ::= SEQUENCE {
-- Note: For 1.28Mcps TDD operation, valid value for timeslotNumber is INTEGER (1..5)
timeslotNumber TimeslotNumber-LCR-r4,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble INTEGER (0..15)
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8)
}
E-RGCH-CombinationIndex ::= INTEGER (0..5)
E-RGCH-Information ::= SEQUENCE {
signatureSequence E-HICH-RGCH-SignatureSequence,
rg-CombinationIndex E-RGCH-CombinationIndex
}
E-RGCH-Information-CommonEdch ::= SEQUENCE {
signatureSequence E-HICH-RGCH-SignatureSequence OPTIONAL
}
E-RUCCH-AccessServiceClass ::= PRACH-Partitioning-LCR-r4
E-RUCCH-Info ::= SEQUENCE {
modeSpecificInfo CHOICE {
tdd384-tdd768 SEQUENCE {
e-RUCCH-ConstantValue INTEGER (-35..10),
e-RUCCH-PersistenceScalingFactor PersistenceScalingFactor,
t-RUCCH ENUMERATED {ms40, ms80, ms120, ms160, ms200,
ms240, ms280, ms320} OPTIONAL,
e-RUCCH-TS-Number INTEGER (0..14) OPTIONAL,
e-RUCCH-Midamble ENUMERATED {direct, direct-Inverted} OPTIONAL,
t-adv ENUMERATED { sec1, sec2, sec4, sec8, sec16,
sec32, sec128, infinity } OPTIONAL,
t-SCHED ENUMERATED { zero, ms40, ms80, ms160, ms250,
sec1, sec2, sec4 } OPTIONAL,
modeSpecificInfo CHOICE {
tdd384 CHOICE {
sF16 SEQUENCE (SIZE (1..8)) OF SF16Codes,
sF8 SEQUENCE (SIZE (1..8)) OF SF8Codes
},
tdd768 CHOICE {
sF32 SEQUENCE (SIZE (1..16)) OF SF32Codes,
sF816 SEQUENCE (SIZE (1..16)) OF SF16Codes2
}
}
},
tdd128 SEQUENCE {
t-RUCCH ENUMERATED { ms20, ms40, ms60, ms80, ms120,
ms160, ms200, ms240, ms280, ms320,
ms400, ms500, ms600, ms800, ms1000,
ms2000 } OPTIONAL,
n-RUCCH INTEGER (0..7) OPTIONAL,
t-WAIT ENUMERATED { everyEDCHTTI, ms40, ms80, ms160,
ms320, ms640, ms1000, ms2000 } OPTIONAL,
t-SI ENUMERATED { everyEDCHTTI, ms20, ms40, ms60, ms80,
ms160, ms200 } OPTIONAL,
extendedEstimationWindow INTEGER (2..5) OPTIONAL,
e-RUCCH-AccessServiceClass E-RUCCH-AccessServiceClass OPTIONAL,
e-RUCCH-PersistenceScalingFactor PersistenceScalingFactorList OPTIONAL,
sync-UL-InfoForE-RUCCH SYNC-UL-InfoForE-RUCCH OPTIONAL,
prach-information PRACH-Information-LCR-List OPTIONAL
}
}
}
E-RUCCH-Info-TDD128 ::= SEQUENCE {
t-RUCCH ENUMERATED { ms20, ms40, ms60, ms80, ms120,
ms160, ms200, ms240, ms280, ms320,
ms400, ms500, ms600, ms800, ms1000,
ms2000 } OPTIONAL,
n-RUCCH INTEGER (0..7) OPTIONAL,
t-WAIT ENUMERATED { everyEDCHTTI, ms40, ms80, ms160,
ms320, ms640, ms1000, ms2000 } OPTIONAL,
t-SI ENUMERATED { everyEDCHTTI, ms20, ms40, ms60, ms80,
ms160, ms200 } OPTIONAL,
extendedEstimationWindow INTEGER (2..5) OPTIONAL,
e-RUCCH-AccessServiceClass E-RUCCH-AccessServiceClass OPTIONAL,
e-RUCCH-PersistenceScalingFactor PersistenceScalingFactorList OPTIONAL,
sync-UL-InfoForE-RUCCH SYNC-UL-InfoForE-RUCCH OPTIONAL,
prach-information PRACH-Information-LCR-List OPTIONAL
}
E-TFC-Boost-Info-r7 ::= SEQUENCE {
e-TFCI-Boost INTEGER (0..127),
delta-T2TP INTEGER (0..6) OPTIONAL
}
E-TFCI-TableIndex ::= INTEGER (0..1)
E-TFCS-Info ::= SEQUENCE {
reference-Beta-QPSK-List SEQUENCE (SIZE (1..8)) OF Reference-Beta-QPSK,
reference-Beta-16QAM-List SEQUENCE (SIZE (1..8)) OF Reference-Beta-16QAM
}
EARFCN ::= INTEGER (0..65535)
EARFCNExtension ::= INTEGER (65536..262143)
EARFCNExtension2 ::= INTEGER (0..262143)
EARFCNRange ::= SEQUENCE {
-- If the IE earfcn is set to a value of 65535, then the EARFCN
-- value for that instance shall be read from the IE earfcnExt.
earfcn EARFCN,
earfcnExt EARFCNExtension OPTIONAL
}
EnablingDelay ::= ENUMERATED {
radio-frames-0,
radio-frames-1,
radio-frames-2,
radio-frames-4,
radio-frames-8,
radio-frames-16,
radio-frames-32,
radio-frames-64,
radio-frames-128,
spare7,
spare6,
spare5,
spare4,
spare3,
spare2,
spare1 }
EnablingDelay-TDD128 ::= ENUMERATED {
radio-frames-0, radio-frames-1, radio-frames-2,
radio-frames-4, radio-frames-8, radio-frames-16,
radio-frames-32, radio-frames-64, radio-frames-128,
spare7, spare6, spare5, spare4, spare3, spare2,
infinity }
EXT-UL-TimingAdvance ::= SEQUENCE {
modeSpecificInfo CHOICE {
tdd384 SEQUENCE {
ex-ul-TimingAdvance INTEGER (0..255)
},
tdd768 SEQUENCE {
ex-ul-TimingAdvance INTEGER (0..511)
}
}
}
F-DPCHInfo ::= SEQUENCE {
fdpch-SlotFormat INTEGER (0..9) OPTIONAL,
codeNumber INTEGER (0..255) OPTIONAL,
-- Actual value dl-FDPCH-TPCcommandErrorRate = IE value * 0.01
dl-FDPCH-TPCcommandErrorRate INTEGER (1..10) OPTIONAL
}
FACH-PCH-Information ::= SEQUENCE {
transportFormatSet TransportFormatSet,
transportChannelIdentity TransportChannelIdentity,
ctch-Indicator BOOLEAN
}
FACH-PCH-InformationList ::= SEQUENCE (SIZE (1..maxFACHPCH)) OF
FACH-PCH-Information
Fallback-R99-PRACH-info-IEs::= SEQUENCE {
cCCH-Fallback BOOLEAN,
dCCH-Fallback BOOLEAN
}
Feedback-cycle ::= ENUMERATED {
fc0, fc2, fc4, fc8, fc10, fc20, fc40, fc80, fc160}
Feedback-cycle2 ::= ENUMERATED {
fc0, fc8, fc10, fc16,
fc20, f32, fc40, f64,
fc80, fc160, spare6, spare5,
spare4, spare3, spare2, spare1}
Feedback-cycle-r7 ::= ENUMERATED {
fc0, fc2, fc4, fc8, fc10, fc20, fc40, fc80, fc160,
fc16, fc32, fc64, spare4, spare3, spare2, spare1 }
FPACH-Info-r4 ::= SEQUENCE {
timeslot TimeslotNumber-LCR-r4,
channelisationCode TDD-FPACH-CCode16-r4,
midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
wi Wi-LCR
}
F-TPICH-InfoNewServingCell ::= SEQUENCE {
f-tpich-Information F-TPICH-Information
}
F-TPICH-InfoOtherCell ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
f-tpich-Info CHOICE {
f-tpich-Information F-TPICH-Information,
releaseIndicator NULL
}
}
F-TPICH-Information ::= SEQUENCE {
ftpich-SlotFormat FTPICH-SlotFormat,
ftpich-CodeNumber INTEGER (0..255),
ftpich-FrameOffset FTPICH-FrameOffset
}
F-TPICH-ReconfigurationInfo ::= SEQUENCE {
f-tpich-InfoNewServingCell F-TPICH-InfoNewServingCell OPTIONAL,
f-tpich-InfoOtherCellList SEQUENCE (SIZE (1..maxRL)) OF
F-TPICH-InfoOtherCell OPTIONAL
}
-- Actual value FTPICH-FrameOffset = IE value * 256
FTPICH-FrameOffset ::= INTEGER (0..149)
FTPICH-SlotFormat ::= INTEGER (0..9)
FreqIndexListForEnhancedMeas ::= SEQUENCE (SIZE (1..maxFreqMeasWithoutCM)) OF
FrequencyIndexForEnhancedMeas
FreqIndexListForEnhancedMeas-r12 ::= SEQUENCE (SIZE (1..maxFreqMeasWithoutCM)) OF
FrequencyIndexForEnhancedMeas-r12
FrequencyInfo ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd FrequencyInfoFDD,
tdd FrequencyInfoTDD }
}
FrequencyInfoFDD ::= SEQUENCE {
uarfcn-UL UARFCN OPTIONAL,
uarfcn-DL UARFCN
}
FrequencyInfoTDD ::= SEQUENCE {
uarfcn-Nt UARFCN
}
FrequencyIndexForEnhancedMeas ::= INTEGER (0..maxCellMeas-1)
FrequencyIndexForEnhancedMeas-r12 ::= INTEGER (0..maxCellMeas-ext-1)
HappyBit-DelayCondition ::= ENUMERATED {
ms2, ms10, ms20, ms50, ms100, ms200, ms500, ms1000 }
HARQ-Preamble-Mode ::= INTEGER (0..1)
HS-ChannelisationCode-LCR ::= ENUMERATED {
cc16-1, cc16-2, cc16-3, cc16-4,
cc16-5, cc16-6, cc16-7, cc16-8,
cc16-9, cc16-10, cc16-11, cc16-12,
cc16-13, cc16-14, cc16-15, cc16-16 }
HS-ChannelisationCodeSetInfo-LCR ::= SEQUENCE {
startCode HS-ChannelisationCode-LCR,
stopCode HS-ChannelisationCode-LCR
}
HS-DSCH-CommonSystemInformation ::= SEQUENCE {
ccch-MappingInfo CommonRBMappingInfo,
srb1-MappingInfo CommonRBMappingInfo OPTIONAL,
common-MAC-ehs-ReorderingQueueList Common-MAC-ehs-ReorderingQueueList,
hs-scch-SystemInfo HS-SCCH-SystemInfo,
harq-SystemInfo HARQ-Info,
common-H-RNTI-information SEQUENCE (SIZE (1..maxCommonHRNTI)) OF
H-RNTI,
bcchSpecific-H-RNTI H-RNTI
}
HS-DSCH-CommonSystemInformation-TDD128 ::= SEQUENCE {
ccch-MappingInfo CommonRBMappingInfo,
srb1-MappingInfo CommonRBMappingInfo OPTIONAL,
common-MAC-ehs-ReorderingQueueList Common-MAC-ehs-ReorderingQueueList,
hs-scch-SystemInfo-tdd128 HS-SCCH-SystemInfo-TDD128,
harq-SystemInfo HARQ-Info,
hs-pdsch-MidambleConfiguration HS-PDSCH-Midamble-Configuration-TDD128,
common-H-RNTI-information SEQUENCE (SIZE (1..maxCommonHRNTI)) OF H-RNTI,
bcchSpecific-H-RNTI H-RNTI
}
HS-DSCH-DrxBurstFach ::= ENUMERATED {
f1, f2, f4, f8, f16, spare3, spare2, spare1 }
HS-DSCH-DrxCellfach-info ::= SEQUENCE {
t-321 T-321,
hs-dsch-DrxCycleFach HS-DSCH-DrxCycleFach,
hs-dsch-DrxBurstFach HS-DSCH-DrxBurstFach,
drxInterruption-hs-dsch BOOLEAN
}
HS-DSCH-DrxCellfach-info-TDD128 ::= SEQUENCE {
t-321 T-321,
hs-dsch-DrxCycleFach HS-DSCH-DrxCycleFach,
hs-dsch-DrxBurstFach HS-DSCH-DrxBurstFach
}
HS-DSCH-DrxCellfach-SecondDrx-info ::= SEQUENCE {
hs-dsch-SecondDrx-CycleFach HS-DSCH-SecondDrx-CycleFach,
drx-level CHOICE {
one-level-DRX SEQUENCE {
hs-dsch-Second-Rx-BurstFach HS-DSCH-Second-Rx-BurstFach OPTIONAL,
t329 T-329 OPTIONAL
},
two-level-DRX SEQUENCE {
t328 T-328 OPTIONAL,
hs-dsch-First-Rx-BurstFach HS-DSCH-First-Rx-BurstFach OPTIONAL,
hs-dsch-First-Drx-CycleFach HS-DSCH-First-Drx-CycleFach OPTIONAL,
hs-dsch-Second-Rx-BurstFach HS-DSCH-Second-Rx-BurstFach OPTIONAL,
t329 T-329 OPTIONAL
}
}
}
HS-DSCH-DrxCycleFach ::= ENUMERATED {
f4, f8, f16, f32 }
HS-DSCH-First-Drx-CycleFach ::= ENUMERATED {
f2, f4, f8, f16, f32, f64 }
HS-DSCH-First-Rx-BurstFach ::= ENUMERATED {
f0p4, f0p8 }
HS-DSCH-PagingSystemInformation ::= SEQUENCE {
dlScramblingCode SecondaryScramblingCode OPTIONAL,
pich-ForHSDPASupportedPagingList SEQUENCE (SIZE (1..maxSCCPCH)) OF
PICH-ForHSDPASupportedPaging,
numberOfPcchTransmissions INTEGER(1..5),
transportBlockSizeList SEQUENCE (SIZE (1..2)) OF
TransportBlockSizeIndex
}
HS-DSCH-PagingSystemInformation-TDD128 ::= SEQUENCE {
pich-ForHsdschList SEQUENCE (SIZE (1..maxSCCPCH)) OF
PICH-ForHSDPASupportedPaging-TDD128,
dtch-DCCH-reception-window-size INTEGER (1..16),
pcch-InformationList PCCH-InformationList OPTIONAL
}
HS-DSCH-RxPatternList-TDD128 ::= SEQUENCE (SIZE (1..maxRxPatternForHSDSCH-TDD128)) OF
SEQUENCE {
repetitionPeriodAndLength RepetitionPeriodAndLengthForSPS
}
HS-DSCH-Second-Rx-BurstFach ::= ENUMERATED {
f1, f2 }
HS-DSCH-SecondDrx-CycleFach ::= ENUMERATED {
f4, f8, f16, f32, f64, f128, f256, f512 }
HS-DSCH-TBSizeTable ::= ENUMERATED { octetAligned }
HS-DSCH-TbsList-TDD128 ::= SEQUENCE (SIZE (1..maxTbsForHSDSCH-TDD128)) OF
SEQUENCE {
hs-dsch-TBSizeIndex INTEGER (1..63)
}
HS-DSCH-SPS-Information-TDD128 ::= SEQUENCE {
hs-dsch-SPS-Operation CHOICE {
continue NULL,
newOperation HS-DSCH-SPS-NewOperation-TDD128
}
}
HS-DSCH-SPS-NewOperation-TDD128 ::= SEQUENCE {
hs-dsch-TbsList HS-DSCH-TbsList-TDD128 OPTIONAL,
hs-dsch-RxPatternList HS-DSCH-RxPatternList-TDD128 OPTIONAL,
hARQInfoForSPS SEQUENCE {
numberOfProcesses INTEGER (1..8),
memorySize HARQMemorySize
} OPTIONAL,
hs-sich-List HS-SICH-List-TDD128,
initialSPSInfoForHSDSCH SEQUENCE {
timeslotInfo BIT STRING (SIZE (5)),
codeResourceInfo HS-ChannelisationCodeSetInfo-LCR,
activationTime ActivationTime,
sfnNum INTEGER (0..1),
initialRxPatternIndex INTEGER (0..maxRxPatternForHSDSCH-TDD128-1),
initialTfsIndex INTEGER (0..maxTbsForHSDSCH-TDD128-1),
modulation ENUMERATED { modQPSK, mod16QAM },
hs-sich-Index INTEGER (0..maxHSSICH-TDD128-1)
} OPTIONAL
}
HS-DPCCHOverheadReduction ::= SEQUENCE {
hs-dpcch-ReductionType ENUMERATED { reductionType1, reductionType2} OPTIONAL,
feedback-cycle2 Feedback-cycle2,
cqi-CycleSwitchTimer CQI-CycleSwitchTimer
}
HS-PDSCH-Midamble-Configuration-TDD128 ::= SEQUENCE {
midambleAllocationMode CHOICE{
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble INTEGER (0..15)
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8)
}
HS-SCCH-Info ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-Codes,
dl-ScramblingCode SecondaryScramblingCode OPTIONAL
},
tdd CHOICE {
tdd384 SEQUENCE {
nack-ack-power-offset INTEGER (-7..8),
hs-SICH-PowerControl-Info HS-SICH-Power-Control-Info-TDD384,
hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD384
},
tdd128 SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD128
}
}
}
HS-SCCH-Info-r6 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-Codes,
dl-ScramblingCode SecondaryScramblingCode OPTIONAL
},
tdd CHOICE {
tdd384 SEQUENCE {
nack-ack-power-offset INTEGER (-7..8),
hs-SICH-PowerControl-Info HS-SICH-Power-Control-Info-TDD384,
dhs-sync DHS-Sync OPTIONAL,
bler-target Bler-Target,
hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD384-r6
},
tdd128 SEQUENCE {
nack-ack-power-offset INTEGER (-7..8),
power-level-HSSICH INTEGER (-120..-58),
tpc-step-size ENUMERATED { s1, s2, s3 , spare1 },
bler-target Bler-Target,
hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD128-r6
}
}
}
}
HS-SCCH-Info-r7 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-Codes,
dl-ScramblingCode SecondaryScramblingCode OPTIONAL
},
tdd CHOICE {
tdd384 SEQUENCE {
nack-ack-power-offset INTEGER (-7..8),
hs-SICH-PowerControl-Info HS-SICH-Power-Control-Info-TDD384,
dhs-sync DHS-Sync OPTIONAL,
bler-target Bler-Target,
hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD384-r6
},
tdd768 SEQUENCE {
nack-ack-power-offset INTEGER (-7..8),
hs-SICH-PowerControl-Info HS-SICH-Power-Control-Info-TDD768,
dhs-sync DHS-Sync OPTIONAL,
bler-target Bler-Target,
hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD768
},
tdd128 SEQUENCE {
nack-ack-power-offset INTEGER (-7..8),
power-level-HSSICH INTEGER (-120..-58),
tpc-step-size ENUMERATED { s1, s2, s3 , spare1 },
bler-target Bler-Target,
powerControlGAP PowerControlGAP OPTIONAL,
pathlossCompensationSwitch BOOLEAN OPTIONAL,
hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD128-r6
}
}
}
}
HS-SCCH-Info-r8-ext ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd NULL,
tdd CHOICE {
tdd384 NULL,
tdd768 NULL,
tdd128 SEQUENCE {
hS-SCCH-tpc-step-size ENUMERATED { s1, s2, s3, spare1 } OPTIONAL
}
}
}
}
HS-SCCH-Info-r9 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-Codes,
dl-ScramblingCode SecondaryScramblingCode OPTIONAL
},
tdd CHOICE {
tdd384 SEQUENCE {
nack-ack-power-offset INTEGER (-7..8),
hs-SICH-PowerControl-Info HS-SICH-Power-Control-Info-TDD384,
dhs-sync DHS-Sync OPTIONAL,
bler-target Bler-Target,
hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD384-r6
},
tdd768 SEQUENCE {
nack-ack-power-offset INTEGER (-7..8),
hs-SICH-PowerControl-Info HS-SICH-Power-Control-Info-TDD768,
dhs-sync DHS-Sync OPTIONAL,
bler-target Bler-Target,
hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD768
},
tdd128 SEQUENCE {
nack-ack-power-offset INTEGER (-7..8),
power-level-HSSICH INTEGER (-120..-58),
tpc-step-size ENUMERATED { s1, s2, s3, spare1 },
bler-target Bler-Target,
hS-SCCH-tpc-step-size ENUMERATED { s1, s2, s3, spare1 } OPTIONAL,
powerControlGAP PowerControlGAP OPTIONAL,
pathlossCompensationSwitch BOOLEAN OPTIONAL,
hS-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD128-r6
}
}
}
}
HS-SCCH-DRX-InactivityThreshold-TDD128 ::= ENUMERATED {
sub-frames-1, sub-frames-2, sub-frames-4,
sub-frames-8, sub-frames-16, sub-frames-32,
sub-frames-64, sub-frames-128, sub-frames-256,
sub-frames-512,
spare6, spare5, spare4, spare3, spare2,
infinity }
HS-SCCH-DRX-Info-TDD128 ::= SEQUENCE {
hS-SCCH-DRX-Cycle ControlChannelDRXCycle-TDD128,
hS-SCCH-DRX-InactivityThreshold HS-SCCH-DRX-InactivityThreshold-TDD128 OPTIONAL,
hS-SCCH-DRX-Offset INTEGER (0..63)
}
HS-SCCH-Codes ::= INTEGER (0..127)
HS-SCCH-Less-NewOperation ::= SEQUENCE {
hs-pdsch-CodeIndex INTEGER (1..15),
hs-scch-LessTFS HS-SCCH-LessTFSList
}
HS-SCCH-LessInfo-r7 ::= SEQUENCE {
hs-scchLessOperation CHOICE {
continue NULL,
newOperation HS-SCCH-Less-NewOperation
}
}
HS-SCCH-LessTFSList ::= SEQUENCE (SIZE (1..maxHS-SCCHLessTrBlk)) OF
SEQUENCE {
hs-scch-LessTFSI INTEGER (1..90),
hs-scch-LessSecondCodeSupport BOOLEAN
}
HS-SCCH-SystemInfo ::= SEQUENCE {
dl-ScramblingCode SecondaryScramblingCode OPTIONAL,
hS-SCCHChannelisationCodeInfo SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-Codes
}
HS-SCCH-SystemInfo-TDD128 ::= SEQUENCE {
hs-SCCH-SetConfiguration SEQUENCE (SIZE (1..maxHSSCCHs)) OF
HS-SCCH-TDD128-r6,
power-level-HSSICH INTEGER (-120..-58),
nack-ack-power-offset INTEGER (-7..8),
tpc-step-size ENUMERATED { s1, s2, s3 , spare1 },
bler-target Bler-Target,
power-control-gap INTEGER (1..255) OPTIONAL,
pathloss-compensation-switch BOOLEAN OPTIONAL
}
HS-SCCH-TDD128 ::= SEQUENCE {
timeslotNumber TimeslotNumber-LCR-r4,
firstChannelisationCode HS-ChannelisationCode-LCR,
secondChannelisationCode HS-ChannelisationCode-LCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble INTEGER(0..15)
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8),
bler-target Bler-Target,
hs-sich-configuration HS-SICH-Configuration-TDD128
}
HS-SCCH-TDD128-r6 ::= SEQUENCE {
timeslotNumber TimeslotNumber-LCR-r4,
firstChannelisationCode HS-ChannelisationCode-LCR,
secondChannelisationCode HS-ChannelisationCode-LCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble INTEGER(0..15)
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8),
hs-sich-configuration HS-SICH-Configuration-TDD128-r6
}
--for TDD128 Multi-Carrier
HS-SCCH-TDD128-MultiCarrier ::= SEQUENCE {
uarfcn-HS-SCCH-Rx UARFCN,
timeslotNumber TimeslotNumber-LCR-r4,
firstChannelisationCode HS-ChannelisationCode-LCR,
secondChannelisationCode HS-ChannelisationCode-LCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble INTEGER(0..15)
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8),
bler-target Bler-Target,
hs-sich-configuration HS-SICH-Configuration-TDD128
}
HS-SICH-Configuration-TDD128 ::= SEQUENCE {
timeslotNumber TimeslotNumber-LCR-r4,
channelisationCode HS-ChannelisationCode-LCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8),
nack-ack-power-offset INTEGER (-7..8),
power-level-HSSICH INTEGER (-120..-58),
tpc-step-size ENUMERATED { s1, s2, s3 , spare1}
}
HS-SICH-Configuration-TDD128-r6 ::= SEQUENCE {
timeslotNumber TimeslotNumber-LCR-r4,
channelisationCode HS-ChannelisationCode-LCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8)
}
HS-SICH-List-TDD128 ::= SEQUENCE (SIZE (1..maxHSSICH-TDD128)) OF
CHOICE {
implicit SEQUENCE {
hS-SCCH-Index INTEGER (0..maxHSSCCHs-1)
},
explicit SEQUENCE {
hS-SICH-Info HS-SICH-Configuration-TDD128-r6
}
}
--The order of the list corresponds to the order of HS-SCCHs in HS-SCCH info
HS-SICH-ReferenceSignalInfoList ::= SEQUENCE ( SIZE (1.. maxHSSCCHs)) OF
SEQUENCE {
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8),
midambleShift INTEGER (0..15),
timeSlot INTEGER (1..5)
}
HS-SCCH-TDD384 ::= SEQUENCE {
timeslotNumber TimeslotNumber,
channelisationCode DL-TS-ChannelisationCode,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
},
midambleconfiguration MidambleConfigurationBurstType1and3,
bler-target Bler-Target,
hs-sich-configuration HS-SICH-Configuration-TDD384
}
HS-SCCH-TDD384-r6 ::= SEQUENCE {
timeslotNumber TimeslotNumber,
channelisationCode DL-TS-ChannelisationCode,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
},
midambleconfiguration MidambleConfigurationBurstType1and3,
hs-sich-configuration HS-SICH-Configuration-TDD384
}
HS-SCCH-TDD768 ::= SEQUENCE {
timeslotNumber TimeslotNumber,
channelisationCode DL-TS-ChannelisationCode-VHCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
},
midambleconfiguration MidambleConfigurationBurstType1and3,
hs-sich-configuration HS-SICH-Configuration-TDD768
}
HS-SICH-Configuration-TDD384 ::= SEQUENCE {
timeslotNumber TimeslotNumber,
channelisationCode DL-TS-ChannelisationCode,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
},
midambleconfiguration MidambleConfigurationBurstType1and3
}
HS-SICH-Configuration-TDD768 ::= SEQUENCE {
timeslotNumber TimeslotNumber,
channelisationCode DL-TS-ChannelisationCode-VHCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
},
midambleconfiguration MidambleConfigurationBurstType1and3
}
HS-SICH-Power-Control-Info-TDD384 ::= SEQUENCE {
-- Actual value ul-target-SIR = IE value * 0.5
ul-target-SIR INTEGER (-22..40),
-- Note: IE 'ConstantValue' is used (instead of IE 'ConstantValueTDD') to keep
-- compatibility with REL-5
hs-sich-ConstantValue ConstantValue
}
HS-SICH-Power-Control-Info-TDD768 ::= SEQUENCE {
-- Actual value ul-target-SIR = IE value * 0.5
ul-target-SIR INTEGER (-22..40),
-- Note: IE 'ConstantValue' is used (instead of IE 'ConstantValueTDD') to keep
-- compatibility with REL-5
hs-sich-ConstantValue ConstantValue
}
IndividualTimeslotInfo ::= SEQUENCE {
timeslotNumber TimeslotNumber,
tfci-Existence BOOLEAN,
midambleShiftAndBurstType MidambleShiftAndBurstType
}
IndividualTimeslotInfo-VHCR ::= SEQUENCE {
timeslotNumber TimeslotNumber,
tfci-Existence BOOLEAN,
midambleShiftAndBurstType-VHCR MidambleShiftAndBurstType-VHCR
}
IndividualTimeslotInfo-LCR-r4 ::= SEQUENCE {
timeslotNumber TimeslotNumber-LCR-r4,
tfci-Existence BOOLEAN,
midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
modulation ENUMERATED { mod-QPSK, mod-8PSK },
ss-TPC-Symbols ENUMERATED { zero, one, sixteenOverSF },
additionalSS-TPC-Symbols INTEGER(1..15) OPTIONAL
}
IndividualTimeslotInfo-LCR-r4-ext ::= SEQUENCE {
-- timeslotNumber and tfci-Existence is taken from IndividualTimeslotInfo.
-- midambleShiftAndBurstType in IndividualTimeslotInfo shall be ignored.
midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
modulation ENUMERATED { mod-QPSK, mod-8PSK },
ss-TPC-Symbols ENUMERATED { zero, one, sixteenOverSF }
}
IndividualTimeslotInfo-r7 ::= SEQUENCE {
timeslotNumber TimeslotNumber,
tfci-Existence BOOLEAN,
midambleShiftAndBurstType MidambleShiftAndBurstType-r7
}
IndividualTS-Interference ::= SEQUENCE {
timeslot TimeslotNumber,
ul-TimeslotInterference TDD-UL-Interference
}
IndividualTS-InterferenceList ::= SEQUENCE (SIZE (1..maxTS)) OF
IndividualTS-Interference
ITP ::= ENUMERATED {
mode0, mode1 }
NidentifyAbort ::= INTEGER (1..128)
MAC-DTX-Cycle-10ms ::= ENUMERATED {
sub-frames-5,
sub-frames-10,
sub-frames-20,
spare1 }
MAC-DTX-Cycle-2ms ::= ENUMERATED {
sub-frames-1,
sub-frames-4,
sub-frames-5,
sub-frames-8,
sub-frames-10,
sub-frames-16,
sub-frames-20,
spare1 }
MAC-InactivityThreshold ::= ENUMERATED {
e-dch-tti-1,
e-dch-tti-2,
e-dch-tti-4,
e-dch-tti-8,
e-dch-tti-16,
e-dch-tti-32,
e-dch-tti-64,
e-dch-tti-128,
e-dch-tti-256,
e-dch-tti-512,
e-dch-tti-Infinity,
spare5,
spare4,
spare3,
spare2,
spare1 }
MaxAllowedUL-TX-Power ::= INTEGER (-50..33)
MaxAvailablePCPCH-Number ::= INTEGER (1..64)
MaxPowerIncrease-r4 ::= INTEGER (0..3)
MaxTFCI-Field2Value ::= INTEGER (1..1023)
Measurement-Feedback-Info ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
measurementPowerOffset MeasurementPowerOffset,
feedback-cycle Feedback-cycle,
cqi-RepetitionFactor CQI-RepetitionFactor,
deltaCQI DeltaCQI
},
tdd NULL
}
}
Measurement-Feedback-Info-r7 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
measurementPowerOffset MeasurementPowerOffset,
feedback-cycle Feedback-cycle-r7,
cqi-RepetitionFactor CQI-RepetitionFactor,
deltaCQI DeltaCQI
},
tdd NULL
}
}
Measurement-Feedback-Info-r11 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
measurementPowerOffset MeasurementPowerOffset,
feedback-cycle Feedback-cycle-r7,
cqi-RepetitionFactor CQI-RepetitionFactor,
cqi-RepetitionFactor-Assisting CQI-RepetitionFactor OPTIONAL,
deltaCQI DeltaCQI-r11
},
tdd NULL
}
}
Measurement-Feedback-Info-r12 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
measurementPowerOffset MeasurementPowerOffset,
feedback-cycle Feedback-cycle-r7,
hs-DPCCHOverheadReduction HS-DPCCHOverheadReduction OPTIONAL,
cqi-RepetitionFactor CQI-RepetitionFactor,
cqi-RepetitionFactor-Assisting CQI-RepetitionFactor OPTIONAL,
deltaCQI DeltaCQI-r11
},
tdd NULL
}
}
Measurement-Feedback-Info-ConcurrentTTI ::= SEQUENCE {
feedback-cycle Feedback-cycle-r7 OPTIONAL,
cqi-RepetitionFactor CQI-RepetitionFactor OPTIONAL,
deltaCQI DeltaCQI OPTIONAL
}
MidambleConfigurationBurstType1and3 ::= ENUMERATED {ms4, ms8, ms16}
MidambleConfigurationBurstType1 ::= ENUMERATED {ms4, ms8, ms16}
MidambleConfigurationBurstType2 ::= ENUMERATED {ms3, ms6}
MidambleConfigurationBurstType2-VHCR ::= ENUMERATED {ms4, ms8}
MidambleShiftAndBurstType ::= SEQUENCE {
burstType CHOICE {
type1 SEQUENCE {
midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
}
},
type2 SEQUENCE {
midambleConfigurationBurstType2 MidambleConfigurationBurstType2,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftShort
}
}
},
type3 SEQUENCE {
midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
}
}
}
}
MidambleShiftAndBurstType-VHCR ::= SEQUENCE {
burstType CHOICE {
type1 SEQUENCE {
midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
}
},
type2 SEQUENCE {
midambleConfigurationBurstType2 MidambleConfigurationBurstType2-VHCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftShort-VHCR
}
}
},
type3 SEQUENCE {
midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
}
},
-- mbsfnBurstType4 is only used DL
mbsfnBurstType4 NULL
}
}
MidambleShiftAndBurstType-r7 ::= SEQUENCE {
burstType CHOICE {
type1 SEQUENCE {
midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
}
},
type2 SEQUENCE {
midambleConfigurationBurstType2 MidambleConfigurationBurstType2,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftShort
}
}
},
type3 SEQUENCE {
midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
}
},
-- mbsfnBurstType4 is only used DL
mbsfnBurstType4 NULL
}
}
MidambleShiftAndBurstType-DL ::= SEQUENCE {
burstType CHOICE {
type1 SEQUENCE {
midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
}
},
type2 SEQUENCE {
midambleConfigurationBurstType2 MidambleConfigurationBurstType2,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftShort
}
}
}
}
}
MidambleShiftAndBurstType-DL-VHCR ::= SEQUENCE {
burstType CHOICE {
type1 SEQUENCE {
midambleConfigurationBurstType1and3 MidambleConfigurationBurstType1and3,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
}
},
type2 SEQUENCE {
midambleConfigurationBurstType2 MidambleConfigurationBurstType2-VHCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftShort-VHCR
}
}
}
}
}
MidambleShiftAndBurstType-LCR-r4 ::= SEQUENCE {
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift INTEGER (0..15)
}
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8)
}
MidambleShiftAndBurstType-EDCH ::= SEQUENCE {
burstType CHOICE {
type1 SEQUENCE {
midambleConfigurationBurstType1 MidambleConfigurationBurstType1,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftLong
}
}
},
type2 SEQUENCE {
midambleConfigurationBurstType2 MidambleConfigurationBurstType2,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
commonMidamble NULL,
ueSpecificMidamble SEQUENCE {
midambleShift MidambleShiftShort
}
}
}
}
}
MidambleShiftLong ::= INTEGER (0..15)
MidambleShiftShort ::= INTEGER (0..5)
MidambleShiftShort-VHCR ::= INTEGER (0..7)
MIMO-N-M-Ratio ::= ENUMERATED {
mnm1-2, mnm2-3, mnm3-4, mnm4-5, mnm5-6,
mnm6-7, mnm7-8, mnm8-9, mnm9-10, mnm1-1 }
MIMO-Operation ::= ENUMERATED {
start, continue }
MIMO-Parameters-r7 ::= SEQUENCE {
mimoOperation MIMO-Operation,
mimoN-M-Ratio MIMO-N-M-Ratio OPTIONAL,
mimoPilotConfiguration MIMO-PilotConfiguration OPTIONAL
}
MIMO4x4-Parameters ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
mimo4x4N-M-Ratio MIMO-N-M-Ratio OPTIONAL,
mimo4x4PilotConfiguration MIMO4x4-PilotConfiguration OPTIONAL,
precodingWeightSetRestriction BIT STRING (SIZE (64)) OPTIONAL
}
}
}
MIMO-Parameters-v7f0ext ::= MIMO-PilotConfiguration-v7f0ext
MIMO-Parameters-v7g0ext ::= SEQUENCE {
precodingWeightSetRestriction ENUMERATED { true } OPTIONAL
}
MIMO-Parameters-r8 ::= SEQUENCE {
mimoOperation MIMO-Operation,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
mimoN-M-Ratio MIMO-N-M-Ratio OPTIONAL,
mimoPilotConfiguration MIMO-PilotConfiguration OPTIONAL
},
tdd CHOICE {
tdd128 SEQUENCE {
mimoSFModeForHSPDSCHDualStream ENUMERATED {sf1, sf1sf16},
hs-sich-ReferenceSignalInfoList HS-SICH-ReferenceSignalInfoList OPTIONAL
},
tdd384-tdd768 NULL
}
}
}
MIMO-Parameters-r9 ::= SEQUENCE {
mimoOperation MIMO-Operation,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
mimoN-M-Ratio MIMO-N-M-Ratio OPTIONAL,
mimoPilotConfiguration MIMO-PilotConfiguration-r9 OPTIONAL,
precodingWeightSetRestriction ENUMERATED { true } OPTIONAL
},
tdd CHOICE {
tdd128 SEQUENCE {
mimoSFModeForHSPDSCHDualStream ENUMERATED {sf1, sf1sf16},
hs-sich-ReferenceSignalInfoList HS-SICH-ReferenceSignalInfoList OPTIONAL
},
tdd384-tdd768 NULL
}
}
}
MIMO-PilotConfiguration ::= SEQUENCE {
secondCPICH-Pattern CHOICE {
normalPattern NULL,
diversityPattern SEQUENCE {
channelisationCode ChannelisationCode256
}
}
}
MIMO-PilotConfiguration-v7f0ext ::= SEQUENCE {
s-cpich-PowerOffset-Mimo S-CPICH-PowerOffset-MIMO OPTIONAL
}
MIMO-PilotConfiguration-r9 ::= SEQUENCE {
secondCPICH-Pattern CHOICE {
normalPattern NULL,
diversityPattern SEQUENCE {
channelisationCode ChannelisationCode256,
s-cpich-PowerOffset-Mimo S-CPICH-PowerOffset-MIMO OPTIONAL
}
}
}
MIMO4x4-PilotConfiguration ::= SEQUENCE {
antenna2 MIMO-PilotConfiguration-r9 OPTIONAL,
antenna3And4 Antenna3And4 OPTIONAL
}
MinimumSpreadingFactor ::= ENUMERATED {
sf4, sf8, sf16, sf32,
sf64, sf128, sf256 }
MinReduced-E-DPDCH-GainFactor ::= ENUMERATED {
m8-15, m11-15, m15-15, m21-15, m30-15,
m42-15, m60-15, m84-15 }
MultiCodeInfo ::= INTEGER (1..16)
-- These IEs are applied for 1.28 Mcps TDD only
Multi-frequencyInfo-LCR-r7 ::= SEQUENCE {
-- If the secondary frequency is present, it indicates working frequency
secondFrequencyInfo FrequencyInfoTDD OPTIONAL,
fPachFrequencyInfo FrequencyInfoTDD OPTIONAL,
--If a cell UpPCH uses other uplink service timeslot, it indicates the UpPCH position
upPCHpositionInfo UpPCHposition-LCR OPTIONAL
}
MultiflowCellType ::= ENUMERATED { intra-nodeB, inter-nodeB }
MultiflowConfigurationInfo ::= SEQUENCE {
cellType MultiflowCellType,
timeReferenceCell ENUMERATED { true } OPTIONAL
}
MU-MIMO-Info-TDD128 ::= CHOICE {
continue NULL,
newConfiguration SEQUENCE {
mu-MIMO-Operation MU-MIMO-Operation,
standaloneMidambleInfo StandaloneMidambleInfo-TDD128 OPTIONAL
}
}
MU-MIMO-Operation ::= ENUMERATED {
uL, dL, uLandDL, spare }
N-EOT ::= INTEGER (0..7)
N-GAP ::= ENUMERATED {
f2, f4, f8 }
N-PCH ::= INTEGER (1..8)
N-StartMessage ::= INTEGER (1..8)
NB01 ::= INTEGER (0..50)
NewTiming ::= SEQUENCE {
enablingDelay EnablingDelay,
ue-dtx-drx-Offset UE-DTX-DRX-Offset
}
NF-Max ::= INTEGER (1..64)
NodeB-Trigger-HS-DPCCH-Transmission ::= SEQUENCE {
hs-dpcch-TransmitContinuationOffset ENUMERATED {
ms10, ms20, ms30, ms40, ms80, ms160,
ms320, ms800} OPTIONAL
}
Non-ScheduledTransGrantInfoTDD ::= CHOICE {
tdd384-768 SEQUENCE {
timeslotResourceRelatedInfo BIT STRING (SIZE (13)),
powerResourceRelatedInfo INTEGER (1..32),
activationTime ActivationTime,
repetitionPeriodAndLength RepetitionPeriodAndLength OPTIONAL,
codeResourceInfo UL-TS-ChannelisationCode
},
tdd128 SEQUENCE {
n-E-UCCH INTEGER (1..8) OPTIONAL,
n-E-HICH INTEGER (4..15) OPTIONAL,
timeslotResourceRelatedInfo BIT STRING (SIZE (5)),
powerResourceRelatedInfo INTEGER (1..32),
activationTime ActivationTime,
sfnNum INTEGER (0..1),
repetitionPeriodAndLength RepetitionPeriodAndLength OPTIONAL,
codeResourceInfo UL-TS-ChannelisationCode,
e-HICH-Info SEQUENCE {
timeslotNumber TimeslotNumber-LCR-r4,
channelisation-Code HS-ChannelisationCode-LCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble INTEGER (0..15)
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8),
signatureSequenceGroupIndex INTEGER (0..19)
}
}
}
Non-ScheduledTransGrantInfoTDD-ext ::= CHOICE {
tdd384-768 NULL,
tdd128 SEQUENCE {
t-SI-nst ENUMERATED {
everyEDCHTTI, ms20, ms40, ms60, ms80, ms160,
ms200 } OPTIONAL
}
}
Non-ScheduledTransGrantInfoTDD-r9 ::= CHOICE {
tdd384-768 SEQUENCE {
timeslotResourceRelatedInfo BIT STRING (SIZE (13)),
powerResourceRelatedInfo INTEGER (1..32),
activationTime ActivationTime,
repetitionPeriodAndLength RepetitionPeriodAndLength OPTIONAL,
codeResourceInfo UL-TS-ChannelisationCode
},
tdd128 SEQUENCE {
n-E-UCCH INTEGER (1..8) OPTIONAL,
n-E-HICH INTEGER (4..15) OPTIONAL,
timeslotResourceRelatedInfo BIT STRING (SIZE (5)),
powerResourceRelatedInfo INTEGER (1..32),
activationTime ActivationTime,
sfnNum INTEGER (0..1),
repetitionPeriodAndLength RepetitionPeriodAndLength OPTIONAL,
codeResourceInfo UL-TS-ChannelisationCode,
e-HICH-Info SEQUENCE {
timeslotNumber TimeslotNumber-LCR-r4,
channelisation-Code HS-ChannelisationCode-LCR,
midambleAllocationMode CHOICE {
defaultMidamble NULL,
ueSpecificMidamble INTEGER (0..15)
},
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8),
signatureSequenceGroupIndex INTEGER (0..19)
},
t-SI-nst ENUMERATED {
everyEDCHTTI, ms20, ms40, ms60, ms80, ms160,
ms200 } OPTIONAL
}
}
Non-rectResAllocInd-TDD128 ::= ENUMERATED { true }
Non-rectResSpecTSset-TDD128 ::= BIT STRING (SIZE (7))
NumberOfDPDCH ::= INTEGER (1..maxDPDCH-UL)
NumberOfFBI-Bits ::= INTEGER (1..2)
NumberOfTPC-Bits ::= ENUMERATED { tpc4 }
OpenLoopPowerControl-TDD ::= SEQUENCE {
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power,
-- alpha, prach-ConstantValue, dpch-ConstantValue and pusch-ConstantValue
-- shall be ignored in 1.28Mcps TDD mode.
alpha Alpha OPTIONAL,
prach-ConstantValue ConstantValueTdd,
dpch-ConstantValue ConstantValueTdd,
pusch-ConstantValue ConstantValueTdd OPTIONAL
}
OpenLoopPowerControl-IPDL-TDD-r4 ::= SEQUENCE {
ipdl-alpha Alpha,
maxPowerIncrease MaxPowerIncrease-r4
}
OtherStateConfig ::= SEQUENCE {
otherStateConfigList OtherStateConfigList OPTIONAL,
otherStateRemoveList OtherStateRemoveList OPTIONAL
}
OtherStateConfigList ::= SEQUENCE (SIZE(1..maxOtherStateConfig)) OF
OtherStateConfigData
OtherStateConfigData ::= SEQUENCE {
otherStateConfigIdentity OtherStateConfigIdentity,
source-rrc-StateIndicator RRC-StateIndicator,
target-rrc-StateIndicator RRC-StateIndicator,
ura-Identity URA-Identity OPTIONAL,
rntis CHOICE {
clear NULL,
continue NULL,
new SEQUENCE {
new-C-RNTI C-RNTI,
new-H-RNTI H-RNTI,
newPrimary-E-RNTI E-RNTI
}
},
configuration CHOICE {
id INTEGER (0..maxRetrievConfig-1),
full RetrievableConfigData
} OPTIONAL
}
OtherStateRemoveList ::= SEQUENCE (SIZE (1..maxOtherStateConfig)) OF
OtherStateConfigIdentity
OtherStateConfigIdentity ::= INTEGER (0..maxOtherStateConfig-1)
PagingIndicatorLength ::= ENUMERATED {
pi4, pi8, pi16 }
PC-Preamble ::= INTEGER (0..7)
PCCH-InformationList ::= SEQUENCE {
paging-associatedHspdschInfo SEQUENCE (SIZE (1.. maxSCCPCH)) OF
SEQUENCE {
hs-pdsch-MidambleConfiguration HS-PDSCH-Midamble-Configuration-TDD128,
timeslotResourceRelatedInfo BIT STRING (SIZE (6)),
codeResourceInformation CodeResourceInformation-TDD128
},
paging-sub-Channel-size INTEGER (1..3),
transportBlockSizeList SEQUENCE (SIZE (1..2)) OF TransportBlockSizeIndex
}
PCP-Length ::= ENUMERATED {
as0, as8 }
PCPCH-ChannelInfo ::= SEQUENCE {
pcpch-UL-ScramblingCode INTEGER (0..79),
pcpch-DL-ChannelisationCode INTEGER (0..511),
pcpch-DL-ScramblingCode SecondaryScramblingCode OPTIONAL,
pcp-Length PCP-Length,
ucsm-Info UCSM-Info OPTIONAL
}
PCPCH-ChannelInfoList ::= SEQUENCE (SIZE (1..maxPCPCHs)) OF
PCPCH-ChannelInfo
PCPICH-UsageForChannelEst ::= ENUMERATED {
mayBeUsed,
shallNotBeUsed }
PDSCH-CapacityAllocationInfo ::= SEQUENCE {
-- pdsch-PowerControlInfo is conditional on new-configuration branch below, if this
-- selected the IE is OPTIONAL otherwise it should not be sent
pdsch-PowerControlInfo PDSCH-PowerControlInfo OPTIONAL,
pdsch-AllocationPeriodInfo AllocationPeriodInfo,
configuration CHOICE {
old-Configuration SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
pdsch-Identity PDSCH-Identity
},
new-Configuration SEQUENCE {
pdsch-Info PDSCH-Info,
pdsch-Identity PDSCH-Identity OPTIONAL
}
}
}
PDSCH-CapacityAllocationInfo-r4 ::= SEQUENCE {
pdsch-AllocationPeriodInfo AllocationPeriodInfo,
configuration CHOICE {
old-Configuration SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
pdsch-Identity PDSCH-Identity
},
new-Configuration SEQUENCE {
pdsch-Info PDSCH-Info-r4,
pdsch-Identity PDSCH-Identity OPTIONAL,
pdsch-PowerControlInfo PDSCH-PowerControlInfo OPTIONAL
}
}
}
PDSCH-CapacityAllocationInfo-r7 ::= SEQUENCE {
pdsch-AllocationPeriodInfo AllocationPeriodInfo,
configuration CHOICE {
old-Configuration SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
pdsch-Identity PDSCH-Identity
},
new-Configuration SEQUENCE {
pdsch-Info PDSCH-Info-r7,
pdsch-Identity PDSCH-Identity OPTIONAL,
pdsch-PowerControlInfo PDSCH-PowerControlInfo OPTIONAL
}
}
}
PDSCH-CodeInfo ::= SEQUENCE {
spreadingFactor SF-PDSCH,
codeNumber CodeNumberDSCH,
multiCodeInfo MultiCodeInfo
}
PDSCH-CodeInfoList ::= SEQUENCE (SIZE (1..maxTFCI-2-Combs)) OF
PDSCH-CodeInfo
PDSCH-CodeMap ::= SEQUENCE {
spreadingFactor SF-PDSCH,
multiCodeInfo MultiCodeInfo,
codeNumberStart CodeNumberDSCH,
codeNumberStop CodeNumberDSCH
}
PDSCH-CodeMapList ::= SEQUENCE (SIZE (1..maxPDSCH-TFCIgroups)) OF
PDSCH-CodeMap
PDSCH-CodeMapping ::= SEQUENCE {
dl-ScramblingCode SecondaryScramblingCode OPTIONAL,
signallingMethod CHOICE {
codeRange CodeRange,
tfci-Range DSCH-MappingList,
explicit-config PDSCH-CodeInfoList,
replace ReplacedPDSCH-CodeInfoList
}
}
PDSCH-Identity ::= INTEGER (1..hiPDSCHidentities)
PDSCH-Info ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
pdsch-TimeslotsCodes DownlinkTimeslotsCodes OPTIONAL
}
PDSCH-Info-r4 ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
tddOption CHOICE {
tdd384 SEQUENCE {
pdsch-TimeslotsCodes DownlinkTimeslotsCodes OPTIONAL
},
tdd128 SEQUENCE {
pdsch-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4 OPTIONAL
}
}
}
PDSCH-Info-r7 ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
tddOption CHOICE {
tdd384 SEQUENCE {
pdsch-TimeslotsCodes DownlinkTimeslotsCodes OPTIONAL
},
tdd768 SEQUENCE {
pdsch-TimeslotsCodes DownlinkTimeslotsCodes-VHCR OPTIONAL
},
tdd128 SEQUENCE {
pdsch-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4 OPTIONAL
}
}
}
PDSCH-Info-LCR-r4 ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
pdsch-TimeslotsCodes DownlinkTimeslotsCodes-LCR-r4 OPTIONAL
}
PDSCH-PowerControlInfo ::= SEQUENCE {
tpc-StepSizeTDD TPC-StepSizeTDD OPTIONAL,
ul-CCTrChTPCList UL-CCTrChTPCList OPTIONAL
}
PDSCH-SHO-DCH-Info ::= SEQUENCE {
dsch-RadioLinkIdentifier DSCH-RadioLinkIdentifier,
rl-IdentifierList RL-IdentifierList OPTIONAL
}
PDSCH-SysInfo ::= SEQUENCE {
pdsch-Identity PDSCH-Identity,
pdsch-Info PDSCH-Info,
dsch-TFS TransportFormatSet OPTIONAL,
dsch-TFCS TFCS OPTIONAL
}
PDSCH-SysInfo-VHCR-r7 ::= SEQUENCE {
pdsch-Identity PDSCH-Identity,
pdsch-Info PDSCH-Info-r7,
dsch-TransportChannelsInfo DSCH-TransportChannelsInfo OPTIONAL,
dsch-TFCS TFCS OPTIONAL
}
PDSCH-SysInfo-HCR-r5 ::= SEQUENCE {
pdsch-Identity PDSCH-Identity,
pdsch-Info PDSCH-Info,
dsch-TransportChannelsInfo DSCH-TransportChannelsInfo OPTIONAL,
dsch-TFCS TFCS OPTIONAL
}
PDSCH-SysInfo-LCR-r4 ::= SEQUENCE {
pdsch-Identity PDSCH-Identity,
pdsch-Info PDSCH-Info-LCR-r4,
dsch-TFS TransportFormatSet OPTIONAL,
dsch-TFCS TFCS OPTIONAL
}
PDSCH-SysInfoList ::= SEQUENCE (SIZE (1..maxPDSCH)) OF
PDSCH-SysInfo
PDSCH-SysInfoList-VHCR-r7 ::= SEQUENCE (SIZE (1..maxPDSCH)) OF PDSCH-SysInfo-VHCR-r7
PDSCH-SysInfoList-HCR-r5 ::= SEQUENCE (SIZE (1..maxPDSCH)) OF PDSCH-SysInfo-HCR-r5
PDSCH-SysInfoList-LCR-r4 ::= SEQUENCE (SIZE (1..maxPDSCH)) OF
PDSCH-SysInfo-LCR-r4
PDSCH-SysInfoList-SFN ::= SEQUENCE (SIZE (1..maxPDSCH)) OF
SEQUENCE {
pdsch-SysInfo PDSCH-SysInfo,
sfn-TimeInfo SFN-TimeInfo OPTIONAL
}
PDSCH-SysInfoList-SFN-HCR-r5 ::= SEQUENCE (SIZE (1..maxPDSCH)) OF
SEQUENCE {
pdsch-SysInfo PDSCH-SysInfo-HCR-r5,
sfn-TimeInfo SFN-TimeInfo OPTIONAL
}
PDSCH-SysInfoList-SFN-LCR-r4 ::= SEQUENCE (SIZE (1..maxPDSCH)) OF
SEQUENCE {
pdsch-SysInfo PDSCH-SysInfo-LCR-r4,
sfn-TimeInfo SFN-TimeInfo OPTIONAL
}
PersistenceScalingFactor ::= ENUMERATED {
psf0-9, psf0-8, psf0-7, psf0-6,
psf0-5, psf0-4, psf0-3, psf0-2 }
PersistenceScalingFactorList ::= SEQUENCE (SIZE (1..maxASCpersist)) OF
PersistenceScalingFactor
PI-CountPerFrame ::= ENUMERATED {
e18, e36, e72, e144 }
PichChannelisationCodeList-LCR-r4 ::= SEQUENCE (SIZE (1..2)) OF
DL-TS-ChannelisationCode
PICH-ForHSDPASupportedPaging ::= SEQUENCE {
hsdpa-AssociatedPichInfo PICH-Info,
hs-pdschChannelisationCode INTEGER(1..15)
}
PICH-ForHSDPASupportedPaging-TDD128 ::= CHOICE {
implicit SEQUENCE {
occurrenceSequenceNumberOfPICH OccurrenceSequenceNumberOfPICH OPTIONAL
},
explicit PICH-Info-LCR-r4
}
PICH-Info ::= CHOICE {
fdd SEQUENCE {
channelisationCode256 ChannelisationCode256,
pi-CountPerFrame PI-CountPerFrame,
sttd-Indicator BOOLEAN
},
tdd SEQUENCE {
channelisationCode TDD-PICH-CCode OPTIONAL,
timeslot TimeslotNumber OPTIONAL,
midambleShiftAndBurstType MidambleShiftAndBurstType,
repetitionPeriodLengthOffset RepPerLengthOffset-PICH OPTIONAL,
pagingIndicatorLength PagingIndicatorLength DEFAULT pi4,
n-GAP N-GAP DEFAULT f4,
n-PCH N-PCH DEFAULT 2
}
}
PICH-Info-HCR-VHCR-r7 ::= SEQUENCE {
channelisationCode CHOICE {
tdd384 TDD-PICH-CCode,
tdd768 TDD768-PICH-CCode
} OPTIONAL,
timeslot TimeslotNumber OPTIONAL,
midambleShiftAndBurstType MidambleShiftAndBurstType,
repetitionPeriodLengthOffset RepPerLengthOffset-PICH OPTIONAL,
pagingIndicatorLength PagingIndicatorLength DEFAULT pi4,
n-GAP N-GAP DEFAULT f4,
n-PCH N-PCH DEFAULT 2
}
PICH-Info-LCR-r4 ::= SEQUENCE {
timeslot TimeslotNumber-LCR-r4 OPTIONAL,
pichChannelisationCodeList-LCR-r4 PichChannelisationCodeList-LCR-r4,
midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
repetitionPeriodLengthOffset RepPerLengthOffset-PICH OPTIONAL,
pagingIndicatorLength PagingIndicatorLength DEFAULT pi4,
n-GAP N-GAP DEFAULT f4,
n-PCH N-PCH DEFAULT 2
}
PICH-PowerOffset ::= INTEGER (-10..5)
PilotBits128 ::= ENUMERATED {
pb4, pb8 }
PilotBits128-r12 ::= ENUMERATED {
pb0, pb4, pb8 }
PilotBits256 ::= ENUMERATED {
pb2, pb4, pb8 }
PilotBits256-r12 ::= ENUMERATED {
pb0, pb2, pb4, pb8 }
-- Actual measurement power offset value = IE value * 0.5
MeasurementPowerOffset ::= INTEGER (-12..26)
PLCCH-Info ::= SEQUENCE {
plcchSequenceNumber INTEGER(1..14),
timeslotNumber TimeslotNumber-LCR-r4,
channelisationCode DL-TS-ChannelisationCode,
tpcCommandTargetRate TPC-CommandTargetRate
}
PositionFixedOrFlexible ::= ENUMERATED {
fixed,
flexible }
PowerControlAlgorithm ::= CHOICE {
algorithm1 TPC-StepSizeFDD,
algorithm2 NULL
}
PowerControlAlgorithm3-Config ::= SEQUENCE {
tpcSlotPosition INTEGER (0..4) OPTIONAL,
tpcStepSize TPC-StepSizeFDD OPTIONAL,
decimationFactor ENUMERATED {slots3, slots5} OPTIONAL
}
PowerControlGAP ::= INTEGER (0..255)
PowerOffsetPilot-pdpdch ::= INTEGER (0..24)
PowerOffsetPO-SRB ::= INTEGER (0..24)
PowerOffsetTPC-pdpdch ::= INTEGER (0..24)
PowerRampStep ::= INTEGER (1..8)
PRACH-ChanCodes-LCR-r4 ::= SEQUENCE (SIZE (1..4)) OF
TDD-PRACH-CCode-LCR-r4
PRACH-ChanCodes-List-LCR ::= SEQUENCE (SIZE (1..2)) OF
TDD-PRACH-CCode-LCR-r4
PRACH-Definition-LCR-r4 ::= SEQUENCE {
timeslot TimeslotNumber-PRACH-LCR-r4,
prach-ChanCodes-LCR PRACH-ChanCodes-LCR-r4,
midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
fpach-Info FPACH-Info-r4
}
PRACH-Information-LCR ::= SEQUENCE {
timeslot TimeslotNumber-PRACH-LCR-r4,
prach-ChanCodes-list-LCR PRACH-ChanCodes-List-LCR,
midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
fpach-Info FPACH-Info-r4 OPTIONAL
}
PRACH-Information-LCR-List ::= SEQUENCE (SIZE (1..maxPRACH-FPACH)) OF
PRACH-Information-LCR
PRACH-Midamble ::= ENUMERATED {
direct,
direct-Inverted }
PRACH-Partitioning ::= CHOICE {
fdd SEQUENCE (SIZE (1..maxASC)) OF
-- TABULAR: If only "NumASC+1" (with, NumASC+1 < maxASC) ASCSetting-FDD are listed,
-- the remaining (NumASC+2 through maxASC) ASCs are unspecified.
ASCSetting-FDD,
tdd SEQUENCE (SIZE (1..maxASC)) OF
-- TABULAR: If only "NumASC+1" (with, NumASC+1 < maxASC) ASCSetting-TDD are listed,
-- the remaining (NumASC+2 through maxASC) ASCs are unspecified.
ASCSetting-TDD
}
PRACH-Partitioning-r7 ::= CHOICE {
fdd SEQUENCE (SIZE (1..maxASC)) OF
-- TABULAR: If only "NumASC+1" (with, NumASC+1 < maxASC) ASCSetting-FDD are listed,
-- the remaining (NumASC+2 through maxASC) ASCs are unspecified.
ASCSetting-FDD,
tdd SEQUENCE (SIZE (1..maxASC)) OF
-- TABULAR: If only "NumASC+1" (with, NumASC+1 < maxASC) ASCSetting-TDD are listed,
-- the remaining (NumASC+2 through maxASC) ASCs are unspecified.
ASCSetting-TDD-r7
}
PRACH-Partitioning-LCR-r4 ::= SEQUENCE (SIZE (1..maxASC)) OF
-- TABULAR: If only "NumASC+1" (with, NumASC+1 < maxASC) ASCSetting-TDD-LCR-r4 are listed,
-- the remaining (NumASC+2 through maxASC) ASCs are unspecified.
ASCSetting-TDD-LCR-r4
PRACH-PowerOffset ::= SEQUENCE {
powerRampStep PowerRampStep,
preambleRetransMax PreambleRetransMax
}
PRACH-PreambleForEnhancedUplink ::= SEQUENCE {
availableSignatures AvailableSignatures OPTIONAL,
e-ai-Indication BOOLEAN,
preambleScramblingCodeWordNumber PreambleScramblingCodeWordNumber OPTIONAL,
availableSubChannelNumbers AvailableSubChannelNumbers OPTIONAL,
prach-Partitioning PRACH-Partitioning-r7 OPTIONAL,
persistenceScalingFactorList PersistenceScalingFactorList OPTIONAL,
ac-To-ASC-MappingTable AC-To-ASC-MappingTable OPTIONAL,
primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
constantValue ConstantValue OPTIONAL,
prach-PowerOffset PRACH-PowerOffset OPTIONAL,
rach-TransmissionParameters RACH-TransmissionParameters OPTIONAL,
aich-Info AICH-Info OPTIONAL,
powerOffsetPp-e INTEGER (-5..10)
}
PRACH-PreambleForEnhancedUplinkExt ::= SEQUENCE {
availableSignatures AvailableSignatures,
preambleScramblingCodeWordNumber PreambleScramblingCodeWordNumber,
aich-Info AICH-Info-Compressed OPTIONAL
}
PRACH-PreambleForEnhancedUplinkExtList ::= SEQUENCE (SIZE (1..maxPRACH-EUL)) OF
PRACH-PreambleForEnhancedUplinkExtWithWeight
PRACH-PreambleForEnhancedUplinkExtWithWeight ::= SEQUENCE {
prach-PreambleForEnhancedUplinkExt PRACH-PreambleForEnhancedUplinkExt,
-- Actual value weight = IE value * 0.2
weight INTEGER (1..5) OPTIONAL
}
PRACH-RACH-Info ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
availableSignatures AvailableSignatures,
availableSF SF-PRACH,
preambleScramblingCodeWordNumber PreambleScramblingCodeWordNumber,
puncturingLimit PuncturingLimit,
availableSubChannelNumbers AvailableSubChannelNumbers
},
tdd SEQUENCE {
timeslot TimeslotNumber,
channelisationCodeList TDD-PRACH-CCodeList,
prach-Midamble PRACH-Midamble
}
}
}
PRACH-RACH-Info-VHCR-r7 ::= SEQUENCE {
timeslot TimeslotNumber,
channelisationCodeList TDD768-PRACH-CCodeList,
prach-Midamble PRACH-Midamble
}
PRACH-RACH-Info-LCR-v770ext ::= SEQUENCE {
e-RUCCH-Sync-UL-Codes-Bitmap Sync-UL-Codes-Bitmap
}
PRACH-RACH-Info-LCR-r4 ::= SEQUENCE {
sync-UL-Info SYNC-UL-Info-r4,
prach-DefinitionList SEQUENCE (SIZE (1..maxPRACH-FPACH)) OF
PRACH-Definition-LCR-r4
}
PRACH-SystemInformation ::= SEQUENCE {
prach-RACH-Info PRACH-RACH-Info,
transportChannelIdentity TransportChannelIdentity,
rach-TransportFormatSet TransportFormatSet OPTIONAL,
rach-TFCS TFCS OPTIONAL,
prach-Partitioning PRACH-Partitioning OPTIONAL,
persistenceScalingFactorList PersistenceScalingFactorList OPTIONAL,
ac-To-ASC-MappingTable AC-To-ASC-MappingTable OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
constantValue ConstantValue OPTIONAL,
prach-PowerOffset PRACH-PowerOffset OPTIONAL,
rach-TransmissionParameters RACH-TransmissionParameters OPTIONAL,
aich-Info AICH-Info OPTIONAL
},
tdd NULL
}
}
PRACH-SystemInformation-VHCR-r7 ::= SEQUENCE {
prach-RACH-Info PRACH-RACH-Info-VHCR-r7,
prach-Partitioning PRACH-Partitioning-r7 OPTIONAL
}
PRACH-SystemInformation-LCR-r4 ::= SEQUENCE {
prach-RACH-Info-LCR PRACH-RACH-Info-LCR-r4,
rach-TransportFormatSet-LCR TransportFormatSet-LCR OPTIONAL,
prach-Partitioning-LCR PRACH-Partitioning-LCR-r4 OPTIONAL
}
PRACH-SystemInformation-LCR-v770ext ::= SEQUENCE {
prach-RACH-Info-LCR PRACH-RACH-Info-LCR-v770ext
}
PRACH-SystemInformationList ::= SEQUENCE (SIZE (1..maxPRACH)) OF
PRACH-SystemInformation
PRACH-SystemInformationList-VHCR-r7 ::= SEQUENCE (SIZE (1..maxPRACH)) OF
PRACH-SystemInformation-VHCR-r7
PRACH-SystemInformationList-LCR-r4 ::= SEQUENCE (SIZE (1..maxPRACH)) OF
PRACH-SystemInformation-LCR-r4
PRACH-SystemInformationList-LCR-v770ext ::= SEQUENCE (SIZE (1..maxPRACH)) OF
PRACH-SystemInformation-LCR-v770ext
PreambleRetransMax ::= INTEGER (1..64)
PreambleScramblingCodeWordNumber ::= INTEGER (0..15)
PreDefPhyChConfiguration ::= SEQUENCE {
ul-DPCH-InfoPredef UL-DPCH-InfoPredef,
dl-CommonInformationPredef DL-CommonInformationPredef OPTIONAL
}
PreDefPhyChConfiguration-v770ext ::= SEQUENCE {
ul-DPCH-InfoPredef UL-DPCH-InfoPredef-v770ext
}
PrimaryCCPCH-Info ::= CHOICE {
fdd SEQUENCE {
tx-DiversityIndicator BOOLEAN
},
tdd SEQUENCE {
-- syncCase should be ignored for 1.28Mcps TDD mode
syncCase CHOICE {
syncCase1 SEQUENCE {
timeslot TimeslotNumber
},
syncCase2 SEQUENCE {
timeslotSync2 TimeslotSync2
}
} OPTIONAL,
cellParametersID CellParametersID OPTIONAL,
sctd-Indicator BOOLEAN
}
}
PrimaryCCPCH-Info-r4 ::= CHOICE {
fdd SEQUENCE {
tx-DiversityIndicator BOOLEAN
},
tdd SEQUENCE {
tddOption CHOICE {
tdd384-tdd768 SEQUENCE {
syncCase CHOICE {
syncCase1 SEQUENCE {
timeslot TimeslotNumber
},
syncCase2 SEQUENCE {
timeslotSync2 TimeslotSync2
}
} OPTIONAL
},
tdd128 SEQUENCE {
tstd-Indicator BOOLEAN
}
},
cellParametersID CellParametersID OPTIONAL,
sctd-Indicator BOOLEAN
}
}
PrimaryCCPCH-Info-LCR-r4 ::= SEQUENCE {
tstd-Indicator BOOLEAN,
cellParametersID CellParametersID OPTIONAL,
sctd-Indicator BOOLEAN
}
-- For 1.28Mcps TDD, the following IE includes elements for the PCCPCH Info additional to those
-- in PrimaryCCPCH-Info
PrimaryCCPCH-Info-LCR-r4-ext ::= SEQUENCE {
tstd-Indicator BOOLEAN
}
PrimaryCCPCH-InfoPost ::= SEQUENCE {
syncCase CHOICE {
syncCase1 SEQUENCE {
timeslot TimeslotNumber
},
syncCase2 SEQUENCE {
timeslotSync2 TimeslotSync2
}
},
cellParametersID CellParametersID,
sctd-Indicator BOOLEAN
}
PrimaryCCPCH-InfoPostTDD-LCR-r4 ::= SEQUENCE {
tstd-Indicator BOOLEAN,
cellParametersID CellParametersID,
sctd-Indicator BOOLEAN
}
PrimaryCCPCH-TX-Power ::= INTEGER (6..43)
PrimaryCPICH-Info ::= SEQUENCE {
primaryScramblingCode PrimaryScramblingCode
}
PrimaryCPICH-TX-Power ::= INTEGER (-10..50)
PrimaryScramblingCode ::= INTEGER (0..511)
PuncturingLimit ::= ENUMERATED {
pl0-40, pl0-44, pl0-48, pl0-52, pl0-56,
pl0-60, pl0-64, pl0-68, pl0-72, pl0-76,
pl0-80, pl0-84, pl0-88, pl0-92, pl0-96, pl1 }
PUSCH-CapacityAllocationInfo ::= SEQUENCE {
pusch-Allocation CHOICE {
pusch-AllocationPending NULL,
pusch-AllocationAssignment SEQUENCE {
pusch-AllocationPeriodInfo AllocationPeriodInfo,
pusch-PowerControlInfo UL-TargetSIR OPTIONAL,
configuration CHOICE {
old-Configuration SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
pusch-Identity PUSCH-Identity
},
new-Configuration SEQUENCE {
pusch-Info PUSCH-Info,
pusch-Identity PUSCH-Identity OPTIONAL
}
}
}
}
}
PUSCH-CapacityAllocationInfo-r4 ::= SEQUENCE {
pusch-Allocation CHOICE {
pusch-AllocationPending NULL,
pusch-AllocationAssignment SEQUENCE {
pusch-AllocationPeriodInfo AllocationPeriodInfo,
pusch-PowerControlInfo PUSCH-PowerControlInfo-r4 OPTIONAL,
configuration CHOICE {
old-Configuration SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
pusch-Identity PUSCH-Identity
},
new-Configuration SEQUENCE {
pusch-Info PUSCH-Info-r4,
pusch-Identity PUSCH-Identity OPTIONAL
}
}
}
}
}
PUSCH-CapacityAllocationInfo-r7 ::= SEQUENCE {
pusch-Allocation CHOICE {
pusch-AllocationPending NULL,
pusch-AllocationAssignment SEQUENCE {
pusch-AllocationPeriodInfo AllocationPeriodInfo,
pusch-PowerControlInfo PUSCH-PowerControlInfo-r7 OPTIONAL,
configuration CHOICE {
old-Configuration SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
pusch-Identity PUSCH-Identity
},
new-Configuration SEQUENCE {
pusch-Info PUSCH-Info-VHCR,
pusch-Identity PUSCH-Identity OPTIONAL
}
}
}
}
}
PUSCH-Identity ::= INTEGER (1..hiPUSCHidentities)
PUSCH-Info ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
pusch-TimeslotsCodes UplinkTimeslotsCodes OPTIONAL
}
PUSCH-Info-r4 ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
tddOption CHOICE {
tdd384 SEQUENCE {
pusch-TimeslotsCodes UplinkTimeslotsCodes OPTIONAL
},
tdd128 SEQUENCE {
pusch-TimeslotsCodes UplinkTimeslotsCodes-LCR-r4 OPTIONAL
}
}
}
PUSCH-Info-VHCR ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
pusch-TimeslotsCodes-VHCR UplinkTimeslotsCodes-VHCR OPTIONAL
}
PUSCH-Info-LCR-r4 ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
pusch-TimeslotsCodes UplinkTimeslotsCodes-LCR-r4 OPTIONAL
}
PUSCH-PowerControlInfo-r4 ::= SEQUENCE {
-- The IE ul-TargetSIR corresponds to PRX-PUSCHdes for 1.28Mcps TDD
-- Actual value PRX-PUSCHdes = (value of IE "ul-TargetSIR" - 120)
ul-TargetSIR UL-TargetSIR,
tddOption CHOICE {
tdd384 NULL,
tdd128 SEQUENCE {
tpc-StepSize TPC-StepSizeTDD OPTIONAL
}
}
}
PUSCH-PowerControlInfo-r7 ::= SEQUENCE {
-- The IE ul-TargetSIR corresponds to PRX-PUSCHdes for 1.28Mcps TDD
-- Actual value PRX-PUSCHdes = (value of IE "ul-TargetSIR" - 120)
ul-TargetSIR UL-TargetSIR,
tddOption CHOICE {
tdd384 NULL,
tdd768 NULL,
tdd128 SEQUENCE {
tpc-StepSize TPC-StepSizeTDD OPTIONAL
}
}
}
PUSCH-SysInfo ::= SEQUENCE {
pusch-Identity PUSCH-Identity,
pusch-Info PUSCH-Info,
usch-TFS TransportFormatSet OPTIONAL,
usch-TFCS TFCS OPTIONAL
}
PUSCH-SysInfo-VHCR ::= SEQUENCE {
pusch-Identity PUSCH-Identity,
pusch-Info-VHCR PUSCH-Info-VHCR,
usch-TransportChannelsInfo USCH-TransportChannelsInfo OPTIONAL,
usch-TFCS TFCS OPTIONAL
}
PUSCH-SysInfo-HCR-r5 ::= SEQUENCE {
pusch-Identity PUSCH-Identity,
pusch-Info PUSCH-Info,
usch-TransportChannelsInfo USCH-TransportChannelsInfo OPTIONAL,
usch-TFCS TFCS OPTIONAL
}
PUSCH-SysInfo-LCR-r4 ::= SEQUENCE {
pusch-Identity PUSCH-Identity,
pusch-Info PUSCH-Info-LCR-r4,
usch-TFS TransportFormatSet OPTIONAL,
usch-TFCS TFCS OPTIONAL
}
PUSCH-SysInfoList ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
PUSCH-SysInfo
PUSCH-SysInfoList-HCR-r5 ::= SEQUENCE (SIZE (1..maxPUSCH)) OF PUSCH-SysInfo-HCR-r5
PUSCH-SysInfoList-LCR-r4 ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
PUSCH-SysInfo-LCR-r4
PUSCH-SysInfoList-SFN ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
SEQUENCE {
pusch-SysInfo PUSCH-SysInfo,
sfn-TimeInfo SFN-TimeInfo OPTIONAL
}
PUSCH-SysInfoList-SFN-HCR-r5 ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
SEQUENCE {
pusch-SysInfo PUSCH-SysInfo-HCR-r5,
sfn-TimeInfo SFN-TimeInfo OPTIONAL
}
PUSCH-SysInfoList-SFN-LCR-r4 ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
SEQUENCE {
pusch-SysInfo PUSCH-SysInfo-LCR-r4,
sfn-TimeInfo SFN-TimeInfo OPTIONAL
}
PUSCH-SysInfoList-SFN-VHCR ::= SEQUENCE (SIZE (1..maxPUSCH)) OF
SEQUENCE {
pusch-SysInfo-VHCR PUSCH-SysInfo-VHCR,
sfn-TimeInfo SFN-TimeInfo OPTIONAL
}
RACH-TransmissionParameters ::= SEQUENCE {
mmax INTEGER (1..32),
nb01Min NB01,
nb01Max NB01
}
RadioLinkswithoutDPCHFDPCHInfo ::= SEQUENCE {
frameOffset DPCH-FrameOffset
}
ReducedScramblingCodeNumber ::= INTEGER (0..8191)
Reference-Beta-QPSK ::= SEQUENCE {
reference-Code-Rate INTEGER (0..10),
reference-Beta INTEGER (-15..16)
}
Reference-Beta-16QAM ::= SEQUENCE {
reference-Code-Rate INTEGER (0..10),
reference-Beta INTEGER (-15..16)
}
RepetitionPeriodAndLength ::= CHOICE {
repetitionPeriod1 NULL,
-- repetitionPeriod2 could just as well be NULL also.
repetitionPeriod2 INTEGER (1..1),
repetitionPeriod4 INTEGER (1..3),
repetitionPeriod8 INTEGER (1..7),
repetitionPeriod16 INTEGER (1..15),
repetitionPeriod32 INTEGER (1..31),
repetitionPeriod64 INTEGER (1..63)
}
RepetitionPeriodLengthAndOffset ::= CHOICE {
repetitionPeriod1 NULL,
repetitionPeriod2 SEQUENCE {
length NULL,
offset INTEGER (0..1)
},
repetitionPeriod4 SEQUENCE {
length INTEGER (1..3),
offset INTEGER (0..3)
},
repetitionPeriod8 SEQUENCE {
length INTEGER (1..7),
offset INTEGER (0..7)
},
repetitionPeriod16 SEQUENCE {
length INTEGER (1..15),
offset INTEGER (0..15)
},
repetitionPeriod32 SEQUENCE {
length INTEGER (1..31),
offset INTEGER (0..31)
},
repetitionPeriod64 SEQUENCE {
length INTEGER (1..63),
offset INTEGER (0..63)
}
}
RepetitionPeriodAndLengthForSPS ::= CHOICE {
repetitionPeriod1 NULL,
-- repetitionPeriod2 could just as well be NULL also.
repetitionPeriod2 INTEGER (1..1),
repetitionPeriod4 INTEGER (1..3),
repetitionPeriod8 INTEGER (1..7),
repetitionPeriod16 INTEGER (1..15),
repetitionPeriod32 INTEGER (1..31)
}
ReplacedPDSCH-CodeInfo ::= SEQUENCE {
tfci-Field2 MaxTFCI-Field2Value,
spreadingFactor SF-PDSCH,
codeNumber CodeNumberDSCH,
multiCodeInfo MultiCodeInfo
}
ReplacedPDSCH-CodeInfoList ::= SEQUENCE (SIZE (1..maxTFCI-2-Combs)) OF
ReplacedPDSCH-CodeInfo
RepPerLengthOffset-PICH ::= CHOICE {
rpp4-2 INTEGER (0..3),
rpp8-2 INTEGER (0..7),
rpp8-4 INTEGER (0..7),
rpp16-2 INTEGER (0..15),
rpp16-4 INTEGER (0..15),
rpp32-2 INTEGER (0..31),
rpp32-4 INTEGER (0..31),
rpp64-2 INTEGER (0..63),
rpp64-4 INTEGER (0..63)
}
RepPerLengthOffset-MICH ::= CHOICE {
rpp4-2 INTEGER (0..3),
rpp8-2 INTEGER (0..7),
rpp8-4 INTEGER (0..7),
rpp16-2 INTEGER (0..15),
rpp16-4 INTEGER (0..15),
rpp32-2 INTEGER (0..31),
rpp32-4 INTEGER (0..31),
rpp64-2 INTEGER (0..63),
rpp64-4 INTEGER (0..63)
}
RestrictedTrCH ::= SEQUENCE {
dl-restrictedTrCh-Type DL-TrCH-Type,
restrictedDL-TrCH-Identity TransportChannelIdentity,
allowedTFIList AllowedTFI-List
}
RestrictedTrCH-InfoList ::= SEQUENCE (SIZE(1..maxTrCH)) OF
RestrictedTrCH
RL-AdditionInformation ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL,
-- dummy and dummy2 are not used in this version of specification
-- and the IEs should be ignored.
dummy BOOLEAN,
dummy2 SCCPCH-InfoForFACH OPTIONAL
}
RL-AdditionInformation-r6 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-Id CellIdentity OPTIONAL,
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r5,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r6
},
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Information E-RGCH-Information OPTIONAL
}
RL-AdditionInformation-r7 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-Id CellIdentity OPTIONAL,
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r5,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7
},
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Information E-RGCH-Information OPTIONAL
}
RL-AdditionInformation-r8 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-Id CellIdentity OPTIONAL,
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r5,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7
},
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Information E-RGCH-Information OPTIONAL,
targetCellPreconfigInfo TargetCellPreconfigInfo OPTIONAL
}
RL-AdditionInformation-r9 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-Id CellIdentity OPTIONAL,
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r5,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7
},
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Information E-RGCH-Information OPTIONAL,
targetCellPreconfigInfo TargetCellPreconfigInfo-r9 OPTIONAL
}
RL-AdditionInformation-r10 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-Id CellIdentity OPTIONAL,
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r5,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7
},
e-HICH-Information E-HICH-Information OPTIONAL,
e-RGCH-Information E-RGCH-Information OPTIONAL,
targetCellPreconfigInfo TargetCellPreconfigInfo-r10 OPTIONAL
}
RL-AdditionInformation-vb50ext ::= SEQUENCE {
targetCellPreconfigInfo TargetCellPreconfigInfo-vb50ext OPTIONAL
}
RL-AdditionInformation-r11 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-Id CellIdentity OPTIONAL,
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-r5,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7
},
e-HICH-Information E-HICH-Information-r11 OPTIONAL,
e-RGCH-Information E-RGCH-Information OPTIONAL,
f-TPICH-Information F-TPICH-Information OPTIONAL,
targetCellPreconfigInfo TargetCellPreconfigInfo-r11 OPTIONAL
}
RL-AdditionInformation-r12 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-Id CellIdentity OPTIONAL,
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-ASU,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7,
radioLinkswithoutDPCHFDPCHInfo RadioLinkswithoutDPCHFDPCHInfo
},
e-HICH-Information E-HICH-Information-r11 OPTIONAL,
e-RGCH-Information E-RGCH-Information OPTIONAL,
f-TPICH-Information F-TPICH-Information OPTIONAL,
targetCellPreconfigInfo TargetCellPreconfigInfo-r12 OPTIONAL
}
RL-AdditionInformation-r13 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-Id CellIdentity OPTIONAL,
dl-dpchInfo CHOICE {
dl-DPCH-InfoPerRL DL-DPCH-InfoPerRL-ASU,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r13,
radioLinkswithoutDPCHFDPCHInfo RadioLinkswithoutDPCHFDPCHInfo
},
e-HICH-Information E-HICH-Information-r11 OPTIONAL,
e-RGCH-Information E-RGCH-Information OPTIONAL,
f-TPICH-Information F-TPICH-Information OPTIONAL,
targetCellPreconfigInfo TargetCellPreconfigInfo-r13 OPTIONAL
}
RL-AdditionInformation-v6b0ext ::= SEQUENCE {
sttdIndication STTDIndication OPTIONAL
}
RL-AdditionInformation-v890ext ::= SEQUENCE {
targetCellPreconfigInfo TargetCellPreconfigInfo-v890ext OPTIONAL
}
RL-AdditionInformation-v950ext ::= SEQUENCE {
targetCellPreconfigInfo TargetCellPreconfigInfo-v950ext OPTIONAL
}
RL-AdditionInformationList ::= SEQUENCE (SIZE (1..maxRL-1)) OF
RL-AdditionInformation
RL-AdditionInformationList-r6 ::= SEQUENCE (SIZE (1..maxRL-1)) OF
RL-AdditionInformation-r6
RL-AdditionInformationList-r7 ::= SEQUENCE (SIZE (1..maxRL-1)) OF
RL-AdditionInformation-r7
RL-AdditionInformation-list-v6b0ext ::= SEQUENCE (SIZE (1..maxRL)) OF
RL-AdditionInformation-v6b0ext
RL-AdditionInformationList-r8 ::= SEQUENCE (SIZE(1..maxRL-1)) OF
RL-AdditionInformation-r8
RL-AdditionInformationList-v890ext ::= SEQUENCE (SIZE (1..maxRL-1)) OF
RL-AdditionInformation-v890ext
RL-AdditionInformationList-r9 ::= SEQUENCE (SIZE(1..maxRL-1)) OF
RL-AdditionInformation-r9
RL-AdditionInformationList-v950ext ::= SEQUENCE (SIZE(1..maxRL-1)) OF
RL-AdditionInformation-v950ext
RL-AdditionInformationList-r10 ::= SEQUENCE (SIZE(1..maxRL-1)) OF
RL-AdditionInformation-r10
RL-AdditionInformationList-vb50ext ::= SEQUENCE (SIZE(1..maxRL-1)) OF
RL-AdditionInformation-vb50ext
RL-AdditionInformationList-r11 ::= SEQUENCE (SIZE(1..maxRL-1)) OF
RL-AdditionInformation-r11
RL-AdditionInformationList-r12 ::= SEQUENCE (SIZE(1..maxRL-1)) OF
RL-AdditionInformation-r12
RL-AdditionInformationList-r13 ::= SEQUENCE (SIZE(1..maxRL-1)) OF
RL-AdditionInformation-r13
RL-AdditionInformationList-SecULFreq ::= SEQUENCE (SIZE(1..maxEDCHRL-1)) OF
RL-AdditionInformation-SecULFreq
RL-AdditionInformationList-SecULFreq-r12 ::= SEQUENCE (SIZE(1..maxEDCHRL-1)) OF
RL-AdditionInformation-SecULFreq-r12
RL-AdditionInformationList-SecULFreq-r13 ::= SEQUENCE (SIZE(1..maxEDCHRL-1)) OF
RL-AdditionInformation-SecULFreq-r13
RL-AdditionInformation-SecULFreq ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-id CellIdentity OPTIONAL,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7,
e-HICH-Information E-HICH-Information,
e-RGCH-Information E-RGCH-Information OPTIONAL
}
RL-AdditionInformation-SecULFreq-r12 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-id CellIdentity OPTIONAL,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r7,
e-HICH-Information E-HICH-Information,
e-RGCH-Information E-RGCH-Information OPTIONAL,
radioLinkswithoutDPCHFDPCHIndicator NULL OPTIONAL
}
RL-AdditionInformation-SecULFreq-r13 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cell-id CellIdentity OPTIONAL,
dl-FDPCH-InfoPerRL DL-FDPCH-InfoPerRL-r13,
e-HICH-Information E-HICH-Information,
e-RGCH-Information E-RGCH-Information OPTIONAL,
radioLinkswithoutDPCHFDPCHIndicator NULL OPTIONAL
}
RL-IdentifierList ::= SEQUENCE (SIZE (1..maxRL)) OF
PrimaryCPICH-Info
RL-RemovalInformationList ::= SEQUENCE (SIZE (1..maxRL)) OF
PrimaryCPICH-Info
RL-RemovalInformationList-SecULFreq ::= SEQUENCE (SIZE(1..maxEDCHRL)) OF
PrimaryCPICH-Info
RPP ::= ENUMERATED {
mode0, mode1 }
S-Field ::= ENUMERATED {
e1bit, e2bits }
SCCPCH-ChannelisationCode ::= ENUMERATED {
cc16-1, cc16-2, cc16-3, cc16-4,
cc16-5, cc16-6, cc16-7, cc16-8,
cc16-9, cc16-10, cc16-11, cc16-12,
cc16-13, cc16-14, cc16-15, cc16-16 }
SCCPCH-ChannelisationCode-VHCR ::= ENUMERATED {
cc32-1, cc32-2, cc32-3, cc32-4,
cc32-5, cc32-6, cc32-7, cc32-8,
cc32-9, cc32-10, cc32-11, cc32-12,
cc32-13, cc32-14, cc32-15, cc32-16,
cc32-17, cc32-18, cc32-19, cc32-20,
cc32-21, cc32-22, cc32-23, cc32-24,
cc32-25, cc32-26, cc32-27, cc32-28,
cc32-29, cc32-30, cc32-31, cc32-32 }
SCCPCH-ChannelisationCodeList ::= SEQUENCE (SIZE (1..16)) OF
SCCPCH-ChannelisationCode
SCCPCH-ChannelisationCodeList-VHCR ::= SEQUENCE (SIZE (1..32)) OF
SCCPCH-ChannelisationCode-VHCR
SCCPCH-InfoForFACH ::= SEQUENCE {
secondaryCCPCH-Info SecondaryCCPCH-Info,
tfcs TFCS,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
fach-PCH-InformationList FACH-PCH-InformationList,
sib-ReferenceListFACH SIB-ReferenceListFACH
},
tdd SEQUENCE {
fach-PCH-InformationList FACH-PCH-InformationList
}
}
}
SCCPCH-InfoForFACH-r4 ::= SEQUENCE {
secondaryCCPCH-Info SecondaryCCPCH-Info-r4,
tfcs TFCS,
fach-PCH-InformationList FACH-PCH-InformationList,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
sib-ReferenceListFACH SIB-ReferenceListFACH
},
tdd NULL
}
}
SCCPCH-SystemInformation ::= SEQUENCE {
secondaryCCPCH-Info SecondaryCCPCH-Info,
tfcs TFCS OPTIONAL,
fach-PCH-InformationList FACH-PCH-InformationList OPTIONAL,
pich-Info PICH-Info OPTIONAL
}
SCCPCH-SystemInformation-LCR-r4-ext ::= SEQUENCE {
secondaryCCPCH-LCR-Extensions SecondaryCCPCH-Info-LCR-r4-ext,
-- pich-Info in the SCCPCH-SystemInformation IE shall be absent,
-- and instead the following used.
pich-Info PICH-Info-LCR-r4 OPTIONAL
}
SCCPCH-SystemInformation-HCR-VHCR-r7 ::= SEQUENCE {
secondaryCCPCH-Info SecondaryCCPCH-Info-HCR-VHCR-r7,
tfcs TFCS OPTIONAL,
fach-PCH-InformationList FACH-PCH-InformationList OPTIONAL,
pich-Info PICH-Info-HCR-VHCR-r7 OPTIONAL
}
SCCPCH-SystemInformationList ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
SCCPCH-SystemInformation
SCCPCH-SystemInformationList-HCR-VHCR-r7 ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
SCCPCH-SystemInformation-HCR-VHCR-r7
-- SCCPCH-SystemInformationList-LCR-r4-ext includes elements additional to those in
-- SCCPCH-SystemInformationList for the 1.28Mcps TDD. The order of the IEs
-- indicates which SCCPCH-SystemInformation-LCR-r4-ext IE extends which
-- SCCPCH-SystemInformation IE.
SCCPCH-SystemInformationList-LCR-r4-ext ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
SCCPCH-SystemInformation-LCR-r4-ext
-- The SCCPCH-SystemInformation-MBMS-r6 is used for an S-CCPCH dedicated for MBMS purposes.
SCCPCH-SystemInformation-MBMS-r6 ::= SEQUENCE {
secondaryCCPCHInfo-MBMS SecondaryCCPCHInfo-MBMS-r6,
transportFormatCombinationSet TFCS,
fachCarryingMCCH SEQUENCE {
mcch-transportFormatSet TransportFormatSet,
mcch-ConfigurationInfo MBMS-MCCH-ConfigurationInfo-r6
},
fachCarryingMTCH-List MBMS-FACHCarryingMTCH-List OPTIONAL,
-- If schedulingInformation is provided
fachCarryingMSCH SEQUENCE {
msch-transportFormatSet TransportFormatSet,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy MBMS-MSCH-ConfigurationInfo-r6
} OPTIONAL
}
-- The SCCPCH-SystemInformation-MBMS-r7 is used for an S-CCPCH dedicated for MBMS purposes.
SCCPCH-SystemInformation-MBMS-r7 ::= SEQUENCE {
secondaryCCPCHInfo-MBMS SecondaryCCPCHInfo-MBMS-r7,
transportFormatCombinationSet TFCS,
fachCarryingMCCH SEQUENCE {
mcch-transportFormatSet TransportFormatSet,
mcch-ConfigurationInfo MBMS-MCCH-ConfigurationInfo-r6
},
fachCarryingMTCH-List MBMS-FACHCarryingMTCH-List OPTIONAL,
-- If schedulingInformation is provided
fachCarryingMSCH SEQUENCE {
msch-transportFormatSet TransportFormatSet
} OPTIONAL
}
S-CPICH-PowerOffset-MIMO ::= INTEGER (-6..0)
S-CPICH-PowerOffset-4x4MIMO ::= INTEGER (-12..0)
ScheduledTransmissionConfiguration ::= SEQUENCE {
common-E-DCH-ResourceInfoListExt SEQUENCE (SIZE (1..maxEDCHs)) OF
Common-E-DCH-ResourceInfoListExt
}
ScramblingCodeChange ::= ENUMERATED {
codeChange, noCodeChange }
ScramblingCodeType ::= ENUMERATED {
shortSC,
longSC }
SecondaryCCPCH-Info ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
-- dummy1 is not used in this version of the specification and should be ignored.
dummy1 PCPICH-UsageForChannelEst,
-- dummy2 is not used in this version of the specification. It should not
-- be sent and if received it should be ignored.
dummy2 SecondaryCPICH-Info OPTIONAL,
secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
sttd-Indicator BOOLEAN,
sf-AndCodeNumber SF256-AndCodeNumber,
pilotSymbolExistence BOOLEAN,
tfci-Existence BOOLEAN,
positionFixedOrFlexible PositionFixedOrFlexible,
timingOffset TimingOffset DEFAULT 0
},
tdd SEQUENCE {
-- TABULAR: the offset is included in CommonTimeslotInfoSCCPCH
commonTimeslotInfo CommonTimeslotInfoSCCPCH,
individualTimeslotInfo IndividualTimeslotInfo,
channelisationCode SCCPCH-ChannelisationCodeList
}
}
}
SecondaryCCPCH-Info-r4 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
sttd-Indicator BOOLEAN,
sf-AndCodeNumber SF256-AndCodeNumber,
pilotSymbolExistence BOOLEAN,
tfci-Existence BOOLEAN,
positionFixedOrFlexible PositionFixedOrFlexible,
timingOffset TimingOffset DEFAULT 0
},
tdd SEQUENCE {
-- TABULAR: the offset is included in CommonTimeslotInfoSCCPCH
commonTimeslotInfo CommonTimeslotInfoSCCPCH,
tddOption CHOICE {
tdd384 SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo
},
tdd128 SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo-LCR-r4
}
},
channelisationCode SCCPCH-ChannelisationCodeList
}
}
}
SecondaryCCPCH-Info-HCR-VHCR-r7 ::= SEQUENCE {
modeSpecificInfo CHOICE {
tdd384 SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo-r7,
channelisationCode SCCPCH-ChannelisationCodeList
},
tdd768 SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo-VHCR,
channelisationCode SCCPCH-ChannelisationCodeList-VHCR
}
}
}
SecondaryCCPCH-Info-LCR-r4-ext ::= SEQUENCE {
individualTimeslotLCR-Ext IndividualTimeslotInfo-LCR-r4-ext
}
SecondaryCCPCHFrameType2Info ::= SEQUENCE {
subFrameNumber INTEGER (0..4),
dl-ChannelisationCodes DL-ChannelCodes-MBSFN-IMB384,
modulation CHOICE {
modQPSK NULL,
mod16QAM SEQUENCE {
cpich-SecCCPCH-PowerOffset INTEGER (-11..4)
}
}
}
SecondaryCCPCHInfo-MBMS-r6 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
sttd-Indicator BOOLEAN,
sf-AndCodeNumber SF256-AndCodeNumber,
timingOffset TimingOffset DEFAULT 0
},
tdd384 SEQUENCE {
commonTimeslotInfoMBMS CommonTimeslotInfoMBMS,
downlinkTimeslotsCodes DownlinkTimeslotsCodes
},
tdd128 SEQUENCE {
commonTimeslotInfoMBMS CommonTimeslotInfoMBMS,
downlinkTimeslotsCodes DownlinkTimeslotsCodes-LCR-r4
}
}
}
SecondaryCCPCHInfo-MBMS-r7 ::= SEQUENCE {
modeSpecificInfo CHOICE {
-- The CHOICE fdd is used for both "fdd" and "3.84 Mcps TDD MBSFN IMB"
fdd SEQUENCE {
-- The IE secondaryScramblingCode is not applicable for "3.84 Mcps TDD MBSFN IMB"
secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
-- The IE sttd-Indicator is not applicable for cells operating in MBSFN mode,
-- the UE behaviour is unspecified
sttd-Indicator BOOLEAN,
sf-AndCodeNumber SF256-AndCodeNumber,
-- The IE timingOffset is not applicable for "3.84 Mcps TDD MBSFN IMB"
timingOffset TimingOffset DEFAULT 0,
modulation CHOICE {
modQPSK NULL,
-- The CHOICE mod16QAM is not applicable for MCCH in "3.84 Mcps TDD MBSFN IMB"
mod16QAM INTEGER (-11..4)
} OPTIONAL
},
tdd384 SEQUENCE {
commonTimeslotInfoMBMS CommonTimeslotInfoMBMS,
downlinkTimeslotsCodes DownlinkTimeslotsCodes-r7,
modulation ENUMERATED { modQPSK, mod16QAM }
},
tdd768 SEQUENCE {
commonTimeslotInfoMBMS CommonTimeslotInfoMBMS,
downlinkTimeslotsCodes DownlinkTimeslotsCodes-VHCR,
modulation ENUMERATED { modQPSK, mod16QAM }
},
tdd128 SEQUENCE {
commonTimeslotInfoMBMS CommonTimeslotInfoMBMS,
downlinkTimeslotsCodes DownlinkTimeslotsCodes-LCR-r4,
mbsfnSpecialTimeSlot TimeSlotLCR-ext OPTIONAL,
modulation ENUMERATED { modQPSK, mod16QAM }
}
}
}
SecondaryCCPCHInfoDiff-MBMS ::= SEQUENCE {
secondaryScramblingCode SecondaryScramblingCode OPTIONAL,
sttd-Indicator BOOLEAN,
sf-AndCodeNumber SF256-AndCodeNumber OPTIONAL,
timingOffset TimingOffset OPTIONAL
}
SecondaryCPICH-Info ::= SEQUENCE {
secondaryDL-ScramblingCode SecondaryScramblingCode OPTIONAL,
channelisationCode ChannelisationCode256
}
SecondaryScramblingCode ::= INTEGER (1..15)
SecondaryCellMIMOparametersFDD ::= CHOICE {
continue NULL,
newConfiguration SEQUENCE {
mimoN-M-Ratio MIMO-N-M-Ratio OPTIONAL,
mimoPilotConfiguration MIMO-PilotConfiguration-r9 OPTIONAL
}
}
SecondaryCellMIMOparametersFDD-v950ext ::= SEQUENCE {
precodingWeightSetRestriction ENUMERATED { true } OPTIONAL
}
SecondaryCellMIMOparametersFDD-r10 ::= CHOICE {
continue NULL,
newConfiguration SEQUENCE {
mimoN-M-Ratio MIMO-N-M-Ratio OPTIONAL,
mimoPilotConfiguration MIMO-PilotConfiguration-r9 OPTIONAL,
precodingWeightSetRestriction ENUMERATED { true } OPTIONAL
}
}
SecondaryCell4x4MIMOparametersFDD ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
mimoN-M-Ratio MIMO-N-M-Ratio OPTIONAL,
mimoPilotConfiguration MIMO4x4-PilotConfiguration OPTIONAL,
precodingWeightSetRestriction BIT STRING (SIZE (64)) OPTIONAL
}
}
}
SecondInterleavingMode ::= ENUMERATED {
frameRelated, timeslotRelated }
ServingCellChangeMACreset ::= BOOLEAN
ServingCellChangeMsgType ::= ENUMERATED {
radioBearerSetup,
radioBearerReconfiguration,
transportChannelReconfiguration,
physicalChannelReconfiguration }
ServingCellChangeParameters ::= SEQUENCE {
servingCellChangeMACreset ServingCellChangeMACreset,
servingCellChangeMsgType ServingCellChangeMsgType,
servingCellChangeTrId ServingCellChangeTrId
}
ServingCellChangeParameters-r12 ::= SEQUENCE {
servingCellChangeMACreset ServingCellChangeMACreset,
servingCellChangeMsgType ServingCellChangeMsgType,
servingCellChangeTrId ServingCellChangeTrId,
enhancedServingCellChangeforEvent1CsupportIndicator ENUMERATED { true } OPTIONAL
}
ServingCellChangeTrId ::= INTEGER (0..3)
SF8Codes ::= ENUMERATED {
cc8-1, cc8-2, cc8-3, cc8-4, cc8-5, cc8-6, cc8-7, cc8-8}
SF16Codes ::= ENUMERATED {
cc16-1, cc16-2, cc16-3, cc16-4, cc16-5, cc16-6, cc16-7,
cc16-8}
SF16Codes2 ::= ENUMERATED {
cc16-1, cc16-2, cc16-3, cc16-4, cc16-5, cc16-6, cc16-7,
cc16-8, cc16-9, cc16-10, cc16-11, cc16-12, cc16-13, cc16-14,
cc16-15, cc16-16}
SF32Codes ::= ENUMERATED {
cc32-1, cc32-2, cc32-3, cc32-4, cc32-5, cc32-6, cc32-7,
cc32-8, cc32-9, cc32-10, cc32-11, cc32-12, cc32-13, cc32-14,
cc32-15, cc32-16}
-- SF256-AndCodeNumber encodes both "Spreading factor" and "Code Number"
SF256-AndCodeNumber ::= CHOICE {
sf4 INTEGER (0..3),
sf8 INTEGER (0..7),
sf16 INTEGER (0..15),
sf32 INTEGER (0..31),
sf64 INTEGER (0..63),
sf128 INTEGER (0..127),
sf256 INTEGER (0..255)
}
-- SF512-AndCodeNumber encodes both "Spreading factor" and "Code Number"
SF512-AndCodeNumber ::= CHOICE {
sf4 INTEGER (0..3),
sf8 INTEGER (0..7),
sf16 INTEGER (0..15),
sf32 INTEGER (0..31),
sf64 INTEGER (0..63),
sf128 INTEGER (0..127),
sf256 INTEGER (0..255),
sf512 INTEGER (0..511)
}
-- SF512-AndPilot encodes both "Spreading factor" and "Number of bits for Pilot bits"
SF512-AndPilot ::= CHOICE {
sfd4 NULL,
sfd8 NULL,
sfd16 NULL,
sfd32 NULL,
sfd64 NULL,
sfd128 PilotBits128,
sfd256 PilotBits256,
sfd512 NULL
}
SF512-AndPilot-r12 ::= CHOICE {
sfd4 NULL,
sfd8 NULL,
sfd16 NULL,
sfd32 NULL,
sfd64 NULL,
sfd128 PilotBits128-r12,
sfd256 PilotBits256-r12,
sfd512 NULL
}
SF-PDSCH ::= ENUMERATED {
sfp4, sfp8, sfp16, sfp32,
sfp64, sfp128, sfp256 }
SF-PRACH ::= ENUMERATED {
sfpr32, sfpr64, sfpr128, sfpr256 }
SFN-TimeInfo ::= SEQUENCE {
activationTimeSFN INTEGER (0..4095),
physChDuration DurationTimeInfo
}
-- actual scheduling value = 2(signalled value +1) and is the periodicity of sending
-- special burst frames
SpecialBurstScheduling ::= INTEGER (0..7)
SpreadingFactor ::= ENUMERATED {
sf4, sf8, sf16, sf32,
sf64, sf128, sf256 }
SPS-Information-TDD128-r8 ::= SEQUENCE {
e-dch-SPS-Info E-DCH-SPS-Information-TDD128 OPTIONAL,
hs-dsch-SPS-Info HS-DSCH-SPS-Information-TDD128 OPTIONAL
}
SRB-delay ::= INTEGER (0..7)
SSDT-CellIdentity ::= ENUMERATED {
ssdt-id-a, ssdt-id-b, ssdt-id-c,
ssdt-id-d, ssdt-id-e, ssdt-id-f,
ssdt-id-g, ssdt-id-h }
SSDT-Information ::= SEQUENCE {
s-Field S-Field,
codeWordSet CodeWordSet
}
SSDT-Information-r4 ::= SEQUENCE {
s-Field S-Field,
codeWordSet CodeWordSet,
ssdt-UL-r4 SSDT-UL OPTIONAL
}
SSDT-UL ::= ENUMERATED {
ul, ul-AndDL }
StandaloneMidambleInfo-TDD128 ::= SEQUENCE {
-- Actual value midambleConfiguration = IE value * 2
midambleConfiguration INTEGER (1..8),
midambleShift INTEGER (0..15),
timeSlotInformation BIT STRING (SIZE (5)),
activationTime ActivationTime,
subframeNum INTEGER (0..1),
repetitionPeriod ENUMERATED {
v1, v2, v4, v8,
v16, v32, v64, spare},
referenceBeta INTEGER (-15..16) OPTIONAL
}
STTDIndication ::= ENUMERATED { true }
SynchronisationParameters-r4 ::= SEQUENCE {
sync-UL-CodesBitmap BIT STRING {
code7(0),
code6(1),
code5(2),
code4(3),
code3(4),
code2(5),
code1(6),
code0(7)
} (SIZE (8)),
fpach-Info FPACH-Info-r4,
-- Actual value prxUpPCHdes = IE value - 120
prxUpPCHdes INTEGER (0..62),
sync-UL-Procedure SYNC-UL-Procedure-r4 OPTIONAL
}
Sync-UL-Codes-Bitmap ::= BIT STRING {
code7(0),
code6(1),
code5(2),
code4(3),
code3(4),
code2(5),
code1(6),
code0(7)
} (SIZE (8))
SYNC-UL-Procedure-r4 ::= SEQUENCE {
max-SYNC-UL-Transmissions ENUMERATED { tr1, tr2, tr4, tr8 },
powerRampStep INTEGER (0..3)
}
SYNC-UL-Info-r4 ::= SEQUENCE {
sync-UL-Codes-Bitmap Sync-UL-Codes-Bitmap,
-- Actual value prxUpPCHdes = IE value - 120
prxUpPCHdes INTEGER (0..62),
powerRampStep INTEGER (0..3),
max-SYNC-UL-Transmissions ENUMERATED { tr1, tr2, tr4, tr8 },
mmax INTEGER(1..32)
}
SYNC-UL-InfoForE-RUCCH ::= SEQUENCE {
prxUpPCHdes INTEGER (0..62) OPTIONAL,
powerRampStep INTEGER (0..3) OPTIONAL,
max-SYNC-UL-Transmissions ENUMERATED { tr1, tr2, tr4, tr8 } OPTIONAL,
e-RUCCH-Sync-UL-Codes-Bitmap Sync-UL-Codes-Bitmap,
mmax INTEGER(1..32)
}
TargetCellPreconfigInfo ::= SEQUENCE {
activationTimeOffset ActivationTimeOffset OPTIONAL,
new-H-RNTI H-RNTI,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r8,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r7,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD OPTIONAL
}
TargetCellPreconfigInfo-v890ext ::= MIMO-Parameters-v7f0ext
TargetCellPreconfigInfo-r9 ::= SEQUENCE {
activationTimeOffset ActivationTimeOffset OPTIONAL,
new-H-RNTI H-RNTI,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r9,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r7,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
e-dch-ReconfigurationInfo-SecULFrequency
E-DCH-ReconfigurationInfo-SecULFrequency OPTIONAL
}
TargetCellPreconfigInfo-v950ext ::= SecondaryCellMIMOparametersFDD-v950ext
TargetCellPreconfigInfo-r10 ::= SEQUENCE {
activationTimeOffset ActivationTimeOffset OPTIONAL,
new-H-RNTI H-RNTI,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r9,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r7,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r10 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
e-dch-ReconfigurationInfo-SecULFrequency
E-DCH-ReconfigurationInfo-SecULFrequency OPTIONAL
}
TargetCellPreconfigInfo-vb50ext ::= SEQUENCE {
ulOLTDInfoFDD UL-OLTD-InfoFDD OPTIONAL
}
TargetCellPreconfigInfo-r11 ::= SEQUENCE {
activationTimeOffset ActivationTimeOffset OPTIONAL,
new-H-RNTI H-RNTI,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r11,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r11,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
e-dch-ReconfigurationInfo-SecULFrequency
E-DCH-ReconfigurationInfo-SecULFrequency OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
f-tpich-ReconfigurationInfo F-TPICH-ReconfigurationInfo OPTIONAL,
uL-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-16QAM-Config UL-16QAM-Config OPTIONAL,
ul-64QAM-Config UL-64QAM-Config OPTIONAL,
ul-MIMO-Info UL-MIMO-InfoFDD OPTIONAL
}
TargetCellPreconfigInfo-r12 ::= SEQUENCE {
activationTimeOffset ActivationTimeOffset OPTIONAL,
new-H-RNTI H-RNTI,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r11,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r12 OPTIONAL,
e-dch-ReconfigurationInfo-SecULFrequency
E-DCH-ReconfigurationInfo-SecULFrequency OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
f-tpich-ReconfigurationInfo F-TPICH-ReconfigurationInfo OPTIONAL,
uL-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-16QAM-Config UL-16QAM-Config OPTIONAL,
ul-64QAM-Config UL-64QAM-Config OPTIONAL,
ul-MIMO-Info UL-MIMO-InfoFDD OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL
}
TargetCellPreconfigInfo-r13 ::= SEQUENCE {
activationTimeOffset ActivationTimeOffset OPTIONAL,
new-H-RNTI H-RNTI,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r11,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
e-dch-ReconfigurationInfo-SecULFrequency
E-DCH-ReconfigurationInfo-SecULFrequency OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
f-tpich-ReconfigurationInfo F-TPICH-ReconfigurationInfo OPTIONAL,
uL-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-16QAM-Config UL-16QAM-Config OPTIONAL,
ul-64QAM-Config UL-64QAM-Config OPTIONAL,
ul-MIMO-Info UL-MIMO-InfoFDD OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL
}
TDD-FPACH-CCode16-r4 ::= ENUMERATED {
cc16-1, cc16-2, cc16-3, cc16-4,
cc16-5, cc16-6, cc16-7, cc16-8,
cc16-9, cc16-10, cc16-11, cc16-12,
cc16-13, cc16-14, cc16-15, cc16-16 }
TDD-UL-Interference ::= INTEGER (-110..-52)
TDD-PICH-CCode ::= ENUMERATED {
cc16-1, cc16-2, cc16-3, cc16-4,
cc16-5, cc16-6, cc16-7, cc16-8,
cc16-9, cc16-10, cc16-11, cc16-12,
cc16-13, cc16-14, cc16-15, cc16-16 }
TDD768-PICH-CCode ::= ENUMERATED {
cc32-1, cc32-2, cc32-3, cc32-4,
cc32-5, cc32-6, cc32-7, cc32-8,
cc32-9, cc32-10, cc32-11, cc32-12,
cc32-13, cc32-14, cc32-15, cc32-16,
cc32-17, cc32-18, cc32-19, cc32-20,
cc32-21, cc32-22, cc32-23, cc32-24,
cc32-25, cc32-26, cc32-27, cc32-28,
cc32-29, cc32-30, cc32-31, cc32-32 }
TDD-MBSFNInformation ::= SEQUENCE (SIZE (1..maxTS)) OF
TDD-MBSFNTSlotInfo
TDD-MBSFNTSlotInfo ::= SEQUENCE {
timeSlotNumber TimeslotNumber,
cellParametersID CellParametersID
}
TDD-PRACH-CCode8 ::= ENUMERATED {
cc8-1, cc8-2, cc8-3, cc8-4,
cc8-5, cc8-6, cc8-7, cc8-8 }
TDD-PRACH-CCode16 ::= ENUMERATED {
cc16-1, cc16-2, cc16-3, cc16-4,
cc16-5, cc16-6, cc16-7, cc16-8,
cc16-9, cc16-10, cc16-11, cc16-12,
cc16-13, cc16-14, cc16-15, cc16-16 }
TDD-PRACH-CCode-LCR-r4 ::= ENUMERATED {
cc4-1, cc4-2, cc4-3, cc4-4,
cc8-1, cc8-2, cc8-3, cc8-4,
cc8-5, cc8-6, cc8-7, cc8-8,
cc16-1, cc16-2, cc16-3, cc16-4,
cc16-5, cc16-6, cc16-7, cc16-8,
cc16-9, cc16-10, cc16-11, cc16-12,
cc16-13, cc16-14, cc16-15, cc16-16 }
TDD-PRACH-CCodeList ::= CHOICE {
sf8 SEQUENCE (SIZE (1..8)) OF
TDD-PRACH-CCode8,
-- Channelisation codes cc16-9, cc16-10, cc16-11, cc16-12, cc16-13, cc16-14,
-- cc16-15 and cc16-16 shall not be used
sf16 SEQUENCE (SIZE (1..8)) OF
TDD-PRACH-CCode16
}
TDD768-PRACH-CCode16 ::= ENUMERATED {
cc16-1, cc16-2, cc16-3, cc16-4,
cc16-5, cc16-6, cc16-7, cc16-8,
cc16-9, cc16-10, cc16-11, cc16-12,
cc16-13, cc16-14, cc16-15, cc16-16 }
TDD768-PRACH-CCode32 ::= ENUMERATED {
cc32-1, cc32-2, cc32-3, cc32-4,
cc32-5, cc32-6, cc32-7, cc32-8,
cc32-9, cc32-10, cc32-11, cc32-12,
cc32-13, cc32-14, cc32-15, cc32-16 }
TDD768-PRACH-CCodeList ::= CHOICE {
sf32 SEQUENCE (SIZE (1..16)) OF
TDD768-PRACH-CCode32,
-- Channelisation codes cc32-17, cc32-18, cc32-19, cc32-20, cc32-21, cc32-22,
-- cc32-23, cc32-24, cc32-25, cc32-26, cc32-27, cc32-28, cc32-29, cc32-30, cc32-31
-- and cc32-32 shall not be used
sf16 SEQUENCE (SIZE (1..16)) OF
TDD768-PRACH-CCode16
}
TFC-ControlDuration ::= ENUMERATED {
tfc-cd1, tfc-cd2, tfc-cd4, tfc-cd8,
tfc-cd16, tfc-cd24, tfc-cd32,
tfc-cd48, tfc-cd64, tfc-cd128,
tfc-cd192, tfc-cd256, tfc-cd512 }
TFCI-Coding ::= ENUMERATED {
tfci-bits-4, tfci-bits-8,
tfci-bits-16, tfci-bits-32 }
TGCFN ::= INTEGER (0..255)
-- In TGD, value 270 represents "undefined" in the tabular description.
TGD ::= INTEGER (15..270)
TGL ::= INTEGER (1..14)
TGMP ::= ENUMERATED {
tdd-Measurement, fdd-Measurement,
gsm-CarrierRSSIMeasurement,
gsm-initialBSICIdentification, gsmBSICReconfirmation,
multi-carrier }
TGMP-r8 ::= ENUMERATED {
tdd-Measurement, fdd-Measurement,
gsm-CarrierRSSIMeasurement,
gsm-initialBSICIdentification, gsmBSICReconfirmation,
multi-carrier, e-UTRA, spare }
TGP-Sequence ::= SEQUENCE {
tgpsi TGPSI,
tgps-Status CHOICE {
activate SEQUENCE {
tgcfn TGCFN
},
deactivate NULL
},
tgps-ConfigurationParams TGPS-ConfigurationParams OPTIONAL
}
TGP-Sequence-r8 ::= SEQUENCE {
tgpsi TGPSI,
tgps-Status CHOICE {
activate SEQUENCE {
tgcfn TGCFN
},
deactivate NULL
},
tgps-ConfigurationParams TGPS-ConfigurationParams-r8 OPTIONAL
}
TGP-Sequence-r10 ::= SEQUENCE {
tgpsi TGPSI,
tgps-Status CHOICE {
activate SEQUENCE {
tgcfn TGCFN
},
deactivate NULL
},
tgps-ConfigurationParams TGPS-ConfigurationParams-r10 OPTIONAL
}
TGPS-Reconfiguration-CFN ::= INTEGER (0..255)
TGP-SequenceList ::= SEQUENCE (SIZE (1..maxTGPS)) OF
TGP-Sequence
TGP-SequenceList-r8 ::= SEQUENCE (SIZE (1..maxTGPS)) OF
TGP-Sequence-r8
TGP-SequenceList-r10 ::= SEQUENCE (SIZE (1..maxTGPS)) OF
TGP-Sequence-r10
TGP-SequenceShort ::= SEQUENCE {
tgpsi TGPSI,
tgps-Status CHOICE {
activate SEQUENCE {
tgcfn TGCFN
},
deactivate NULL
}
}
TGP-SequenceShort-r10 ::= SEQUENCE {
tgpsi TGPSI,
tgps-Status CHOICE {
activate SEQUENCE {
tgcfn TGCFN
},
deactivate NULL
},
freqSpecificCompressedMode ENUMERATED { true } OPTIONAL
}
TGPL ::= INTEGER (1..144)
-- TABULAR: In TGPRC, value 0 represents "infinity" in the tabular description.
TGPRC ::= INTEGER (0..511)
TGPS-ConfigurationParams ::= SEQUENCE {
tgmp TGMP,
tgprc TGPRC,
tgsn TGSN,
tgl1 TGL,
tgl2 TGL OPTIONAL,
tgd TGD,
tgpl1 TGPL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it shall be ignored.
dummy TGPL OPTIONAL,
rpp RPP,
itp ITP,
-- TABULAR: Compressed mode method is nested inside UL-DL-Mode
ul-DL-Mode UL-DL-Mode,
dl-FrameType DL-FrameType,
deltaSIR1 DeltaSIR,
deltaSIRAfter1 DeltaSIR,
deltaSIR2 DeltaSIR OPTIONAL,
deltaSIRAfter2 DeltaSIR OPTIONAL,
nidentifyAbort NidentifyAbort OPTIONAL,
treconfirmAbort TreconfirmAbort OPTIONAL
}
TGPS-ConfigurationParams-r8 ::= SEQUENCE {
tgmp TGMP-r8,
tgprc TGPRC,
tgsn TGSN,
tgl1 TGL,
tgl2 TGL OPTIONAL,
tgd TGD,
tgpl1 TGPL,
rpp RPP,
itp ITP,
-- TABULAR: Compressed mode method is nested inside UL-DL-Mode
ul-DL-Mode UL-DL-Mode,
dl-FrameType DL-FrameType,
deltaSIR1 DeltaSIR,
deltaSIRAfter1 DeltaSIR,
deltaSIR2 DeltaSIR OPTIONAL,
deltaSIRAfter2 DeltaSIR OPTIONAL,
nidentifyAbort NidentifyAbort OPTIONAL,
treconfirmAbort TreconfirmAbort OPTIONAL
}
TGPS-ConfigurationParams-r10 ::= SEQUENCE {
tgmp TGMP-r8,
freqSpecificCompressedMode ENUMERATED { true } OPTIONAL,
tgprc TGPRC,
tgsn TGSN,
tgl1 TGL,
tgl2 TGL OPTIONAL,
tgd TGD,
tgpl1 TGPL,
rpp RPP,
itp ITP,
-- TABULAR: Compressed mode method is nested inside UL-DL-Mode
ul-DL-Mode UL-DL-Mode,
dl-FrameType DL-FrameType,
deltaSIR1 DeltaSIR,
deltaSIRAfter1 DeltaSIR,
deltaSIR2 DeltaSIR OPTIONAL,
deltaSIRAfter2 DeltaSIR OPTIONAL,
nidentifyAbort NidentifyAbort OPTIONAL,
treconfirmAbort TreconfirmAbort OPTIONAL
}
TGPSI ::= INTEGER (1..maxTGPS)
TGSN ::= INTEGER (0..14)
TimeInfo ::= SEQUENCE {
activationTime ActivationTime OPTIONAL,
durationTimeInfo DurationTimeInfo OPTIONAL
}
TimeSlotLCR-ext ::= ENUMERATED {
ts7, spare3, spare2, spare1 }
TimeslotList ::= SEQUENCE (SIZE (1..maxTS)) OF
TimeslotNumber
TimeslotList-r4 ::= CHOICE {
-- the choice for 7.68 Mcps TDD is as for 3.84 Mcps TDD --
tdd384 SEQUENCE (SIZE (1..maxTS)) OF
TimeslotNumber,
tdd128 SEQUENCE (SIZE (1..maxTS-LCR)) OF
TimeslotNumber-LCR-r4
}
-- If TimeslotNumber is included for a 1.28Mcps TDD description, it shall take values from 0..6
TimeslotNumber ::= INTEGER (0..14)
TimeslotNumber-LCR-r4 ::= INTEGER (0..6)
TimeslotNumber-PRACH-LCR-r4 ::= INTEGER (1..6)
TimeslotSync2 ::= INTEGER (0..6)
DTX-DRX-TimingInfo-r7 ::= SEQUENCE {
timing CHOICE {
continue NULL,
newTiming NewTiming
}
}
-- Actual value TimingOffset = IE value * 256
TimingOffset ::= INTEGER (0..149)
TimingMaintainedSynchInd ::= ENUMERATED { false }
TPC-CombinationIndex ::= INTEGER (0..5)
TPC-CommandTargetRate ::= INTEGER (0..10)
-- Actual value TPC-StepSizeFDD = IE value + 1
TPC-StepSizeFDD ::= INTEGER (0..1)
TPC-StepSizeTDD ::= INTEGER (1..3)
TransportBlockSizeIndex ::= INTEGER (1..32)
-- Actual value TreconfirmAbort = IE value * 0.5 seconds
TreconfirmAbort ::= INTEGER (1..20)
TwoMsHarqConfiguration ::= SEQUENCE {
harqProcessAllocation BIT STRING (SIZE (8)) OPTIONAL
}
TX-DiversityMode ::= ENUMERATED {
noDiversity,
sttd,
closedLoopMode1,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy }
UARFCN ::= INTEGER (0..16383)
UCSM-Info ::= SEQUENCE {
minimumSpreadingFactor MinimumSpreadingFactor,
nf-Max NF-Max,
channelReqParamsForUCSM ChannelReqParamsForUCSM
}
UE-DPCCH-Burst ::= ENUMERATED {
sub-frames-1,
sub-frames-2,
sub-frames-5,
spare1 }
UE-DPCCHPowerResetAfterDTXOnSecUplink ::= SEQUENCE {
filterCoefficient INTEGER (0..5),
-- Actual value range powerOffset = (-4..10) * 2
powerOffset INTEGER (-8..20),
inactivityThresholdForResetPower ENUMERATED {
ms10, ms20, ms30, ms40,
ms50, ms60, ms80, ms120} OPTIONAL
}
UE-DRX-Cycle ::= ENUMERATED {
sub-frames-4,
sub-frames-5,
sub-frames-8,
sub-frames-10,
sub-frames-16,
sub-frames-20,
spare2,
spare1 }
UE-DRX-Cycle2 ::= ENUMERATED {
sub-frames-4,
sub-frames-5,
sub-frames-8,
sub-frames-10,
sub-frames-16,
sub-frames-20,
sub-frames-32,
sub-frames-40,
sub-frames-64,
sub-frames-80,
spare6,
spare5,
spare4,
spare3,
spare2,
spare1 }
UE-DTX-Cycle1-10ms ::= ENUMERATED {
sub-frames-1,
sub-frames-5,
sub-frames-10,
sub-frames-20 }
UE-DTX-Cycle1-2ms ::= ENUMERATED {
sub-frames-1,
sub-frames-4,
sub-frames-5,
sub-frames-8,
sub-frames-10,
sub-frames-16,
sub-frames-20,
spare1 }
UE-DTX-Cycle2-10ms ::= ENUMERATED {
sub-frames-5,
sub-frames-10,
sub-frames-20,
sub-frames-40,
sub-frames-80,
sub-frames-160,
spare2,
spare1 }
UE-DTX-Cycle2-2ms ::= ENUMERATED {
sub-frames-4,
sub-frames-5,
sub-frames-8,
sub-frames-10,
sub-frames-16,
sub-frames-20,
sub-frames-32,
sub-frames-40,
sub-frames-64,
sub-frames-80,
sub-frames-128,
sub-frames-160,
spare4,
spare3,
spare2,
spare1 }
UE-DTX-Cycle2-2ms-Secondary ::= ENUMERATED {
sub-frames-4,
sub-frames-5,
sub-frames-8,
sub-frames-10,
sub-frames-16,
sub-frames-20,
sub-frames-32,
sub-frames-40,
sub-frames-64,
sub-frames-80,
sub-frames-128,
sub-frames-160,
sub-frames-256,
sub-frames-320,
sub-frames-512,
sub-frames-640,
sub-frames-1024,
sub-frames-1280,
spare14,
spare13,
spare12,
spare11,
spare10,
spare9,
spare8,
spare7,
spare6,
spare5,
spare4,
spare3,
spare2,
spare1 }
UE-DTX-Cycle2InactivityThreshold ::= ENUMERATED {
e-dch-tti-1,
e-dch-tti-4,
e-dch-tti-8,
e-dch-tti-16,
e-dch-tti-32,
e-dch-tti-64,
e-dch-tti-128,
e-dch-tti-256,
spare8,
spare7,
spare6,
spare5,
spare4,
spare3,
spare2,
spare1 }
UE-DTX-long-preamble-length ::= ENUMERATED {
slots-4,
slots-15 }
UE-DTX-DRX-Offset ::= INTEGER (0..159)
UE-GrantMonitoring-InactivityThreshold ::= ENUMERATED {
e-dch-tti-0,
e-dch-tti-1,
e-dch-tti-2,
e-dch-tti-4,
e-dch-tti-8,
e-dch-tti-16,
e-dch-tti-32,
e-dch-tti-64,
e-dch-tti-128,
e-dch-tti-256,
spare6,
spare5,
spare4,
spare3,
spare2,
spare1 }
UL-16QAM-Config ::= SEQUENCE {
ul-16QAM-Settings UL-16QAM-Settings OPTIONAL,
e-TFCI-TableIndex E-TFCI-TableIndex OPTIONAL,
mac-es-e-resetIndicator ENUMERATED { true } OPTIONAL
}
UL-16QAM-Settings ::= SEQUENCE {
beta-Ed-Gain-E-AGCH-Table-Selection INTEGER (0..1)
}
UL-64QAM-Config ::= SEQUENCE {
ul-64QAM-Settings UL-64QAM-Settings OPTIONAL,
mac-is-i-resetIndicator ENUMERATED { true } OPTIONAL
}
UL-64QAM-Settings ::= SEQUENCE {
beta-Ed-Gain-E-AGCH-Table-Selection INTEGER (0..1)
}
UL-CCTrCH ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
ul-TargetSIR UL-TargetSIR,
timeInfo TimeInfo,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes OPTIONAL
}
UL-CCTrCH-r4 ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
-- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
-- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" - 120)
ul-TargetSIR UL-TargetSIR,
timeInfo TimeInfo,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
tddOption CHOICE {
tdd384 SEQUENCE {
ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes OPTIONAL
},
tdd128 SEQUENCE {
ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes-LCR-r4 OPTIONAL
}
}
}
UL-CCTrCH-r7 ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain DEFAULT 1,
-- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
-- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" - 120)
ul-TargetSIR UL-TargetSIR,
timeInfo TimeInfo,
commonTimeslotInfo CommonTimeslotInfo OPTIONAL,
tddOption CHOICE {
tdd384 SEQUENCE {
ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes OPTIONAL
},
tdd768 SEQUENCE {
ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes-VHCR OPTIONAL
},
tdd128 SEQUENCE {
ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes-LCR-r7 OPTIONAL
}
}
}
UL-CCTrCHList ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
UL-CCTrCH
UL-CCTrCHList-r4 ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
UL-CCTrCH-r4
UL-CCTrCHList-r7 ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
UL-CCTrCH-r7
UL-CCTrCHListToRemove ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
TFCS-IdentityPlain
UL-CCTrChTPCList ::= SEQUENCE (SIZE (0..maxCCTrCH)) OF
TFCS-Identity
UL-ChannelRequirement ::= CHOICE {
ul-DPCH-Info UL-DPCH-Info,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received the UE behaviour is not specified.
dummy CPCH-SetInfo
}
UL-ChannelRequirement-r4 ::= CHOICE {
ul-DPCH-Info UL-DPCH-Info-r4,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received the UE behaviour is not specified.
dummy CPCH-SetInfo
}
UL-ChannelRequirement-r5 ::= CHOICE {
ul-DPCH-Info UL-DPCH-Info-r5,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received the UE behaviour is not specified.
dummy CPCH-SetInfo
}
-- Note: the reference to CPCH in the element name below is incorrect. The name is not
-- changed to keep it aligned with R99.
UL-ChannelRequirementWithCPCH-SetID ::= CHOICE {
ul-DPCH-Info UL-DPCH-Info,
-- dummy1 and dummy 2 are not used in this version of the specification, they should
-- not be sent and if received the UE behaviour is not specified.
dummy1 CPCH-SetInfo,
dummy2 CPCH-SetID
}
-- Note: the reference to CPCH in the element name below is incorrect. The name is not
-- changed to keep it aligned with R99.
UL-ChannelRequirementWithCPCH-SetID-r4 ::= CHOICE {
ul-DPCH-Info UL-DPCH-Info-r4,
-- dummy1 and dummy2 are not used in this version of the specification, they
-- should not be sent and if received the UE behaviour is not specified.
dummy1 CPCH-SetInfo,
dummy2 CPCH-SetID
}
-- Note: the reference to CPCH in the element name below is incorrect. The name is not
-- changed to keep it aligned with R99.
UL-ChannelRequirementWithCPCH-SetID-r5 ::= CHOICE {
ul-DPCH-Info UL-DPCH-Info-r5,
-- dummy1 and dummy2 are not used in this version of the specification, they should
-- not be sent and if received the UE behaviour is not specified.
dummy1 CPCH-SetInfo,
dummy2 CPCH-SetID
}
UL-CLTD-InfoFDD ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
s-dpcch-Info S-DPCCH-Information,
initial-CLTD-ActivationState ENUMERATED { first-state, second-state } OPTIONAL,
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL
}
}
}
UL-CompressedModeMethod ::= ENUMERATED {
sf-2,
higherLayerScheduling }
UL-DL-Mode ::= CHOICE {
ul UL-CompressedModeMethod,
dl DL-CompressedModeMethod,
ul-and-dl SEQUENCE {
ul UL-CompressedModeMethod,
dl DL-CompressedModeMethod
}}
UL-DPCCH-SlotFormat ::= ENUMERATED {
slf0, slf1, slf2 }
UL-DPCH-CodeInfoForCommonEDCH ::= SEQUENCE {
ul-DPCCHscramblingCodeType ScramblingCodeType,
ul-DPCCHscramblingCode UL-ScramblingCode OPTIONAL
}
UL-DPCH-Info ::= SEQUENCE {
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
scramblingCodeType ScramblingCodeType,
scramblingCode UL-ScramblingCode,
numberOfDPDCH NumberOfDPDCH DEFAULT 1,
spreadingFactor SpreadingFactor,
tfci-Existence BOOLEAN,
-- numberOfFBI-Bits is conditional based on history
numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
puncturingLimit PuncturingLimit
},
tdd SEQUENCE {
ul-TimingAdvance UL-TimingAdvanceControl OPTIONAL,
ul-CCTrCHList UL-CCTrCHList OPTIONAL,
ul-CCTrCHListToRemove UL-CCTrCHListToRemove OPTIONAL
}
}
}
UL-DPCH-Info-r4 ::= SEQUENCE {
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r4 OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
scramblingCodeType ScramblingCodeType,
scramblingCode UL-ScramblingCode,
numberOfDPDCH NumberOfDPDCH DEFAULT 1,
spreadingFactor SpreadingFactor,
tfci-Existence BOOLEAN,
-- numberOfFBI-Bits is conditional based on history
numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
puncturingLimit PuncturingLimit
},
tdd SEQUENCE {
ul-TimingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
ul-CCTrCHList UL-CCTrCHList-r4 OPTIONAL,
ul-CCTrCHListToRemove UL-CCTrCHListToRemove OPTIONAL
}
}
}
UL-DPCH-Info-r5 ::= SEQUENCE {
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r5 OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
scramblingCodeType ScramblingCodeType,
scramblingCode UL-ScramblingCode,
numberOfDPDCH NumberOfDPDCH DEFAULT 1,
spreadingFactor SpreadingFactor,
tfci-Existence BOOLEAN,
-- numberOfFBI-Bits is conditional based on history
numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
puncturingLimit PuncturingLimit
},
tdd SEQUENCE {
ul-TimingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
ul-CCTrCHList UL-CCTrCHList-r4 OPTIONAL,
ul-CCTrCHListToRemove UL-CCTrCHListToRemove OPTIONAL
}
}
}
UL-DPCH-Info-r6 ::= SEQUENCE {
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r6 OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
scramblingCodeType ScramblingCodeType,
scramblingCode UL-ScramblingCode,
dpdchPresence CHOICE {
present SEQUENCE {
numberOfDPDCH NumberOfDPDCH DEFAULT 1,
spreadingFactor SpreadingFactor,
tfci-Existence BOOLEAN,
-- numberOfFBI-Bits is conditional based on history
numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
puncturingLimit PuncturingLimit
},
notPresent SEQUENCE {
tfci-Existence BOOLEAN,
-- numberOfFBI-Bits is conditional based on history
numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL
}
}
},
tdd SEQUENCE {
ul-TimingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
ul-CCTrCHList UL-CCTrCHList-r4 OPTIONAL,
ul-CCTrCHListToRemove UL-CCTrCHListToRemove OPTIONAL
}
}
}
UL-DPCH-Info-r7 ::= SEQUENCE {
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r7 OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
scramblingCodeType ScramblingCodeType,
scramblingCode UL-ScramblingCode,
dpdchPresence CHOICE {
present SEQUENCE {
numberOfDPDCH NumberOfDPDCH DEFAULT 1,
spreadingFactor SpreadingFactor,
tfci-Existence BOOLEAN,
-- numberOfFBI-Bits is conditional based on history
numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
numberOfTPC-Bits NumberOfTPC-Bits OPTIONAL,
puncturingLimit PuncturingLimit
},
notPresent SEQUENCE {
tfci-Existence BOOLEAN,
-- numberOfFBI-Bits is conditional based on history
numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
numberOfTPC-Bits NumberOfTPC-Bits OPTIONAL
}
}
},
tdd SEQUENCE {
ul-TimingAdvance UL-TimingAdvanceControl-r7 OPTIONAL,
ul-CCTrCHList UL-CCTrCHList-r7 OPTIONAL,
ul-CCTrCHListToRemove UL-CCTrCHListToRemove OPTIONAL
}
}
}
UL-DPCH-Info-r11 ::= SEQUENCE {
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfo-r11 OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
scramblingCodeType ScramblingCodeType,
scramblingCode UL-ScramblingCode,
dpdchPresence CHOICE {
present SEQUENCE {
numberOfDPDCH NumberOfDPDCH DEFAULT 1,
spreadingFactor SpreadingFactor,
tfci-Existence BOOLEAN,
-- numberOfFBI-Bits is conditional based on history
numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
numberOfTPC-Bits NumberOfTPC-Bits OPTIONAL,
puncturingLimit PuncturingLimit
},
notPresent SEQUENCE {
tfci-Existence BOOLEAN,
-- numberOfFBI-Bits is conditional based on history
numberOfFBI-Bits NumberOfFBI-Bits OPTIONAL,
numberOfTPC-Bits NumberOfTPC-Bits OPTIONAL
}
}
},
tdd SEQUENCE {
ul-TimingAdvance UL-TimingAdvanceControl-r7 OPTIONAL,
ul-CCTrCHList UL-CCTrCHList-r7 OPTIONAL,
ul-CCTrCHListToRemove UL-CCTrCHListToRemove OPTIONAL
}
}
}
UL-DPCH-InfoPostFDD ::= SEQUENCE {
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfoPostFDD,
scramblingCodeType ScramblingCodeType,
reducedScramblingCodeNumber ReducedScramblingCodeNumber,
spreadingFactor SpreadingFactor
}
UL-DPCH-InfoPostTDD ::= SEQUENCE {
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfoPostTDD,
ul-TimingAdvance UL-TimingAdvanceControl OPTIONAL,
ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes
}
UL-DPCH-InfoPostTDD-LCR-r4 ::= SEQUENCE {
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfoPostTDD-LCR-r4,
ul-TimingAdvance UL-TimingAdvanceControl-LCR-r4 OPTIONAL,
ul-CCTrCH-TimeslotsCodes UplinkTimeslotsCodes-LCR-r4
}
UL-DPCH-InfoPredef ::= SEQUENCE {
ul-DPCH-PowerControlInfo UL-DPCH-PowerControlInfoPredef,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
tfci-Existence BOOLEAN,
puncturingLimit PuncturingLimit
},
tdd SEQUENCE {
commonTimeslotInfo CommonTimeslotInfo
}
}
}
UL-DPCH-InfoPredef-v770ext ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
numberOfTPC-Bits NumberOfTPC-Bits OPTIONAL
},
tdd NULL }
}
UL-DPCH-PowerControlInfo ::= CHOICE {
fdd SEQUENCE {
dpcch-PowerOffset DPCCH-PowerOffset,
pc-Preamble PC-Preamble,
sRB-delay SRB-delay,
-- TABULAR: TPC step size nested inside PowerControlAlgorithm
powerControlAlgorithm PowerControlAlgorithm
},
tdd SEQUENCE {
ul-TargetSIR UL-TargetSIR OPTIONAL,
ul-OL-PC-Signalling CHOICE {
broadcast-UL-OL-PC-info NULL,
individuallySignalled SEQUENCE {
individualTS-InterferenceList IndividualTS-InterferenceList,
dpch-ConstantValue ConstantValueTdd,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
} OPTIONAL
}
}
UL-DPCH-PowerControlInfo-r4 ::= CHOICE {
fdd SEQUENCE {
dpcch-PowerOffset DPCCH-PowerOffset,
pc-Preamble PC-Preamble,
sRB-delay SRB-delay,
-- TABULAR: TPC step size nested inside PowerControlAlgorithm
powerControlAlgorithm PowerControlAlgorithm
},
tdd SEQUENCE {
-- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
-- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" - 120)
ul-TargetSIR UL-TargetSIR OPTIONAL,
ul-OL-PC-Signalling CHOICE {
broadcast-UL-OL-PC-info NULL,
individuallySignalled SEQUENCE {
tddOption CHOICE {
tdd384 SEQUENCE {
individualTS-InterferenceList IndividualTS-InterferenceList,
dpch-ConstantValue ConstantValue
},
tdd128 SEQUENCE {
tpc-StepSize TPC-StepSizeTDD
}
},
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
UL-DPCH-PowerControlInfo-r5 ::= CHOICE {
fdd SEQUENCE {
dpcch-PowerOffset DPCCH-PowerOffset,
pc-Preamble PC-Preamble,
sRB-delay SRB-delay,
-- TABULAR: TPC step size nested inside PowerControlAlgorithm
powerControlAlgorithm PowerControlAlgorithm,
deltaACK DeltaACK OPTIONAL,
deltaNACK DeltaNACK OPTIONAL,
ack-NACK-repetition-factor ACK-NACK-repetitionFactor OPTIONAL
},
tdd SEQUENCE {
-- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
-- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" - 120)
ul-TargetSIR UL-TargetSIR OPTIONAL,
ul-OL-PC-Signalling CHOICE {
broadcast-UL-OL-PC-info NULL,
individuallySignalled SEQUENCE {
tddOption CHOICE {
tdd384 SEQUENCE {
individualTS-InterferenceList IndividualTS-InterferenceList,
dpch-ConstantValue ConstantValue
},
tdd128 SEQUENCE {
tpc-StepSize TPC-StepSizeTDD
}
},
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
UL-DPCH-PowerControlInfo-r6 ::= CHOICE {
fdd SEQUENCE {
dpcch-PowerOffset DPCCH-PowerOffset,
pc-Preamble PC-Preamble,
sRB-delay SRB-delay,
-- TABULAR: TPC step size nested inside PowerControlAlgorithm
powerControlAlgorithm PowerControlAlgorithm,
deltaACK DeltaACK OPTIONAL,
deltaNACK DeltaNACK OPTIONAL,
ack-NACK-repetition-factor ACK-NACK-repetitionFactor OPTIONAL,
harq-Preamble-Mode HARQ-Preamble-Mode
},
tdd SEQUENCE {
-- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
-- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" - 120)
ul-TargetSIR UL-TargetSIR OPTIONAL,
ul-OL-PC-Signalling CHOICE {
broadcast-UL-OL-PC-info NULL,
individuallySignalled SEQUENCE {
tddOption CHOICE {
tdd384 SEQUENCE {
individualTS-InterferenceList IndividualTS-InterferenceList,
dpch-ConstantValue ConstantValue
},
tdd128 SEQUENCE {
beaconPLEst BEACON-PL-Est OPTIONAL,
tpc-StepSize TPC-StepSizeTDD
}
},
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
UL-DPCH-PowerControlInfo-r7 ::= CHOICE {
fdd SEQUENCE {
dpcch-PowerOffset DPCCH-PowerOffset,
pc-Preamble PC-Preamble,
sRB-delay SRB-delay,
-- TABULAR: TPC step size nested inside PowerControlAlgorithm
powerControlAlgorithm PowerControlAlgorithm,
deltaACK DeltaACK OPTIONAL,
deltaNACK DeltaNACK OPTIONAL,
ack-NACK-repetition-factor ACK-NACK-repetitionFactor OPTIONAL,
harq-Preamble-Mode HARQ-Preamble-Mode
},
tdd SEQUENCE {
-- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
-- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" - 120)
ul-TargetSIR UL-TargetSIR OPTIONAL,
ul-OL-PC-Signalling CHOICE {
broadcast-UL-OL-PC-info NULL,
individuallySignalled SEQUENCE {
tddOption CHOICE {
tdd384 SEQUENCE {
individualTS-InterferenceList IndividualTS-InterferenceList,
dpch-ConstantValue ConstantValue
},
tdd768 SEQUENCE {
individualTS-InterferenceList IndividualTS-InterferenceList,
dpch-ConstantValue ConstantValue
},
tdd128 SEQUENCE {
beaconPLEst BEACON-PL-Est OPTIONAL,
tpc-StepSize TPC-StepSizeTDD
}
},
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
UL-DPCH-PowerControlInfo-r11 ::= CHOICE {
fdd SEQUENCE {
dpcch-PowerOffset DPCCH-PowerOffset,
pc-Preamble PC-Preamble,
sRB-delay SRB-delay,
-- TABULAR: TPC step size nested inside PowerControlAlgorithm
powerControlAlgorithm PowerControlAlgorithm,
deltaACK DeltaACK-r11 OPTIONAL,
deltaNACK DeltaNACK-r11 OPTIONAL,
ack-NACK-repetition-factor ACK-NACK-repetitionFactor OPTIONAL,
ack-NACK-repetition-factor-assisting ACK-NACK-repetitionFactor OPTIONAL,
harq-Preamble-Mode HARQ-Preamble-Mode
},
tdd SEQUENCE {
-- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
-- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" - 120)
ul-TargetSIR UL-TargetSIR OPTIONAL,
ul-OL-PC-Signalling CHOICE {
broadcast-UL-OL-PC-info NULL,
individuallySignalled SEQUENCE {
tddOption CHOICE {
tdd384 SEQUENCE {
individualTS-InterferenceList IndividualTS-InterferenceList,
dpch-ConstantValue ConstantValue
},
tdd768 SEQUENCE {
individualTS-InterferenceList IndividualTS-InterferenceList,
dpch-ConstantValue ConstantValue
},
tdd128 SEQUENCE {
beaconPLEst BEACON-PL-Est OPTIONAL,
tpc-StepSize TPC-StepSizeTDD
}
},
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
UL-DPCHpowerControlInfoConcurrentTTI ::= SEQUENCE {
deltaACK DeltaACK OPTIONAL,
deltaNACK DeltaNACK OPTIONAL,
ack-NACK-repetition-factor ACK-NACK-repetitionFactor OPTIONAL
}
UL-DPCHpowerControlInfoForCommonEDCH ::= SEQUENCE {
-- TABULAR: TPC step size nested inside PowerControlAlgorithm
powerControlAlgorithm PowerControlAlgorithm,
deltaACK DeltaACK OPTIONAL,
deltaNACK DeltaNACK OPTIONAL,
ack-NACK-repetition-factor ACK-NACK-repetitionFactor OPTIONAL
}
UL-DPCH-PowerControlInfoPostFDD ::= SEQUENCE {
-- DPCCH-PowerOffset2 has a smaller range to save bits
dpcch-PowerOffset DPCCH-PowerOffset2,
pc-Preamble PC-Preamble,
sRB-delay SRB-delay
}
UL-DPCH-PowerControlInfoPostTDD ::= SEQUENCE {
ul-TargetSIR UL-TargetSIR,
ul-TimeslotInterference TDD-UL-Interference
}
UL-DPCH-PowerControlInfoPostTDD-LCR-r4 ::= SEQUENCE {
-- The IE ul-TargetSIR corresponds to PRX-DPCHdes for 1.28Mcps TDD
-- Actual value PRX-DPCHdes = (value of IE "ul-TargetSIR" - 120)
ul-TargetSIR UL-TargetSIR
}
UL-DPCH-PowerControlInfoPredef ::= CHOICE {
fdd SEQUENCE {
-- TABULAR: TPC step size nested inside PowerControlAlgorithm
powerControlAlgorithm PowerControlAlgorithm
},
tdd SEQUENCE {
-- dpch-ConstantValue shall be ignored if in 1.28Mcps TDD mode.
dpch-ConstantValue ConstantValueTdd
}
}
UL-EDCH-Information-ext ::= CHOICE {
fdd NULL,
tdd SEQUENCE {
non-ScheduledTransGrantInfo Non-ScheduledTransGrantInfoTDD-ext OPTIONAL
}
}
UL-EDCH-Information-r6 ::= SEQUENCE {
mac-es-e-resetIndicator ENUMERATED { true } OPTIONAL,
e-DPCCH-Info E-DPCCH-Info OPTIONAL,
e-DPDCH-Info E-DPDCH-Info OPTIONAL,
schedulingTransmConfiguration E-DPDCH-SchedulingTransmConfiguration OPTIONAL
}
UL-EDCH-Information-r7 ::= SEQUENCE {
mac-es-e-resetIndicator ENUMERATED { true } OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
e-DPCCH-Info E-DPCCH-Info-r7 OPTIONAL,
e-DPDCH-Info E-DPDCH-Info-r7 OPTIONAL,
schedulingTransmConfiguration E-DPDCH-SchedulingTransmConfiguration OPTIONAL,
ul-16QAM-Settings UL-16QAM-Settings OPTIONAL
},
tdd SEQUENCE {
e-RUCCH-Info E-RUCCH-Info OPTIONAL,
e-PUCH-Info E-PUCH-Info OPTIONAL,
non-ScheduledTransGrantInfo Non-ScheduledTransGrantInfoTDD OPTIONAL
}
}
}
UL-EDCH-Information-r8 ::= SEQUENCE {
mac-es-e-resetIndicator ENUMERATED { true } OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
e-DPCCH-Info E-DPCCH-Info-r7 OPTIONAL,
e-DPDCH-Info E-DPDCH-Info-r8 OPTIONAL,
schedulingTransmConfiguration E-DPDCH-SchedulingTransmConfiguration OPTIONAL,
ul-16QAM-Settings UL-16QAM-Settings OPTIONAL
},
tdd SEQUENCE {
e-RUCCH-Info E-RUCCH-Info OPTIONAL,
e-PUCH-Info E-PUCH-Info OPTIONAL,
non-ScheduledTransGrantInfo Non-ScheduledTransGrantInfoTDD OPTIONAL
}
}
}
UL-EDCH-Information-r9 ::= SEQUENCE {
mac-es-e-resetIndicator ENUMERATED { true } OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
e-DPCCH-Info E-DPCCH-Info-r7 OPTIONAL,
e-DPDCH-Info E-DPDCH-Info-r8 OPTIONAL,
schedulingTransmConfiguration E-DPDCH-SchedulingTransmConfiguration OPTIONAL,
ul-16QAM-Settings UL-16QAM-Settings OPTIONAL
},
tdd SEQUENCE {
e-RUCCH-Info E-RUCCH-Info OPTIONAL,
e-PUCH-Info E-PUCH-Info OPTIONAL,
non-ScheduledTransGrantInfo Non-ScheduledTransGrantInfoTDD-r9 OPTIONAL
}
}
}
UL-EDCH-Information-r11 ::= SEQUENCE {
mac-es-e-resetIndicator ENUMERATED { true } OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
e-DPCCH-Info E-DPCCH-Info-r7 OPTIONAL,
e-DPDCH-Info E-DPDCH-Info-r8 OPTIONAL,
ul-MIMO-Info UL-MIMO-InfoFDD OPTIONAL,
schedulingTransmConfiguration E-DPDCH-SchedulingTransmConfiguration OPTIONAL,
ul-16QAM-Settings UL-16QAM-Settings OPTIONAL,
ul-64QAM-Settings UL-64QAM-Settings OPTIONAL
},
tdd SEQUENCE {
e-RUCCH-Info E-RUCCH-Info OPTIONAL,
e-PUCH-Info E-PUCH-Info OPTIONAL,
non-ScheduledTransGrantInfo Non-ScheduledTransGrantInfoTDD-r9 OPTIONAL
}
}
}
UL-MIMO-InfoFDD ::= SEQUENCE {
configurationInfo CHOICE {
continue NULL,
newConfiguration SEQUENCE {
s-e-dpcch-power-offset INTEGER(0..17),
rank2-minimum-E-TFCI E-DCH-MinimumSet-E-TFCI,
inter-stream-compensation INTEGER(0..15) OPTIONAL
}
}
}
UL-MulticarrierEDCH-InfolistItem-TDD128 ::= SEQUENCE {
uarfcn UARFCN,
prxdes-base INTEGER (-112..-50),
e-PUCH-info E-PUCH-Info-MulticarrierEDCH-TDD128 OPTIONAL,
e-AGCH-info E-AGCH-Information-TDD128 OPTIONAL,
e-HICH-info E-HICH-Information-TDD128 OPTIONAL
}
UL-MulticarrierEDCH-Infolist-TDD128 ::= SEQUENCE (SIZE (1..maxTDD128Carrier-1)) OF
UL-MulticarrierEDCH-InfolistItem-TDD128
UL-MulticarrierEDCH-Deletelist-TDD128 ::= SEQUENCE (SIZE (1..maxTDD128Carrier-1)) OF
UARFCN
UL-MulticarrierEDCHInfo-TDD128 ::= SEQUENCE {
configuration-info CHOICE {
continue NULL,
newConfiguration UL-MulticarrierEDCH-NewConfigurationInfo-TDD128
}
}
UL-MulticarrierEDCH-NewConfigurationInfo-TDD128 ::= SEQUENCE {
tsn-Length ENUMERATED { tsn-14bits } OPTIONAL,
ul-MulticarrierEDCH-Infolist UL-MulticarrierEDCH-Infolist-TDD128 OPTIONAL,
ul-MulticarrierEDCH-Deletelist UL-MulticarrierEDCH-Deletelist-TDD128 OPTIONAL
}
UL-Interference ::= INTEGER (-110..-70)
UL-ScramblingCode ::= INTEGER (0..16777215)
UL-SynchronisationParameters-r4 ::= SEQUENCE {
stepSize INTEGER (1..8),
frequency INTEGER (1..8)
}
-- Actual value UL-TargetSIR = (IE value * 0.5) - 11
UL-TargetSIR ::= INTEGER (0..62)
UL-TimingAdvance ::= INTEGER (0..63)
UL-TimingAdvanceControl ::= CHOICE {
disabled NULL,
enabled SEQUENCE {
ul-TimingAdvance UL-TimingAdvance OPTIONAL,
activationTime ActivationTime OPTIONAL
}
}
UL-TimingAdvanceControl-r4 ::= CHOICE {
disabled NULL,
enabled SEQUENCE {
tddOption CHOICE {
tdd384 SEQUENCE {
ul-TimingAdvance UL-TimingAdvance OPTIONAL,
activationTime ActivationTime OPTIONAL
},
tdd128 SEQUENCE {
ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL,
synchronisationParameters SynchronisationParameters-r4 OPTIONAL
}
}
}
}
UL-TimingAdvanceControl-r7 ::= CHOICE {
disabled NULL,
enabled SEQUENCE {
tddOption CHOICE {
tdd384 SEQUENCE {
ul-TimingAdvance UL-TimingAdvance OPTIONAL,
ext-UL-TimingAdvance EXT-UL-TimingAdvance OPTIONAL,
activationTime ActivationTime OPTIONAL
},
tdd768 SEQUENCE {
ext-UL-TimingAdvance EXT-UL-TimingAdvance OPTIONAL,
activationTime ActivationTime OPTIONAL
},
tdd128 SEQUENCE {
ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL,
synchronisationParameters SynchronisationParameters-r4 OPTIONAL
}
}
}
}
UL-TimingAdvanceControl-LCR-r4 ::= CHOICE {
disabled NULL,
enabled SEQUENCE {
ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL,
synchronisationParameters SynchronisationParameters-r4 OPTIONAL
}
}
UL-TransModeSwitchingParam ::= SEQUENCE {
k INTEGER (1..32),
l INTEGER (1..32),
m INTEGER (1..32)
}
UL-TS-ChannelisationCode ::= ENUMERATED {
cc1-1, cc2-1, cc2-2,
cc4-1, cc4-2, cc4-3, cc4-4,
cc8-1, cc8-2, cc8-3, cc8-4,
cc8-5, cc8-6, cc8-7, cc8-8,
cc16-1, cc16-2, cc16-3, cc16-4,
cc16-5, cc16-6, cc16-7, cc16-8,
cc16-9, cc16-10, cc16-11, cc16-12,
cc16-13, cc16-14, cc16-15, cc16-16 }
UL-TS-ChannelisationCodeList ::= SEQUENCE (SIZE (1..2)) OF
UL-TS-ChannelisationCode
UL-TS-ChannelisationCodeList-r7 ::= SEQUENCE (SIZE (1..2)) OF
SEQUENCE {
ul-TS-Channelisation-Code UL-TS-ChannelisationCode,
plcch-info PLCCH-Info OPTIONAL
}
UL-TS-ChannelisationCode-VHCR ::= ENUMERATED {
cc1-1, cc2-1, cc2-2,
cc4-1, cc4-2, cc4-3, cc4-4,
cc8-1, cc8-2, cc8-3, cc8-4,
cc8-5, cc8-6, cc8-7, cc8-8,
cc16-1, cc16-2, cc16-3, cc16-4,
cc16-5, cc16-6, cc16-7, cc16-8,
cc16-9, cc16-10, cc16-11, cc16-12,
cc16-13, cc16-14, cc16-15, cc16-16,
cc32-1, cc32-2, cc32-3, cc32-4,
cc32-5, cc32-6, cc32-7, cc32-8,
cc32-9, cc32-10, cc32-11, cc32-12,
cc32-13, cc32-14, cc32-15, cc32-16,
cc32-17, cc32-18, cc32-19, cc32-20,
cc32-21, cc32-22, cc32-23, cc32-24,
cc32-25, cc32-26, cc32-27, cc32-28,
cc32-29, cc32-30, cc32-31, cc32-32 }
UL-TS-ChannelisationCodeList-VHCR ::= SEQUENCE (SIZE (1..2)) OF
UL-TS-ChannelisationCode-VHCR
Uplink-DPCCH-Slot-Format-Information ::= ENUMERATED {
slot-format-1,
-- dummy is not used in this version of
-- specification, it should not be sent and if
-- received it should be ignored.
dummy,
slot-format-4,
spare1 }
UplinkAdditionalTimeslots ::= SEQUENCE {
parameters CHOICE {
sameAsLast SEQUENCE {
timeslotNumber TimeslotNumber
},
newParameters SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo,
ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList
}
}
}
UplinkAdditionalTimeslots-LCR-r4 ::= SEQUENCE {
parameters CHOICE {
sameAsLast SEQUENCE {
timeslotNumber TimeslotNumber
},
newParameters SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList
}
}
}
UplinkAdditionalTimeslots-LCR-r7 ::= SEQUENCE {
parameters CHOICE {
sameAsLast SEQUENCE {
timeslotNumber TimeslotNumber
-- plcch-info assigned as previously defined slot
},
newParameters SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList-r7
}
}
}
UplinkAdditionalTimeslots-VHCR ::= SEQUENCE {
parameters CHOICE {
sameAsLast SEQUENCE {
timeslotNumber TimeslotNumber
},
newParameters SEQUENCE {
individualTimeslotInfo IndividualTimeslotInfo-VHCR,
ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList
}
}
}
UplinkTimeslotsCodes ::= SEQUENCE {
dynamicSFusage BOOLEAN,
firstIndividualTimeslotInfo IndividualTimeslotInfo,
ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList,
moreTimeslots CHOICE {
noMore NULL,
additionalTimeslots CHOICE {
consecutive SEQUENCE {
numAdditionalTimeslots INTEGER (1..maxTS-1)
},
timeslotList SEQUENCE (SIZE (1..maxTS-1)) OF
UplinkAdditionalTimeslots
}
}
}
UplinkTimeslotsCodes-VHCR ::= SEQUENCE {
dynamicSFusage BOOLEAN,
firstIndividualTimeslotInfo IndividualTimeslotInfo-VHCR,
ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList-VHCR,
moreTimeslots CHOICE {
noMore NULL,
additionalTimeslots CHOICE {
consecutive SEQUENCE {
numAdditionalTimeslots INTEGER (1..maxTS-1)
},
timeslotList SEQUENCE (SIZE (1..maxTS-1)) OF
UplinkAdditionalTimeslots-VHCR
}
}
}
UplinkTimeslotsCodes-LCR-r4 ::= SEQUENCE {
dynamicSFusage BOOLEAN,
firstIndividualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList,
moreTimeslots CHOICE {
noMore NULL,
additionalTimeslots CHOICE {
consecutive SEQUENCE {
numAdditionalTimeslots INTEGER (1..maxTS-LCR-1)
},
timeslotList SEQUENCE (SIZE (1..maxTS-LCR-1)) OF
UplinkAdditionalTimeslots-LCR-r4
}
}
}
UplinkTimeslotsCodes-LCR-r7 ::= SEQUENCE {
dynamicSFusage BOOLEAN,
firstIndividualTimeslotInfo IndividualTimeslotInfo-LCR-r4,
ul-TS-ChannelisationCodeList UL-TS-ChannelisationCodeList-r7,
moreTimeslots CHOICE {
noMore NULL,
additionalTimeslots CHOICE {
consecutive SEQUENCE {
-- the choice of 'consecutive' is not needed because there is only 1 option.
numAdditionalTimeslots INTEGER (1..maxTS-LCR-1)
},
timeslotList SEQUENCE (SIZE (1..maxTS-LCR-1)) OF
UplinkAdditionalTimeslots-LCR-r7
}
}
}
UpPCHposition-LCR ::= INTEGER (0..127)
Wi-LCR ::= INTEGER (1..4)
-- ***************************************************
--
-- MEASUREMENT INFORMATION ELEMENTS (10.3.7)
--
-- ***************************************************
AcquisitionSatInfo ::= SEQUENCE {
satID SatID,
-- Actual value dopplerOthOrder = IE value * 2.5
doppler0thOrder INTEGER (-2048..2047),
extraDopplerInfo ExtraDopplerInfo OPTIONAL,
codePhase INTEGER (0..1022),
integerCodePhase INTEGER (0..19),
gps-BitNumber INTEGER (0..3),
codePhaseSearchWindow CodePhaseSearchWindow,
azimuthAndElevation AzimuthAndElevation OPTIONAL
}
AcquisitionSatInfo-va40ext ::= SEQUENCE {
azimuthAndElevation AzimuthAndElevation-va40ext OPTIONAL
}
AcquisitionSatInfo-r10 ::= SEQUENCE {
satID SatID,
-- Actual value dopplerOthOrder = IE value * 2.5
doppler0thOrder INTEGER (-2048..2047),
extraDopplerInfo ExtraDopplerInfo OPTIONAL,
codePhase INTEGER (0..1022),
integerCodePhase INTEGER (0..19),
gps-BitNumber INTEGER (0..3),
codePhaseSearchWindow CodePhaseSearchWindow,
azimuthAndElevation AzimuthAndElevation-r10 OPTIONAL
}
AcquisitionSatInfo-vc50ext ::= SEQUENCE {
extraDopplerInfoExtension ExtraDopplerInfoExtension OPTIONAL
}
AcquisitionSatInfo-r12 ::= SEQUENCE {
satID SatID,
-- Actual value dopplerOthOrder = IE value * 2.5
doppler0thOrder INTEGER (-2048..2047),
extraDopplerInfo ExtraDopplerInfo OPTIONAL,
-- If the extraDopplerInfoExtension is present, the extraDopplerInfo should not be present
extraDopplerInfoExtension ExtraDopplerInfoExtension OPTIONAL,
codePhase INTEGER (0..1022),
integerCodePhase INTEGER (0..19),
gps-BitNumber INTEGER (0..3),
codePhaseSearchWindow CodePhaseSearchWindow,
azimuthAndElevation AzimuthAndElevation-r10 OPTIONAL
}
AcquisitionSatInfoList ::= SEQUENCE (SIZE (1..maxSat)) OF
AcquisitionSatInfo
AcquisitionSatInfoList-va40ext ::= SEQUENCE (SIZE (1..maxSat)) OF
AcquisitionSatInfo-va40ext
AcquisitionSatInfoList-r10 ::= SEQUENCE (SIZE (1..maxSat)) OF
AcquisitionSatInfo-r10
AcquisitionSatInfoList-vc50ext ::= SEQUENCE (SIZE (1..maxSat)) OF
AcquisitionSatInfo-vc50ext
AcquisitionSatInfoList-r12 ::= SEQUENCE (SIZE (1..maxSat)) OF
AcquisitionSatInfo-r12
AdditionalMeasurementID-List ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasurementIdentity
AdditionalMeasurementID-List-r9 ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasurementIdentity-r9
AlmanacSatInfo ::= SEQUENCE {
dataID INTEGER (0..3),
satID SatID,
e BIT STRING (SIZE (16)),
t-oa BIT STRING (SIZE (8)),
deltaI BIT STRING (SIZE (16)),
omegaDot BIT STRING (SIZE (16)),
satHealth BIT STRING (SIZE (8)),
a-Sqrt BIT STRING (SIZE (24)),
omega0 BIT STRING (SIZE (24)),
m0 BIT STRING (SIZE (24)),
omega BIT STRING (SIZE (24)),
af0 BIT STRING (SIZE (11)),
af1 BIT STRING (SIZE (11))
}
AlmanacSatInfoList ::= SEQUENCE (SIZE (1..maxSat)) OF
AlmanacSatInfo
ALM-BDSKeplerianSet ::= SEQUENCE {
sat-info-BDSkpList GANSS-SAT-Info-Almanac-BDSkpList
}
ALM-ECEFsbasAlmanacSet ::= SEQUENCE {
sat-info-SBASecefList GANSS-SAT-Info-Almanac-SBASecefList
}
ALM-GlonassAlmanacSet ::= SEQUENCE {
sat-info-GLOkpList GANSS-SAT-Info-Almanac-GLOkpList
}
ALM-keplerianParameters ::= SEQUENCE {
-- time of week by 600s steps
t-oa INTEGER (0..1023),
iod-a INTEGER (0..15),
sat-info-kpList GANSS-SAT-Info-Almanac-KpList
}
ALM-MidiAlmanacSet ::= SEQUENCE {
-- time of week by 4096s steps
t-oa INTEGER (0..147),
sat-info-MIDIkpList GANSS-SAT-Info-Almanac-MIDIkpList
}
ALM-NAVKeplerianSet ::= SEQUENCE {
-- time of week by 4096s steps
t-oa INTEGER (0..147),
sat-info-NAVkpList GANSS-SAT-Info-Almanac-NAVkpList
}
ALM-ReducedKeplerianSet ::= SEQUENCE {
-- time of week by 4096s steps
t-oa INTEGER (0..147),
sat-info-REDkpList GANSS-SAT-Info-Almanac-REDkpList
}
AuxInfoGANSS-ID1 ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF AuxInfoGANSS-ID1-element
AuxInfoGANSS-ID1-element ::= SEQUENCE {
svID INTEGER(0..63),
signalsAvailable BIT STRING (SIZE(8))
}
AuxInfoGANSS-ID3 ::= SEQUENCE (SIZE (1.. maxGANSSSat)) OF AuxInfoGANSS-ID3-element
AuxInfoGANSS-ID3-element ::= SEQUENCE {
svID INTEGER (0..63),
signalsAvailable BIT STRING (SIZE (8)),
channelNumber INTEGER (-7..13)
}
AverageRLC-BufferPayload ::= ENUMERATED {
pla0, pla4, pla8, pla16, pla32,
pla64, pla128, pla256, pla512,
pla1024, pla2k, pla4k, pla8k, pla16k,
pla32k, pla64k, pla128k, pla256k,
pla512k, pla1024k, spare12, spare11,
spare10, spare9, spare8, spare7, spare6,
spare5, spare4, spare3, spare2, spare1 }
AzimuthAndElevation ::= SEQUENCE {
-- Actual value azimuth = IE value * 11.25 + IE value of azimuthLSB * 0.703125 degrees
azimuth INTEGER (0..31),
-- Actual value elevation = IE value * 11.25 + IE value of elevationLSB * 0.703125 degrees
elevation INTEGER (0..7)
}
AzimuthAndElevation-va40ext ::= SEQUENCE {
azimuthLSB INTEGER (0..15),
elevationLSB INTEGER (0..15)
}
AzimuthAndElevation-r10 ::= SEQUENCE {
-- Actual value azimuth = IE value * 11.25 + IE value of azimuthLSB * 0.703125 degrees
azimuth INTEGER (0..31),
-- Actual value elevation = IE value * 11.25 + IE value of elevationLSB * 0.703125 degrees
elevation INTEGER (0..7),
azimuthLSB INTEGER (0..15),
elevationLSB INTEGER (0..15)
}
BadSatList ::= SEQUENCE (SIZE (1..maxSat)) OF
INTEGER (0..63)
Frequency-Band ::= ENUMERATED {
dcs1800BandUsed, pcs1900BandUsed }
BCCH-ARFCN ::= INTEGER (0..1023)
BDSclockModel ::= SEQUENCE {
bdsAODC BIT STRING (SIZE (5)),
bdsToc BIT STRING (SIZE (17)),
bdsa0 BIT STRING (SIZE (24)),
bdsa1 BIT STRING (SIZE (22)),
bdsa2 BIT STRING (SIZE (11)),
bdsTgd1 BIT STRING (SIZE (10))
}
BDS-IGPInfoList ::= SEQUENCE (SIZE (1..maxIGPInfo)) OF SEQUENCE {
bds-IGPNumber INTEGER (1..320),
bds-VerticalDelay BIT STRING (SIZE (9)),
bds-GIVEI BIT STRING (SIZE (4))
}
DBDS-InfoList ::= SEQUENCE (SIZE (1..maxSgnType)) OF DBDS-Info
DBDS-Info ::= SEQUENCE {
bds-SignalID GANSS-Signal-Id OPTIONAL,
dbds-SignalInfoList DBDS-SignalInfoList
}
DBDS-SignalInfoList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
DBDS-SignalInfo
DBDS-SignalInfo ::= SEQUENCE {
svID INTEGER(0..63),
bds-UDREI INTEGER (0..15),
bds-RURAI INTEGER (0..15),
bds-ECC-DeltaT BIT STRING (SIZE (13))
}
BLER-MeasurementResults ::= SEQUENCE {
transportChannelIdentity TransportChannelIdentity,
dl-TransportChannelBLER DL-TransportChannelBLER OPTIONAL
}
BLER-MeasurementResultsList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
BLER-MeasurementResults
BLER-TransChIdList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
TransportChannelIdentity
BSIC-VerificationRequired ::= ENUMERATED {
required, notRequired }
BSICReported ::= CHOICE {
-- Value maxCellMeas is not allowed for verifiedBSIC
verifiedBSIC INTEGER (0..maxCellMeas),
nonVerifiedBSIC BCCH-ARFCN
}
BurstModeParameters ::= SEQUENCE {
burstStart INTEGER (0..15),
burstLength INTEGER (10..25),
burstFreq INTEGER (1..16)
}
CellDCH-ReportCriteria ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria,
periodicalReportingCriteria PeriodicalReportingCriteria
}
CellDCH-ReportCriteria-LCR-r4 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-LCR-r4,
periodicalReportingCriteria PeriodicalReportingCriteria
}
CellDCHMeasOccasionPattern-LCR ::= SEQUENCE {
patternIdentifier INTEGER(0..maxMeasOccasionPattern-1),
statusFlag ENUMERATED {
activate, deactivate},
measurementPurpose BIT STRING (SIZE (5)) OPTIONAL,
measurementOccasionPatternParameter MeasurementOccasionPatternParameter OPTIONAL
}
CellDCHMeasOccasionInfo-TDD128-r9::= SEQUENCE {
cellDCHMeasOccasionSequenceList SEQUENCE (SIZE (1..maxMeasOccasionPattern)) OF
CellDCHMeasOccasionPattern-LCR
}
-- Actual value CellIndividualOffset = IE value * 0.5
CellIndividualOffset ::= INTEGER (-20..20)
CellInfo ::= SEQUENCE {
cellIndividualOffset CellIndividualOffset DEFAULT 0,
referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
readSFN-Indicator BOOLEAN,
tx-DiversityIndicator BOOLEAN
},
tdd SEQUENCE {
primaryCCPCH-Info PrimaryCCPCH-Info,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
timeslotInfoList TimeslotInfoList OPTIONAL,
readSFN-Indicator BOOLEAN
}
}
}
CellInfo-r4 ::= SEQUENCE {
cellIndividualOffset CellIndividualOffset DEFAULT 0,
referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
readSFN-Indicator BOOLEAN,
tx-DiversityIndicator BOOLEAN
},
tdd SEQUENCE {
primaryCCPCH-Info PrimaryCCPCH-Info-r4,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
timeslotInfoList TimeslotInfoList-r4 OPTIONAL,
readSFN-Indicator BOOLEAN
}
}
}
CellInfo-LCR-r8-ext ::= SEQUENCE {
cellSelectionReselectionInfo CellSelectReselectInfoMC-RSCP OPTIONAL
}
CellInfo-r9 ::= SEQUENCE {
cellIndividualOffset CellIndividualOffset DEFAULT 0,
referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
readSFN-Indicator BOOLEAN,
tx-DiversityIndicator BOOLEAN
},
tdd SEQUENCE {
primaryCCPCH-Info PrimaryCCPCH-Info-r4,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
timeslotInfoList TimeslotInfoList-r4 OPTIONAL,
readSFN-Indicator BOOLEAN
}
},
-- For 1.28 Mcps TDD, cellSelectionReselectionInfo is optional present when sent
-- in Measurement Control.For FDD, this IE is not needed.
cellSelectionReselectionInfo CellSelectReselectInfoMC-RSCP OPTIONAL
}
CellInfoListToBeExcluded::= SEQUENCE (SIZE (1..maxExcludedDetectedSetCells )) OF
PrimaryCPICH-Info
CellInfoSI-RSCP ::= SEQUENCE {
cellIndividualOffset CellIndividualOffset DEFAULT 0,
referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
readSFN-Indicator BOOLEAN,
tx-DiversityIndicator BOOLEAN
},
tdd SEQUENCE {
primaryCCPCH-Info PrimaryCCPCH-Info,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
timeslotInfoList TimeslotInfoList OPTIONAL,
readSFN-Indicator BOOLEAN
}
},
cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-RSCP OPTIONAL
}
CellInfoSI-RSCP-LCR-r4 ::= SEQUENCE {
cellIndividualOffset CellIndividualOffset DEFAULT 0,
referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
primaryCCPCH-Info PrimaryCCPCH-Info-LCR-r4,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
timeslotInfoList TimeslotInfoList-LCR-r4 OPTIONAL,
readSFN-Indicator BOOLEAN,
cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-RSCP OPTIONAL
}
CellInfoSI-ECN0 ::= SEQUENCE {
cellIndividualOffset CellIndividualOffset DEFAULT 0,
referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
readSFN-Indicator BOOLEAN,
tx-DiversityIndicator BOOLEAN
},
tdd SEQUENCE {
primaryCCPCH-Info PrimaryCCPCH-Info,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
timeslotInfoList TimeslotInfoList OPTIONAL,
readSFN-Indicator BOOLEAN
}
},
cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-ECN0 OPTIONAL
}
CellInfoSI-ECN0-LCR-r4 ::= SEQUENCE {
cellIndividualOffset CellIndividualOffset DEFAULT 0,
referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
primaryCCPCH-Info PrimaryCCPCH-Info-LCR-r4,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
timeslotInfoList TimeslotInfoList-LCR-r4 OPTIONAL,
readSFN-Indicator BOOLEAN,
cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-ECN0 OPTIONAL
}
CellInfoSI-HCS-RSCP ::= SEQUENCE {
cellIndividualOffset CellIndividualOffset DEFAULT 0,
referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
readSFN-Indicator BOOLEAN,
tx-DiversityIndicator BOOLEAN
},
tdd SEQUENCE {
primaryCCPCH-Info PrimaryCCPCH-Info,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
timeslotInfoList TimeslotInfoList OPTIONAL,
readSFN-Indicator BOOLEAN
}
},
cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-HCS-RSCP OPTIONAL
}
CellInfoSI-HCS-RSCP-LCR-r4 ::= SEQUENCE {
cellIndividualOffset CellIndividualOffset DEFAULT 0,
referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
primaryCCPCH-Info PrimaryCCPCH-Info-LCR-r4,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
timeslotInfoList TimeslotInfoList-LCR-r4 OPTIONAL,
readSFN-Indicator BOOLEAN,
cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-HCS-RSCP OPTIONAL
}
CellInfoSI-HCS-ECN0 ::= SEQUENCE {
cellIndividualOffset CellIndividualOffset DEFAULT 0,
referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info OPTIONAL,
primaryCPICH-TX-Power PrimaryCPICH-TX-Power OPTIONAL,
readSFN-Indicator BOOLEAN,
tx-DiversityIndicator BOOLEAN
},
tdd SEQUENCE {
primaryCCPCH-Info PrimaryCCPCH-Info,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
timeslotInfoList TimeslotInfoList OPTIONAL,
readSFN-Indicator BOOLEAN
}
},
cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-HCS-ECN0 OPTIONAL
}
CellInfoSI-HCS-ECN0-LCR-r4 ::= SEQUENCE {
cellIndividualOffset CellIndividualOffset DEFAULT 0,
referenceTimeDifferenceToCell ReferenceTimeDifferenceToCell OPTIONAL,
primaryCCPCH-Info PrimaryCCPCH-Info-LCR-r4,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power OPTIONAL,
timeslotInfoList TimeslotInfoList-LCR-r4 OPTIONAL,
readSFN-Indicator BOOLEAN,
cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12-HCS-ECN0 OPTIONAL
}
CellMeasuredResults ::= SEQUENCE {
cellIdentity CellIdentity OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SFN-SFN-ObsTimeDifference OPTIONAL,
cellSynchronisationInfo CellSynchronisationInfo OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cpich-Ec-N0 CPICH-Ec-N0 OPTIONAL,
cpich-RSCP CPICH-RSCP OPTIONAL,
pathloss Pathloss OPTIONAL
},
tdd SEQUENCE {
cellParametersID CellParametersID,
proposedTGSN TGSN OPTIONAL,
primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL,
pathloss Pathloss OPTIONAL,
timeslotISCP-List TimeslotISCP-List OPTIONAL
}
}
}
-- The IE is created in order to add missing DeltaRSCPPerCell IE from Rel-5.
CellMeasuredResults-r9 ::= SEQUENCE {
cellIdentity CellIdentity OPTIONAL,
cellSynchronisationInfo CellSynchronisationInfo OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cpich-Ec-N0 CPICH-Ec-N0 OPTIONAL,
cpich-RSCP CPICH-RSCP OPTIONAL,
deltaRSCPPerCell DeltaRSCPPerCell OPTIONAL,
pathloss Pathloss OPTIONAL
},
tdd SEQUENCE {
cellParametersID CellParametersID,
proposedTGSN TGSN OPTIONAL,
primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL,
pathloss Pathloss OPTIONAL,
timeslotISCP-List TimeslotISCP-List OPTIONAL
}
}
}
CellMeasuredResults-v920ext ::= SEQUENCE {
csgIdentity CSG-Identity OPTIONAL,
csgMemberIndication ENUMERATED { member } OPTIONAL
}
CellMeasuredResults-vc50ext ::= SEQUENCE {
csg-MemberPLMNList CSG-MemberPLMNList OPTIONAL
}
CellMeasurementEventResults ::= CHOICE {
fdd SEQUENCE (SIZE (1..maxCellMeas)) OF
PrimaryCPICH-Info,
tdd SEQUENCE (SIZE (1..maxCellMeas)) OF
PrimaryCCPCH-Info
}
CellMeasurementEventResultsOnSecUlFreq ::= CHOICE {
fdd SEQUENCE (SIZE (1.. maxCellMeasOnSecULFreq)) OF
PrimaryCPICH-Info,
spare NULL
}
CellMeasurementEventResults-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
PrimaryCCPCH-Info-LCR-r4
CellReportingQuantities ::= SEQUENCE {
-- dummy is not used in this version of the specification
-- and if received it should be ignored.
dummy SFN-SFN-OTD-Type,
cellIdentity-reportingIndicator BOOLEAN,
cellSynchronisationInfoReportingIndicator BOOLEAN,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
cpich-Ec-N0-reportingIndicator BOOLEAN,
cpich-RSCP-reportingIndicator BOOLEAN,
pathloss-reportingIndicator BOOLEAN
},
tdd SEQUENCE {
timeslotISCP-reportingIndicator BOOLEAN,
proposedTGSN-ReportingRequired BOOLEAN,
primaryCCPCH-RSCP-reportingIndicator BOOLEAN,
pathloss-reportingIndicator BOOLEAN
}
}
}
CellSelectReselectInfoMC-RSCP ::= SEQUENCE {
q-OffsetS-N Q-OffsetS-N DEFAULT 0,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
hcs-NeighbouringCellInformation-RSCP
HCS-NeighbouringCellInformation-RSCP OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
q-QualMin Q-QualMin OPTIONAL,
q-RxlevMin Q-RxlevMin OPTIONAL
},
tdd SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
},
gsm SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
}
}
}
CellSelectReselectInfoSIB-11-12 ::= SEQUENCE {
q-Offset1S-N Q-OffsetS-N DEFAULT 0,
q-Offset2S-N Q-OffsetS-N OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
hcs-NeighbouringCellInformation-RSCP
HCS-NeighbouringCellInformation-RSCP OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
q-QualMin Q-QualMin OPTIONAL,
q-RxlevMin Q-RxlevMin OPTIONAL
},
tdd SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
},
gsm SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
}
}
}
CellSelectReselectInfoSIB-11-12-RSCP ::= SEQUENCE {
q-OffsetS-N Q-OffsetS-N DEFAULT 0,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
q-QualMin Q-QualMin OPTIONAL,
q-RxlevMin Q-RxlevMin OPTIONAL
},
tdd SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
},
gsm SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
}
}
}
CellSelectReselectInfoSIB-11-12-ECN0 ::= SEQUENCE {
q-Offset1S-N Q-OffsetS-N DEFAULT 0,
q-Offset2S-N Q-OffsetS-N DEFAULT 0,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
q-QualMin Q-QualMin OPTIONAL,
q-RxlevMin Q-RxlevMin OPTIONAL
},
tdd SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
},
gsm SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
}
}
}
CellSelectReselectInfoSIB-11-12-HCS-RSCP ::= SEQUENCE {
q-OffsetS-N Q-OffsetS-N DEFAULT 0,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
hcs-NeighbouringCellInformation-RSCP
HCS-NeighbouringCellInformation-RSCP OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
q-QualMin Q-QualMin OPTIONAL,
q-RxlevMin Q-RxlevMin OPTIONAL
},
tdd SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
},
gsm SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
}
}
}
CellSelectReselectInfoSIB-11-12-HCS-ECN0 ::= SEQUENCE {
q-Offset1S-N Q-OffsetS-N DEFAULT 0,
q-Offset2S-N Q-OffsetS-N DEFAULT 0,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
hcs-NeighbouringCellInformation-ECN0
HCS-NeighbouringCellInformation-ECN0 OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
q-QualMin Q-QualMin OPTIONAL,
q-RxlevMin Q-RxlevMin OPTIONAL
},
tdd SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
},
gsm SEQUENCE {
q-RxlevMin Q-RxlevMin OPTIONAL
}
}
}
CellSelectReselectInfo-v590ext ::= SEQUENCE {
deltaQrxlevmin DeltaQrxlevmin OPTIONAL,
deltaQhcs DeltaRSCP OPTIONAL
}
CellSelectReselectInfoPCHFACH-v5b0ext ::= SEQUENCE {
q-Hyst-l-S-PCH Q-Hyst-S-Fine OPTIONAL,
q-Hyst-l-S-FACH Q-Hyst-S-Fine OPTIONAL,
q-Hyst-2-S-PCH Q-Hyst-S-Fine OPTIONAL,
q-Hyst-2-S-FACH Q-Hyst-S-Fine OPTIONAL,
t-Reselection-S-PCH T-Reselection-S OPTIONAL,
t-Reselection-S-FACH T-Reselection-S-Fine OPTIONAL
}
CellSelectReselectInfoTreselectionScaling-v5c0ext ::= SEQUENCE {
-- For speed detection, the same HCS parameters are utilised
non-HCS-t-CR-Max T-CRMax OPTIONAL,
speedDependentScalingFactor SpeedDependentScalingFactor OPTIONAL,
interFrequencyTreselectionScalingFactor TreselectionScalingFactor OPTIONAL,
interRATTreselectionScalingFactor TreselectionScalingFactor OPTIONAL
}
CellsForInterFreqMeasList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
InterFreqCellID
CellsForInterFreqMeasList-r12 ::= SEQUENCE (SIZE (1..maxCellMeas-ext)) OF
InterFreqCellID-r12
CellsForInterRATMeasList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
InterRATCellID
CellsForIntraFreqMeasList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
IntraFreqCellID
CellsForIntraFreqMeasListOnSecULFreq ::= SEQUENCE (SIZE (1..maxCellMeasOnSecULFreq)) OF
IntraFreqCellIDOnSecULFreq
CellSynchronisationInfo ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
countC-SFN-Frame-difference CountC-SFN-Frame-difference OPTIONAL,
tm INTEGER(0..38399)
},
tdd SEQUENCE {
countC-SFN-Frame-difference CountC-SFN-Frame-difference OPTIONAL
}
}
}
CellToReport ::= SEQUENCE {
bsicReported BSICReported
}
CellToReportList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
CellToReport
CNAVclockModel ::= SEQUENCE {
cnavToc BIT STRING (SIZE (11)),
cnavTop BIT STRING (SIZE (11)),
cnavURA0 BIT STRING (SIZE (5)),
cnavURA1 BIT STRING (SIZE (3)),
cnavURA2 BIT STRING (SIZE (3)),
cnavAf2 BIT STRING (SIZE (10)),
cnavAf1 BIT STRING (SIZE (20)),
cnavAf0 BIT STRING (SIZE (26)),
cnavTgd BIT STRING (SIZE (13)),
cnavISCl1cp BIT STRING (SIZE (13)) OPTIONAL,
cnavISCl1cd BIT STRING (SIZE (13)) OPTIONAL,
cnavISCl1ca BIT STRING (SIZE (13)) OPTIONAL,
cnavISCl2c BIT STRING (SIZE (13)) OPTIONAL,
cnavISCl5i5 BIT STRING (SIZE (13)) OPTIONAL,
cnavISCl5q5 BIT STRING (SIZE (13)) OPTIONAL
}
CodePhaseSearchWindow ::= ENUMERATED {
w1023, w1, w2, w3, w4, w6, w8,
w12, w16, w24, w32, w48, w64,
w96, w128, w192 }
CountC-SFN-Frame-difference ::= SEQUENCE {
-- Actual value countC-SFN-High = IE value * 256
countC-SFN-High INTEGER(0..15),
off INTEGER(0..255)
}
-- SPARE: CPICH-Ec-No, Max = 49
-- Values above Max are spare
CPICH-Ec-N0 ::= INTEGER (0..63)
-- SPARE: CPICH- RSCP, Max = 91
-- Values above Max are spare
CPICH-RSCP ::= INTEGER (0..127)
CPICH-Ec-N0-RSCP ::= SEQUENCE {
cpich-Ec-N0 CPICH-Ec-N0,
cpich-RSCP CPICH-RSCP
}
CSG-MemberPLMNList ::= SEQUENCE(SIZE (1..6)) OF
PLMN-Identity
CSGCellInfo ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
startPSC PrimaryCPICH-Info,
numberOfPSCs INTEGER (1..512)
},
tdd NULL
}
}
CSGCellInfoList ::= SEQUENCE (SIZE (1..maxMeasCSGRange)) OF
CSGCellInfo
CSGInterFreqCellInfo ::= SEQUENCE {
frequencyInfo FrequencyInfo,
cSGInterFreqCellInfoListperFreq CSGCellInfoList
}
CSGInterFreqCellInfoList ::= SEQUENCE (SIZE (1..maxFreq)) OF
CSGInterFreqCellInfo
CSGIntraFreqCellInfoList ::= CSGCellInfoList
CSGProximityDetection ::= SEQUENCE {
uTRACSGProximityDetec ENUMERATED { enable } OPTIONAL,
e-UTRACSGProximityDetec ENUMERATED { enable } OPTIONAL
}
CSGProximityIndication ::= SEQUENCE {
cSGproximityInd ENUMERATED {entering, leaving },
radioAccessTechnology CHOICE {
uTRA SEQUENCE {
cSGFrequencyInfoUTRA FrequencyInfo
},
e-UTRA SEQUENCE {
cSGFrequencyInfoEUTRA EARFCN
}
}
}
CSGProximityIndication-vb50ext ::= SEQUENCE {
cSGFrequencyInfoEUTRA EARFCNExtension OPTIONAL
}
DataBitAssistance ::= SEQUENCE {
ganss-signal-id GANSS-Signal-Id,
data-bits BIT STRING (SIZE (1..1024))
}
DataBitAssistanceList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
DataBitAssistanceSat
DataBitAssistanceSat ::= SEQUENCE {
satID INTEGER(0..63),
dataBitAssistanceSgnList DataBitAssistanceSgnList
}
DataBitAssistanceSgnList ::= SEQUENCE (SIZE (1..maxSgnType)) OF
DataBitAssistance
DeltaPRC ::= INTEGER (-127..127)
--Actual value DeltaQrxlevmin = IE value * 2
DeltaQrxlevmin ::= INTEGER (-2..-1)
DeltaRSCP ::= INTEGER (-5..-1)
DeltaRSCPPerCell ::= SEQUENCE {
deltaRSCP DeltaRSCP OPTIONAL
}
-- Actual value DeltaRRC = IE value * 0.032
DeltaRRC ::= INTEGER (-7..7)
DeltaUT1 ::= SEQUENCE {
b1 BIT STRING (SIZE (11)),
b2 BIT STRING (SIZE (10))
}
DGANSSInfo ::= SEQUENCE {
ganssSignalId GANSS-Signal-Id OPTIONAL,
ganssStatusHealth GANSS-Status-Health,
dgansssignalInformationList DGANSSSignalInformationList OPTIONAL
}
DGANSSInfo-r9 ::= SEQUENCE {
ganssSignalId GANSS-Signal-Id OPTIONAL,
ganssStatusHealth GANSS-Status-Health,
dgansssignalInformationList DGANSSSignalInformationList-r9 OPTIONAL
}
DGANSSInfo-v920ext ::= SEQUENCE {
dgansssignalInformationList DGANSSSignalInformationList-v920ext OPTIONAL
}
DGANSSInfoList ::= SEQUENCE (SIZE (1..maxSgnType)) OF
DGANSSInfo
DGANSSInfoList-r9 ::= SEQUENCE (SIZE (1..maxSgnType)) OF
DGANSSInfo-r9
DGANSSInfoList-v920ext ::= SEQUENCE (SIZE (1..maxSgnType)) OF
DGANSSInfo-v920ext
DGANSSSignalInformation ::= SEQUENCE {
satId INTEGER (0..63),
iode-dganss BIT STRING (SIZE (10)),
udre UDRE,
ganss-prc INTEGER (-2047..2047), -- scale factor 0.32
ganss-rrc INTEGER (-127..127) -- scale factor 0.032
}
DGANSSSignalInformation-r9 ::= SEQUENCE {
satId INTEGER (0..63),
iode-dganss BIT STRING (SIZE (10)),
udre UDRE,
ganss-prc INTEGER (-2047..2047), -- scale factor 0.32
ganss-rrc INTEGER (-127..127), -- scale factor 0.032
udreGrowthRate UDREGrowthRate OPTIONAL,
udreValidityTime UDREValidityTime OPTIONAL
}
DGANSSSignalInformation-v920ext ::= SEQUENCE {
udreGrowthRate UDREGrowthRate OPTIONAL,
udreValidityTime UDREValidityTime OPTIONAL
}
DGANSSSignalInformationList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
DGANSSSignalInformation
DGANSSSignalInformationList-r9 ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
DGANSSSignalInformation-r9
DGANSSSignalInformationList-v920ext ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
DGANSSSignalInformation-v920ext
DGANSS-Sig-Id-Req ::= BIT STRING (SIZE (8))
DGPS-CorrectionSatInfo ::= SEQUENCE {
satID SatID,
iode IODE,
udre UDRE,
prc PRC,
rrc RRC,
-- dummy1 and dummy2 are not used in this version of the specification and should be ignored.
dummy1 DeltaPRC,
dummy2 DeltaRRC,
-- dummy3 and dummy4 are not used in this version of the specification. They should not
-- be sent and if received they should be ignored.
dummy3 DeltaPRC OPTIONAL,
dummy4 DeltaRRC OPTIONAL
}
DGPS-CorrectionSatInfo-r9 ::= SEQUENCE {
satID SatID,
iode IODE,
udre UDRE,
prc PRC,
rrc RRC,
udreGrowthRate UDREGrowthRate OPTIONAL,
udreValidityTime UDREValidityTime OPTIONAL
}
DGPS-CorrectionSatInfo-v920ext ::= SEQUENCE {
udreGrowthRate UDREGrowthRate OPTIONAL,
udreValidityTime UDREValidityTime OPTIONAL
}
DGPS-CorrectionSatInfoList ::= SEQUENCE (SIZE (1..maxSat)) OF
DGPS-CorrectionSatInfo
DGPS-CorrectionSatInfoList-r9 ::= SEQUENCE (SIZE (1..maxSat)) OF
DGPS-CorrectionSatInfo-r9
DGPS-CorrectionSatInfoList-v920ext ::= SEQUENCE (SIZE (1..maxSat)) OF
DGPS-CorrectionSatInfo-v920ext
DiffCorrectionStatus ::= ENUMERATED {
udre-1-0, udre-0-75, udre-0-5, udre-0-3,
udre-0-2, udre-0-1, noData, invalidData }
DL-TransportChannelBLER ::= INTEGER (0..63)
DopplerUncertainty ::= ENUMERATED {
hz12-5, hz25, hz50, hz100, hz200,
spare3, spare2, spare1 }
DopplerUncertaintyExt ::= ENUMERATED {
hz300, hz400, hz500, hz600, noInformation,
spare3, spare2, spare1 }
EllipsoidPoint ::= SEQUENCE {
latitudeSign ENUMERATED { north, south },
latitude INTEGER (0..8388607),
longitude INTEGER (-8388608..8388607)
}
EllipsoidPointAltitude ::= SEQUENCE {
latitudeSign ENUMERATED { north, south },
latitude INTEGER (0..8388607),
longitude INTEGER (-8388608..8388607),
altitudeDirection ENUMERATED {height, depth},
altitude INTEGER (0..32767)
}
EllipsoidPointAltitudeEllipsoide ::= SEQUENCE {
latitudeSign ENUMERATED { north, south },
latitude INTEGER (0..8388607),
longitude INTEGER (-8388608..8388607),
altitudeDirection ENUMERATED {height, depth},
altitude INTEGER (0..32767),
uncertaintySemiMajor INTEGER (0..127),
uncertaintySemiMinor INTEGER (0..127),
-- Actual value orientationMajorAxis = IE value * 2
orientationMajorAxis INTEGER (0..89),
uncertaintyAltitude INTEGER (0..127),
confidence INTEGER (0..100)
}
EllipsoidPointUncertCircle ::= SEQUENCE {
latitudeSign ENUMERATED { north, south },
latitude INTEGER (0..8388607),
longitude INTEGER (-8388608..8388607),
uncertaintyCode INTEGER (0..127)
}
EllipsoidPointUncertEllipse ::= SEQUENCE {
latitudeSign ENUMERATED { north, south },
latitude INTEGER (0..8388607),
longitude INTEGER (-8388608..8388607),
uncertaintySemiMajor INTEGER (0..127),
uncertaintySemiMinor INTEGER (0..127),
-- Actual value orientationMajorAxis = IE value * 2
orientationMajorAxis INTEGER (0..89),
confidence INTEGER (0..100)
}
EnvironmentCharacterisation ::= ENUMERATED {
possibleHeavyMultipathNLOS,
lightMultipathLOS,
notDefined,
spare }
EUTRA-CSGMemberPLMNList ::= SEQUENCE(SIZE (1..5)) OF
PLMN-Identity
Eutra-EventResult ::= SEQUENCE {
earfcn EARFCN,
reportedCells SEQUENCE (SIZE (1..maxReportedEUTRACellPerFreq)) OF
EUTRA-PhysicalCellIdentity
}
EUTRA-EventResult-vb50ext ::= SEQUENCE {
earfcn EARFCNExtension OPTIONAL
}
EUTRA-EventResult-vc50ext ::= SEQUENCE {
earfcn EARFCNExtension2,
reportedCells SEQUENCE (SIZE (1..maxReportedEUTRACellPerFreq)) OF
EUTRA-PhysicalCellIdentity
}
Eutra-EventResultList ::= SEQUENCE (SIZE (1..maxReportedEUTRAFreqs)) OF
Eutra-EventResult
EUTRA-EventResultList-vb50ext ::= SEQUENCE (SIZE (1..maxReportedEUTRAFreqs)) OF
EUTRA-EventResult-vb50ext
EUTRA-EventResultList-vc50ext ::= SEQUENCE (SIZE (1..maxReportedEUTRAFreqs-ext)) OF
EUTRA-EventResult-vc50ext
EUTRA-EventResults ::= SEQUENCE {
eventID EventIDInterRAT,
eutra-EventResultsList Eutra-EventResultList
}
EUTRA-EventResults-vb50ext ::= SEQUENCE {
eutra-EventResultsList EUTRA-EventResultList-vb50ext
}
EUTRA-EventResults-vc50ext ::= SEQUENCE {
eutra-EventResultsList EUTRA-EventResultList-vc50ext
}
EUTRA-EventResultsForCELLFACH ::= SEQUENCE {
eutraFrequencyIndicator BIT STRING (SIZE (maxNumEUTRAFreqs-FACH))
}
EUTRA-EventResultsForCELLFACH-vc50ext ::= SEQUENCE {
eutraFrequencyIndicator BIT STRING (SIZE (maxNumEUTRAFreqs-FACH))
}
EUTRA-FrequencyAndPriorityInfo ::= SEQUENCE {
earfcn EARFCN,
measurementBandwidth EUTRA-MeasurementBandwidth OPTIONAL,
priority INTEGER (0..maxPrio-1),
-- Actual value = IE value * 2
qRxLevMinEUTRA INTEGER (-70..-22),
-- Actual value = IE value * 2
threshXhigh INTEGER (0..31),
-- Actual value = IE value * 2
threshXlow INTEGER (0..31),
eutra-exclude-ListedCellList EUTRA-Exclude-listedCellPerFreqList OPTIONAL,
eutraDetection BOOLEAN
}
EUTRA-FrequencyAndPriorityInfo-v920ext ::= SEQUENCE {
qqualMinEUTRA INTEGER (-34..-3) OPTIONAL,
threshXhigh2 INTEGER (0..31) OPTIONAL,
threshXlow2 INTEGER (0..31) OPTIONAL
}
EUTRA-FrequencyAndPriorityInfo-vb50ext ::= SEQUENCE {
qqualMinEUTRA-WB INTEGER (-34..-3) OPTIONAL
}
EUTRA-FrequencyAndPriorityInfo-vc50ext ::= SEQUENCE {
qqualMinRSRQ-OnAllSymbols INTEGER (-34..-3) OPTIONAL,
reducedMeasurementPerformance ENUMERATED {true} OPTIONAL
}
EUTRA-FrequencyAndPriorityInfo-vd20ext ::= SEQUENCE {
subpriority ENUMERATED {oDot2,oDot4,oDot6,oDot8} OPTIONAL
}
EUTRA-FrequencyAndPriorityInfoExtension-vb50ext ::= SEQUENCE {
earfcn EARFCNExtension,
measurementBandwidth EUTRA-MeasurementBandwidth OPTIONAL,
priority INTEGER (0..maxPrio-1),
-- Actual value = IE value * 2
qRxLevMinEUTRA INTEGER (-70..-22),
-- Actual value = IE value * 2
threshXhigh INTEGER (0..31),
-- Actual value = IE value * 2
threshXlow INTEGER (0..31),
qqualMinEUTRA INTEGER (-34..-3) OPTIONAL,
threshXhigh2 INTEGER (0..31) OPTIONAL,
threshXlow2 INTEGER (0..31) OPTIONAL,
eutra-exclude-listedCellList EUTRA-Exclude-listedCellPerFreqList OPTIONAL,
eutraDetection BOOLEAN
}
EUTRA-FrequencyAndPriorityInfoExtension-vb80ext ::= SEQUENCE {
qqualMinEUTRA-WB INTEGER (-34..-3) OPTIONAL
}
EUTRA-FrequencyAndPriorityInfoExtension-vc50ext ::= SEQUENCE {
qqualMinRSRQ-OnAllSymbols INTEGER (-34..-3) OPTIONAL,
reducedMeasurementPerformance ENUMERATED {true} OPTIONAL
}
EUTRA-FrequencyAndPriorityInfoExtension-vd20ext ::= SEQUENCE {
subpriority ENUMERATED {oDot2,oDot4,oDot6,oDot8} OPTIONAL
}
EUTRA-FrequencyAndPriorityInfoExtensionList ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfoExtension-vb50ext
EUTRA-FrequencyAndPriorityInfoExtensionList-vb80ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfoExtension-vb80ext
EUTRA-FrequencyAndPriorityInfoExtensionList-vc50ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfoExtension-vc50ext
EUTRA-FrequencyAndPriorityInfoExtensionList-vd20ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfoExtension-vd20ext
EUTRA-FrequencyAndPriorityInfoList ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfo
EUTRA-FrequencyAndPriorityInfoList-v920ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfo-v920ext
EUTRA-FrequencyAndPriorityInfoList-vb50ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfo-vb50ext
EUTRA-FrequencyAndPriorityInfoList-vc50ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfo-vc50ext
EUTRA-FrequencyAndPriorityInfoList-vd20ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyAndPriorityInfo-vd20ext
EUTRA-FrequencyList ::= SEQUENCE {
eutraFrequencyRemoval EUTRA-FrequencyRemoval,
eutraNewFrequencies EUTRA-FrequencyInfoList OPTIONAL
}
EUTRA-FrequencyList-r9 ::= SEQUENCE {
eutraFrequencyRemoval EUTRA-FrequencyRemoval,
eutraNewFrequencies EUTRA-FrequencyInfoList OPTIONAL,
eutraSIAcquisition EUTRA-SIAcquisition OPTIONAL
}
EUTRA-FrequencyList-r11 ::= SEQUENCE {
eutraFrequencyRemoval EUTRA-FrequencyRemoval-r11,
eutraNewFrequencies EUTRA-FrequencyInfoList-r11 OPTIONAL,
eutraSIAcquisition EUTRA-SIAcquisition-r11 OPTIONAL
}
EUTRA-FrequencyList-r12 ::= SEQUENCE {
eutraFrequencyRemoval EUTRA-FrequencyRemoval-r11,
eutraNewFrequencies EUTRA-FrequencyInfoList-r12 OPTIONAL,
eutraSIAcquisition EUTRA-SIAcquisition-r11 OPTIONAL,
rsrqMeasOnAllSymbols BOOLEAN OPTIONAL
}
EUTRA-SIAcquisition ::= SEQUENCE {
earfcn EARFCN,
physicalCellIdentity EUTRA-PhysicalCellIdentity
}
EUTRA-SIAcquisition-r11 ::= SEQUENCE {
-- If the IE earfcn is set to a value of 65535, then the EARFCN
-- value for that instance shall be read from the IE earfcnExt.
earfcn EARFCN,
earfcnExt EARFCNExtension OPTIONAL,
physicalCellIdentity EUTRA-PhysicalCellIdentity
}
EUTRA-MeasuredCells ::= SEQUENCE {
physicalCellIdentity EUTRA-PhysicalCellIdentity,
rSRP INTEGER (0..97) OPTIONAL,
rSRQ INTEGER (0..33) OPTIONAL
}
Eutra-MeasuredResult ::= SEQUENCE {
earfcn EARFCN,
measuredEUTRACells SEQUENCE (SIZE (1..maxReportedEUTRACellPerFreq)) OF
EUTRA-MeasuredCells
}
EUTRA-MeasuredResult-vb50ext ::= SEQUENCE {
earfcn EARFCNExtension OPTIONAL
}
Eutra-MeasuredResultList ::= SEQUENCE (SIZE (1..maxReportedEUTRAFreqs)) OF
Eutra-MeasuredResult
EUTRA-MeasuredResultList-vb50ext ::= SEQUENCE (SIZE (1..maxReportedEUTRAFreqs)) OF
EUTRA-MeasuredResult-vb50ext
EUTRA-MeasuredResults ::= SEQUENCE {
eutraMeasuredResultList Eutra-MeasuredResultList
}
EUTRA-MeasuredResults-vb50ext ::= SEQUENCE {
eutraMeasuredResultList EUTRA-MeasuredResultList-vb50ext
}
EUTRA-MeasuredCells-v920ext ::= SEQUENCE {
eutraSIacquisitionResults EUTRA-SIacquisitionResults
}
EUTRA-MeasuredCells-vc50ext ::= SEQUENCE {
physicalCellIdentity EUTRA-PhysicalCellIdentity OPTIONAL,
rSRP INTEGER (0..97) OPTIONAL,
rSRQ INTEGER (0..33) OPTIONAL,
eutraSIacquisitionResults EUTRA-SIacquisitionResults-vc50ext,
rsrqExtension INTEGER (-30..46) OPTIONAL
}
Eutra-MeasuredResult-v920ext ::= SEQUENCE {
measuredEUTRACells-v920ext SEQUENCE (SIZE (1..maxReportedEUTRACellPerFreq)) OF
EUTRA-MeasuredCells-v920ext
}
Eutra-MeasuredResult-vc50ext ::= SEQUENCE {
earfcn EARFCNExtension2 OPTIONAL,
measuredEUTRACells-vc50ext SEQUENCE (SIZE (1..maxReportedEUTRACellPerFreq)) OF
EUTRA-MeasuredCells-vc50ext
}
Eutra-MeasuredResultList-v920ext ::= SEQUENCE (SIZE (1..maxReportedEUTRAFreqs)) OF
Eutra-MeasuredResult-v920ext
Eutra-MeasuredResultList-vc50ext ::= SEQUENCE (SIZE (1..maxReportedEUTRAFreqs)) OF
Eutra-MeasuredResult-vc50ext
EUTRA-MeasuredResults-v920ext ::= SEQUENCE {
eutraMeasuredResultList-v920ext Eutra-MeasuredResultList-v920ext
}
EUTRA-MeasuredResults-vc50ext ::= SEQUENCE {
eutraMeasuredResultList-vc50ext Eutra-MeasuredResultList-vc50ext
}
EUTRA-SIacquisitionResults ::= SEQUENCE {
cgiInfo SEQUENCE {
plmn-Identity PLMN-Identity,
cellIdentity BIT STRING (SIZE (28)),
trackingAreaCode BIT STRING (SIZE (16))
},
csgIdentity CSG-Identity OPTIONAL,
csgMemberIndication ENUMERATED { member } OPTIONAL
}
EUTRA-SIacquisitionResults-vc50ext ::= SEQUENCE {
cgiInfo CGI-Info OPTIONAL,
csgIdentity CSG-Identity OPTIONAL,
csgMemberIndication ENUMERATED { member } OPTIONAL,
csgMemberPLMN EUTRA-CSGMemberPLMNList OPTIONAL,
primaryPLMNSuitable ENUMERATED { true } OPTIONAL
}
CGI-Info ::= SEQUENCE {
plmn-Identity PLMN-Identity,
cellIdentity BIT STRING (SIZE (28)),
trackingAreaCode BIT STRING (SIZE (16))
}
EUTRA-FrequencyRemoval ::= CHOICE {
removeAllFrequencies NULL,
removeSomeFrequencies SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EARFCN,
removeNoFrequencies NULL
}
EUTRA-FrequencyRemoval-r11 ::= CHOICE {
removeAllFrequencies NULL,
removeSomeFrequencies FrequenciesToRemove,
removeNoFrequencies NULL
}
EUTRA-FrequencyInfoList ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyInfo
EUTRA-FrequencyInfoList-r11 ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyInfo-r11
EUTRA-FrequencyInfoList-r12 ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EUTRA-FrequencyInfo-r12
EUTRA-FrequencyInfo ::= SEQUENCE {
earfcn EARFCN,
measurementBandwidth EUTRA-MeasurementBandwidth OPTIONAL,
eutra-exclude-listedCellList EUTRA-Exclude-listedCellPerFreqList OPTIONAL
}
EUTRA-FrequencyInfo-r11 ::= SEQUENCE {
-- If the IE earfcn is set to a value of 65535, then the EARFCN
-- value for that instance shall be read from the IE earfcnExt.
earfcn EARFCN,
earfcnExt EARFCNExtension OPTIONAL,
measurementBandwidth EUTRA-MeasurementBandwidth OPTIONAL,
eutra-exclude-listedCellList EUTRA-Exclude-listedCellPerFreqList OPTIONAL,
widebandRSRQMeasurements ENUMERATED {true} OPTIONAL
}
EUTRA-FrequencyInfo-r12 ::= SEQUENCE {
earfcn EARFCNExtension2,
reducedMeasurementPerformance ENUMERATED {true} OPTIONAL,
measurementBandwidth EUTRA-MeasurementBandwidth OPTIONAL,
eutra-exclude-listedCellList EUTRA-Exclude-listedCellPerFreqList OPTIONAL,
widebandRSRQMeasurements ENUMERATED {true} OPTIONAL
}
EUTRA-FrequencyRACHReportingInfo ::= SEQUENCE {
eutra-FrequencyListIndicator BIT STRING (SIZE (maxNumEUTRAFreqs)),
eutra-FrequencyRepQuantityRACH ENUMERATED { rsrp, rsrq },
eutra-FrequencyRACHReportingThreshold INTEGER (0..97),
rachReportingPriority ENUMERATED { intraEUTRAInter, interIntraEUTRA,
interEUTRAIntra, eUTRAIntraInter,
eUTRAInterIntra, spare3,
spare2, spare1 } OPTIONAL
}
EUTRA-FrequencyRACHReportingInfo-vc50ext ::= SEQUENCE {
eutra-FrequencyListIndicator BIT STRING (SIZE (maxNumEUTRAFreqs)),
eutra-FrequencyRACHReportingThresholdExtension INTEGER (-30..-1) OPTIONAL
}
EUTRA-MeasurementBandwidth ::= ENUMERATED { mbw6, mbw15, mbw25, mbw50, mbw75, mbw100 }
EUTRA-MeasurementForCELLFACH ::= SEQUENCE {
eutraFrequenciesForMeasurement SEQUENCE (SIZE (1..maxNumEUTRAFreqs-FACH)) OF
EARFCNRange,
reportCriteria ENUMERATED { event-triggeredreporting, periodicalReporting },
measurementQuantity ENUMERATED { rsrp, rsrq },
reportingThreshold INTEGER (0..97)
}
EUTRA-MeasurementForCELLFACH-r12 ::= SEQUENCE {
eutraFrequenciesForMeasurement SEQUENCE (SIZE (1..maxNumEUTRAFreqs-FACH-ext)) OF
EARFCNRange,
reportCriteria ENUMERATED { event-triggeredreporting, periodicalReporting },
measurementQuantity ENUMERATED { rsrp, rsrq },
reportingThreshold INTEGER (-30..97)
}
FrequenciesToRemove ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
EARFCNRange
Event1a ::= SEQUENCE {
triggeringCondition TriggeringCondition2,
reportingRange ReportingRange,
forbiddenAffectCellList ForbiddenAffectCellList OPTIONAL,
w W,
reportDeactivationThreshold ReportDeactivationThreshold,
reportingAmount ReportingAmount,
reportingInterval ReportingInterval
}
Event1a-r4 ::= SEQUENCE {
triggeringCondition TriggeringCondition2,
reportingRange ReportingRange,
forbiddenAffectCellList ForbiddenAffectCellList-r4 OPTIONAL,
w W,
reportDeactivationThreshold ReportDeactivationThreshold,
reportingAmount ReportingAmount,
reportingInterval ReportingInterval
}
Event1a-OnSecUlFreq-r9 ::= SEQUENCE {
triggeringCondition TriggeringCondition2,
reportingRange ReportingRange,
forbiddenAffectCellListOnSecULFreq ForbiddenAffectCellListOnSecULFreq OPTIONAL,
w W,
reportDeactivationThreshold ReportDeactivationThreshold,
reportingAmount ReportingAmount,
reportingInterval ReportingInterval
}
Event1a-LCR-r4 ::= SEQUENCE {
triggeringCondition TriggeringCondition2,
reportingRange ReportingRange,
forbiddenAffectCellList ForbiddenAffectCellList-LCR-r4 OPTIONAL,
w W,
reportDeactivationThreshold ReportDeactivationThreshold,
reportingAmount ReportingAmount,
reportingInterval ReportingInterval
}
Event1b ::= SEQUENCE {
triggeringCondition TriggeringCondition1,
reportingRange ReportingRange,
forbiddenAffectCellList ForbiddenAffectCellList OPTIONAL,
w W
}
Event1b-r4 ::= SEQUENCE {
triggeringCondition TriggeringCondition1,
reportingRange ReportingRange,
forbiddenAffectCellList ForbiddenAffectCellList-r4 OPTIONAL,
w W
}
Event1b-r7 ::= SEQUENCE {
triggeringCondition TriggeringCondition1,
reportingRange ReportingRange,
forbiddenAffectCellList ForbiddenAffectCellList-r4 OPTIONAL,
w W,
periodicReportingInfo-1b PeriodicReportingInfo-1b OPTIONAL
}
Event1b-OnSecUlFreq-r9 ::= SEQUENCE {
triggeringCondition TriggeringCondition1,
reportingRange ReportingRange,
forbiddenAffectCellListOnSecULFreq ForbiddenAffectCellListOnSecULFreq OPTIONAL,
w W,
periodicReportingInfo-1b PeriodicReportingInfo-1b OPTIONAL
}
Event1b-LCR-r4 ::= SEQUENCE {
triggeringCondition TriggeringCondition1,
reportingRange ReportingRange,
forbiddenAffectCellList ForbiddenAffectCellList-LCR-r4 OPTIONAL,
w W
}
Event1c ::= SEQUENCE {
replacementActivationThreshold ReplacementActivationThreshold,
reportingAmount ReportingAmount,
reportingInterval ReportingInterval
}
Event1d ::= SEQUENCE {
triggeringCondition TriggeringCondition2 OPTIONAL,
useCIO BOOLEAN OPTIONAL
}
Event1e ::= SEQUENCE {
triggeringCondition TriggeringCondition2,
thresholdUsedFrequency ThresholdUsedFrequency
}
Event1e-r6 ::= SEQUENCE {
triggeringCondition TriggeringCondition2,
thresholdUsedFrequency ThresholdUsedFrequency-r6
}
Event1f ::= SEQUENCE {
triggeringCondition TriggeringCondition1,
thresholdUsedFrequency ThresholdUsedFrequency
}
Event1f-r6 ::= SEQUENCE {
triggeringCondition TriggeringCondition1,
thresholdUsedFrequency ThresholdUsedFrequency-r6
}
Event1j-r6 ::= SEQUENCE {
replacementActivationThreshold ReplacementActivationThreshold,
reportingAmount ReportingAmount,
reportingInterval ReportingInterval
}
Event2a ::= SEQUENCE {
-- dummy is not used in this version of the specification and should be ignored
dummy Threshold,
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList OPTIONAL
}
Event2a-r6 ::= SEQUENCE {
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL,
nonUsedFreqParameterList NonUsedFreqWList-r6 OPTIONAL
}
Event2a-r10 ::= SEQUENCE {
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL,
nonUsedFreqParameterList NonUsedFreq2aParameterList-r10 OPTIONAL
}
Event2a-r11 ::= SEQUENCE {
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL,
nonUsedFreqParameterList NonUsedFreq2aParameterList-r11 OPTIONAL
}
Event2b ::= SEQUENCE {
usedFreqThreshold Threshold,
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList OPTIONAL
}
Event2b-r6 ::= SEQUENCE {
usedFreqThreshold Threshold-r6,
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList-r6 OPTIONAL
}
Event2b-r10 ::= SEQUENCE {
usedFreqThreshold Threshold-r6,
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList-r10 OPTIONAL
}
Event2b-r11 ::= SEQUENCE {
usedFreqThreshold Threshold-r6,
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList-r11 OPTIONAL
}
Event2c ::= SEQUENCE {
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList OPTIONAL
}
Event2c-r6 ::= SEQUENCE {
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList-r6 OPTIONAL
}
Event2c-r10 ::= SEQUENCE {
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList-r10 OPTIONAL
}
Event2c-r11 ::= SEQUENCE {
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList-r11 OPTIONAL
}
Event2d ::= SEQUENCE {
usedFreqThreshold Threshold,
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
Event2d-r6 ::= SEQUENCE {
usedFreqThreshold Threshold-r6,
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
Event2d-r10 ::= SEQUENCE {
usedFreqThreshold Threshold-r6,
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL
}
Event2e ::= SEQUENCE {
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList OPTIONAL
}
Event2e-r6 ::= SEQUENCE {
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList-r6 OPTIONAL
}
Event2e-r10 ::= SEQUENCE {
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList-r10 OPTIONAL
}
Event2e-r11 ::= SEQUENCE {
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL,
nonUsedFreqParameterList NonUsedFreqParameterList-r11 OPTIONAL
}
Event2f ::= SEQUENCE {
usedFreqThreshold Threshold,
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
Event2f-r6 ::= SEQUENCE {
usedFreqThreshold Threshold-r6,
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
Event2f-r10 ::= SEQUENCE {
usedFreqThreshold Threshold-r6,
usedFreqW W,
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL
}
Event2g ::= SEQUENCE {
hysteresis HysteresisInterFreq,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL,
useCIO ENUMERATED {true} OPTIONAL
}
Event3a ::= SEQUENCE {
thresholdOwnSystem Threshold,
w W,
thresholdOtherSystem Threshold,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
Event3b ::= SEQUENCE {
thresholdOtherSystem Threshold,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
Event3c ::= SEQUENCE {
thresholdOtherSystem Threshold,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
Event3d ::= SEQUENCE {
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
Event3a-r12 ::= SEQUENCE {
thresholdOwnSystem Threshold,
w W,
thresholdOtherSystem Threshold-r12,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
Event3b-r12 ::= SEQUENCE {
thresholdOtherSystem Threshold-r12,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
Event3c-r12 ::= SEQUENCE {
thresholdOtherSystem Threshold-r12,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
EventIDInterFreq ::= ENUMERATED {
e2a, e2b, e2c, e2d, e2e, e2f, e2g, spare1 }
EventIDInterRAT ::= ENUMERATED {
e3a, e3b, e3c, e3d }
EventIDIntraFreq ::= ENUMERATED {
e1a, e1b, e1c, e1d, e1e,
e1f, e1g, e1h, e1i, e1j,
spare6, spare5, spare4, spare3, spare2,
spare1 }
EventResults ::= CHOICE {
intraFreqEventResults IntraFreqEventResults,
interFreqEventResults InterFreqEventResults,
interRATEventResults InterRATEventResults,
trafficVolumeEventResults TrafficVolumeEventResults,
qualityEventResults QualityEventResults,
ue-InternalEventResults UE-InternalEventResults,
ue-positioning-MeasurementEventResults UE-Positioning-MeasurementEventResults,
spare NULL
}
EventResults-v770ext ::= CHOICE {
ue-positioning-MeasurementEventResults UE-Positioning-MeasurementEventResults-v770ext
}
EventResults-v860ext ::= CHOICE {
ue-positioning-MeasurementEventResults UE-Positioning-MeasurementEventResults-v860ext
}
EventResults-va40ext ::= CHOICE {
interFreqEventResults InterFreqEventResults-va40ext
}
EventResultsOnSecUlFreq ::= SEQUENCE {
intraFreqEventResults IntraFreqEventResultsOnSecUlFreq
}
ExtraDoppler ::= SEQUENCE {
-- Doppler 1st order term, -0.2..+0.1 m/s2
-- ( = -42..+21 with 1/210 m/s2 resolution)
dopplerFirstOrder INTEGER (-42.. 21),
dopplerUncertainty ENUMERATED { dopU40, dopU20, dopU10, dopU5, dopU2-5,
spare3, spare2, spare1 }
}
ExtraDopplerExtension ::= SEQUENCE {
-- Doppler 1st order term, -0.2..+0.1 m/s2
-- ( = -42..+21 with 1/210 m/s2 resolution)
dopplerFirstOrder INTEGER (-42.. 21),
dopplerUncertaintyExt ENUMERATED { dopU60, dopU80, dopU100, dopU120,
noInformation, spare3, spare2, spare1 }
}
ExtraDopplerInfo ::= SEQUENCE {
-- Actual value doppler1stOrder = IE value * 0.023
doppler1stOrder INTEGER (-42..21),
dopplerUncertainty DopplerUncertainty
}
ExtraDopplerInfoExtension ::= SEQUENCE {
-- Actual value doppler1stOrder = IE value * 0.023
doppler1stOrder INTEGER (-42..21),
dopplerUncertaintyExt DopplerUncertaintyExt
}
FACH-MeasurementOccasionInfo ::= SEQUENCE {
fACH-meas-occasion-coeff INTEGER (1..12) OPTIONAL,
inter-freq-FDD-meas-ind BOOLEAN,
-- inter-freq-TDD-meas-ind is for 3.84Mcps TDD and 7.68 Mcps TDD. For 1.28Mcps TDD, the IE in
-- FACH-MeasurementOccasionInfo-LCR-r4-ext is used.
inter-freq-TDD-meas-ind BOOLEAN,
inter-RAT-meas-ind SEQUENCE (SIZE (1..maxOtherRAT)) OF
RAT-Type OPTIONAL
}
FACH-MeasurementOccasionInfo-LCR-r4-ext ::= SEQUENCE {
inter-freq-TDD128-meas-ind BOOLEAN
}
FilterCoefficient ::= ENUMERATED {
fc0, fc1, fc2, fc3, fc4, fc5,
fc6, fc7, fc8, fc9, fc11, fc13,
fc15, fc17, fc19, spare1 }
FilteredUEPowerHeadroomReportInfo ::= SEQUENCE {
timeToTrigger TimeToTrigger,
hysteresis1 Hysteresis OPTIONAL,
hysteresis2 Hysteresis OPTIONAL,
uePowerHeadroomThreshold1 UE-PowerHeadroomThreshold OPTIONAL,
uePowerHeadroomThreshold2 UE-PowerHeadroomThreshold OPTIONAL,
filterCoefficient FilterCoefficient OPTIONAL
}
-- Actual value FineSFN-SFN = IE value * 0.0625
FineSFN-SFN ::= INTEGER (0..15)
ForbiddenAffectCell ::= CHOICE {
fdd PrimaryCPICH-Info,
tdd PrimaryCCPCH-Info
}
ForbiddenAffectCell-r4 ::= CHOICE {
fdd PrimaryCPICH-Info,
tdd PrimaryCCPCH-Info-r4
}
ForbiddenAffectCell-LCR-r4 ::= SEQUENCE {
tdd PrimaryCCPCH-Info-LCR-r4
}
ForbiddenAffectCellList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
ForbiddenAffectCell
ForbiddenAffectCellList-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
ForbiddenAffectCell-r4
ForbiddenAffectCellList-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
ForbiddenAffectCell-LCR-r4
ForbiddenAffectCellListOnSecULFreq ::= SEQUENCE (SIZE (1.. maxCellMeasOnSecULFreq)) OF
ForbiddenAffectCellOnSecULFreq
ForbiddenAffectCellOnSecULFreq ::= SEQUENCE {
primaryCPICH PrimaryCPICH-Info
}
FreqQualityEstimateQuantity-FDD ::= ENUMERATED {
cpich-Ec-N0,
cpich-RSCP }
FreqQualityEstimateQuantity-TDD ::= ENUMERATED {
primaryCCPCH-RSCP }
GanssDataBits ::= SEQUENCE {
ganssTod INTEGER (0..86399),
dataBitAssistance ReqDataBitAssistance
}
GANSSDecipheringKeys ::= SEQUENCE {
currentDecipheringKey BIT STRING (SIZE (56)),
nextDecipheringKey BIT STRING (SIZE (56))
}
GANSSGenericData ::= SEQUENCE {
ganssId INTEGER (0..7) OPTIONAL,
ganssTimeModelsList GANSSTimeModelsList OPTIONAL,
uePositioningDGANSSCorrections UE-Positioning-DGANSSCorrections OPTIONAL,
uePositioningGANSSNavigationModel UE-Positioning-GANSS-NavigationModel OPTIONAL,
uePositioningGANSSRealTimeIntegrity UE-Positioning-GANSS-RealTimeIntegrity OPTIONAL,
uePositioningGANSSDataBitAssistance UE-Positioning-GANSS-Data-Bit-Assistance OPTIONAL,
uePositioningGANSSReferenceMeasurementInfo
UE-Positioning-GANSS-ReferenceMeasurementInfo OPTIONAL,
uePositioningGANSSAlmanac UE-Positioning-GANSS-Almanac OPTIONAL,
uePositioningGANSSUTCModel UE-Positioning-GANSS-UTCModel OPTIONAL
}
GANSSGenericData-v860ext ::= SEQUENCE {
uePositiningGANSSsbasID UE-Positioning-GANSS-SBAS-ID OPTIONAL,
uePositioningGANSSAddNavigationModels
UE-Positioning-GANSS-AddNavigationModels OPTIONAL,
uePositioningGANSSAlmanac UE-Positioning-GANSS-Almanac-v860ext OPTIONAL,
uePositioningGANSSAddUTCModels UE-Positioning-GANSS-AddUTCModels OPTIONAL,
uePositioningGANSSAuxiliaryInfo UE-Positioning-GANSS-AuxiliaryInfo OPTIONAL
}
GANSSGenericData-r8 ::= SEQUENCE {
ganssId INTEGER (0..7) OPTIONAL,
uePositiningGANSSsbasID UE-Positioning-GANSS-SBAS-ID OPTIONAL,
ganssTimeModelsList GANSSTimeModelsList OPTIONAL,
uePositioningDGANSSCorrections UE-Positioning-DGANSSCorrections OPTIONAL,
uePositioningGANSSNavigationModel UE-Positioning-GANSS-NavigationModel OPTIONAL,
uePositioningGANSSAddNavigationModels
UE-Positioning-GANSS-AddNavigationModels OPTIONAL,
uePositioningGANSSRealTimeIntegrity UE-Positioning-GANSS-RealTimeIntegrity OPTIONAL,
uePositioningGANSSDataBitAssistance UE-Positioning-GANSS-Data-Bit-Assistance OPTIONAL,
uePositioningGANSSReferenceMeasurementInfo
UE-Positioning-GANSS-ReferenceMeasurementInfo OPTIONAL,
uePositioningGANSSAlmanac UE-Positioning-GANSS-Almanac-r8 OPTIONAL,
uePositioningGANSSUTCModel UE-Positioning-GANSS-UTCModel OPTIONAL,
uePositioningGANSSAddUTCModels UE-Positioning-GANSS-AddUTCModels OPTIONAL,
uePositioningGANSSAuxiliaryInfo UE-Positioning-GANSS-AuxiliaryInfo OPTIONAL
}
GANSSGenericData-r9 ::= SEQUENCE {
ganssId INTEGER (0..7) OPTIONAL,
uePositiningGANSSsbasID UE-Positioning-GANSS-SBAS-ID OPTIONAL,
ganssTimeModelsList GANSSTimeModelsList OPTIONAL,
uePositioningDGANSSCorrections UE-Positioning-DGANSSCorrections-r9 OPTIONAL,
uePositioningGANSSNavigationModel UE-Positioning-GANSS-NavigationModel OPTIONAL,
uePositioningGANSSAddNavigationModels
UE-Positioning-GANSS-AddNavigationModels OPTIONAL,
uePositioningGANSSRealTimeIntegrity UE-Positioning-GANSS-RealTimeIntegrity OPTIONAL,
uePositioningGANSSDataBitAssistance UE-Positioning-GANSS-Data-Bit-Assistance OPTIONAL,
uePositioningGANSSReferenceMeasurementInfo
UE-Positioning-GANSS-ReferenceMeasurementInfo OPTIONAL,
uePositioningGANSSAlmanac UE-Positioning-GANSS-Almanac-r8 OPTIONAL,
uePositioningGANSSUTCModel UE-Positioning-GANSS-UTCModel OPTIONAL,
uePositioningGANSSAddUTCModels UE-Positioning-GANSS-AddUTCModels OPTIONAL,
uePositioningGANSSAuxiliaryInfo UE-Positioning-GANSS-AuxiliaryInfo OPTIONAL
}
GANSSGenericData-v920ext ::= SEQUENCE {
uePositioningDGANSSCorrections UE-Positioning-DGANSSCorrections-v920ext OPTIONAL
}
GANSSGenericData-va40ext ::= SEQUENCE {
ganssTimeModelsList GANSSTimeModelsList-va40ext OPTIONAL,
uePositioningGANSSReferenceMeasurementInfo
UE-Positioning-GANSS-ReferenceMeasurementInfo-va40ext
OPTIONAL,
uePositioningGANSSAlmanac UE-Positioning-GANSS-Almanac-va40ext OPTIONAL
}
GANSSGenericData-vc50ext ::= SEQUENCE {
uePositioningDBDSCorrections UE-Positioning-DBDSCorrections OPTIONAL,
uePositioningBDSIonoGridModel UE-Positioning-BDS-IonoGridModel OPTIONAL,
ue-positioning-GANSS-AddNavigationModels
UE-Positioning-GANSS-AddNavigationModels-vc50ext
OPTIONAL, uePositioningGANSSReferenceMeasurementInfo
UE-Positioning-GANSS-ReferenceMeasurementInfo-vc50ext
OPTIONAL,
ue-Positioning-GANSS-Almanac UE-Positioning-GANSS-Almanac-vc50ext OPTIONAL,
ue-Positioning-GANSS-AddUTCModels UE-Positioning-GANSS-AddUTCModels-vc50ext OPTIONAL
}
GANSSGenericData-r10 ::= SEQUENCE {
ganssId INTEGER (0..7) OPTIONAL,
uePositiningGANSSsbasID UE-Positioning-GANSS-SBAS-ID OPTIONAL,
ganssTimeModelsList GANSSTimeModelsList-r10 OPTIONAL,
uePositioningDGANSSCorrections UE-Positioning-DGANSSCorrections-r9 OPTIONAL,
uePositioningGANSSNavigationModel UE-Positioning-GANSS-NavigationModel OPTIONAL,
uePositioningGANSSAddNavigationModels
UE-Positioning-GANSS-AddNavigationModels OPTIONAL,
uePositioningGANSSRealTimeIntegrity UE-Positioning-GANSS-RealTimeIntegrity OPTIONAL,
uePositioningGANSSDataBitAssistance UE-Positioning-GANSS-Data-Bit-Assistance OPTIONAL,
uePositioningGANSSReferenceMeasurementInfo
UE-Positioning-GANSS-ReferenceMeasurementInfo-r10
OPTIONAL,
uePositioningGANSSAlmanac UE-Positioning-GANSS-Almanac-r10 OPTIONAL,
uePositioningGANSSUTCModel UE-Positioning-GANSS-UTCModel OPTIONAL,
uePositioningGANSSAddUTCModels UE-Positioning-GANSS-AddUTCModels OPTIONAL,
uePositioningGANSSAuxiliaryInfo UE-Positioning-GANSS-AuxiliaryInfo OPTIONAL
}
GANSSGenericData-r12 ::= SEQUENCE {
ganssId INTEGER (0..7) OPTIONAL,
uePositiningGANSSsbasID UE-Positioning-GANSS-SBAS-ID OPTIONAL,
ganssTimeModelsList GANSSTimeModelsList-r10 OPTIONAL,
uePositioningDGANSSCorrections UE-Positioning-DGANSSCorrections-r9 OPTIONAL,
uePositioningDBDSCorrections UE-Positioning-DBDSCorrections OPTIONAL,
uePositioningBDSIonoGridModel UE-Positioning-BDS-IonoGridModel OPTIONAL,
uePositioningGANSSNavigationModel UE-Positioning-GANSS-NavigationModel OPTIONAL,
uePositioningGANSSAddNavigationModels UE-Positioning-GANSS-AddNavigationModels-r12
OPTIONAL,
uePositioningGANSSRealTimeIntegrity UE-Positioning-GANSS-RealTimeIntegrity OPTIONAL,
uePositioningGANSSDataBitAssistance UE-Positioning-GANSS-Data-Bit-Assistance OPTIONAL,
uePositioningGANSSReferenceMeasurementInfo
UE-Positioning-GANSS-ReferenceMeasurementInfo-r12
OPTIONAL,
uePositioningGANSSAlmanac UE-Positioning-GANSS-Almanac-r12 OPTIONAL,
uePositioningGANSSUTCModel UE-Positioning-GANSS-UTCModel OPTIONAL,
uePositioningGANSSAddUTCModels UE-Positioning-GANSS-AddUTCModels-r12 OPTIONAL,
uePositioningGANSSAuxiliaryInfo UE-Positioning-GANSS-AuxiliaryInfo OPTIONAL
}
GANSSGenericDataList ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GANSSGenericData
GANSSGenericDataList-v860ext ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GANSSGenericData-v860ext
GANSSGenericDataList-r8 ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GANSSGenericData-r8
GANSSGenericDataList-r9 ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GANSSGenericData-r9
GANSSGenericDataList-v920ext ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GANSSGenericData-v920ext
GANSSGenericDataList-va40ext ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GANSSGenericData-va40ext
GANSSGenericDataList-vc50ext ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GANSSGenericData-vc50ext
GANSSGenericDataList-r10 ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GANSSGenericData-r10
GANSSGenericDataList-r12 ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GANSSGenericData-r12
GANSSGenericMeasurementInfo ::= SEQUENCE (SIZE (1..maxGANSS)) OF SEQUENCE {
ganssId INTEGER (0..7) OPTIONAL,
ganssMeasurementSignalList GANSSMeasurementSignalList
}
GANSSGenericMeasurementInfo-v860ext ::= SEQUENCE (SIZE (1..maxGANSS)) OF SEQUENCE {
ganssMeasurementSignalList GANSSMeasurementSignalList-v860ext
}
GANSSMeasurementParameters ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF SEQUENCE {
satId INTEGER (0..63),
cSurNzero INTEGER (0..63),
multipathIndicator ENUMERATED { nm, low, medium, high },
carrierQualityIndication BIT STRING (SIZE (2)) OPTIONAL,
ganssCodePhase INTEGER (0..2097151),
ganssIntegerCodePhase INTEGER (0..63) OPTIONAL,
codePhaseRmsError INTEGER (0..63),
doppler INTEGER (-32768..32767),
adr INTEGER (0..33554431) OPTIONAL
}
GANSSMeasurementParameters-v860ext ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF SEQUENCE {
ganssIntegerCodePhaseExt INTEGER (64..127) OPTIONAL
}
GANSSMeasurementSignalList ::= SEQUENCE (SIZE (1..maxSgnType)) OF SEQUENCE {
ganssSignalId GANSS-Signal-Id OPTIONAL,
ganssCodePhaseAmbiguity INTEGER (0..31) OPTIONAL,
ganssMeasurementParameters GANSSMeasurementParameters
}
GANSSMeasurementSignalList-v860ext ::= SEQUENCE (SIZE (1..maxSgnType)) OF SEQUENCE {
ganssCodePhaseAmbiguityExt INTEGER (32..127) OPTIONAL,
ganssMeasurementParameters GANSSMeasurementParameters-v860ext
}
GanssNavigationModelAdditionalData ::= SEQUENCE {
ganssWeek INTEGER (0..4095),
ganssToe INTEGER (0..167),
t-toeLimit INTEGER (0..10),
satellitesListRelatedDataList SatellitesListRelatedDataList OPTIONAL
}
GANSSReferenceTimeOnly ::= SEQUENCE {
gANSS-tod INTEGER (0..3599999),
gANSS-timeId INTEGER (0..7) OPTIONAL,
gANSS-tod-uncertainty INTEGER (0..127) OPTIONAL
}
GanssReqGenericData ::= SEQUENCE {
ganssId INTEGER (0..7) OPTIONAL,
ganssRealTimeIntegrity BOOLEAN,
ganssDifferentialCorrection DGANSS-Sig-Id-Req OPTIONAL,
ganssAlmanac BOOLEAN,
ganssNavigationModel BOOLEAN,
ganssTimeModelGNSS-GNSS BIT STRING (SIZE (8)) OPTIONAL,
ganssReferenceMeasurementInfo BOOLEAN,
ganssDataBits GanssDataBits OPTIONAL,
ganssUTCModel BOOLEAN,
ganssNavigationModelAdditionalData GanssNavigationModelAdditionalData OPTIONAL
}
GanssReqGenericData-v860ext ::= SEQUENCE {
sbasId UE-Positioning-GANSS-SBAS-ID OPTIONAL,
ganssAddNavigationModel ENUMERATED { true } OPTIONAL,
ganssAddUTCmodel ENUMERATED { true } OPTIONAL,
ganssAuxInfo ENUMERATED { true } OPTIONAL,
ganssAddADchoices SEQUENCE {
orbitModelID INTEGER (0..7) OPTIONAL,
clockModelID INTEGER (0..7) OPTIONAL,
utcModelID INTEGER (0..7) OPTIONAL,
almanacModelID INTEGER (0..7) OPTIONAL
} OPTIONAL
}
GanssReqGenericData-vc50ext ::= SEQUENCE {
bdsIonoGridModelReq ENUMERATED { true } OPTIONAL,
bdsCorrectionsReq DGANSS-Sig-Id-Req OPTIONAL
}
GanssRequestedGenericAssistanceDataList ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GanssReqGenericData
GanssRequestedGenericAssistanceDataList-v860ext ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GanssReqGenericData-v860ext
GanssRequestedGenericAssistanceDataList-vc50ext ::= SEQUENCE (SIZE (1..maxGANSS)) OF
GanssReqGenericData-vc50ext
GANSSSatelliteInformation ::= SEQUENCE {
ganssSatId INTEGER (0..63),
dopplerZeroOrder INTEGER (-2048..2047), -- scale factor 0.5m/s
extraDoppler ExtraDoppler OPTIONAL,
codePhase INTEGER (0..1023),
integerCodePhase INTEGER (0..127),
codePhaseSearchWindow BIT STRING (SIZE (5)),
azimuthandElevation AzimuthAndElevation OPTIONAL
}
GANSSSatelliteInformation-va40ext ::= SEQUENCE {
azimuthAndElevation AzimuthAndElevation-va40ext OPTIONAL
}
GANSSSatelliteInformation-r10 ::= SEQUENCE {
ganssSatId INTEGER (0..63),
dopplerZeroOrder INTEGER (-2048..2047), -- scale factor 0.5m/s
extraDoppler ExtraDoppler OPTIONAL,
codePhase INTEGER (0..1023),
integerCodePhase INTEGER (0..127),
codePhaseSearchWindow BIT STRING (SIZE (5)),
azimuthandElevation AzimuthAndElevation-r10 OPTIONAL
}
GANSSSatelliteInformation-vc50ext ::= SEQUENCE {
extraDopplerExtension ExtraDopplerExtension OPTIONAL
}
GANSSSatelliteInformation-r12 ::= SEQUENCE {
ganssSatId INTEGER (0..63),
dopplerZeroOrder INTEGER (-2048..2047), -- scale factor 0.5m/s
extraDoppler ExtraDoppler OPTIONAL,
-- If the extraDopplerExtension is present, the extraDoppler should not be present
extraDopplerExtension ExtraDopplerExtension OPTIONAL,
codePhase INTEGER (0..1023),
integerCodePhase INTEGER (0..127),
codePhaseSearchWindow BIT STRING (SIZE (5)),
azimuthandElevation AzimuthAndElevation-r10 OPTIONAL
}
GANSSSatelliteInformationList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSSSatelliteInformation
GANSSSatelliteInformationList-va40ext ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSSSatelliteInformation-va40ext
GANSSSatelliteInformationList-r10 ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSSSatelliteInformation-r10
GANSSSatelliteInformationList-vc50ext ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSSSatelliteInformation-vc50ext
GANSSSatelliteInformationList-r12 ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSSSatelliteInformation-r12
GANSSTimeModelsList ::= SEQUENCE (SIZE (1..maxGANSS-1)) OF
UE-Positioning-GANSS-TimeModel
GANSSTimeModelsList-va40ext ::= SEQUENCE (SIZE (1.. maxGANSS-1)) OF
UE-Positioning-GANSS-TimeModel-va40ext
GANSSTimeModelsList-r10 ::= SEQUENCE (SIZE (1..maxGANSS-1)) OF
UE-Positioning-GANSS-TimeModel-r10
GANSS-SAT-Info-Almanac-BDSkp ::= SEQUENCE {
svID INTEGER(0..63),
bdsAlmToa BIT STRING (SIZE (8)),
bdsAlmSqrtA BIT STRING (SIZE (24)),
bdsAlmE BIT STRING (SIZE (17)),
bdsAlmW BIT STRING (SIZE (24)),
bdsAlmM0 BIT STRING (SIZE (24)),
bdsAlmOmega0 BIT STRING (SIZE (24)),
bdsAlmOmegaDot BIT STRING (SIZE (17)),
bdsAlmDeltaI BIT STRING (SIZE (16)),
bdsAlmA0 BIT STRING (SIZE (11)),
bdsAlmA1 BIT STRING (SIZE (11)),
bdsSvHealth BIT STRING (SIZE(9)) OPTIONAL
}
GANSS-SAT-Info-Almanac-GLOkp ::= SEQUENCE {
gloAlmNA BIT STRING (SIZE (11)),
gloAlmnA BIT STRING (SIZE (5)),
gloAlmHA BIT STRING (SIZE (5)),
gloAlmLambdaA BIT STRING (SIZE (21)),
gloAlmTlambdaA BIT STRING (SIZE (21)),
gloAlmDeltaIA BIT STRING (SIZE (18)),
gloAkmDeltaTA BIT STRING (SIZE (22)),
gloAlmDeltaTdotA BIT STRING (SIZE (7)),
gloAlmEpsilonA BIT STRING (SIZE (15)),
gloAlmOmegaA BIT STRING (SIZE (16)),
gloAlmTauA BIT STRING (SIZE (10)),
gloAlmCA BIT STRING (SIZE (1)),
gloAlmMA BIT STRING (SIZE (2)) OPTIONAL
}
GANSS-SAT-Info-Almanac-Kp ::= SEQUENCE {
svId INTEGER(0..63),
ganss-alm-e BIT STRING (SIZE (11)),
ganss-delta-I-alm BIT STRING (SIZE (11)),
ganss-omegadot-alm BIT STRING (SIZE (11)),
ganss-svstatusINAV-alm BIT STRING (SIZE (4)),
ganss-svstatusFNAV-alm BIT STRING (SIZE (2)) OPTIONAL,
ganss-delta-a-sqrt-alm BIT STRING (SIZE (13)),
ganss-omegazero-alm BIT STRING (SIZE (16)),
ganss-m-zero-alm BIT STRING (SIZE (16)),
ganss-omega-alm BIT STRING (SIZE (16)),
ganss-af-zero-alm BIT STRING (SIZE (16)),
ganss-af-one-alm BIT STRING (SIZE (13))
}
GANSS-SAT-Info-Almanac-MIDIkp ::= SEQUENCE {
svID INTEGER(0..63),
midiAlmE BIT STRING (SIZE (11)),
midiAlmDeltaI BIT STRING (SIZE (11)),
midiAlmOmegaDot BIT STRING (SIZE (11)),
midiAlmSqrtA BIT STRING (SIZE (17)),
midiAlmOmega0 BIT STRING (SIZE (16)),
midiAlmOmega BIT STRING (SIZE (16)),
midiAlmMo BIT STRING (SIZE (16)),
midiAlmaf0 BIT STRING (SIZE (11)),
midiAlmaf1 BIT STRING (SIZE (10)),
midiAlmL1Health BIT STRING (SIZE (1)),
midiAlmL2Health BIT STRING (SIZE (1)),
midiAlmL5Health BIT STRING (SIZE (1))
}
GANSS-SAT-Info-Almanac-NAVkp ::= SEQUENCE {
svID INTEGER(0..63),
navAlmE BIT STRING (SIZE (16)),
navAlmDeltaI BIT STRING (SIZE (16)),
navAlmOMEGADOT BIT STRING (SIZE (16)),
navAlmSVHealth BIT STRING (SIZE (8)),
navAlmSqrtA BIT STRING (SIZE (24)),
navAlmOMEGAo BIT STRING (SIZE (24)),
navAlmOmega BIT STRING (SIZE (24)),
navAlmMo BIT STRING (SIZE (24)),
navAlmaf0 BIT STRING (SIZE (11)),
navAlmaf1 BIT STRING (SIZE (11))
}
GANSS-SAT-Info-Almanac-REDkp ::= SEQUENCE {
svID INTEGER(0..63),
redAlmDeltaA BIT STRING (SIZE (8)),
redAlmOmega0 BIT STRING (SIZE (7)),
redAlmPhi0 BIT STRING (SIZE (7)),
redAlmL1Health BIT STRING (SIZE (1)),
redAlmL2Health BIT STRING (SIZE (1)),
redAlmL5Health BIT STRING (SIZE (1))
}
GANSS-SAT-Info-Almanac-SBASecef ::= SEQUENCE {
sbasAlmDataID BIT STRING (SIZE (2)),
svID INTEGER (0..63),
sbasAlmHealth BIT STRING (SIZE (8)),
sbasAlmXg BIT STRING (SIZE (15)),
sbasAlmYg BIT STRING (SIZE (15)),
sbasAlmZg BIT STRING (SIZE (9)),
sbasAlmXgdot BIT STRING (SIZE (3)),
sbasAlmYgDot BIT STRING (SIZE (3)),
sbasAlmZgDot BIT STRING (SIZE (4)),
sbasAlmTo BIT STRING (SIZE (11))
}
GANSS-SAT-Info-Almanac-BDSkpList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSS-SAT-Info-Almanac-BDSkp
GANSS-SAT-Info-Almanac-GLOkpList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSS-SAT-Info-Almanac-GLOkp
GANSS-SAT-Info-Almanac-KpList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSS-SAT-Info-Almanac-Kp
GANSS-SAT-Info-Almanac-MIDIkpList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSS-SAT-Info-Almanac-MIDIkp
GANSS-SAT-Info-Almanac-NAVkpList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSS-SAT-Info-Almanac-NAVkp
GANSS-SAT-Info-Almanac-REDkpList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSS-SAT-Info-Almanac-REDkp
GANSS-SAT-Info-Almanac-SBASecefList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
GANSS-SAT-Info-Almanac-SBASecef
Ganss-Sat-Info-AddNav ::= SEQUENCE {
satId INTEGER (0..63),
svHealth BIT STRING (SIZE (6)),
iod BIT STRING (SIZE (11)),
ganssClockModel UE-Positioning-GANSS-AddClockModels,
ganssOrbitModel UE-Positioning-GANSS-AddOrbitModels
}
Ganss-Sat-Info-AddNav-r12 ::= SEQUENCE {
satId INTEGER (0..63),
svHealth BIT STRING (SIZE (6)),
iod BIT STRING (SIZE (11)),
ganssClockModel UE-Positioning-GANSS-AddClockModels-r12,
ganssOrbitModel UE-Positioning-GANSS-AddOrbitModels-r12
}
Ganss-Sat-Info-AddNav-vc50ext ::= SEQUENCE {
ganssClockModel UE-Positioning-GANSS-AddClockModels-vc50ext,
ganssOrbitModel UE-Positioning-GANSS-AddOrbitModels-vc50ext
}
Ganss-Sat-Info-Nav ::= SEQUENCE {
satId INTEGER (0..63),
svHealth BIT STRING (SIZE (9)),
iod BIT STRING (SIZE (10)),
ganssClockModel UE-Positioning-GANSS-ClockModel,
ganssOrbitModel UE-Positioning-GANSS-OrbitModel
}
Ganss-Sat-Info-AddNavList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
Ganss-Sat-Info-AddNav
Ganss-Sat-Info-AddNavList-r12 ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
Ganss-Sat-Info-AddNav-r12
Ganss-Sat-Info-AddNavList-vc50ext ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
Ganss-Sat-Info-AddNav-vc50ext
Ganss-Sat-Info-NavList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
Ganss-Sat-Info-Nav
GANSS-Signal-Id ::= INTEGER (0..7)
GANSS-Status-Health ::= ENUMERATED {
udre-scale-1dot0,
udre-scale-0dot75,
udre-scale-0dot5,
udre-scale-0dot3,
udre-scale-0dot2,
udre-scale-0dot1,
no-data,
invalid-data }
GANSS-Storm-Flag ::= SEQUENCE {
storm-flag-one BOOLEAN,
storm-flag-two BOOLEAN,
storm-flag-three BOOLEAN,
storm-flag-four BOOLEAN,
storm-flag-five BOOLEAN
}
GLONASSclockModel ::= SEQUENCE {
gloTau BIT STRING (SIZE (22)),
gloGamma BIT STRING (SIZE (11)),
gloDeltaTau BIT STRING (SIZE (5)) OPTIONAL
}
GPS-MeasurementParam ::= SEQUENCE {
satelliteID INTEGER (0..63),
c-N0 INTEGER (0..63),
doppler INTEGER (-32768..32768),
wholeGPS-Chips INTEGER (0..1022),
fractionalGPS-Chips INTEGER (0..1023),
multipathIndicator MultipathIndicator,
pseudorangeRMS-Error INTEGER (0..63)
}
GPS-MeasurementParamList ::= SEQUENCE (SIZE (1..maxSat)) OF
GPS-MeasurementParam
GSM-CarrierRSSI ::= BIT STRING (SIZE (6))
GSM-CellGroup ::= SEQUENCE {
startingARFCN BCCH-ARFCN,
bandIndicator ENUMERATED { dcs1800, pcs1900 },
followingARFCNs CHOICE {
explicitListOfARFCNs SEQUENCE (SIZE (0..31)) OF BCCH-ARFCN,
equallySpacedARFCNs SEQUENCE {
arfcn-Spacing INTEGER (1..8),
numberOfFollowingARFCNs INTEGER (0..31)
},
variableBitMapOfARFCNs OCTET STRING (SIZE (1..16)),
continuousRangeOfARFCNs SEQUENCE {
endingARFCN BCCH-ARFCN
}
}
}
GSM-MeasuredResults ::= SEQUENCE {
gsm-CarrierRSSI GSM-CarrierRSSI OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy INTEGER (46..173) OPTIONAL,
bsicReported BSICReported,
-- dummy2 is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy2 ObservedTimeDifferenceToGSM OPTIONAL
}
GSM-MeasuredResultsList ::= SEQUENCE (SIZE (1..maxReportedGSMCells)) OF
GSM-MeasuredResults
GPS-TOW-1msec ::= INTEGER (0..604799999)
GPS-TOW-1sec ::= INTEGER (0..604799)
GPS-TOW-Assist ::= SEQUENCE {
satID SatID,
tlm-Message BIT STRING (SIZE (14)),
tlm-Reserved BIT STRING (SIZE (2)),
alert BOOLEAN,
antiSpoof BOOLEAN
}
GPS-TOW-AssistList ::= SEQUENCE (SIZE (1..maxSat)) OF
GPS-TOW-Assist
GSM-CellID ::= SEQUENCE {
gsm-CellID INTEGER (0..maxCellMeas-1)
}
GSM-PriorityInfo ::= SEQUENCE {
gsmCellGroup GSM-CellGroup,
priority INTEGER (0..maxPrio-1),
-- Actual value = IE value * 2 + 1
qRxLevMinGSM INTEGER (-58..-13),
-- Actual value = IE value * 2
threshXhigh INTEGER (0..31),
-- Actual value = IE value * 2
threshXlow INTEGER (0..31)
}
GSM-PriorityInfoList ::= SEQUENCE (SIZE (1..maxNumGSMCellGroup)) OF
GSM-PriorityInfo
GSMCellGroupingList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
GSM-CellID
HCS-CellReselectInformation-RSCP ::= SEQUENCE {
-- TABULAR: The default value for penaltyTime is "notUsed"
-- Temporary offset is nested inside PenaltyTime-RSCP
penaltyTime PenaltyTime-RSCP
}
HCS-CellReselectInformation-ECN0 ::= SEQUENCE {
-- TABULAR: The default value for penaltyTime is "notUsed"
-- Temporary offset is nested inside PenaltyTime-ECN0
penaltyTime PenaltyTime-ECN0
}
HCS-NeighbouringCellInformation-RSCP ::= SEQUENCE {
hcs-PRIO HCS-PRIO DEFAULT 0,
q-HCS Q-HCS DEFAULT 0,
hcs-CellReselectInformation HCS-CellReselectInformation-RSCP
}
HCS-NeighbouringCellInformation-ECN0 ::= SEQUENCE {
hcs-PRIO HCS-PRIO DEFAULT 0,
q-HCS Q-HCS DEFAULT 0,
hcs-CellReselectInformation HCS-CellReselectInformation-ECN0
}
HCS-PRIO ::= INTEGER (0..7)
HCS-ServingCellInformation ::= SEQUENCE {
hcs-PRIO HCS-PRIO DEFAULT 0,
q-HCS Q-HCS DEFAULT 0,
t-CR-Max T-CRMax OPTIONAL
}
HorizontalVelocity ::= SEQUENCE {
bearing INTEGER (0..359),
horizontalSpeed INTEGER (0..2047)
}
HorizontalWithVerticalVelocity ::= SEQUENCE {
verticalSpeedDirection ENUMERATED { upward, downward },
bearing INTEGER (0..359),
horizontalSpeed INTEGER (0..2047),
verticalSpeed INTEGER (0..255)
}
HorizontalVelocityWithUncertainty ::= SEQUENCE {
bearing INTEGER (0..359),
horizontalSpeed INTEGER (0..2047),
horizontalSpeedUncertainty INTEGER (0..255)
}
HorizontalWithVerticalVelocityAndUncertainty ::= SEQUENCE {
verticalSpeedDirection ENUMERATED { upward, downward },
bearing INTEGER (0..359),
horizontalSpeed INTEGER (0..2047),
verticalSpeed INTEGER (0..255),
horizontalUncertaintySpeed INTEGER (0..255),
verticalUncertaintySpeed INTEGER (0..255)
}
-- Actual value Hysteresis = IE value * 0.5
Hysteresis ::= INTEGER (0..15)
-- Actual value HysteresisInterFreq = IE value * 0.5
HysteresisInterFreq ::= INTEGER (0..29)
IdleIntervalInfo ::= SEQUENCE {
k INTEGER (2..3) OPTIONAL,
offset INTEGER (0..7) OPTIONAL
}
InterFreqCell ::= SEQUENCE {
frequencyInfo FrequencyInfo,
nonFreqRelatedEventResults CellMeasurementEventResults
}
InterFreqCell-LCR-r4 ::= SEQUENCE {
frequencyInfo FrequencyInfo,
nonFreqRelatedEventResults CellMeasurementEventResults-LCR-r4
}
InterFreqCellID ::= INTEGER (0..maxCellMeas-1)
InterFreqCellID-r12 ::= INTEGER (0..maxCellMeas-ext-1)
InterFreqCellInfoList ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellList OPTIONAL,
cellsForInterFreqMeasList CellsForInterFreqMeasList OPTIONAL
}
InterFreqCellInfoList-r4 ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellList-r4 OPTIONAL,
cellsForInterFreqMeasList CellsForInterFreqMeasList OPTIONAL
}
InterFreqCellInfoList-r8 ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellList-r8 OPTIONAL,
cellsForInterFreqMeasList CellsForInterFreqMeasList OPTIONAL
}
InterFreqCellInfoList-r9 ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellList-r9 OPTIONAL,
cellsForInterFreqMeasList CellsForInterFreqMeasList OPTIONAL,
cSGInterFreqCellInfoList CSGInterFreqCellInfoList OPTIONAL,
interFreqSIAcquisition InterFreqSIAcquisition OPTIONAL
}
InterFreqCellInfoList-r10 ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellList-r10 OPTIONAL,
cellsForInterFreqMeasList CellsForInterFreqMeasList OPTIONAL,
cSGInterFreqCellInfoList CSGInterFreqCellInfoList OPTIONAL,
interFreqSIAcquisition InterFreqSIAcquisition OPTIONAL
}
InterFreqCellInfoList-r12 ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList-r12 OPTIONAL,
newInterFreqCellList NewInterFreqCellList-r12 OPTIONAL,
cellsForInterFreqMeasList CellsForInterFreqMeasList-r12 OPTIONAL,
cSGInterFreqCellInfoList CSGInterFreqCellInfoList OPTIONAL,
interFreqSIAcquisition InterFreqSIAcquisition OPTIONAL,
rmp-Frequency-List RMP-Frequency-List OPTIONAL
}
InterFreqSIAcquisition ::= SEQUENCE {
frequencyInfo FrequencyInfo,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryScramblingCode PrimaryCPICH-Info
},
tdd NULL
}
}
InterFreqCellInfoSI-List-RSCP ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-RSCP OPTIONAL
}
InterFreqCellInfoSI-List-ECN0 ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-ECN0 OPTIONAL
}
InterFreqCellInfoSI-List-HCS-RSCP ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-HCS-RSCP OPTIONAL
}
InterFreqCellInfoSI-List-HCS-ECN0 ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-HCS-ECN0 OPTIONAL
}
InterFreqCellInfoSI-List-RSCP-LCR ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-RSCP-LCR-r4 OPTIONAL
}
InterFreqCellInfoSI-List-ECN0-LCR ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-ECN0-LCR-r4 OPTIONAL
}
InterFreqCellInfoSI-List-HCS-RSCP-LCR ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-HCS-RSCP-LCR-r4 OPTIONAL
}
InterFreqCellInfoSI-List-HCS-ECN0-LCR ::= SEQUENCE {
removedInterFreqCellList RemovedInterFreqCellList OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-HCS-ECN0-LCR-r4 OPTIONAL
}
InterFreqCellList ::= SEQUENCE (SIZE (1..maxFreq)) OF
InterFreqCell
InterFreqCellList-LCR-r4-ext ::= SEQUENCE (SIZE (1..maxFreq)) OF
InterFreqCell-LCR-r4
InterFreqCellMeasuredResultsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
CellMeasuredResults
InterFreqCellMeasuredResultsList-v920ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
CellMeasuredResults-v920ext
InterFreqCellMeasuredResultsList-vc50ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
CellMeasuredResults-vc50ext
InterFreqEvent ::= CHOICE {
event2a Event2a,
event2b Event2b,
event2c Event2c,
event2d Event2d,
event2e Event2e,
event2f Event2f
}
InterFreqEvent-r6 ::= CHOICE {
event2a Event2a-r6,
event2b Event2b-r6,
event2c Event2c-r6,
event2d Event2d-r6,
event2e Event2e-r6,
event2f Event2f-r6
}
InterFreqEvent-r10 ::= CHOICE {
event2a Event2a-r10,
event2b Event2b-r10,
event2c Event2c-r10,
event2d Event2d-r10,
event2e Event2e-r10,
event2f Event2f-r10
}
InterFreqEvent-r11 ::= CHOICE {
event2a Event2a-r11,
event2b Event2b-r11,
event2c Event2c-r11,
event2d Event2d-r10,
event2e Event2e-r11,
event2f Event2f-r10
}
InterFreqEvent-r12 ::= CHOICE {
event2a Event2a-r11,
event2b Event2b-r11,
event2c Event2c-r11,
event2d Event2d-r10,
event2e Event2e-r11,
event2f Event2f-r10,
event2g Event2g
}
InterFreqEventList ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
InterFreqEvent
InterFreqEventList-r6 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
InterFreqEvent-r6
InterFreqEventList-r10 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
InterFreqEvent-r10
InterFreqEventList-r11 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
InterFreqEvent-r11
InterFreqEventList-r12 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
InterFreqEvent-r12
--Following IE shall be used regardless of CPICH RSCP(FDD) or Primary CCPCH RSCP(TDD)
--The order of the list corresponds to the order of the cells in InterFrequencyMeasuredResultsList
--The IE is only used for measured results and not for additional measured results.
InterFrequencyMeasuredResultsList-v590ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
DeltaRSCPPerCell
Inter-FreqEventCriteria-v590ext ::= SEQUENCE {
threholdUsedFrequency-delta DeltaRSCP,
threholdNonUsedFrequency-deltaList ThreholdNonUsedFrequency-deltaList OPTIONAL
}
--The order of the list corresponds to the order of the events in Inter-FreqEventList
Inter-FreqEventCriteriaList-v590ext ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
Inter-FreqEventCriteria-v590ext
--The order of the list corresponds to the order of relevant events in Intra-FreqEventCriteriaList
--i.e. the first element of the list corresponds to the first occurance of event 1e, 1f, 1h, 1i,
--the second element of the list corresponds to the second occurance of event 1e, 1f, 1h, 1i
Intra-FreqEventCriteriaList-v590ext ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
DeltaRSCP
--Following IE shall be used regardless of CPICH RSCP(FDD) or Primary CCPCH RSCP(TDD)
--The order of the list corresponds to the order of the cells in IntraFrequencyMeasuredResultsList
--The IE is only used for measured results and not for additional measured results.
IntraFrequencyMeasuredResultsList-v590ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
DeltaRSCPPerCell
InterFreqEventResults ::= SEQUENCE {
eventID EventIDInterFreq,
interFreqCellList InterFreqCellList OPTIONAL
}
InterFreqEventResults-va40ext ::= SEQUENCE {
detectedSetTrigger ENUMERATED {true} OPTIONAL
}
InterFreqEventResults-LCR-r4-ext ::= SEQUENCE {
eventID EventIDInterFreq,
interFreqCellList InterFreqCellList-LCR-r4-ext OPTIONAL
}
InterFreqMeasQuantity ::= SEQUENCE {
reportingCriteria CHOICE {
intraFreqReportingCriteria SEQUENCE {
intraFreqMeasQuantity IntraFreqMeasQuantity
},
interFreqReportingCriteria SEQUENCE {
filterCoefficient FilterCoefficient DEFAULT fc0,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
freqQualityEstimateQuantity-FDD FreqQualityEstimateQuantity-FDD
},
tdd SEQUENCE {
freqQualityEstimateQuantity-TDD FreqQualityEstimateQuantity-TDD
}
}
}
}
}
InterFreqMeasuredResults ::= SEQUENCE {
frequencyInfo FrequencyInfo OPTIONAL,
utra-CarrierRSSI UTRA-CarrierRSSI OPTIONAL,
interFreqCellMeasuredResultsList InterFreqCellMeasuredResultsList OPTIONAL
}
InterFreqMeasuredResults-v920ext ::= SEQUENCE {
interFreqCellMeasuredResultsList InterFreqCellMeasuredResultsList-v920ext OPTIONAL
}
InterFreqMeasuredResults-vc50ext ::= SEQUENCE {
interFreqCellMeasuredResultsList InterFreqCellMeasuredResultsList-vc50ext OPTIONAL
}
InterFreqMeasuredResultsList ::= SEQUENCE (SIZE (1..maxFreq)) OF
InterFreqMeasuredResults
InterFreqMeasuredResultsList-v920ext ::= SEQUENCE (SIZE (1..maxFreq)) OF
InterFreqMeasuredResults-v920ext
InterFreqMeasuredResultsList-vc50ext ::= SEQUENCE (SIZE (1..maxFreq)) OF
InterFreqMeasuredResults-vc50ext
InterFreqMeasurementSysInfo-RSCP ::= SEQUENCE {
interFreqCellInfoSI-List InterFreqCellInfoSI-List-RSCP OPTIONAL
}
InterFreqMeasurementSysInfo-ECN0 ::= SEQUENCE {
interFreqCellInfoSI-List InterFreqCellInfoSI-List-ECN0 OPTIONAL
}
InterFreqMeasurementSysInfo-HCS-RSCP ::= SEQUENCE {
interFreqCellInfoSI-List InterFreqCellInfoSI-List-HCS-RSCP OPTIONAL
}
InterFreqMeasurementSysInfo-HCS-ECN0 ::= SEQUENCE {
interFreqCellInfoSI-List InterFreqCellInfoSI-List-HCS-ECN0 OPTIONAL
}
InterFreqMeasurementSysInfo-RSCP-LCR-r4 ::= SEQUENCE {
interFreqCellInfoSI-List InterFreqCellInfoSI-List-RSCP-LCR OPTIONAL
}
InterFreqMeasurementSysInfo-ECN0-LCR-r4 ::= SEQUENCE {
interFreqCellInfoSI-List InterFreqCellInfoSI-List-ECN0-LCR OPTIONAL
}
InterFreqMeasurementSysInfo-HCS-RSCP-LCR-r4 ::= SEQUENCE {
interFreqCellInfoSI-List InterFreqCellInfoSI-List-HCS-RSCP-LCR OPTIONAL
}
InterFreqMeasurementSysInfo-HCS-ECN0-LCR-r4 ::= SEQUENCE {
interFreqCellInfoSI-List InterFreqCellInfoSI-List-HCS-ECN0-LCR OPTIONAL
}
InterFreqRACHRepCellsList ::= SEQUENCE (SIZE (1..maxFreq)) OF
InterFreqCellID
InterFreqRACHRepCellsList-r12 ::= SEQUENCE (SIZE (1..maxFreq)) OF
InterFreqCellID-r12
Dummy-InterFreqRACHReportingInfo ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
interFreqRepQuantityRACH-FDD InterFreqRepQuantityRACH-FDD
},
tdd SEQUENCE {
interFreqRepQuantityRACH-TDDList InterFreqRepQuantityRACH-TDDList
},
interFreqRACHReportingThreshold Threshold,
maxReportedCellsOnRACHinterFreq MaxReportedCellsOnRACHinterFreq
}
}
InterFreqRACHReportingInfo ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
interFreqRepQuantityRACH-FDD InterFreqRepQuantityRACH-FDD
},
tdd SEQUENCE {
interFreqRepQuantityRACH-TDDList InterFreqRepQuantityRACH-TDDList
}
},
interFreqRACHReportingThreshold Threshold,
maxReportedCellsOnRACHinterFreq MaxReportedCellsOnRACHinterFreq
}
InterFreqExclude-listedCellsList-r12 ::= SEQUENCE (SIZE (1..maxFreq)) OF
InterFreqExclude-listedCells-r12
InterFreqExclude-listedCells-r12 ::= SEQUENCE {
frequencyInfo FrequencyInfo,
excludedCellInfoList CellInfoListToBeExcluded
}
InterFreqReportCriteria ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria,
interFreqReportingCriteria InterFreqReportingCriteria,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
InterFreqReportCriteria-r4 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r4,
interFreqReportingCriteria InterFreqReportingCriteria,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
InterFreqReportCriteria-r6 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r6,
interFreqReportingCriteria InterFreqReportingCriteria-r6,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
InterFreqReportCriteria-r7 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r7,
interFreqReportingCriteria InterFreqReportingCriteria-r6,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
InterFreqReportCriteria-r9 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r9,
interFreqReportingCriteria InterFreqReportingCriteria-r6,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
InterFreqReportCriteria-r10 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r9,
interFreqReportingCriteria InterFreqReportingCriteria-r10,
periodicalReportingCriteria PeriodicalWithReportingCellStatus-r10,
noReporting ReportingCellStatusOpt-r10
}
InterFreqReportCriteria-r11 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r11,
interFreqReportingCriteria InterFreqReportingCriteria-r11,
periodicalReportingCriteria PeriodicalWithReportingCellStatus-r10,
noReporting ReportingCellStatusOpt-r10
}
InterFreqReportCriteria-r12 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r11,
interFreqReportingCriteria InterFreqReportingCriteria-r12,
periodicalReportingCriteria PeriodicalWithReportingCellStatus-r10,
noReporting ReportingCellStatusOpt-r10
}
InterFreqReportingCriteria ::= SEQUENCE {
interFreqEventList InterFreqEventList OPTIONAL
}
InterFreqReportingCriteria-r6 ::= SEQUENCE {
interFreqEventList InterFreqEventList-r6 OPTIONAL
}
InterFreqReportingCriteria-r10 ::= SEQUENCE {
interFreqEventList InterFreqEventList-r10 OPTIONAL
}
InterFreqReportingCriteria-r11 ::= SEQUENCE {
interFreqEventList InterFreqEventList-r11 OPTIONAL
}
InterFreqReportingCriteria-r12 ::= SEQUENCE {
interFreqEventList InterFreqEventList-r12 OPTIONAL,
interFreqExclude-listedCellsList InterFreqExclude-listedCellsList-r12 OPTIONAL
}
InterFreqReportingQuantity ::= SEQUENCE {
utra-Carrier-RSSI BOOLEAN,
frequencyQualityEstimate BOOLEAN,
nonFreqRelatedQuantities CellReportingQuantities
}
InterFreqRepQuantityRACH-FDD ::= ENUMERATED {
cpich-EcN0, cpich-RSCP }
-- dummy is not used in this version of the specification, it should
-- not be sent and if received the UE behaviour is not specified.
InterFreqRepQuantityRACH-TDD ::= ENUMERATED {
dummy,
primaryCCPCH-RSCP }
InterFreqRepQuantityRACH-TDDList ::= SEQUENCE (SIZE (1..2)) OF
InterFreqRepQuantityRACH-TDD
InterFrequencyMeasurement ::= SEQUENCE {
interFreqCellInfoList InterFreqCellInfoList,
interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
reportCriteria InterFreqReportCriteria
}
InterFrequencyMeasurement-r4 ::= SEQUENCE {
interFreqCellInfoList InterFreqCellInfoList-r4,
interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
reportCriteria InterFreqReportCriteria-r4
}
InterFrequencyMeasurement-r6 ::= SEQUENCE {
interFreqCellInfoList InterFreqCellInfoList-r4,
interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
reportCriteria InterFreqReportCriteria-r6
}
InterFrequencyMeasurement-r7 ::= SEQUENCE {
interFreqCellInfoList InterFreqCellInfoList-r4,
interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
reportCriteria InterFreqReportCriteria-r7
}
InterFrequencyMeasurement-r8 ::= SEQUENCE {
interFreqCellInfoList InterFreqCellInfoList-r8,
interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
adjacentFrequencyIndex INTEGER (0..31) OPTIONAL,
reportCriteria InterFreqReportCriteria-r7
}
InterFrequencyMeasurement-r9 ::= SEQUENCE {
interFreqCellInfoList InterFreqCellInfoList-r9,
interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
adjacentFrequencyIndex INTEGER (0..31) OPTIONAL,
interBandFrequencyIndex INTEGER (0..31) OPTIONAL,
reportCriteria InterFreqReportCriteria-r9
}
InterFrequencyMeasurement-r10 ::= SEQUENCE {
interFreqCellInfoList InterFreqCellInfoList-r10,
interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
adjacentFrequencyIndex INTEGER (0..31) OPTIONAL,
interBandFrequencyIndex INTEGER (0..31) OPTIONAL,
freqIndexListForEnhancedMeas FreqIndexListForEnhancedMeas OPTIONAL,
reportCriteria InterFreqReportCriteria-r10
}
InterFrequencyMeasurement-r11 ::= SEQUENCE {
interFreqCellInfoList InterFreqCellInfoList-r10,
interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
adjacentFrequencyIndex INTEGER (0..31) OPTIONAL,
interBandFrequencyIndex INTEGER (0..31) OPTIONAL,
freqIndexListForEnhancedMeas FreqIndexListForEnhancedMeas OPTIONAL,
reportCriteria InterFreqReportCriteria-r11
}
InterFrequencyMeasurement-r12 ::= SEQUENCE {
interFreqCellInfoList InterFreqCellInfoList-r12,
interFreqMeasQuantity InterFreqMeasQuantity OPTIONAL,
interFreqReportingQuantity InterFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
interFreqSetUpdate UE-AutonomousUpdateMode OPTIONAL,
adjacentFrequencyIndex INTEGER (0..79) OPTIONAL,
interBandFrequencyIndex INTEGER (0..79) OPTIONAL,
freqIndexListForEnhancedMeas FreqIndexListForEnhancedMeas-r12 OPTIONAL,
reportCriteria InterFreqReportCriteria-r12
}
InterRAT-TargetCellDescription ::= SEQUENCE {
technologySpecificInfo CHOICE {
gsm SEQUENCE {
bsic BSIC,
frequency-band Frequency-Band,
bcch-ARFCN BCCH-ARFCN,
ncMode NC-Mode OPTIONAL
},
is-2000 NULL,
spare2 NULL,
spare1 NULL
}
}
InterRATCellID ::= INTEGER (0..maxCellMeas-1)
InterRATCellInfoIndication ::= INTEGER (0..3)
InterRATCellInfoList ::= SEQUENCE {
removedInterRATCellList RemovedInterRATCellList,
-- NOTE: Future revisions of dedicated messages including IE newInterRATCellList
-- should use a corrected version of this IE
newInterRATCellList NewInterRATCellList,
cellsForInterRATMeasList CellsForInterRATMeasList OPTIONAL
}
InterRATCellInfoList-B ::= SEQUENCE {
removedInterRATCellList RemovedInterRATCellList,
-- NOTE: IE newInterRATCellList should be optional. However, system information
-- does not support message versions. Hence, this can not be corrected
newInterRATCellList NewInterRATCellList-B
}
InterRATCellInfoList-r4 ::= SEQUENCE {
removedInterRATCellList RemovedInterRATCellList,
newInterRATCellList NewInterRATCellList OPTIONAL,
cellsForInterRATMeasList CellsForInterRATMeasList OPTIONAL
}
InterRATCellInfoList-r6 ::= SEQUENCE {
removedInterRATCellList RemovedInterRATCellList,
newInterRATCellList NewInterRATCellList OPTIONAL,
cellsForInterRATMeasList CellsForInterRATMeasList OPTIONAL,
interRATCellInfoIndication-r6 InterRATCellInfoIndication OPTIONAL
}
InterRATCellIndividualOffset ::= INTEGER (-50..50)
InterRATEvent ::= CHOICE {
event3a Event3a,
event3b Event3b,
event3c Event3c,
event3d Event3d
}
InterRATEvent-r12 ::= CHOICE {
event3a Event3a-r12,
event3b Event3b-r12,
event3c Event3c-r12,
event3d Event3d
}
InterRATEventList ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
InterRATEvent
InterRATEventList-r12 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
InterRATEvent-r12
InterRATEventResults ::= SEQUENCE {
eventID EventIDInterRAT,
cellToReportList CellToReportList
}
InterRATInfo ::= ENUMERATED {
gsm }
InterRATInfo-r6 ::= SEQUENCE {
rat InterRATInfo,
gsm-TargetCellInfoList GSM-TargetCellInfoList OPTIONAL
}
InterRATInfo-v860ext ::= CHOICE {
-- CHOICE gsm is provided in IE InterRATInfo or IE InterRATInfo-r6
gsm NULL,
eutra SEQUENCE {
eutra-TargetFreqInfoList EUTRA-TargetFreqInfoList
}
}
InterRATMeasQuantity ::= SEQUENCE {
measQuantityUTRAN-QualityEstimate IntraFreqMeasQuantity OPTIONAL,
ratSpecificInfo CHOICE {
gsm SEQUENCE {
measurementQuantity MeasurementQuantityGSM,
filterCoefficient FilterCoefficient DEFAULT fc0,
bsic-VerificationRequired BSIC-VerificationRequired
},
is-2000 SEQUENCE {
tadd-EcIo INTEGER (0..63),
tcomp-EcIo INTEGER (0..15),
softSlope INTEGER (0..63) OPTIONAL,
addIntercept INTEGER (0..63) OPTIONAL
}
}
}
InterRATMeasQuantity-r8 ::= SEQUENCE {
measQuantityUTRAN-QualityEstimate IntraFreqMeasQuantity OPTIONAL,
ratSpecificInfo CHOICE {
gsm SEQUENCE {
measurementQuantity MeasurementQuantityGSM,
filterCoefficient FilterCoefficient DEFAULT fc0,
bsic-VerificationRequired BSIC-VerificationRequired
},
is-2000 SEQUENCE {
tadd-EcIo INTEGER (0..63),
tcomp-EcIo INTEGER (0..15),
softSlope INTEGER (0..63) OPTIONAL,
addIntercept INTEGER (0..63) OPTIONAL
},
e-UTRA SEQUENCE {
measurementQuantity MeasurementQuantityEUTRA,
filterCoefficient FilterCoefficient DEFAULT fc0
}
}
}
InterRATMeasuredResults ::= CHOICE {
gsm GSM-MeasuredResultsList,
spare NULL
}
InterRATMeasuredResultsList ::= SEQUENCE (SIZE (1..maxOtherRAT-16)) OF
InterRATMeasuredResults
InterRATMeasurement ::= SEQUENCE {
interRATCellInfoList InterRATCellInfoList OPTIONAL,
interRATMeasQuantity InterRATMeasQuantity OPTIONAL,
interRATReportingQuantity InterRATReportingQuantity OPTIONAL,
reportCriteria InterRATReportCriteria
}
InterRATMeasurement-r4 ::= SEQUENCE {
interRATCellInfoList InterRATCellInfoList-r4 OPTIONAL,
interRATMeasQuantity InterRATMeasQuantity OPTIONAL,
interRATReportingQuantity InterRATReportingQuantity OPTIONAL,
reportCriteria InterRATReportCriteria
}
InterRATMeasurement-r6 ::= SEQUENCE {
interRATCellInfoList InterRATCellInfoList-r6 OPTIONAL,
interRATMeasQuantity InterRATMeasQuantity OPTIONAL,
interRATReportingQuantity InterRATReportingQuantity OPTIONAL,
reportCriteria InterRATReportCriteria
}
InterRATMeasurement-r8 ::= SEQUENCE {
interRATMeasurementObjects CHOICE {
interRATCellInfoList InterRATCellInfoList-r6,
eutra-FrequencyList EUTRA-FrequencyList
} OPTIONAL,
interRATMeasQuantity InterRATMeasQuantity-r8 OPTIONAL,
interRATReportingQuantity InterRATReportingQuantity-r8 OPTIONAL,
reportCriteria InterRATReportCriteria,
idleIntervalInfo IdleIntervalInfo OPTIONAL
}
InterRATMeasurement-r9 ::= SEQUENCE {
interRATMeasurementObjects CHOICE {
interRATCellInfoList InterRATCellInfoList-r6,
eutra-FrequencyList EUTRA-FrequencyList-r9
} OPTIONAL,
interRATMeasQuantity InterRATMeasQuantity-r8 OPTIONAL,
interRATReportingQuantity InterRATReportingQuantity-r8 OPTIONAL,
reportCriteria InterRATReportCriteria,
idleIntervalInfo IdleIntervalInfo OPTIONAL
}
InterRATMeasurement-r11 ::= SEQUENCE {
interRATMeasurementObjects CHOICE {
interRATCellInfoList InterRATCellInfoList-r6,
eutra-FrequencyList EUTRA-FrequencyList-r11
} OPTIONAL,
interRATMeasQuantity InterRATMeasQuantity-r8 OPTIONAL,
interRATReportingQuantity InterRATReportingQuantity-r8 OPTIONAL,
reportCriteria InterRATReportCriteria,
idleIntervalInfo IdleIntervalInfo OPTIONAL
}
InterRATMeasurement-r12 ::= SEQUENCE {
interRATMeasurementObjects CHOICE {
interRATCellInfoList InterRATCellInfoList-r6,
eutra-FrequencyList EUTRA-FrequencyList-r12
} OPTIONAL,
interRATMeasQuantity InterRATMeasQuantity-r8 OPTIONAL,
interRATReportingQuantity InterRATReportingQuantity-r8 OPTIONAL,
reportCriteria InterRATReportCriteria-r12,
idleIntervalInfo IdleIntervalInfo OPTIONAL
}
InterRATMeasurementSysInfo ::= SEQUENCE {
interRATCellInfoList InterRATCellInfoList OPTIONAL
}
InterRATMeasurementSysInfo-B ::= SEQUENCE {
interRATCellInfoList InterRATCellInfoList-B OPTIONAL
}
InterRATReportCriteria ::= CHOICE {
interRATReportingCriteria InterRATReportingCriteria,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
InterRATReportCriteria-r12 ::= CHOICE {
interRATReportingCriteria InterRATReportingCriteria-r12,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
InterRATReportingCriteria ::= SEQUENCE {
interRATEventList InterRATEventList OPTIONAL
}
InterRATReportingCriteria-r12 ::= SEQUENCE {
interRATEventList InterRATEventList-r12 OPTIONAL
}
InterRATReportingQuantity ::= SEQUENCE {
utran-EstimatedQuality BOOLEAN,
ratSpecificInfo CHOICE {
gsm SEQUENCE {
-- dummy and dummy2 are not used in this version of the specification
-- and when received they should be ignored.
dummy BOOLEAN,
dummy2 BOOLEAN,
gsm-Carrier-RSSI BOOLEAN
}
}
}
InterRATReportingQuantity-r8 ::= SEQUENCE {
utran-EstimatedQuality BOOLEAN,
ratSpecificInfo CHOICE {
gsm SEQUENCE {
gsm-Carrier-RSSI BOOLEAN
},
eutra SEQUENCE {
reportingQuantity ENUMERATED { measurementQuantity,
both }
}
}
}
IntraFreqCellID ::= INTEGER (0..maxCellMeas-1)
IntraFreqCellIDOnSecULFreq ::= INTEGER (0..maxCellMeasOnSecULFreq-1)
IntraFreqCellInfoList ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellList OPTIONAL,
cellsForIntraFreqMeasList CellsForIntraFreqMeasList OPTIONAL
}
IntraFreqCellInfoList-r4 ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellList-r4 OPTIONAL,
cellsForIntraFreqMeasList CellsForIntraFreqMeasList OPTIONAL
}
IntraFreqCellInfoListInfoOnSecULFreq ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellListOnSecULFreq OPTIONAL,
newIntraFreqCellList NewIntraFreqCellListOnSecULFreq OPTIONAL,
cellsForIntraFreqMeasList CellsForIntraFreqMeasListOnSecULFreq OPTIONAL
}
IntraFreqCellInfoListOnSecULFreq ::= SEQUENCE {
intraFreqCellInfoListOnSecULFreq IntraFreqCellInfoListInfoOnSecULFreq
}
IntraFreqCellInfoList-r9 ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellList-r9 OPTIONAL,
cellsForIntraFreqMeasList CellsForIntraFreqMeasList OPTIONAL,
cSGIntraFreqCellInfoList CSGIntraFreqCellInfoList OPTIONAL,
intraFreqSIAcquisition IntraFreqSIAcquisition OPTIONAL
}
IntraFreqCellInfoList-r10 ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellList-r10 OPTIONAL,
cellsForIntraFreqMeasList CellsForIntraFreqMeasList OPTIONAL,
cSGIntraFreqCellInfoList CSGIntraFreqCellInfoList OPTIONAL,
intraFreqSIAcquisition IntraFreqSIAcquisition OPTIONAL
}
IntraFreqSIAcquisitionInfo::= SEQUENCE (SIZE (1..maxSIrequest)) OF
PrimaryCPICH-Info
IntraFreqSIAcquisition ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
intraFreqSIAcquisitionInfo IntraFreqSIAcquisitionInfo OPTIONAL
},
tdd NULL
}
}
IntraFreqCellInfoSI-List-RSCP ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellSI-List-RSCP
}
IntraFreqCellInfoSI-List-ECN0 ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellSI-List-ECN0
}
IntraFreqCellInfoSI-List-HCS-RSCP ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellSI-List-HCS-RSCP
}
IntraFreqCellInfoSI-List-HCS-ECN0 ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellSI-List-HCS-ECN0
}
IntraFreqCellInfoSI-List-RSCP-LCR-r4 ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellSI-List-RSCP-LCR-r4
}
IntraFreqCellInfoSI-List-ECN0-LCR-r4 ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellSI-List-ECN0-LCR-r4
}
IntraFreqCellInfoSI-List-HCS-RSCP-LCR-r4 ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellSI-List-HCS-RSCP-LCR-r4
}
IntraFreqCellInfoSI-List-HCS-ECN0-LCR-r4 ::= SEQUENCE {
removedIntraFreqCellList RemovedIntraFreqCellList OPTIONAL,
newIntraFreqCellList NewIntraFreqCellSI-List-HCS-ECN0-LCR-r4
}
IntraFreqEvent ::= CHOICE {
e1a Event1a,
e1b Event1b,
e1c Event1c,
e1d NULL,
e1e Event1e,
e1f Event1f,
e1g NULL,
e1h ThresholdUsedFrequency,
e1i ThresholdUsedFrequency
}
IntraFreqEvent-r4 ::= CHOICE {
e1a Event1a-r4,
e1b Event1b-r4,
e1c Event1c,
e1d NULL,
e1e Event1e,
e1f Event1f,
e1g NULL,
e1h ThresholdUsedFrequency,
e1i ThresholdUsedFrequency
}
IntraFreqEvent-LCR-r4 ::= CHOICE {
e1a Event1a-LCR-r4,
e1b Event1b-LCR-r4,
e1c Event1c,
e1d NULL,
e1e Event1e,
e1f Event1f,
e1g NULL,
e1h ThresholdUsedFrequency,
e1i ThresholdUsedFrequency
}
IntraFreqEvent-r6 ::= CHOICE {
e1a Event1a-r4,
e1b Event1b-r4,
e1c Event1c,
e1d Event1d,
e1e Event1e-r6,
e1f Event1f-r6,
e1g NULL,
e1h ThresholdUsedFrequency-r6,
e1i ThresholdUsedFrequency-r6,
e1j Event1j-r6
}
IntraFreqEvent-r7 ::= CHOICE {
e1a Event1a-r4,
e1b Event1b-r7,
e1c Event1c,
e1d Event1d,
e1e Event1e-r6,
e1f Event1f-r6,
e1g NULL,
e1h ThresholdUsedFrequency-r6,
e1i ThresholdUsedFrequency-r6,
e1j Event1j-r6
}
IntraFreqEventOnSecULFreq ::= CHOICE {
e1a Event1a-OnSecUlFreq-r9,
e1b Event1b-OnSecUlFreq-r9,
e1c Event1c,
e1e Event1e-r6,
e1f Event1f-r6
}
IntraFreqEvent-1d-r5 ::= SEQUENCE {
triggeringCondition TriggeringCondition2 OPTIONAL,
useCIO BOOLEAN OPTIONAL
}
IntraFreqEventCriteria ::= SEQUENCE {
event IntraFreqEvent,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
IntraFreqEventCriteria-r4 ::= SEQUENCE {
event IntraFreqEvent-r4,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
IntraFreqEventCriteria-LCR-r4 ::= SEQUENCE {
event IntraFreqEvent-LCR-r4,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
IntraFreqEventCriteria-r6 ::= SEQUENCE {
event IntraFreqEvent-r6,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
IntraFreqEventCriteria-r7 ::= SEQUENCE {
event IntraFreqEvent-r7,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
IntraFreqEventCriteriaOnSecULFreq ::= SEQUENCE {
event IntraFreqEventOnSecULFreq,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
IntraFreqEventCriteriaList ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
IntraFreqEventCriteria
IntraFreqEventCriteriaList-r4 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
IntraFreqEventCriteria-r4
IntraFreqEventCriteriaList-LCR-r4 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
IntraFreqEventCriteria-LCR-r4
IntraFreqEventCriteriaList-r6 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
IntraFreqEventCriteria-r6
IntraFreqEventCriteriaList-r7 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
IntraFreqEventCriteria-r7
IntraFreqEventCriteriaListOnSecULFreq ::= SEQUENCE{
frequencyInfo FrequencyInfo,
intraFreqEventCriteria SEQUENCE (SIZE (1..maxMeasEventOnSecULFreq)) OF
IntraFreqEventCriteriaOnSecULFreq
}
IntraFreqEventResults ::= SEQUENCE {
eventID EventIDIntraFreq,
cellMeasurementEventResults CellMeasurementEventResults
}
IntraFreqEventResultsOnSecUlFreq ::= SEQUENCE {
eventID EventIDIntraFreq,
cellMeasurementEventResultsOnSecUlFreq CellMeasurementEventResultsOnSecUlFreq
}
IntraFreqMeasQuantity ::= SEQUENCE {
filterCoefficient FilterCoefficient DEFAULT fc0,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
intraFreqMeasQuantity-FDD IntraFreqMeasQuantity-FDD
},
tdd SEQUENCE {
intraFreqMeasQuantity-TDDList IntraFreqMeasQuantity-TDDList
}
}
}
-- If IntraFreqMeasQuantity-FDD is used in InterRATMeasQuantity, then only
-- cpich-Ec-N0 and cpich-RSCP are allowed.
-- dummy is not used in this version of the specification, it should
-- not be sent and if received the UE behaviour is not specified.
IntraFreqMeasQuantity-FDD ::= ENUMERATED {
cpich-Ec-N0,
cpich-RSCP,
pathloss,
dummy }
IntraFreqMeasQuantity-FDD-sib3 ::= ENUMERATED {
cpich-Ec-N0, cpich-RSCP }
-- dummy is not used in this version of the specification, it should
-- not be sent and if received the UE behaviour is not specified.
IntraFreqMeasQuantity-TDD ::= ENUMERATED {
primaryCCPCH-RSCP,
pathloss,
timeslotISCP,
dummy }
IntraFreqMeasQuantity-TDDList ::= SEQUENCE (SIZE (1..4)) OF
IntraFreqMeasQuantity-TDD
IntraFreqMeasQuantity-TDD-sib3List ::= SEQUENCE (SIZE (1..2)) OF
ENUMERATED { primaryCCPCH-RSCP, timeslotISCP }
IntraFreqMeasuredResultsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
CellMeasuredResults
IntraFreqMeasuredResultsList-v920ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
CellMeasuredResults-v920ext
IntraFreqMeasuredResultsList-vc50ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
CellMeasuredResults-vc50ext
IntraFreqMeasurementSysInfo-RSCP ::= SEQUENCE {
intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-RSCP OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
reportingInfoForCellDCH ReportingInfoForCellDCH OPTIONAL
}
IntraFreqMeasurementSysInfo-ECN0 ::= SEQUENCE {
intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-ECN0 OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
reportingInfoForCellDCH ReportingInfoForCellDCH OPTIONAL
}
IntraFreqMeasurementSysInfo-HCS-RSCP ::= SEQUENCE {
intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-HCS-RSCP OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
reportingInfoForCellDCH ReportingInfoForCellDCH OPTIONAL
}
IntraFreqMeasurementSysInfo-HCS-ECN0 ::= SEQUENCE {
intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-HCS-ECN0 OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
reportingInfoForCellDCH ReportingInfoForCellDCH OPTIONAL
}
IntraFreqMeasurementSysInfo-RSCP-LCR-r4 ::= SEQUENCE {
intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-RSCP-LCR-r4 OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
reportingInfoForCellDCH ReportingInfoForCellDCH-LCR-r4 OPTIONAL
}
IntraFreqMeasurementSysInfo-ECN0-LCR-r4 ::= SEQUENCE {
intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-ECN0-LCR-r4 OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
reportingInfoForCellDCH ReportingInfoForCellDCH-LCR-r4 OPTIONAL
}
IntraFreqMeasurementSysInfo-HCS-RSCP-LCR-r4 ::= SEQUENCE {
intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-HCS-RSCP-LCR-r4 OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
reportingInfoForCellDCH ReportingInfoForCellDCH-LCR-r4 OPTIONAL
}
IntraFreqMeasurementSysInfo-HCS-ECN0-LCR-r4 ::= SEQUENCE {
intraFreqMeasurementID MeasurementIdentity DEFAULT 1,
intraFreqCellInfoSI-List IntraFreqCellInfoSI-List-HCS-ECN0-LCR-r4 OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH OPTIONAL,
maxReportedCellsOnRACH MaxReportedCellsOnRACH OPTIONAL,
reportingInfoForCellDCH ReportingInfoForCellDCH-LCR-r4 OPTIONAL
}
IntraFreqReportCriteria ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
IntraFreqReportCriteria-r4 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r4,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
IntraFreqReportCriteria-r6 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r6,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
IntraFreqReportCriteria-r7 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r7,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
IntraFreqReportCriteria-r9 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r9,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
IntraFreqReportCriteria-r11 ::= CHOICE {
intraFreqReportingCriteria IntraFreqReportingCriteria-r11,
periodicalReportingCriteria PeriodicalWithReportingCellStatus,
noReporting ReportingCellStatusOpt
}
IntraFreqReportingCriteria ::= SEQUENCE {
eventCriteriaList IntraFreqEventCriteriaList OPTIONAL
}
IntraFreqReportingCriteria-r4 ::= SEQUENCE {
eventCriteriaList IntraFreqEventCriteriaList-r4 OPTIONAL
}
IntraFreqReportingCriteria-LCR-r4 ::= SEQUENCE {
eventCriteriaList IntraFreqEventCriteriaList-LCR-r4 OPTIONAL
}
IntraFreqReportingCriteria-r6 ::= SEQUENCE {
eventCriteriaList IntraFreqEventCriteriaList-r6 OPTIONAL
}
IntraFreqReportingCriteria-r7 ::= SEQUENCE {
eventCriteriaList IntraFreqEventCriteriaList-r7 OPTIONAL
}
IntraFreqReportingCriteria-r9 ::= SEQUENCE {
eventCriteriaList IntraFreqEventCriteriaList-r7 OPTIONAL,
eventCriteriaListOnSecULFreq IntraFreqEventCriteriaListOnSecULFreq OPTIONAL
}
IntraFreqReportingCriteria-r11 ::= SEQUENCE {
eventCriteriaList IntraFreqEventCriteriaList-r7 OPTIONAL,
eventCriteriaListOnSecULFreq IntraFreqEventCriteriaListOnSecULFreq OPTIONAL,
excludedCellInfoList CellInfoListToBeExcluded OPTIONAL
}
IntraFreqReportingCriteria-1b-r5 ::= SEQUENCE {
periodicReportingInfo-1b PeriodicReportingInfo-1b
}
IntraFreqReportingQuantity ::= SEQUENCE {
activeSetReportingQuantities CellReportingQuantities,
monitoredSetReportingQuantities CellReportingQuantities,
detectedSetReportingQuantities CellReportingQuantities OPTIONAL
}
IntraFreqReportingQuantityForRACH ::= SEQUENCE {
sfn-SFN-OTD-Type SFN-SFN-OTD-Type,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
intraFreqRepQuantityRACH-FDD IntraFreqRepQuantityRACH-FDD
},
tdd SEQUENCE {
intraFreqRepQuantityRACH-TDDList IntraFreqRepQuantityRACH-TDDList
}
}
}
IntraFreqReportingQuantityForRACH-vc50ext ::= SEQUENCE {
intraFreqRepQuantityRACH-FDD ENUMERATED {
cpich-EcN0-RSCP, spare1}
}
IntraFreqRepQuantityRACH-FDD ::= ENUMERATED {
cpich-EcN0, cpich-RSCP,
pathloss, noReport }
IntraFreqRepQuantityRACH-TDD ::= ENUMERATED {
timeslotISCP,
primaryCCPCH-RSCP,
noReport }
IntraFreqRepQuantityRACH-TDDList ::= SEQUENCE (SIZE (1..2)) OF
IntraFreqRepQuantityRACH-TDD
IntraFrequencyMeasurement ::= SEQUENCE {
intraFreqCellInfoList IntraFreqCellInfoList OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantity IntraFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria IntraFreqReportCriteria OPTIONAL
}
IntraFrequencyMeasurement-r4 ::= SEQUENCE {
intraFreqCellInfoList IntraFreqCellInfoList-r4 OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantity IntraFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria IntraFreqReportCriteria-r4 OPTIONAL
}
IntraFrequencyMeasurement-r6 ::= SEQUENCE {
intraFreqCellInfoList IntraFreqCellInfoList-r4 OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantity IntraFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
-- reportCriteria is optional in later versions of this message
reportCriteria IntraFreqReportCriteria-r6
}
IntraFrequencyMeasurement-r7 ::= SEQUENCE {
intraFreqCellInfoList IntraFreqCellInfoList-r4 OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantity IntraFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria IntraFreqReportCriteria-r7 OPTIONAL
}
IntraFrequencyMeasurement-r9 ::= SEQUENCE {
intraFreqCellInfoList IntraFreqCellInfoList-r9 OPTIONAL,
intraFreqCellInfoListOnSecULFreq IntraFreqCellInfoListOnSecULFreq OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantity IntraFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria IntraFreqReportCriteria-r9 OPTIONAL
}
IntraFrequencyMeasurement-r10 ::= SEQUENCE {
intraFreqCellInfoList IntraFreqCellInfoList-r10 OPTIONAL,
intraFreqCellInfoListOnSecULFreq IntraFreqCellInfoListOnSecULFreq OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantity IntraFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria IntraFreqReportCriteria-r9 OPTIONAL
}
IntraFrequencyMeasurement-r11 ::= SEQUENCE {
intraFreqCellInfoList IntraFreqCellInfoList-r10 OPTIONAL,
intraFreqCellInfoListOnSecULFreq IntraFreqCellInfoListOnSecULFreq OPTIONAL,
intraFreqMeasQuantity IntraFreqMeasQuantity OPTIONAL,
intraFreqReportingQuantity IntraFreqReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria IntraFreqReportCriteria-r11 OPTIONAL,
periodicalReportingCriteriaOnSecULFreq
PeriodicalWithReportingCellStatusOnSecULFreq OPTIONAL
}
IntraFrequencyMeasuredResultsListOnSecULFreq ::= SEQUENCE (SIZE (1..maxCellMeasOnSecULFreq)) OF
CellMeasuredResults-r9
IntraFrequencyMeasuredResultsListOnSecULFreq-vc50ext ::= SEQUENCE (SIZE (1..maxCellMeasOnSecULFreq))
OF CellMeasuredResults-vc50ext
IntraUTRAANR ::= SEQUENCE {
loggingAbsoluteThreshold LoggingAbsoluteThreshold,
loggingRelativeThreshold LoggingRelativeThreshold OPTIONAL
}
IODE ::= INTEGER (0..255)
IP-Length ::= ENUMERATED {
ipl5, ipl10 }
IP-PCCPCH-r4 ::= BOOLEAN
IP-Spacing ::= ENUMERATED {
e5, e7, e10, e15, e20,
e30, e40, e50 }
IP-Spacing-TDD ::= ENUMERATED {
e30, e40, e50, e70, e100}
IS-2000SpecificMeasInfo ::= ENUMERATED {
frequency, timeslot, colourcode,
outputpower, pn-Offset }
LoggedANRConfigurationInfo ::= SEQUENCE {
loggingDuration ENUMERATED { min10, min30, hr1, spare2, spare1 },
intraUTRAANR IntraUTRAANR OPTIONAL,
interRATANRforEUTRAIndicator ENUMERATED { true } OPTIONAL,
interRATANRforGSMIndicator ENUMERATED { true } OPTIONAL
}
LoggedANRReportInfoList ::= SEQUENCE (SIZE (1..maxNumANRLoggedItems)) OF
LoggedANRReportInfo
LoggedANRReportInfoList-vb50ext ::= SEQUENCE (SIZE (1..maxNumANRLoggedItems)) OF
LoggedANRReportInfo-vb50ext
LoggedANRReportInfo ::= SEQUENCE {
plmn-Identity PLMN-Identity,
servingCell CellIdentity,
loggedCellInfo LoggedCellInfo
}
LoggedANRReportInfo-vb50ext ::= SEQUENCE {
loggedCellInfo LoggedCellInfo-vb50ext
}
LoggedCellInfo ::= CHOICE {
loggedUTRACellInfo LoggedUTRACellInfo,
loggedEUTRACellInfo LoggedEUTRACellInfo,
loggedGSMCellInfo LoggedGSMCellInfo
}
LoggedCellInfo-vb50ext ::= CHOICE {
loggedEUTRACellInfo LoggedEUTRACellInfo-vb50ext
}
LoggedConnectionEstablishmentFailureInfo-FDD ::= SEQUENCE {
loggedConnectionEstablishmentFailureAccessInfo-FDD
LoggedConnectionEstablishmentFailureAccessInfo-FDD,
loggedMeasFailedCellMeas LoggedMeasServingCellMeas-FDD,
loggedMeasIntrafreqNeighbourList LoggedMeasIntrafreqNeighbourList-FDD OPTIONAL,
loggedMeasInterfreqList LoggedMeasInterfreqList-FDD OPTIONAL,
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas-vb50ext OPTIONAL,
loggedConnectionEstablishmentFailureLocationInfo
LoggedConnectionEstablishmentFailureLocationInfo OPTIONAL
}
LoggedConnectionEstablishmentFailureInfo-FDD-vc50ext ::= SEQUENCE {
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas-vc50ext OPTIONAL
}
LoggedConnectionEstablishmentFailureInfo-FDD-r11 ::= SEQUENCE {
loggedConnectionEstablishmentFailureAccessInfo-FDD
LoggedConnectionEstablishmentFailureAccessInfo-FDD,
loggedMeasFailedCellMeas LoggedMeasServingCellMeas-FDD,
loggedMeasIntrafreqNeighbourList LoggedMeasIntrafreqNeighbourList-FDD OPTIONAL,
loggedMeasInterfreqList LoggedMeasInterfreqList-FDD OPTIONAL,
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas-r11 OPTIONAL,
loggedConnectionEstablishmentFailureLocationInfo
LoggedConnectionEstablishmentFailureLocationInfo OPTIONAL
}
LoggedConnectionEstablishmentFailureInfo-TDD128 ::= SEQUENCE {
loggedConnectionEstablishmentFailureAccessInfo-TDD
LoggedConnectionEstablishmentFailureAccessInfo-TDD,
loggedMeasFailedCellMeas LoggedMeasServingCellMeas-TDD128,
loggedMeasIntrafreqNeighbourList LoggedMeasIntrafreqNeighbourMeasList-TDD128 OPTIONAL,
loggedMeasInterfreqList LoggedMeasInterfreqList-TDD128 OPTIONAL,
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas-vb50ext OPTIONAL,
loggedConnectionEstablishmentFailureLocationInfo
LoggedConnectionEstablishmentFailureLocationInfo OPTIONAL
}
LoggedConnectionEstablishmentFailureInfo-TDD128-r11 ::= SEQUENCE {
loggedConnectionEstablishmentFailureAccessInfo-TDD
LoggedConnectionEstablishmentFailureAccessInfo-TDD,
loggedMeasFailedCellMeas LoggedMeasServingCellMeas-TDD128,
loggedMeasIntrafreqNeighbourList LoggedMeasIntrafreqNeighbourMeasList-TDD128 OPTIONAL,
loggedMeasInterfreqList LoggedMeasInterfreqList-TDD128 OPTIONAL,
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas-r11 OPTIONAL,
loggedConnectionEstablishmentFailureLocationInfo
LoggedConnectionEstablishmentFailureLocationInfo OPTIONAL
}
LoggedConnectionEstablishmentFailureInfo-TDD128-vc50ext ::= SEQUENCE {
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas-vc50ext OPTIONAL
}
LoggedConnectionEstablishmentFailureAccessInfo-FDD ::= SEQUENCE {
numberOfRRCMsgTransmitted INTEGER (0..8)
}
LoggedConnectionEstablishmentFailureAccessInfo-TDD ::= SEQUENCE {
numberOfRRCMsgTransmitted INTEGER (0..8),
fpachReceived BOOLEAN,
e-RUCCHFailure BOOLEAN OPTIONAL
}
LoggedConnectionEstablishmentFailureLocationInfo ::= SEQUENCE {
location CHOICE {
ellipsoidPoint EllipsoidPoint,
ellipsoidPointUncertCircle EllipsoidPointUncertCircle,
ellipsoidPointUncertEllipse EllipsoidPointUncertEllipse,
ellipsoidPointAltitude EllipsoidPointAltitude,
ellipsoidPointAltitudeEllipse EllipsoidPointAltitudeEllipsoide
},
horizontalVelocity HorizontalVelocity OPTIONAL
}
ConnectionEstablishmentFailureReport ::= SEQUENCE {
timeSinceFailure INTEGER (0..172800),
modeSpecificInfo CHOICE {
fdd SEQUENCE {
loggedConnectionEstablishmentFailureInfo
LoggedConnectionEstablishmentFailureInfo-FDD
},
tdd SEQUENCE {
loggedConnectionEstablishmentFailureInfo
LoggedConnectionEstablishmentFailureInfo-TDD128
}
}
}
ConnectionEstablishmentFailureReport-r11 ::= SEQUENCE {
timeSinceFailure INTEGER (0..172800),
modeSpecificInfo CHOICE {
fdd SEQUENCE {
loggedConnectionEstablishmentFailureInfo
LoggedConnectionEstablishmentFailureInfo-FDD-r11
},
tdd SEQUENCE {
loggedConnectionEstablishmentFailureInfo
LoggedConnectionEstablishmentFailureInfo-TDD128-r11
}
}
}
ConnectionEstablishmentFailureReport-vc50ext ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
loggedConnectionEstablishmentFailureInfo
LoggedConnectionEstablishmentFailureInfo-FDD-vc50ext
},
tdd SEQUENCE {
loggedConnectionEstablishmentFailureInfo
LoggedConnectionEstablishmentFailureInfo-TDD128-vc50ext
}
}
}
LoggedEUTRACellInfo ::= SEQUENCE {
plmn-Identity PLMN-Identity,
trackingAreaCode BIT STRING (SIZE (16)),
eutraCellIdentity BIT STRING (SIZE (28)),
earfcn EARFCN,
physicalCellIdentity EUTRA-PhysicalCellIdentity
}
LoggedEUTRACellInfo-vb50ext ::= SEQUENCE {
earfcn EARFCNExtension OPTIONAL
}
LoggedGSMCellInfo ::= SEQUENCE {
plmn-Identity PLMN-Identity,
lac BIT STRING (SIZE (16)),
gsmCellIdentity BIT STRING (SIZE (16)),
bcch-ARFCN BCCH-ARFCN,
bandIndicator Frequency-Band,
bsic BSIC
}
LoggedMeasurementsConfigurationInfo ::= SEQUENCE {
absoluteTimeInfo BIT STRING (SIZE(48)),
loggingDuration ENUMERATED {min10, min20, min40, hr1, hr1min30,hr2,spare2,spare1},
loggingInterval ENUMERATED {li128,li256,li512,li1024,li2048,li3072,li4096,li6144},
traceReference TraceReference,
traceRecordingSession TraceRecordingSession,
tce-Id TCE-Id,
areaConfiguration CHOICE {
cellIDList SEQUENCE (SIZE (1..32)) OF
CellIdentity,
locationAreaList SEQUENCE (SIZE (1..8)) OF
LAI,
routingAreaList SEQUENCE (SIZE (1..8)) OF
RAI
} OPTIONAL
}
LoggedMeasurementsConfigurationInfo-r11 ::= SEQUENCE {
absoluteTimeInfo BIT STRING (SIZE(48)),
loggingDuration ENUMERATED {min10, min20, min40, hr1, hr1min30,hr2,spare2,spare1},
loggingInterval ENUMERATED {li128,li256,li512,li1024,li2048,li3072,li4096,li6144},
traceReference TraceReference,
traceRecordingSession TraceRecordingSession,
tce-Id TCE-Id,
plmnList PlmnList OPTIONAL,
areaConfiguration CHOICE {
cellIDList SEQUENCE (SIZE (1..32)) OF CellIDListItem,
locationAreaList SEQUENCE (SIZE (1..8)) OF
LAI,
routingAreaList SEQUENCE (SIZE (1..8)) OF
RAI
} OPTIONAL
}
LoggedMeasInterfreqList-FDD ::= SEQUENCE (SIZE (1..maxNumFDDFreqs)) OF
LoggedMeasInterfreqInfo-FDD
LoggedMeasInterfreqInfo-FDD ::= SEQUENCE {
frequencyInfo FrequencyInfo,
loggedMeasInterfreqNeighbourList SEQUENCE (SIZE (1..maxnumLoggedMeas)) OF
LoggedMeasNeighbourInfo-FDD
}
LoggedMeasInterfreqInfo-TDD128 ::= SEQUENCE {
frequencyInfo FrequencyInfo,
loggedMeasInterfreqNeighbourList LoggedMeasInterfreqNeighbourList-TDD128
}
LoggedMeasInterRATNeighbourMeas ::= SEQUENCE {
loggedMeasEUTRAFreqList LoggedMeasEUTRAFreqList OPTIONAL,
loggedMeasGSMNeighbourCellsList LoggedMeasGSMNeighbourCellsList OPTIONAL
}
LoggedMeasInterRATNeighbourMeas-vb50ext ::= SEQUENCE {
loggedMeasEUTRAFreqList LoggedMeasEUTRAFreqList-vb50ext
}
LoggedMeasInterRATNeighbourMeas-vc50ext ::= SEQUENCE {
loggedMeasEUTRAFreqList LoggedMeasEUTRAFreqList-vc50ext OPTIONAL
}
LoggedMeasInterRATNeighbourMeas-r11 ::= SEQUENCE {
loggedMeasEUTRAFreqList LoggedMeasEUTRAFreqList-r11 OPTIONAL,
loggedMeasGSMNeighbourCellsList LoggedMeasGSMNeighbourCellsList OPTIONAL
}
LoggedMeasIntrafreqNeighbourList-FDD ::= SEQUENCE (SIZE (1..maxnumLoggedMeas)) OF
LoggedMeasNeighbourInfo-FDD
LoggedMeasNeighbourInfo-FDD ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
cpich-RSCP CPICH-RSCP,
cpich-Ec-N0 CPICH-Ec-N0
}
LoggedMeasIntrafreqNeighbourMeasList-TDD128 ::= SEQUENCE (SIZE (1..maxnumLoggedMeas)) OF
LoggedMeasNeighbourMeas-TDD128
LoggedMeasNeighbourMeas-TDD128 ::= SEQUENCE {
cellParametersID CellParametersID,
primaryCCPCH-RSCP PrimaryCCPCH-RSCP
}
LoggedMeasGSMNeighbourCellsList ::= SEQUENCE (SIZE (1..maxnumLoggedMeas)) OF
LoggedMeasGSMNeighbourCellsinfo
LoggedMeasGSMNeighbourCellsinfo ::= SEQUENCE {
bsic BSIC,
frequency-band Frequency-Band,
bcch-ARFCN BCCH-ARFCN,
gsm-CarrierRSSI GSM-CarrierRSSI
}
LoggedMeasEUTRAFreqList ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs))OF
LoggedMeasEUTRAFreqInfo
LoggedMeasEUTRAFreqList-vb50ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
LoggedMeasEUTRAFreqInfo-vb50ext
LoggedMeasEUTRAFreqList-r11 ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
LoggedMeasEUTRAFreqInfo-r11
LoggedMeasEUTRAFreqList-vc50ext ::= SEQUENCE (SIZE (1..maxNumEUTRAFreqs)) OF
LoggedMeasEUTRAFreqInfo-vc50ext
LoggedMeasEUTRAFreqInfo ::= SEQUENCE {
earfcn EARFCN,
loggedMeasEUTRAFreqNeighbourInfoList SEQUENCE (SIZE (1.. maxnumLoggedMeas)) OF
LoggedMeasEUTRAFreqNeighbourInfo
}
LoggedMeasEUTRAFreqInfo-vb50ext ::= SEQUENCE {
earfcn EARFCNExtension OPTIONAL
}
LoggedMeasEUTRAFreqInfo-r11 ::= SEQUENCE {
earfcn EARFCNRange,
loggedMeasEUTRAFreqNeighbourInfoList SEQUENCE (SIZE (1.. maxnumLoggedMeas)) OF
LoggedMeasEUTRAFreqNeighbourInfo
}
LoggedMeasEUTRAFreqInfo-vc50ext ::= SEQUENCE {
rSRQType RsrqType OPTIONAL,
loggedMeasEUTRAFreqNeighbourInfoList SEQUENCE (SIZE (1.. maxnumLoggedMeas)) OF
LoggedMeasEUTRAFreqNeighbourInfo-vc50ext
}
LoggedMeasEUTRAFreqNeighbourInfo ::= SEQUENCE {
physicalCellIdentity EUTRA-PhysicalCellIdentity,
rSRP INTEGER (0..97) ,
rSRQ INTEGER (0..33)
}
LoggedMeasEUTRAFreqNeighbourInfo-vc50ext ::= SEQUENCE {
rSRQExtension INTEGER (-30..46) OPTIONAL
}
LoggedMeasInfo-FDD ::= SEQUENCE {
relativeTimeStamp INTEGER (0..7200),
loggedMeasServingCellMeas LoggedMeasServingCellMeas-FDD,
loggedMeasIntrafreqNeighbourList LoggedMeasIntrafreqNeighbourList-FDD OPTIONAL,
loggedMeasInterfreqList LoggedMeasInterfreqList-FDD OPTIONAL,
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas OPTIONAL,
loggedMeasLocationInfo LoggedMeasLocationInfo OPTIONAL
}
LoggedMeasInfo-FDD-vb50ext ::= SEQUENCE {
loggedMeasServingCellMeas LoggedMeasServingCellMeas-FDD-vb50ext OPTIONAL,
loggedMeasLocationInfo LoggedMeasLocationInfo-vb50ext OPTIONAL,
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas-vb50ext OPTIONAL
}
LoggedMeasInfo-FDD-vc50ext ::= SEQUENCE {
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas-vc50ext OPTIONAL
}
LoggedMeasInfo-TDD128 ::= SEQUENCE {
relativeTimeStamp INTEGER (0..7200),
loggedMeasServingCellMeas LoggedMeasServingCellMeas-TDD128,
loggedMeasIntrafreqNeighbourList LoggedMeasIntrafreqNeighbourMeasList-TDD128 OPTIONAL,
loggedMeasInterfreqList LoggedMeasInterfreqList-TDD128 OPTIONAL,
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas OPTIONAL,
loggedMeasLocationInfo LoggedMeasLocationInfo OPTIONAL
}
LoggedMeasInfo-TDD128-vb50ext ::= SEQUENCE {
loggedMeasServingCellMeas LoggedMeasServingCellMeas-TDD128-vb50ext OPTIONAL,
loggedMeasLocationInfo LoggedMeasLocationInfo-vb50ext OPTIONAL,
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas-vb50ext OPTIONAL
}
LoggedMeasInfo-TDD128-vc50ext ::= SEQUENCE {
loggedMeasInterRATNeighbourMeas LoggedMeasInterRATNeighbourMeas-vc50ext OPTIONAL
}
LoggedMeasInfoList-FDD ::= SEQUENCE (SIZE (1.. maxLoggedMeasReport)) OF LoggedMeasInfo-FDD
LoggedMeasInfoList-FDD-vb50ext ::= SEQUENCE (SIZE (1..maxLoggedMeasReport)) OF LoggedMeasInfo-FDD-vb50ext
LoggedMeasInfoList-FDD-vc50ext ::= SEQUENCE (SIZE (1..maxLoggedMeasReport)) OF LoggedMeasInfo-FDD-vc50ext
LoggedMeasInfoList-TDD128 ::= SEQUENCE (SIZE (1.. maxLoggedMeasReport)) OF LoggedMeasInfo-TDD128
LoggedMeasInfoList-TDD128-vb50ext ::= SEQUENCE (SIZE (1..maxLoggedMeasReport)) OF LoggedMeasInfo-TDD128-vb50ext
LoggedMeasInfoList-TDD128-vc50ext ::= SEQUENCE (SIZE (1..maxLoggedMeasReport)) OF LoggedMeasInfo-TDD128-vc50ext
LoggedMeasInfoList ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
loggedMeasInfoList LoggedMeasInfoList-FDD
},
tdd SEQUENCE {
loggedMeasInfoList LoggedMeasInfoList-TDD128
}
}
}
LoggedMeasInfoList-vb50ext ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
loggedMeasInfoList LoggedMeasInfoList-FDD-vb50ext
},
tdd SEQUENCE {
loggedMeasInfoList LoggedMeasInfoList-TDD128-vb50ext
}
}
}
LoggedMeasInfoList-vc50ext ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
loggedMeasInfoList LoggedMeasInfoList-FDD-vc50ext
},
tdd SEQUENCE {
loggedMeasInfoList LoggedMeasInfoList-TDD128-vc50ext
}
}
}
LoggedMeasInterfreqList-TDD128 ::= SEQUENCE (SIZE (1..maxNumTDDFreqs)) OF
LoggedMeasInterfreqInfo-TDD128
LoggedMeasInterfreqNeighbourList-TDD128 ::= SEQUENCE (SIZE (1..maxnumLoggedMeas)) OF
LoggedMeasNeighbourMeas-TDD128
LoggedMeasLocationInfo ::= CHOICE {
ellipsoidPoint EllipsoidPoint,
ellipsoidPointAltitude EllipsoidPointAltitude
}
LoggedMeasLocationInfo-vb50ext ::= CHOICE {
ellipsoidPointUncertCircle EllipsoidPointUncertCircle,
ellipsoidPointUncertEllipse EllipsoidPointUncertEllipse,
ellipsoidPointAltitudeEllipse EllipsoidPointAltitudeEllipsoide
}
LoggedMeasReport ::= SEQUENCE {
absoluteTimeInfo BIT STRING (SIZE(48)),
traceReference TraceReference,
traceRecordingSession TraceRecordingSession,
tce-Id TCE-Id,
loggedMeasInfoList LoggedMeasInfoList OPTIONAL,
loggedMeasAvailable ENUMERATED { true } OPTIONAL
}
LoggedMeasReport-vb50ext ::= SEQUENCE {
loggedMeasInfoList LoggedMeasInfoList-vb50ext OPTIONAL
}
LoggedMeasReport-vc50ext ::= SEQUENCE {
loggedMeasInfoList LoggedMeasInfoList-vc50ext OPTIONAL
}
LoggedMeasServingCellMeas-FDD ::= SEQUENCE {
cellIdentity CellIdentity,
cpich-RSCP CPICH-RSCP,
cpich-Ec-N0 CPICH-Ec-N0
}
LoggedMeasServingCellMeas-FDD-vb50ext ::= SEQUENCE {
plmnIdentity PLMN-Identity OPTIONAL
}
LoggedMeasServingCellMeas-TDD128 ::= SEQUENCE {
cellIdentity CellIdentity,
primaryCCPCH-RSCP PrimaryCCPCH-RSCP
}
LoggedMeasServingCellMeas-TDD128-vb50ext ::= SEQUENCE {
plmnIdentity PLMN-Identity OPTIONAL
}
LoggedUTRACellInfo ::= SEQUENCE {
plmn-Identity PLMN-Identity,
cellIdentity CellIdentity,
uarfcn UARFCN,
cellParametersID CellParametersID OPTIONAL,
primaryScramblingCode PrimaryScramblingCode OPTIONAL
}
LoggingAbsoluteThreshold ::= CHOICE {
rscpforANR RSCPforANR,
ec-N0forANR Ec-N0forANR
}
-- it applies to RSCP by step of 2 and Ec/N0 by step of 1
-- Actual value LoggingRelativeThreshold = IE value * 2 (RSCP)
-- Actual value LoggingRelativeThreshold = IE value (Ec/N0)
LoggingRelativeThreshold ::= INTEGER (-4..16)
KeplerianParameters ::= SEQUENCE {
toe-nav BIT STRING (SIZE (14)),
ganss-omega-nav BIT STRING (SIZE (32)),
delta-n-nav BIT STRING (SIZE (16)),
m-zero-nav BIT STRING (SIZE (32)),
omegadot-nav BIT STRING (SIZE (24)),
ganss-e-nav BIT STRING (SIZE (32)),
idot-nav BIT STRING (SIZE (14)),
a-sqrt-nav BIT STRING (SIZE (32)),
i-zero-nav BIT STRING (SIZE (32)),
omega-zero-nav BIT STRING (SIZE (32)),
c-rs-nav BIT STRING (SIZE (16)),
c-is-nav BIT STRING (SIZE (16)),
c-us-nav BIT STRING (SIZE (16)),
c-rc-nav BIT STRING (SIZE (16)),
c-ic-nav BIT STRING (SIZE (16)),
c-uc-nav BIT STRING (SIZE (16))
}
MaxNumberOfReportingCellsType1 ::= ENUMERATED {
e1, e2, e3, e4, e5, e6}
MaxNumberOfReportingCellsType2 ::= ENUMERATED {
e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12}
MaxNumberOfReportingCellsType3 ::= ENUMERATED {
viactCellsPlus1,
viactCellsPlus2,
viactCellsPlus3,
viactCellsPlus4,
viactCellsPlus5,
viactCellsPlus6 }
MaxReportedCellsOnRACH ::= ENUMERATED {
noReport,
currentCell,
currentAnd-1-BestNeighbour,
currentAnd-2-BestNeighbour,
currentAnd-3-BestNeighbour,
currentAnd-4-BestNeighbour,
currentAnd-5-BestNeighbour,
currentAnd-6-BestNeighbour }
MaxReportedCellsOnRACHinterFreq ::= INTEGER (1..8)
MeasuredResults ::= CHOICE {
intraFreqMeasuredResultsList IntraFreqMeasuredResultsList,
interFreqMeasuredResultsList InterFreqMeasuredResultsList,
interRATMeasuredResultsList InterRATMeasuredResultsList,
trafficVolumeMeasuredResultsList TrafficVolumeMeasuredResultsList,
qualityMeasuredResults QualityMeasuredResults,
ue-InternalMeasuredResults UE-InternalMeasuredResults,
ue-positioning-MeasuredResults UE-Positioning-MeasuredResults,
spare NULL
}
MeasuredResultsOnSecUlFreq ::= SEQUENCE {
intraFreqMeasuredResultsList IntraFrequencyMeasuredResultsListOnSecULFreq
}
MeasuredResultsOnSecUlFreq-vc50ext ::= SEQUENCE {
intraFreqMeasuredResultsList IntraFrequencyMeasuredResultsListOnSecULFreq-vc50ext
}
MeasuredResults-v390ext ::= SEQUENCE {
ue-positioning-MeasuredResults-v390ext UE-Positioning-MeasuredResults-v390ext
}
MeasuredResults-v590ext ::= CHOICE {
intraFrequencyMeasuredResultsList IntraFrequencyMeasuredResultsList-v590ext,
interFrequencyMeasuredResultsList InterFrequencyMeasuredResultsList-v590ext
}
MeasuredResults-v770ext ::= CHOICE {
ueInternalMeasuredResults UE-InternalMeasuredResults-v770ext,
ue-positioning-MeasuredResults UE-Positioning-MeasuredResults-v770ext
}
MeasuredResults-v860ext ::= CHOICE {
ue-positioning-MeasuredResults UE-Positioning-MeasuredResults-v860ext
}
MeasuredResults-vd20ext ::= CHOICE {
ue-positioning-MeasuredResults UE-Positioning-MeasuredResults-vd20ext
}
MeasuredResults-ve30ext ::= CHOICE {
ueInternalMeasuredResults UE-InternalMeasuredResults-ve30ext
}
MeasuredResultsList-v920ext ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasuredResults-v920ext
MeasuredResultsList-vc50ext ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasuredResults-vc50ext
MeasuredResultsList-vd20ext ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasuredResults-vd20ext
MeasuredResultsListOnSecUlFreq ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasuredResultsOnSecUlFreq
MeasuredResultsListOnSecUlFreq-vc50ext ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasuredResultsOnSecUlFreq-vc50ext
MeasuredResults-v920ext ::= CHOICE {
intraFreqMeasuredResultsList IntraFreqMeasuredResultsList-v920ext,
interFreqMeasuredResultsList InterFreqMeasuredResultsList-v920ext
}
MeasuredResults-vc50ext ::= CHOICE {
intraFreqMeasuredResultsList IntraFreqMeasuredResultsList-vc50ext,
interFreqMeasuredResultsList InterFreqMeasuredResultsList-vc50ext,
ue-positioning-MeasuredResults UE-Positioning-MeasuredResults-vc50ext
}
MeasuredResults-LCR-r4 ::= CHOICE {
intraFreqMeasuredResultsList IntraFreqMeasuredResultsList,
interFreqMeasuredResultsList InterFreqMeasuredResultsList,
interRATMeasuredResultsList InterRATMeasuredResultsList,
trafficVolumeMeasuredResultsList TrafficVolumeMeasuredResultsList,
qualityMeasuredResults QualityMeasuredResults,
ue-InternalMeasuredResults UE-InternalMeasuredResults-LCR-r4,
ue-positioniing-MeasuredResults UE-Positioning-MeasuredResults,
spare NULL
}
MeasuredResultsList ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasuredResults
MeasuredResultsList-LCR-r4-ext ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF
MeasuredResults-LCR-r4
MeasuredResultsList-v770xet ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF SEQUENCE {
-- The 'measuredResults' element shall be present, if 'v770' extended measurement results
-- associated with the corresponding element in the IE 'MeasuredResultList' shall be
-- provided, otherwise it is not needed
measuredResults MeasuredResults-v770ext OPTIONAL
}
MeasuredResultsList-v860ext ::= SEQUENCE (SIZE (1..maxAdditionalMeas)) OF SEQUENCE {
-- The 'measuredResults' element shall be present, if 'v860' extended measurement results
-- associated with the corresponding element in the IE 'MeasuredResultList' shall be
-- provided, otherwise it is not needed
measuredResults MeasuredResults-v860ext OPTIONAL
}
MeasuredResultsOnRACH ::= SEQUENCE {
currentCell SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
measurementQuantity CHOICE {
cpich-Ec-N0 CPICH-Ec-N0,
cpich-RSCP CPICH-RSCP,
pathloss Pathloss,
cpich-Ec-N0-RSCP CPICH-Ec-N0-RSCP
}
},
tdd SEQUENCE {
-- For 3.84 Mcps, 7.68 Mcps and 1.28 Mcps TDD
timeslotISCP TimeslotISCP-List OPTIONAL,
primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL
}
}
},
monitoredCells MonitoredCellRACH-List OPTIONAL
}
MeasuredResultsOnRACH-v7g0ext ::= SEQUENCE {
currentCell-DeltaRSCP DeltaRSCPPerCell OPTIONAL,
monitoredCellRACH-List-v7g0ext MonitoredCellRACH-List-v7g0ext OPTIONAL
}
--The order of the list corresponds to the order of the cells in MonitoredCellRACH-List
MonitoredCellRACH-List-v7g0ext ::= SEQUENCE (SIZE (1..8)) OF
DeltaRSCPPerCell
--TDD choice is removed, compared to tabular, in order to optimise FDD format
MeasuredResultsOnRACHFDD-r11 ::= SEQUENCE {
currentCell SEQUENCE {
measurementQuantity CHOICE {
cpich-Ec-N0 CPICH-Ec-N0,
cpich-RSCP CPICH-RSCP,
pathloss Pathloss,
cpich-Ec-N0-RSCP CPICH-Ec-N0-RSCP
}
},
measuredResultsUsedFreq MonitoredCellRACH-ListFDD-r11 OPTIONAL,
measuredResultsNonUsedFreq MeasuredResultsOnRACHinterFreq OPTIONAL,
measuredResultsEUTRAFreq MeasuredResultsOnRACH-EUTRAFreq OPTIONAL
}
MeasuredResultsOnRACHinterFreq ::= SEQUENCE {
interFreqCellIndication-SIB11 INTEGER (0..1),
interFreqCellIndication-SIB12 INTEGER (0..1),
interFreqRACHRepCellsList InterFreqRACHRepCellsList
}
MeasuredResultsOnRACHinterFreq-vc50ext ::= SEQUENCE {
interFreqRACHRepCellsList InterFreqRACHRepCellsList-r12
}
MeasuredResultsOnRACH-vc50ext ::= SEQUENCE {
measuredResultsNonUsedFreq MeasuredResultsOnRACHinterFreq-vc50ext OPTIONAL,
measuredResultsEUTRAFreq MeasuredResultsOnRACH-EUTRAFreq-vc50ext OPTIONAL
}
MeasuredResultsOnRACH-EUTRAFreq ::= SEQUENCE {
eutraFrequencyIndication-SIB19 INTEGER (0..1),
eutraFrequencyIndicator BIT STRING (SIZE (maxNumEUTRAFreqs-FACH))
}
MeasuredResultsOnRACH-EUTRAFreq-vc50ext ::= SEQUENCE {
eutraFrequencyIndicator BIT STRING (SIZE (maxNumEUTRAFreqs-FACH))
}
MeasurementCommand ::= CHOICE {
setup MeasurementType,
modify SEQUENCE {
measurementType MeasurementType OPTIONAL
},
release NULL
}
MeasurementCommand-r4 ::= CHOICE {
setup MeasurementType-r4,
modify SEQUENCE {
measurementType MeasurementType-r4 OPTIONAL
},
release NULL
}
MeasurementCommand-r6 ::= CHOICE {
setup MeasurementType-r6,
modify SEQUENCE {
measurementType MeasurementType-r6 OPTIONAL
},
release NULL
}
MeasurementCommand-r7 ::= CHOICE {
setup MeasurementType-r7,
modify SEQUENCE {
measurementType MeasurementType-r7 OPTIONAL
},
release NULL
}
MeasurementCommand-r8 ::= CHOICE {
setup MeasurementType-r8,
modify SEQUENCE {
measurementType MeasurementType-r8 OPTIONAL
},
release NULL
}
MeasurementCommand-r9 ::= CHOICE {
setup MeasurementType-r9,
modify SEQUENCE {
measurementType MeasurementType-r9 OPTIONAL
},
release NULL
}
MeasurementCommand-r10 ::= CHOICE {
setup MeasurementType-r10,
modify SEQUENCE {
measurementType MeasurementType-r10 OPTIONAL
},
release NULL
}
MeasurementCommand-r11 ::= CHOICE {
setup MeasurementType-r11,
modify SEQUENCE {
measurementType MeasurementType-r11 OPTIONAL
},
release NULL
}
MeasurementCommand-r12 ::= CHOICE {
setup MeasurementType-r12,
modify SEQUENCE {
measurementType MeasurementType-r12 OPTIONAL
},
release NULL,
releaseAll NULL,
releaseSome MeasurementsToRelease
}
MeasurementCommand-r13 ::= CHOICE {
setup MeasurementType-r13,
modify SEQUENCE {
measurementType MeasurementType-r13 OPTIONAL
},
release NULL,
releaseAll NULL,
releaseSome MeasurementsToRelease
}
MeasurementCommand-r14 ::= CHOICE {
setup MeasurementType-r14,
modify SEQUENCE {
measurementType MeasurementType-r14 OPTIONAL
},
release NULL,
releaseAll NULL,
releaseSome MeasurementsToRelease
}
MeasurementCommand-r15 ::= CHOICE {
setup MeasurementType-r15,
modify SEQUENCE {
measurementType MeasurementType-r15 OPTIONAL
},
release NULL,
releaseAll NULL,
releaseSome MeasurementsToRelease
}
MeasurementControlSysInfo ::= SEQUENCE {
-- CHOICE cellSelectQualityMeasure represents PCCPCH-RSCP in TDD mode.
use-of-HCS CHOICE {
hcs-not-used SEQUENCE {
cellSelectQualityMeasure CHOICE {
cpich-RSCP SEQUENCE {
intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-RSCP OPTIONAL,
interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-RSCP OPTIONAL
},
cpich-Ec-N0 SEQUENCE {
intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-ECN0 OPTIONAL,
interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-ECN0 OPTIONAL
}
},
interRATMeasurementSysInfo InterRATMeasurementSysInfo-B OPTIONAL
},
hcs-used SEQUENCE {
cellSelectQualityMeasure CHOICE {
cpich-RSCP SEQUENCE {
intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-HCS-RSCP OPTIONAL,
interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-HCS-RSCP OPTIONAL
},
cpich-Ec-N0 SEQUENCE {
intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-HCS-ECN0 OPTIONAL,
interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-HCS-ECN0 OPTIONAL
}
},
interRATMeasurementSysInfo InterRATMeasurementSysInfo OPTIONAL
}
},
trafficVolumeMeasSysInfo TrafficVolumeMeasSysInfo OPTIONAL,
-- dummy is not used in this version of specification and it shall be ignored by the UE.
dummy UE-InternalMeasurementSysInfo OPTIONAL
}
MeasurementControlSysInfo-vc50ext ::= SEQUENCE {
intraFreqReportingQuantityForRACH IntraFreqReportingQuantityForRACH-vc50ext OPTIONAL,
rmp-Frequency-List RMP-Frequency-List OPTIONAL
}
MeasurementControlSysInfoExtension ::= SEQUENCE {
-- CHOICE cellSelectQualityMeasure represents PCCPCH-RSCP in TDD mode.
use-of-HCS CHOICE {
hcs-not-used SEQUENCE {
cellSelectQualityMeasure CHOICE {
cpich-RSCP SEQUENCE {
newIntraFreqCellList NewIntraFreqCellSI-List-RSCP OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-RSCP OPTIONAL
},
cpich-Ec-N0 SEQUENCE {
newIntraFreqCellList NewIntraFreqCellSI-List-ECN0 OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-ECN0 OPTIONAL
}
},
newInterRATCellList NewInterRATCellList OPTIONAL
},
hcs-used SEQUENCE {
cellSelectQualityMeasure CHOICE {
cpich-RSCP SEQUENCE {
newIntraFreqCellList NewIntraFreqCellSI-List-HCS-RSCP OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-HCS-RSCP OPTIONAL
},
cpich-Ec-N0 SEQUENCE {
newIntraFreqCellList NewIntraFreqCellSI-List-HCS-ECN0 OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-HCS-ECN0 OPTIONAL
}
},
newInterRATCellList NewInterRATCellList OPTIONAL
}
}
}
MeasurementControlSysInfoExtensionAddon-r5 ::= SEQUENCE {
--The order of the list corresponds to the order of cell in newIntraFrequencyCellInfoList
newIntraFrequencyCellInfoListAddon-r5 SEQUENCE (SIZE (1..maxCellMeas)) OF
CellSelectReselectInfo-v590ext OPTIONAL,
--The order of the list corresponds to the order of cell in newInterFrequencyCellInfoList
newInterFrequencyCellInfoListAddon-r5 SEQUENCE (SIZE (1..maxCellMeas)) OF
CellSelectReselectInfo-v590ext OPTIONAL,
--The order of the list corresponds to the order of cell in newInterRATCellInfoList
newInterRATCellInfoListAddon-r5 SEQUENCE (SIZE (1..maxCellMeas)) OF
CellSelectReselectInfo-v590ext OPTIONAL
}
MeasureControlSysInfoInterFreqExt ::= SEQUENCE {
-- CHOICE cellSelectQualityMeasure represents PCCPCH-RSCP in TDD mode.
use-of-HCS CHOICE {
hcs-not-used SEQUENCE {
cellSelectQualityMeasure CHOICE {
cpich-RSCP SEQUENCE {
newInterFreqCellList NewInterFreqCellSI-List-RSCP-ext OPTIONAL
},
cpich-Ec-N0 SEQUENCE {
newInterFreqCellList NewInterFreqCellSI-List-ECN0-ext OPTIONAL
}
}
},
hcs-used SEQUENCE {
cellSelectQualityMeasure CHOICE {
cpich-RSCP SEQUENCE {
newInterFreqCellList NewInterFreqCellSI-List-HCS-RSCP-ext OPTIONAL
},
cpich-Ec-N0 SEQUENCE {
newInterFreqCellList NewInterFreqCellSI-List-HCS-ECN0-ext OPTIONAL
}
}
}
},
rmp-Frequency-List RMP-Frequency-List OPTIONAL
}
MeasurementControlSysInfoExtension-LCR-r4 ::= SEQUENCE {
-- CHOICE cellSelectQualityMeasure represents PCCPCH-RSCP in TDD mode.
use-of-HCS CHOICE {
hcs-not-used SEQUENCE {
cellSelectQualityMeasure CHOICE {
cpich-RSCP SEQUENCE {
newIntraFreqCellList NewIntraFreqCellSI-List-RSCP-LCR-r4 OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-RSCP-LCR-r4 OPTIONAL
},
cpich-Ec-N0 SEQUENCE {
newIntraFreqCellList NewIntraFreqCellSI-List-ECN0-LCR-r4 OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-ECN0-LCR-r4 OPTIONAL
}
},
newInterRATCellList NewInterRATCellList OPTIONAL
},
hcs-used SEQUENCE {
cellSelectQualityMeasure CHOICE {
cpich-RSCP SEQUENCE {
newIntraFreqCellList NewIntraFreqCellSI-List-HCS-RSCP-LCR-r4 OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-HCS-RSCP-LCR-r4 OPTIONAL
},
cpich-Ec-N0 SEQUENCE {
newIntraFreqCellList NewIntraFreqCellSI-List-HCS-ECN0-LCR-r4 OPTIONAL,
newInterFreqCellList NewInterFreqCellSI-List-HCS-ECN0-LCR-r4 OPTIONAL
}
},
newInterRATCellList NewInterRATCellList OPTIONAL
}
}
}
MeasurementControlSysInfo-LCR-r4-ext ::= SEQUENCE {
-- CHOICE use-of-HCS shall have the same value as the use-of-HCS
-- in MeasurementControlSysInfo
-- CHOICE cellSelectQualityMeasure represents PCCPCH-RSCP in TDD mode.
use-of-HCS CHOICE {
hcs-not-used SEQUENCE {
-- CHOICE cellSelectQualityMeasure shall have the same value as the
-- cellSelectQualityMeasure in MeasurementControlSysInfo
cellSelectQualityMeasure CHOICE {
cpich-RSCP SEQUENCE {
intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-RSCP-LCR-r4 OPTIONAL,
interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-RSCP-LCR-r4 OPTIONAL
},
cpich-Ec-N0 SEQUENCE {
intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-ECN0-LCR-r4 OPTIONAL,
interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-ECN0-LCR-r4 OPTIONAL
}
}
},
hcs-used SEQUENCE {
-- CHOICE cellSelectQualityMeasure shall have the same value as the
-- cellSelectQualityMeasure in MeasurementControlSysInfo
cellSelectQualityMeasure CHOICE {
cpich-RSCP SEQUENCE {
intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-HCS-RSCP-LCR-r4 OPTIONAL,
interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-HCS-RSCP-LCR-r4 OPTIONAL
},
cpich-Ec-N0 SEQUENCE {
intraFreqMeasurementSysInfo IntraFreqMeasurementSysInfo-HCS-ECN0-LCR-r4 OPTIONAL,
interFreqMeasurementSysInfo InterFreqMeasurementSysInfo-HCS-ECN0-LCR-r4 OPTIONAL
}
}
}
}
}
MeasurementIdentity ::= INTEGER (1..16)
MeasurementIdentityExt ::= INTEGER (17..32)
MeasurementIdentity-r9 ::= INTEGER (1..32)
MeasurementOccasionPatternParameter ::= SEQUENCE {
measurement-Occasion-Coeff INTEGER (1..9),
measurement-Occasion-Offset INTEGER (0..511),
measurement-Occasion-Length INTEGER (1..512),
timeslotBitmap BIT STRING (SIZE (7)) OPTIONAL
}
MeasurementReleaseEnhancement ::= CHOICE {
releaseAllMeasurements NULL,
releaseSomeMeasurements MeasurementsToRelease
}
MeasurementsToRelease ::= SEQUENCE (SIZE (1..maxMeasIdentity)) OF
MeasurementIdentity-r9
MeasurementQuantityGSM ::= ENUMERATED {
gsm-CarrierRSSI,
dummy }
MeasurementQuantityEUTRA ::= ENUMERATED {
rsrp,
rsrq }
MeasurementReportingMode ::= SEQUENCE {
measurementReportTransferMode TransferMode,
periodicalOrEventTrigger PeriodicalOrEventTrigger
}
MeasurementType ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement,
interFrequencyMeasurement InterFrequencyMeasurement,
interRATMeasurement InterRATMeasurement,
ue-positioning-Measurement UE-Positioning-Measurement,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement
}
MeasurementType-r4 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r4,
interFrequencyMeasurement InterFrequencyMeasurement-r4,
interRATMeasurement InterRATMeasurement-r4,
up-Measurement UE-Positioning-Measurement-r4,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r4
}
MeasurementType-r6 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r6,
interFrequencyMeasurement InterFrequencyMeasurement-r6,
interRATMeasurement InterRATMeasurement-r6,
up-Measurement UE-Positioning-Measurement-r4,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r4
}
MeasurementType-r7 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r7,
interFrequencyMeasurement InterFrequencyMeasurement-r7,
interRATMeasurement InterRATMeasurement-r6,
up-Measurement UE-Positioning-Measurement-r7,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r4
}
MeasurementType-r8 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r7,
interFrequencyMeasurement InterFrequencyMeasurement-r8,
interRATMeasurement InterRATMeasurement-r8,
up-Measurement UE-Positioning-Measurement-r8,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r4
}
MeasurementType-r9 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r9,
interFrequencyMeasurement InterFrequencyMeasurement-r9,
interRATMeasurement InterRATMeasurement-r9,
up-Measurement UE-Positioning-Measurement-r9,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r4,
csgProximityDetection CSGProximityDetection
}
MeasurementType-r10 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r10,
interFrequencyMeasurement InterFrequencyMeasurement-r10,
interRATMeasurement InterRATMeasurement-r9,
up-Measurement UE-Positioning-Measurement-r10,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r4,
csgProximityDetection CSGProximityDetection
}
MeasurementType-r11 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r11,
interFrequencyMeasurement InterFrequencyMeasurement-r11,
interRATMeasurement InterRATMeasurement-r11,
up-Measurement UE-Positioning-Measurement-r10,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r4,
csgProximityDetection CSGProximityDetection,
eutraMeasurementForCELLFACH EUTRA-MeasurementForCELLFACH
}
MeasurementType-r12 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r11,
interFrequencyMeasurement InterFrequencyMeasurement-r12,
interRATMeasurement InterRATMeasurement-r12,
up-Measurement UE-Positioning-Measurement-r12,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r4,
csgProximityDetection CSGProximityDetection,
eutraMeasurementForCELLFACH EUTRA-MeasurementForCELLFACH-r12
}
MeasurementType-r13 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r11,
interFrequencyMeasurement InterFrequencyMeasurement-r12,
interRATMeasurement InterRATMeasurement-r12,
up-Measurement UE-Positioning-Measurement-r13,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r4,
csgProximityDetection CSGProximityDetection,
eutraMeasurementForCELLFACH EUTRA-MeasurementForCELLFACH-r12
}
MeasurementType-r14 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r11,
interFrequencyMeasurement InterFrequencyMeasurement-r12,
interRATMeasurement InterRATMeasurement-r12,
up-Measurement UE-Positioning-Measurement-r13,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r14,
csgProximityDetection CSGProximityDetection,
eutraMeasurementForCELLFACH EUTRA-MeasurementForCELLFACH-r12,
applicationLayerMeasurementConfiguration ApplicationLayerMeasurementConfiguration
}
MeasurementType-r15 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r11,
interFrequencyMeasurement InterFrequencyMeasurement-r12,
interRATMeasurement InterRATMeasurement-r12,
up-Measurement UE-Positioning-Measurement-r13,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r14,
csgProximityDetection CSGProximityDetection,
eutraMeasurementForCELLFACH EUTRA-MeasurementForCELLFACH-r12,
applicationLayerMeasurementConfiguration ApplicationLayerMeasurementConfiguration,
applicationLayerMeasurementConfiguration-r15 ApplicationLayerMeasurementConfiguration-r15
}
MeasurementType-Relocation-r14 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r11,
interFrequencyMeasurement InterFrequencyMeasurement-r12,
interRATMeasurement InterRATMeasurement-r12,
up-Measurement UE-Positioning-Measurement-r13,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r14,
csgProximityDetection CSGProximityDetection,
eutraMeasurementForCELLFACH EUTRA-MeasurementForCELLFACH-r12,
applicationLayerMeasurement NULL
}
MeasurementType-Relocation-r15 ::= CHOICE {
intraFrequencyMeasurement IntraFrequencyMeasurement-r11,
interFrequencyMeasurement InterFrequencyMeasurement-r12,
interRATMeasurement InterRATMeasurement-r12,
up-Measurement UE-Positioning-Measurement-r13,
trafficVolumeMeasurement TrafficVolumeMeasurement,
qualityMeasurement QualityMeasurement,
ue-InternalMeasurement UE-InternalMeasurement-r14,
csgProximityDetection CSGProximityDetection,
eutraMeasurementForCELLFACH EUTRA-MeasurementForCELLFACH-r12,
applicationLayerMeasurement NULL,
applicationLayerMeasurement-r15 NULL
}
MeasurementValidity ::= SEQUENCE {
ue-State ENUMERATED {
cell-DCH, all-But-Cell-DCH, all-States }
}
MonitoredCellRACH-List ::= SEQUENCE (SIZE (1..8)) OF
MonitoredCellRACH-Result
MonitoredCellRACH-Result ::= SEQUENCE {
sfn-SFN-ObsTimeDifference SFN-SFN-ObsTimeDifference OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
measurementQuantity CHOICE {
cpich-Ec-N0 CPICH-Ec-N0,
cpich-RSCP CPICH-RSCP,
pathloss Pathloss,
spare NULL
} OPTIONAL
},
tdd SEQUENCE {
cellParametersID CellParametersID,
primaryCCPCH-RSCP PrimaryCCPCH-RSCP
}
}
}
MonitoredCellRACH-ListFDD-r11 ::= SEQUENCE (SIZE (1..8)) OF
MonitoredCellRACH-ResultFDD-r11
--TDD choice is removed, compared to tabular, in order to optimise FDD format
MonitoredCellRACH-ResultFDD-r11 ::= SEQUENCE {
sfn-SFN-ObsTimeDifference SFN-SFN-ObsTimeDifference OPTIONAL,
primaryCPICH-Info PrimaryCPICH-Info,
measurementQuantity CHOICE {
cpich-Ec-N0 CPICH-Ec-N0,
cpich-RSCP CPICH-RSCP,
pathloss Pathloss,
spare NULL
}
}
MultipathIndicator ::= ENUMERATED {
nm,
low,
medium,
high }
MultipleEUTRAFrequencyBandIndicatorList ::= SEQUENCE (SIZE (1.. maxMultipleFrequencyBandsEUTRA)) OF
RadioFrequencyBandEUTRA
MultipleEUTRAFrequencyBandIndicatorExtensionList ::= SEQUENCE (SIZE (1.. maxMultipleFrequencyBandsEUTRA))
OF RadioFrequencyBandEUTRAExt
MultipleEUTRAFrequencyBandInfo ::= SEQUENCE {
multipleEUTRAFrequencyBandIndicatorlist MultipleEUTRAFrequencyBandIndicatorList OPTIONAL
}
MultipleEUTRAFrequencyBandExtensionInfo ::= SEQUENCE {
multipleEUTRAFrequencyBandIndicatorlist MultipleEUTRAFrequencyBandIndicatorExtensionList OPTIONAL
}
MultipleEUTRAFrequencyInfoList ::= SEQUENCE (SIZE (1.. maxNumEUTRAFreqs)) OF
MultipleEUTRAFrequencyBandInfo
MultipleEUTRAFrequencyInfoExtensionList ::= SEQUENCE (SIZE (1.. maxNumEUTRAFreqs)) OF
MultipleEUTRAFrequencyBandExtensionInfo
MultipleFrequencyBandIndicatorListFDD::= SEQUENCE (SIZE (1..maxMultipleFrequencyBandsFDD)) OF
FrequencyBandsIndicatorFDD
MultipleFrequencyBandInfo ::= SEQUENCE {
multipleFrequencyBandIndicatorListFDD MultipleFrequencyBandIndicatorListFDD OPTIONAL
}
MultipleFrequencyInfoListFDD ::= SEQUENCE (SIZE (1.. maxNumFDDFreqs)) OF
MultipleFrequencyBandInfo
N-CR-T-CRMaxHyst ::= SEQUENCE {
n-CR INTEGER (1..16) DEFAULT 8,
t-CRMaxHyst T-CRMaxHyst
}
NAVclockModel ::= SEQUENCE {
navToc BIT STRING (SIZE (16)),
navaf2 BIT STRING (SIZE (8)),
navaf1 BIT STRING (SIZE (16)),
navaf0 BIT STRING (SIZE (22)),
navTgd BIT STRING (SIZE (8))
}
NavigationModelSatInfo ::= SEQUENCE {
satID SatID,
satelliteStatus SatelliteStatus,
ephemerisParameter EphemerisParameter OPTIONAL
}
NavigationModelSatInfoList ::= SEQUENCE (SIZE (1..maxSat)) OF
NavigationModelSatInfo
NavModel-BDSKeplerianSet ::= SEQUENCE {
bdsAODE BIT STRING (SIZE (5)),
bdsURAI BIT STRING (SIZE (4)),
bdsToe BIT STRING (SIZE (17)),
bdsAPowerHalf BIT STRING (SIZE (32)),
bdsE BIT STRING (SIZE (32)),
bdsW BIT STRING (SIZE (32)),
bdsDeltaN BIT STRING (SIZE (16)),
bdsM0 BIT STRING (SIZE (32)),
bdsOmega0 BIT STRING (SIZE (32)),
bdsOmegaDot BIT STRING (SIZE (24)),
bdsI0 BIT STRING (SIZE (32)),
bdsIDot BIT STRING (SIZE (14)),
bdsCuc BIT STRING (SIZE (18)),
bdsCus BIT STRING (SIZE (18)),
bdsCrc BIT STRING (SIZE (18)),
bdsCrs BIT STRING (SIZE (18)),
bdsCic BIT STRING (SIZE (18)),
bdsCis BIT STRING (SIZE (18))
}
NavModel-CNAVKeplerianSet ::= SEQUENCE {
cnavTop BIT STRING (SIZE (11)),
cnavURAindex BIT STRING (SIZE (5)),
cnavDeltaA BIT STRING (SIZE (26)),
cnavAdot BIT STRING (SIZE (25)),
cnavDeltaNo BIT STRING (SIZE (17)),
cnavDeltaNoDot BIT STRING (SIZE (23)),
cnavMo BIT STRING (SIZE (33)),
cnavE BIT STRING (SIZE (33)),
cnavOmega BIT STRING (SIZE (33)),
cnavOMEGA0 BIT STRING (SIZE (33)),
cnavDeltaOmegaDot BIT STRING (SIZE (17)),
cnavIo BIT STRING (SIZE (33)),
cnavIoDot BIT STRING (SIZE (15)),
cnavCis BIT STRING (SIZE (16)),
cnavCic BIT STRING (SIZE (16)),
cnavCrs BIT STRING (SIZE (24)),
cnavCrc BIT STRING (SIZE (24)),
cnavCus BIT STRING (SIZE (21)),
cnavCuc BIT STRING (SIZE (21))
}
NavModel-GLONASSecef ::= SEQUENCE {
gloEn BIT STRING (SIZE (5)),
gloP1 BIT STRING (SIZE (2)),
gloP2 BIT STRING (SIZE (1)),
gloM BIT STRING (SIZE (2)) OPTIONAL,
gloX BIT STRING (SIZE (27)),
gloXdot BIT STRING (SIZE (24)),
gloXdotdot BIT STRING (SIZE (5)),
gloY BIT STRING (SIZE (27)),
gloYdot BIT STRING (SIZE (24)),
gloYdotdot BIT STRING (SIZE (5)),
gloZ BIT STRING (SIZE (27)),
gloZdot BIT STRING (SIZE (24)),
gloZdotdot BIT STRING (SIZE (5))
}
NavModel-NAVKeplerianSet ::= SEQUENCE {
navURA BIT STRING (SIZE (4)),
navFitFlag BIT STRING (SIZE (1)),
navToe BIT STRING (SIZE (16)),
navOmega BIT STRING (SIZE (32)),
navDeltaN BIT STRING (SIZE (16)),
navM0 BIT STRING (SIZE (32)),
navOmegaADot BIT STRING (SIZE (24)),
navE BIT STRING (SIZE (32)),
navIDot BIT STRING (SIZE (14)),
navAPowerHalf BIT STRING (SIZE (32)),
navI0 BIT STRING (SIZE (32)),
navOmegaA0 BIT STRING (SIZE (32)),
navCrs BIT STRING (SIZE (16)),
navCis BIT STRING (SIZE (16)),
navCus BIT STRING (SIZE (16)),
navCrc BIT STRING (SIZE (16)),
navCic BIT STRING (SIZE (16)),
navCuc BIT STRING (SIZE (16))
}
NavModel-SBASecef ::= SEQUENCE {
sbasTo BIT STRING (SIZE (13)) OPTIONAL,
sbasAccuracy BIT STRING (SIZE (4)),
sbasXg BIT STRING (SIZE (30)),
sbasYg BIT STRING (SIZE (30)),
sbasZg BIT STRING (SIZE (25)),
sbasXgDot BIT STRING (SIZE (17)),
sbasYgDot BIT STRING (SIZE (17)),
sbasZgDot BIT STRING (SIZE (18)),
sbasXgDotDot BIT STRING (SIZE (10)),
sbagYgDotDot BIT STRING (SIZE (10)),
sbasZgDotDot BIT STRING (SIZE (10))
}
EphemerisParameter ::= SEQUENCE {
codeOnL2 BIT STRING (SIZE (2)),
uraIndex BIT STRING (SIZE (4)),
satHealth BIT STRING (SIZE (6)),
iodc BIT STRING (SIZE (10)),
l2Pflag BIT STRING (SIZE (1)),
sf1Revd SubFrame1Reserved,
t-GD BIT STRING (SIZE (8)),
t-oc BIT STRING (SIZE (16)),
af2 BIT STRING (SIZE (8)),
af1 BIT STRING (SIZE (16)),
af0 BIT STRING (SIZE (22)),
c-rs BIT STRING (SIZE (16)),
delta-n BIT STRING (SIZE (16)),
m0 BIT STRING (SIZE (32)),
c-uc BIT STRING (SIZE (16)),
e BIT STRING (SIZE (32)),
c-us BIT STRING (SIZE (16)),
a-Sqrt BIT STRING (SIZE (32)),
t-oe BIT STRING (SIZE (16)),
fitInterval BIT STRING (SIZE (1)),
aodo BIT STRING (SIZE (5)),
c-ic BIT STRING (SIZE (16)),
omega0 BIT STRING (SIZE (32)),
c-is BIT STRING (SIZE (16)),
i0 BIT STRING (SIZE (32)),
c-rc BIT STRING (SIZE (16)),
omega BIT STRING (SIZE (32)),
omegaDot BIT STRING (SIZE (24)),
iDot BIT STRING (SIZE (14))
}
NC-Mode ::= BIT STRING (SIZE (3))
Neighbour ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
neighbourIdentity PrimaryCPICH-Info OPTIONAL,
uE-RX-TX-TimeDifferenceType2Info UE-RX-TX-TimeDifferenceType2Info OPTIONAL
},
tdd SEQUENCE {
neighbourAndChannelIdentity CellAndChannelIdentity OPTIONAL
}
},
neighbourQuality NeighbourQuality,
sfn-SFN-ObsTimeDifference2 SFN-SFN-ObsTimeDifference2}
Neighbour-v390ext ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
frequencyInfo FrequencyInfo
},
tdd NULL
}
}
NeighbourList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
Neighbour
Neighbour-TDD-r7 ::= SEQUENCE {
uarfcn UARFCN OPTIONAL
}
-- The order of the cells in IE NeighbourList-TDD-r7 shall be the
-- same as the order in IE NeighbourList
NeighbourList-TDD-r7 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF Neighbour-TDD-r7
-- The order of the cells in IE NeighbourList-v390ext shall be the
-- same as the order in IE NeighbourList
NeighbourList-v390ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
Neighbour-v390ext
NeighbourQuality ::= SEQUENCE {
ue-Positioning-OTDOA-Quality UE-Positioning-OTDOA-Quality
}
NewInterFreqCell ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfo
}
NewInterFreqCell-r4 ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfo-r4
}
NewInterFreqCell-v7b0ext ::= SEQUENCE {
intraSecondaryFreqIndicator BOOLEAN
}
NewInterFreqCell-LCR-v8a0ext ::= SEQUENCE {
cellInfo-LCR-r8 CellInfo-LCR-r8-ext OPTIONAL
}
NewInterFreqCell-r8 ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfo-r4,
modeSpecificInfo CHOICE {
noInfo NULL,
tdd128 SEQUENCE {
intraSecondaryFreqIndicator BOOLEAN
}
}
}
NewInterFreqCell-r9 ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfo-r9,
modeSpecificInfo CHOICE {
noInfo NULL,
tdd128 SEQUENCE {
intraSecondaryFreqIndicator BOOLEAN
}
}
}
NewInterFreqCell-r10 ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfo-r9,
modeSpecificInfo CHOICE {
noInfo NULL,
tdd128 SEQUENCE {
intraSecondaryFreqIndicator BOOLEAN,
sNPLMonitorSetIndicator-TDD128 BIT STRING (SIZE (5)) OPTIONAL
}
}
}
NewInterFreqCell-r12 ::= SEQUENCE {
interFreqCellID InterFreqCellID-r12 OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfo-r9,
modeSpecificInfo CHOICE {
noInfo NULL,
tdd128 SEQUENCE {
intraSecondaryFreqIndicator BOOLEAN,
sNPLMonitorSetIndicator-TDD128 BIT STRING (SIZE (5)) OPTIONAL
}
}
}
NewInterFreqCellList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCell
NewInterFreqCellList-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCell-r4
NewInterFreqCellList-r12 ::= SEQUENCE (SIZE (1..maxCellMeas-ext)) OF
NewInterFreqCell-r12
-- The order of the list corresponds to the order of cells in newInterFreqCellList
NewInterFreqCellList-v7b0ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCell-v7b0ext
-- The order of the list corresponds to the order of cells in newInterFreqCellList
NewInterFreqCellList-LCR-v8a0ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCell-LCR-v8a0ext
NewInterFreqCellList-r8 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCell-r8
NewInterFreqCellList-r9 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCell-r9
NewInterFreqCellList-r10 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCell-r10
NewInterFreqCellSI-RSCP ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-RSCP
}
NewInterFreqCellSI-RSCP-ext ::= SEQUENCE {
interFreqCellID InterFreqCellID-r12 OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-RSCP
}
NewInterFreqCellSI-ECN0 ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-ECN0
}
NewInterFreqCellSI-ECN0-ext ::= SEQUENCE {
interFreqCellID InterFreqCellID-r12 OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-ECN0
}
NewInterFreqCellSI-HCS-RSCP ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-HCS-RSCP
}
NewInterFreqCellSI-HCS-RSCP-ext ::= SEQUENCE {
interFreqCellID InterFreqCellID-r12 OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-HCS-RSCP
}
NewInterFreqCellSI-HCS-ECN0 ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-HCS-ECN0
}
NewInterFreqCellSI-HCS-ECN0-ext ::= SEQUENCE {
interFreqCellID InterFreqCellID-r12 OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-HCS-ECN0
}
NewInterFreqCellSI-RSCP-LCR-r4 ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-RSCP-LCR-r4
}
NewInterFreqCellSI-ECN0-LCR-r4 ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-ECN0-LCR-r4
}
NewInterFreqCellSI-HCS-RSCP-LCR-r4 ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-HCS-RSCP-LCR-r4
}
NewInterFreqCellSI-HCS-ECN0-LCR-r4 ::= SEQUENCE {
interFreqCellID InterFreqCellID OPTIONAL,
frequencyInfo FrequencyInfo OPTIONAL,
cellInfo CellInfoSI-HCS-ECN0-LCR-r4
}
NewInterFreqCellSI-List-ECN0 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCellSI-ECN0
NewInterFreqCellSI-List-ECN0-ext ::= SEQUENCE (SIZE (1..maxCellMeas-ext2)) OF
NewInterFreqCellSI-ECN0-ext
NewInterFreqCellSI-List-HCS-RSCP ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCellSI-HCS-RSCP
NewInterFreqCellSI-List-HCS-RSCP-ext ::= SEQUENCE (SIZE (1..maxCellMeas-ext2)) OF
NewInterFreqCellSI-HCS-RSCP-ext
NewInterFreqCellSI-List-HCS-ECN0 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCellSI-HCS-ECN0
NewInterFreqCellSI-List-HCS-ECN0-ext ::= SEQUENCE (SIZE (1..maxCellMeas-ext2)) OF
NewInterFreqCellSI-HCS-ECN0-ext
NewInterFreqCellSI-List-RSCP ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCellSI-RSCP
NewInterFreqCellSI-List-RSCP-ext ::= SEQUENCE (SIZE (1..maxCellMeas-ext2)) OF
NewInterFreqCellSI-RSCP-ext
NewInterFreqCellSI-List-ECN0-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCellSI-ECN0-LCR-r4
NewInterFreqCellSI-List-HCS-RSCP-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCellSI-HCS-RSCP-LCR-r4
NewInterFreqCellSI-List-HCS-ECN0-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCellSI-HCS-ECN0-LCR-r4
NewInterFreqCellSI-List-RSCP-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterFreqCellSI-RSCP-LCR-r4
NewInterRATCell ::= SEQUENCE {
interRATCellID InterRATCellID OPTIONAL,
technologySpecificInfo CHOICE {
gsm SEQUENCE {
cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12 OPTIONAL,
interRATCellIndividualOffset InterRATCellIndividualOffset,
bsic BSIC,
frequency-band Frequency-Band,
bcch-ARFCN BCCH-ARFCN,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy NULL OPTIONAL
},
is-2000 SEQUENCE {
is-2000SpecificMeasInfo IS-2000SpecificMeasInfo
},
-- ASN.1 inconsistency: NewInterRATCellList should be optional within
-- InterRATCellInfoList. The UE shall consider IE NewInterRATCell with
-- technologySpecificInfo set to "absent" as valid and handle the
-- message as if the IE NewInterRATCell was absent
absent NULL,
spare1 NULL
}
}
NewInterRATCell-B ::= SEQUENCE {
interRATCellID InterRATCellID OPTIONAL,
technologySpecificInfo CHOICE {
gsm SEQUENCE {
cellSelectionReselectionInfo CellSelectReselectInfoSIB-11-12 OPTIONAL,
interRATCellIndividualOffset InterRATCellIndividualOffset,
bsic BSIC,
frequency-band Frequency-Band,
bcch-ARFCN BCCH-ARFCN,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy NULL OPTIONAL
},
is-2000 SEQUENCE {
is-2000SpecificMeasInfo IS-2000SpecificMeasInfo
},
-- ASN.1 inconsistency: NewInterRATCellList-B should be optional within
-- InterRATCellInfoList-B. The UE shall consider IE NewInterRATCell-B with
-- technologySpecificInfo set to "absent" as valid and handle the
-- message as if the IE NewInterRATCell-B was absent
absent NULL,
spare1 NULL
}
}
NewInterRATCellList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterRATCell
NewInterRATCellList-B ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewInterRATCell-B
NewIntraFreqCell ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfo
}
NewIntraFreqCell-r4 ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfo-r4
}
NewIntraFreqCell-r9 ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfo-r9
}
NewIntraFreqCell-r10 ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfo-r9,
modeSpecificInfo CHOICE {
noInfo NULL,
tdd128 SEQUENCE {
sNPLMonitorSetIndicator-TDD128 BIT STRING (SIZE (5)) OPTIONAL
}
}
}
NewIntraFreqCellOnSecULFreq ::= SEQUENCE {
intraFreqCellIDOnSecULFreq IntraFreqCellIDOnSecULFreq OPTIONAL,
cellInfo CellInfo-r4
}
NewIntraFreqCellList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCell
NewIntraFreqCellList-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCell-r4
NewIntraFreqCellList-r9 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCell-r9
NewIntraFreqCellList-r10 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCell-r10
NewIntraFreqCell-LCR-v8a0ext ::= SEQUENCE {
cellInfo-LCR-r8 CellInfo-LCR-r8-ext OPTIONAL
}
-- The order of the list corresponds to the order of cells in newIntraFreqCellList
NewIntraFreqCellList-LCR-v8a0ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCell-LCR-v8a0ext
NewIntraFreqCellListOnSecULFreq ::= SEQUENCE (SIZE (1..maxCellMeasOnSecULFreq)) OF
NewIntraFreqCellOnSecULFreq
NewIntraFreqCellSI-RSCP ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfoSI-RSCP
}
NewIntraFreqCellSI-ECN0 ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfoSI-ECN0
}
NewIntraFreqCellSI-HCS-RSCP ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfoSI-HCS-RSCP
}
NewIntraFreqCellSI-HCS-ECN0 ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfoSI-HCS-ECN0
}
NewIntraFreqCellSI-RSCP-LCR-r4 ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfoSI-RSCP-LCR-r4
}
NewIntraFreqCellSI-ECN0-LCR-r4 ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfoSI-ECN0-LCR-r4
}
NewIntraFreqCellSI-HCS-RSCP-LCR-r4 ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfoSI-HCS-RSCP-LCR-r4
}
NewIntraFreqCellSI-HCS-ECN0-LCR-r4 ::= SEQUENCE {
intraFreqCellID IntraFreqCellID OPTIONAL,
cellInfo CellInfoSI-HCS-ECN0-LCR-r4
}
NewIntraFreqCellSI-List-RSCP ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCellSI-RSCP
NewIntraFreqCellSI-List-ECN0 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCellSI-ECN0
NewIntraFreqCellSI-List-HCS-RSCP ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCellSI-HCS-RSCP
NewIntraFreqCellSI-List-HCS-ECN0 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCellSI-HCS-ECN0
NewIntraFreqCellSI-List-RSCP-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCellSI-RSCP-LCR-r4
NewIntraFreqCellSI-List-ECN0-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCellSI-ECN0-LCR-r4
NewIntraFreqCellSI-List-HCS-RSCP-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCellSI-HCS-RSCP-LCR-r4
NewIntraFreqCellSI-List-HCS-ECN0-LCR-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
NewIntraFreqCellSI-HCS-ECN0-LCR-r4
-- IE "nonUsedFreqThreshold" is not needed in case of event 2a
-- In case of event 2a UTRAN should include value 0 within IE "nonUsedFreqThreshold"
-- In case of event 2a, the UE shall be ignore IE "nonUsedFreqThreshold"
-- In later versions of the message including this IE, a special version of
-- IE "NonUsedFreqParameterList" may be defined for event 2a, namely a
-- version not including IE "nonUsedFreqThreshold"
NonUsedFreqParameter ::= SEQUENCE {
nonUsedFreqThreshold Threshold,
nonUsedFreqW W
}
NonUsedFreqParameter-r6 ::= SEQUENCE {
nonUsedFreqThreshold Threshold-r6,
nonUsedFreqW W
}
NonUsedFreqParameter-r10 ::= SEQUENCE {
nonUsedFreqThreshold Threshold-r6,
nonUsedFreqW W,
nonUsedFreqTriggeringConditionDetectedCells ENUMERATED { true } OPTIONAL
}
NonUsedFreqParameter-r11 ::= SEQUENCE {
nonUsedFreqThreshold Threshold-r6,
nonUsedFreqW W,
nonUsedFreqTriggeringConditionDetectedCells ENUMERATED { true } OPTIONAL,
-- dummy is not used in this version of the specification and
-- it should be ignored by the receiver.
dummy CellInfoListToBeExcluded OPTIONAL
}
NonUsedFreq2aParameter-r10 ::= SEQUENCE {
nonUsedFreqW W,
nonUsedFreqTriggeringConditionDetectedCells ENUMERATED { true } OPTIONAL
}
NonUsedFreq2aParameter-r11 ::= SEQUENCE {
nonUsedFreqW W,
nonUsedFreqTriggeringConditionDetectedCells ENUMERATED { true } OPTIONAL,
-- dummy is not used in this version of the specification and
-- it should be ignored by the receiver.
dummy CellInfoListToBeExcluded OPTIONAL
}
NonUsedFreqParameterList ::= SEQUENCE (SIZE (1..maxFreq)) OF
NonUsedFreqParameter
NonUsedFreqParameterList-r6 ::= SEQUENCE (SIZE (1..maxFreq)) OF
NonUsedFreqParameter-r6
NonUsedFreqParameterList-r10 ::= SEQUENCE (SIZE (1..maxFreq)) OF
NonUsedFreqParameter-r10
NonUsedFreqParameterList-r11 ::= SEQUENCE (SIZE (1..maxFreq)) OF
NonUsedFreqParameter-r11
NonUsedFreq2aParameterList-r10 ::= SEQUENCE (SIZE (1..maxFreq)) OF
NonUsedFreq2aParameter-r10
NonUsedFreq2aParameterList-r11 ::= SEQUENCE (SIZE (1..maxFreq)) OF
NonUsedFreq2aParameter-r11
NonUsedFreqWList-r6 ::= SEQUENCE (SIZE (1..maxFreq)) OF W
ApplicationLayerMeasurementConfiguration ::= SEQUENCE {
containerForApplicationLayerMeasurementConfiguration OCTET STRING ( SIZE (1..1000))
}
ApplicationLayerMeasurementConfiguration-r15 ::= SEQUENCE {
containerForApplicationLayerMeasurementConfiguration OCTET STRING ( SIZE (1..1000)),
serviceType ENUMERATED { qoe, qoemtsi }
}
ApplicationLayerMeasurementReporting ::= SEQUENCE {
containerForApplicationLayerMeasurementReporting OCTET STRING ( SIZE (1..8000))
}
ApplicationLayerMeasurementReporting-r15 ::= SEQUENCE {
containerForApplicationLayerMeasurementReporting OCTET STRING ( SIZE (1..8000)),
serviceType ENUMERATED { qoe, qoemtsi }
}
ObservedTimeDifferenceToGSM ::= INTEGER (0..4095)
OTDOA-SearchWindowSize ::= ENUMERATED {
c20, c40, c80, c160, c320,
c640, c1280, moreThan1280 }
-- SPARE: Pathloss, Max = 158
-- Values above Max are spare
Pathloss ::= INTEGER (46..173)
PenaltyTime-RSCP ::= CHOICE {
notUsed NULL,
pt10 TemporaryOffset1,
pt20 TemporaryOffset1,
pt30 TemporaryOffset1,
pt40 TemporaryOffset1,
pt50 TemporaryOffset1,
pt60 TemporaryOffset1
}
PenaltyTime-ECN0 ::= CHOICE {
notUsed NULL,
pt10 TemporaryOffsetList,
pt20 TemporaryOffsetList,
pt30 TemporaryOffsetList,
pt40 TemporaryOffsetList,
pt50 TemporaryOffsetList,
pt60 TemporaryOffsetList
}
PendingTimeAfterTrigger ::= ENUMERATED {
ptat0-25, ptat0-5, ptat1,
ptat2, ptat4, ptat8, ptat16 }
PeriodicalOrEventTrigger ::= ENUMERATED {
periodical,
eventTrigger }
PeriodicalReportingCriteria ::= SEQUENCE {
reportingAmount ReportingAmount DEFAULT ra-Infinity,
reportingInterval ReportingIntervalLong
}
PeriodicReportingInfo-1b ::= SEQUENCE {
reportingAmount ReportingAmount,
reportingInterval ReportingInterval
}
PeriodicalWithReportingCellStatus ::= SEQUENCE {
periodicalReportingCriteria PeriodicalReportingCriteria,
reportingCellStatus ReportingCellStatus OPTIONAL
}
PeriodicalWithReportingCellStatus-r10 ::= SEQUENCE {
periodicalReportingCriteria PeriodicalReportingCriteria,
reportingCellStatus ReportingCellStatus-r10 OPTIONAL
}
PeriodicalWithReportingCellStatusOnSecULFreq ::= SEQUENCE {
frequencyInfo FrequencyInfo,
periodicalWithReportingCellStatus PeriodicalWithReportingCellStatus-r10
}
PLMNIdentitiesOfNeighbourCells ::= SEQUENCE {
plmnsOfIntraFreqCellsList PLMNsOfIntraFreqCellsList OPTIONAL,
plmnsOfInterFreqCellsList PLMNsOfInterFreqCellsList OPTIONAL,
plmnsOfInterRATCellsList PLMNsOfInterRATCellsList OPTIONAL
}
PLMNIdentitiesOfNeighbourCells-v860ext ::= SEQUENCE {
multipleplmnsOfIntraFreqCellsList MultiplePLMNsOfIntraFreqCellsList OPTIONAL,
multipleplmnsOfInterFreqCellsList MultiplePLMNsOfInterFreqCellsList OPTIONAL
}
PLMNIdentitiesOfNeighbourCells-vc50ext ::= SEQUENCE {
plmnsOfInterFreqCellsList PLMNsOfInterFreqCellsList-vc50ext OPTIONAL,
multipleplmnsOfInterFreqCellsList MultiplePLMNsOfInterFreqCellsList-vc50ext OPTIONAL
}
PlmnList ::= SEQUENCE (SIZE (1..maxNumMDTPLMN)) OF PLMN-Identity
PLMNsOfInterFreqCellsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
SEQUENCE {
plmn-Identity PLMN-Identity OPTIONAL
}
PLMNsOfInterFreqCellsList-vc50ext ::= SEQUENCE (SIZE (1..maxCellMeas-ext)) OF InterFreqCellPLMN
InterFreqCellPLMN ::= SEQUENCE {
plmn-Identity PLMN-Identity OPTIONAL
}
MultiplePLMNsOfInterFreqCellsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
SEQUENCE {
multiplePLMN-list SEQUENCE (SIZE (1..6)) OF
PLMN-IdentityWithOptionalMCC-r6 OPTIONAL
}
MultiplePLMNsOfInterFreqCellsList-vc50ext ::= SEQUENCE (SIZE (1..maxCellMeas-ext)) OF MultiplePLMNInfo
MultiplePLMNInfo ::= SEQUENCE {
multiplePLMN-list MultiplePLMN-List OPTIONAL
}
MultiplePLMN-List ::= SEQUENCE (SIZE (1..6)) OF PLMN-IdentityWithOptionalMCC-r6
PLMNsOfIntraFreqCellsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
SEQUENCE {
plmn-Identity PLMN-Identity OPTIONAL
}
MultiplePLMNsOfIntraFreqCellsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
SEQUENCE {
multiplePLMN-list SEQUENCE (SIZE (1..6)) OF
PLMN-IdentityWithOptionalMCC-r6 OPTIONAL
}
PLMNsOfInterRATCellsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
SEQUENCE {
plmn-Identity PLMN-Identity OPTIONAL
}
PositionEstimate ::= CHOICE {
ellipsoidPoint EllipsoidPoint,
ellipsoidPointUncertCircle EllipsoidPointUncertCircle,
ellipsoidPointUncertEllipse EllipsoidPointUncertEllipse,
ellipsoidPointAltitude EllipsoidPointAltitude,
ellipsoidPointAltitudeEllipse EllipsoidPointAltitudeEllipsoide
}
PositioningMethod ::= ENUMERATED {
otdoa,
gps,
otdoaOrGPS, cellID }
-- Actual value PRC = IE value * 0.32
PRC ::= INTEGER (-2047..2047)
-- SPARE: PrimaryCCPCH-RSCP, Max = 91
-- Values above Max are spare
PrimaryCCPCH-RSCP ::= INTEGER (0..127)
Q-HCS ::= INTEGER (0..99)
Q-OffsetS-N ::= INTEGER (-50..50)
Q-QualMin ::= INTEGER (-24..0)
Q-QualMin-Offset ::= INTEGER (1..16)
-- Actual value Q-RxlevMin = (IE value * 2) + 1
Q-RxlevMin ::= INTEGER (-58..-13)
-- Actual value Q-RxlevMin-Offset = (IE value * 2)
Q-RxlevMin-Offset ::= INTEGER (1..8)
QualityEventResults ::= SEQUENCE (SIZE (1..maxTrCH)) OF
TransportChannelIdentity
QualityMeasuredResults ::= SEQUENCE {
blerMeasurementResultsList BLER-MeasurementResultsList OPTIONAL,
modeSpecificInfo CHOICE {
fdd NULL,
tdd SEQUENCE {
sir-MeasurementResults SIR-MeasurementList OPTIONAL
}
}
}
QualityMeasurement ::= SEQUENCE {
qualityReportingQuantity QualityReportingQuantity OPTIONAL,
reportCriteria QualityReportCriteria
}
QualityReportCriteria ::= CHOICE {
qualityReportingCriteria QualityReportingCriteria,
periodicalReportingCriteria PeriodicalReportingCriteria,
noReporting NULL
}
QualityReportingCriteria ::= SEQUENCE (SIZE (1..maxTrCH)) OF
QualityReportingCriteriaSingle
QualityReportingCriteriaSingle ::= SEQUENCE {
transportChannelIdentity TransportChannelIdentity,
totalCRC INTEGER (1..512),
badCRC INTEGER (1..512),
pendingAfterTrigger INTEGER (1..512)
}
QualityReportingQuantity ::= SEQUENCE {
dl-TransChBLER BOOLEAN,
bler-dl-TransChIdList BLER-TransChIdList OPTIONAL,
modeSpecificInfo CHOICE {
fdd NULL,
tdd SEQUENCE {
sir-TFCS-List SIR-TFCS-List OPTIONAL
}
}
}
RAT-Type ::= ENUMERATED {
gsm, is2000 }
ReferenceCellPosition ::= CHOICE {
ellipsoidPoint EllipsoidPoint,
ellipsoidPointWithAltitude EllipsoidPointAltitude
}
-- ReferenceLocation, as defined in 23.032
ReferenceLocation ::= SEQUENCE {
ellipsoidPointAltitudeEllipsoide EllipsoidPointAltitudeEllipsoide
}
ReferenceLocationGANSS ::= SEQUENCE {
ellipsoidPointAltitudeEllipsoide EllipsoidPointAltitudeEllipsoide
}
ReferenceTimeDifferenceToCell ::= CHOICE {
-- Actual value accuracy40 = IE value * 40
accuracy40 INTEGER (0..960),
-- Actual value accuracy256 = IE value * 256
accuracy256 INTEGER (0..150),
-- Actual value accuracy2560 = IE value * 2560
accuracy2560 INTEGER (0..15)
}
RemovedInterFreqCellList ::= CHOICE {
removeAllInterFreqCells NULL,
removeSomeInterFreqCells SEQUENCE (SIZE (1..maxCellMeas)) OF
InterFreqCellID,
removeNoInterFreqCells NULL
}
RemovedInterFreqCellList-r12 ::= CHOICE {
removeAllInterFreqCells NULL,
removeSomeInterFreqCells SEQUENCE (SIZE (1..maxCellMeas-ext)) OF
InterFreqCellID-r12,
removeNoInterFreqCells NULL
}
RemovedInterRATCellList ::= CHOICE {
removeAllInterRATCells NULL,
removeSomeInterRATCells SEQUENCE (SIZE (1..maxCellMeas)) OF
InterRATCellID,
removeNoInterRATCells NULL
}
RemovedIntraFreqCellList ::= CHOICE {
removeAllIntraFreqCells NULL,
removeSomeIntraFreqCells SEQUENCE (SIZE (1..maxCellMeas)) OF
IntraFreqCellID,
removeNoIntraFreqCells NULL
}
RemovedIntraFreqCellListOnSecULFreq ::= CHOICE {
removeAllIntraFreqCells NULL,
removeSomeIntraFreqCells SEQUENCE (SIZE (1..maxCellMeasOnSecULFreq)) OF
IntraFreqCellIDOnSecULFreq,
removeNoIntraFreqCells NULL
}
ReplacementActivationThreshold ::= ENUMERATED {
notApplicable, t1, t2,
t3, t4, t5, t6, t7 }
ReportDeactivationThreshold ::= ENUMERATED {
notApplicable, t1, t2,
t3, t4, t5, t6, t7 }
ReportingAmount ::= ENUMERATED {
ra1, ra2, ra4, ra8, ra16, ra32,
ra64, ra-Infinity }
ReportingCellStatus ::= CHOICE{
withinActiveSet MaxNumberOfReportingCellsType1,
withinMonitoredSetUsedFreq MaxNumberOfReportingCellsType1,
withinActiveAndOrMonitoredUsedFreq MaxNumberOfReportingCellsType1,
withinDetectedSetUsedFreq MaxNumberOfReportingCellsType1,
withinMonitoredAndOrDetectedUsedFreq
MaxNumberOfReportingCellsType1,
allActiveplusMonitoredSet MaxNumberOfReportingCellsType3,
allActivePlusDetectedSet MaxNumberOfReportingCellsType3,
allActivePlusMonitoredAndOrDetectedSet
MaxNumberOfReportingCellsType3,
withinVirtualActSet MaxNumberOfReportingCellsType1,
withinMonitoredSetNonUsedFreq MaxNumberOfReportingCellsType1,
withinMonitoredAndOrVirtualActiveSetNonUsedFreq
MaxNumberOfReportingCellsType1,
allVirtualActSetplusMonitoredSetNonUsedFreq
MaxNumberOfReportingCellsType3,
withinActSetOrVirtualActSet-InterRATcells
MaxNumberOfReportingCellsType2,
withinActSetAndOrMonitoredUsedFreqOrVirtualActSetAndOrMonitoredNonUsedFreq
MaxNumberOfReportingCellsType2
}
ReportingCellStatus-r10 ::= CHOICE{
withinActiveSet MaxNumberOfReportingCellsType1,
withinMonitoredSetUsedFreq MaxNumberOfReportingCellsType1,
withinActiveAndOrMonitoredUsedFreq MaxNumberOfReportingCellsType1,
withinDetectedSetUsedFreq MaxNumberOfReportingCellsType1,
withinMonitoredAndOrDetectedUsedFreq
MaxNumberOfReportingCellsType1,
allActiveplusMonitoredSet MaxNumberOfReportingCellsType3,
allActivePlusDetectedSet MaxNumberOfReportingCellsType3,
allActivePlusMonitoredAndOrDetectedSet
MaxNumberOfReportingCellsType3,
withinVirtualActSet MaxNumberOfReportingCellsType1,
withinMonitoredSetNonUsedFreq MaxNumberOfReportingCellsType1,
withinMonitoredAndOrVirtualActiveSetNonUsedFreq
MaxNumberOfReportingCellsType1,
allVirtualActSetplusMonitoredSetNonUsedFreq
MaxNumberOfReportingCellsType3,
withinActSetOrVirtualActSet-InterRATcells
MaxNumberOfReportingCellsType2,
withinActSetAndOrMonitoredUsedFreqOrVirtualActSetAndOrMonitoredNonUsedFreq
MaxNumberOfReportingCellsType2,
allVirtualActSetplusMonitoredSetplusDetectedSetNonUsedFreq
MaxNumberOfReportingCellsType3
}
ReportingCellStatusOpt ::= SEQUENCE {
reportingCellStatus ReportingCellStatus OPTIONAL
}
ReportingCellStatusOpt-r10 ::= SEQUENCE {
reportingCellStatus ReportingCellStatus-r10 OPTIONAL
}
ReportingInfoForCellDCH ::= SEQUENCE {
intraFreqReportingQuantity IntraFreqReportingQuantity,
measurementReportingMode MeasurementReportingMode,
reportCriteria CellDCH-ReportCriteria
}
ReportingInfoForCellDCH-LCR-r4 ::= SEQUENCE {
intraFreqReportingQuantity IntraFreqReportingQuantity,
measurementReportingMode MeasurementReportingMode,
reportCriteria CellDCH-ReportCriteria-LCR-r4
}
ReportingInterval ::= ENUMERATED {
noPeriodicalreporting, ri0-25,
ri0-5, ri1, ri2, ri4, ri8, ri16 }
ReportingIntervalLong ::= ENUMERATED {
ril0, ril0-25, ril0-5, ril1,
ril2, ril3, ril4, ril6, ril8,
ril12, ril16, ril20, ril24,
ril28, ril32, ril64 }
-- When the value "ril0" is used, the UE behaviour is not
-- defined.
-- Actual value ReportingRange = IE value * 0.5
ReportingRange ::= INTEGER (0..29)
ReqDataBitAssistance ::= SEQUENCE {
ganssSignalID DGANSS-Sig-Id-Req,
ganssDataBitInterval INTEGER(0..15),
ganssSatelliteInfo SEQUENCE (SIZE (1..maxGANSSSat)) OF INTEGER(0..63) OPTIONAL
}
RL-AdditionInfoList ::= SEQUENCE (SIZE (1..maxRL)) OF
PrimaryCPICH-Info
RL-InformationLists ::= SEQUENCE {
rl-AdditionInfoList RL-AdditionInfoList OPTIONAL,
rL-RemovalInformationList RL-RemovalInformationList OPTIONAL
}
RLC-BuffersPayload ::= ENUMERATED {
pl0, pl4, pl8, pl16, pl32,
pl64, pl128, pl256, pl512, pl1024,
pl2k, pl4k, pl8k, pl16k, pl32k,
pl64k, pl128k, pl256k, pl512k, pl1024k,
spare12, spare11, spare10, spare9, spare8,
spare7, spare6, spare5, spare4, spare3,
spare2, spare1 }
RMP-Frequency-List ::= SEQUENCE (SIZE (1..maxRMPfrequencies)) OF
BOOLEAN
-- Actual value RRC = IE value * 0.032
RRC ::= INTEGER (-127..127)
RSCPforANR ::= SEQUENCE {
rSCP INTEGER (-120..-25) OPTIONAL
}
RsrqType ::= SEQUENCE{
allSymbols BOOLEAN,
wideBand BOOLEAN
}
SatData ::= SEQUENCE{
satID SatID,
iode IODE
}
SatDataList ::= SEQUENCE (SIZE (0..maxSat)) OF
SatData
SatellitesListRelatedData ::= SEQUENCE {
satId INTEGER (0..63),
iod INTEGER (0..1023)
}
SatellitesListRelatedDataList ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF
SatellitesListRelatedData
SatelliteStatus ::= ENUMERATED {
ns-NN-U,
es-SN,
es-NN-U,
rev2,
rev }
Satellite-clock-model ::= SEQUENCE {
t-oc BIT STRING (SIZE (14)),
af2 BIT STRING (SIZE (6)),
af1 BIT STRING (SIZE (21)),
af0 BIT STRING (SIZE (31)),
tgd BIT STRING (SIZE (10)) OPTIONAL,
sisa BIT STRING (SIZE (8)),
model-id INTEGER (0..1) OPTIONAL
}
Satellite-clock-modelList ::= SEQUENCE (SIZE (1..maxSatClockModels)) OF Satellite-clock-model
-- Identifies the satellite and is equal to (SV ID No - 1) where SV ID No is defined in [12].
SatID ::= INTEGER (0..63)
SBASclockModel ::= SEQUENCE {
sbasTo BIT STRING (SIZE (13)),
sbasAgfo BIT STRING (SIZE (12)),
sbasAgf1 BIT STRING (SIZE (8))
}
S-DPCCH-Information ::= SEQUENCE {
s-DPCCH-DPCCH-PowerOffset S-DPCCH-DPCCH-PowerOffset
}
S-DPCCH-DPCCH-PowerOffset ::= INTEGER (0..6)
SFN-Offset-Validity ::= ENUMERATED { false }
SFN-SFN-Drift ::= ENUMERATED {
sfnsfndrift0, sfnsfndrift1, sfnsfndrift2,
sfnsfndrift3, sfnsfndrift4, sfnsfndrift5,
sfnsfndrift8, sfnsfndrift10, sfnsfndrift15,
sfnsfndrift25, sfnsfndrift35, sfnsfndrift50,
sfnsfndrift65, sfnsfndrift80, sfnsfndrift100,
sfnsfndrift-1, sfnsfndrift-2, sfnsfndrift-3,
sfnsfndrift-4, sfnsfndrift-5, sfnsfndrift-8,
sfnsfndrift-10, sfnsfndrift-15, sfnsfndrift-25,
sfnsfndrift-35, sfnsfndrift-50, sfnsfndrift-65,
sfnsfndrift-80, sfnsfndrift-100}
SFN-SFN-ObsTimeDifference ::= CHOICE {
type1 SFN-SFN-ObsTimeDifference1,
type2 SFN-SFN-ObsTimeDifference2
}
-- SPARE: SFN-SFN-ObsTimeDifference1, Max = 9830399
-- For 1.28Mcps TDD, Max value of SFN-SFN-ObsTimeDifference1 is 3276799.
-- Values above Max are spare
SFN-SFN-ObsTimeDifference1 ::= INTEGER (0..16777215)
-- SPARE: SFN-SFN-ObsTimeDifference2, Max = 40961
-- For 1.28Mcps TDD, Max value of SFN-SFN-ObsTimeDifference2 is 27649.
-- Values above Max are spare
SFN-SFN-ObsTimeDifference2 ::= INTEGER (0..65535)
SFN-SFN-OTD-Type ::= ENUMERATED {
noReport,
type1,
type2 }
SFN-SFN-RelTimeDifference1 ::= SEQUENCE {
sfn-Offset INTEGER (0 .. 4095),
sfn-sfn-Reltimedifference INTEGER (0.. 38399)
}
SFN-TOW-Uncertainty ::= ENUMERATED {
lessThan10,
moreThan10 }
SIR ::= INTEGER (0..63)
SIR-MeasurementList ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
SIR-MeasurementResults
SIR-MeasurementResults ::= SEQUENCE {
tfcs-ID TFCS-IdentityPlain,
sir-TimeslotList SIR-TimeslotList
}
SIR-TFCS ::= TFCS-IdentityPlain
SIR-TFCS-List ::= SEQUENCE (SIZE (1..maxCCTrCH)) OF
SIR-TFCS
SIR-TimeslotList ::= SEQUENCE (SIZE (1..maxTS)) OF
SIR
-- SubFrame1Reserved, reserved bits in subframe 1 of the GPS navigation message
SubFrame1Reserved ::= SEQUENCE {
reserved1 BIT STRING (SIZE (23)),
reserved2 BIT STRING (SIZE (24)),
reserved3 BIT STRING (SIZE (24)),
reserved4 BIT STRING (SIZE (16))
}
T-ADVinfo ::= SEQUENCE {
t-ADV INTEGER(0..2047),
sfn INTEGER(0..4095)
}
T-ADVinfo-ext ::= SEQUENCE {
t-ADV INTEGER (0..8191),
sfn INTEGER (0..4095)
}
T-CRMax ::= CHOICE {
notUsed NULL,
t30 N-CR-T-CRMaxHyst,
t60 N-CR-T-CRMaxHyst,
t120 N-CR-T-CRMaxHyst,
t180 N-CR-T-CRMaxHyst,
t240 N-CR-T-CRMaxHyst
}
T-CRMaxHyst ::= ENUMERATED {
notUsed, t10, t20, t30,
t40, t50, t60, t70 }
TCE-Id ::= SEQUENCE {
tce-Id OCTET STRING (SIZE (1))
}
TemporaryOffset1 ::= ENUMERATED {
to3, to6, to9, to12, to15,
to18, to21, infinite }
TemporaryOffset2 ::= ENUMERATED {
to2, to3, to4, to6, to8,
to10, to12, infinite }
TemporaryOffsetList ::= SEQUENCE {
temporaryOffset1 TemporaryOffset1,
temporaryOffset2 TemporaryOffset2
}
Threshold ::= INTEGER (-115..0)
Threshold-r12 ::= INTEGER (-115..6)
Threshold-r6 ::= INTEGER (-120..0)
-- The order of the list corresponds to the order of frequency defined in Inter-FreqEventCriteria
ThreholdNonUsedFrequency-deltaList ::= SEQUENCE (SIZE (1..maxFreq)) OF
DeltaRSCPPerCell
ThresholdPositionChange ::= ENUMERATED {
pc10, pc20, pc30, pc40, pc50,
pc100, pc200, pc300, pc500,
pc1000, pc2000, pc5000, pc10000,
pc20000, pc50000, pc100000 }
ThresholdSFN-GANSS-TOW ::= ENUMERATED {
us1, us2, us3, us5, us10,
us20, us50, us100 }
ThresholdSFN-GPS-TOW ::= ENUMERATED {
ms1, ms2, ms3, ms5, ms10,
ms20, ms50, ms100 }
ThresholdSFN-GPS-TOW-us ::= ENUMERATED {
us1, us2, us3, us5, us10,
us20, us50, us100 }
ThresholdSFN-SFN-Change ::= ENUMERATED {
c0-25, c0-5, c1, c2, c3, c4, c5,
c10, c20, c50, c100, c200, c500,
c1000, c2000, c5000 }
ThresholdUsedFrequency ::= INTEGER (-115..165)
ThresholdUsedFrequency-r6 ::= INTEGER (-120..165)
-- Actual value TimeInterval = IE value * 20.
TimeInterval ::= INTEGER (1..13)
TimeslotInfo ::= SEQUENCE {
timeslotNumber TimeslotNumber,
burstType BurstType
}
TimeslotInfo-LCR-r4 ::= SEQUENCE {
timeslotNumber TimeslotNumber-LCR-r4
}
TimeslotInfoList ::= SEQUENCE (SIZE (1..maxTS)) OF
TimeslotInfo
TimeslotInfoList-LCR-r4 ::= SEQUENCE (SIZE (1..maxTS-LCR)) OF
TimeslotInfo-LCR-r4
TimeslotInfoList-r4 ::= CHOICE {
-- the choice for 7.68 Mcps TDD is the same as for 3.84 Mcps TDD --
tdd384 SEQUENCE (SIZE (1..maxTS)) OF
TimeslotInfo,
tdd128 SEQUENCE (SIZE (1..maxTS-LCR)) OF
TimeslotInfo-LCR-r4
}
-- SPARE: TimeslotISCP, Max = 91
-- Values above Max are spare
TimeslotISCP ::= INTEGER (0..127)
-- TimeslotISCP-List shall not include more than 6 elements in 1.28Mcps TDD mode.
TimeslotISCP-List ::= SEQUENCE (SIZE (1..maxTS)) OF
TimeslotISCP
TimeslotListWithISCP ::= SEQUENCE (SIZE (1..maxTS)) OF
TimeslotWithISCP
TimeslotWithISCP ::= SEQUENCE {
timeslot TimeslotNumber,
timeslotISCP TimeslotISCP
}
TimeToTrigger ::= ENUMERATED {
ttt0, ttt10, ttt20, ttt40, ttt60,
ttt80, ttt100, ttt120, ttt160,
ttt200, ttt240, tt320, ttt640,
ttt1280, ttt2560, ttt5000 }
TraceReference ::= SEQUENCE {
plmn-Identity PLMN-Identity,
traceId OCTET STRING (SIZE (3))
}
TraceRecordingSession ::= SEQUENCE {
traceRecordingSession OCTET STRING (SIZE (2))
}
TrafficVolumeEventParam ::= SEQUENCE {
eventID TrafficVolumeEventType,
reportingThreshold TrafficVolumeThreshold,
timeToTrigger TimeToTrigger OPTIONAL,
pendingTimeAfterTrigger PendingTimeAfterTrigger OPTIONAL,
tx-InterruptionAfterTrigger TX-InterruptionAfterTrigger OPTIONAL
}
TrafficVolumeEventResults ::= SEQUENCE {
ul-transportChannelCausingEvent UL-TrCH-Identity,
trafficVolumeEventIdentity TrafficVolumeEventType
}
TrafficVolumeEventType ::= ENUMERATED {
e4a,
e4b }
TrafficVolumeMeasQuantity ::= CHOICE {
rlc-BufferPayload NULL,
averageRLC-BufferPayload TimeInterval,
varianceOfRLC-BufferPayload TimeInterval
}
TrafficVolumeMeasSysInfo ::= SEQUENCE {
trafficVolumeMeasurementID MeasurementIdentity DEFAULT 4,
trafficVolumeMeasurementObjectList TrafficVolumeMeasurementObjectList OPTIONAL,
trafficVolumeMeasQuantity TrafficVolumeMeasQuantity OPTIONAL,
trafficVolumeReportingQuantity TrafficVolumeReportingQuantity OPTIONAL,
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy TrafficVolumeReportingCriteria OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
measurementReportingMode MeasurementReportingMode,
reportCriteriaSysInf TrafficVolumeReportCriteriaSysInfo
}
TrafficVolumeMeasuredResults ::= SEQUENCE {
rb-Identity RB-Identity,
rlc-BuffersPayload RLC-BuffersPayload OPTIONAL,
averageRLC-BufferPayload AverageRLC-BufferPayload OPTIONAL,
varianceOfRLC-BufferPayload VarianceOfRLC-BufferPayload OPTIONAL
}
TrafficVolumeMeasuredResultsList ::= SEQUENCE (SIZE (1..maxRB)) OF
TrafficVolumeMeasuredResults
TrafficVolumeMeasurement ::= SEQUENCE {
trafficVolumeMeasurementObjectList TrafficVolumeMeasurementObjectList OPTIONAL,
trafficVolumeMeasQuantity TrafficVolumeMeasQuantity OPTIONAL,
trafficVolumeReportingQuantity TrafficVolumeReportingQuantity OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria TrafficVolumeReportCriteria
}
TrafficVolumeMeasurementObjectList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
UL-TrCH-Identity
TrafficVolumeReportCriteria ::= CHOICE {
trafficVolumeReportingCriteria TrafficVolumeReportingCriteria,
periodicalReportingCriteria PeriodicalReportingCriteria,
noReporting NULL
}
TrafficVolumeReportCriteriaSysInfo ::= CHOICE {
trafficVolumeReportingCriteria TrafficVolumeReportingCriteria,
periodicalReportingCriteria PeriodicalReportingCriteria
}
TrafficVolumeReportingCriteria ::= SEQUENCE {
-- NOTE: transChCriteriaList should be mandatory in later versions of this message
transChCriteriaList TransChCriteriaList OPTIONAL
}
TrafficVolumeReportingQuantity ::= SEQUENCE {
rlc-RB-BufferPayload BOOLEAN,
rlc-RB-BufferPayloadAverage BOOLEAN,
rlc-RB-BufferPayloadVariance BOOLEAN
}
TrafficVolumeThreshold ::= ENUMERATED {
th8, th16, th32, th64, th128,
th256, th512, th1024, th2k, th3k,
th4k, th6k, th8k, th12k, th16k,
th24k, th32k, th48k, th64k, th96k,
th128k, th192k, th256k, th384k,
th512k, th768k }
TransChCriteria ::= SEQUENCE {
ul-transportChannelID UL-TrCH-Identity OPTIONAL,
eventSpecificParameters SEQUENCE (SIZE (1..maxMeasParEvent)) OF
TrafficVolumeEventParam OPTIONAL
}
TransChCriteriaList ::= SEQUENCE (SIZE (1..maxTrCH)) OF
TransChCriteria
TransferMode ::= ENUMERATED {
acknowledgedModeRLC,
unacknowledgedModeRLC }
TransmittedPowerThreshold ::= INTEGER (-50..33)
TriggeringCondition1 ::= ENUMERATED {
activeSetCellsOnly,
monitoredSetCellsOnly,
activeSetAndMonitoredSetCells }
TriggeringCondition2 ::= ENUMERATED {
activeSetCellsOnly,
monitoredSetCellsOnly,
activeSetAndMonitoredSetCells,
detectedSetCellsOnly,
detectedSetAndMonitoredSetCells }
Tutran-Ganss-DriftRate ::= ENUMERATED {
ugdr0, ugdr1, ugdr2, ugdr5, ugdr10, ugdr15 , ugdr25,
ugdr50, ugdr-1, ugdr-2, ugdr-5, ugdr-10, ugdr-15,
ugdr-25, ugdr-50, spare }
TX-InterruptionAfterTrigger ::= ENUMERATED {
txiat0-25, txiat0-5, txiat1,
txiat2, txiat4, txiat8, txiat16 }
UDRE ::= ENUMERATED {
lessThan1,
between1-and-4,
between4-and-8,
over8 }
UDREGrowthRate ::= ENUMERATED {
growth-1-5,
growth-2,
growth-4,
growth-6,
growth-8,
growth-10,
growth-12,
growth-16 }
UDREValidityTime ::= ENUMERATED {
val-20sec,
val-40sec,
val-80sec,
val-160sec,
val-320sec,
val-640sec,
val-1280sec,
val-2560sec }
UE-6AB-Event ::= SEQUENCE {
timeToTrigger TimeToTrigger,
transmittedPowerThreshold TransmittedPowerThreshold
}
UE-6FG-Event ::= SEQUENCE {
timeToTrigger TimeToTrigger,
-- in 1.28 Mcps TDD ue-RX-TX-TimeDifferenceThreshold corresponds to TADV Threshold
ue-RX-TX-TimeDifferenceThreshold UE-RX-TX-TimeDifferenceThreshold
}
UE-6HI-Event ::= SEQUENCE {
timeToTrigger TimeToTrigger,
hysteresis Hysteresis,
ue-powerheadroomthreshold UE-PowerHeadroomThreshold,
filtercoefficient FilterCoefficient,
pendingtimeaftertrigger PendingTimeAfterTrigger OPTIONAL
}
-- dummy and dummy2 are not used in this version of the specification, they should
-- not be sent and if received the UE behaviour is not specified.
UE-AutonomousUpdateMode ::= CHOICE {
dummy NULL,
onWithNoReporting NULL,
dummy2 RL-InformationLists
}
UE-InternalEventParam ::= CHOICE {
event6a UE-6AB-Event,
event6b UE-6AB-Event,
event6c TimeToTrigger,
event6d TimeToTrigger,
event6e TimeToTrigger,
event6f UE-6FG-Event,
event6g UE-6FG-Event
}
UE-InternalEventParam-r14::= CHOICE {
event6a UE-6AB-Event,
event6b UE-6AB-Event,
event6c TimeToTrigger,
event6d TimeToTrigger,
event6e TimeToTrigger,
event6f UE-6FG-Event,
event6g UE-6FG-Event,
event6h UE-6HI-Event,
event6i UE-6HI-Event,
spare7 NULL,
spare6 NULL,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
UE-InternalEventParamList ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
UE-InternalEventParam
UE-InternalEventParamList-r14 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
UE-InternalEventParam-r14
UE-InternalEventResults ::= CHOICE {
event6a NULL,
event6b NULL,
event6c NULL,
event6d NULL,
event6e NULL,
event6f PrimaryCPICH-Info,
event6g PrimaryCPICH-Info,
ue-InternalEventResults-v30ext UE-InternalEventResults-v30ext-IEs
}
UE-InternalEventResults-v30ext-IEs ::= CHOICE {
event6h NULL,
event6i NULL,
spare6 NULL,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
UE-InternalMeasQuantity ::= SEQUENCE {
measurementQuantity UE-MeasurementQuantity,
filterCoefficient FilterCoefficient DEFAULT fc0
}
UE-InternalMeasQuantity-r14 ::= SEQUENCE {
measurementQuantity UE-MeasurementQuantity-r14,
filterCoefficient FilterCoefficient DEFAULT fc0
}
UE-InternalMeasuredResults ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ue-TransmittedPowerFDD UE-TransmittedPower OPTIONAL,
ue-RX-TX-ReportEntryList UE-RX-TX-ReportEntryList OPTIONAL
},
tdd SEQUENCE {
ue-TransmittedPowerTDD-List UE-TransmittedPowerTDD-List OPTIONAL,
appliedTA UL-TimingAdvance OPTIONAL
}
}
}
UE-InternalMeasuredResults-ve30ext ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ue-powerheadroom UE-PowerHeadroom OPTIONAL
},
tdd NULL
}
}
UE-InternalMeasuredResults-LCR-r4 ::= SEQUENCE {
ue-TransmittedPowerTDD-List UE-TransmittedPowerTDD-List OPTIONAL,
-- If TA value is not greater than 2047, then use this IE to report.
t-ADVinfo T-ADVinfo OPTIONAL
}
UE-InternalMeasuredResults-v770ext ::= SEQUENCE {
modeSpecificInfo CHOICE {
tdd384-768 SEQUENCE {
appliedTA EXT-UL-TimingAdvance OPTIONAL
},
tdd128 SEQUENCE {
-- If TA value is greater than 2047, then use this IE to report
t-ADVinfo T-ADVinfo-ext OPTIONAL
}
}
}
UE-InternalMeasurement ::= SEQUENCE {
ue-InternalMeasQuantity UE-InternalMeasQuantity OPTIONAL,
ue-InternalReportingQuantity UE-InternalReportingQuantity OPTIONAL,
reportCriteria UE-InternalReportCriteria
}
UE-InternalMeasurement-r4 ::= SEQUENCE {
ue-InternalMeasQuantity UE-InternalMeasQuantity OPTIONAL,
ue-InternalReportingQuantity UE-InternalReportingQuantity-r4 OPTIONAL,
reportCriteria UE-InternalReportCriteria
}
UE-InternalMeasurement-r14 ::= SEQUENCE {
ue-InternalMeasQuantity UE-InternalMeasQuantity-r14 OPTIONAL,
ue-InternalReportingQuantity UE-InternalReportingQuantity-r14 OPTIONAL,
reportCriteria UE-InternalReportCriteria-r14
}
UE-InternalMeasurementSysInfo ::= SEQUENCE {
ue-InternalMeasurementID MeasurementIdentity DEFAULT 5,
ue-InternalMeasQuantity UE-InternalMeasQuantity
}
UE-InternalReportCriteria ::= CHOICE {
ue-InternalReportingCriteria UE-InternalReportingCriteria,
periodicalReportingCriteria PeriodicalReportingCriteria,
noReporting NULL
}
UE-InternalReportCriteria-r14 ::= CHOICE {
ue-InternalReportingCriteria UE-InternalReportingCriteria-r14,
periodicalReportingCriteria PeriodicalReportingCriteria,
noReporting NULL
}
UE-InternalReportingCriteria ::= SEQUENCE {
ue-InternalEventParamList UE-InternalEventParamList OPTIONAL
}
UE-InternalReportingCriteria-r14 ::= SEQUENCE {
ue-InternalEventParamList UE-InternalEventParamList-r14 OPTIONAL
}
UE-InternalReportingQuantity ::= SEQUENCE {
ue-TransmittedPower BOOLEAN,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ue-RX-TX-TimeDifference BOOLEAN
},
tdd SEQUENCE {
appliedTA BOOLEAN
}
}
}
UE-InternalReportingQuantity-r4 ::= SEQUENCE {
ue-TransmittedPower BOOLEAN,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ue-RX-TX-TimeDifference BOOLEAN
},
tdd SEQUENCE {
tddOption CHOICE {
-- appliedTA applies to both 3.84 Mcps TDD and to 7.68 Mcps TDD.
-- Therefore, no additional choice of TDD mode is necessary
tdd384 SEQUENCE {
appliedTA BOOLEAN
},
tdd128 SEQUENCE {
t-ADVinfo BOOLEAN
}
}
}
}
}
UE-InternalReportingQuantity-r14 ::= SEQUENCE {
ue-TransmittedPower BOOLEAN,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ue-RX-TX-TimeDifference BOOLEAN,
ue-powerheadroom BOOLEAN
},
tdd SEQUENCE {
tddOption CHOICE {
-- appliedTA applies to both 3.84 Mcps TDD and to 7.68 Mcps TDD.
-- Therefore, no additional choice of TDD mode is necessary
tdd384 SEQUENCE {
appliedTA BOOLEAN
},
tdd128 SEQUENCE {
t-ADVinfo BOOLEAN
}
}
}
}
}
-- TABULAR: UE-MeasurementQuantity, for 3.84 Mcps TDD only the first two values
-- ue-TransmittedPower and utra-Carrier-RSSI are used.
-- For 1.28 Mcps TDD ue-RX-TX-TimeDifference corresponds to T-ADV in the tabular
UE-MeasurementQuantity ::= ENUMERATED {
ue-TransmittedPower,
utra-Carrier-RSSI,
ue-RX-TX-TimeDifference }
UE-MeasurementQuantity-r14 ::= ENUMERATED {
ue-TransmittedPower,
utra-Carrier-RSSI,
ue-RX-TX-TimeDifference,
ue-powerheadroom }
UE-PowerHeadroom ::= INTEGER (0..31)
UE-PowerHeadroomThreshold ::= INTEGER (-50..33)
UE-RX-TX-ReportEntry ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
ue-RX-TX-TimeDifferenceType1 UE-RX-TX-TimeDifferenceType1
}
UE-RX-TX-ReportEntryList ::= SEQUENCE (SIZE (1..maxRL)) OF
UE-RX-TX-ReportEntry
-- SPARE: UE-RX-TX-TimeDifferenceType1, Max = 1280
-- Values above Max are spare
UE-RX-TX-TimeDifferenceType1 ::= INTEGER (768..1791)
UE-RX-TX-TimeDifferenceType2 ::= INTEGER (0..8191)
UE-RX-TX-TimeDifferenceType2Info ::= SEQUENCE {
ue-RX-TX-TimeDifferenceType2 UE-RX-TX-TimeDifferenceType2,
neighbourQuality NeighbourQuality
}
-- In 1.28 Mcps TDD, actual value for
-- T-ADV Threshold = (UE-RX-TX-TimeDifferenceThreshold - 768) * 0.125
UE-RX-TX-TimeDifferenceThreshold ::= INTEGER (768..1280)
UE-TransmittedPower ::= INTEGER (0..104)
UE-TransmittedPowerTDD-List ::= SEQUENCE (SIZE (1..maxTS)) OF
UE-TransmittedPower
UL-TrCH-Identity ::= CHOICE{
dch TransportChannelIdentity,
-- Note: the reference to CPCH in the element name below is incorrect. The name is not changed
-- to keep it aligned with R99.
rachorcpch NULL,
usch TransportChannelIdentity
}
UE-Positioning-Accuracy ::= BIT STRING (SIZE (7))
UE-Positioning-DBDSCorrections ::= SEQUENCE {
bds-RefTime INTEGER (0..119),
bds-DBDS-InfoList DBDS-InfoList
}
UE-Positioning-CipherParameters ::= SEQUENCE {
cipheringKeyFlag BIT STRING (SIZE (1)),
cipheringSerialNumber INTEGER (0..65535)
}
UE-Positioning-DGANSSCorrections ::= SEQUENCE {
dganssreferencetime INTEGER (0..119), -- scale factor 30s
dganssInfoList DGANSSInfoList
}
UE-Positioning-DGANSSCorrections-r9 ::= SEQUENCE {
dganssreferencetime INTEGER (0..119), -- scale factor 30s
dganssInfoList DGANSSInfoList-r9
}
UE-Positioning-DGANSSCorrections-v920ext ::= SEQUENCE {
dganssInfoList DGANSSInfoList-v920ext
}
UE-Positioning-Error ::= SEQUENCE {
errorReason UE-Positioning-ErrorCause,
ue-positioning-GPS-additionalAssistanceDataRequest
UE-Positioning-GPS-AdditionalAssistanceDataRequest OPTIONAL
}
UE-Positioning-Error-r7 ::= SEQUENCE {
errorReason UE-Positioning-ErrorCause-r7,
ue-positioning-GPS-additionalAssistanceDataRequest
UE-Positioning-GPS-AdditionalAssistanceDataRequest OPTIONAL,
ue-positioning-GANSS-additionalAssistanceDataRequest
UE-Positioning-GANSS-AdditionalAssistanceDataRequest OPTIONAL
}
UE-Positioning-Error-v860ext ::= SEQUENCE {
ue-positioning-GANSS-additionalAssistanceDataRequest
UE-Positioning-GANSS-AdditionalAssistanceDataRequest-v860ext OPTIONAL
}
UE-Positioning-Error-vc50ext ::= SEQUENCE {
ue-positioning-GANSS-additionalAssistanceDataRequest
UE-Positioning-GANSS-AdditionalAssistanceDataRequest-vc50ext OPTIONAL
}
UE-Positioning-ErrorCause ::= ENUMERATED {
notEnoughOTDOA-Cells,
notEnoughGPS-Satellites,
assistanceDataMissing,
notAccomplishedGPS-TimingOfCellFrames,
undefinedError,
requestDeniedByUser,
notProcessedAndTimeout,
referenceCellNotServingCell }
UE-Positioning-ErrorCause-r7 ::= ENUMERATED {
notEnoughOTDOA-Cells,
notEnoughGPS-Satellites,
assistanceDataMissing,
notAccomplishedGPS-TimingOfCellFrames,
undefinedError,
requestDeniedByUser,
notProcessedAndTimeout,
referenceCellNotServingCell,
notEnoughGANSS-Satellites,
notAccomplishedGANSS-TimingOfCellFrames,
spare6, spare5, spare4, spare3, spare2, spare1 }
UE-Positioning-EventParam ::= SEQUENCE {
reportingAmount ReportingAmount,
reportFirstFix BOOLEAN,
measurementInterval UE-Positioning-MeasurementInterval,
eventSpecificInfo UE-Positioning-EventSpecificInfo
}
UE-Positioning-EventParam-r7 ::= SEQUENCE {
reportingAmount ReportingAmount,
reportFirstFix BOOLEAN,
measurementInterval UE-Positioning-MeasurementInterval,
eventSpecificInfo UE-Positioning-EventSpecificInfo-r7
}
UE-Positioning-EventParamList ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
UE-Positioning-EventParam
UE-Positioning-EventParamList-r7 ::= SEQUENCE (SIZE (1..maxMeasEvent)) OF
UE-Positioning-EventParam-r7
UE-Positioning-EventSpecificInfo ::= CHOICE {
e7a ThresholdPositionChange,
e7b ThresholdSFN-SFN-Change,
e7c ThresholdSFN-GPS-TOW
}
UE-Positioning-EventSpecificInfo-r7 ::= CHOICE {
e7a ThresholdPositionChange,
e7b ThresholdSFN-SFN-Change,
e7c ThresholdSFN-GPS-TOW-us,
e7d ThresholdSFN-GANSS-TOW
}
-- This IE, if included, shall contain exactly one of the optional elements
UE-Positioning-GANSS-AddUTCModels ::= SEQUENCE {
utcModel1 UTCmodelSet1 OPTIONAL,
utcModel2 UTCmodelSet2 OPTIONAL,
utcModel3 UTCmodelSet3 OPTIONAL
}
-- This IE, if included, shall contain exactly one of the optional elements
UE-Positioning-GANSS-AddUTCModels-r12 ::= SEQUENCE {
utcModel1 UTCmodelSet1 OPTIONAL,
utcModel2 UTCmodelSet2 OPTIONAL,
utcModel3 UTCmodelSet3 OPTIONAL,
utcModel4 UTCmodelSet4 OPTIONAL
}
UE-Positioning-GANSS-AddUTCModels-vc50ext ::= SEQUENCE {
utcModel4 UTCmodelSet4 OPTIONAL
}
UE-Positioning-GANSS-Almanac ::= SEQUENCE{
ganss-wk-number INTEGER (0..255),
alm-keplerianParameters ALM-keplerianParameters OPTIONAL
}
-- This IE, if included, shall contain exactly one of the optional elements
UE-Positioning-GANSS-Almanac-v860ext ::= SEQUENCE {
alm-keplerianNAVAlmanac ALM-NAVKeplerianSet OPTIONAL,
alm-keplerianReducedAlmanac ALM-ReducedKeplerianSet OPTIONAL,
alm-keplerianMidiAlmanac ALM-MidiAlmanacSet OPTIONAL,
alm-keplerianGLONASS ALM-GlonassAlmanacSet OPTIONAL,
alm-ecefSBASAlmanac ALM-ECEFsbasAlmanacSet OPTIONAL
}
UE-Positioning-GANSS-Almanac-r8 ::= SEQUENCE{
ganss-wk-number INTEGER (0..255),
alm-keplerianParameters ALM-keplerianParameters OPTIONAL,
alm-keplerianNAVAlmanac ALM-NAVKeplerianSet OPTIONAL,
alm-keplerianReducedAlmanac ALM-ReducedKeplerianSet OPTIONAL,
alm-keplerianMidiAlmanac ALM-MidiAlmanacSet OPTIONAL,
alm-keplerianGLONASS ALM-GlonassAlmanacSet OPTIONAL,
alm-ecefSBASAlmanac ALM-ECEFsbasAlmanacSet OPTIONAL
}
UE-Positioning-GANSS-Almanac-va40ext ::= SEQUENCE {
complete-Almanac-Provided BOOLEAN OPTIONAL
}
UE-Positioning-GANSS-Almanac-r10 ::= SEQUENCE{
ganss-wk-number INTEGER (0..255),
complete-Almanac-Provided BOOLEAN OPTIONAL,
alm-keplerianParameters ALM-keplerianParameters OPTIONAL,
alm-keplerianNAVAlmanac ALM-NAVKeplerianSet OPTIONAL,
alm-keplerianReducedAlmanac ALM-ReducedKeplerianSet OPTIONAL,
alm-keplerianMidiAlmanac ALM-MidiAlmanacSet OPTIONAL,
alm-keplerianGLONASS ALM-GlonassAlmanacSet OPTIONAL,
alm-ecefSBASAlmanac ALM-ECEFsbasAlmanacSet OPTIONAL
}
UE-Positioning-GANSS-Almanac-r12 ::= SEQUENCE{
ganss-wk-number INTEGER (0..255),
complete-Almanac-Provided BOOLEAN OPTIONAL,
alm-keplerianParameters ALM-keplerianParameters OPTIONAL,
alm-keplerianNAVAlmanac ALM-NAVKeplerianSet OPTIONAL,
alm-keplerianReducedAlmanac ALM-ReducedKeplerianSet OPTIONAL,
alm-keplerianMidiAlmanac ALM-MidiAlmanacSet OPTIONAL,
alm-keplerianGLONASS ALM-GlonassAlmanacSet OPTIONAL,
alm-ecefSBASAlmanac ALM-ECEFsbasAlmanacSet OPTIONAL,
alm-keplerianBDSAlmanac ALM-BDSKeplerianSet OPTIONAL
}
UE-Positioning-GANSS-Almanac-vc50ext ::= SEQUENCE {
alm-keplerianBDSAlmanac ALM-BDSKeplerianSet OPTIONAL
}
UE-Positioning-GANSS-AdditionalAssistanceDataRequest ::= SEQUENCE {
ganssReferenceTime BOOLEAN,
ganssreferenceLocation BOOLEAN,
ganssIonosphericModel BOOLEAN,
ganssRequestedGenericAssistanceDataList GanssRequestedGenericAssistanceDataList
}
UE-Positioning-GANSS-AdditionalAssistanceDataRequest-v860ext ::= SEQUENCE {
ganssAddIonoModelReq BIT STRING (SIZE (2)) OPTIONAL,
ganssEOPreq ENUMERATED { true } OPTIONAL,
ganssRequestedGenericAssistanceDataList
GanssRequestedGenericAssistanceDataList-v860ext
}
UE-Positioning-GANSS-AdditionalAssistanceDataRequest-vc50ext ::= SEQUENCE {
ganssRequestedGenericAssistanceDataList
GanssRequestedGenericAssistanceDataList-vc50ext
}
UE-Positioning-GANSS-AddIonoModel ::= SEQUENCE {
dataID BIT STRING (SIZE (2)),
alpha-beta-parameters UE-Positioning-GPS-IonosphericModel
}
UE-Positioning-GANSS-AddNavigationModels ::= SEQUENCE {
non-broadcastIndication ENUMERATED { true } OPTIONAL,
ganssSatInfoNavList Ganss-Sat-Info-AddNavList
}
UE-Positioning-GANSS-AddNavigationModels-r12 ::= SEQUENCE {
non-broadcastIndication ENUMERATED { true } OPTIONAL,
ganssSatInfoNavList Ganss-Sat-Info-AddNavList-r12
}
UE-Positioning-GANSS-AddNavigationModels-vc50ext ::= SEQUENCE {
ganssSatInfoNavList Ganss-Sat-Info-AddNavList-vc50ext
}
UE-Positioning-GANSS-AssistanceData ::= SEQUENCE {
ue-positioning-GANSS-ReferenceTime UE-Positioning-GANSS-ReferenceTime OPTIONAL,
uePositioningGanssReferencePosition ReferenceLocationGANSS OPTIONAL,
uePositioningGanssIonosphericModel UE-Positioning-GANSS-IonosphericModel OPTIONAL,
ganssGenericDataList GANSSGenericDataList OPTIONAL
}
UE-Positioning-GANSS-AssistanceData-v860ext ::= SEQUENCE {
uePositioningGanssAddIonoModel UE-Positioning-GANSS-AddIonoModel OPTIONAL,
uePositioningGanssEarthOrientationPara UE-Positioning-GANSS-EarthOrientPara OPTIONAL,
ganssGenericDataList GANSSGenericDataList-v860ext OPTIONAL
}
UE-Positioning-GANSS-AssistanceData-r8 ::= SEQUENCE {
ue-positioning-GANSS-ReferenceTime UE-Positioning-GANSS-ReferenceTime OPTIONAL,
uePositioningGanssReferencePosition ReferenceLocationGANSS OPTIONAL,
uePositioningGanssIonosphericModel UE-Positioning-GANSS-IonosphericModel OPTIONAL,
uePositioningGanssAddIonoModel UE-Positioning-GANSS-AddIonoModel OPTIONAL,
uePositioningGanssEarthOrientationPara
UE-Positioning-GANSS-EarthOrientPara OPTIONAL,
ganssGenericDataList GANSSGenericDataList-r8 OPTIONAL
}
UE-Positioning-GANSS-AssistanceData-r9 ::= SEQUENCE {
ue-positioning-GANSS-ReferenceTime UE-Positioning-GANSS-ReferenceTime OPTIONAL,
uePositioningGanssReferencePosition ReferenceLocationGANSS OPTIONAL,
uePositioningGanssIonosphericModel UE-Positioning-GANSS-IonosphericModel OPTIONAL,
uePositioningGanssAddIonoModel UE-Positioning-GANSS-AddIonoModel OPTIONAL,
uePositioningGanssEarthOrientationPara
UE-Positioning-GANSS-EarthOrientPara OPTIONAL,
ganssGenericDataList GANSSGenericDataList-r9 OPTIONAL
}
UE-Positioning-GANSS-AssistanceData-v920ext ::= SEQUENCE {
ganssGenericDataList GANSSGenericDataList-v920ext OPTIONAL
}
UE-Positioning-GANSS-AssistanceData-va40ext ::= SEQUENCE {
ue-positioning-GANSS-ReferenceTime UE-Positioning-GANSS-ReferenceTime-va40ext OPTIONAL,
ganssGenericDataList GANSSGenericDataList-va40ext OPTIONAL
}
UE-Positioning-GANSS-AssistanceData-vc50ext ::= SEQUENCE {
ganssGenericDataList GANSSGenericDataList-vc50ext OPTIONAL
}
UE-Positioning-GANSS-AssistanceData-r10 ::= SEQUENCE {
ue-positioning-GANSS-ReferenceTime UE-Positioning-GANSS-ReferenceTime-r10 OPTIONAL,
uePositioningGanssReferencePosition ReferenceLocationGANSS OPTIONAL,
uePositioningGanssIonosphericModel UE-Positioning-GANSS-IonosphericModel OPTIONAL,
uePositioningGanssAddIonoModel UE-Positioning-GANSS-AddIonoModel OPTIONAL,
uePositioningGanssEarthOrientationPara
UE-Positioning-GANSS-EarthOrientPara OPTIONAL,
ganssGenericDataList GANSSGenericDataList-r10 OPTIONAL
}
UE-Positioning-GANSS-AssistanceData-r12 ::= SEQUENCE {
ue-positioning-GANSS-ReferenceTime UE-Positioning-GANSS-ReferenceTime-r10 OPTIONAL,
uePositioningGanssReferencePosition ReferenceLocationGANSS OPTIONAL,
uePositioningGanssIonosphericModel UE-Positioning-GANSS-IonosphericModel OPTIONAL,
uePositioningGanssAddIonoModel UE-Positioning-GANSS-AddIonoModel OPTIONAL,
uePositioningGanssEarthOrientationPara UE-Positioning-GANSS-EarthOrientPara OPTIONAL,
ganssGenericDataList GANSSGenericDataList-r12 OPTIONAL
}
UE-Positioning-GANSS-AuxiliaryInfo ::= CHOICE {
-- This choice may only be present if GANSS ID indicates Modernized GPS
ganssID1 AuxInfoGANSS-ID1,
-- This choice may only be present if GANSS ID indicates GLONASS
ganssID3 AuxInfoGANSS-ID3
}
UE-Positioning-GANSS-ClockModel ::= SEQUENCE {
satellite-clock-modelList Satellite-clock-modelList
}
-- This IE, if included, shall contain exactly one of the optional elements
UE-Positioning-GANSS-AddClockModels ::= SEQUENCE {
navClockModel NAVclockModel OPTIONAL,
cnavClockModel CNAVclockModel OPTIONAL,
glonassClockModel GLONASSclockModel OPTIONAL,
sbasClockModel SBASclockModel OPTIONAL
}
-- This IE, if included, shall contain exactly one of the optional elements
UE-Positioning-GANSS-AddClockModels-r12 ::= SEQUENCE {
navClockModel NAVclockModel OPTIONAL,
cnavClockModel CNAVclockModel OPTIONAL,
glonassClockModel GLONASSclockModel OPTIONAL,
sbasClockModel SBASclockModel OPTIONAL,
bdsClockModel BDSclockModel OPTIONAL
}
UE-Positioning-GANSS-AddClockModels-vc50ext ::= SEQUENCE {
bdsClockModel BDSclockModel OPTIONAL
}
-- This IE, if included, shall contain exactly one of the optional elements
UE-Positioning-GANSS-AddOrbitModels ::= SEQUENCE {
navKeplerianSet NavModel-NAVKeplerianSet OPTIONAL,
cnavKeplerianSet NavModel-CNAVKeplerianSet OPTIONAL,
glonassECEF NavModel-GLONASSecef OPTIONAL,
sbasECEF NavModel-SBASecef OPTIONAL
}
UE-Positioning-GANSS-AddOrbitModels-r12 ::= SEQUENCE {
navKeplerianSet NavModel-NAVKeplerianSet OPTIONAL,
cnavKeplerianSet NavModel-CNAVKeplerianSet OPTIONAL,
glonassECEF NavModel-GLONASSecef OPTIONAL,
sbasECEF NavModel-SBASecef OPTIONAL,
bdsKeplerianSet NavModel-BDSKeplerianSet OPTIONAL
}
UE-Positioning-GANSS-AddOrbitModels-vc50ext ::= SEQUENCE {
bdsKeplerianSet NavModel-BDSKeplerianSet OPTIONAL
}
UE-Positioning-GANSS-Data ::= SEQUENCE {
ganssDataCipheringInfo UE-Positioning-CipherParameters OPTIONAL,
ganssDecipheringKeys GANSSDecipheringKeys OPTIONAL,
uePositioningGanssReferenceTime UE-Positioning-GANSS-ReferenceTime OPTIONAL,
uePositioningGanssReferencePosition ReferenceLocationGANSS OPTIONAL,
uePositioningGanssIonosphericModel UE-Positioning-GANSS-IonosphericModel OPTIONAL,
ganssGenericDataList GANSSGenericDataList OPTIONAL
}
UE-Positioning-GANSS-Data-Bit-Assistance ::= SEQUENCE {
ganss-tod INTEGER (0..59),
dataBitAssistanceList DataBitAssistanceList
}
UE-Positioning-GANSS-EarthOrientPara ::= SEQUENCE {
teop BIT STRING (SIZE (16)),
pmX BIT STRING (SIZE (21)),
pmXdot BIT STRING (SIZE (15)),
pmY BIT STRING (SIZE (21)),
pmYdot BIT STRING (SIZE (15)),
deltaUT1 BIT STRING (SIZE (31)),
deltaUT1dot BIT STRING (SIZE (19))
}
UE-Positioning-GANSS-IonosphericModel ::= SEQUENCE {
alpha-zero-ionos BIT STRING (SIZE (11)),
alpha-one-ionos BIT STRING (SIZE (11)),
alpha-two-ionos BIT STRING (SIZE (14)),
gANSS-storm-flags GANSS-Storm-Flag OPTIONAL
}
UE-Positioning-BDS-IonoGridModel ::= SEQUENCE {
-- Actual value bds-RefTime = ((30..3600) / 30) - 1.
bds-RefTime INTEGER (0..119),
bds-IGPInfoList BDS-IGPInfoList
}
UE-Positioning-GANSS-MeasuredResults ::= SEQUENCE {
referenceTime CHOICE {
utran-GANSSReferenceTimeResult UTRAN-GANSSReferenceTime,
ganssReferenceTimeOnly GANSSReferenceTimeOnly
},
ganssGenericMeasurementInfo GANSSGenericMeasurementInfo
}
UE-Positioning-GANSS-MeasuredResults-v860ext ::= SEQUENCE {
ganssGenericMeasurementInfo GANSSGenericMeasurementInfo-v860ext
}
UE-Positioning-GANSS-NavigationModel ::= SEQUENCE {
non-broadcastIndication ENUMERATED { true } OPTIONAL,
ganssSatInfoNavList Ganss-Sat-Info-NavList
}
UE-Positioning-GANSS-OrbitModel ::= SEQUENCE {
keplerianParameters KeplerianParameters OPTIONAL
}
UE-Positioning-GANSS-RealTimeIntegrity ::= SEQUENCE (SIZE (1..maxGANSSSat)) OF SEQUENCE {
bad-ganss-satId INTEGER (0..63),
bad-ganss-signalId BIT STRING (SIZE (8)) OPTIONAL
}
UE-Positioning-GANSS-ReferenceMeasurementInfo ::= SEQUENCE {
ganssSignalId GANSS-Signal-Id OPTIONAL,
satelliteInformationList GANSSSatelliteInformationList
}
UE-Positioning-GANSS-ReferenceMeasurementInfo-va40ext ::= SEQUENCE {
satelliteInformationList GANSSSatelliteInformationList-va40ext
}
UE-Positioning-GANSS-ReferenceMeasurementInfo-r10 ::= SEQUENCE {
ganssSignalId GANSS-Signal-Id OPTIONAL,
satelliteInformationList GANSSSatelliteInformationList-r10
}
UE-Positioning-GANSS-ReferenceMeasurementInfo-vc50ext ::= SEQUENCE {
confidence INTEGER (0..100) OPTIONAL,
satelliteInformationList GANSSSatelliteInformationList-vc50ext
}
UE-Positioning-GANSS-ReferenceMeasurementInfo-r12 ::= SEQUENCE {
ganssSignalId GANSS-Signal-Id OPTIONAL,
confidence INTEGER (0..100) OPTIONAL,
satelliteInformationList GANSSSatelliteInformationList-r12
}
UE-Positioning-GANSS-ReferenceTime ::= SEQUENCE {
ganssDay INTEGER (0..8191) OPTIONAL,
ganssTod INTEGER (0..86399),
ganssTodUncertainty INTEGER (0..127) OPTIONAL,
ganssTimeId INTEGER (0..7) OPTIONAL,
utran-ganssreferenceTime SEQUENCE {
timingOfCellFrames INTEGER (0..3999999),
mode CHOICE {
fdd SEQUENCE {
primary-CPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE {
cellParameters CellParametersID
}
},
referenceSfn INTEGER (0..4095)
} OPTIONAL,
tutran-ganss-driftRate Tutran-Ganss-DriftRate OPTIONAL
}
UE-Positioning-GANSS-ReferenceTime-va40ext ::= SEQUENCE {
ganss-Day-Cycle-Number INTEGER (0..7) OPTIONAL
}
UE-Positioning-GANSS-ReferenceTime-r10 ::= SEQUENCE {
ganssDay INTEGER (0..8191) OPTIONAL,
ganss-Day-Cycle-Number INTEGER (0..7) OPTIONAL,
ganssTod INTEGER (0..86399),
ganssTodUncertainty INTEGER (0..127) OPTIONAL,
ganssTimeId INTEGER (0..7) OPTIONAL,
utran-ganssreferenceTime SEQUENCE {
timingOfCellFrames INTEGER (0..3999999),
mode CHOICE {
fdd SEQUENCE {
primary-CPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE {
cellParameters CellParametersID
}
},
referenceSfn INTEGER (0..4095)
} OPTIONAL,
tutran-ganss-driftRate Tutran-Ganss-DriftRate OPTIONAL
}
UE-Positioning-GANSS-SBAS-ID ::= ENUMERATED {
waas,
egnos,
msas,
gagan,
spare4,
spare3,
spare2,
spare1 }
UE-Positioning-GANSS-TimeModel ::= SEQUENCE {
ganss-timeModelreferenceTime INTEGER (0..37799), -- scale factor 16s
ganss-t-a0 INTEGER (-2147483648..2147483647), -- scale factor 2-35
-- 'ganss-t-al' scale factor 2-51
ganss-t-a1 INTEGER (-8388608..8388607) OPTIONAL,
-- 'ganss-t-a2' scale factor 2-68
ganss-t-a2 INTEGER (-64..63) OPTIONAL,
gnss-to-id ENUMERATED { gps, galileo, qzss,
glonass, spare4, spare3, spare2, spare1 },
ganss-wk-number INTEGER (0..8191) OPTIONAL
}
UE-Positioning-GANSS-TimeModel-va40ext ::= SEQUENCE {
deltaT INTEGER (-128..127) OPTIONAL
}
UE-Positioning-GANSS-TimeModel-r10 ::= SEQUENCE {
ganss-timeModelreferenceTime INTEGER (0..37799), -- scale factor 16s
ganss-t-a0 INTEGER (-2147483648..2147483647), -- scale factor 2-35
-- 'ganss-t-al' scale factor 2-51
ganss-t-a1 INTEGER (-8388608..8388607) OPTIONAL,
-- 'ganss-t-a2' scale factor 2-68
ganss-t-a2 INTEGER (-64..63) OPTIONAL,
gnss-to-id ENUMERATED { gps, galileo, qzss,
glonass, bds, spare3, spare2, spare1 },
ganss-wk-number INTEGER (0..8191) OPTIONAL,
deltaT INTEGER (-128..127) OPTIONAL
}
UE-Positioning-GANSS-TimeModels ::= SEQUENCE (SIZE (1..maxGANSS-1)) OF
UE-Positioning-GANSS-TimeModel
UE-Positioning-GANSS-TimeModels-va40ext ::= SEQUENCE (SIZE (1..maxGANSS-1)) OF
UE-Positioning-GANSS-TimeModel-va40ext
UE-Positioning-GANSS-UTCModel ::= SEQUENCE {
a-one-utc BIT STRING (SIZE (24)),
a-zero-utc BIT STRING (SIZE (32)),
t-ot-utc BIT STRING (SIZE (8)),
delta-t-ls-utc BIT STRING (SIZE (8)),
w-n-t-utc BIT STRING (SIZE (8)),
w-n-lsf-utc BIT STRING (SIZE (8)),
dn-utc BIT STRING (SIZE (8)),
delta-t-lsf-utc BIT STRING (SIZE (8))
}
UE-Positioning-GPS-AcquisitionAssistance ::= SEQUENCE {
gps-ReferenceTime GPS-TOW-1msec,
utran-GPSReferenceTime UTRAN-GPSReferenceTime OPTIONAL,
satelliteInformationList AcquisitionSatInfoList
}
UE-Positioning-GPS-AcquisitionAssistance-v770ext ::= SEQUENCE {
ue-Positioning-GPS-ReferenceTimeUncertainty
UE-Positioning-GPS-ReferenceTimeUncertainty OPTIONAL
}
UE-Positioning-GPS-AcquisitionAssistance-r7 ::= SEQUENCE {
gps-ReferenceTime GPS-TOW-1msec,
utran-GPSReferenceTime UTRAN-GPSReferenceTime OPTIONAL,
ue-Positioning-GPS-ReferenceTimeUncertainty
UE-Positioning-GPS-ReferenceTimeUncertainty OPTIONAL,
satelliteInformationList AcquisitionSatInfoList
}
UE-Positioning-GPS-AcquisitionAssistance-va40ext ::= SEQUENCE {
satelliteInformationList AcquisitionSatInfoList-va40ext
}
UE-Positioning-GPS-AcquisitionAssistance-r10 ::= SEQUENCE {
gps-ReferenceTime GPS-TOW-1msec,
utran-GPSReferenceTime UTRAN-GPSReferenceTime OPTIONAL,
ue-Positioning-GPS-ReferenceTimeUncertainty
UE-Positioning-GPS-ReferenceTimeUncertainty
OPTIONAL,
satelliteInformationList AcquisitionSatInfoList-r10
}
UE-Positioning-GPS-AcquisitionAssistance-vc50ext ::= SEQUENCE {
confidence INTEGER (0..100) OPTIONAL,
satelliteInformationList AcquisitionSatInfoList-vc50ext
}
UE-Positioning-GPS-AcquisitionAssistance-r12 ::= SEQUENCE {
gps-ReferenceTime GPS-TOW-1msec,
utran-GPSReferenceTime UTRAN-GPSReferenceTime OPTIONAL,
ue-Positioning-GPS-ReferenceTimeUncertainty
UE-Positioning-GPS-ReferenceTimeUncertainty
OPTIONAL,
confidence INTEGER (0..100) OPTIONAL,
satelliteInformationList AcquisitionSatInfoList-r12
}
UE-Positioning-GPS-AdditionalAssistanceDataRequest ::= SEQUENCE {
almanacRequest BOOLEAN,
utcModelRequest BOOLEAN,
ionosphericModelRequest BOOLEAN,
navigationModelRequest BOOLEAN,
dgpsCorrectionsRequest BOOLEAN,
referenceLocationRequest BOOLEAN,
referenceTimeRequest BOOLEAN,
aquisitionAssistanceRequest BOOLEAN,
realTimeIntegrityRequest BOOLEAN,
navModelAddDataRequest UE-Positioning-GPS-NavModelAddDataReq OPTIONAL
}
UE-Positioning-GPS-Almanac ::= SEQUENCE {
wn-a BIT STRING (SIZE (8)),
almanacSatInfoList AlmanacSatInfoList,
sv-GlobalHealth BIT STRING (SIZE (364)) OPTIONAL
}
UE-Positioning-GPS-Almanac-va40ext ::= SEQUENCE {
complete-Almanac-Provided BOOLEAN OPTIONAL
}
UE-Positioning-GPS-Almanac-r10 ::= SEQUENCE {
wn-a BIT STRING (SIZE (8)),
complete-Almanac-Provided BOOLEAN OPTIONAL,
almanacSatInfoList AlmanacSatInfoList,
sv-GlobalHealth BIT STRING (SIZE (364)) OPTIONAL
}
UE-Positioning-GPS-AssistanceData ::= SEQUENCE {
ue-positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime OPTIONAL,
ue-positioning-GPS-ReferenceLocation ReferenceLocation OPTIONAL,
ue-positioning-GPS-DGPS-Corrections UE-Positioning-GPS-DGPS-Corrections OPTIONAL,
ue-positioning-GPS-NavigationModel UE-Positioning-GPS-NavigationModel OPTIONAL,
ue-positioning-GPS-IonosphericModel UE-Positioning-GPS-IonosphericModel OPTIONAL,
ue-positioning-GPS-UTC-Model UE-Positioning-GPS-UTC-Model OPTIONAL,
ue-positioning-GPS-Almanac UE-Positioning-GPS-Almanac OPTIONAL,
ue-positioning-GPS-AcquisitionAssistance
UE-Positioning-GPS-AcquisitionAssistance OPTIONAL,
ue-positioning-GPS-Real-timeIntegrity BadSatList OPTIONAL,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy UE-Positioning-GPS-ReferenceCellInfo OPTIONAL
}
UE-Positioning-GPS-AssistanceData-v770ext ::= SEQUENCE {
ue-positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime-v770ext OPTIONAL,
ue-positioning-GPS-AcquisitionAssistance
UE-Positioning-GPS-AcquisitionAssistance-v770ext OPTIONAL
}
UE-Positioning-GPS-AssistanceData-r7 ::= SEQUENCE {
ue-positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime-r7 OPTIONAL,
ue-positioning-GPS-ReferenceLocation ReferenceLocation OPTIONAL,
ue-positioning-GPS-DGPS-Corrections UE-Positioning-GPS-DGPS-Corrections OPTIONAL,
ue-positioning-GPS-NavigationModel UE-Positioning-GPS-NavigationModel OPTIONAL,
ue-positioning-GPS-IonosphericModel UE-Positioning-GPS-IonosphericModel OPTIONAL,
ue-positioning-GPS-UTC-Model UE-Positioning-GPS-UTC-Model OPTIONAL,
ue-positioning-GPS-Almanac UE-Positioning-GPS-Almanac OPTIONAL,
ue-positioning-GPS-AcquisitionAssistance
UE-Positioning-GPS-AcquisitionAssistance-r7 OPTIONAL,
ue-positioning-GPS-Real-timeIntegrity BadSatList OPTIONAL
}
UE-Positioning-GPS-AssistanceData-r9 ::= SEQUENCE {
ue-positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime-r7 OPTIONAL,
ue-positioning-GPS-ReferenceLocation ReferenceLocation OPTIONAL,
ue-positioning-GPS-DGPS-Corrections UE-Positioning-GPS-DGPS-Corrections-r9 OPTIONAL,
ue-positioning-GPS-NavigationModel UE-Positioning-GPS-NavigationModel OPTIONAL,
ue-positioning-GPS-IonosphericModel UE-Positioning-GPS-IonosphericModel OPTIONAL,
ue-positioning-GPS-UTC-Model UE-Positioning-GPS-UTC-Model OPTIONAL,
ue-positioning-GPS-Almanac UE-Positioning-GPS-Almanac OPTIONAL,
ue-positioning-GPS-AcquisitionAssistance
UE-Positioning-GPS-AcquisitionAssistance-r7 OPTIONAL,
ue-positioning-GPS-Real-timeIntegrity BadSatList OPTIONAL
}
UE-Positioning-GPS-AssistanceData-v920ext ::= SEQUENCE {
ue-positioning-GPS-DGPS-Corrections UE-Positioning-GPS-DGPS-Corrections-v920ext OPTIONAL
}
UE-Positioning-GPS-AssistanceData-va40ext ::= SEQUENCE {
ue-positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime-va40ext OPTIONAL,
ue-positioning-GPS-Almanac UE-Positioning-GPS-Almanac-va40ext OPTIONAL,
ue-positioning-GPS-AcquisitionAssistance
UE-Positioning-GPS-AcquisitionAssistance-va40ext
OPTIONAL
}
UE-Positioning-GPS-AssistanceData-r10 ::= SEQUENCE {
ue-positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime-r10 OPTIONAL,
ue-positioning-GPS-ReferenceLocation ReferenceLocation OPTIONAL,
ue-positioning-GPS-DGPS-Corrections UE-Positioning-GPS-DGPS-Corrections-r9 OPTIONAL,
ue-positioning-GPS-NavigationModel UE-Positioning-GPS-NavigationModel OPTIONAL,
ue-positioning-GPS-IonosphericModel UE-Positioning-GPS-IonosphericModel OPTIONAL,
ue-positioning-GPS-UTC-Model UE-Positioning-GPS-UTC-Model OPTIONAL,
ue-positioning-GPS-Almanac UE-Positioning-GPS-Almanac-r10 OPTIONAL,
ue-positioning-GPS-AcquisitionAssistance
UE-Positioning-GPS-AcquisitionAssistance-r10
OPTIONAL,
ue-positioning-GPS-Real-timeIntegrity BadSatList OPTIONAL
}
UE-Positioning-GPS-AssistanceData-vc50ext ::= SEQUENCE {
ue-positioning-GPS-AcquisitionAssistance
UE-Positioning-GPS-AcquisitionAssistance-vc50ext
OPTIONAL
}
UE-Positioning-GPS-AssistanceData-r12 ::= SEQUENCE {
ue-positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime-r10 OPTIONAL,
ue-positioning-GPS-ReferenceLocation ReferenceLocation OPTIONAL,
ue-positioning-GPS-DGPS-Corrections UE-Positioning-GPS-DGPS-Corrections-r9 OPTIONAL,
ue-positioning-GPS-NavigationModel UE-Positioning-GPS-NavigationModel OPTIONAL,
ue-positioning-GPS-IonosphericModel UE-Positioning-GPS-IonosphericModel OPTIONAL,
ue-positioning-GPS-UTC-Model UE-Positioning-GPS-UTC-Model OPTIONAL,
ue-positioning-GPS-Almanac UE-Positioning-GPS-Almanac-r10 OPTIONAL,
ue-positioning-GPS-AcquisitionAssistance
UE-Positioning-GPS-AcquisitionAssistance-r12
OPTIONAL,
ue-positioning-GPS-Real-timeIntegrity BadSatList OPTIONAL
}
UE-Positioning-GPS-DGPS-Corrections ::= SEQUENCE {
gps-TOW GPS-TOW-1sec,
statusHealth DiffCorrectionStatus,
dgps-CorrectionSatInfoList DGPS-CorrectionSatInfoList
}
UE-Positioning-GPS-DGPS-Corrections-r9 ::= SEQUENCE {
gps-TOW GPS-TOW-1sec,
statusHealth DiffCorrectionStatus,
dgps-CorrectionSatInfoList DGPS-CorrectionSatInfoList-r9
}
UE-Positioning-GPS-DGPS-Corrections-v920ext ::= SEQUENCE {
dgps-CorrectionSatInfoList DGPS-CorrectionSatInfoList-v920ext
}
UE-Positioning-GPS-IonosphericModel ::= SEQUENCE {
alpha0 BIT STRING (SIZE (8)),
alpha1 BIT STRING (SIZE (8)),
alpha2 BIT STRING (SIZE (8)),
alpha3 BIT STRING (SIZE (8)),
beta0 BIT STRING (SIZE (8)),
beta1 BIT STRING (SIZE (8)),
beta2 BIT STRING (SIZE (8)),
beta3 BIT STRING (SIZE (8))
}
UE-Positioning-GPS-MeasurementResults ::= SEQUENCE {
referenceTime CHOICE {
utran-GPSReferenceTimeResult UTRAN-GPSReferenceTimeResult,
gps-ReferenceTimeOnly GPS-TOW-1msec
},
gps-MeasurementParamList GPS-MeasurementParamList
}
UE-Positioning-GPS-MeasurementResults-v770ext ::= SEQUENCE {
ue-Positioning-GPS-ReferenceTimeUncertainty
UE-Positioning-GPS-ReferenceTimeUncertainty OPTIONAL
}
UE-Positioning-GPS-NavigationModel ::= SEQUENCE {
navigationModelSatInfoList NavigationModelSatInfoList
}
UE-Positioning-GPS-NavModelAddDataReq ::= SEQUENCE {
gps-Week INTEGER (0..1023),
-- SPARE: gps-Toe, Max = 167
-- Values above Max are spare
gps-Toe INTEGER (0..255),
-- SPARE: tToeLimit, Max = 10
-- Values above Max are spare
tToeLimit INTEGER (0..15),
satDataList SatDataList
}
UE-Positioning-GPS-ReferenceCellInfo ::= SEQUENCE{
modeSpecificInfo CHOICE {
fdd SEQUENCE {
referenceIdentity PrimaryCPICH-Info
},
tdd SEQUENCE {
referenceIdentity CellParametersID
}
}
}
UE-Positioning-GPS-ReferenceTime ::= SEQUENCE {
gps-Week INTEGER (0..1023),
gps-tow-1msec GPS-TOW-1msec,
utran-GPSReferenceTime UTRAN-GPSReferenceTime OPTIONAL,
sfn-tow-Uncertainty SFN-TOW-Uncertainty OPTIONAL,
utran-GPS-DriftRate UTRAN-GPS-DriftRate OPTIONAL,
gps-TOW-AssistList GPS-TOW-AssistList OPTIONAL
}
UE-Positioning-GPS-ReferenceTime-v770ext ::= SEQUENCE {
ue-Positioning-GPS-ReferenceTimeUncertainty
UE-Positioning-GPS-ReferenceTimeUncertainty OPTIONAL
}
UE-Positioning-GPS-ReferenceTime-r7 ::= SEQUENCE {
gps-Week INTEGER (0..1023),
gps-tow-1msec GPS-TOW-1msec,
utran-GPSReferenceTime UTRAN-GPSReferenceTime OPTIONAL,
ue-Positioning-GPS-ReferenceTimeUncertainty
UE-Positioning-GPS-ReferenceTimeUncertainty OPTIONAL,
sfn-tow-Uncertainty SFN-TOW-Uncertainty OPTIONAL,
utran-GPS-DriftRate UTRAN-GPS-DriftRate OPTIONAL,
gps-TOW-AssistList GPS-TOW-AssistList OPTIONAL
}
UE-Positioning-GPS-ReferenceTime-va40ext ::= SEQUENCE {
gps-Week-Cycle-Number INTEGER (0..7) OPTIONAL
}
UE-Positioning-GPS-ReferenceTime-r10 ::= SEQUENCE {
gps-Week INTEGER (0..1023),
gps-Week-Cycle-Number INTEGER (0..7) OPTIONAL,
gps-tow-1msec GPS-TOW-1msec,
utran-GPSReferenceTime UTRAN-GPSReferenceTime OPTIONAL,
ue-Positioning-GPS-ReferenceTimeUncertainty
UE-Positioning-GPS-ReferenceTimeUncertainty
OPTIONAL,
sfn-tow-Uncertainty SFN-TOW-Uncertainty OPTIONAL,
utran-GPS-DriftRate UTRAN-GPS-DriftRate OPTIONAL,
gps-TOW-AssistList GPS-TOW-AssistList OPTIONAL
}
UE-Positioning-GPS-ReferenceTimeUncertainty ::= INTEGER (0..127)
UE-Positioning-GPS-UTC-Model ::= SEQUENCE {
a1 BIT STRING (SIZE (24)),
a0 BIT STRING (SIZE (32)),
t-ot BIT STRING (SIZE (8)),
wn-t BIT STRING (SIZE (8)),
delta-t-LS BIT STRING (SIZE (8)),
wn-lsf BIT STRING (SIZE (8)),
dn BIT STRING (SIZE (8)),
delta-t-LSF BIT STRING (SIZE (8))
}
UE-Positioning-IPDL-Parameters ::= SEQUENCE {
ip-Spacing IP-Spacing,
ip-Length IP-Length,
ip-Offset INTEGER (0..9),
seed INTEGER (0..63),
burstModeParameters BurstModeParameters OPTIONAL
}
UE-Positioning-IPDL-Parameters-r4 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ip-Spacing IP-Spacing,
ip-Length IP-Length,
ip-Offset INTEGER (0..9),
seed INTEGER (0..63)
},
tdd SEQUENCE {
ip-Spacing-TDD IP-Spacing-TDD,
ip-slot INTEGER (0..14),
ip-Start INTEGER (0..4095),
ip-PCCPCG IP-PCCPCH-r4 OPTIONAL
}
},
burstModeParameters BurstModeParameters OPTIONAL
}
UE-Positioning-IPDL-Parameters-TDD-r4-ext ::= SEQUENCE {
ip-Spacing IP-Spacing-TDD,
ip-slot INTEGER (0..14),
ip-Start INTEGER (0..4095),
ip-PCCPCG IP-PCCPCH-r4 OPTIONAL,
burstModeParameters BurstModeParameters
}
UE-Positioning-MeasuredResults ::= SEQUENCE {
ue-positioning-OTDOA-Measurement UE-Positioning-OTDOA-Measurement OPTIONAL,
-- Extended 'ue-positioning-PositionEstimateInfo' information may be provided using IE
-- 'UE-Positioning-PositionEstimateInfo-v770ext' in IE 'UE-Positioning-MeasuredResults-v770ext'.
ue-positioning-PositionEstimateInfo UE-Positioning-PositionEstimateInfo OPTIONAL,
ue-positioning-GPS-Measurement UE-Positioning-GPS-MeasurementResults OPTIONAL,
-- The 'ue-positioning-Error' information may be provided using IE 'UE-Positioning-Error-r7' in
-- IE 'UE-Positioning-MeasuredResults-v770ext'.
-- If IE 'UE-Positioning-Error-r7' is present, the corresponding IE 'UE-Positioning-Error' shall
-- be excluded.
ue-positioning-Error UE-Positioning-Error OPTIONAL
}
UE-Positioning-MeasuredResults-v770ext ::= SEQUENCE {
ue-positioning-PositionEstimateInfo UE-Positioning-PositionEstimateInfo-v770ext OPTIONAL,
ue-positioning-GPS-Measurement UE-Positioning-GPS-MeasurementResults-v770ext
OPTIONAL,
ue-positioning-Error UE-Positioning-Error-r7 OPTIONAL,
ue-positioning-Ganss-MeasuredResults UE-Positioning-GANSS-MeasuredResults OPTIONAL
}
UE-Positioning-MeasuredResults-v390ext ::= SEQUENCE {
ue-Positioning-OTDOA-Measurement-v390ext UE-Positioning-OTDOA-Measurement-v390ext
}
UE-Positioning-MeasuredResults-v860ext ::= SEQUENCE {
ue-positioning-Error UE-Positioning-Error-v860ext OPTIONAL,
ue-positioning-Ganss-MeasurementResults UE-Positioning-GANSS-MeasuredResults-v860ext OPTIONAL
}
UE-Positioning-MeasuredResults-vc50ext ::= SEQUENCE {
ue-positioning-Error UE-Positioning-Error-vc50ext OPTIONAL
}
UE-Positioning-MeasuredResults-vd20ext ::= SEQUENCE {
ue-positioning-AddPos-MeasurementResults UE-Positioning-AddPos-MeasuredResults OPTIONAL,
ue-positioning-PositionEstimateInfo UE-Positioning-PositionEstimateInfo-vd20ext
OPTIONAL
}
UE-Positioning-Measurement ::= SEQUENCE {
ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity,
reportCriteria UE-Positioning-ReportCriteria,
ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData OPTIONAL,
ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData OPTIONAL
}
UE-Positioning-Measurement-v390ext ::= SEQUENCE {
ue-positioning-ReportingQuantity-v390ext
UE-Positioning-ReportingQuantity-v390ext OPTIONAL,
measurementValidity MeasurementValidity OPTIONAL,
ue-positioning-OTDOA-AssistanceData-UEB UE-Positioning-OTDOA-AssistanceData-UEB OPTIONAL
}
UE-Positioning-Measurement-r4 ::= SEQUENCE {
ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity-r4,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria UE-Positioning-ReportCriteria,
ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData-r4 OPTIONAL,
ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData OPTIONAL
}
UE-Positioning-Measurement-r7 ::= SEQUENCE {
ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity-r7,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria UE-Positioning-ReportCriteria-r7,
ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData-r7 OPTIONAL,
ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData-r7 OPTIONAL,
ue-positioning-GANSS-AssistanceData UE-Positioning-GANSS-AssistanceData OPTIONAL
}
UE-Positioning-Measurement-r8 ::= SEQUENCE {
ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity-r8,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria UE-Positioning-ReportCriteria-r7,
ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData-r7 OPTIONAL,
ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData-r7 OPTIONAL,
ue-positioning-GANSS-AssistanceData UE-Positioning-GANSS-AssistanceData-r8 OPTIONAL
}
UE-Positioning-Measurement-r9 ::= SEQUENCE {
ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity-r8,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria UE-Positioning-ReportCriteria-r7,
ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData-r7 OPTIONAL,
ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData-r9 OPTIONAL,
ue-positioning-GANSS-AssistanceData UE-Positioning-GANSS-AssistanceData-r9 OPTIONAL
}
UE-Positioning-Measurement-r10 ::= SEQUENCE {
ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity-r8,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria UE-Positioning-ReportCriteria-r7,
ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData-r7 OPTIONAL,
ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData-r10 OPTIONAL,
ue-positioning-GANSS-AssistanceData UE-Positioning-GANSS-AssistanceData-r10 OPTIONAL
}
UE-Positioning-Measurement-r12 ::= SEQUENCE {
ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity-r8,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria UE-Positioning-ReportCriteria-r7,
ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData-r7 OPTIONAL,
ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData-r12 OPTIONAL,
ue-positioning-GANSS-AssistanceData UE-Positioning-GANSS-AssistanceData-r12 OPTIONAL
}
UE-Positioning-Measurement-r13 ::= SEQUENCE {
ue-positioning-ReportingQuantity UE-Positioning-ReportingQuantity-r13,
measurementValidity MeasurementValidity OPTIONAL,
reportCriteria UE-Positioning-ReportCriteria-r7,
ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData-r7 OPTIONAL,
ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData-r12 OPTIONAL,
ue-positioning-GANSS-AssistanceData UE-Positioning-GANSS-AssistanceData-r12 OPTIONAL
}
UE-Positioning-MeasurementEventResults ::= CHOICE {
-- In case of 'event7a' reporting, if IE 'UE-Positioning-PositionEstimateInfo' is not needed,
-- CHOICE shall be set to 'additionalOrReplacedPosMeasEvent'and the 'event7a' shall be included
-- in IE 'UE-Positioning-MeasurementEventResults-v770ext'.
event7a UE-Positioning-PositionEstimateInfo,
event7b UE-Positioning-OTDOA-Measurement,
event7c UE-Positioning-GPS-MeasurementResults,
-- If CHOICE is set to 'additionalOrReplacedPosMeasEvent',
-- IE 'UE-Positioning-MeasurementEventResults-v770ext' shall be present.
additionalOrReplacedPosMeasEvent NULL
}
UE-Positioning-MeasurementEventResults-v770ext ::= CHOICE {
event7a UE-Positioning-PositionEstimateInfo-v770ext,
event7c UE-Positioning-GPS-MeasurementResults-v770ext,
event7d UE-Positioning-GANSS-MeasuredResults,
spare NULL
}
UE-Positioning-MeasurementEventResults-v860ext ::= CHOICE {
event7d UE-Positioning-GANSS-MeasuredResults-v860ext
}
UE-Positioning-MeasurementInterval ::= ENUMERATED {
e5, e15, e60, e300,
e900, e1800, e3600, e7200 }
UE-Positioning-MethodType ::= ENUMERATED {
ue-Assisted,
ue-Based,
ue-BasedPreferred,
ue-AssistedPreferred }
UE-Positioning-OTDOA-AssistanceData ::= SEQUENCE {
ue-positioning-OTDOA-ReferenceCellInfo
UE-Positioning-OTDOA-ReferenceCellInfo OPTIONAL,
ue-positioning-OTDOA-NeighbourCellList
UE-Positioning-OTDOA-NeighbourCellList OPTIONAL
}
UE-Positioning-OTDOA-AssistanceData-r4 ::= SEQUENCE {
ue-positioning-OTDOA-ReferenceCellInfo
UE-Positioning-OTDOA-ReferenceCellInfo-r4 OPTIONAL,
ue-positioning-OTDOA-NeighbourCellList
UE-Positioning-OTDOA-NeighbourCellList-r4 OPTIONAL
}
UE-Positioning-OTDOA-AssistanceData-r4ext ::= SEQUENCE {
-- In case of TDD these IPDL parameters shall be used for the reference cell instead of
-- IPDL Parameters in IE UE-Positioning-OTDOA-ReferenceCellInfo
ue-Positioning-IPDL-Parameters-TDD-r4-ext
UE-Positioning-IPDL-Parameters-TDD-r4-ext OPTIONAL,
-- These IPDL parameters shall be used for the neighbour cells in case of TDD instead of
-- IPDL Parameters in IE UE-Positioning-OTDOA-NeighbourCellInfoList. The cells shall be
-- listed in the same order as in IE UE-Positioning-OTDOA-NeighbourCellInfoList
ue-Positioning-IPDL-Parameters-TDDList-r4-ext
UE-Positioning-IPDL-Parameters-TDDList-r4-ext OPTIONAL
}
UE-Positioning-OTDOA-AssistanceData-UEB ::= SEQUENCE {
ue-positioning-OTDOA-ReferenceCellInfo-UEB
UE-Positioning-OTDOA-ReferenceCellInfo-UEB OPTIONAL,
ue-positioning-OTDOA-NeighbourCellList-UEB
UE-Positioning-OTDOA-NeighbourCellList-UEB OPTIONAL
}
UE-Positioning-OTDOA-AssistanceData-UEB-ext ::= SEQUENCE {
ue-positioning-OTDOA-ReferenceCellInfo-UEB-ext
UE-Positioning-OTDOA-ReferenceCellInfo-UEB-ext OPTIONAL,
ue-positioning-OTDOA-NeighbourCellList-UEB-ext
UE-Positioning-OTDOA-NeighbourCellList-UEB-ext OPTIONAL
}
UE-Positioning-OTDOA-AssistanceData-r7 ::= SEQUENCE {
ue-positioning-OTDOA-ReferenceCellInfo UE-Positioning-OTDOA-ReferenceCellInfo-r7 OPTIONAL,
ue-positioning-OTDOA-NeighbourCellList UE-Positioning-OTDOA-NeighbourCellList-r7 OPTIONAL
}
UE-Positioning-IPDL-Parameters-TDDList-r4-ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
UE-Positioning-IPDL-Parameters-TDD-r4-ext
UE-Positioning-OTDOA-MeasuredResultsTDD-ext ::= SEQUENCE {
neighbourList NeighbourList-TDD-r7 OPTIONAL
}
UE-Positioning-OTDOA-Measurement ::= SEQUENCE {
sfn INTEGER (0..4095),
modeSpecificInfo CHOICE {
fdd SEQUENCE {
referenceCellIDentity PrimaryCPICH-Info,
ue-RX-TX-TimeDifferenceType2Info UE-RX-TX-TimeDifferenceType2Info
},
tdd SEQUENCE {
referenceCellIdentity CellParametersID
}
},
neighbourList NeighbourList OPTIONAL
}
UE-Positioning-OTDOA-Measurement-v390ext ::= SEQUENCE {
neighbourList-v390ext NeighbourList-v390ext
}
UE-Positioning-OTDOA-NeighbourCellInfo ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE{
cellAndChannelIdentity CellAndChannelIdentity
}
},
frequencyInfo FrequencyInfo OPTIONAL,
ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters OPTIONAL,
sfn-SFN-RelTimeDifference SFN-SFN-RelTimeDifference1,
sfn-SFN-Drift SFN-SFN-Drift OPTIONAL,
searchWindowSize OTDOA-SearchWindowSize,
positioningMode CHOICE{
ueBased SEQUENCE {},
ueAssisted SEQUENCE {}
}
}
UE-Positioning-OTDOA-NeighbourCellInfo-r4 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE{
cellAndChannelIdentity CellAndChannelIdentity
}
},
frequencyInfo FrequencyInfo OPTIONAL,
ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters-r4 OPTIONAL,
sfn-SFN-RelTimeDifference SFN-SFN-RelTimeDifference1,
sfn-Offset-Validity SFN-Offset-Validity OPTIONAL,
sfn-SFN-Drift SFN-SFN-Drift OPTIONAL,
searchWindowSize OTDOA-SearchWindowSize,
positioningMode CHOICE {
ueBased SEQUENCE {
relativeNorth INTEGER (-20000..20000) OPTIONAL,
relativeEast INTEGER (-20000..20000) OPTIONAL,
relativeAltitude INTEGER (-4000..4000) OPTIONAL,
fineSFN-SFN FineSFN-SFN OPTIONAL,
-- actual value roundTripTime = (IE value * 0.0625) + 876
roundTripTime INTEGER (0.. 32766) OPTIONAL
},
ueAssisted SEQUENCE {}
}
}
UE-Positioning-OTDOA-NeighbourCellInfo-UEB ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE{
cellAndChannelIdentity CellAndChannelIdentity
}
},
frequencyInfo FrequencyInfo OPTIONAL,
ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters OPTIONAL,
sfn-SFN-RelTimeDifference SFN-SFN-RelTimeDifference1,
sfn-SFN-Drift SFN-SFN-Drift OPTIONAL,
searchWindowSize OTDOA-SearchWindowSize,
relativeNorth INTEGER (-20000..20000) OPTIONAL,
relativeEast INTEGER (-20000..20000) OPTIONAL,
relativeAltitude INTEGER (-4000..4000) OPTIONAL,
fineSFN-SFN FineSFN-SFN,
-- actual value roundTripTime = (IE value * 0.0625) + 876
roundTripTime INTEGER (0..32766) OPTIONAL
}
UE-Positioning-OTDOA-NeighbourCellInfo-UEB-ext ::= SEQUENCE {
-- actual value roundTripTimeExtension = (IE value * 0.0625)
roundTripTimeExtension INTEGER (0..70274) OPTIONAL
}
UE-Positioning-OTDOA-NeighbourCellInfo-r7 ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE{
cellAndChannelIdentity CellAndChannelIdentity
}
},
frequencyInfo FrequencyInfo OPTIONAL,
ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters-r4 OPTIONAL,
sfn-SFN-RelTimeDifference SFN-SFN-RelTimeDifference1,
sfn-Offset-Validity SFN-Offset-Validity OPTIONAL,
sfn-SFN-Drift SFN-SFN-Drift OPTIONAL,
searchWindowSize OTDOA-SearchWindowSize,
positioningMode CHOICE {
ueBased SEQUENCE {
relativeNorth INTEGER (-20000..20000) OPTIONAL,
relativeEast INTEGER (-20000..20000) OPTIONAL,
relativeAltitude INTEGER (-4000..4000) OPTIONAL,
fineSFN-SFN FineSFN-SFN OPTIONAL,
-- actual value roundTripTime = (IE value * 0.0625) + 876
roundTripTime INTEGER (0.. 32766) OPTIONAL,
-- actual value roundTripTimeExtension = (IE value * 0.0625)
roundTripTimeExtension INTEGER (0..70274) OPTIONAL
},
ueAssisted SEQUENCE {}
}
}
UE-Positioning-OTDOA-NeighbourCellList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
UE-Positioning-OTDOA-NeighbourCellInfo
UE-Positioning-OTDOA-NeighbourCellList-r4 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
UE-Positioning-OTDOA-NeighbourCellInfo-r4
UE-Positioning-OTDOA-NeighbourCellList-UEB ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
UE-Positioning-OTDOA-NeighbourCellInfo-UEB
-- The order of the list corresponds to the order of UE-Positioning-OTDOA-NeighbourCellInfo-UEB
-- in UE-Positioning-OTDOA-NeighbourCellList-UEB
UE-Positioning-OTDOA-NeighbourCellList-UEB-ext ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
UE-Positioning-OTDOA-NeighbourCellInfo-UEB-ext
UE-Positioning-OTDOA-NeighbourCellList-r7 ::= SEQUENCE (SIZE (1..maxCellMeas)) OF
UE-Positioning-OTDOA-NeighbourCellInfo-r7
UE-Positioning-OTDOA-Quality ::= SEQUENCE {
stdResolution BIT STRING (SIZE (2)),
numberOfOTDOA-Measurements BIT STRING (SIZE (3)),
stdOfOTDOA-Measurements BIT STRING (SIZE (5))
}
UE-Positioning-OTDOA-ReferenceCellInfo ::= SEQUENCE {
sfn INTEGER (0..4095) OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE{
cellAndChannelIdentity CellAndChannelIdentity
}
},
frequencyInfo FrequencyInfo OPTIONAL,
positioningMode CHOICE {
ueBased SEQUENCE {},
ueAssisted SEQUENCE {}
},
ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters OPTIONAL
}
UE-Positioning-OTDOA-ReferenceCellInfo-r4 ::= SEQUENCE {
sfn INTEGER (0..4095) OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE{
cellAndChannelIdentity CellAndChannelIdentity
}
},
frequencyInfo FrequencyInfo OPTIONAL,
positioningMode CHOICE {
ueBased SEQUENCE {
cellPosition ReferenceCellPosition OPTIONAL,
-- actual value roundTripTime = (IE value * 0.0625) + 876
roundTripTime INTEGER (0..32766) OPTIONAL
},
ueAssisted SEQUENCE {}
},
ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters-r4 OPTIONAL
}
UE-Positioning-OTDOA-ReferenceCellInfo-UEB ::= SEQUENCE {
sfn INTEGER (0..4095) OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE{
cellAndChannelIdentity CellAndChannelIdentity
}
},
frequencyInfo FrequencyInfo OPTIONAL,
cellPosition ReferenceCellPosition OPTIONAL,
-- actual value roundTripTime = (IE value * 0.0625) + 876
roundTripTime INTEGER (0..32766) OPTIONAL,
ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters OPTIONAL
}
UE-Positioning-OTDOA-ReferenceCellInfo-UEB-ext ::= SEQUENCE {
-- actual value roundTripTimeExtension = (IE value * 0.0625)
roundTripTimeExtension INTEGER (0..70274) OPTIONAL
}
UE-Positioning-OTDOA-ReferenceCellInfo-r7 ::= SEQUENCE {
sfn INTEGER (0..4095) OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE{
cellAndChannelIdentity CellAndChannelIdentity
}
},
frequencyInfo FrequencyInfo OPTIONAL,
positioningMode CHOICE {
ueBased SEQUENCE {
cellPosition ReferenceCellPosition OPTIONAL,
-- actual value roundTripTime = (IE value * 0.0625) + 876
roundTripTime INTEGER (0..32766) OPTIONAL,
-- actual value roundTripTimeExtension = (IE value * 0.0625)
roundTripTimeExtension INTEGER (0..70274) OPTIONAL
},
ueAssisted SEQUENCE {}
},
ue-positioning-IPDL-Paremeters UE-Positioning-IPDL-Parameters-r4 OPTIONAL
}
UE-Positioning-PositionEstimateInfo ::= SEQUENCE {
referenceTime CHOICE {
utran-GPSReferenceTimeResult UTRAN-GPSReferenceTimeResult,
gps-ReferenceTimeOnly GPS-TOW-1msec,
cell-Timing SEQUENCE {
sfn INTEGER (0..4095),
modeSpecificInfo CHOICE {
fdd SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE{
cellAndChannelIdentity CellAndChannelIdentity
}
}
}
},
positionEstimate PositionEstimate
}
UE-Positioning-PositionEstimateInfo-v770ext ::= SEQUENCE {
referenceTimeOptions CHOICE {
-- If 'earlier-than-r7', IE 'UE-Positioning-PositionEstimateInfo' shall be included.
earlier-than-r7 NULL,
-- If 'r7', the corresponding IE 'UE-Positioning-PositionEstimateInfo' shall be excluded.
r7 SEQUENCE {
referenceTime CHOICE {
utran-GANSSReferenceTimeResult UTRAN-GANSSReferenceTime,
ganssReferenceTimeOnly GANSSReferenceTimeOnly
},
positionEstimate PositionEstimate
}
},
positionData BIT STRING (SIZE (16)),
velocityEstimate VelocityEstimate OPTIONAL,
ue-Positioning-GPS-ReferenceTimeUncertainty
UE-Positioning-GPS-ReferenceTimeUncertainty OPTIONAL
}
UE-Positioning-PositionEstimateInfo-vd20ext ::= SEQUENCE {
locationTimeStamp UTCTime OPTIONAL
}
UE-Positioning-ReportCriteria ::= CHOICE {
ue-positioning-ReportingCriteria UE-Positioning-EventParamList,
periodicalReportingCriteria PeriodicalReportingCriteria,
noReporting NULL
}
UE-Positioning-ReportCriteria-r7 ::= CHOICE {
ue-positioning-ReportingCriteria UE-Positioning-EventParamList-r7,
periodicalReportingCriteria PeriodicalReportingCriteria,
noReporting NULL
}
UE-Positioning-ReportingQuantity ::= SEQUENCE {
methodType UE-Positioning-MethodType,
positioningMethod PositioningMethod,
-- dummy1 is not used in this version of specification and it should
-- be ignored.
dummy1 UE-Positioning-ResponseTime,
horizontal-Accuracy UE-Positioning-Accuracy OPTIONAL,
gps-TimingOfCellWanted BOOLEAN,
-- dummy2 is not used in this version of specification and it should
-- be ignored.
dummy2 BOOLEAN,
additionalAssistanceDataRequest BOOLEAN,
environmentCharacterisation EnvironmentCharacterisation OPTIONAL
}
UE-Positioning-ReportingQuantity-v390ext ::= SEQUENCE {
vertical-Accuracy UE-Positioning-Accuracy
}
UE-Positioning-ReportingQuantity-r4 ::= SEQUENCE {
methodType UE-Positioning-MethodType,
positioningMethod PositioningMethod,
horizontalAccuracy UE-Positioning-Accuracy OPTIONAL,
verticalAccuracy UE-Positioning-Accuracy OPTIONAL,
gps-TimingOfCellWanted BOOLEAN,
additionalAssistanceDataReq BOOLEAN,
environmentCharacterisation EnvironmentCharacterisation OPTIONAL
}
UE-Positioning-ReportingQuantity-r7 ::= SEQUENCE {
methodType UE-Positioning-MethodType,
positioningMethod PositioningMethod,
horizontalAccuracy UE-Positioning-Accuracy OPTIONAL,
verticalAccuracy UE-Positioning-Accuracy OPTIONAL,
gps-TimingOfCellWanted BOOLEAN,
additionalAssistanceDataReq BOOLEAN,
environmentCharacterisation EnvironmentCharacterisation OPTIONAL,
velocityRequested ENUMERATED { true } OPTIONAL,
gANSSPositioningMethods BIT STRING (SIZE (16)) OPTIONAL,
gANSSTimingOfCellWanted BIT STRING (SIZE (8)) OPTIONAL,
gANSSCarrierPhaseMeasurementRequested
BIT STRING (SIZE (8)) OPTIONAL
}
UE-Positioning-ReportingQuantity-r8 ::= SEQUENCE {
methodType UE-Positioning-MethodType,
positioningMethod PositioningMethod,
horizontalAccuracy UE-Positioning-Accuracy OPTIONAL,
verticalAccuracy UE-Positioning-Accuracy OPTIONAL,
gps-TimingOfCellWanted BOOLEAN,
additionalAssistanceDataReq BOOLEAN,
environmentCharacterisation EnvironmentCharacterisation OPTIONAL,
velocityRequested ENUMERATED { true } OPTIONAL,
gANSSPositioningMethods BIT STRING (SIZE (16)) OPTIONAL,
gANSSTimingOfCellWanted BIT STRING (SIZE (8)) OPTIONAL,
gANSSCarrierPhaseMeasurementRequested
BIT STRING (SIZE (8)) OPTIONAL,
gANSSMultiFreqMeasurementRequested BIT STRING (SIZE (8)) OPTIONAL
}
UE-Positioning-ReportingQuantity-r13 ::= SEQUENCE {
methodType UE-Positioning-MethodType,
positioningMethod PositioningMethod,
horizontalAccuracy UE-Positioning-Accuracy OPTIONAL,
verticalAccuracy UE-Positioning-Accuracy OPTIONAL,
gps-TimingOfCellWanted BOOLEAN,
additionalAssistanceDataReq BOOLEAN,
environmentCharacterisation EnvironmentCharacterisation OPTIONAL,
velocityRequested ENUMERATED { true } OPTIONAL,
gANSSPositioningMethods BIT STRING (SIZE (16)) OPTIONAL,
gANSSTimingOfCellWanted BIT STRING (SIZE (8)) OPTIONAL,
gANSSCarrierPhaseMeasurementRequested
BIT STRING (SIZE (8)) OPTIONAL,
gANSSMultiFreqMeasurementRequested BIT STRING (SIZE (8)) OPTIONAL,
additionalPositioningMethods BIT STRING (SIZE (8)) OPTIONAL
}
UE-Positioning-ResponseTime ::= ENUMERATED {
s1, s2, s4, s8, s16,
s32, s64, s128 }
UE-Positioning-AddPos-MeasuredResults ::= SEQUENCE (SIZE (1..maxAddPos)) OF
UE-Positioning-AddPos-MeasuredResults-element
UE-Positioning-AddPos-MeasuredResults-element ::=SEQUENCE {
timestamp UTCTime OPTIONAL,
addPos-ID CHOICE {
barometricPressure UE-Positioning-BarometricPressureMeasurement,
wlan UE-Positioning-WLANMeasurementList,
bt UE-Positioning-BTMeasurementList,
mbs UE-Positioning-MBSMeasurementList,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
}
UE-Positioning-BarometricPressureMeasurement ::= SEQUENCE {
ubpMeasurement INTEGER (30000..115000)
}
UE-Positioning-WLANMeasurementList ::= SEQUENCE (SIZE (1..maxWLANs))OF
UE-Positioning-WLANMeasurementList-element
UE-Positioning-WLANMeasurementList-element ::= SEQUENCE {
wlanBSSID OCTET STRING (SIZE (6)),
wlanSSID OCTET STRING (SIZE(1..32)) OPTIONAL,
wlanRSSI INTEGER(-127..128) OPTIONAL,
wlanRTTvalue INTEGER(0..16777215) OPTIONAL,
wlanRTTunits ENUMERATED { microseconds,hundredsofnanoseconds,
tensofnanoseconds,nanoseconds,
tenthsofnanosecond,
spare3, spare2, spare1} OPTIONAL,
wlanRTTaccuracy INTEGER(0..255) OPTIONAL,
wlanAPChannelFrequency INTEGER(0..256) OPTIONAL,
wlanServingFlag BOOLEAN OPTIONAL
}
UE-Positioning-BTMeasurementList ::= SEQUENCE (SIZE (1..maxBTs)) OF
UE-Positioning-BTMeasurementList-element
UE-Positioning-BTMeasurementList-element ::= SEQUENCE {
btAddr OCTET STRING (SIZE(6)),
-- Actual value = IE value - 1
btRSSI INTEGER(-127..128) OPTIONAL
}
UE-Positioning-MBSMeasurementList ::= SEQUENCE (SIZE (1..maxBeacons)) OF
UE-Positioning-MBSMeasurementList-element
UE-Positioning-MBSMeasurementList-element ::= SEQUENCE {
transmitterId INTEGER (0..32767),
codePhase INTEGER (0..2097151),
codePhaseRmsError INTEGER (0..63)
}
UTCmodelSet1 ::= SEQUENCE {
utcA0 BIT STRING (SIZE (16)),
utcA1 BIT STRING (SIZE (13)),
utcA2 BIT STRING (SIZE (7)),
utcDeltaTls BIT STRING (SIZE (8)),
utcTot BIT STRING (SIZE (16)),
utcWNot BIT STRING (SIZE (13)),
utcWNlsf BIT STRING (SIZE (8)),
utcDN BIT STRING (SIZE (4)),
utcDeltaTlsf BIT STRING (SIZE (8))
}
UTCmodelSet2 ::= SEQUENCE {
nA BIT STRING (SIZE (11)),
tauC BIT STRING (SIZE (32)),
deltaUT1 DeltaUT1 OPTIONAL,
kp BIT STRING (SIZE (2)) OPTIONAL
}
UTCmodelSet3 ::= SEQUENCE {
utcA1wnt BIT STRING (SIZE (24)),
utcA0wnt BIT STRING (SIZE (32)),
utcTot BIT STRING (SIZE (8)),
utcWNt BIT STRING (SIZE (8)),
utcDeltaTls BIT STRING (SIZE (8)),
utcWNlsf BIT STRING (SIZE (8)),
utcDN BIT STRING (SIZE (8)),
utcDeltaTlsf BIT STRING (SIZE (8)),
utcStandardID BIT STRING (SIZE (3))
}
UTCmodelSet4 ::= SEQUENCE {
utcA0 BIT STRING (SIZE (32)),
utcA1 BIT STRING (SIZE (24)),
utcDeltaTls BIT STRING (SIZE (8)),
utcWNlsf BIT STRING (SIZE (8)),
utcDN BIT STRING (SIZE (8)),
utcDeltaTlsf BIT STRING (SIZE (8))
}
-- SPARE: UTRA-CarrierRSSI, Max = 76
-- Values above Max are spare
UTRA-CarrierRSSI ::= INTEGER (0..127)
UTRAN-GANSSReferenceTime ::= SEQUENCE {
ue-GANSSTimingOfCellFrames SEQUENCE {
-- Actual value [ns] = (ms-Part * 4294967296 + ls-Part) * 250
-- Actual values [ns] > 86399999999750 are reserved and are considered a protocol error
ms-Part INTEGER (0..80),
ls-Part INTEGER (0..4294967295)
},
gANSS-TimeId INTEGER (0..7) OPTIONAL,
gANSS-TimeUncertainty INTEGER (0..127) OPTIONAL,
mode CHOICE {
fdd SEQUENCE {
primary-CPICH-Info PrimaryCPICH-Info
},
tdd SEQUENCE {
cellParameters CellParametersID
}
},
referenceSfn INTEGER (0..4095)
}
UTRAN-FDD-FrequencyList ::= SEQUENCE (SIZE(1..maxNumFDDFreqs)) OF
UTRAN-FDD-Frequency
UTRAN-FDD-Frequency ::= SEQUENCE {
uarfcn UARFCN,
priority INTEGER (0..maxPrio-1),
-- Actual value = IE value * 2
threshXhigh INTEGER (0..31),
-- Actual value = IE value * 2
threshXlow INTEGER (0..31),
qQualMinFDD INTEGER (-24..0) OPTIONAL,
-- Actual value = IE value * 2 + 1
qRxLevMinFDD INTEGER (-60..-13) OPTIONAL
}
UTRAN-TDD-FrequencyList ::= SEQUENCE (SIZE(1..maxNumTDDFreqs)) OF
UTRAN-TDD-Frequency
UTRAN-TDD-Frequency ::= SEQUENCE {
uarfcn UARFCN,
priority INTEGER (0..maxPrio-1),
-- Actual value = IE value * 2
threshXhigh INTEGER (0..31),
-- Actual value = IE value * 2
threshXlow INTEGER (0..31),
-- Actual value = IE value * 2 + 1
qRxLevMinTDD INTEGER (-60..-13) OPTIONAL
}
UTRAN-GPS-DriftRate ::= ENUMERATED {
utran-GPSDrift0, utran-GPSDrift1, utran-GPSDrift2,
utran-GPSDrift5, utran-GPSDrift10, utran-GPSDrift15,
utran-GPSDrift25, utran-GPSDrift50, utran-GPSDrift-1,
utran-GPSDrift-2, utran-GPSDrift-5, utran-GPSDrift-10,
utran-GPSDrift-15, utran-GPSDrift-25, utran-GPSDrift-50}
UTRAN-GPSReferenceTime ::= SEQUENCE {
-- For utran-GPSTimingOfCell values above 2322431999999 are not
-- used in this version of the specification
-- Actual value utran-GPSTimingOfCell = (ms-part * 4294967296) + ls-part
utran-GPSTimingOfCell SEQUENCE {
ms-part INTEGER (0..1023),
ls-part INTEGER (0..4294967295)
},
modeSpecificInfo CHOICE {
fdd SEQUENCE {
referenceIdentity PrimaryCPICH-Info
},
tdd SEQUENCE {
referenceIdentity CellParametersID
}
} OPTIONAL,
sfn INTEGER (0..4095)
}
UTRAN-GPSReferenceTimeResult ::= SEQUENCE {
-- For ue-GPSTimingOfCell values above 37158911999999 are not
-- used in this version of the specification
-- Actual value ue-GPSTimingOfCell = (ms-part * 4294967296) + ls-part
ue-GPSTimingOfCell SEQUENCE {
ms-part INTEGER (0.. 16383),
ls-part INTEGER (0..4294967295)
},
modeSpecificInfo CHOICE {
fdd SEQUENCE {
referenceIdentity PrimaryCPICH-Info
},
tdd SEQUENCE {
referenceIdentity CellParametersID
}
},
sfn INTEGER (0..4095)
}
UTRA-PriorityInfoList ::= SEQUENCE {
utra-ServingCell SEQUENCE {
priority INTEGER (0..maxPrio-1),
-- Actual value = IE value * 2
s-PrioritySearch1 INTEGER (0..31),
-- Actual value = IE value, default value is 0
s-PrioritySearch2 INTEGER (0..7) OPTIONAL,
-- Actual value = IE value * 2
threshServingLow INTEGER (0..31)
},
utran-FDD-FrequencyList UTRAN-FDD-FrequencyList OPTIONAL,
utran-TDD-FrequencyList UTRAN-TDD-FrequencyList OPTIONAL
}
UTRA-PriorityInfoList-v920ext ::= SEQUENCE {
threshServingLow2 INTEGER (0..31) OPTIONAL
}
VarianceOfRLC-BufferPayload ::= ENUMERATED {
plv0, plv4, plv8, plv16, plv32, plv64,
plv128, plv256, plv512, plv1024,
plv2k, plv4k, plv8k, plv16k, spare2, spare1 }
VelocityEstimate ::= CHOICE {
horizontalVelocity HorizontalVelocity,
horizontalWithVerticalVelocity HorizontalWithVerticalVelocity,
horizontalVelocityWithUncertainty HorizontalVelocityWithUncertainty,
horizontalWithVerticalVelocityAndUncertainty HorizontalWithVerticalVelocityAndUncertainty
}
-- Actual value W = IE value * 0.1
W ::= INTEGER (0..20)
-- ***************************************************
--
-- OTHER INFORMATION ELEMENTS (10.3.8)
--
-- ***************************************************
ACDC-Barring ::= CHOICE {
acdc-Barred ENUMERATED {true, false},
acdc-acb-barringBitmap BIT STRING (SIZE (10))
}
ACDC-Parameters ::= SEQUENCE {
barringRepresentation CHOICE {
acdc-ParametersPerPLMN-List ACDC-ParametersPerPLMN-List,
acdc-ParametersForAll ACDC-ParametersForAll
}
}
ACDC-ParametersForAll ::= SEQUENCE {
acdc-Information SpecificACDC-BarringInformation OPTIONAL,
acdcApplicableForRoamer ENUMERATED { true } OPTIONAL
}
ACDC-ParametersPerPLMN-List ::= SEQUENCE (SIZE (1..6)) OF
SEQUENCE {
plmnSpecificACDC-Parameters SpecificACDC-BarringInformation OPTIONAL,
acdcApplicableForRoamer ENUMERATED { true } OPTIONAL
}
BCC ::= INTEGER (0..7)
BCCH-ModificationInfo ::= SEQUENCE {
mib-ValueTag MIB-ValueTag,
bcch-ModificationTime BCCH-ModificationTime OPTIONAL
}
BCCH-ModificationInfo-vc50ext ::= SEQUENCE {
mib-ValueTagExt MIB-ValueTagExt OPTIONAL,
sb3-ValueTag CellValueTag2 OPTIONAL
}
-- Actual value BCCH-ModificationTime = IE value * 8
BCCH-ModificationTime ::= INTEGER (0..511)
BSIC ::= SEQUENCE {
ncc NCC,
bcc BCC
}
CBS-DRX-Level1Information ::= SEQUENCE {
ctch-AllocationPeriod INTEGER (1..256),
cbs-FrameOffset INTEGER (0..255)
}
CBS-DRX-Level1Information-extension-r6 ::= ENUMERATED {p8, p16, p32, p64, p128, p256}
CDMA2000-Message ::= SEQUENCE {
msg-Type BIT STRING (SIZE (8)),
payload BIT STRING (SIZE (1..512))
}
CDMA2000-MessageList ::= SEQUENCE (SIZE (1..maxInterSysMessages)) OF
CDMA2000-Message
CDMA2000-UMTS-Frequency-List ::= SEQUENCE (SIZE (1..maxNumCDMA2000Freqs)) OF
FrequencyInfoCDMA2000
CellValueTag ::= INTEGER (1..4)
CellValueTag2 ::= INTEGER (1..16)
CellValueTagExt ::= INTEGER (0..3)
CellValueTag3 ::= SEQUENCE {
cellValueTag CellValueTag,
cellValueTagExt CellValueTagExt OPTIONAL
}
DataTransmFrequency ::= SEQUENCE {
dataTransmFreqGranularity ENUMERATED { ms100, ms250, ms500, ms1000,
ms2000, ms5000, ms10000, ms60000 },
numberOfDataTransmOcc INTEGER (1..610)
}
DataVolumeHistory ::= SEQUENCE {
dataVolumeMontoringWindow INTEGER (1..120),
dataTransmFrequency DataTransmFrequency OPTIONAL,
dataVolumePerRB DataVolumePerRB-List OPTIONAL
}
DataVolumePerRB ::= SEQUENCE {
rb-Identity RB-Identity,
dataVolume INTEGER (0..4294967295)
}
DataVolumePerRB-List ::= SEQUENCE (SIZE (1..maxRB)) OF DataVolumePerRB
DeferredMeasurementControlReadingSupport ::= SEQUENCE {
-- If modeSpecificInfo is not present, deferred SIB11, SIB11bis and SIB12 reading
-- with default measurement quantities applies
modeSpecificInfo CHOICE {
fdd SEQUENCE {
intraFreqMeasQuantity-FDD IntraFreqMeasQuantity-FDD-sib3
},
tdd SEQUENCE {
intraFreqMeasQuantity-TDDList IntraFreqMeasQuantity-TDD-sib3List
}
} OPTIONAL
}
ETWS-Information ::= SEQUENCE {
warningType OCTET STRING (SIZE (1..2)),
messageIdentifier OCTET STRING (SIZE (2)),
serialNumber OCTET STRING (SIZE (2))
}
-- This IE is not used in the specification.
ETWS-WarningSecurityInfo ::= OCTET STRING
EUTRA-Exclude-listedCell ::= SEQUENCE {
physicalCellIdentity EUTRA-PhysicalCellIdentity
}
EUTRA-Exclude-listedCellPerFreqList ::= SEQUENCE (SIZE (1..maxEUTRACellPerFreq)) OF
EUTRA-Exclude-listedCell
EUTRA-PhysicalCellIdentity ::= INTEGER (0..503)
EUTRA-RadioAccessCapability ::= SEQUENCE {
ue-EUTRA-Capability OCTET STRING
}
EUTRA-TargetFreqInfoList ::= SEQUENCE (SIZE (1..maxEUTRATargetFreqs)) OF
EUTRA-TargetFreqInfo
EUTRA-TargetFreqInfoList-vb50ext ::= SEQUENCE (SIZE (1..maxEUTRATargetFreqs)) OF
EUTRA-TargetFreqInfo-vb50ext
EUTRA-TargetFreqInfo ::= SEQUENCE {
dlEUTRACarrierFreq EARFCN,
eutraExclude-listedCellPerFreqList EUTRA-Exclude-listedCellPerFreqList OPTIONAL
}
EUTRA-TargetFreqInfo-vb50ext ::= SEQUENCE {
earfcn EARFCNExtension OPTIONAL
}
--Actual value = 2^(IE value)
ExpirationTimeFactor ::= INTEGER (1..8)
ExpirationTimeFactor2 ::= INTEGER (0..15)
ExtGANSS-SchedulingInfo ::= SEQUENCE {
extensionGANSS-SIBType SIB-TypeExtGANSS,
schedulingInfo SchedulingInformation,
valueTagInfo ValueTagInfo
}
-- For each extended GANSS SIB type the value tag information is added at the end
ExtGANSS-SIBTypeInfoSchedulingInfoList ::= SEQUENCE (SIZE (1..maxGANSS)) OF
ExtGANSS-SIBTypeInfoSchedulingInfo
ExtGANSS-SIBTypeInfoSchedulingInfo ::= SEQUENCE {
ganssID INTEGER (0..7) OPTIONAL,
sbasID UE-Positioning-GANSS-SBAS-ID OPTIONAL,
ganssScheduling SEQUENCE (SIZE (1..maxSIB)) OF
ExtGANSS-SchedulingInfo
}
-- For each extended SIB type the value tag information is added at the end
ExtSIBTypeInfoSchedulingInfo-List ::= SEQUENCE (SIZE (1..maxSIB)) OF
ExtSIBTypeInfoSchedulingInfo
ExtSIBTypeInfoSchedulingInfo ::= SEQUENCE {
extensionSIB-Type SIB-TypeExt,
schedulingInfo SchedulingInformation,
valueTagInfo ValueTagInfo
}
-- For each extended SIB type the value tag information is added at the end
ExtSIBTypeInfoSchedulingInfo-List2 ::= SEQUENCE (SIZE (1..maxSIB)) OF
ExtSIBTypeInfoSchedulingInfo2
ExtSIBTypeInfoSchedulingInfo-List3 ::= SEQUENCE (SIZE (1..maxSIB)) OF
ExtSIBTypeInfoSchedulingInfo3
ExtSIBTypeInfoSchedulingInfo2 ::= SEQUENCE {
extensionSIB-Type2 SIB-TypeExt2,
schedulingInfo SchedulingInformation,
valueTagInfo ValueTagInfo
}
ExtSIBTypeInfoSchedulingInfo3 ::= SEQUENCE {
extensionSIB-Type3 SIB-TypeExt3,
schedulingInfo SchedulingInformation2,
valueTagInfo ValueTagInfoExtValueTag
}
FDD-UMTS-Frequency-List ::= SEQUENCE (SIZE (1..maxNumFDDFreqs)) OF
-- NOTE1: The IE "UARFCN (Nlow)" corresponds to
-- "uarfcn-DL" in FrequencyInfoFDD.
-- NOTE2: The IE "UARFCN (Nupper)" corresponds to
-- "uarfcn-UL" in FrequencyInfoFDD.
FrequencyInfoFDD
FrequencyInfoCDMA2000 ::= SEQUENCE {
band-Class BIT STRING (SIZE (5)),
cdma-Freq BIT STRING (SIZE(11))
}
GERAN-SystemInfoBlock ::= OCTET STRING (SIZE (1..23))
GERAN-SystemInformation ::= SEQUENCE (SIZE (1..maxGERAN-SI)) OF GERAN-SystemInfoBlock
GSM-BA-Range ::= SEQUENCE {
gsmLowRangeUARFCN UARFCN,
gsmUpRangeUARFCN UARFCN
}
GSM-BA-Range-List ::= SEQUENCE (SIZE (1..maxNumGSMFreqRanges)) OF
GSM-BA-Range
-- This IE is formatted as 'TLV' and is coded in the same way as the Mobile Station Classmark 2
-- information element in [5]. The first octet is the Mobile station classmark 2 IEI and its value
-- shall be set to 33H. The second octet is the Length of mobile station classmark 2 and its value
-- shall be set to 3. The octet 3 contains the first octet of the value part of the Mobile Station
-- Classmark 2 information element, the octet 4 contains the second octet of the value part of the
-- Mobile Station Classmark 2 information element and so on. For each of these octets, the first/
-- leftmost/ most significant bit of the octet contains b8 of the corresponding octet of the Mobile
-- Station Classmark 2.
GSM-Classmark2 ::= OCTET STRING (SIZE (5))
-- This IE is formatted as 'V' and is coded in the same way as the value part in the Mobile station
-- classmark 3 information element in [5]
-- The value part is specified by means of CSN.1, which encoding results in a bit string, to which
-- final padding may be appended upto the next octet boundary [5]. The first/ leftmost bit of the
-- CSN.1 bit string is placed in the first/ leftmost/ most significant bit of the first
-- octet. This continues until the last bit of the CSN.1 bit string, which is placed in the last/
-- rightmost/ least significant bit of the last octet.
GSM-Classmark3 ::= OCTET STRING (SIZE (1..32))
GSM-MessageList ::= SEQUENCE (SIZE (1..maxInterSysMessages)) OF
BIT STRING (SIZE (1..512))
GSM-MS-RadioAccessCapability ::= OCTET STRING (SIZE (1..64))
GsmSecurityCapability ::= BIT STRING {
-- For each bit value "0" means false/ not supported
a5-7(0),
a5-6(1),
a5-5(2),
a5-4(3),
a5-3(4),
a5-2(5),
a5-1(6)
} (SIZE (7))
GSM-TargetCellInfoList ::= SEQUENCE (SIZE (1..maxGSMTargetCells)) OF
GSM-TargetCellInfo
GSM-TargetCellInfo ::= SEQUENCE {
bcch-ARFCN BCCH-ARFCN,
frequency-band Frequency-Band,
bsic BSIC OPTIONAL
}
HNBName ::= OCTET STRING (SIZE(1..maxHNBNameSize))
IdentificationOfReceivedMessage ::= SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
receivedMessageType ReceivedMessageType
}
InterRAT-ChangeFailureCause ::= CHOICE {
configurationUnacceptable NULL,
physicalChannelFailure NULL,
protocolError ProtocolErrorInformation,
unspecified NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
GERANIu-MessageList ::= SEQUENCE (SIZE (1..maxInterSysMessages)) OF
BIT STRING (SIZE (1..32768))
GERANIu-RadioAccessCapability ::= BIT STRING (SIZE (1..170))
InterRAT-UE-RadioAccessCapability ::= CHOICE {
gsm SEQUENCE {
gsm-Classmark2 GSM-Classmark2,
gsm-Classmark3 GSM-Classmark3
},
cdma2000 SEQUENCE {
cdma2000-MessageList CDMA2000-MessageList
}
}
InterRAT-UE-RadioAccessCapabilityList ::= SEQUENCE (SIZE(1..maxInterSysMessages)) OF
InterRAT-UE-RadioAccessCapability
InterRAT-UE-RadioAccessCapability-v590ext ::= SEQUENCE {
geranIu-RadioAccessCapability GERANIu-RadioAccessCapability
}
InterRAT-UE-RadioAccessCapability-v690ext ::= SEQUENCE {
supportOfInter-RAT-PS-Handover ENUMERATED { doesSupporInter-RAT-PS-Handover } OPTIONAL,
gsm-MS-RadioAccessCapability GSM-MS-RadioAccessCapability
}
InterRAT-UE-RadioAccessCapability-v860ext ::= SEQUENCE {
eutra-RadioAccessCapability EUTRA-RadioAccessCapability OPTIONAL
}
InterRAT-UE-SecurityCapability ::= CHOICE {
gsm SEQUENCE {
gsmSecurityCapability GsmSecurityCapability
}
}
InterRAT-UE-SecurityCapList ::= SEQUENCE (SIZE(1..maxInterSysMessages)) OF
InterRAT-UE-SecurityCapability
InterRAT-HO-FailureCause ::= CHOICE {
configurationUnacceptable NULL,
physicalChannelFailure NULL,
protocolError ProtocolErrorInformation,
interRAT-ProtocolError NULL,
unspecified NULL,
spare11 NULL,
spare10 NULL,
spare9 NULL,
spare8 NULL,
spare7 NULL,
spare6 NULL,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
MasterInformationBlock ::= SEQUENCE {
mib-ValueTag MIB-ValueTag,
-- TABULAR: The PLMN identity and ANSI-41 core network information
-- are included in PLMN-Type.
plmn-Type PLMN-Type,
sibSb-ReferenceList SIBSb-ReferenceList,
-- Extension mechanism for non- release99 information
v690NonCriticalExtensions SEQUENCE {
masterInformationBlock-v690ext MasterInformationBlock-v690ext,
v6b0NonCriticalExtensions SEQUENCE {
masterInformationBlock-v6b0ext MasterInformationBlock-v6b0ext-IEs,
v860NonCriticalExtensions SEQUENCE {
masterInformationBlock-v860ext MasterInformationBlock-v860ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
masterInformationBlock-vc50ext MasterInformationBlock-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
MasterInformationBlock-v690ext ::= SEQUENCE {
multiplePLMN-List MultiplePLMN-List-r6 OPTIONAL
}
MasterInformationBlock-v6b0ext-IEs ::= SEQUENCE {
extSIBTypeInfoSchedulingInfo-List ExtSIBTypeInfoSchedulingInfo-List OPTIONAL
}
MasterInformationBlock-v860ext-IEs ::= SEQUENCE {
extSIBTypeInfoSchedulingInfo-List ExtSIBTypeInfoSchedulingInfo-List2 OPTIONAL,
extGANSS-SIBTypeInfoSchedulingInfoList
ExtGANSS-SIBTypeInfoSchedulingInfoList OPTIONAL,
csg-Indicator ENUMERATED { true } OPTIONAL
}
MasterInformationBlock-vc50ext-IEs ::= SEQUENCE {
mib-ValueTagExt MIB-ValueTagExt OPTIONAL,
sibSb-ReferenceList SIBSb-ReferenceList2 OPTIONAL,
extSIBTypeInfoSchedulingInfo-List ExtSIBTypeInfoSchedulingInfo-List3 OPTIONAL,
sb3-Information SB3-Information OPTIONAL
}
SB3-Information ::= SEQUENCE {
sb3-SegCount SegCount DEFAULT 1,
sb3-Sib-Rep SIB-Rep,
second-BCH-Channelizationcode BCH-Channelizationcode
}
MIB-ValueTag ::= INTEGER (1..8)
MIB-ValueTagExt ::= INTEGER (0..1)
NCC ::= INTEGER (0..7)
PLMN-ValueTag ::= INTEGER (1..256)
PredefinedConfigIdentityAndValueTag ::= SEQUENCE {
predefinedConfigIdentity PredefinedConfigIdentity,
predefinedConfigValueTag PredefinedConfigValueTag
}
ProtocolErrorInformation ::= SEQUENCE {
diagnosticsType CHOICE {
type1 SEQUENCE {
protocolErrorCause ProtocolErrorCause
},
spare NULL
}
}
ReceivedMessageType ::= ENUMERATED {
activeSetUpdate,
cellChangeOrderFromUTRAN,
cellUpdateConfirm,
counterCheck,
downlinkDirectTransfer,
interRATHandoverCommand,
measurementControl,
pagingType2,
physicalChannelReconfiguration,
physicalSharedChannelAllocation,
radioBearerReconfiguration,
radioBearerRelease,
radioBearerSetup,
rrcConnectionRelease,
rrcConnectionReject,
rrcConnectionSetup,
securityModeCommand,
signallingConnectionRelease,
transportChannelReconfiguration,
transportFormatCombinationControl,
ueCapabilityEnquiry,
ueCapabilityInformationConfirm,
uplinkPhysicalChannelControl,
uraUpdateConfirm,
utranMobilityInformation,
assistanceDataDelivery,
spare6, spare5, spare4, spare3, spare2,
spare1
}
Rplmn-Information ::= SEQUENCE {
gsm-BA-Range-List GSM-BA-Range-List OPTIONAL,
fdd-UMTS-Frequency-List FDD-UMTS-Frequency-List OPTIONAL,
tdd-UMTS-Frequency-List TDD-UMTS-Frequency-List OPTIONAL,
cdma2000-UMTS-Frequency-List CDMA2000-UMTS-Frequency-List OPTIONAL
}
Rplmn-Information-r4 ::= SEQUENCE {
gsm-BA-Range-List GSM-BA-Range-List OPTIONAL,
fdd-UMTS-Frequency-List FDD-UMTS-Frequency-List OPTIONAL,
-- the option is the same for 7.68 Mcps TDD as for 3.84 Mcps TDD
-- i.e. TDD-UMTS-Frequency-List applies
tdd384-UMTS-Frequency-List TDD-UMTS-Frequency-List OPTIONAL,
tdd128-UMTS-Frequency-List TDD-UMTS-Frequency-List OPTIONAL,
cdma2000-UMTS-Frequency-List CDMA2000-UMTS-Frequency-List OPTIONAL
}
SIB-Rep::= ENUMERATED {
frame-8,
frame-16,
frame-32,
frame-64
}
BCH-Channelizationcode ::= INTEGER (2..33)
SchedulingInformation ::= SEQUENCE {
scheduling SEQUENCE {
segCount SegCount DEFAULT 1,
sib-Pos CHOICE {
-- The element name indicates the repetition period and the value
-- (multiplied by two) indicates the position of the first segment.
rep4 INTEGER (0..1),
rep8 INTEGER (0..3),
rep16 INTEGER (0..7),
rep32 INTEGER (0..15),
rep64 INTEGER (0..31),
rep128 INTEGER (0..63),
rep256 INTEGER (0..127),
rep512 INTEGER (0..255),
rep1024 INTEGER (0..511),
rep2048 INTEGER (0..1023),
rep4096 INTEGER (0..2047)
},
sib-PosOffsetInfo SibOFF-List OPTIONAL
}
}
SchedulingInformation2 ::= CHOICE {
scheduling SEQUENCE {
segCount SegCount OPTIONAL,
sib-Pos CHOICE {
-- The element name indicates the repetition period and the value
-- (multiplied by two) indicates the position of the first segment.
rep4 INTEGER (0..1),
rep8 INTEGER (0..3),
rep16 INTEGER (0..7),
rep32 INTEGER (0..15),
rep64 INTEGER (0..31),
rep128 INTEGER (0..63),
rep256 INTEGER (0..127),
rep512 INTEGER (0..255),
rep1024 INTEGER (0..511),
rep2048 INTEGER (0..1023),
rep4096 INTEGER (0..2047)
},
sib-PosOffsetInfo SibOFF-List2 OPTIONAL
}
}
SchedulingInformationSIB ::= SEQUENCE {
sib-Type SIB-TypeAndTag,
scheduling SchedulingInformation
}
SchedulingInformationSIB2 ::= SEQUENCE {
sib-Type SIB-TypeAndTag2,
scheduling SchedulingInformation2
}
SchedulingInformationSIBSb ::= SEQUENCE {
sibSb-Type SIBSb-TypeAndTag,
scheduling SchedulingInformation
}
SchedulingInformationSIBSb2 ::= SEQUENCE {
sibSb-Type SIBSb-TypeAndTagExtValueTag
}
SegCount ::= INTEGER (1..16)
SegmentIndex ::= INTEGER (1..15)
-- Actual value SFN-Prime = 2 * IE value
SFN-Prime ::= INTEGER (0..2047)
SIB-Data-fixed ::= BIT STRING (SIZE (222))
SIB-Data2-fixed ::= BIT STRING (SIZE (232))
SIB-Data-variable ::= BIT STRING (SIZE (1..214))
SIB-Data2-variable ::= BIT STRING (SIZE (1..224))
SIBOccurIdentity ::= INTEGER (0..15)
SIBOccurrenceIdentityAndValueTag ::= SEQUENCE {
sibOccurIdentity SIBOccurIdentity,
sibOccurValueTag SIBOccurValueTag
}
SIBOccurValueTag ::= INTEGER (0..15)
SIB-ReferenceList ::= SEQUENCE (SIZE (1..maxSIB)) OF
SchedulingInformationSIB
SIB-ReferenceList2 ::= SEQUENCE (SIZE (1..maxSIB2)) OF
SchedulingInformationSIB2
SIBSb-ReferenceList ::= SEQUENCE (SIZE (1..maxSIB)) OF
SchedulingInformationSIBSb
SIBSb-ReferenceList2 ::= SEQUENCE (SIZE (1..maxSIB)) OF
SchedulingInformationSIBSb2
SIB-ReferenceListFACH ::= SEQUENCE (SIZE (1..maxSIB-FACH)) OF
SchedulingInformationSIB
SIB-Type ::= ENUMERATED {
masterInformationBlock,
systemInformationBlockType1,
systemInformationBlockType2,
systemInformationBlockType3,
systemInformationBlockType4,
systemInformationBlockType5,
systemInformationBlockType6,
systemInformationBlockType7,
-- dummy, dummy2 and dummy3 are not used in this version of the specification,
-- they should not be sent. If they are received they should be ignored
dummy,
dummy2,
dummy3,
systemInformationBlockType11,
systemInformationBlockType12,
systemInformationBlockType13,
systemInformationBlockType13-1,
systemInformationBlockType13-2,
systemInformationBlockType13-3,
systemInformationBlockType13-4,
systemInformationBlockType14,
systemInformationBlockType15,
systemInformationBlockType15-1,
systemInformationBlockType15-2,
systemInformationBlockType15-3,
systemInformationBlockType16,
systemInformationBlockType17,
systemInformationBlockType15-4,
systemInformationBlockType18,
schedulingBlock1,
schedulingBlock2,
systemInformationBlockType15-5,
systemInformationBlockType5bis,
extensionType }
SIB-Type2 ::= ENUMERATED {
schedulingBlock3,
systemInformationBlockType1,
systemInformationBlockType2,
systemInformationBlockType3,
systemInformationBlockType4,
systemInformationBlockType5,
systemInformationBlockType5bis,
systemInformationBlockType6,
systemInformationBlockType7,
systemInformationBlockType11,
systemInformationBlockType11bis,
systemInformationBlockType12,
systemInformationBlockType13,
systemInformationBlockType13-1,
systemInformationBlockType13-2,
systemInformationBlockType13-3,
systemInformationBlockType13-4,
systemInformationBlockType14,
systemInformationBlockType15,
systemInformationBlockType15bis,
systemInformationBlockType15-1,
systemInformationBlockType15-1bis,
systemInformationBlockType15-1ter,
systemInformationBlockType15-2,
systemInformationBlockType15-2bis,
systemInformationBlockType15-2ter,
systemInformationBlockType15-3,
systemInformationBlockType15-3bis,
systemInformationBlockType15-4,
systemInformationBlockType15-5,
systemInformationBlockType15-6,
systemInformationBlockType15-7,
systemInformationBlockType15-8,
systemInformationBlockType16,
systemInformationBlockType17,
systemInformationBlockType18,
systemInformationBlockType19,
systemInformationBlockType20,
systemInformationBlockType21,
systemInformationBlockType22,
systemInformationBlockType23,
systemInformationBlockType24,
systemInformationBlockType11ter,
systemInformationBlockType25,
spare20, spare19, spare18,
spare17, spare16, spare15, spare14, spare13, spare12,
spare11, spare10, spare9, spare8, spare7, spare6,
spare5,
spare4, spare3, spare2, spare1 }
SIB-TypeAndTag ::= CHOICE {
sysInfoType1 PLMN-ValueTag,
sysInfoType2 CellValueTag,
sysInfoType3 CellValueTag,
sysInfoType4 CellValueTag,
sysInfoType5 CellValueTag,
sysInfoType6 CellValueTag,
sysInfoType7 NULL,
-- dummy, dummy2 and dummy3 are not used in this version of the specification,
-- they should not be sent. If they are received the UE behaviour is not specified.
dummy CellValueTag,
dummy2 NULL,
dummy3 NULL,
sysInfoType11 CellValueTag,
sysInfoType12 CellValueTag,
sysInfoType13 CellValueTag,
sysInfoType13-1 CellValueTag,
sysInfoType13-2 CellValueTag,
sysInfoType13-3 CellValueTag,
sysInfoType13-4 CellValueTag,
sysInfoType14 NULL,
sysInfoType15 CellValueTag,
sysInfoType16 PredefinedConfigIdentityAndValueTag,
sysInfoType17 NULL,
sysInfoType15-1 CellValueTag,
sysInfoType15-2 SIBOccurrenceIdentityAndValueTag,
sysInfoType15-3 SIBOccurrenceIdentityAndValueTag,
sysInfoType15-4 CellValueTag,
sysInfoType18 CellValueTag,
sysInfoType15-5 CellValueTag,
sysInfoType5bis CellValueTag,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
SIB-TypeAndTag2 ::= CHOICE {
sysInfoType1 PLMN-ValueTag,
sysInfoType2 CellValueTag,
sysInfoType3 CellValueTag3,
sysInfoType4 CellValueTag,
sysInfoType5 CellValueTag3,
sysInfoType5bis CellValueTag3,
sysInfoType6 CellValueTag,
sysInfoType7 NULL,
sysInfoType11 CellValueTag,
sysInfoType11bis CellValueTag,
sysInfoType12 CellValueTag,
sysInfoType13 CellValueTag,
sysInfoType13-1 CellValueTag,
sysInfoType13-2 CellValueTag,
sysInfoType13-3 CellValueTag,
sysInfoType13-4 CellValueTag,
sysInfoType14 NULL,
sysInfoType15 CellValueTag,
sysInfoType15bis CellValueTag,
sysInfoType15-1 CellValueTag,
sysInfoType15-1bis CellValueTag,
sysInfoType15-1ter CellValueTag,
sysInfoType15-2 SIBOccurrenceIdentityAndValueTag,
sysInfoType15-2bis SIBOccurrenceIdentityAndValueTag,
sysInfoType15-2ter SIBOccurrenceIdentityAndValueTag,
sysInfoType15-3 SIBOccurrenceIdentityAndValueTag,
sysInfoType15-3bis SIBOccurrenceIdentityAndValueTag,
sysInfoType15-4 CellValueTag,
sysInfoType15-5 CellValueTag,
sysInfoType15-6 CellValueTag,
sysInfoType15-7 CellValueTag,
sysInfoType15-8 CellValueTag,
sysInfoType16 PredefinedConfigIdentityAndValueTag,
sysInfoType17 NULL,
sysInfoType18 CellValueTag,
sysInfoType19 CellValueTag,
sysInfoType20 CellValueTag,
sysInfoType21 CellValueTag3,
sysInfoType22 CellValueTag3,
sysInfoType23 CellValueTag,
sysInfoType24 NULL,
sysInfoType11ter CellValueTag3,
sysInfoType25 NULL,
spare21 NULL,
spare20 NULL,
spare19 NULL,
spare18 NULL,
spare17 NULL,
spare16 NULL,
spare15 NULL,
spare14 NULL,
spare13 NULL,
spare12 NULL,
spare11 NULL,
spare10 NULL,
spare9 NULL,
spare8 NULL,
spare7 NULL,
spare6 NULL,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
SIBSb-TypeAndTag ::= CHOICE {
sysInfoType1 PLMN-ValueTag,
sysInfoType2 CellValueTag,
sysInfoType3 CellValueTag,
sysInfoType4 CellValueTag,
sysInfoType5 CellValueTag,
sysInfoType6 CellValueTag,
sysInfoType7 NULL,
-- dummy, dummy2 and dummy3 are not used in this version of the specification,
-- they should not be sent. If they are received the UE behaviour is not specified.
dummy CellValueTag,
dummy2 NULL,
dummy3 NULL,
sysInfoType11 CellValueTag,
sysInfoType12 CellValueTag,
sysInfoType13 CellValueTag,
sysInfoType13-1 CellValueTag,
sysInfoType13-2 CellValueTag,
sysInfoType13-3 CellValueTag,
sysInfoType13-4 CellValueTag,
sysInfoType14 NULL,
sysInfoType15 CellValueTag,
sysInfoType16 PredefinedConfigIdentityAndValueTag,
sysInfoType17 NULL,
sysInfoTypeSB1 CellValueTag,
sysInfoTypeSB2 CellValueTag,
sysInfoType15-1 CellValueTag,
sysInfoType15-2 SIBOccurrenceIdentityAndValueTag,
sysInfoType15-3 SIBOccurrenceIdentityAndValueTag,
sysInfoType15-4 CellValueTag,
sysInfoType18 CellValueTag,
sysInfoType15-5 CellValueTag,
sysInfoType5bis CellValueTag,
spare2 NULL,
spare1 NULL
}
SIBSb-TypeAndTagExtValueTag ::= CHOICE {
sysInfoType3 CellValueTagExt,
sysInfoType5 CellValueTagExt,
sysInfoType5bis CellValueTagExt,
sysInfoType21 CellValueTagExt,
sysInfoType22 CellValueTagExt,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
SIB-TypeExt ::= CHOICE {
systemInfoType11bis NULL,
systemInfoType15bis NULL,
systemInfoType15-1bis NULL,
systemInfoType15-2bis NULL,
systemInfoType15-3bis NULL,
systemInfoType15-6 NULL,
systemInfoType15-7 NULL,
systemInfoType15-8 NULL
}
SIB-TypeExt2 ::= CHOICE {
systemInfoType19 NULL,
systemInfoType15-2ter NULL,
systemInfoType20 NULL,
systemInfoType21 NULL,
systemInfoType22 NULL,
systemInfoType15-1ter NULL,
systemInfoType23 NULL,
systemInfoType24 NULL
}
SIB-TypeExt3 ::= CHOICE {
systemInfoType11ter NULL,
systemInfoType25 NULL,
spare6 NULL,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
SIB-TypeExtGANSS ::= CHOICE {
systemInfoType15-1bis NULL,
systemInfoType15-2bis NULL,
systemInfoType15-2ter NULL,
systemInfoType15-3bis NULL,
systemInfoType15-6 NULL,
systemInfoType15-7 NULL,
systemInfoType15-8 NULL,
spare9 NULL,
spare8 NULL,
spare7 NULL,
spare6 NULL,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
SibOFF ::= ENUMERATED {
so2, so4, so6, so8, so10,
so12, so14, so16, so18,
so20, so22, so24, so26,
so28, so30, so32 }
SibOFF-vc50ext ::= SEQUENCE {
sibOFF SibOFF OPTIONAL
}
SibOFF-List ::= SEQUENCE (SIZE (1..15)) OF
SibOFF
SibOFF-List2 ::= SEQUENCE (SIZE (1..15)) OF
SibOFF-vc50ext
SpecificACDC-BarringInformation ::= SEQUENCE (SIZE (1.. maxNumAcdcCategory)) OF
SEQUENCE {
acdc-Barring ACDC-Barring OPTIONAL,
expirationTimeFactor ExpirationTimeFactor2 OPTIONAL
}
SysInfoType1 ::= SEQUENCE {
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainSysInfoList CN-DomainSysInfoList,
-- User equipment IEs
ue-ConnTimersAndConstants UE-ConnTimersAndConstants OPTIONAL,
ue-IdleTimersAndConstants UE-IdleTimersAndConstants OPTIONAL,
-- Extension mechanism for non- release99 information
v3a0NonCriticalExtensions SEQUENCE {
sysInfoType1-v3a0ext SysInfoType1-v3a0ext-IEs,
v860NonCriticalExtentions SEQUENCE {
sysInfoType1-v860ext SysInfoType1-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType1-v3a0ext-IEs ::= SEQUENCE {
ue-ConnTimersAndConstants-v3a0ext UE-ConnTimersAndConstants-v3a0ext,
ue-IdleTimersAndConstants-v3a0ext UE-IdleTimersAndConstants-v3a0ext
}
SysInfoType1-v860ext-IEs ::= SEQUENCE {
ue-ConnTimersAndConstants UE-ConnTimersAndConstants-v860ext
}
SysInfoType2 ::= SEQUENCE {
-- UTRAN mobility IEs
ura-IdentityList URA-IdentityList,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType3 ::= SEQUENCE {
sib4indicator BOOLEAN,
-- UTRAN mobility IEs
cellIdentity CellIdentity,
cellSelectReselectInfo CellSelectReselectInfoSIB-3-4,
cellAccessRestriction CellAccessRestriction,
-- Extension mechanism for non- release99 information
v4b0NonCriticalExtensions SEQUENCE {
sysInfoType3-v4b0ext SysInfoType3-v4b0ext-IEs,
v590NonCriticalExtension SEQUENCE {
sysInfoType3-v590ext SysInfoType3-v590ext,
v5c0NoncriticalExtension SEQUENCE {
sysInfoType3-v5c0ext SysInfoType3-v5c0ext-IEs,
v670NonCriticalExtension SEQUENCE {
sysInfoType3-v670ext SysInfoType3-v670ext,
v770NonCriticalExtension SEQUENCE {
sysInfoType3-v770ext SysInfoType3-v770ext-IEs,
v830NonCriticalExtension SEQUENCE {
sysInfoType3-v830ext SysInfoType3-v830ext-IEs,
v860NonCriticalExtension SEQUENCE {
sysInfoType3-v860ext SysInfoType3-v860ext-IEs,
v870NonCriticalExtension SEQUENCE {
sysInfoType3-v870ext SysInfoType3-v870ext-IEs,
v900NonCriticalExtension SEQUENCE {
sysInfoType3-v920ext SysInfoType3-v920ext-IEs,
vc50NonCriticalExtension SEQUENCE {
sysInfoType3-vc50ext SysInfoType3-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType3-v4b0ext-IEs ::= SEQUENCE {
mapping-LCR Mapping-LCR-r4 OPTIONAL
}
SysInfoType3-v590ext ::= SEQUENCE {
cellSelectReselectInfo-v590ext CellSelectReselectInfo-v590ext OPTIONAL
}
SysInfoType3-v5c0ext-IEs ::= SEQUENCE {
cellSelectReselectInfoTreselectionScaling-v5c0ext
CellSelectReselectInfoTreselectionScaling-v5c0ext OPTIONAL
}
SysInfoType3-v670ext ::= SEQUENCE {
domainSpecificAccessRestrictionParametersForPLMNOfMIB
DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
domainSpecificAccessRestictionForSharedNetwork
DomainSpecificAccessRestrictionForSharedNetwork-v670ext OPTIONAL
}
SysInfoType3-v770ext-IEs ::= SEQUENCE {
deferredMeasurementControlReadingSupport
DeferredMeasurementControlReadingSupport OPTIONAL,
q-QualMin-Offset Q-QualMin-Offset OPTIONAL,
q-RxlevMin-Offset Q-RxlevMin-Offset OPTIONAL,
mbsfnOnlyService MBSFNOnlyService OPTIONAL
}
SysInfoType3-v830ext-IEs ::= SEQUENCE {
pagingPermissionWithAccessControlParametersForPLMNOfMIB
PagingPermissionWithAccessControlParameters OPTIONAL,
pagingPermissionWithAccessControlParametersForSharedNetwork
PagingPermissionWithAccessControlForSharedNetwork OPTIONAL
}
SysInfoType3-v860ext-IEs ::= SEQUENCE {
csgIdentity CSG-Identity OPTIONAL,
csg-PSCSplitInfo CSG-PSCSplitInfo OPTIONAL
}
SysInfoType3-v870ext-IEs ::= SEQUENCE {
cellAccessRestriction CellAccessRestriction-v870ext OPTIONAL
}
SysInfoType3-v920ext-IEs ::= SEQUENCE {
imsEmergencySupportIndicator ENUMERATED { supported } OPTIONAL
}
SysInfoType3-vc50ext-IEs ::= SEQUENCE {
txFailParams TxFailParams OPTIONAL
}
SysInfoType4 ::= SEQUENCE {
-- UTRAN mobility IEs
cellIdentity CellIdentity,
cellSelectReselectInfo CellSelectReselectInfoSIB-3-4,
cellAccessRestriction CellAccessRestriction,
-- Extension mechanism for non- release99 information
v4b0NonCriticalExtensions SEQUENCE {
sysInfoType4-v4b0ext SysInfoType4-v4b0ext-IEs,
v590NonCriticalExtension SEQUENCE {
sysInfoType4-v590ext SysInfoType4-v590ext,
v5b0NonCriticalExtension SEQUENCE {
sysInfoType4-v5b0ext SysInfoType4-v5b0ext-IEs,
v5c0NonCriticalExtension SEQUENCE {
sysInfoType4-v5c0ext SysInfoType4-v5c0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType4-v4b0ext-IEs ::= SEQUENCE {
mapping-LCR Mapping-LCR-r4 OPTIONAL
}
SysInfoType4-v590ext ::= SEQUENCE {
cellSelectReselectInfo-v590ext CellSelectReselectInfo-v590ext OPTIONAL
}
SysInfoType4-v5b0ext-IEs ::= SEQUENCE {
cellSelectReselectInfoPCHFACH-v5b0ext CellSelectReselectInfoPCHFACH-v5b0ext OPTIONAL
}
SysInfoType4-v5c0ext-IEs ::= SEQUENCE {
cellSelectReselectInfoTreselectionScaling-v5c0ext
CellSelectReselectInfoTreselectionScaling-v5c0ext OPTIONAL
}
SysInfoType5 ::= SEQUENCE {
sib6indicator BOOLEAN,
-- Physical channel IEs
pich-PowerOffset PICH-PowerOffset,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
aich-PowerOffset AICH-PowerOffset
},
tdd SEQUENCE {
-- If PDSCH/PUSCH is configured for 1.28Mcps or 7.68Mcps TDD, the following IEs should be absent
-- and the info included in the respective tdd128SpecificInfo or tdd768SpecificInfo instead.
-- If PDSCH/PUSCH is configured for 3.84Mcps TDD in R5, HCR-r5-SpecificInfo should also be
-- included.
pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN OPTIONAL,
pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN OPTIONAL,
openLoopPowerControl-TDD OpenLoopPowerControl-TDD
}
},
primaryCCPCH-Info PrimaryCCPCH-Info OPTIONAL,
prach-SystemInformationList PRACH-SystemInformationList,
sCCPCH-SystemInformationList SCCPCH-SystemInformationList,
-- cbs-DRX-Level1Information is conditional on any of the CTCH indicator IEs in
-- sCCPCH-SystemInformationList
cbs-DRX-Level1Information CBS-DRX-Level1Information OPTIONAL,
-- Extension mechanism for non- release99 information
v4b0NonCriticalExtensions SEQUENCE {
sysInfoType5-v4b0ext SysInfoType5-v4b0ext-IEs OPTIONAL,
-- Extension mechanism for non- rel-4 information
v590NonCriticalExtensions SEQUENCE {
sysInfoType5-v590ext SysInfoType5-v590ext-IEs OPTIONAL,
v650NonCriticalExtensions SEQUENCE {
sysInfoType5-v650ext SysInfoType5-v650ext-IEs OPTIONAL,
v680NonCriticalExtensions SEQUENCE {
sysInfoType5-v680ext SysInfoType5-v680ext-IEs OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
sysInfoType5-v690ext SysInfoType5-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
sysInfoType5-v770ext SysInfoType5-v770ext-IEs,
v860NonCriticalExtensions SEQUENCE {
sysInfoType5-v860ext SysInfoType5-v860ext-IEs,
v890NonCriticalExtensions SEQUENCE {
sysInfoType5-v890ext SysInfoType5-v890ext-IEs,
v8b0NonCriticalExtensions SEQUENCE {
sysInfoType5-v8b0ext
SysInfoType5-v8b0ext-IEs,
v8d0NonCriticalExtensions SEQUENCE {
sysInfoType5-v8d0ext
SysInfoType5-v8d0ext-IEs,
va40NonCriticalExtensions SEQUENCE {
sysInfoType5-va40ext
SysInfoType5-va40ext-IEs,
va80NonCriticalExtensions SEQUENCE {
sysInfoType5-va80ext SysInfoType5-va80ext-IEs,
vb50NonCriticalExtensions
SysInfoType5-NonCriticalExtensions-vb50-IEs
OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType5-v4b0ext-IEs ::= SEQUENCE {
--The following IE PNBSCH-Allocation-r4 shall be used for 3.84Mcps TDD only.
pNBSCH-Allocation-r4 PNBSCH-Allocation-r4 OPTIONAL,
-- In case of TDD, the following IE is included instead of the
-- IE up-IPDL-Parameter in up-OTDOA-AssistanceData.
openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL,
-- If SysInfoType5 is sent to describe a 1.28Mcps TDD cell, the IE PRACH-RACH-Info included in
-- PRACH-SystemInformationList shall be ignored, the IE PRACH-Partitioning and the
-- IE rach-TransportFormatSet shall be absent and the corresponding IE in the following
-- PRACH-SystemInformationList-LCR-r4 shall be used
prach-SystemInformationList-LCR-r4 PRACH-SystemInformationList-LCR-r4 OPTIONAL,
tdd128SpecificInfo SEQUENCE {
pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN-LCR-r4 OPTIONAL,
pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN-LCR-r4 OPTIONAL,
pCCPCH-LCR-Extensions PrimaryCCPCH-Info-LCR-r4-ext OPTIONAL,
sCCPCH-LCR-ExtensionsList SCCPCH-SystemInformationList-LCR-r4-ext
} OPTIONAL,
frequencyBandIndicator RadioFrequencyBandFDD OPTIONAL
}
SysInfoType5-v590ext-IEs ::= SEQUENCE {
hcr-r5-SpecificInfo SEQUENCE {
pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN-HCR-r5 OPTIONAL,
pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN-HCR-r5 OPTIONAL
} OPTIONAL
}
SysInfoType5-v650ext-IEs ::= SEQUENCE {
frequencyBandIndicator2 RadioFrequencyBandFDD2
}
SysInfoType5-v680ext-IEs ::= SEQUENCE {
-- TABULAR: HSDPA Cell Indicator is MD in tabular description
-- Default value is 'HSDPA Capability not indicated'
hsdpa-CellIndicator ENUMERATED { hsdpa-CapableCell } OPTIONAL
}
SysInfoType5-v690ext-IEs ::= SEQUENCE {
-- TABULAR: E-DCH Cell Indicator is MD in tabular description
-- Default value is 'E-DCH Capability not indicated'
edch-CellIndicator ENUMERATED { edch-CapableCell } OPTIONAL,
sccpch-SystemInformation-MBMS CHOICE {
mcchOnSCCPCHusedForNonMBMS MBMS-MCCH-ConfigurationInfo-r6,
mcchOnSCCPCHusedOnlyForMBMS SCCPCH-SystemInformation-MBMS-r6
} OPTIONAL,
additionalPRACH-TF-and-TFCS-CCCH-List AdditionalPRACH-TF-and-TFCS-CCCH-List OPTIONAL,
cBS-DRX-Level1Information-extension CBS-DRX-Level1Information-extension-r6 OPTIONAL
}
SysInfoType5-v770ext-IEs ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
hs-dsch-CommonSystemInformation HS-DSCH-CommonSystemInformation,
hs-dsch-PagingSystemInformation HS-DSCH-PagingSystemInformation OPTIONAL
},
tdd768 SEQUENCE {
pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN-VHCR OPTIONAL,
pdsch-SysInfoList-SFN PDSCH-SysInfoList-VHCR-r7 OPTIONAL,
-- If SysInfoType5 is sent to configure a 7.68Mcps TDD cell, the 'prach-RACH-Info' in
-- IE PRACH-SystemInformationList shall be ignored, 'prach-Partitioning' shall be absent
-- and the corresponding IE in the following IE PRACH-SystemInformationList-VHCR-r7
-- shall be used instead.
prach-SystemInformationList PRACH-SystemInformationList-VHCR-r7 OPTIONAL
},
tdd128 SEQUENCE {
prach-SystemInformationList PRACH-SystemInformationList-LCR-v770ext OPTIONAL
}
} OPTIONAL,
-- If SysInfoType5 is sent to configure a 7.68 Mcps TDD cell (in any mode) or a 3.84 Mcps TDD
-- cell operating in MBSFN mode, IE SCCPCH-SystemInformationList-HCR-VHCR-r7 is used, otherwise
-- IE SCCPCH-SystemInformationList-r6 is used.
sccpch-SystemInformationList SCCPCH-SystemInformationList-HCR-VHCR-r7 OPTIONAL,
sccpch-SystemInformation-MBMS CHOICE {
-- If choice is 'mcchOnSCCPCHusedForNonMBMS', IE MBMS-MCCH-ConfigurationInfo-r6 is used.
-- If choice is 'mcchOnSCCPCHusedOnlyForMBMS', IE MBMS-MCCH-ConfigurationInfo-r7 is used
-- to configure a 7.68Mcps TDD cell or a cell operating in MBSFN mode, otherwise IE
-- SCCPCH-SystemInformation-MBMS-r6 is used.
mcchOnSCCPCHusedOnlyForMBMS SCCPCH-SystemInformation-MBMS-r7
} OPTIONAL,
tDD-MBSFNInformation TDD-MBSFNInformation OPTIONAL
}
SysInfoType5-v860ext-IEs ::= SEQUENCE {
-- The field 'dummy' shall be marked absent in SysInfoType5 and SysInfoType5bis. A failure to
-- comply with this requirement may prevent the UE to receive any service in the cell. The UE
-- may treat the cell as barred.
dummy SEQUENCE {} OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
hs-dsch-DrxCellfach-info HS-DSCH-DrxCellfach-info OPTIONAL
},
tdd128 SEQUENCE {
hs-dsch-CommonSysInfo SEQUENCE {
hs-dsch-CommonSystemInformation HS-DSCH-CommonSystemInformation-TDD128,
hs-dsch-PagingSystemInformation HS-DSCH-PagingSystemInformation-TDD128 OPTIONAL
} OPTIONAL,
hs-dsch-DrxCellfach-info HS-DSCH-DrxCellfach-info-TDD128 OPTIONAL
}
}
}
SysInfoType5-v890ext-IEs ::= SEQUENCE {
secondFrequencyInfo FrequencyInfoTDD OPTIONAL,
commonEDCHSystemInfo CommonEDCHSystemInfo OPTIONAL
}
SysInfoType5-v8b0ext-IEs ::= SEQUENCE {
tresetUsageIndicator ENUMERATED { true } OPTIONAL,
upPCHpositionInfo UpPCHposition-LCR OPTIONAL
}
SysInfoType5-v8d0ext-IEs ::= SEQUENCE {
commonEDCHSystemInfoFDD CommonEDCHSystemInfoFDD OPTIONAL
}
SysInfoType5-va40ext-IEs ::= SEQUENCE {
frequencyBandsIndicatorSupport FrequencyBandsIndicatorSupport OPTIONAL,
frequencyBandIndicator3 RadioFrequencyBandFDD3 OPTIONAL
}
SysInfoType5-va80ext-IEs ::= SEQUENCE {
multipleFrequencyBandIndicatorListFDD MultipleFrequencyBandIndicatorListFDD OPTIONAL
}
SysInfoType5-NonCriticalExtensions-vb50-IEs::= SEQUENCE {
sysInfoType5-vb50ext SysInfoType5-vb50ext-IEs,
ve30NonCriticalExtensions SysInfoType5-NonCriticalExtensions-ve30-IEs OPTIONAL
}
SysInfoType5-NonCriticalExtensions-ve30-IEs::= SEQUENCE {
sysInfoType5-ve30ext SysInfoType5-ve30ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType5-ve30ext-IEs ::= SEQUENCE {
adjacentchannelinterferencelevel ENUMERATED { moderate, high } OPTIONAL
}
SysInfoType5-vb50ext-IEs ::= SEQUENCE {
sib22indicator BOOLEAN,
cellUpdateMessageOptimisedEncoding ENUMERATED { true } OPTIONAL
}
-- SysInfoType5bis uses the same structure as SysInfoType5
SysInfoType5bis ::= SysInfoType5
SysInfoType6 ::= SEQUENCE {
-- Physical channel IEs
pich-PowerOffset PICH-PowerOffset,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
aich-PowerOffset AICH-PowerOffset,
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy CSICH-PowerOffset OPTIONAL
},
tdd SEQUENCE {
-- If PDSCH/PUSCH is configured for 1.28Mcps TDD, pusch-SysInfoList-SFN,
-- pdsch-SysInfoList-SFN and openLoopPowerControl-TDD should be absent
-- and the info included in the tdd128SpecificInfo instead.
-- If PDSCH/PUSCH is configured for 7.68Mcps TDD, pusch-SysInfoList-SFN
-- and pdsch-SysInfoList-SFN should be absent and the info included in the
-- tdd768SpecificInfo instead.
-- If PDSCH/PUSCH is configured for 3.84Mcps TDD in R5, HCR-r5-SpecificInfo should
-- also be included.
pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN OPTIONAL,
pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN OPTIONAL,
openLoopPowerControl-TDD OpenLoopPowerControl-TDD
}
},
primaryCCPCH-Info PrimaryCCPCH-Info OPTIONAL,
prach-SystemInformationList PRACH-SystemInformationList OPTIONAL,
sCCPCH-SystemInformationList SCCPCH-SystemInformationList OPTIONAL,
cbs-DRX-Level1Information CBS-DRX-Level1Information OPTIONAL,
-- Conditional on any of the CTCH indicator IEs in
-- sCCPCH-SystemInformationList
-- Extension mechanism for non- release99 information
v4b0NonCriticalExtensions SEQUENCE {
sysInfoType6-v4b0ext SysInfoType6-v4b0ext-IEs OPTIONAL,
-- Extension mechanism for non- rel-4 information
v590NonCriticalExtensions SEQUENCE {
sysInfoType6-v590ext SysInfoType6-v590ext-IEs OPTIONAL,
v650nonCriticalExtensions SEQUENCE {
sysInfoType6-v650ext SysInfoType6-v650ext-IEs OPTIONAL,
v690nonCriticalExtensions SEQUENCE {
sysInfoType6-v690ext SysInfoType6-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
sysInfoType6-v770ext SysInfoType6-v770ext-IEs,
va40NonCriticalExtensions SEQUENCE {
sysInfoType6-va40ext SysInfoType6-va40ext-IEs,
va80NonCriticalExtensions SEQUENCE {
sysInfoType6-va80ext SysInfoType6-va80ext-IEs,
ve30NonCriticalExtensions SysInfoType6-NonCriticalExtensions-ve30-IEs OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType6-NonCriticalExtensions-ve30-IEs::= SEQUENCE {
sysInfoType6-ve30ext SysInfoType6-ve30ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType6-ve30ext-IEs ::= SEQUENCE {
adjacentchannelinterferencelevel ENUMERATED { moderate, high } OPTIONAL
}
SysInfoType6-v4b0ext-IEs ::= SEQUENCE {
-- openLoopPowerControl-IPDL-TDD is present only if IPDLs are applied for TDD
openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL,
-- If SysInfoType6 is sent to describe a 1.28Mcps TDD cell, the IE PRACH-RACH-Info included
-- in PRACH-SystemInformationList shall be ignored, the IE PRACH-Partitioning and the
-- IE rach-TransportFormatSet shall be absent and the corresponding IEs in the following
-- PRACH-SystemInformationList-LCR-r4 shall be used
prach-SystemInformationList-LCR-r4 PRACH-SystemInformationList-LCR-r4 OPTIONAL,
tdd128SpecificInfo SEQUENCE {
pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN-LCR-r4 OPTIONAL,
pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN-LCR-r4 OPTIONAL,
pCCPCH-LCR-Extensions PrimaryCCPCH-Info-LCR-r4-ext OPTIONAL,
sCCPCH-LCR-ExtensionsList SCCPCH-SystemInformationList-LCR-r4-ext OPTIONAL
} OPTIONAL,
frequencyBandIndicator RadioFrequencyBandFDD OPTIONAL
}
SysInfoType6-v590ext-IEs ::= SEQUENCE {
hcr-r5-SpecificInfo SEQUENCE {
pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN-HCR-r5 OPTIONAL,
pdsch-SysInfoList-SFN PDSCH-SysInfoList-SFN-HCR-r5 OPTIONAL
} OPTIONAL
}
SysInfoType6-v650ext-IEs ::= SEQUENCE {
frequencyBandIndicator2 RadioFrequencyBandFDD2
}
SysInfoType6-v690ext-IEs ::= SEQUENCE {
additionalPRACH-TF-and-TFCS-CCCH-List AdditionalPRACH-TF-and-TFCS-CCCH-List OPTIONAL
}
SysInfoType6-v770ext-IEs ::= SEQUENCE {
tdd768SpecificInfo SEQUENCE {
pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN-VHCR OPTIONAL,
pdsch-SysInfoList-SFN PDSCH-SysInfoList-VHCR-r7 OPTIONAL,
-- If SysInfoType6 is sent to configure a 7.68Mcps TDD cell, the 'prach-RACH-Info' in
-- IE PRACH-SystemInformationList shall be ignored, 'prach-Partitioning' shall be absent
-- and the corresponding IE in the following IE PRACH-SystemInformationList-VHCR-r7
-- shall be used instead.
prach-SystemInformationList PRACH-SystemInformationList-VHCR-r7 OPTIONAL
} OPTIONAL,
-- If SysInfoType6 is sent to configure a 7.68 Mcps TDD cell,
-- IE SCCPCH-SystemInformationList-HCR-VHCR-r7 is used, otherwise
-- IE SCCPCH-SystemInformationList-r6 is used.
sccpch-SystemInformationList SCCPCH-SystemInformationList-HCR-VHCR-r7 OPTIONAL
}
SysInfoType6-va40ext-IEs ::= SEQUENCE {
frequencyBandIndicator3 RadioFrequencyBandFDD3 OPTIONAL
}
SysInfoType6-va80ext-IEs ::= SEQUENCE {
multipleFrequencyBandIndicatorListFDD MultipleFrequencyBandIndicatorListFDD OPTIONAL
}
SysInfoType7 ::= SEQUENCE {
-- Physical channel IEs
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-Interference UL-Interference
},
tdd NULL
},
prach-Information-SIB5-List DynamicPersistenceLevelList,
prach-Information-SIB6-List DynamicPersistenceLevelList OPTIONAL,
expirationTimeFactor ExpirationTimeFactor OPTIONAL,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
-- This IE is not used in this version of the specification.
-- It was kept only for backwards compatibility reasons
SysInfoType8 ::= SEQUENCE {
-- User equipment IEs
-- dummy1, dummy2, dummy3 are not used in this version of the specification and
-- they should be ignored by the receiver.
dummy1 CPCH-Parameters,
-- Physical channel IEs
dummy2 CPCH-SetInfoList,
dummy3 CSICH-PowerOffset,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
-- This IE is not used in this version of the specification.
-- It was kept only for backwards compatibility reasons
SysInfoType9 ::= SEQUENCE {
-- Physical channel IEs
-- dummy is not used in this version of the specification and
-- it should be ignored by the receiver.
dummy CPCH-PersistenceLevelsList,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
-- This IE is not used in this version of the specification.
-- It was kept only for backwards compatibility reasons
SysInfoType10 ::= SEQUENCE {
-- User equipment IEs
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy DRAC-SysInfoList,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType11 ::= SEQUENCE {
sib12indicator BOOLEAN,
-- Measurement IEs
fach-MeasurementOccasionInfo FACH-MeasurementOccasionInfo OPTIONAL,
measurementControlSysInfo MeasurementControlSysInfo,
-- Extension mechanism for non- release99 information
v4b0NonCriticalExtensions SEQUENCE {
sysInfoType11-v4b0ext SysInfoType11-v4b0ext-IEs OPTIONAL,
v590NonCriticalExtension SEQUENCE {
sysInfoType11-v590ext SysInfoType11-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
sysInfoType11-v690ext SysInfoType11-v690ext-IEs,
v6b0NonCriticalExtensions SEQUENCE {
sysInfoType11-v6b0ext SysInfoType11-v6b0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
sysInfoType11-v770ext SysInfoType11-v770ext-IEs,
v7b0NonCriticalExtensions SEQUENCE {
sysInfoType11-v7b0ext SysInfoType11-v7b0ext-IEs,
v860NonCriticalExtensions SEQUENCE {
sysInfoType11-v860ext SysInfoType11-v860ext-IEs,
va80NonCriticalExtensions SEQUENCE {
sysInfoType11-va80ext SysInfoType11-va80ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
sysInfoType11-vc50ext SysInfoType11-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType11-v4b0ext-IEs ::= SEQUENCE {
fach-MeasurementOccasionInfo-LCR-Ext FACH-MeasurementOccasionInfo-LCR-r4-ext OPTIONAL,
measurementControlSysInfo-LCR MeasurementControlSysInfo-LCR-r4-ext
}
SysInfoType11-v590ext-IEs ::= SEQUENCE {
--The order of the list corresponds to the order of cell in newIntraFrequencyCellInfoList
newIntraFrequencyCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
CellSelectReselectInfo-v590ext OPTIONAL,
--The order of the list corresponds to the order of cell in newInterFrequencyCellInfoList
newInterFrequencyCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
CellSelectReselectInfo-v590ext OPTIONAL,
--The order of the list corresponds to the order of cell in newInterRATCellInfoList
newInterRATCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
CellSelectReselectInfo-v590ext OPTIONAL,
intraFreqEventCriteriaList-v590ext Intra-FreqEventCriteriaList-v590ext OPTIONAL,
intraFreqReportingCriteria-1b-r5 IntraFreqReportingCriteria-1b-r5 OPTIONAL,
intraFreqEvent-1d-r5 IntraFreqEvent-1d-r5 OPTIONAL
}
SysInfoType11-v690ext-IEs ::= SEQUENCE {
-- dummy is not used in this version of the specification. If received, the UE behaviour
-- is not specified.
dummy Dummy-InterFreqRACHReportingInfo OPTIONAL
}
SysInfoType11-v6b0ext-IEs ::= SEQUENCE {
-- Measurement IEs
interFreqRACHReportingInfo InterFreqRACHReportingInfo OPTIONAL
}
SysInfoType11-v770ext-IEs ::= SEQUENCE {
-- Measurement IEs
mbsfnFrequencyList MBSFNFrequencyList OPTIONAL
}
SysInfoType11-v7b0ext-IEs ::= SEQUENCE {
-- Measurement IEs
newInterFreqCellList NewInterFreqCellList-v7b0ext OPTIONAL
}
SysInfoType11-v860ext-IEs ::= SEQUENCE {
-- Measurement IEs
mbsfnFrequencyList MBSFNFrequencyList-v860ext OPTIONAL
}
SysInfoType11-va80ext-IEs ::= SEQUENCE {
-- Measurement IEs
multipleFrequencyInfoListFDD MultipleFrequencyInfoListFDD OPTIONAL
}
SysInfoType11-vc50ext-IEs ::= SEQUENCE {
measurementControlSysInfo MeasurementControlSysInfo-vc50ext OPTIONAL,
-- Measurement IEs
measurementScalingFactor MeasurementScalingFactor OPTIONAL
}
MeasurementScalingFactor ::= ENUMERATED {
sf-utra-cf1, sf-utra-cf2}
SysInfoType11bis ::= SEQUENCE {
-- Measurement IEs
measurementControlSysInfo MeasurementControlSysInfoExtension OPTIONAL,
measurementControlSysInfo-LCR MeasurementControlSysInfoExtension-LCR-r4 OPTIONAL,
measurementControlSysInfoExtensionAddon-r5
MeasurementControlSysInfoExtensionAddon-r5 OPTIONAL,
-- Extension mechanism for non-release99 information
v7b0NonCriticalExtensions SEQUENCE {
sysInfoType11bis-v7b0ext SysInfoType11bis-v7b0ext-IEs,
v860NonCriticalExtensions SEQUENCE {
sysInfoType11bis-v860ext SysInfoType11bis-v860ext-IEs,
va80NonCriticalExtensions SEQUENCE {
sysInfoType11bis-va80ext SysInfoType11bis-va80ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
sysInfoType11bis-vc50ext SysInfoType11bis-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType11bis-v7b0ext-IEs ::= SEQUENCE {
-- Measurement IEs
newInterFreqCellList NewInterFreqCellList-v7b0ext OPTIONAL
}
SysInfoType11bis-v860ext-IEs ::= SEQUENCE {
-- UTRAN mobility IEs
csg-PSCSplitInfo CSG-PSCSplitInfo OPTIONAL,
csg-DedicatedFrequencyInfoList CSG-DedicatedFrequencyInfoList OPTIONAL
}
SysInfoType11bis-va80ext-IEs ::= SEQUENCE {
-- Measurement IEs
multipleFrequencyInfoListFDD MultipleFrequencyInfoListFDD OPTIONAL
}
SysInfoType11bis-vc50ext-IEs ::= SEQUENCE {
measurementControlSysInfo MeasurementControlSysInfo-vc50ext OPTIONAL
}
SysInfoType11ter ::= SEQUENCE {
-- Measurement IEs
measureControlSysInfoInterFreqExt MeasureControlSysInfoInterFreqExt OPTIONAL,
multipleFrequencyInfoListFDD MultipleFrequencyInfoListFDD OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType12 ::= SEQUENCE {
-- Measurement IEs
fach-MeasurementOccasionInfo FACH-MeasurementOccasionInfo OPTIONAL,
measurementControlSysInfo MeasurementControlSysInfo,
-- Extension mechanism for non- release99 information
v4b0NonCriticalExtensions SEQUENCE {
sysInfoType12-v4b0ext SysInfoType12-v4b0ext-IEs OPTIONAL,
v590NonCriticalExtension SEQUENCE {
sysInfoType12-v590ext SysInfoType12-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
sysInfoType12-v690ext SysInfoType12-v690ext-IEs,
v6b0NonCriticalExtensions SEQUENCE {
sysInfoType12-v6b0ext SysInfoType12-v6b0ext-IEs,
v7b0NonCriticalExtensions SEQUENCE {
sysInfoType12-v7b0ext SysInfoType12-v7b0ext-IEs,
va80NonCriticalExtensions SEQUENCE {
sysInfoType12-va80ext SysInfoType12-va80ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
sysInfoType12-vc50ext SysInfoType12-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType12-v4b0ext-IEs ::= SEQUENCE {
fach-MeasurementOccasionInfo-LCR-Ext FACH-MeasurementOccasionInfo-LCR-r4-ext OPTIONAL,
measurementControlSysInfo-LCR MeasurementControlSysInfo-LCR-r4-ext
}
SysInfoType12-v590ext-IEs ::= SEQUENCE {
--The order of the list corresponds to the order of cell in newIntraFrequencyCellInfoList
newIntraFrequencyCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
CellSelectReselectInfo-v590ext OPTIONAL,
--The order of the list corresponds to the order of cell in newInterFrequencyCellInfoList
newInterFrequencyCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
CellSelectReselectInfo-v590ext OPTIONAL,
--The order of the list corresponds to the order of cell in newInterRATCellInfoList
newInterRATCellInfoList-v590ext SEQUENCE (SIZE (1..maxCellMeas)) OF
CellSelectReselectInfo-v590ext OPTIONAL,
intraFreqEventCriteriaList-v590ext Intra-FreqEventCriteriaList-v590ext OPTIONAL,
intraFreqReportingCriteria-1b-r5 IntraFreqReportingCriteria-1b-r5 OPTIONAL,
intraFreqEvent-1d-r5 IntraFreqEvent-1d-r5 OPTIONAL
}
SysInfoType12-v690ext-IEs ::= SEQUENCE {
-- dummy is not used in this version of the specification. If received, the UE behaviour
-- is not specified.
dummy Dummy-InterFreqRACHReportingInfo OPTIONAL
}
SysInfoType12-v6b0ext-IEs ::= SEQUENCE {
-- Measurement IEs
interFreqRACHReportingInfo InterFreqRACHReportingInfo OPTIONAL
}
SysInfoType12-v7b0ext-IEs ::= SEQUENCE {
-- Measurement IEs
newInterFreqCellList NewInterFreqCellList-v7b0ext OPTIONAL
}
SysInfoType12-va80ext-IEs ::= SEQUENCE {
-- Measurement IEs
multipleFrequencyInfoListFDD MultipleFrequencyInfoListFDD OPTIONAL
}
SysInfoType12-vc50ext-IEs ::= SEQUENCE {
measurementControlSysInfo MeasurementControlSysInfo-vc50ext OPTIONAL
}
SysInfoType13 ::= SEQUENCE {
-- Core network IEs
cn-DomainSysInfoList CN-DomainSysInfoList,
-- User equipment IEs
ue-IdleTimersAndConstants UE-IdleTimersAndConstants OPTIONAL,
capabilityUpdateRequirement CapabilityUpdateRequirement OPTIONAL,
-- Extension mechanism for non- release99 information
v3a0NonCriticalExtensions SEQUENCE {
sysInfoType13-v3a0ext SysInfoType13-v3a0ext-IEs,
v4b0NonCriticalExtensions SEQUENCE {
sysInfoType13-v4b0ext SysInfoType13-v4b0ext-IEs,
-- Extension mechanism for non- release99 information
v770NonCriticalExtensions SEQUENCE {
sysInfoType13-v770ext SysInfoType13-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType13-v3a0ext-IEs ::= SEQUENCE {
ue-IdleTimersAndConstants-v3a0ext UE-IdleTimersAndConstants-v3a0ext
}
SysInfoType13-v4b0ext-IEs ::= SEQUENCE {
capabilityUpdateRequirement-r4Ext CapabilityUpdateRequirement-r4-ext OPTIONAL
}
SysInfoType13-v770ext-IEs ::= SEQUENCE {
capabilityUpdateRequirement CapabilityUpdateRequirement-v770ext OPTIONAL
}
SysInfoType13-1 ::= SEQUENCE {
-- ANSI-41 IEs
ansi-41-RAND-Information ANSI-41-RAND-Information,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType13-2 ::= SEQUENCE {
-- ANSI-41 IEs
ansi-41-UserZoneID-Information ANSI-41-UserZoneID-Information,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType13-3 ::= SEQUENCE {
-- ANSI-41 IEs
ansi-41-PrivateNeighbourListInfo ANSI-41-PrivateNeighbourListInfo,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType13-4 ::= SEQUENCE {
-- ANSI-41 IEs
ansi-41-GlobalServiceRedirectInfo
ANSI-41-GlobalServiceRedirectInfo,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType14 ::= SEQUENCE {
-- Physical channel IEs
individualTS-InterferenceList IndividualTS-InterferenceList,
expirationTimeFactor ExpirationTimeFactor OPTIONAL,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType15 ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GPS-CipherParameters UE-Positioning-CipherParameters OPTIONAL,
ue-positioning-GPS-ReferenceLocation ReferenceLocation,
ue-positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime,
ue-positioning-GPS-Real-timeIntegrity BadSatList OPTIONAL,
-- Extension mechanism for non- release99 information
v4b0NonCriticalExtensions SEQUENCE {
sysInfoType15-v4b0ext SysInfoType15-v4b0ext-IEs,
-- Extension mechanism for non- release4 information
v770NonCriticalExtensions SEQUENCE {
sysInfoType15-v770ext SysInfoType15-v770ext-IEs,
va40NonCriticalExtensions SEQUENCE {
sysInfoType15-va40ext SysInfoType15-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType15-v4b0ext-IEs ::= SEQUENCE {
up-Ipdl-Parameters-TDD UE-Positioning-IPDL-Parameters-TDD-r4-ext OPTIONAL
}
SysInfoType15-v770ext-IEs ::= SEQUENCE {
-- Measurement IEs
ue-Positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime-v770ext
}
SysInfoType15-va40ext-IEs ::= SEQUENCE {
-- Measurement IEs
ue-Positioning-GPS-ReferenceTime UE-Positioning-GPS-ReferenceTime-va40ext
}
SysInfoType15bis ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GANSS-ReferencePosition ReferenceLocationGANSS,
ue-positioning-GANSS-ReferenceTime UE-Positioning-GANSS-ReferenceTime,
ue-positioning-GANSS-IonosphericModel UE-Positioning-GANSS-IonosphericModel OPTIONAL,
-- Extension mechanism for non-release99 information
v860NonCriticalExtensions SEQUENCE {
sysInfoType15bis-v860ext SysInfoType15bis-v860ext-IEs,
va40NonCriticalExtensions SEQUENCE {
sysInfoType15bis-va40ext SysInfoType15bis-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType15bis-v860ext-IEs ::= SEQUENCE {
-- Measurement IEs
ue-Positioning-GANSS-AddIonoModel UE-Positioning-GANSS-AddIonoModel OPTIONAL,
ue-Positioning-GANSS-EarthOrientationPara
UE-Positioning-GANSS-EarthOrientPara OPTIONAL
}
SysInfoType15bis-va40ext-IEs ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GANSS-ReferenceTime UE-Positioning-GANSS-ReferenceTime-va40ext
}
SysInfoType15-1 ::= SEQUENCE {
-- DGPS corrections
ue-positioning-GPS-DGPS-Corrections UE-Positioning-GPS-DGPS-Corrections,
-- Extension mechanism for non- release99 information
v920NonCriticalExtensions SEQUENCE {
sysInfoType15-1-v920ext SysInfoType15-1-v920ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
SysInfoType15-1-v920ext-IEs ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GPS-DGPS-Corrections UE-Positioning-GPS-DGPS-Corrections-v920ext
}
SysInfoType15-1bis ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GANSS-DGANSS-Corrections UE-Positioning-DGANSSCorrections,
-- Extension mechanism for non-release99 information
v920NonCriticalExtensions SEQUENCE {
sysInfoType15-1bis-v920ext SysInfoType15-1bis-v920ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
SysInfoType15-1bis-v920ext-IEs ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GANSS-DGANSS-Corrections UE-Positioning-DGANSSCorrections-v920ext
}
SysInfoType15-1ter ::= SEQUENCE {
-- Measurement IEs
uePositioning-BDSCorrections UE-Positioning-DBDSCorrections OPTIONAL,
uePositioningBDSIonoGridModel UE-Positioning-BDS-IonoGridModel OPTIONAL,
-- Extension mechanism for non-release12 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType15-2 ::= SEQUENCE {
-- Ephemeris and clock corrections
transmissionTOW GPS-TOW-1sec,
satID SatID,
ephemerisParameter EphemerisParameter,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType15-2bis ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GANSS-navigationModel UE-Positioning-GANSS-NavigationModel,
-- Extension mechanism for non-release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType15-2ter ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GANSS-AddNavigationModels UE-Positioning-GANSS-AddNavigationModels,
-- Extension mechanism for non-release99 information
vc50NonCriticalExtensions SEQUENCE {
sysInfoType15-2ter-vc50ext SysInfoType15-2ter-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
SysInfoType15-2ter-vc50ext-IEs ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GANSS-AddNavigationModels UE-Positioning-GANSS-AddNavigationModels-vc50ext OPTIONAL
}
SysInfoType15-3 ::= SEQUENCE {
-- Almanac and other data
transmissionTOW GPS-TOW-1sec,
ue-positioning-GPS-Almanac UE-Positioning-GPS-Almanac OPTIONAL,
ue-positioning-GPS-IonosphericModel UE-Positioning-GPS-IonosphericModel OPTIONAL,
ue-positioning-GPS-UTC-Model UE-Positioning-GPS-UTC-Model OPTIONAL,
satMask BIT STRING (SIZE (1..32)) OPTIONAL,
lsbTOW BIT STRING (SIZE (8)) OPTIONAL,
-- Extension mechanism for non- release99 information
va40NonCriticalExtensions SEQUENCE {
sysInfoType15-3-va40ext SysInfoType15-3-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
SysInfoType15-3-va40ext-IEs ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GPS-Almanac UE-Positioning-GPS-Almanac-va40ext OPTIONAL
}
SysInfoType15-3bis ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GANSS-Almanac UE-Positioning-GANSS-Almanac OPTIONAL,
ue-positioning-GANSS-TimeModels UE-Positioning-GANSS-TimeModels OPTIONAL,
ue-positioning-GANSS-UTC-Model UE-Positioning-GANSS-UTCModel OPTIONAL,
-- Extension mechanism for non-release99 information
v860NonCriticalExtensions SEQUENCE {
sysInfoType15-3bis-v860ext SysInfoType15-3bis-v860ext-IEs,
va40NonCriticalExtensions SEQUENCE {
sysInfoType15-3bis-va40ext SysInfoType15-3bis-va40ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
sysInfoType15-3bis-vc50ext SysInfoType15-3bis-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType15-3bis-v860ext-IEs ::= SEQUENCE {
-- Measurement IEs
ue-Positioning-GANSS-Almanac UE-Positioning-GANSS-Almanac-v860ext OPTIONAL,
ue-Positioning-GANSS-AddUTCModels UE-Positioning-GANSS-AddUTCModels OPTIONAL,
ue-Positioning-GANSS-AuxiliaryInfo UE-Positioning-GANSS-AuxiliaryInfo OPTIONAL
}
SysInfoType15-3bis-va40ext-IEs ::= SEQUENCE {
-- Measurement IEs
ue-Positioning-GANSS-Almanac UE-Positioning-GANSS-Almanac-va40ext OPTIONAL,
ue-positioning-GANSS-TimeModels UE-Positioning-GANSS-TimeModels-va40ext OPTIONAL
}
SysInfoType15-3bis-vc50ext-IEs ::= SEQUENCE {
-- Measurement IEs
ue-Positioning-GANSS-Almanac UE-Positioning-GANSS-Almanac-vc50ext OPTIONAL,
ue-Positioning-GANSS-AddUTCModels UE-Positioning-GANSS-AddUTCModels-vc50ext OPTIONAL
}
SysInfoType15-4 ::= SEQUENCE {
-- Measurement IEs
ue-positioning-OTDOA-CipherParameters UE-Positioning-CipherParameters OPTIONAL,
ue-positioning-OTDOA-AssistanceData UE-Positioning-OTDOA-AssistanceData,
v3a0NonCriticalExtensions SEQUENCE {
sysInfoType15-4-v3a0ext SysInfoType15-4-v3a0ext,
-- Extension mechanism for non- release99 information
v4b0NonCriticalExtensions SEQUENCE {
sysInfoType15-4-v4b0ext SysInfoType15-4-v4b0ext,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType15-4-v3a0ext ::= SEQUENCE {
sfn-Offset-Validity SFN-Offset-Validity OPTIONAL
}
SysInfoType15-4-v4b0ext ::= SEQUENCE {
ue-Positioning-OTDOA-AssistanceData-r4ext UE-Positioning-OTDOA-AssistanceData-r4ext OPTIONAL
}
SysInfoType15-5 ::= SEQUENCE {
-- Measurement IEs
ue-positioning-OTDOA-AssistanceData-UEB UE-Positioning-OTDOA-AssistanceData-UEB,
v3a0NonCriticalExtensions SEQUENCE {
sysInfoType15-5-v3a0ext SysInfoType15-5-v3a0ext,
-- Extension mechanism for non- release99 information
v770NonCriticalExtensions SEQUENCE {
sysInfoType15-5-v770ext SysInfoType15-5-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType15-5-v3a0ext ::= SEQUENCE {
sfn-Offset-Validity SFN-Offset-Validity OPTIONAL
}
SysInfoType15-5-v770ext-IEs ::= SEQUENCE {
ue-Positioning-OTDOA-AssistanceData-UEB-ext
UE-Positioning-OTDOA-AssistanceData-UEB-ext OPTIONAL
}
SysInfoType15-6 ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GANSS-TOD INTEGER (0..86399),
ue-positioning-GANSS-ReferenceMeasurementInformation
UE-Positioning-GANSS-ReferenceMeasurementInfo,
-- Extension mechanism for non-release99 information
va40NonCriticalExtensions SEQUENCE {
sysInfoType15-6-va40ext SysInfoType15-6-va40ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
sysInfoType15-6-vc50ext SysInfoType15-6-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType15-6-va40ext-IEs ::= SEQUENCE {
ue-positioning-GANSS-ReferenceMeasurementInformation
UE-Positioning-GANSS-ReferenceMeasurementInfo-va40ext
}
SysInfoType15-6-vc50ext-IEs ::= SEQUENCE {
ue-positioning-GANSS-ReferenceMeasurementInformation
UE-Positioning-GANSS-ReferenceMeasurementInfo-vc50ext
}
SysInfoType15-7 ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GANSS-DataBitAssistance UE-Positioning-GANSS-Data-Bit-Assistance,
-- Extension mechanism for non-release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType15-8 ::= SEQUENCE {
-- Measurement IEs
ue-positioning-GANSS-DataCipheringInfo UE-Positioning-CipherParameters OPTIONAL,
ue-positioning-GANSS-realTimeIntegrity UE-Positioning-GANSS-RealTimeIntegrity OPTIONAL,
-- Extension mechanism for non-release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType16 ::= SEQUENCE {
-- Radio bearer IEs
preDefinedRadioConfiguration PreDefRadioConfiguration,
-- Extension mechanism for non- release99 information
v770NonCriticalExtensions SEQUENCE {
sysInfoType16-v770ext SysInfoType16-v770ext-IEs,
v920NonCriticalExtensions SEQUENCE {
sysInfoType16-v920ext SysInfoType16-v920ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType16-v770ext-IEs ::= SEQUENCE {
preDefinedRadioConfiguration PreDefRadioConfiguration-v770ext
}
SysInfoType16-v920ext-IEs ::= SEQUENCE {
preDefinedRadioConfiguration PreDefRadioConfiguration-v920ext
}
SysInfoType17 ::= SEQUENCE {
-- Physical channel IEs
-- If PDSCH/PUSCH is configured for 1.28Mcps or 7.68Mcps TDD, pusch-SysInfoList and
-- pdsch-SysInfoList should be absent and the info included in the respective
-- tdd128SpecificInfo or tdd768SpecificInfo instead.
-- If PDSCH/PUSCH is configured for 3.84Mcps TDD in R5, HCR-r5-SpecificInfo should also be
-- included.
pusch-SysInfoList PUSCH-SysInfoList OPTIONAL,
pdsch-SysInfoList PDSCH-SysInfoList OPTIONAL,
-- Extension mechanism for non- release99 information
v4b0NonCriticalExtensions SEQUENCE {
sysInfoType17-v4b0ext SysInfoType17-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
sysInfoType17-v590ext SysInfoType17-v590ext-IEs OPTIONAL,
v770NonCriticalExtensions SEQUENCE {
sysInfoType17-v770ext SysInfoType17-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType17-v4b0ext-IEs ::= SEQUENCE {
tdd128SpecificInfo SEQUENCE {
pusch-SysInfoList PUSCH-SysInfoList-LCR-r4 OPTIONAL,
pdsch-SysInfoList PDSCH-SysInfoList-LCR-r4 OPTIONAL
} OPTIONAL
}
SysInfoType17-v590ext-IEs ::= SEQUENCE {
hcr-r5-SpecificInfo SEQUENCE {
pusch-SysInfoList PUSCH-SysInfoList-HCR-r5 OPTIONAL,
pdsch-SysInfoList PDSCH-SysInfoList-HCR-r5 OPTIONAL
} OPTIONAL
}
SysInfoType17-v770ext-IEs ::= SEQUENCE {
tdd768SpecificInfo SEQUENCE {
pusch-SysInfoList-SFN PUSCH-SysInfoList-SFN-VHCR OPTIONAL,
pdsch-SysInfoList-SFN PDSCH-SysInfoList-VHCR-r7 OPTIONAL
} OPTIONAL
}
SysInfoType18 ::= SEQUENCE {
idleModePLMNIdentities PLMNIdentitiesOfNeighbourCells OPTIONAL,
connectedModePLMNIdentities PLMNIdentitiesOfNeighbourCells OPTIONAL,
-- Extension mechanism for non- release99 information
v6b0NonCriticalExtensions SEQUENCE {
sysInfoType18-v6b0ext SysInfoType18-v6b0ext,
v860NonCriticalExtensions SEQUENCE {
sysInfoType18-v860ext SysInfoType18-v860ext,
vc50NonCriticalExtensions SEQUENCE {
sysInfoType18-vc50ext SysInfoType18-vc50ext,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType18-v6b0ext ::= SEQUENCE {
idleModePLMNIdentitiesSIB11bis PLMNIdentitiesOfNeighbourCells OPTIONAL,
connectedModePLMNIdentitiesSIB11bis PLMNIdentitiesOfNeighbourCells OPTIONAL
}
SysInfoType18-v860ext ::= SEQUENCE {
idleModePLMNIdentities PLMNIdentitiesOfNeighbourCells-v860ext OPTIONAL,
connectedModePLMNIdentities PLMNIdentitiesOfNeighbourCells-v860ext OPTIONAL
}
SysInfoType18-vc50ext ::= SEQUENCE {
idleModePLMNIdentitiesSIB11ter PLMNIdentitiesOfNeighbourCells-vc50ext OPTIONAL,
connectedModePLMNIdentitiesSIB11ter PLMNIdentitiesOfNeighbourCells-vc50ext OPTIONAL
}
SysInfoType19 ::= SEQUENCE {
-- Measurement IEs
utra-PriorityInfoList UTRA-PriorityInfoList,
gsm-PriorityInfoList GSM-PriorityInfoList OPTIONAL,
eutra-FrequencyAndPriorityInfoList EUTRA-FrequencyAndPriorityInfoList OPTIONAL,
-- Extension mechanism for non-release8 information
v920NonCriticalExtensions SEQUENCE {
sysInfoType19-v920ext SysInfoType19-v920ext,
va80NonCriticalExtensions SEQUENCE {
sysInfoType19-va80ext SysInfoType19-va80ext,
vb30NonCriticalExtensions SEQUENCE {
sysInfoType19-vb30ext SysInfoType19-vb30ext,
vb50NonCriticalExtensions SEQUENCE {
sysInfoType19-vb50ext SysInfoType19-vb50ext,
vb80NonCriticalExtensions SEQUENCE {
sysInfoType19-vb80ext SysInfoType19-vb80ext,
vc50NonCriticalExtensions SEQUENCE {
sysInfoType19-vc50ext SysInfoType19-vc50ext,
vd20NonCriticalExtensions SEQUENCE {
sysInfoType19-vd20ext SysInfoType19-vd20ext,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoType19-v920ext ::= SEQUENCE {
utra-PriorityInfoList-v920ext UTRA-PriorityInfoList-v920ext,
eutra-FrequencyAndPriorityInfoList-v920ext EUTRA-FrequencyAndPriorityInfoList-v920ext
}
SysInfoType19-va80ext ::= SEQUENCE {
multipleEutraFrequencyInfoList MultipleEUTRAFrequencyInfoList OPTIONAL
}
SysInfoType19-vb30ext ::= SEQUENCE {
cell-fach-meas-ind ENUMERATED { high-priority-layers, all-layers } OPTIONAL
}
SysInfoType19-vb50ext ::= SEQUENCE {
gsmTreselectionScalingFactor TreselectionScalingFactor2 OPTIONAL,
eutraTreselectionScalingFactor TreselectionScalingFactor2 OPTIONAL,
numberOfApplicableEARFCN INTEGER (0..7) OPTIONAL,
eutra-FrequencyAndPriorityInfoList-vb50ext EUTRA-FrequencyAndPriorityInfoList-vb50ext OPTIONAL,
eutra-FrequencyAndPriorityInfoExtensionList EUTRA-FrequencyAndPriorityInfoExtensionList OPTIONAL,
multipleEutraFrequencyInfoExtensionList MultipleEUTRAFrequencyInfoExtensionList OPTIONAL,
-- Measurement IEs
eutra-FrequencyRACHReportingInfo EUTRA-FrequencyRACHReportingInfo OPTIONAL
}
SysInfoType19-vb80ext ::= SEQUENCE {
eutra-FrequencyAndPriorityInfoExtensionList-vb80ext EUTRA-FrequencyAndPriorityInfoExtensionList-vb80ext OPTIONAL
}
SysInfoType19-vc50ext ::= SEQUENCE {
eutra-FrequencyRACHReportingInfo-vc50ext EUTRA-FrequencyRACHReportingInfo-vc50ext OPTIONAL,
eutra-FrequencyAndPriorityInfoList-vc50ext EUTRA-FrequencyAndPriorityInfoList-vc50ext OPTIONAL,
eutra-FrequencyAndPriorityInfoExtensionList-vc50ext
EUTRA-FrequencyAndPriorityInfoExtensionList-vc50ext OPTIONAL
}
SysInfoType19-vd20ext ::= SEQUENCE {
eutra-FrequencyAndPriorityInfoList-vd20ext EUTRA-FrequencyAndPriorityInfoList-vd20ext OPTIONAL,
eutra-FrequencyAndPriorityInfoExtensionList-vd20ext
EUTRA-FrequencyAndPriorityInfoExtensionList-vd20ext OPTIONAL
}
SysInfoType20 ::= SEQUENCE {
hNBName HNBName OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType21 ::= SEQUENCE {
eab-Parameters EAB-Parameters OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType22 ::= SEQUENCE {
-- In the Tabular there are separate definitions for prach-PreambleForEnhancedUplinkListType1Ext
-- and prach-PreambleForEnhancedUplinkListType2Ext/prach-PreambleForEnhancedUplinkListType3Ext even
-- though the contents are the same. The only difference is in how the IE “Weight” is used in
-- calculating the weight for each signalled PRACH Control Parameters.
-- To simplify the ASN.1, a single definition is used here for all three cases.
prach-PreambleForEnhancedUplinkListType1Ext
PRACH-PreambleForEnhancedUplinkExtList OPTIONAL,
prach-PreambleForEnhancedUplinkListType2Ext
PRACH-PreambleForEnhancedUplinkExtList OPTIONAL,
prach-PreambleForEnhancedUplinkListType3Ext
PRACH-PreambleForEnhancedUplinkExtList OPTIONAL,
concurrent-Deployment-2ms-10ms-TTI Concurrent-Deployment-2ms-10ms-TTI OPTIONAL,
nodeB-Trigger-HS-DPCCH-Transmission NodeB-Trigger-HS-DPCCH-Transmission OPTIONAL,
fallback-R99-PRACH-info Fallback-R99-PRACH-info-IEs OPTIONAL,
commonEDCHResourceConfigInfoListExt CommonEDCHResourceConfigInfoListExt OPTIONAL,
hs-dsch-DrxCellfach-SecondDrx-info HS-DSCH-DrxCellfach-SecondDrx-info OPTIONAL,
-- Extension mechanism for non- release11 information
vc50NonCriticalExtensions SEQUENCE {
sysInfoType22-vc50ext SysInfoType22-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
SysInfoType22-vc50ext-IEs ::= SEQUENCE {
cell-Reselection-indication-reporting ENUMERATED { true } OPTIONAL
}
SysInfoType23 ::= SEQUENCE {
wlanRepresentation CHOICE {
wlanOffloadInformationPerPLMN-List WLANOffloadInformationPerPLMN-List,
wlanOffloadInformationForAll WLANOffloadInformation
},
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType24 ::= SEQUENCE {
dtchTransmissionBlocked BIT STRING (SIZE (maxNumAccessGroups)) OPTIONAL,
expirationTimeFactor ExpirationTimeFactor2 OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoType25 ::= SEQUENCE {
acdc-Parameters ACDC-Parameters,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
SysInfoTypeSB1 ::= SEQUENCE {
-- Other IEs
sib-ReferenceList SIB-ReferenceList,
-- Extension mechanism for non- release99 information
v6b0NonCriticalExtensions SEQUENCE {
sysInfoTypeSB1-v6b0ext SysInfoTypeSB1-v6b0ext,
v860NonCriticalExtensions SEQUENCE {
sysInfoTypeSB1-v860ext SysInfoTypeSB1-v860ext,
vc50NonCriticalExtensions SEQUENCE {
sysInfoTypeSB1-vc50ext SysInfoTypeSB1-vc50ext,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoTypeSB1-v6b0ext ::= SEQUENCE {
extSIBTypeInfoSchedulingInfo-List ExtSIBTypeInfoSchedulingInfo-List OPTIONAL
}
SysInfoTypeSB1-v860ext ::= SEQUENCE {
extSIBTypeInfoSchedulingInfo-List ExtSIBTypeInfoSchedulingInfo-List2 OPTIONAL,
extGANSS-SIBTypeInfoSchedulingInfoList
ExtGANSS-SIBTypeInfoSchedulingInfoList OPTIONAL
}
SysInfoTypeSB1-vc50ext ::= SEQUENCE {
sib-ReferenceList SIBSb-ReferenceList2 OPTIONAL,
extSIBTypeInfoSchedulingInfo-List ExtSIBTypeInfoSchedulingInfo-List3 OPTIONAL
}
SysInfoTypeSB2 ::= SEQUENCE {
-- Other IEs
sib-ReferenceList SIB-ReferenceList,
-- Extension mechanism for non- release99 information
v6b0NonCriticalExtensions SEQUENCE {
sysInfoTypeSB2-v6b0ext SysInfoTypeSB2-v6b0ext,
v860NonCriticalExtensions SEQUENCE {
sysInfoTypeSB2-v860ext SysInfoTypeSB2-v860ext,
vc50NonCriticalExtensions SEQUENCE {
sysInfoTypeSB2-vc50ext SysInfoTypeSB2-vc50ext,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SysInfoTypeSB2-v6b0ext ::= SEQUENCE {
extSIBTypeInfoSchedulingInfo-List ExtSIBTypeInfoSchedulingInfo-List OPTIONAL
}
SysInfoTypeSB2-v860ext ::= SEQUENCE {
extSIBTypeInfoSchedulingInfo-List ExtSIBTypeInfoSchedulingInfo-List2 OPTIONAL,
extGANSS-SIBTypeInfoSchedulingInfoList
ExtGANSS-SIBTypeInfoSchedulingInfoList OPTIONAL
}
SysInfoTypeSB2-vc50ext ::= SEQUENCE {
sib-ReferenceList SIBSb-ReferenceList2 OPTIONAL,
extSIBTypeInfoSchedulingInfo-List ExtSIBTypeInfoSchedulingInfo-List3 OPTIONAL
}
SysInfoTypeSB3 ::= SEQUENCE {
-- Other IEs
sb3-ValueTag CellValueTag2,
sib-ReferenceList SIB-ReferenceList2,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
TDD-UMTS-Frequency-List ::= SEQUENCE (SIZE (1..maxNumTDDFreqs)) OF
FrequencyInfoTDD
TxFailParams ::= SEQUENCE {
modeSpecificInfo CHOICE {
fdd SEQUENCE {
connEstFailCount ENUMERATED {n1, n2, n3, n4},
offsetValidity ENUMERATED {s30, s60, s120, s240,
s300, s420, s600, s900},
connEstFailTempQoffset INTEGER (0..15) OPTIONAL
},
tdd NULL
}
}
UE-HistoryInformation ::= SEQUENCE {
ue-InactivityPeriod INTEGER (1..120),
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
ul-dataVolumeHistory DataVolumeHistory OPTIONAL,
dl-dataVolumeHistory DataVolumeHistory OPTIONAL
}
-- For systemInformationBlockType11bis the Value Tag Info "CellValueTag" is used
ValueTagInfo ::= CHOICE {
none NULL,
cellValueTag CellValueTag,
plmn-ValueTag PLMN-ValueTag,
sIBOccurrenceIdentityAndValueTag SIBOccurrenceIdentityAndValueTag
}
ValueTagInfoExtValueTag ::= CHOICE {
cellValueTag CellValueTag2
}
-- ***************************************************
--
-- ANSI-41 INFORMATION ELEMENTS (10.3.9)
--
-- ***************************************************
ANSI-41-GlobalServiceRedirectInfo ::= ANSI-41-NAS-Parameter
ANSI-41-PrivateNeighbourListInfo ::= ANSI-41-NAS-Parameter
ANSI-41-RAND-Information ::= ANSI-41-NAS-Parameter
ANSI-41-UserZoneID-Information ::= ANSI-41-NAS-Parameter
ANSI-41-NAS-Parameter ::= BIT STRING (SIZE (1..2048))
Min-P-REV ::= BIT STRING (SIZE (8))
NAS-SystemInformationANSI-41 ::= ANSI-41-NAS-Parameter
NID ::= BIT STRING (SIZE (16))
P-REV ::= BIT STRING (SIZE (8))
SID ::= BIT STRING (SIZE (15))
-- ***************************************************
--
-- MBMS INFORMATION ELEMENTS (10.3.9a)
--
-- ***************************************************
MBMS-AccessProbabilityFactor ::= ENUMERATED {
apf0, apf32, apf64, apf96, apf128, apf160, apf192,
apf224, apf256, apf288, apf320, apf352, apf384, apf416,
apf448, apf480, apf512, apf544, apf576, apf608, apf640,
apf672, apf704, apf736, apf768, apf800, apf832, apf864,
apf896, apf928, apf960, apf1000 }
MBMS-CellGroupIdentity-r6 ::= BIT STRING (SIZE (12))
MBMS-CommonCCTrChIdentity ::= INTEGER (1..32)
MBMS-CommonPhyChIdentity ::= INTEGER (1..32)
MBMS-CommonRBIdentity ::= INTEGER (1..32)
MBMS-CommonRBInformation-r6 ::= SEQUENCE {
commonRBIdentity MBMS-CommonRBIdentity,
pdcp-Info PDCP-Info-r4,
rlc-Info RLC-Info-MTCH-r6
}
MBMS-CommonRBInformationList-r6 ::= SEQUENCE (SIZE (1..maxMBMS-CommonRB)) OF
MBMS-CommonRBInformation-r6
MBMS-CommonTrChIdentity ::= INTEGER (1..32)
MBMS-ConnectedModeCountingScope ::= SEQUENCE {
countingForUraPCH BOOLEAN,
countingForCellPCH BOOLEAN,
countingForCellFACH BOOLEAN
}
MBMS-CurrentCell-SCCPCH-r6 ::= SEQUENCE {
sccpchIdentity MBMS-SCCPCHIdentity OPTIONAL,
secondaryCCPCH-Info MBMS-CommonPhyChIdentity,
softComb-TimingOffset MBMS-SoftComb-TimingOffset OPTIONAL,
-- If the IE transpCh-InfoCommonForAllTrCh is absent, the default TFCS as specified
-- in 14.10.1 applies
transpCh-InfoCommonForAllTrCh MBMS-CommonCCTrChIdentity OPTIONAL,
transpCHInformation MBMS-TrCHInformation-CurrList
}
MBMS-CurrentCell-SCCPCHList-r6 ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
MBMS-CurrentCell-SCCPCH-r6
MBMS-FACHCarryingMTCH-List ::= SEQUENCE (SIZE (1..maxFACHPCH)) OF
TransportFormatSet
MBMS-JoinedInformation-r6 ::= SEQUENCE {
p-TMSI P-TMSI-GSM-MAP OPTIONAL
}
MBMS-L1CombiningSchedule-32 ::= SEQUENCE {
-- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
cycleOffset INTEGER (0..7) OPTIONAL,
mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
periodStart INTEGER (0..7),
periodDuration INTEGER (1..8)
}
}
MBMS-L1CombiningSchedule-64 ::= SEQUENCE {
-- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
cycleOffset INTEGER (0..15) OPTIONAL,
mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
periodStart INTEGER (0..15),
periodDuration INTEGER (1..16)
}
}
MBMS-L1CombiningSchedule-128 ::= SEQUENCE {
-- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
cycleOffset INTEGER (0..31) OPTIONAL,
mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
periodStart INTEGER (0..31),
periodDuration INTEGER (1..32)
}
}
MBMS-L1CombiningSchedule-256 ::= SEQUENCE {
-- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
cycleOffset INTEGER (0..63) OPTIONAL,
mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
periodStart INTEGER (0..63),
periodDuration INTEGER (1..64)
}
}
MBMS-L1CombiningSchedule-512 ::= SEQUENCE {
-- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
cycleOffset INTEGER (0..127) OPTIONAL,
mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
periodStart INTEGER (0..127),
periodDuration INTEGER (1..128)
}
}
MBMS-L1CombiningSchedule-1024 ::= SEQUENCE {
-- Actual L1 combining schedule values (offset, start, duration) = IE value * 4
cycleOffset INTEGER (0..255) OPTIONAL,
mtch-L1CombiningPeriodList SEQUENCE (SIZE (1..maxMBMS-L1CP)) OF SEQUENCE {
periodStart INTEGER (0..255),
periodDuration INTEGER (1..256)
}
}
MBMS-L1CombiningSchedule ::= CHOICE {
cycleLength-32 MBMS-L1CombiningSchedule-32,
cycleLength-64 MBMS-L1CombiningSchedule-64,
cycleLength-128 MBMS-L1CombiningSchedule-128,
cycleLength-256 MBMS-L1CombiningSchedule-256,
cycleLength-512 MBMS-L1CombiningSchedule-512,
cycleLength-1024 MBMS-L1CombiningSchedule-1024
}
MBMS-L1CombiningTransmTimeDiff ::= INTEGER (0..3)
MBMS-L23Configuration ::= CHOICE {
sameAsCurrent SEQUENCE {
currentCell-SCCPCH MBMS-SCCPCHIdentity,
msch-ConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6 OPTIONAL
},
different SEQUENCE {
-- If the IE transpCh-InfoCommonForAllTrCh is absent, the default TFCS as specified
-- in 14.10.1 applies
transpCh-InfoCommonForAllTrCh MBMS-CommonCCTrChIdentity OPTIONAL,
transpCHInformation MBMS-TrCHInformation-NeighbList
}
}
MBMS-LogicalChIdentity ::= INTEGER (1..15)
MBMS-MCCH-ConfigurationInfo-r6 ::= SEQUENCE {
accessInfoPeriodCoefficient INTEGER (0..3),
repetitionPeriodCoefficient INTEGER (0..3),
modificationPeriodCoefficient INTEGER (7..10),
rlc-Info RLC-Info-MCCH-r6,
tctf-Presence MBMS-TCTF-Presence OPTIONAL
}
MBMS-MICHConfigurationInfo-r6 ::= SEQUENCE {
michPowerOffset MBMS-MICHPowerOffset,
mode CHOICE {
fdd SEQUENCE {
channelisationCode256 ChannelisationCode256,
ni-CountPerFrame MBMS-NI-CountPerFrame,
sttd-Indicator BOOLEAN
},
-- The CHOICE tdd384 is used for both tdd384 and tdd768. If IE
-- 'MBMS-MICHConfigurationInfo-v770ext' is not present, tdd384 applies.
tdd384 SEQUENCE {
timeslot TimeslotNumber,
midambleShiftAndBurstType MidambleShiftAndBurstType,
channelisationCode DL-TS-ChannelisationCode,
repetitionPeriodLengthOffset RepPerLengthOffset-MICH OPTIONAL,
mbmsNotificationIndLength MBMS-MICHNotificationIndLength DEFAULT mn4
},
tdd128 SEQUENCE {
timeslot TimeslotNumber-LCR-r4,
midambleShiftAndBurstType MidambleShiftAndBurstType-LCR-r4,
channelisationCodeList SEQUENCE (SIZE (1..2)) OF
DL-TS-ChannelisationCode,
repetitionPeriodLengthOffset RepPerLengthOffset-MICH OPTIONAL,
mbmsNotificationIndLength MBMS-MICHNotificationIndLength DEFAULT mn4
}
}
}
MBMS-MICHConfigurationInfo-v770ext ::= SEQUENCE {
mode CHOICE {
-- For tdd384, IE 'MidambleShiftAndBurstType-r7' replaces IE 'MidambleShiftAndBurstType'
-- in IE 'MBMS-MICHConfigurationInfo-r6'. IE 'MidambleShiftAndBurstType' shall be ignored.
tdd384 SEQUENCE {
midambleShiftAndBurstType MidambleShiftAndBurstType-r7
},
-- For tdd768, the CHIOCE tdd384 in IE 'MBMS-MICHConfigurationInfo-r6' applies, except
-- that IE 'MidambleShiftAndBurstType-VHCR' replaces IE 'MidambleShiftAndBurstType'. IE
-- 'MidambleShiftAndBurstType' shall be ignored.
tdd768 SEQUENCE {
midambleShiftAndBurstType MidambleShiftAndBurstType-VHCR
},
tdd128 SEQUENCE {
mbsfnSpecialTimeSlot TimeSlotLCR-ext OPTIONAL
}
}
}
MBMS-MICHConfigurationInfo-v890ext ::= SEQUENCE {
mode CHOICE {
imb384 SEQUENCE {
channelisationCode256 ChannelisationCode256,
ni-CountPerFrame MBMS-NI-CountPerFrame-IMB384
}
}
}
MBMS-MICHNotificationIndLength ::= ENUMERATED { mn4, mn8, mn16 }
MBMS-MICHPowerOffset ::= INTEGER (-10..5)
MBMS-ModifedService-r6 ::= SEQUENCE {
mbms-TransmissionIdentity MBMS-TransmissionIdentity,
mbms-RequiredUEAction MBMS-RequiredUEAction-Mod,
mbms-PreferredFrequency CHOICE {
mcch MBMS-PFLIndex,
dcch MBMS-PFLInfo
} OPTIONAL,
--dummy is not used. If received it shall be ignored.
dummy ENUMERATED { true } OPTIONAL,
continueMCCHReading BOOLEAN
}
MBMS-ModifedServiceList-r6 ::= SEQUENCE (SIZE (1..maxMBMSservModif)) OF
MBMS-ModifedService-r6
MBMS-ModifiedService-v770ext ::= SEQUENCE {
mbsfnClusterFrequency MBSFN-ClusterFrequency-r7 OPTIONAL
}
MBMS-ModifiedService-LCR-v7c0ext ::= SEQUENCE {
rbReleaseCause MBMS-PTM-RBReleaseCause-LCR-r7 OPTIONAL
}
-- IE 'MBMS-ModifiedServiceList-v770ext' contains a list of extension data
-- associated with the MBMS transmission identities at the corresponding
-- positions in IE 'MBMS-ModifedServiceList-r6'
MBMS-ModifiedServiceList-v770ext ::= SEQUENCE (SIZE (1..maxMBMSservModif)) OF
MBMS-ModifiedService-v770ext
-- IE 'MBMS-ModifiedServiceList-LCR-v7c0ext' contains a list of extension data
-- associated with the MBMS transmission identities at the corresponding
-- positions in IE 'MBMS-ModifedServiceList-r6'
MBMS-ModifiedServiceList-LCR-v7c0ext ::= SEQUENCE (SIZE (1..maxMBMSservModif)) OF
MBMS-ModifiedService-LCR-v7c0ext
MBMS-MSCH-ConfigurationInfo-r6 ::= SEQUENCE {
mschShedulingInfo MBMS-MSCHSchedulingInfo OPTIONAL,
rlc-Info RLC-Info-MSCH-r6 OPTIONAL,
tctf-Presence MBMS-TCTF-Presence OPTIONAL
}
MBMS-MSCHSchedulingInfo ::= CHOICE {
schedulingPeriod-32-Offset INTEGER (0..31),
schedulingPeriod-64-Offset INTEGER (0..63),
schedulingPeriod-128-Offset INTEGER (0..127),
schedulingPeriod-256-Offset INTEGER (0..255),
schedulingPeriod-512-Offset INTEGER (0..511),
schedulingPeriod-1024-Offset INTEGER (0..1023)
}
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
},
tdd NULL
} OPTIONAL,
mbms-L23Configuration MBMS-L23Configuration
}
MBMS-NeighbouringCellSCCPCH-v770ext ::= SEQUENCE {
secondaryCCPCH-Info MBMS-CommonPhyChIdentity OPTIONAL,
secondaryCCPCH-InfoDiff SecondaryCCPCHInfoDiff-MBMS,
secondaryCCPCHPwrOffsetDiff MBMS-SCCPCHPwrOffsetDiff OPTIONAL,
layer1Combining CHOICE {
fdd SEQUENCE {
softComb-TimingOffset MBMS-SoftComb-TimingOffset,
mbms-L1CombiningTransmTimeDiff MBMS-L1CombiningTransmTimeDiff,
mbms-L1CombiningSchedule MBMS-L1CombiningSchedule OPTIONAL
},
tdd NULL
} OPTIONAL,
mbms-L23Configuration MBMS-L23Configuration
}
MBMS-NeighbouringCellSCCPCHList-r6 ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
MBMS-NeighbouringCellSCCPCH-r6
-- IE "MBMS-NeighbouringCellSCCPCHList-v770ext" may be received as an extension of the IE
-- "MBMS-NeighbouringCellSCCPCHList-r6". When both lists are received in the same message
-- and the total number of list elements is greater than constant value 'maxSCCPCH', the
-- UE behaviour is unspecified.
MBMS-NeighbouringCellSCCPCHList-v770ext ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
MBMS-NeighbouringCellSCCPCH-v770ext
MBMS-NetworkStandardTimeInformation-LCR-v890ext ::= SEQUENCE {
networkStandardTime BIT STRING (SIZE (40)),
correlativeSFN INTEGER (0..4095) OPTIONAL
}
MBMS-NI-CountPerFrame ::= ENUMERATED { ni18, ni36, ni72, ni144 }
MBMS-NI-CountPerFrame-IMB384 ::= ENUMERATED { ni16, ni32, ni64, ni128 }
MBMS-NumberOfNeighbourCells-r6 ::= INTEGER (0..32)
MBMS-PFLIndex ::= INTEGER (1..maxMBMS-Freq)
MBMS-PFLInfo ::= FrequencyInfo
MBMS-PhyChInformation-IMB384 ::= SEQUENCE {
mbms-CommonPhyChIdentity MBMS-CommonPhyChIdentity,
secondaryCCPCHInfo-MBMS SecondaryCCPCHFrameType2Info
}
MBMS-PhyChInformationList-IMB384 ::= SEQUENCE (SIZE (1..maxMBMS-CommonPhyCh)) OF
MBMS-PhyChInformation-IMB384
MBMS-PhyChInformation-r6 ::= SEQUENCE {
mbms-CommonPhyChIdentity MBMS-CommonPhyChIdentity,
secondaryCCPCHInfo-MBMS SecondaryCCPCHInfo-MBMS-r6
}
MBMS-PhyChInformation-r7 ::= SEQUENCE {
mbms-CommonPhyChIdentity MBMS-CommonPhyChIdentity,
secondaryCCPCHInfo-MBMS SecondaryCCPCHInfo-MBMS-r7
}
MBMS-PhyChInformationList-r6 ::= SEQUENCE (SIZE (1..maxMBMS-CommonPhyCh)) OF
MBMS-PhyChInformation-r6
MBMS-PhyChInformationList-r7 ::= SEQUENCE (SIZE (1..maxMBMS-CommonPhyCh)) OF
MBMS-PhyChInformation-r7
MBMS-PL-ServiceRestrictInfo-r6 ::= ENUMERATED { true }
MBMS-PreferredFrequencyInfo-r6 ::= SEQUENCE {
mbmsPreferredFrequency INTEGER (1..maxMBMS-Freq) OPTIONAL,
layerConvergenceInformation CHOICE {
mbms-Qoffset MBMS-Qoffset,
mbms-HCSoffset INTEGER (0..7)
},
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
MBMS-PreferredFrequencyList-r6 ::= SEQUENCE (SIZE (1..maxMBMS-Freq)) OF
MBMS-PreferredFrequencyInfo-r6
MBMS-PTMActivationTime-r6 ::= INTEGER (0..2047)
MBMS-PTM-RBInformation-C ::= SEQUENCE {
rbInformation MBMS-CommonRBIdentity,
shortTransmissionID MBMS-ShortTransmissionID,
logicalChIdentity MBMS-LogicalChIdentity
}
MBMS-PTM-RBInformation-CList ::= SEQUENCE (SIZE (1..maxRBperTrCh)) OF
MBMS-PTM-RBInformation-C
MBMS-PTM-RBInformation-N ::= SEQUENCE {
shortTransmissionID MBMS-ShortTransmissionID,
logicalChIdentity MBMS-LogicalChIdentity,
layer1-CombiningStatus BOOLEAN}
MBMS-PTM-RBInformation-NList ::= SEQUENCE (SIZE (1..maxRBperTrCh)) OF
MBMS-PTM-RBInformation-N
MBMS-PTM-RBReleaseCause-LCR-r7 ::= ENUMERATED {
normalRelease, outOfMBMSServiceCoverageInRAN,
networkAbnormalRelease,
spare5, spare4, spare3, spare2, spare1 }
MBMS-Qoffset ::= ENUMERATED { q4, q8, q12, q16, q20, q30, q40, qInfinity }
MBMS-RequiredUEAction-Mod ::= ENUMERATED {
none,
acquireCountingInfo,
acquireCountingInfoPTM-RBsUnmodified,
acquirePTM-RBInfo,
requestPTPRB,
releasePTM-RB }
MBMS-RequiredUEAction-UMod ::= ENUMERATED {
none,
acquirePTM-RBInfo,
requestPTPRB }
MBMS-SCCPCHIdentity ::= INTEGER (1..maxSCCPCH)
MBMS-SCCPCHPwrOffsetDiff ::= ENUMERATED { mcpo-minus6, mcpo-minus3, mcpo-plus3, mcpo-plus6 }
MBMS-SelectedServiceInfo ::= SEQUENCE {
status CHOICE {
none NULL,
some MBMS-SelectedServicesListFull
}
}
MBMS-SelectedServicesListFull ::= SEQUENCE (SIZE (1..maxMBMSservSelect)) OF
MBMS-ServiceIdentity-r6
MBMS-SelectedServicesListShort ::= SEQUENCE (SIZE (1..maxMBMSservSelect)) OF
MBMS-ShortTransmissionID
MBMS-SelectedServicesShort ::= SEQUENCE {
mbms-SelectedServicesList MBMS-SelectedServicesListShort,
modificationPeriodIdentity INTEGER (0..1)
}
MBMS-ServiceAccessInfo-r6 ::= SEQUENCE {
shortTransmissionID MBMS-ShortTransmissionID,
accessprobabilityFactor-Idle MBMS-AccessProbabilityFactor,
accessprobabilityFactor-Connected MBMS-AccessProbabilityFactor OPTIONAL,
mbms-ConnectedModeCountingScope MBMS-ConnectedModeCountingScope
}
MBMS-ServiceAccessInfoList-r6 ::= SEQUENCE (SIZE (1..maxMBMSservCount)) OF
MBMS-ServiceAccessInfo-r6
MBMS-ServiceIdentity-r6 ::= SEQUENCE {
serviceIdentity OCTET STRING (SIZE (3)),
plmn-Identity CHOICE {
-- The 'sameAsMIB-PLMN-Id' choice refers to the 'PLMN Identity' (R99) in MIB.
sameAsMIB-PLMN-Id NULL,
other CHOICE {
-- The 'sameAsMIB-MultiPLMN-Id' choice refers to one of the (1..5) PLMN Identities
-- provided in the 'Multiple PLMN List' (REL-6) in MIB.
sameAsMIB-MultiPLMN-Id INTEGER (1..5),
explicitPLMN-Id PLMN-Identity
}
}
}
MBMS-ServiceSchedulingInfo-r6 ::= SEQUENCE {
mbms-TransmissionIdentity MBMS-TransmissionIdentity,
mbms-ServiceTransmInfoList MBMS-ServiceTransmInfoList OPTIONAL,
nextSchedulingperiod INTEGER (0..31)
}
MBMS-ServiceSchedulingInfoList-r6 ::= SEQUENCE (SIZE (1..maxMBMSservSched)) OF
MBMS-ServiceSchedulingInfo-r6
MBMS-ServiceTransmInfo ::= SEQUENCE {
-- Actual values (start, duration) = IE values * 4
start INTEGER (0..255),
duration INTEGER (1..256)
}
MBMS-ServiceTransmInfoList ::= SEQUENCE (SIZE (1..maxMBMSTransmis)) OF
MBMS-ServiceTransmInfo
MBMS-SessionIdentity ::= OCTET STRING (SIZE (1))
MBMS-ShortTransmissionID ::= INTEGER (1..maxMBMSservUnmodif)
MBMS-SIBType5-SCCPCH-r6 ::= SEQUENCE {
sccpchIdentity MBMS-SCCPCHIdentity,
transpCHInformation MBMS-TrCHInformation-SIB5List
}
MBMS-SIBType5-SCCPCHList-r6 ::= SEQUENCE (SIZE (1..maxSCCPCH)) OF
MBMS-SIBType5-SCCPCH-r6
MBMS-SoftComb-TimingOffset ::= ENUMERATED { ms0, ms10, ms20, ms40 }
MBMS-TCTF-Presence ::= ENUMERATED { false }
MBMS-TimersAndCounters-r6 ::= SEQUENCE {
t-318 T-318 DEFAULT ms1000
}
MBMS-TransmissionIdentity ::= SEQUENCE {
mbms-ServiceIdentity MBMS-ServiceIdentity-r6,
mbms-SessionIdentity MBMS-SessionIdentity OPTIONAL
}
MBMS-TranspChInfoForCCTrCh-r6 ::= SEQUENCE {
commonCCTrChIdentity MBMS-CommonCCTrChIdentity,
transportFormatCombinationSet TFCS
}
MBMS-TranspChInfoForEachCCTrCh-r6 ::= SEQUENCE (SIZE (1..maxMBMS-CommonCCTrCh)) OF
MBMS-TranspChInfoForCCTrCh-r6
MBMS-TranspChInfoForEachTrCh-r6 ::= SEQUENCE (SIZE (1..maxMBMS-CommonTrCh)) OF
MBMS-TranspChInfoForTrCh-r6
MBMS-TranspChInfoForTrCh-r6 ::= SEQUENCE {
commonTrChIdentity MBMS-CommonTrChIdentity,
transportFormatSet TransportFormatSet
}
MBMS-TrCHInformation-Curr ::= SEQUENCE {
transpCh-Info MBMS-CommonTrChIdentity,
rbInformation MBMS-PTM-RBInformation-CList OPTIONAL,
msch-ConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6 OPTIONAL
}
MBMS-TrCHInformation-CurrList ::= SEQUENCE (SIZE (1..maxFACHPCH)) OF
MBMS-TrCHInformation-Curr
MBMS-TrCHInformation-Neighb ::= SEQUENCE {
transpCh-Info MBMS-CommonTrChIdentity,
transpCh-CombiningStatus BOOLEAN,
rbInformation MBMS-PTM-RBInformation-NList OPTIONAL,
msch-ConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6 OPTIONAL
}
MBMS-TrCHInformation-NeighbList ::= SEQUENCE (SIZE (1..maxFACHPCH)) OF
MBMS-TrCHInformation-Neighb
MBMS-TrCHInformation-SIB5 ::= SEQUENCE {
transpCh-Identity INTEGER (1..maxFACHPCH),
rbInformation MBMS-PTM-RBInformation-CList OPTIONAL,
msch-ConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6 OPTIONAL
}
MBMS-TrCHInformation-SIB5List ::= SEQUENCE (SIZE (1..maxFACHPCH)) OF
MBMS-TrCHInformation-SIB5
MBMS-UnmodifiedService-r6 ::= SEQUENCE {
mbms-TransmissionIdentity MBMS-TransmissionIdentity,
mbms-RequiredUEAction MBMS-RequiredUEAction-UMod,
mbms-PreferredFrequency MBMS-PFLIndex OPTIONAL
}
MBMS-UnmodifiedServiceList-r6 ::= SEQUENCE (SIZE (1..maxMBMSservUnmodif)) OF
MBMS-UnmodifiedService-r6
MBMS-UnmodifiedService-v770ext ::= SEQUENCE {
mbsfnClusterFrequency MBSFN-ClusterFrequency-r7 OPTIONAL
}
-- IE 'MBMS-UnmodifiedServiceList-v770ext' contains a list of extension data
-- associated with the MBMS transmission identities at the corresponding
-- positions in IE 'MBMS-UnmodifiedServiceList-r6'
MBMS-UnmodifiedServiceList-v770ext ::= SEQUENCE (SIZE (1..maxMBMSservUnmodif)) OF
MBMS-UnmodifiedService-v770ext
MBSFN-ClusterFrequency-r7 ::= INTEGER (1..maxMBSFNClusters)
MBSFNFrequency ::= SEQUENCE {
frequencyInfo FrequencyInfo,
-- IE "cellParameterID" is used only for MBSFN clusters operating in 1.28 Mcps TDD mode.
cellParametersID CellParametersID OPTIONAL
}
MBSFNFrequency-v860ext ::= SEQUENCE {
imb-Indication ENUMERATED { true } OPTIONAL
}
MBSFNFrequencyList ::= SEQUENCE (SIZE (0..maxMBSFNClusters)) OF
MBSFNFrequency
-- List of extensions to the corresponding elements of IE "MBSFNFrequencyList"
MBSFNFrequencyList-v860ext ::= SEQUENCE (SIZE (0..maxMBSFNClusters)) OF
MBSFNFrequency-v860ext
MBSFNOnlyService ::= ENUMERATED {true}
MBSFNservicesNotNotified-r7 ::= SEQUENCE {
notificationOfAllMBSFNServicesInTheBand
ENUMERATED { true } OPTIONAL
}
MBSFNInterFrequencyNeighbour-r7 ::= SEQUENCE {
mbsfnFrequency FrequencyInfo,
mbsfnServicesNotification CHOICE {
mbsfnServicesNotified NULL,
mbsfnServicesNotNotified MBSFNservicesNotNotified-r7
}
}
MBSFNInterFrequencyNeighbour-v860ext ::= SEQUENCE {
imb-Indication ENUMERATED { true } OPTIONAL
}
MBSFN-InterFrequencyNeighbourList-r7 ::= SEQUENCE (SIZE (1..maxMBSFNClusters)) OF
MBSFNInterFrequencyNeighbour-r7
-- List of extensions to the corresponding elements of IE "MBSFN-InterFrequencyNeighbourList-r7"
MBSFN-InterFrequencyNeighbourList-v860ext ::= SEQUENCE (SIZE (1..maxMBSFNClusters)) OF
MBSFNInterFrequencyNeighbour-v860ext
MBSFN-TDDInformation ::= SEQUENCE (SIZE (1..maxTS)) OF
MBSFN-TDDTimeSlotInfo
MBSFN-TDDInformation-LCR ::= SEQUENCE (SIZE (1..maxMBSFNClusters)) OF
MBSFN-TDDTimeSlotInfo-LCR
MBSFN-TDDTimeSlotInfo ::= SEQUENCE {
timeSlotNumber TimeslotNumber-LCR-r4,
cellParametersID CellParametersID
}
MBSFN-TDDTimeSlotInfo-LCR ::= SEQUENCE {
frequencyIndex INTEGER (1..maxMBSFNClusters),
timeSlotList MBSFN-TDDInformation
}
MBSFN-TDM-Info ::= SEQUENCE {
shortTransmissionID MBMS-ShortTransmissionID,
tDMPeriod INTEGER (2..9),
tDMOffset INTEGER (0..8),
tDMLength INTEGER (1..8)
}
MBSFN-TDM-Info-List ::= SEQUENCE (SIZE (1..maxMBMSservUnmodif)) OF
MBSFN-TDM-Info
-- ***************************************************
--
-- WLAN Offload INFORMATION ELEMENTS (10.3.9b)
--
-- ***************************************************
WLANOffloadConfig ::= SEQUENCE {
threshServingRSCP WLANThreshServingRSCP OPTIONAL,
threshServingECNO WLANThreshServingECNO OPTIONAL,
threshChannelUtilization WLANThreshChannelUtilization OPTIONAL,
threshBackhaulBandwidth WLANThreshBackhaulBandwidth OPTIONAL,
threshBeaconRSSI WLANThreshBeaconRSSI OPTIONAL,
offloadPreferenceIndicator BIT STRING (SIZE (16)) OPTIONAL,
t-SteeringWLAN T-Reselection-S OPTIONAL
}
WLANThreshServingRSCP ::= SEQUENCE {
-- Actual value = IE value * 2 + 1
threshServingLow INTEGER (-60..-13),
-- Actual value = IE value * 2 + 1
threshServingHigh INTEGER (-60..-13)
}
WLANThreshServingECNO ::= SEQUENCE {
threshServingLow2 INTEGER (-24..0),
threshServingHigh2 INTEGER (-24..0)
}
WLANThreshChannelUtilization ::= SEQUENCE {
threshChannelUtilizationLow INTEGER (0..255),
threshChannelUtilizationHigh INTEGER (0..255)
}
WLANThreshBackhaulBandwidth ::= SEQUENCE {
threshBackhaulDLBandwidthLow WLANThreshBackhaulRate,
threshBackhaulDLBandwidthHigh WLANThreshBackhaulRate,
threshBackhaulULBandwidthLow WLANThreshBackhaulRate,
threshBackhaulULBandwidthHigh WLANThreshBackhaulRate
}
WLANThreshBeaconRSSI ::= SEQUENCE {
-- Actual value = IE value - 128
threshBeaconRSSILow INTEGER (0..255),
-- Actual value = IE value - 128
threshBeaconRSSIHigh INTEGER (0..255)
}
WLANIdentifierList ::= SEQUENCE (SIZE (1..maxWLANID)) OF
WLANIdentifier
WLANIdentifier ::= SEQUENCE {
ssid OCTET STRING (SIZE (1..32)) OPTIONAL,
bssid OCTET STRING (SIZE (6)) OPTIONAL,
hessid OCTET STRING (SIZE (6)) OPTIONAL
}
WLANOffloadInformationPerPLMN-List ::= SEQUENCE (SIZE (1..6)) OF WLANOffloadInformation
WLANOffloadInformation ::= SEQUENCE {
wlanOffloadConfig WLANOffloadConfig OPTIONAL,
wlanIdentifierList WLANIdentifierList OPTIONAL
}
WLANThreshBackhaulRate ::= ENUMERATED { r0, r4, r8, r16, r32, r64, r128, r256,
r512, r1024, r2048, r4096, r8192, r16384, r32768,
r65536, r131072, r262144, r524288, r1048576,
r2097152, r4194304, r8388608, r16777216,
r33554432, r67108864, r134217728, r268435456,
r536870912, r1073741824, r2147483648, r4294967296
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/rrc/Internode-definitions.asn | -- 3GPP TS 25.331 V17.1.0 (2022-06)
--
-- 11.5 RRC information between network nodes
--
Internode-definitions DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
HandoverToUTRANCommand,
MeasurementReport,
PhysicalChannelReconfiguration,
RadioBearerReconfiguration,
RadioBearerRelease,
RadioBearerSetup,
RRCConnectionSetupComplete-r3-add-ext-IEs,
RRC-FailureInfo,
TransportChannelReconfiguration,
UECapabilityInformation-r3-add-ext-IEs
FROM PDU-definitions
-- Core Network IEs :
CN-DomainIdentity,
CN-DomainInformationList,
CN-DomainInformationListFull,
CN-DRX-CycleLengthCoefficient,
NAS-SystemInformationGSM-MAP,
-- UTRAN Mobility IEs :
CellIdentity,
URA-Identity,
-- User Equipment IEs :
AccessStratumReleaseIndicator,
C-RNTI,
ChipRateCapability,
DL-CapabilityWithSimultaneousHS-DSCHConfig,
DL-PhysChCapabilityFDD-v380ext,
DL-PhysChCapabilityTDD,
DL-PhysChCapabilityTDD-LCR-r4,
GSM-Measurements,
HSDSCH-physical-layer-category,
FailureCauseWithProtErr,
MaxHcContextSpace,
MaximumAM-EntityNumberRLC-Cap,
MaximumRLC-WindowSize,
MaxNoPhysChBitsReceived,
MaxNoDPDCH-BitsTransmitted,
MaxPhysChPerFrame,
MaxPhysChPerSubFrame-r4,
MaxPhysChPerTS,
MaxROHC-ContextSessions-r4,
MaxTS-PerFrame,
MaxTS-PerSubFrame-r4,
MinimumSF-DL,
MultiModeCapability,
MultiRAT-Capability,
NetworkAssistedGPS-Supported,
PhysicalChannelCapability-edch-r6,
RadioFrequencyBandTDDList,
RLC-Capability,
RRC-MessageSequenceNumber,
SecurityCapability,
SimultaneousSCCPCH-DPCH-Reception,
STARTList,
STARTSingle,
START-Value,
SupportOfDedicatedPilotsForChEstimation,
T-305,
TransportChannelCapability,
TxRxFrequencySeparation,
U-RNTI,
UE-CapabilityContainer-IEs,
UE-GANSSPositioning-Capability,
UE-MultiModeRAT-Capability,
UE-PowerClassExt,
UE-RadioAccessCapabBandFDDList,
UE-RadioAccessCapabBandFDDList2,
UE-RadioAccessCapabBandFDDList-ext,
UE-RadioAccessCapability,
UE-RadioAccessCapability-v370ext,
UE-RadioAccessCapability-v380ext,
UE-RadioAccessCapability-v3a0ext,
UE-RadioAccessCapability-v3g0ext,
UE-RadioAccessCapability-v4b0ext,
UE-RadioAccessCapability-v590ext,
UE-RadioAccessCapability-v5c0ext,
UE-RadioAccessCapability-v7e0ext,
UE-RadioAccessCapability-v7f0ext,
UL-PhysChCapabilityFDD,
UL-PhysChCapabilityFDD-r6,
UL-PhysChCapabilityTDD,
UL-PhysChCapabilityTDD-LCR-r4,
-- Radio Bearer IEs :
PDCP-ROHC-TargetMode,
PredefinedConfigStatusList,
PredefinedConfigValueTag,
RAB-InformationSetupList,
RAB-InformationSetupList-r4,
RAB-InformationSetupList-r5,
RAB-InformationSetupList-r6-ext,
RAB-InformationSetupList-r6,
RAB-InformationSetupList-v6b0ext,
RAB-InformationSetupList-r7,
RAB-InformationSetupList-r8,
RAB-InformationSetupList-v820ext,
RAB-InformationSetupList-r11,
RB-Identity,
SRB-InformationSetupList,
SRB-InformationSetupList-r5,
SRB-InformationSetupList-r6,
SRB-InformationSetupList-r7,
SRB-InformationSetupList-r8,
SRB-InformationSetupList-r11,
-- Transport Channel IEs :
CPCH-SetID,
DL-CommonTransChInfo,
DL-CommonTransChInfo-r4,
DL-AddReconfTransChInfoList,
DL-AddReconfTransChInfoList-r4,
DL-AddReconfTransChInfoList-r5,
DL-AddReconfTransChInfoList-r7,
DL-AddReconfTransChInfoList-r9,
DL-AddReconfTransChInfoList-TDD128-v9c0ext,
DL-AddReconfTransChInfoList-r11,
DRAC-StaticInformationList,
UL-CommonTransChInfo,
UL-CommonTransChInfo-r4,
UL-CommonTransChInfo-r12,
UL-AddReconfTransChInfoList,
UL-AddReconfTransChInfoList-r6,
UL-AddReconfTransChInfoList-r7,
UL-AddReconfTransChInfoList-r8,
-- Physical Channel IEs :
DCH-Enhancements-Info-FDD,
DL-CommonInformation-r12,
DL-InformationPerRL-List-r12,
DL-InformationPerRL-List-r13,
DTX-DRX-Info-r12,
FrequencyInfo,
PrimaryCPICH-Info,
TPC-CombinationIndex,
ScramblingCodeChange,
Serving-HSDSCH-CellInformation-r12,
TGCFN,
TGPSI,
TGPS-ConfigurationParams,
TGPS-ConfigurationParams-r8,
UL-SecondaryCellInfoFDD-r12,
UL-SecondaryCellInfoFDD-r13,
-- Measurement IEs :
Event1j-r6,
Hysteresis,
Inter-FreqEventCriteriaList-v590ext,
Intra-FreqEventCriteriaList-v590ext,
IntraFreqEvent-1d-r5,
IntraFreqReportingCriteria-1b-r5,
InterRATCellInfoIndication,
MeasuredResultsOnRACHinterFreq,
MeasurementIdentity,
MeasurementIdentity-r9,
MeasurementReportingMode,
MeasurementType,
MeasurementType-r4,
MeasurementType-r6,
MeasurementType-r7,
MeasurementType-r8,
MeasurementType-r9,
MeasurementType-r10,
MeasurementType-r11,
MeasurementType-r12,
MeasurementType-r13,
MeasurementType-r14,
MeasurementType-Relocation-r14,
MeasurementType-Relocation-r15,
AdditionalMeasurementID-List,
AdditionalMeasurementID-List-r9,
PositionEstimate,
ReportingCellStatus,
ThresholdSFN-GPS-TOW-us,
TimeToTrigger,
-- MBMS IEs :
MBMS-JoinedInformation-r6,
MBMS-SelectedServiceInfo,
-- Other IEs :
GERANIu-RadioAccessCapability,
GSM-MS-RadioAccessCapability,
InterRAT-UE-RadioAccessCapabilityList,
InterRAT-UE-RadioAccessCapability-v590ext,
InterRAT-UE-RadioAccessCapability-v690ext,
InterRAT-UE-RadioAccessCapability-v860ext,
UE-HistoryInformation,
UESpecificBehaviourInformation1idle,
UESpecificBehaviourInformation1interRAT
FROM InformationElements
maxCNdomains,
maxEDCHRL,
maxGANSS,
maxNoOfMeas,
maxRB,
maxRBallRABs,
maxRFC3095-CID,
maxSRBsetup,
maxRL,
maxTGPS
FROM Constant-definitions;
-- Part 1: Class definitions similar to what has been defined in 11.1 for RRC messages
-- Information that is tranferred in the same direction and across the same path is grouped
-- ***************************************************
--
-- RRC information, to target RNC
--
-- ***************************************************
-- RRC Information to target RNC sent either from source RNC or from another RAT
ToTargetRNC-Container ::= CHOICE {
interRATHandoverInfo InterRATHandoverInfoWithInterRATCapabilities-r3,
srncRelocation SRNC-RelocationInfo-r3,
rfc3095-ContextInfo RFC3095-ContextInfo-r5,
extension NULL
}
-- ***************************************************
--
-- RRC information, target RNC to source RNC
--
-- ***************************************************
TargetRNC-ToSourceRNC-Container ::= CHOICE {
radioBearerSetup RadioBearerSetup,
radioBearerReconfiguration RadioBearerReconfiguration,
radioBearerRelease RadioBearerRelease,
transportChannelReconfiguration TransportChannelReconfiguration,
physicalChannelReconfiguration PhysicalChannelReconfiguration,
rrc-FailureInfo RRC-FailureInfo,
-- IE dl-DCCHmessage consists of an octet string that includes the IE DL-DCCH-Message
dL-DCCHmessage OCTET STRING,
extension NULL
}
-- Part 2: Container definitions, similar to the PDU definitions in 11.2 for RRC messages
-- In alphabetical order
-- ***************************************************
--
-- Handover to UTRAN information
--
-- ***************************************************
InterRATHandoverInfoWithInterRATCapabilities-r3 ::= CHOICE {
r3 SEQUENCE {
-- IE InterRATHandoverInfoWithInterRATCapabilities-r3-IEs also
-- includes non critical extensions
interRATHandoverInfo-r3 InterRATHandoverInfoWithInterRATCapabilities-r3-IEs,
v390NonCriticalExtensions SEQUENCE {
interRATHandoverInfoWithInterRATCapabilities-v390ext
InterRATHandoverInfoWithInterRATCapabilities-v390ext-IEs,
-- Reserved for future non critical extension
v690NonCriticalExtensions SEQUENCE {
interRATHandoverInfoWithInterRATCapabilities-v690ext
InterRATHandoverInfoWithInterRATCapabilities-v690ext-IEs,
v860NonCriticalExtensions SEQUENCE {
interRATHandoverInfoWithInterRATCapabilities-v860ext
InterRATHandoverInfoWithInterRATCapabilities-v860ext-IEs,
v920NonCriticalExtensions SEQUENCE {
interRATHandoverInfoWithInterRATCapabilities-v920ext
InterRATHandoverInfoWithInterRATCapabilities-v920ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
InterRATHandoverInfoWithInterRATCapabilities-r3-IEs ::= SEQUENCE {
-- The order of the IEs may not reflect the tabular format
-- but has been chosen to simplify the handling of the information in the BSC
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL,
-- interRATHandoverInfo, Octet string is used to obtain 8 bit length field prior to
-- actual information. This makes it possible for BSS to transparently handle information
-- received via GSM air interface even when it includes non critical extensions.
-- The octet string shall include the InterRATHandoverInfo information
-- The BSS can re-use the 44.018 length field received from the MS
interRATHandoverInfo OCTET STRING (SIZE (0..255))
}
InterRATHandoverInfoWithInterRATCapabilities-v390ext-IEs ::= SEQUENCE {
-- User equipment IEs
failureCauseWithProtErr FailureCauseWithProtErr OPTIONAL
}
InterRATHandoverInfoWithInterRATCapabilities-v690ext-IEs ::= SEQUENCE {
-- Other IEs
ue-RATSpecificCapability-v690ext InterRAT-UE-RadioAccessCapability-v690ext OPTIONAL
}
InterRATHandoverInfoWithInterRATCapabilities-v860ext-IEs ::= SEQUENCE {
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapability-v860ext OPTIONAL
}
InterRATHandoverInfoWithInterRATCapabilities-v920ext-IEs ::= SEQUENCE {
-- Other IEs
ue-Inactivity-Period INTEGER (1..120) OPTIONAL
}
-- ***************************************************
--
-- RFC3095 context, source RNC to target RNC
--
-- ***************************************************
RFC3095-ContextInfo-r5 ::= CHOICE {
r5 SEQUENCE {
rFC3095-ContextInfoList-r5 RFC3095-ContextInfoList-r5,
-- Reserved for future non critical extension
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
RFC3095-ContextInfoList-r5 ::= SEQUENCE (SIZE (1..maxRBallRABs)) OF
RFC3095-ContextInfo
-- ***************************************************
--
-- SRNC Relocation information
--
-- ***************************************************
SRNC-RelocationInfo-r3 ::= CHOICE {
r3 SEQUENCE {
sRNC-RelocationInfo-r3 SRNC-RelocationInfo-r3-IEs,
v380NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v380ext SRNC-RelocationInfo-v380ext-IEs,
-- Reserved for future non critical extension
v390NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v390ext SRNC-RelocationInfo-v390ext-IEs,
v3a0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v3a0ext SRNC-RelocationInfo-v3a0ext-IEs,
v3b0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v3b0ext SRNC-RelocationInfo-v3b0ext-IEs,
v3c0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v3c0ext SRNC-RelocationInfo-v3c0ext-IEs,
laterNonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v3d0ext SRNC-RelocationInfo-v3d0ext-IEs,
-- Container for additional R99 extensions
sRNC-RelocationInfo-r3-add-ext BIT STRING
(CONTAINING SRNC-RelocationInfo-v3h0ext-IEs) OPTIONAL,
v3g0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v3g0ext SRNC-RelocationInfo-v3g0ext-IEs,
v4b0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v4b0ext SRNC-RelocationInfo-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v590ext
SRNC-RelocationInfo-v590ext-IEs,
v5a0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v5a0ext
SRNC-RelocationInfo-v5a0ext-IEs,
v5b0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v5b0ext
SRNC-RelocationInfo-v5b0ext-IEs,
v5c0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v5c0ext
SRNC-RelocationInfo-v5c0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v690ext
SRNC-RelocationInfo-v690ext-IEs,
v6b0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v6b0ext
SRNC-RelocationInfo-v6b0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v770ext
SRNC-RelocationInfo-v770ext-IEs,
v7e0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v7e0ext
SRNC-RelocationInfo-v7e0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v7f0ext
SRNC-RelocationInfo-v7f0ext-IEs,
nonCriticalExtensions
SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 CHOICE {
r4 SEQUENCE {
sRNC-RelocationInfo-r4 SRNC-RelocationInfo-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v4d0ext SRNC-RelocationInfo-v4d0ext-IEs,
-- Container for adding non critical extensions after freezing REL-5
sRNC-RelocationInfo-r4-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v590ext SRNC-RelocationInfo-v590ext-IEs,
v5a0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v5a0ext SRNC-RelocationInfo-v5a0ext-IEs,
v5b0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v5b0ext SRNC-RelocationInfo-v5b0ext-IEs,
v5c0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v5c0ext SRNC-RelocationInfo-v5c0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v690ext SRNC-RelocationInfo-v690ext-IEs,
v6b0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v6b0ext
SRNC-RelocationInfo-v6b0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v770ext
SRNC-RelocationInfo-v770ext-IEs,
v7e0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v7e0ext
SRNC-RelocationInfo-v7e0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v7f0ext
SRNC-RelocationInfo-v7f0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r5 SEQUENCE {
sRNC-RelocationInfo-r5 SRNC-RelocationInfo-r5-IEs,
sRNC-RelocationInfo-r5-add-ext BIT STRING OPTIONAL,
v5a0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v5a0ext SRNC-RelocationInfo-v5a0ext-IEs,
v5b0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v5b0ext SRNC-RelocationInfo-v5b0ext-IEs,
v5c0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v5c0ext SRNC-RelocationInfo-v5c0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v690ext SRNC-RelocationInfo-v690ext-IEs,
v6b0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v6b0ext SRNC-RelocationInfo-v6b0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v770ext
SRNC-RelocationInfo-v770ext-IEs,
v7e0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v7e0ext
SRNC-RelocationInfo-v7e0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v7f0ext
SRNC-RelocationInfo-v7f0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r6 SEQUENCE {
sRNC-RelocationInfo-r6 SRNC-RelocationInfo-r6-IEs,
sRNC-RelocationInfo-r6-add-ext BIT STRING
(CONTAINING SRNC-RelocationInfo-r6-add-ext-IEs) OPTIONAL,
v6b0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v6b0ext SRNC-RelocationInfo-v6b0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v770ext SRNC-RelocationInfo-v770ext-IEs,
v820NonCriticalExtensions SEQUENCE {
srnc-RelocationInfo-v820ext SRNC-RelocationInfo-v820ext-IEs,
v860NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v860ext SRNC-RelocationInfo-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
sRNC-RelocationInfo-r7 SRNC-RelocationInfo-r7-IEs,
sRNC-RelocationInfo-r7-add-ext BIT STRING
(CONTAINING SRNC-RelocationInfo-r7-add-ext-IEs) OPTIONAL,
v820NonCriticalExtensions SEQUENCE {
srnc-RelocationInfo-v820ext SRNC-RelocationInfo-v820ext-IEs,
v860NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v860ext SRNC-RelocationInfo-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
sRNC-RelocationInfo-r8 SRNC-RelocationInfo-r8-IEs,
sRNC-RelocationInfo-r8-add-ext BIT STRING OPTIONAL,
v7e0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v7e0ext SRNC-RelocationInfo-v7e0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v7f0ext
SRNC-RelocationInfo-v7f0ext-IEs,
v8d0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v8d0ext
SRNC-RelocationInfo-v8d0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
sRNC-RelocationInfo-r9 SRNC-RelocationInfo-r9-IEs,
sRNC-RelocationInfo-r9-add-ext BIT STRING OPTIONAL,
v8d0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v8d0ext SRNC-RelocationInfo-v8d0ext-IEs,
v970NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v970ext
SRNC-RelocationInfo-v970ext-IEs,
v9c0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v9c0ext
SRNC-RelocationInfo-v9c0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r10 SEQUENCE {
sRNC-RelocationInfo-r10 SRNC-RelocationInfo-r10-IEs,
sRNC-RelocationInfo-r10-add-ext BIT STRING OPTIONAL,
v9c0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v9c0ext
SRNC-RelocationInfo-v9c0ext-IEs,
vab0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-vab0ext
SRNC-RelocationInfo-vab0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
sRNC-RelocationInfo-r11 SRNC-RelocationInfo-r11-IEs,
sRNC-RelocationInfo-r11-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
sRNC-RelocationInfo-r12 SRNC-RelocationInfo-r12-IEs,
sRNC-RelocationInfo-r12-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r13 SEQUENCE {
sRNC-RelocationInfo-r13 SRNC-RelocationInfo-r13-IEs,
sRNC-RelocationInfo-r13-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SRNC-RelocationInfo-LaterCriticalExtensions
}
}
}
}
}
}
}
}
}
}
}
SRNC-RelocationInfo-r3-IEs ::= SEQUENCE {
-- Non-RRC IEs
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
-- If the extension v380 is included use the extension for the ciphering status per CN domain
cipheringStatus CipheringStatus,
-- If ciphering status is started and the IE latestConfiguredCN-Domain should be included,
-- the IE cn-DomainIdentity (in SRNC-RelocationInfo-v380ext-IEs) shall be used instead.
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
-- The order of occurrence in the IE cipheringInfoPerRB-List is the
-- same as the RBs in SRB-InformationSetupList in RAB-InformationSetupList.
-- The signalling RBs are supposed to be listed
-- first. Only UM and AM RBs that are ciphered are listed here
cipheringInfoPerRB-List CipheringInfoPerRB-List OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
integrityProtectionStatus IntegrityProtectionStatus,
-- In the IE srb-SpecificIntegrityProtInfo, the first information listed corresponds to
-- signalling radio bearer RB0 and after the order of occurrence is the same as the SRBs in
-- SRB-InformationSetupList
-- The target RNC may ignore the IE srb-SpecificIntegrityProtInfo if the
-- IE integrityProtectionStatus has the value "not started".
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
ue-RadioAccessCapability UE-RadioAccessCapability,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationList OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList,
rab-InformationList RAB-InformationSetupList OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
-- dummy and dummy2 are not used in this version of the specification, they should
-- not be sent and if received they should be ignored.
dummy CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
},
dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList OPTIONAL,
-- Measurement report
measurementReport MeasurementReport OPTIONAL
}
SRNC-RelocationInfo-v380ext-IEs ::= SEQUENCE {
-- Ciphering related information IEs
-- In the SRNC-RelocationInfo-r3-IEs, the IE 'cn-DomainIdentity' is used to represent the
-- IE 'Latest configured CN domain' in the tabular.
cn-DomainIdentity CN-DomainIdentity,
cipheringStatusList CipheringStatusList
}
SRNC-RelocationInfo-v390ext-IEs ::= SEQUENCE {
cn-DomainInformationList-v390ext CN-DomainInformationList-v390ext OPTIONAL,
ue-RadioAccessCapability-v370ext UE-RadioAccessCapability-v370ext OPTIONAL,
ue-RadioAccessCapability-v380ext UE-RadioAccessCapability-v380ext OPTIONAL,
dl-PhysChCapabilityFDD-v380ext DL-PhysChCapabilityFDD-v380ext,
failureCauseWithProtErr FailureCauseWithProtErr OPTIONAL
}
SRNC-RelocationInfo-v3a0ext-IEs ::= SEQUENCE {
cipheringInfoForSRB1-v3a0ext CipheringInfoPerRB-List-v3a0ext,
ue-RadioAccessCapability-v3a0ext UE-RadioAccessCapability-v3a0ext OPTIONAL,
-- cn-domain identity for IE startValueForCiphering-v3a0ext is specified
-- in subsequent extension (SRNC-RelocationInfo-v3b0ext-IEs)
startValueForCiphering-v3a0ext START-Value
}
SRNC-RelocationInfo-v3b0ext-IEs ::= SEQUENCE {
-- cn-domain identity for IE startValueForCiphering-v3a0ext included in previous extension
cn-DomainIdentity CN-DomainIdentity,
-- the IE startValueForCiphering-v3b0ext contains the start values for each CN Domain. The
-- value of start indicated by the IE startValueForCiphering-v3a0ext should be set to the
-- same value as the start-Value for the corresponding cn-DomainIdentity in the IE
-- startValueForCiphering-v3b0ext
startValueForCiphering-v3b0ext STARTList2 OPTIONAL
}
SRNC-RelocationInfo-v3c0ext-IEs ::= SEQUENCE {
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL
}
SRNC-RelocationInfo-v3d0ext-IEs ::= SEQUENCE {
-- User equipment IEs
uESpecificBehaviourInformation1idle UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT UESpecificBehaviourInformation1interRAT OPTIONAL
}
SRNC-RelocationInfo-v3g0ext-IEs ::= SEQUENCE {
ue-RadioAccessCapability-v3g0ext UE-RadioAccessCapability-v3g0ext OPTIONAL
}
SRNC-RelocationInfo-v3h0ext-IEs ::= SEQUENCE {
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
nonCriticalExtension SEQUENCE {} OPTIONAL
}
SRNC-RelocationInfo-v4d0ext-IEs ::= SEQUENCE {
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL
}
TPC-CombinationInfoList ::= SEQUENCE (SIZE (1..maxRL)) OF
TPC-Combination-Info
TPC-CombinationInfoList-r9 ::= SEQUENCE (SIZE (1..maxEDCHRL)) OF
TPC-Combination-Info-r9
STARTList2 ::= SEQUENCE (SIZE (2..maxCNdomains)) OF
STARTSingle
SRNC-RelocationInfo-v4b0ext-IEs ::= SEQUENCE {
ue-RadioAccessCapability-v4b0ext UE-RadioAccessCapability-v4b0ext OPTIONAL
}
SRNC-RelocationInfo-v590ext-IEs ::= SEQUENCE {
ue-RadioAccessCapability-v590ext UE-RadioAccessCapability-v590ext OPTIONAL,
ue-RATSpecificCapability-v590ext InterRAT-UE-RadioAccessCapability-v590ext OPTIONAL
}
SRNC-RelocationInfo-v5a0ext-IEs ::= SEQUENCE {
storedCompressedModeInfo StoredCompressedModeInfo OPTIONAL
}
SRNC-RelocationInfo-v5b0ext-IEs ::= SEQUENCE {
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL
}
SRNC-RelocationInfo-v5c0ext-IEs ::= SEQUENCE {
ue-RadioAccessCapability-v5c0ext UE-RadioAccessCapability-v5c0ext OPTIONAL
}
CipheringInfoPerRB-List-v3a0ext ::= SEQUENCE {
dl-UM-SN BIT STRING (SIZE (7))
}
CipheringStatusList ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
CipheringStatusCNdomain
CipheringStatusCNdomain ::= SEQUENCE {
cn-DomainIdentity CN-DomainIdentity,
cipheringStatus CipheringStatus
}
CodeChangeStatusList ::= SEQUENCE (SIZE (1..maxRL)) OF
CodeChangeStatus
CodeChangeStatus ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
scramblingCodeChange ScramblingCodeChange
}
StoredCompressedModeInfo ::= SEQUENCE {
storedTGP-SequenceList StoredTGP-SequenceList,
codeChangeStatusList CodeChangeStatusList OPTIONAL
}
StoredCompressedModeInfo-r8 ::= SEQUENCE {
storedTGP-SequenceList StoredTGP-SequenceList-r8,
codeChangeStatusList CodeChangeStatusList OPTIONAL
}
StoredTGP-SequenceList ::= SEQUENCE (SIZE (1..maxTGPS)) OF
StoredTGP-Sequence
StoredTGP-SequenceList-r8 ::= SEQUENCE (SIZE (1..maxTGPS)) OF
StoredTGP-Sequence-r8
StoredTGP-Sequence ::= SEQUENCE {
tgpsi TGPSI,
current-tgps-Status CHOICE {
active SEQUENCE {
tgcfn TGCFN
},
inactive NULL
},
tgps-ConfigurationParams TGPS-ConfigurationParams OPTIONAL
}
StoredTGP-Sequence-r8 ::= SEQUENCE {
tgpsi TGPSI,
current-tgps-Status CHOICE {
active SEQUENCE {
tgcfn TGCFN
},
inactive NULL
},
tgps-ConfigurationParams TGPS-ConfigurationParams-r8 OPTIONAL
}
SRNC-RelocationInfo-r4-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
-- The target RNC may ignore the IE srb-SpecificIntegrityProtInfo if the
-- IE integrityProtectionStatus has the value "not started".
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
ue-RadioAccessCapability UE-RadioAccessCapability-r4,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT UESpecificBehaviourInformation1interRAT OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r4 OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList,
rab-InformationList RAB-InformationSetupList-r4 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
-- Measurement report
measurementReport MeasurementReport OPTIONAL,
failureCause FailureCauseWithProtErr OPTIONAL
}
SRNC-RelocationInfo-r5-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
ue-RadioAccessCapability UE-RadioAccessCapability-r5,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r5 OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r5,
rab-InformationList RAB-InformationSetupList-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
-- Measurement report
measurementReport MeasurementReport OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL
}
SRNC-RelocationInfo-v690ext-IEs ::= SEQUENCE {
-- User equipment IEs
-- IE ueCapabilityContainer is used for the transparent transfer of capability information
-- received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Radio bearer IEs
rab-InformationSetupList RAB-InformationSetupList-r6-ext OPTIONAL,
-- Measurement report
measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
-- Measurement IEs
intraFreqReportingCriteria IntraFreqReportingCriteria-r6-ext OPTIONAL
}
SRNC-RelocationInfo-r6-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
ue-RadioAccessCapability UE-RadioAccessCapability-r6,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- IE ueCapabilityContainer is used for the transparent transfer of capability information
-- received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r6 OPTIONAL,
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r6,
rab-InformationList RAB-InformationSetupList-r6 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo OPTIONAL,
-- Measurement report
measurementReport BIT STRING
(CONTAINING MeasurementReport) OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL
}
SRNC-RelocationInfo-r6-add-ext-IEs ::= SEQUENCE {
sRNC-RelocationInfo-v7e0ext SRNC-RelocationInfo-v7e0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v7f0ext SRNC-RelocationInfo-v7f0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
SRNC-RelocationInfo-v6b0ext-IEs ::= SEQUENCE {
-- The order of the RABs in IE rab-InformationSetupListExt is the same as
-- in IE rab-InformationSetupList that is included in this message
rab-InformationSetupListExt RAB-InformationSetupList-v6b0ext OPTIONAL,
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo
}
SRNC-RelocationInfo-r7-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
-- IE 'UE-RadioAccessCapability-r6' includes the Rel-5 radio access capability extensions
-- and earlier. Rel-6 and later extensions are included in IE 'UE-CapabilityContainer-IEs'.
ue-RadioAccessCapability UE-RadioAccessCapability-r6,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- IE ueCapabilityContainer is used for the transparent transfer of capability information
-- received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
srns-t-305 T-305 OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r7 OPTIONAL,
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r7,
rab-InformationList RAB-InformationSetupList-r7 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r7 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo OPTIONAL,
-- Measurement report
measurementReport BIT STRING
(CONTAINING MeasurementReport) OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL
}
SRNC-RelocationInfo-r7-add-ext-IEs ::= SEQUENCE {
sRNC-RelocationInfo-v7e0ext SRNC-RelocationInfo-v7e0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
sRNC-RelocationInfo-v7f0ext SRNC-RelocationInfo-v7f0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
SRNC-RelocationInfo-v770ext-IEs ::= SEQUENCE {
thresholdSFN-GPS-TOW-us ThresholdSFN-GPS-TOW-us OPTIONAL,
srns-t-305 T-305 OPTIONAL
}
SRNC-RelocationInfo-v7e0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability UE-RadioAccessCapability-v7e0ext
}
SRNC-RelocationInfo-v7f0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability UE-RadioAccessCapability-v7f0ext OPTIONAL
}
SRNC-RelocationInfo-r8-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
-- IE 'UE-RadioAccessCapability-r6' includes the Rel-5 radio access capability extensions
-- and earlier. Rel-6 and later extensions are included in IE 'UE-CapabilityContainer-IEs'.
ue-RadioAccessCapability UE-RadioAccessCapability-r6,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- IE ueCapabilityContainer is used for the transparent transfer of capability information
-- received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
srns-t-305 T-305 OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r8 OPTIONAL,
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r8,
rab-InformationList RAB-InformationSetupList-r8 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo-r8 OPTIONAL,
-- Measurement report
measurementReport BIT STRING
(CONTAINING MeasurementReport) OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL,
ue-HistoryInformation UE-HistoryInformation OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL
}
SRNC-RelocationInfo-v820ext-IEs ::= SEQUENCE {
-- Radio bearer IEs
rab-InformationList RAB-InformationSetupList-v820ext OPTIONAL
}
SRNC-RelocationInfo-v860ext-IEs ::= SEQUENCE {
-- PhyCH IEs
e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL
}
SRNC-RelocationInfo-v8d0ext-IEs ::= SEQUENCE {
--Radio Bearer IEs
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL
}
SRNC-RelocationInfo-r9-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
-- IE 'UE-RadioAccessCapability-r6' includes the Rel-5 radio access capability extensions
-- and earlier. Rel-6 and later extensions are included in IE 'UE-CapabilityContainer-IEs'.
ue-RadioAccessCapability UE-RadioAccessCapability-r6,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- IE ueCapabilityContainer is used for the transparent transfer of capability information
-- received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
srns-t-305 T-305 OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r9 OPTIONAL,
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r8,
rab-InformationList RAB-InformationSetupList-r8 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo-r8 OPTIONAL,
secondary-tpc-CombinationInfoList TPC-CombinationInfoList-r9 OPTIONAL,
secondary-e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList-r9 OPTIONAL,
-- Measurement report
measurementReport BIT STRING
(CONTAINING MeasurementReport) OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL,
ue-HistoryInformation UE-HistoryInformation OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL
}
SRNC-RelocationInfo-v970ext-IEs ::= SEQUENCE {
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-v970ext-IE OPTIONAL
}
SRNC-RelocationInfo-v9c0ext-IEs ::= SEQUENCE {
-- For 1.28Mcps TDD only
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-TDD128-v9c0ext OPTIONAL
}
SRNC-RelocationInfo-r10-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
-- IE 'UE-RadioAccessCapability-r6' includes the Rel-5 radio access capability extensions
-- and earlier. Rel-6 and later extensions are included in IE 'UE-CapabilityContainer-IEs'.
ue-RadioAccessCapability UE-RadioAccessCapability-r6,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- IE ueCapabilityContainer is used for the transparent transfer of capability information
-- received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
srns-t-305 T-305 OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r10 OPTIONAL,
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r8,
rab-InformationList RAB-InformationSetupList-r8 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo-r8 OPTIONAL,
secondary-tpc-CombinationInfoList TPC-CombinationInfoList-r9 OPTIONAL,
secondary-e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList-r9 OPTIONAL,
-- Measurement report
measurementReport BIT STRING
(CONTAINING MeasurementReport) OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL,
ue-HistoryInformation UE-HistoryInformation OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL
}
SRNC-RelocationInfo-vab0ext-IEs ::= SRNC-RelocationInfo-v970ext-IEs
SRNC-RelocationInfo-r11-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
-- IE 'UE-RadioAccessCapability-r6' includes the Rel-5 radio access capability extensions
-- and earlier. Rel-6 and later extensions are included in IE 'UE-CapabilityContainer-IEs'.
ue-RadioAccessCapability UE-RadioAccessCapability-r6,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- IE ueCapabilityContainer is used for the transparent transfer of capability information
-- received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
srns-t-305 T-305 OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r11 OPTIONAL,
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r11,
rab-InformationList RAB-InformationSetupList-r11 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo-r8 OPTIONAL,
secondary-tpc-CombinationInfoList TPC-CombinationInfoList-r9 OPTIONAL,
secondary-e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList-r9 OPTIONAL,
-- Measurement report
measurementReport BIT STRING
(CONTAINING MeasurementReport) OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL,
ue-HistoryInformation UE-HistoryInformation OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL
}
SRNC-RelocationInfo-r12-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
-- IE 'UE-RadioAccessCapability-r6' includes the Rel-5 radio access capability extensions
-- and earlier. Rel-6 and later extensions are included in IE 'UE-CapabilityContainer-IEs'.
ue-RadioAccessCapability UE-RadioAccessCapability-r6,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- IE ueCapabilityContainer is used for the transparent transfer of capability information
-- received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was introduced
-- in a release independent manner, i.e., transferred within a VLEC. These UE capabilities
-- are included both in the RRC CONNECTION SETUP COMPLETE and the UE CAPABILITY INFORMATION
-- messages. Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
srns-t-305 T-305 OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r12 OPTIONAL,
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r11,
rab-InformationList RAB-InformationSetupList-r11 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo-r8 OPTIONAL,
secondary-tpc-CombinationInfoList TPC-CombinationInfoList-r9 OPTIONAL,
secondary-e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList-r9 OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r12 OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r12 OPTIONAL,
-- Measurement report
measurementReport BIT STRING
(CONTAINING MeasurementReport) OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL,
ue-HistoryInformation UE-HistoryInformation OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL
}
SRNC-RelocationInfo-r13-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
-- IE 'UE-RadioAccessCapability-r6' includes the Rel-5 radio access capability
-- extensions and earlier. Rel-6 and later extensions are included in IE 'UE-CapabilityContainer-IEs'.
ue-RadioAccessCapability UE-RadioAccessCapability-r6,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- IE ueCapabilityContainer is used for the transparent transfer of capability
-- information received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was
-- introduced in a release independent manner, i.e., transferred within a VLEC.
-- These UE capabilities are included both in the RRC CONNECTION SETUP COMPLETE and
-- the UE CAPABILITY INFORMATION messages.
-- Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
srns-t-305 T-305 OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r13 OPTIONAL,
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r11,
rab-InformationList RAB-InformationSetupList-r11 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo-r8 OPTIONAL,
secondary-tpc-CombinationInfoList TPC-CombinationInfoList-r9 OPTIONAL,
secondary-e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList-r9 OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
-- Measurement report
measurementReport BIT STRING
(CONTAINING MeasurementReport) OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL,
ue-HistoryInformation UE-HistoryInformation OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL
}
SRNC-RelocationInfo-LaterCriticalExtensions ::= SEQUENCE {
criticalExtensions CHOICE {
r14 SEQUENCE {
sRNC-RelocationInfo-r14 SRNC-RelocationInfo-r14-IEs,
sRNC-RelocationInfo-r14-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
sRNC-RelocationInfo-CriticalExtensions-r15-IEs SRNC-RelocationInfo-CriticalExtensions-r15-IEs
}
}
SRNC-RelocationInfo-CriticalExtensions-r15-IEs ::= SEQUENCE {
criticalExtensions CHOICE {
r15 SEQUENCE {
sRNC-RelocationInfo-r15 SRNC-RelocationInfo-r15-IEs,
sRNC-RelocationInfo-r15-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
SRNC-RelocationInfo-r14-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
-- IE 'UE-RadioAccessCapability-r6' includes the Rel-5 radio access capability
-- extensions and earlier. Rel-6 and later extensions are included in IE 'UE-CapabilityContainer-IEs'.
ue-RadioAccessCapability UE-RadioAccessCapability-r6,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- IE ueCapabilityContainer is used for the transparent transfer of capability
-- information received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was
-- introduced in a release independent manner, i.e., transferred within a VLEC.
-- These UE capabilities are included both in the RRC CONNECTION SETUP COMPLETE and
-- the UE CAPABILITY INFORMATION messages.
-- Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
srns-t-305 T-305 OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r14 OPTIONAL,
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r11,
rab-InformationList RAB-InformationSetupList-r11 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo-r8 OPTIONAL,
secondary-tpc-CombinationInfoList TPC-CombinationInfoList-r9 OPTIONAL,
secondary-e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList-r9 OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
-- Measurement report
measurementReport BIT STRING
(CONTAINING MeasurementReport) OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL,
ue-HistoryInformation UE-HistoryInformation OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL
}
SRNC-RelocationInfo-r15-IEs ::= SEQUENCE {
-- Non-RRC IEs
-- IE rb-IdentityForHOMessage includes the identity of the RB used by the source SRNC
-- to send the message contained in the IE "TargetRNC-ToSourceRNC-Container".
-- Only included if type is "UE involved"
rb-IdentityForHOMessage RB-Identity OPTIONAL,
stateOfRRC StateOfRRC,
stateOfRRC-Procedure StateOfRRC-Procedure,
-- Ciphering related information IEs
cipheringStatusList CipheringStatusList-r4,
latestConfiguredCN-Domain CN-DomainIdentity,
calculationTimeForCiphering CalculationTimeForCiphering OPTIONAL,
count-C-List COUNT-C-List OPTIONAL,
cipheringInfoPerRB-List CipheringInfoPerRB-List-r4 OPTIONAL,
-- Integrity protection related information IEs
integrityProtectionStatus IntegrityProtectionStatus,
srb-SpecificIntegrityProtInfo SRB-SpecificIntegrityProtInfoList OPTIONAL,
implementationSpecificParams ImplementationSpecificParams OPTIONAL,
-- User equipment IEs
u-RNTI U-RNTI,
c-RNTI C-RNTI OPTIONAL,
-- IE 'UE-RadioAccessCapability-r6' includes the Rel-5 radio access capability
-- extensions and earlier. Rel-6 and later extensions are included in IE 'UE-CapabilityContainer-IEs'.
ue-RadioAccessCapability UE-RadioAccessCapability-r6,
ue-RadioAccessCapability-ext UE-RadioAccessCapabBandFDDList OPTIONAL,
ue-Positioning-LastKnownPos UE-Positioning-LastKnownPos OPTIONAL,
uESpecificBehaviourInformation1idle
UESpecificBehaviourInformation1idle OPTIONAL,
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL,
-- IE ueCapabilityContainer is used for the transparent transfer of capability
-- information received from the UE
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL,
-- IE ueCapabilityContainer-RSC and IE ueCapabilityContainer-UCI are used for the
-- transparent transfer of capability information received from the UE that was
-- introduced in a release independent manner, i.e., transferred within a VLEC.
-- These UE capabilities are included both in the RRC CONNECTION SETUP COMPLETE and
-- the UE CAPABILITY INFORMATION messages.
-- Only the VLEC of one message needs to be included i.e. the one from these
-- messages that was last received.
-- Case 1: If the last received message was a RRC CONNECTION SETUP COMPLETE (RSC)
ueCapabilityContainer-RSC BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
-- Case 2: If the last received message was a UE CAPABILITY INFORMATION (UCI)
ueCapabilityContainer-UCI BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList-r5 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
srns-t-305 T-305 OPTIONAL,
-- Core network IEs
cn-CommonGSM-MAP-NAS-SysInfo NAS-SystemInformationGSM-MAP,
cn-DomainInformationList CN-DomainInformationListFull OPTIONAL,
-- Measurement IEs
ongoingMeasRepList OngoingMeasRepList-r15 OPTIONAL,
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL,
-- Radio bearer IEs
predefinedConfigStatusList PredefinedConfigStatusList,
srb-InformationList SRB-InformationSetupList-r11,
rab-InformationList RAB-InformationSetupList-r11 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-TransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-TransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- PhyCH IEs
tpc-CombinationInfoList TPC-CombinationInfoList OPTIONAL,
e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList OPTIONAL,
storedCompressedModeInfo StoredCompressedModeInfo-r8 OPTIONAL,
secondary-tpc-CombinationInfoList TPC-CombinationInfoList-r9 OPTIONAL,
secondary-e-RGCH-CombinationInfoList E-RGCH-CombinationInfoList-r9 OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
-- Measurement report
measurementReport BIT STRING
(CONTAINING MeasurementReport) OPTIONAL,
-- Other IEs
failureCause FailureCauseWithProtErr OPTIONAL,
ue-HistoryInformation UE-HistoryInformation OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL,
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo OPTIONAL
}
-- IE definitions
CalculationTimeForCiphering ::= SEQUENCE {
cell-Id CellIdentity,
sfn INTEGER (0..4095)
}
CipheringInfoPerRB ::= SEQUENCE {
dl-HFN BIT STRING (SIZE (20..25)),
ul-HFN BIT STRING (SIZE (20..25))
}
CipheringInfoPerRB-r4 ::= SEQUENCE {
rb-Identity RB-Identity,
dl-HFN BIT STRING (SIZE (20..25)),
dl-UM-SN BIT STRING (SIZE (7)) OPTIONAL,
ul-HFN BIT STRING (SIZE (20..25))
}
-- TABULAR: CipheringInfoPerRB-List, multiplicity value numberOfRadioBearers
-- has been replaced with maxRB.
CipheringInfoPerRB-List ::= SEQUENCE (SIZE (1..maxRB)) OF
CipheringInfoPerRB
CipheringInfoPerRB-List-r4 ::= SEQUENCE (SIZE (1..maxRB)) OF
CipheringInfoPerRB-r4
CipheringStatus ::= ENUMERATED {
started, notStarted }
CipheringStatusList-r4 ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
CipheringStatusCNdomain-r4
CipheringStatusCNdomain-r4 ::= SEQUENCE {
cn-DomainIdentity CN-DomainIdentity,
cipheringStatus CipheringStatus,
start-Value START-Value
}
CN-DomainInformation-v390ext ::= SEQUENCE {
cn-DRX-CycleLengthCoeff CN-DRX-CycleLengthCoefficient
}
CN-DomainInformationList-v390ext ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
CN-DomainInformation-v390ext
CompressedModeMeasCapability-r4 ::= SEQUENCE {
fdd-Measurements BOOLEAN,
-- TABULAR: The IEs tdd-Measurements, gsm-Measurements and multiCarrierMeasurements
-- are made optional since they are conditional based on another information element.
-- Their absence corresponds to the case where the condition is not true.
tdd384-Measurements BOOLEAN OPTIONAL,
tdd128-Measurements BOOLEAN OPTIONAL,
gsm-Measurements GSM-Measurements OPTIONAL,
multiCarrierMeasurements BOOLEAN OPTIONAL
}
COUNT-C-List ::= SEQUENCE (SIZE (1..maxCNdomains)) OF
COUNT-CSingle
COUNT-CSingle ::= SEQUENCE {
cn-DomainIdentity CN-DomainIdentity,
count-C BIT STRING (SIZE (32))
}
DL-PhysChCapabilityFDD-r4 ::= SEQUENCE {
-- The IE "maxNoDPCH-PDSCH-Codes" only gives information on the maximum number of DPCH Codes.
maxNoDPCH-PDSCH-Codes INTEGER (1..8),
maxNoPhysChBitsReceived MaxNoPhysChBitsReceived,
supportForSF-512 BOOLEAN,
-- dummy, dummy2 and dummy3 are not used in this version of the specification
-- and if received they should be ignored.
dummy BOOLEAN,
dummy2 SimultaneousSCCPCH-DPCH-Reception,
dummy3 SupportOfDedicatedPilotsForChEstimation OPTIONAL
}
DL-PhysChCapabilityFDD-r5 ::= SEQUENCE {
-- The IE "maxNoDPCH-PDSCH-Codes" only gives information on the maximum number of DPCH Codes.
maxNoDPCH-PDSCH-Codes INTEGER (1..8),
maxNoPhysChBitsReceived MaxNoPhysChBitsReceived,
supportForSF-512 BOOLEAN,
-- dummy, dumy2 and dummy3 are not used in this version of the specification
-- and if received they should be ignored.
dummy BOOLEAN,
dummy2 SimultaneousSCCPCH-DPCH-Reception,
dummy3 SupportOfDedicatedPilotsForChEstimation OPTIONAL,
fdd-hspdsch CHOICE {
supported SEQUENCE {
hsdsch-physical-layer-category HSDSCH-physical-layer-category,
-- dummy and dummy2 are not used in this version of the specification
-- and if received they should be ignored.
dummy BOOLEAN,
dummy2 BOOLEAN
},
unsupported NULL
}
}
DL-PhysChCapabilityTDD-r5 ::= SEQUENCE {
maxTS-PerFrame MaxTS-PerFrame,
maxPhysChPerFrame MaxPhysChPerFrame,
minimumSF MinimumSF-DL,
supportOfPDSCH BOOLEAN,
maxPhysChPerTS MaxPhysChPerTS,
tdd384-hspdsch CHOICE {
supported HSDSCH-physical-layer-category,
unsupported NULL
}
}
DL-PhysChCapabilityTDD-LCR-r5 ::= SEQUENCE {
maxTS-PerSubFrame MaxTS-PerSubFrame-r4,
maxPhysChPerFrame MaxPhysChPerSubFrame-r4,
minimumSF MinimumSF-DL,
supportOfPDSCH BOOLEAN,
maxPhysChPerTS MaxPhysChPerTS,
supportOf8PSK BOOLEAN,
tdd128-hspdsch CHOICE {
supported HSDSCH-physical-layer-category,
unsupported NULL
}
}
DL-RFC3095-Context ::= SEQUENCE {
rfc3095-Context-Identity INTEGER (0..16383),
dl-mode ENUMERATED {u, o, r},
dl-ref-ir OCTET STRING ( SIZE (1..3000)),
dl-ref-time INTEGER (0..4294967295) OPTIONAL,
dl-curr-time INTEGER (0..4294967295) OPTIONAL,
dl-syn-offset-id INTEGER (0..65535) OPTIONAL,
dl-syn-slope-ts INTEGER (0..4294967295) OPTIONAL,
dl-dyn-changed BOOLEAN
}
E-RGCH-Combination-Info ::= SEQUENCE{
primaryCPICH-Info PrimaryCPICH-Info,
rg-CombinationIndex INTEGER (0..5)
}
E-RGCH-Combination-Info-r9 ::= SEQUENCE{
primaryCPICH-Info PrimaryCPICH-Info,
rg-CombinationIndex INTEGER (0..5)
}
E-RGCH-CombinationInfoList ::= SEQUENCE (SIZE (1..maxEDCHRL)) OF
E-RGCH-Combination-Info
E-RGCH-CombinationInfoList-r9 ::= SEQUENCE (SIZE (1..maxEDCHRL)) OF
E-RGCH-Combination-Info-r9
ImplementationSpecificParams ::= BIT STRING (SIZE (1..512))
IntegrityProtectionStatus ::= ENUMERATED {
started, notStarted }
InterRAT-UE-RadioAccessCapabilityList-r5 ::= SEQUENCE {
interRAT-UE-RadioAccessCapability InterRAT-UE-RadioAccessCapabilityList,
geranIu-RadioAccessCapability GERANIu-RadioAccessCapability OPTIONAL
}
IntraFreqReportingCriteria-r6-ext ::= SEQUENCE {
-- The content of the v690 non-critical extension should be
-- considered as an extension of IE IntraFreqEventCriteriaList
event Event1j-r6,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
reportingCellStatus ReportingCellStatus OPTIONAL
}
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
MaxHcContextSpace-r5 ::= ENUMERATED {
dummy, by1024, by2048, by4096, by8192,
by16384, by32768, by65536, by131072 }
MeasurementCapability-r4 ::= SEQUENCE {
downlinkCompressedMode CompressedModeMeasCapability-r4,
uplinkCompressedMode CompressedModeMeasCapability-r4
}
MeasurementCommandWithType ::= CHOICE {
setup MeasurementType,
modify NULL,
release NULL
}
MeasurementCommandWithType-r4 ::= CHOICE {
setup MeasurementType-r4,
modify NULL,
release NULL
}
MeasurementCommandWithType-r6 ::= CHOICE {
setup MeasurementType-r6,
modify NULL,
release NULL
}
MeasurementCommandWithType-r7 ::= CHOICE {
setup MeasurementType-r7,
modify NULL,
release NULL
}
MeasurementCommandWithType-r8 ::= CHOICE {
setup MeasurementType-r8,
modify NULL,
release NULL
}
MeasurementCommandWithType-r9 ::= CHOICE {
setup MeasurementType-r9,
modify NULL,
release NULL
}
MeasurementCommandWithType-r10 ::= CHOICE {
setup MeasurementType-r10,
modify NULL,
release NULL
}
MeasurementCommandWithType-r11 ::= CHOICE {
setup MeasurementType-r11,
modify NULL,
release NULL
}
MeasurementCommandWithType-r12 ::= CHOICE {
setup MeasurementType-r12,
modify NULL,
release NULL
}
MeasurementCommandWithType-r13 ::= CHOICE {
setup MeasurementType-r13,
modify NULL,
release NULL
}
MeasurementCommandWithType-r14 ::= CHOICE {
setup MeasurementType-Relocation-r14,
modify NULL,
release NULL
}
MeasurementCommandWithType-r15 ::= CHOICE {
setup MeasurementType-Relocation-r15,
modify NULL,
release NULL
}
OngoingMeasRep ::= SEQUENCE {
measurementIdentity MeasurementIdentity,
-- TABULAR: The CHOICE Measurement in the tabular description is included
-- in MeasurementCommandWithType
measurementCommandWithType MeasurementCommandWithType,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
}
OngoingMeasRep-r4 ::= SEQUENCE {
measurementIdentity MeasurementIdentity,
-- TABULAR: The CHOICE Measurement in the tabular description is included
-- in MeasurementCommandWithType-r4.
measurementCommandWithType MeasurementCommandWithType-r4,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
}
OngoingMeasRep-r5 ::= SEQUENCE {
measurementIdentity MeasurementIdentity,
-- TABULAR: The CHOICE Measurement in the tabular description is included
-- in MeasurementCommandWithType-r4.
measurementCommandWithType MeasurementCommandWithType-r4,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL,
measurementCommand-v590ext CHOICE {
-- the choice "intra-frequency" shall be used for the case of intra-frequency measurement,
-- as well as when intra-frequency events are configured for inter-frequency measurement
intra-frequency Intra-FreqEventCriteriaList-v590ext,
inter-frequency Inter-FreqEventCriteriaList-v590ext
} OPTIONAL,
intraFreqReportingCriteria-1b-r5 IntraFreqReportingCriteria-1b-r5 OPTIONAL,
intraFreqEvent-1d-r5 IntraFreqEvent-1d-r5 OPTIONAL
}
OngoingMeasRep-r6 ::= SEQUENCE {
measurementIdentity MeasurementIdentity,
measurementCommandWithType MeasurementCommandWithType-r6,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
}
OngoingMeasRep-r7 ::= SEQUENCE {
measurementIdentity MeasurementIdentity,
measurementCommandWithType MeasurementCommandWithType-r7,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
}
OngoingMeasRep-r8 ::= SEQUENCE {
measurementIdentity MeasurementIdentity,
measurementCommandWithType MeasurementCommandWithType-r8,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
}
OngoingMeasRep-r9 ::= SEQUENCE {
measurementIdentity MeasurementIdentity,
measurementCommandWithType MeasurementCommandWithType-r9,
measurementReportingMode MeasurementReportingMode OPTIONAL,
-- if any of the additional measurement ID is within the range 17 to 32,
-- "OngoingMeasRep-v970ext-IEs" should be present and should include
-- the IE "measurementIdentity" and "additionalMeasurementID-List".
-- The value of the IE "measurementIdentity" in "OngoingMeasRep-v970ext-IEs"
-- should be the same as the "measurementIdentity" value in "OngoingMeasRep-r9",
-- and "additionalMeasurementID-List" should contain the complete list.
-- The IE "additionalMeasurementID-List" in "OngoingMeasRep-r9" should still
-- contain the additional measurement ID which value is within the range 1 to 16.
additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
}
-- The IE "OngoingMeasRep-v970ext-IEs" should be included to report
-- measurementIdentity values within the range 17 to 32 and when a
-- "measurementIdentity" in "OngoingMeasRep-r9" needs to contain one of the
-- values within the range 17 to 32 in the IE "additionalMeasurementID-List".
OngoingMeasRep-v970ext-IEs ::= SEQUENCE {
measurementIdentity MeasurementIdentity-r9 OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List-r9 OPTIONAL
}
OngoingMeasRep-r10 ::= SEQUENCE {
measurementIdentity MeasurementIdentity,
measurementCommandWithType MeasurementCommandWithType-r10,
measurementReportingMode MeasurementReportingMode OPTIONAL,
-- if any of the additional measurement ID is within the range 17 to 32,
-- "OngoingMeasRep-v970ext-IEs" (in SRNC-RelocationInfo-vab0ext-IEs)should be present
-- and should include the IE "measurementIdentity" and
-- "additionalMeasurementID-List". In this case, the value of the IE "measurementIdentity" in
-- "OngoingMeasRep-v970ext-IEs" (in SRNC-RelocationInfo-vab0ext-IEs) should be the same as the
-- "measurementIdentity" value in "OngoingMeasRep-r10", and "additionalMeasurementID-List"
-- should contain the complete list.
-- The IE "additionalMeasurementID-List" in "OngoingMeasRep-r10" should still
-- contain the additional measurement ID which value is within the range 1 to 16.
additionalMeasurementID-List AdditionalMeasurementID-List OPTIONAL
}
OngoingMeasRep-r11 ::= SEQUENCE {
measurementIdentity MeasurementIdentity-r9,
measurementCommandWithType MeasurementCommandWithType-r11,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List-r9 OPTIONAL
}
OngoingMeasRep-r12 ::= SEQUENCE {
measurementIdentity MeasurementIdentity-r9,
measurementCommandWithType MeasurementCommandWithType-r12,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List-r9 OPTIONAL
}
OngoingMeasRep-r13 ::= SEQUENCE {
measurementIdentity MeasurementIdentity-r9,
measurementCommandWithType MeasurementCommandWithType-r13,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List-r9 OPTIONAL
}
OngoingMeasRep-r14 ::= SEQUENCE {
measurementIdentity MeasurementIdentity-r9,
measurementCommandWithType MeasurementCommandWithType-r14,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List-r9 OPTIONAL
}
OngoingMeasRep-r15 ::= SEQUENCE {
measurementIdentity MeasurementIdentity-r9,
measurementCommandWithType MeasurementCommandWithType-r15,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementID-List AdditionalMeasurementID-List-r9 OPTIONAL
}
OngoingMeasRepList ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep
OngoingMeasRepList-r4 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r4
OngoingMeasRepList-r5 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r5
OngoingMeasRepList-r6 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r6
OngoingMeasRepList-r7 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r7
OngoingMeasRepList-r8 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r8
OngoingMeasRepList-r9 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r9
OngoingMeasRepList-v970ext-IE ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-v970ext-IEs
OngoingMeasRepList-r10 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r10
OngoingMeasRepList-r11 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r11
OngoingMeasRepList-r12 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r12
OngoingMeasRepList-r13 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r13
OngoingMeasRepList-r14 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r14
OngoingMeasRepList-r15 ::= SEQUENCE (SIZE (1..maxNoOfMeas)) OF
OngoingMeasRep-r15
PDCP-Capability-r4 ::= SEQUENCE {
losslessSRNS-RelocationSupport BOOLEAN,
supportForRfc2507 CHOICE {
notSupported NULL,
supported MaxHcContextSpace
},
supportForRfc3095 CHOICE {
notSupported NULL,
supported SEQUENCE {
maxROHC-ContextSessions MaxROHC-ContextSessions-r4 DEFAULT s16,
reverseCompressionDepth INTEGER (0..65535) DEFAULT 0
}
}
}
PDCP-Capability-r5 ::= SEQUENCE {
losslessSRNS-RelocationSupport BOOLEAN,
supportForRfc2507 CHOICE {
notSupported NULL,
supported MaxHcContextSpace-r5
},
supportForRfc3095 CHOICE {
notSupported NULL,
supported SEQUENCE {
maxROHC-ContextSessions MaxROHC-ContextSessions-r4 DEFAULT s16,
reverseCompressionDepth INTEGER (0..65535) DEFAULT 0,
supportForRfc3095ContextRelocation BOOLEAN
}
}
}
PDCP-Capability-r6 ::= SEQUENCE {
losslessSRNS-RelocationSupport BOOLEAN,
losslessDLRLC-PDUSizeChange ENUMERATED { true } OPTIONAL,
supportForRfc2507 CHOICE {
notSupported NULL,
supported MaxHcContextSpace-r5
},
supportForRfc3095 CHOICE {
notSupported NULL,
supported SEQUENCE {
maxROHC-ContextSessions MaxROHC-ContextSessions-r4 DEFAULT s16,
reverseCompressionDepth INTEGER (0..65535) DEFAULT 0,
supportForRfc3095ContextRelocation BOOLEAN
}
}
}
PhysicalChannelCapability-r4 ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-r4,
uplinkPhysChCapability UL-PhysChCapabilityFDD
} OPTIONAL,
tdd384-PhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityTDD,
uplinkPhysChCapability UL-PhysChCapabilityTDD
} OPTIONAL,
tdd128-PhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityTDD-LCR-r4,
uplinkPhysChCapability UL-PhysChCapabilityTDD-LCR-r4
} OPTIONAL
}
PhysicalChannelCapability-r5 ::= SEQUENCE {
fddPhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityFDD-r5,
uplinkPhysChCapability UL-PhysChCapabilityFDD
} OPTIONAL,
tdd384-PhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityTDD-r5,
uplinkPhysChCapability UL-PhysChCapabilityTDD
} OPTIONAL,
tdd128-PhysChCapability SEQUENCE {
downlinkPhysChCapability DL-PhysChCapabilityTDD-LCR-r5,
uplinkPhysChCapability UL-PhysChCapabilityTDD-LCR-r4
} OPTIONAL
}
RF-Capability-r4 ::= SEQUENCE {
fddRF-Capability SEQUENCE {
ue-PowerClass UE-PowerClassExt,
txRxFrequencySeparation TxRxFrequencySeparation
} OPTIONAL,
tdd384-RF-Capability SEQUENCE {
ue-PowerClass UE-PowerClassExt,
radioFrequencyBandTDDList RadioFrequencyBandTDDList,
chipRateCapability ChipRateCapability
} OPTIONAL,
tdd128-RF-Capability SEQUENCE {
ue-PowerClass UE-PowerClassExt,
radioFrequencyBandTDDList RadioFrequencyBandTDDList,
chipRateCapability ChipRateCapability
} OPTIONAL
}
RFC3095-ContextInfo ::= SEQUENCE {
rb-Identity RB-Identity,
rfc3095-Context-List RFC3095-Context-List
}
RFC3095-Context-List ::= SEQUENCE (SIZE (1..maxRFC3095-CID)) OF SEQUENCE {
dl-RFC3095-Context DL-RFC3095-Context OPTIONAL,
ul-RFC3095-Context UL-RFC3095-Context OPTIONAL
}
RLC-Capability-r5 ::= SEQUENCE {
totalRLC-AM-BufferSize TotalRLC-AM-BufferSize-r5,
maximumRLC-WindowSize MaximumRLC-WindowSize,
maximumAM-EntityNumber MaximumAM-EntityNumberRLC-Cap
}
SRB-SpecificIntegrityProtInfo ::= SEQUENCE {
ul-RRC-HFN BIT STRING (SIZE (28)),
dl-RRC-HFN BIT STRING (SIZE (28)),
ul-RRC-SequenceNumber RRC-MessageSequenceNumber,
dl-RRC-SequenceNumber RRC-MessageSequenceNumber
}
SRB-SpecificIntegrityProtInfoList ::= SEQUENCE (SIZE (4..maxSRBsetup)) OF
SRB-SpecificIntegrityProtInfo
StateOfRRC ::= ENUMERATED {
cell-DCH, cell-FACH,
cell-PCH, ura-PCH }
StateOfRRC-Procedure ::= ENUMERATED {
awaitNoRRC-Message,
awaitRB-ReleaseComplete,
awaitRB-SetupComplete,
awaitRB-ReconfigurationComplete,
awaitTransportCH-ReconfigurationComplete,
awaitPhysicalCH-ReconfigurationComplete,
awaitActiveSetUpdateComplete,
awaitHandoverComplete,
sendCellUpdateConfirm,
sendUraUpdateConfirm,
-- dummy is not used in this version of specification
-- It should not be sent
dummy,
otherStates
}
TotalRLC-AM-BufferSize-r5 ::= ENUMERATED {
kb10, kb50, kb100, kb150, kb200,
kb300, kb400, kb500, kb750, kb1000 }
TPC-Combination-Info ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
tpc-CombinationIndex TPC-CombinationIndex
}
TPC-Combination-Info-r9 ::= SEQUENCE {
primaryCPICH-Info PrimaryCPICH-Info,
tpc-CombinationIndex TPC-CombinationIndex
}
UE-MultiModeRAT-Capability-r5 ::= SEQUENCE {
multiRAT-CapabilityList MultiRAT-Capability,
multiModeCapability MultiModeCapability,
supportOfUTRAN-ToGERAN-NACC BOOLEAN
}
UE-Positioning-Capability-r4 ::= SEQUENCE {
standaloneLocMethodsSupported BOOLEAN,
ue-BasedOTDOA-Supported BOOLEAN,
networkAssistedGPS-Supported NetworkAssistedGPS-Supported,
supportForUE-GPS-TimingOfCellFrames BOOLEAN,
supportForIPDL BOOLEAN,
rx-tx-TimeDifferenceType2Capable BOOLEAN,
validity-CellPCH-UraPCH ENUMERATED { true } OPTIONAL,
sfn-sfnType2Capability ENUMERATED { true } OPTIONAL
}
UE-Positioning-LastKnownPos ::= SEQUENCE {
sfn INTEGER (0..4095),
cell-id CellIdentity,
positionEstimate PositionEstimate
}
UE-RadioAccessCapability-r4 ::= SEQUENCE {
accessStratumReleaseIndicator AccessStratumReleaseIndicator,
pdcp-Capability PDCP-Capability-r4,
rlc-Capability RLC-Capability,
transportChannelCapability TransportChannelCapability,
rf-Capability RF-Capability-r4,
physicalChannelCapability PhysicalChannelCapability-r4,
ue-MultiModeRAT-Capability UE-MultiModeRAT-Capability,
securityCapability SecurityCapability,
ue-positioning-Capability UE-Positioning-Capability-r4,
measurementCapability MeasurementCapability-r4 OPTIONAL
}
UE-RadioAccessCapability-r5 ::= SEQUENCE {
accessStratumReleaseIndicator AccessStratumReleaseIndicator,
dl-CapabilityWithSimultaneousHS-DSCHConfig
DL-CapabilityWithSimultaneousHS-DSCHConfig OPTIONAL,
pdcp-Capability PDCP-Capability-r5,
rlc-Capability RLC-Capability-r5,
transportChannelCapability TransportChannelCapability,
rf-Capability RF-Capability-r4,
physicalChannelCapability PhysicalChannelCapability-r5,
ue-MultiModeRAT-Capability UE-MultiModeRAT-Capability-r5,
securityCapability SecurityCapability,
ue-positioning-Capability UE-Positioning-Capability-r4,
measurementCapability MeasurementCapability-r4 OPTIONAL
}
UE-RadioAccessCapability-r6 ::= SEQUENCE {
accessStratumReleaseIndicator AccessStratumReleaseIndicator,
dl-CapabilityWithSimultaneousHS-DSCHConfig
DL-CapabilityWithSimultaneousHS-DSCHConfig OPTIONAL,
pdcp-Capability PDCP-Capability-r6,
rlc-Capability RLC-Capability-r5,
transportChannelCapability TransportChannelCapability,
rf-Capability RF-Capability-r4,
physicalChannelCapability PhysicalChannelCapability-r5,
ue-MultiModeRAT-Capability UE-MultiModeRAT-Capability-r5,
securityCapability SecurityCapability,
ue-positioning-Capability UE-Positioning-Capability-r4,
measurementCapability MeasurementCapability-r4 OPTIONAL
}
UL-RFC3095-Context ::= SEQUENCE {
rfc3095-Context-Identity INTEGER (0..16383),
ul-mode ENUMERATED {u, o, r},
ul-ref-ir OCTET STRING ( SIZE (1..3000)),
ul-ref-time INTEGER (0..4294967295) OPTIONAL,
ul-curr-time INTEGER (0..4294967295) OPTIONAL,
ul-syn-offset-id INTEGER (0..65535) OPTIONAL,
ul-syn-slope-ts INTEGER (0..4294967295) OPTIONAL,
ul-ref-sn-1 INTEGER (0..65535) OPTIONAL
}
END |
C | wireshark/epan/dissectors/asn1/rrc/packet-rrc-template.c | /* packet-rrc.c
* Routines for Universal Mobile Telecommunications System (UMTS);
* Radio Resource Control (RRC) protocol specification
* (3GPP TS 25.331 packet dissection)
* Copyright 2006-2010, Anders Broman <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Ref: 3GPP TS 25.331 V17.1.0 (2022-06)
*/
/**
*
* TODO:
* - Fix ciphering information for circuit switched stuff
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/asn1.h>
#include <epan/conversation.h>
#include <epan/expert.h>
#include <epan/proto_data.h>
#include <epan/prefs.h>
#include "packet-ber.h"
#include "packet-per.h"
#include "packet-rrc.h"
#include "packet-gsm_a_common.h"
#include "packet-nbap.h"
#include "packet-umts_fp.h"
#include "packet-umts_mac.h"
#include "packet-umts_rlc.h"
#ifdef _MSC_VER
/* disable: "warning C4049: compiler limit : terminating line number emission" */
#pragma warning(disable:4049)
/* disable: "warning C4146: unary minus operator applied to unsigned type, result still unsigned" */
#pragma warning(disable:4146)
#endif
#define PNAME "Radio Resource Control (RRC) protocol"
#define PSNAME "RRC"
#define PFNAME "rrc"
extern int proto_fp; /*Handler to FP*/
extern int proto_umts_mac; /*Handler to MAC*/
extern int proto_umts_rlc; /*Handler to RLC*/
GTree * hsdsch_muxed_flows = NULL;
GTree * rrc_ciph_info_tree = NULL;
wmem_tree_t* rrc_global_urnti_crnti_map = NULL;
static int msg_type _U_;
static gboolean rrc_nas_in_root_tree;
enum rrc_sib_segment_type {
RRC_SIB_SEG_NO_SEGMENT = 0,
RRC_SIB_SEG_FIRST = 1,
RRC_SIB_SEG_SUBSEQUENT = 2,
RRC_SIB_SEG_LAST_SHORT = 3,
RRC_SIB_SEG_LAST_AND_FIRST = 4,
RRC_SIB_SEG_LAST_AND_COMP = 5,
RRC_SIB_SEG_LAST_AND_COMP_AND_FIRST = 6,
RRC_SIB_SEG_COMP_LIST = 7,
RRC_SIB_SEG_COMP_AND_FIRST = 8,
RRC_SIB_SEG_COMP = 10,
};
/*****************************************************************************/
/* Packet private data */
/* For this dissector, all access to actx->private_data should be made */
/* through this API, which ensures that they will not overwrite each other!! */
/*****************************************************************************/
typedef struct umts_rrc_private_data_t
{
guint32 s_rnc_id; /* The S-RNC ID part of a U-RNTI */
guint32 s_rnti; /* The S-RNTI part of a U-RNTI */
guint32 new_u_rnti;
guint32 current_u_rnti;
guint32 scrambling_code;
enum nas_sys_info_gsm_map cn_domain;
wmem_strbuf_t* digits_strbuf; /* A collection of digits in a string. Used for reconstructing IMSIs or MCC-MNC pairs */
wmem_strbuf_t* last_mcc_strbuf; /* Last seen MCC digits string */
gboolean digits_strbuf_parsing_failed_flag; /* Whether an error occurred when creating the IMSI/MCC-MNC pair string */
guint32 rbid;
guint32 rlc_ciphering_sqn; /* Sequence number where ciphering starts in a given bearer */
rrc_ciphering_info* ciphering_info;
enum rrc_ue_state rrc_state_indicator;
enum rrc_sib_segment_type curr_sib_segment_type;
guint32 curr_sib_type;
} umts_rrc_private_data_t;
/* Helper function to get or create a struct that will be actx->private_data */
static umts_rrc_private_data_t* umts_rrc_get_private_data(asn1_ctx_t *actx)
{
if (actx->private_data == NULL) {
actx->private_data = wmem_new0(actx->pinfo->pool, umts_rrc_private_data_t);
}
return (umts_rrc_private_data_t*)actx->private_data;
}
static guint32 private_data_get_s_rnc_id(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->s_rnc_id;
}
static void private_data_set_s_rnc_id(asn1_ctx_t *actx, guint32 s_rnc_id)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->s_rnc_id = s_rnc_id;
}
static guint32 private_data_get_s_rnti(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->s_rnti;
}
static void private_data_set_s_rnti(asn1_ctx_t *actx, guint32 s_rnti)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->s_rnti = s_rnti;
}
static guint32 private_data_get_new_u_rnti(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->new_u_rnti;
}
static void private_data_set_new_u_rnti(asn1_ctx_t *actx, guint32 new_u_rnti)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->new_u_rnti = new_u_rnti;
}
static guint32 private_data_get_current_u_rnti(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->current_u_rnti;
}
static void private_data_set_current_u_rnti(asn1_ctx_t *actx, guint32 current_u_rnti)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->current_u_rnti = current_u_rnti;
}
static guint32 private_data_get_scrambling_code(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->scrambling_code;
}
static void private_data_set_scrambling_code(asn1_ctx_t *actx, guint32 scrambling_code)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->scrambling_code = scrambling_code;
}
static enum nas_sys_info_gsm_map private_data_get_cn_domain(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->cn_domain;
}
static void private_data_set_cn_domain(asn1_ctx_t *actx, enum nas_sys_info_gsm_map cn_domain)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->cn_domain = cn_domain;
}
static wmem_strbuf_t* private_data_get_digits_strbuf(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->digits_strbuf;
}
static void private_data_set_digits_strbuf(asn1_ctx_t *actx, wmem_strbuf_t* digits_strbuf)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->digits_strbuf = digits_strbuf;
}
static gboolean private_data_get_digits_strbuf_parsing_failed_flag(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->digits_strbuf_parsing_failed_flag;
}
static void private_data_set_digits_strbuf_parsing_failed_flag(asn1_ctx_t *actx, gboolean digits_strbuf_parsing_failed_flag)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->digits_strbuf_parsing_failed_flag = digits_strbuf_parsing_failed_flag;
}
static wmem_strbuf_t* private_data_get_last_mcc_strbuf(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->last_mcc_strbuf;
}
static void private_data_set_last_mcc_strbuf(asn1_ctx_t *actx, wmem_strbuf_t* last_mcc_strbuf)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->last_mcc_strbuf = last_mcc_strbuf;
}
static guint32 private_data_get_rbid(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->rbid;
}
static void private_data_set_rbid(asn1_ctx_t *actx, guint32 rbid)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->rbid = rbid;
}
static guint32 private_data_get_rlc_ciphering_sqn(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->rlc_ciphering_sqn;
}
static void private_data_set_rlc_ciphering_sqn(asn1_ctx_t *actx, guint32 rlc_ciphering_sqn)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->rlc_ciphering_sqn = rlc_ciphering_sqn;
}
static rrc_ciphering_info* private_data_get_ciphering_info(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->ciphering_info;
}
static void private_data_set_ciphering_info(asn1_ctx_t *actx, rrc_ciphering_info* ciphering_info)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->ciphering_info = ciphering_info;
}
static enum rrc_ue_state private_data_get_rrc_state_indicator(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->rrc_state_indicator;
}
static void private_data_set_rrc_state_indicator(asn1_ctx_t *actx, enum rrc_ue_state rrc_state_indicator)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->rrc_state_indicator = rrc_state_indicator;
}
static enum rrc_sib_segment_type private_data_get_curr_sib_segment_type(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->curr_sib_segment_type;
}
static void private_data_set_curr_sib_segment_type(asn1_ctx_t *actx, enum rrc_sib_segment_type curr_sib_segment_type)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->curr_sib_segment_type = curr_sib_segment_type;
}
static guint32 private_data_get_curr_sib_type(asn1_ctx_t *actx)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
return private_data->curr_sib_type;
}
static void private_data_set_curr_sib_type(asn1_ctx_t *actx, guint32 curr_sib_type)
{
umts_rrc_private_data_t *private_data = (umts_rrc_private_data_t*)umts_rrc_get_private_data(actx);
private_data->curr_sib_type = curr_sib_type;
}
/*****************************************************************************/
static dissector_handle_t gsm_a_dtap_handle;
static dissector_handle_t rrc_ue_radio_access_cap_info_handle=NULL;
static dissector_handle_t rrc_pcch_handle=NULL;
static dissector_handle_t rrc_ul_ccch_handle=NULL;
static dissector_handle_t rrc_dl_ccch_handle=NULL;
static dissector_handle_t rrc_ul_dcch_handle=NULL;
static dissector_handle_t rrc_dl_dcch_handle=NULL;
static dissector_handle_t rrc_bcch_fach_handle=NULL;
static dissector_handle_t lte_rrc_ue_eutra_cap_handle=NULL;
static dissector_handle_t lte_rrc_dl_dcch_handle=NULL;
static dissector_handle_t gsm_rlcmac_dl_handle=NULL;
/* Forward declarations */
void proto_register_rrc(void);
void proto_reg_handoff_rrc(void);
static int dissect_UE_RadioAccessCapabilityInfo_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_SysInfoType11bis_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_SysInfoType11ter_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_SysInfoType22_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
/* Include constants */
#include "packet-rrc-val.h"
/* Initialize the protocol and registered fields */
int proto_rrc = -1;
static int hf_test;
static int hf_urnti;
static int hf_urnti_new;
static int hf_urnti_current;
#include "packet-rrc-hf.c"
/* Initialize the subtree pointers */
static int ett_rrc = -1;
#include "packet-rrc-ett.c"
static gint ett_rrc_eutraFeatureGroupIndicators = -1;
static gint ett_rrc_cn_CommonGSM_MAP_NAS_SysInfo = -1;
static gint ett_rrc_ims_info = -1;
static gint ett_rrc_cellIdentity = -1;
static gint ett_rrc_sib_data_var = -1;
static expert_field ei_rrc_no_hrnti = EI_INIT;
/* Global variables */
static proto_tree *top_tree;
static int hf_rrc_eutra_feat_group_ind_1 = -1;
static int hf_rrc_eutra_feat_group_ind_2 = -1;
static int hf_rrc_eutra_feat_group_ind_3 = -1;
static int hf_rrc_eutra_feat_group_ind_4 = -1;
static int hf_rrc_ims_info_atgw_trans_det_cont_type = -1;
static int hf_rrc_ims_info_atgw_udp_port = -1;
static int hf_rrc_ims_info_atgw_ipv4 = -1;
static int hf_rrc_ims_info_atgw_ipv6 = -1;
static int hf_rrc_cellIdentity_rnc_id = -1;
static int hf_rrc_cellIdentity_c_id = -1;
static const true_false_string rrc_eutra_feat_group_ind_1_val = {
"UTRA CELL_PCH to EUTRA RRC_IDLE cell reselection - Supported",
"UTRA CELL_PCH to EUTRA RRC_IDLE cell reselection - Not supported"
};
static const true_false_string rrc_eutra_feat_group_ind_2_val = {
"EUTRAN measurements and reporting in connected mode - Supported",
"EUTRAN measurements and reporting in connected mode - Not supported"
};
static const true_false_string rrc_eutra_feat_group_ind_3_val = {
"UTRA CELL_FACH absolute priority cell reselection for high priority layers - Supported",
"UTRA CELL_FACH absolute priority cell reselection for high priority layers - Not supported"
};
static const true_false_string rrc_eutra_feat_group_ind_4_val = {
"UTRA CELL_FACH absolute priority cell reselection for all layers - Supported",
"UTRA CELL_FACH absolute priority cell reselection for all layers - Not supported"
};
static const value_string rrc_ims_info_atgw_trans_det_cont_type[] = {
{0, "ATGW-IPv4-address-and-port"},
{1, "ATGW-IPv6-address-and-port"},
{2, "ATGW-not-available"},
{0, NULL}
};
static int flowd,type;
/*Stores how many channels we have detected for a HS-DSCH MAC-flow*/
#define RRC_MAX_NUM_HSDHSCH_MACDFLOW 8
static guint8 num_chans_per_flow[RRC_MAX_NUM_HSDHSCH_MACDFLOW];
/**
* Return the maximum counter, useful for initiating counters
*/
#if 0
static int get_max_counter(int com_context){
int i;
guint32 max = 0;
rrc_ciphering_info * ciphering_info;
if( (ciphering_info = g_tree_lookup(rrc_ciph_info_tree, GINT_TO_POINTER((gint)com_context))) == NULL ){
return 0;
}
for(i = 0; i<31; i++){
max = MAX(ciphering_info->ps_conf_counters[i][0], max);
max = MAX(ciphering_info->ps_conf_counters[i][1], max);
}
return max;
}
#endif
/** Utility functions used for various comparisons/cleanups in tree **/
static gint rrc_key_cmp(gconstpointer b_ptr, gconstpointer a_ptr, gpointer ignore _U_){
if( GPOINTER_TO_INT(a_ptr) > GPOINTER_TO_INT(b_ptr) ){
return -1;
}
return GPOINTER_TO_INT(a_ptr) < GPOINTER_TO_INT(b_ptr);
}
static void rrc_free_value(gpointer value ){
g_free(value);
}
static rrc_ciphering_info*
get_or_create_cipher_info(fp_info *fpinf, rlc_info *rlcinf) {
rrc_ciphering_info *cipher_info = NULL;
guint32 ueid;
int i;
if (!fpinf || !rlcinf)
return NULL;
ueid = rlcinf->ueid[fpinf->cur_tb];
cipher_info = (rrc_ciphering_info *)g_tree_lookup(rrc_ciph_info_tree, GINT_TO_POINTER((gint)ueid));
if( cipher_info == NULL ){
cipher_info = g_new0(rrc_ciphering_info,1);
/*Initiate tree with START_PS values.*/
if(!cipher_info->start_ps)
cipher_info->start_ps = g_tree_new_full(rrc_key_cmp,
NULL,NULL,rrc_free_value);
/*Clear and initialize seq_no matrix*/
for(i = 0; i< 31; i++){
cipher_info->seq_no[i][0] = -1;
cipher_info->seq_no[i][1] = -1;
}
/* Set algorithms to 'unknown' since 0s are valid values */
cipher_info->ciphering_algorithm = -1;
cipher_info->integrity_algorithm = -1;
g_tree_insert(rrc_ciph_info_tree, GINT_TO_POINTER((gint)rlcinf->ueid[fpinf->cur_tb]), cipher_info);
}
return cipher_info;
}
/* Try to find the NBAP C-RNC Context and, if found, pair it with a given U-RNTI */
static void
rrc_try_map_urnti_to_crncc(guint32 u_rnti, asn1_ctx_t *actx)
{
guint32 scrambling_code, crnc_context;
/* Getting the user's Uplink Scrambling Code*/
scrambling_code = private_data_get_scrambling_code(actx);
if (u_rnti != 0 && scrambling_code != 0) {
/* Looking for the C-RNC Context mapped to this Scrambling Code */
crnc_context = GPOINTER_TO_UINT(wmem_tree_lookup32(nbap_scrambling_code_crncc_map,scrambling_code));
if (crnc_context != 0) {
/* Mapping the U-RNTI to the C-RNC context*/
wmem_tree_insert32(nbap_crncc_urnti_map,crnc_context,GUINT_TO_POINTER(u_rnti));
}
}
}
#include "packet-rrc-fn.c"
static int
dissect_rrc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U_)
{
/* FIX ME Currently don't know the 'starting point' of this protocol
* exported DL-DCCH-Message is the entry point.
*/
proto_item *rrc_item = NULL;
proto_tree *rrc_tree = NULL;
struct rrc_info *rrcinf;
top_tree = tree;
rrcinf = (struct rrc_info *)p_get_proto_data(wmem_file_scope(), pinfo, proto_rrc, 0);
/* make entry in the Protocol column on summary display */
col_set_str(pinfo->cinfo, COL_PROTOCOL, "RRC");
/*Clear memory*/
memset(num_chans_per_flow,0,sizeof(guint8)*RRC_MAX_NUM_HSDHSCH_MACDFLOW);
/* create the rrc protocol tree */
rrc_item = proto_tree_add_item(tree, proto_rrc, tvb, 0, -1, ENC_NA);
rrc_tree = proto_item_add_subtree(rrc_item, ett_rrc);
if (rrcinf) {
switch (rrcinf->msgtype[pinfo->fd->subnum]) {
case RRC_MESSAGE_TYPE_PCCH:
call_dissector(rrc_pcch_handle, tvb, pinfo, rrc_tree);
break;
case RRC_MESSAGE_TYPE_UL_CCCH:
call_dissector(rrc_ul_ccch_handle, tvb, pinfo, rrc_tree);
break;
case RRC_MESSAGE_TYPE_DL_CCCH:
call_dissector(rrc_dl_ccch_handle, tvb, pinfo, rrc_tree);
break;
case RRC_MESSAGE_TYPE_UL_DCCH:
call_dissector(rrc_ul_dcch_handle, tvb, pinfo, rrc_tree);
break;
case RRC_MESSAGE_TYPE_DL_DCCH:
call_dissector(rrc_dl_dcch_handle, tvb, pinfo, rrc_tree);
break;
case RRC_MESSAGE_TYPE_BCCH_FACH:
call_dissector(rrc_bcch_fach_handle, tvb, pinfo, rrc_tree);
break;
default:
;
}
}
return tvb_captured_length(tvb);
}
static void
rrc_init(void) {
/*Initialize structure for muxed flow indication*/
hsdsch_muxed_flows = g_tree_new_full(rrc_key_cmp,
NULL, /* data pointer, optional */
NULL,
rrc_free_value);
rrc_ciph_info_tree = g_tree_new_full(rrc_key_cmp,
NULL, /* data pointer, optional */
NULL,
rrc_free_value);
/* Global U-RNTI / C-RNTI map to be used in RACH channels */
rrc_global_urnti_crnti_map = wmem_tree_new_autoreset(wmem_epan_scope(), wmem_file_scope());
}
static void
rrc_cleanup(void) {
/*Cleanup*/
g_tree_destroy(hsdsch_muxed_flows);
g_tree_destroy(rrc_ciph_info_tree);
}
/*--- proto_register_rrc -------------------------------------------*/
void proto_register_rrc(void) {
/* List of fields */
static hf_register_info hf[] = {
#include "packet-rrc-hfarr.c"
{ &hf_test,
{ "RAB Test", "rrc.RAB.test",
FT_UINT8, BASE_DEC, NULL, 0,
"rrc.RAB_Info_r6", HFILL }},
{ &hf_urnti,
{ "U-RNTI", "rrc.urnti",
FT_UINT32, BASE_HEX, NULL, 0,
NULL, HFILL }},
{ &hf_urnti_new,
{ "New U-RNTI", "rrc.urnti_new",
FT_UINT32, BASE_HEX, NULL, 0,
NULL, HFILL }},
{ &hf_urnti_current,
{ "Current U-RNTI", "rrc.urnti_current",
FT_UINT32, BASE_HEX, NULL, 0,
NULL, HFILL }},
{ &hf_rrc_eutra_feat_group_ind_1,
{ "Indicator 1", "rrc.eutra_feat_group_ind_1",
FT_BOOLEAN, BASE_NONE, TFS(&rrc_eutra_feat_group_ind_1_val), 0,
"EUTRA Feature Group Indicator 1", HFILL }},
{ &hf_rrc_eutra_feat_group_ind_2,
{ "Indicator 2", "rrc.eutra_feat_group_ind_2",
FT_BOOLEAN, BASE_NONE, TFS(&rrc_eutra_feat_group_ind_2_val), 0,
"EUTRA Feature Group Indicator 2", HFILL }},
{ &hf_rrc_eutra_feat_group_ind_3,
{ "Indicator 3", "rrc.eutra_feat_group_ind_3",
FT_BOOLEAN, BASE_NONE, TFS(&rrc_eutra_feat_group_ind_3_val), 0,
"EUTRA Feature Group Indicator 3", HFILL }},
{ &hf_rrc_eutra_feat_group_ind_4,
{ "Indicator 4", "rrc.eutra_feat_group_ind_4",
FT_BOOLEAN, BASE_NONE, TFS(&rrc_eutra_feat_group_ind_4_val), 0,
"EUTRA Feature Group Indicator 4", HFILL }},
{ &hf_rrc_ims_info_atgw_trans_det_cont_type,
{ "ATGW transfer details content type", "rrc.rsrvcc_info.ims_info_atgw_trans_det_cont",
FT_UINT8, BASE_DEC, VALS(rrc_ims_info_atgw_trans_det_cont_type), 0x3,
"rSR-VCC IMS information ATGW transfer details content type", HFILL }},
{&hf_rrc_ims_info_atgw_udp_port,
{"ATGW UDP port","rrc.rsrvcc_info.ims_info_atgw_udp_port",
FT_UINT16,BASE_DEC, NULL, 0x0,
"rSR-VCC IMS information ATGW UDP port", HFILL }},
{ &hf_rrc_ims_info_atgw_ipv4,
{"ATGW IPv4", "rrc.rsrvcc_info.ims_info_atgw_ipv4",
FT_IPv4, BASE_NONE, NULL, 0x0,
"rSR-VCC IMS information ATGW IPv4", HFILL}},
{ &hf_rrc_ims_info_atgw_ipv6,
{"ATGW IPv6", "rrc.rsrvcc_info.ims_info_atgw_ipv6",
FT_IPv6, BASE_NONE, NULL, 0x0,
"rSR-VCC IMS information ATGW IPv6", HFILL}},
{ &hf_rrc_cellIdentity_rnc_id,
{"RNC Identifier", "rrc.cellIdentity.rnc_id",
FT_UINT32, BASE_DEC, NULL, 0,
"The RNC Identifier (RNC-Id) part of the Cell Identity", HFILL }},
{ &hf_rrc_cellIdentity_c_id,
{"Cell Identifier", "rrc.cellIdentity.c_id",
FT_UINT32, BASE_DEC, NULL, 0,
"The Cell Identifier (C-Id) part of the Cell Identity", HFILL }}
};
/* List of subtrees */
static gint *ett[] = {
&ett_rrc,
#include "packet-rrc-ettarr.c"
&ett_rrc_eutraFeatureGroupIndicators,
&ett_rrc_cn_CommonGSM_MAP_NAS_SysInfo,
&ett_rrc_ims_info,
&ett_rrc_cellIdentity,
&ett_rrc_sib_data_var,
};
static ei_register_info ei[] = {
{ &ei_rrc_no_hrnti, { "rrc.no_hrnti", PI_SEQUENCE, PI_NOTE, "Did not detect any H-RNTI", EXPFILL }},
};
expert_module_t* expert_rrc;
module_t *rrc_module;
/* Register protocol */
proto_rrc = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_rrc, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
expert_rrc = expert_register_protocol(proto_rrc);
expert_register_field_array(expert_rrc, ei, array_length(ei));
register_dissector("rrc", dissect_rrc, proto_rrc);
#include "packet-rrc-dis-reg.c"
register_init_routine(rrc_init);
register_cleanup_routine(rrc_cleanup);
/* Register configuration preferences */
rrc_module = prefs_register_protocol(proto_rrc, NULL);
prefs_register_bool_preference(rrc_module, "nas_in_root_tree",
"Show NAS PDU in root packet details",
"Whether the NAS PDU should be shown in the root packet details tree",
&rrc_nas_in_root_tree);
}
/*--- proto_reg_handoff_rrc ---------------------------------------*/
void
proto_reg_handoff_rrc(void)
{
gsm_a_dtap_handle = find_dissector_add_dependency("gsm_a_dtap", proto_rrc);
rrc_pcch_handle = find_dissector("rrc.pcch");
rrc_ul_ccch_handle = find_dissector("rrc.ul.ccch");
rrc_dl_ccch_handle = find_dissector("rrc.dl.ccch");
rrc_ul_dcch_handle = find_dissector("rrc.ul.dcch");
rrc_dl_dcch_handle = find_dissector("rrc.dl.dcch");
rrc_ue_radio_access_cap_info_handle = find_dissector("rrc.ue_radio_access_cap_info");
rrc_dl_dcch_handle = find_dissector("rrc.dl.dcch");
lte_rrc_ue_eutra_cap_handle = find_dissector_add_dependency("lte-rrc.ue_eutra_cap", proto_rrc);
lte_rrc_dl_dcch_handle = find_dissector_add_dependency("lte-rrc.dl.dcch", proto_rrc);
rrc_bcch_fach_handle = find_dissector("rrc.bcch.fach");
gsm_rlcmac_dl_handle = find_dissector_add_dependency("gsm_rlcmac_dl", proto_rrc);
} |
C/C++ | wireshark/epan/dissectors/asn1/rrc/packet-rrc-template.h | /* packet-rrc-template.h
* Copyright 2009, Anders Broman <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_RRC_H
#define PACKET_RRC_H
#include <epan/asn1.h> /* Needed for non asn1 dissectors?*/
extern int proto_rrc;
#include "packet-rrc-exp.h"
enum rrc_message_type {
RRC_MESSAGE_TYPE_INVALID = 0,
RRC_MESSAGE_TYPE_PCCH = 1,
RRC_MESSAGE_TYPE_UL_CCCH,
RRC_MESSAGE_TYPE_DL_CCCH,
RRC_MESSAGE_TYPE_UL_DCCH,
RRC_MESSAGE_TYPE_DL_DCCH,
RRC_MESSAGE_TYPE_BCCH_FACH
};
enum nas_sys_info_gsm_map {
RRC_NAS_SYS_UNKNOWN = 0,
RRC_NAS_SYS_INFO_CS,
RRC_NAS_SYS_INFO_PS,
RRC_NAS_SYS_INFO_CN_COMMON
};
enum rrc_ue_state {
RRC_UE_STATE_UNKNOWN = 0,
RRC_UE_STATE_CELL_DCH,
RRC_UE_STATE_CELL_FACH,
RRC_UE_STATE_CELL_PCH,
RRC_UE_STATE_URA_PCH
};
#define MAX_RRC_FRAMES 64
typedef struct rrc_info
{
enum rrc_message_type msgtype[MAX_RRC_FRAMES];
guint16 hrnti[MAX_RRC_FRAMES];
} rrc_info;
/*Struct for storing ciphering information*/
typedef struct rrc_ciphering_info
{
int seq_no[31][2]; /*Indicates for each Rbid when ciphering starts - Indexers are [BearerID][Direction]*/
GTree * /*guint32*/ start_cs; /*Start value for CS counter*/
GTree * /*guint32*/ start_ps; /*Start value for PS counter*/
gint32 ciphering_algorithm; /*Indicates which type of ciphering algorithm used*/
gint32 integrity_algorithm; /*Indicates which type of integrity algorithm used*/
guint32 setup_frame[2]; /*Store which frame contained this information - Indexer is [Direction]*/
guint32 ps_conf_counters[31][2]; /*This should also be made for CS*/
} rrc_ciphering_info;
extern GTree * hsdsch_muxed_flows;
extern GTree * rrc_ciph_info_tree;
extern wmem_tree_t* rrc_global_urnti_crnti_map;
#endif /* PACKET_RRC_H */ |
ASN.1 | wireshark/epan/dissectors/asn1/rrc/PDU-definitions.asn | -- 3GPP TS 25.331 V17.1.0 (2022-06)
--
-- 11.2 PDU definitions
--
PDU-definitions DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
--**************************************************************
--
-- IE parameter types from other modules
--
--**************************************************************
IMPORTS
-- Core Network IEs :
CN-DomainIdentity,
CN-InformationInfo,
CN-InformationInfo-r6,
CN-InformationInfoFull,
DomainSpecificAccessRestrictionParam-v670ext,
NAS-Message,
PagingRecordTypeID,
PagingPermissionWithAccessControlParameters,
PLMN-Identity,
-- UTRAN Mobility IEs :
CellIdentity,
CellIdentity-PerRL-List,
DedicatedPriorityInformation,
DedicatedPriorityInformation-r11,
DedicatedPriorityInformation-r13,
DedicatedWLANOffloadInformation,
URA-Identity,
-- User Equipment IEs :
AccessGroupIdentity,
AccessStratumReleaseIndicator,
ActivationTime,
C-RNTI,
CapabilityUpdateRequirement,
CapabilityUpdateRequirement-r4,
CapabilityUpdateRequirement-r4-ext,
CapabilityUpdateRequirement-r5,
CapabilityUpdateRequirement-v770ext,
CapabilityUpdateRequirement-v860ext,
CapabilityUpdateRequirement-vaj0ext,
CapabilityUpdateRequirement-r7,
CapabilityUpdateRequirement-r8,
CapabilityUpdateRequirement-r12,
CellUpdateCause,
CellUpdateCause-ext,
CellUpdateCause-ext2,
CipheringAlgorithm,
CipheringAlgorithm-r7,
CipheringModeInfo,
CipheringModeInfo-r7,
DelayRestrictionFlag,
DL-PhysChCapabilityFDD-v380ext,
DSCH-RNTI,
DynamicActivationTime,
E-RNTI,
EstablishmentCause,
ExtendedWaitTime,
FailureCauseWithProtErr,
FailureCauseWithProtErrTrId,
FrequencyBandsIndicatorSupport,
GroupReleaseInformation,
H-RNTI,
High-MobilityDetected,
InitialUE-Identity,
IntegrityProtActivationInfo,
IntegrityProtectionModeInfo,
IntegrityProtectionModeInfo-r7,
N-308,
PagingCause,
PagingRecordList,
PagingRecord2List-r5,
PDCP-Capability-r4-ext,
PDCP-Capability-v770ext,
Pre-RedirectionInfo,
ProtocolErrorIndicator,
ProtocolErrorIndicatorWithMoreInfo,
RadioFrequencyBandTDDList,
Rb-timer-indicator,
RedirectionInfo,
RedirectionInfo-r6,
RedirectionInfo-v860ext,
RejectionCause,
ReleaseCause,
RF-CapabBandListFDDComp-ext2,
RF-CapabilityComp,
RRC-StateIndicator,
RRC-TransactionIdentifier,
RSR-VCC-Info,
SecurityCapability,
SR-VCC-Info,
SR-VCC-SecurityRABInfo-v860ext,
START-Value,
STARTList,
SystemSpecificCapUpdateReq-v590ext,
U-RNTI,
U-RNTI-Short,
UESpecificBehaviourInformation1idle,
UESpecificBehaviourInformation1interRAT,
UE-CapabilityContainer-IEs,
UE-ConnTimersAndConstants,
UE-ConnTimersAndConstants-v3a0ext,
UE-ConnTimersAndConstants-v860ext,
UE-ConnTimersAndConstants-r5,
UE-ConnTimersAndConstants-r11,
UE-HSPA-Identities-r6,
UE-RadioAccessCapabBandFDDList2,
UE-RadioAccessCapabBandFDDList-ext,
UE-RadioAccessCapabBand-va40ext,
UE-RadioAccessCapability,
UE-RadioAccessCapability-v370ext,
UE-RadioAccessCapability-v380ext,
UE-RadioAccessCapability-v3a0ext,
UE-RadioAccessCapability-v3g0ext,
UE-RadioAccessCapability-v4b0ext,
UE-RadioAccessCapability-v590ext,
UE-RadioAccessCapability-v5c0ext,
UE-RadioAccessCapability-v650ext,
UE-RadioAccessCapability-v680ext,
UE-RadioAccessCapability-v7e0ext,
UE-RadioAccessCapability-v7f0ext,
UE-RadioAccessCapability-v860ext,
UE-RadioAccessCapability-v880ext,
UE-RadioAccessCapability-v890ext,
UE-RadioAccessCapability-v920ext,
UE-RadioAccessCapability-va40ext,
UE-RadioAccessCapability-va80ext,
UE-RadioAccessCapability-va60ext,
UE-RadioAccessCapability-vb50ext,
UE-RadioAccessCapability-vb70ext,
UE-RadioAccessCapability-vbc0ext,
UE-RadioAccessCapability-vd20ext,
UE-RadioAccessCapabilityComp,
UE-RadioAccessCapabilityComp-ext,
UE-RadioAccessCapabilityComp-v770ext,
UE-RadioAccessCapabilityComp2,
UE-RadioAccessCapabilityComp2-v770ext,
UE-RadioAccessCapabilityComp2-v7f0ext,
UE-RadioAccessCapabilityComp2-v860ext,
UE-RadioAccessCapabilityComp2-v920ext,
UE-RadioAccessCapabilityComp2-va40ext,
UE-RadioAccessCapabilityComp2-vb50ext,
UE-RadioAccessCapabilityComp2-vc50ext,
UE-RadioAccessCapabilityComp2-vd20ext,
UE-RadioAccessCapabilityComp-TDD128,
UE-RadioAccessCapabilityInfo-v770ext,
UE-RadioAccessCapabilityInfo-TDD128-v8b0ext,
UE-RadioAccessCapabilityInfo-TDD128-vb50ext,
UE-SecurityInformation,
UE-SecurityInformation2,
UE-SpecificCapabilityInformation-LCRTDD,
URA-UpdateCause,
UTRAN-DRX-CycleLengthCoefficient,
UTRAN-DRX-CycleLengthCoefficient-r7,
WaitTime,
-- Radio Bearer IEs :
DefaultConfigIdentity,
DefaultConfigIdentity-r4,
DefaultConfigIdentity-r5,
DefaultConfigIdentity-r6,
DefaultConfigForCellFACH,
DefaultConfigMode,
DL-CounterSynchronisationInfo,
DL-CounterSynchronisationInfo-r5,
PDCP-ROHC-TargetMode,
PredefinedConfigIdentity,
PredefinedConfigStatusList,
PredefinedConfigStatusListComp,
PredefinedConfigSetWithDifferentValueTag,
RAB-Info,
RAB-Info-r6,
RAB-Info-r7,
RAB-Info-Post,
RAB-InformationList,
RAB-InformationList-r6,
RAB-InformationReconfigList,
RAB-InformationReconfigList-r8,
RAB-InformationMBMSPtpList,
RAB-InformationSetup-r7,
RAB-InformationSetup-r8,
RAB-InformationSetup-v820ext,
RAB-InformationSetup-r11,
RAB-InformationSetupList,
RAB-InformationSetupList-r4,
RAB-InformationSetupList-r5,
RAB-InformationSetupList-r6-ext,
RAB-InformationSetupList-r6,
RAB-InformationSetupList-v6b0ext,
RAB-InformationSetupList-r7,
RAB-InformationSetupList-r8,
RAB-InformationSetupList-v820ext,
RAB-InformationSetupList-r11,
RB-ActivationTimeInfoList,
RB-COUNT-C-InformationList,
RB-COUNT-C-MSB-InformationList,
RB-IdentityList,
RB-InformationAffectedList,
RB-InformationAffectedList-r5,
RB-InformationAffectedList-r6,
RB-InformationAffectedList-r7,
RB-InformationAffectedList-r8,
RB-InformationChangedList-r6,
RB-InformationReconfigList,
RB-InformationReconfigList-r4,
RB-InformationReconfigList-r5,
RB-InformationReconfigList-r6,
RB-InformationReconfigList-r7,
RB-InformationReconfigList-r8,
RB-InformationReconfigList-r11,
RB-InformationReleaseList,
RB-PDCPContextRelocationList,
RetrievableConfigInfo,
SRB-InformationSetupList,
SRB-InformationSetupList-r5,
SRB-InformationSetupList-r6,
SRB-InformationSetupList-r7,
SRB-InformationSetupList-r8,
SRB-InformationSetupList-r11,
SRB-InformationSetupList2,
SRB-InformationSetupList2-r6,
SRB-InformationSetupList2-r7,
SRB-InformationSetupList2-r8,
UL-AMR-Rate,
UL-CounterSynchronisationInfo,
-- Transport Channel IEs:
CPCH-SetID,
DL-AddReconfTransChInfo2List,
DL-AddReconfTransChInfoList,
DL-AddReconfTransChInfoList-r4,
DL-AddReconfTransChInfoList-r5,
DL-AddReconfTransChInfoList-r7,
DL-AddReconfTransChInfoList-r9,
DL-AddReconfTransChInfoList-r13,
DL-AddReconfTransChInfoList-TDD128-v9c0ext,
DL-AddReconfTransChInfoList-r11,
DL-CommonTransChInfo,
DL-CommonTransChInfo-r4,
DL-DeletedTransChInfoList,
DL-DeletedTransChInfoList-r5,
DL-DeletedTransChInfoList-r7,
DRAC-StaticInformationList,
HARQ-Info-r7,
HARQ-Info-r11,
HARQ-Info-r13,
PowerOffsetInfoShort,
TFC-Subset,
TFCS-Identity,
UL-AddReconfTransChInfoList,
UL-AddReconfTransChInfoList-r6,
UL-AddReconfTransChInfoList-r7,
UL-AddReconfTransChInfoList-r8,
UL-AddReconfTransChInfoList-r14,
UL-CommonTransChInfo,
UL-CommonTransChInfo-r4,
UL-CommonTransChInfo-r12,
UL-DeletedTransChInfoList,
UL-DeletedTransChInfoList-r6,
-- Physical Channel IEs :
AdditionalDLSecCellInfoListFDD,
AdditionalDLSecCellInfoListFDD-r11,
AdditionalDLSecCellInfoListFDD2,
AdditionalDLSecCellInfoHandoverToUtranListFDD,
Alpha,
BEACON-PL-Est,
CCTrCH-PowerControlInfo,
CCTrCH-PowerControlInfo-r4,
CCTrCH-PowerControlInfo-r5,
CCTrCH-PowerControlInfo-r7,
CommonERGCHInfoFDD,
ConstantValue,
ConstantValueTdd,
ControlChannelDRXInfo-TDD128-r8,
CPCH-SetInfo,
DCH-Enhancements-Info-FDD,
DHS-Sync,
DL-CommonInformation,
DL-CommonInformation-r4,
DL-CommonInformation-r5,
DL-CommonInformation-r6,
DL-CommonInformation-r7,
DL-CommonInformation-r8,
DL-CommonInformation-r10,
DL-CommonInformation-r11,
DL-CommonInformation-r12,
DL-CommonInformationPost,
DL-HSPDSCH-Information,
DL-HSPDSCH-Information-r6,
DL-HSPDSCH-Information-r7,
DL-HSPDSCH-Information-r8,
DL-HSPDSCH-Information-r8-ext,
DL-HSPDSCH-Information-r9,
DL-HSPDSCH-Information-r8-ext2,
DL-HSPDSCH-Information-r11,
DL-HSPDSCH-Information-r12,
DL-HSPDSCH-MultiCarrier-Information,
DL-InformationPerRL-List,
DL-InformationPerRL-List-r4,
DL-InformationPerRL-List-r5,
DL-InformationPerRL-List-r5bis,
DL-InformationPerRL-List-r6,
DL-InformationPerRL-List-r7,
DL-InformationPerRL-List-r8,
DL-InformationPerRL-List-v6b0ext,
DL-InformationPerRL-List-r11,
DL-InformationPerRL-List-r12,
DL-InformationPerRL-List-r13,
DL-InformationPerRL-ListPostFDD,
DL-InformationPerRL-PostTDD,
DL-InformationPerRL-PostTDD-LCR-r4,
DL-MultiCarrier-Information,
DL-PDSCH-Information,
DL-SecondaryCellInfoFDD,
DL-SecondaryCellInfoFDD-v890ext,
DL-SecondaryCellInfoFDD-r9,
DL-SecondaryCellInfoFDD-r10,
DL-SecondaryCellInfoFDD-r11,
DL-SecondaryCellInfoFDD-HandoverToUtran,
DL-TPC-PowerOffsetPerRL-List,
DLUL-HSPA-Information-r8,
DLUL-HSPA-Information-r9,
DLUL-HSPA-Information-r10,
DPC-Mode,
DPCCH2InfoFDD,
DPCH-CompressedModeStatusInfo,
DPCH-CompressedModeStatusInfo-r10,
DTX-DRX-TimingInfo-r7,
DTX-DRX-Info-r7,
DTX-DRX-Info-r12,
DynamicPersistenceLevel,
E-DCH-ReconfigurationInfo,
E-DCH-ReconfigurationInfo-SecULFrequency,
E-DCH-ReconfigurationInfo-r7,
E-DCH-ReconfigurationInfo-r11,
E-DCH-RL-InfoSameServingCell,
E-TFC-Boost-Info-r7,
E-DPDCH-PowerInterpolation,
EUTRA-TargetFreqInfoList-vb50ext,
EXT-UL-TimingAdvance,
Feedback-cycle-r7,
FilteredUEPowerHeadroomReportInfo,
FrequencyInfo,
FrequencyInfoFDD,
FrequencyInfoTDD,
F-TPICH-ReconfigurationInfo,
HARQ-Preamble-Mode,
HS-DSCH-TBSizeTable,
HS-SCCH-LessInfo-r7,
HS-SCCH-DrxCellfach-info,
HS-SICH-Power-Control-Info-TDD384,
HS-SICH-Power-Control-Info-TDD768,
MaxAllowedUL-TX-Power,
MIMO-Parameters-r7,
MIMO-Parameters-v7f0ext,
MIMO-Parameters-v7g0ext,
MIMO-Parameters-r8,
MIMO-Parameters-r9,
MIMO4x4-Parameters,
Multi-frequencyInfo-LCR-r7,
MU-MIMO-Info-TDD128,
Non-rectResAllocInd-TDD128,
Non-rectResSpecTSset-TDD128,
OpenLoopPowerControl-IPDL-TDD-r4,
PDSCH-CapacityAllocationInfo,
PDSCH-CapacityAllocationInfo-r4,
PDSCH-CapacityAllocationInfo-r7,
PDSCH-Identity,
OtherStateConfig,
PrimaryCPICH-Info,
PrimaryCCPCH-TX-Power,
PUSCH-CapacityAllocationInfo,
PUSCH-CapacityAllocationInfo-r4,
PUSCH-CapacityAllocationInfo-r7,
PUSCH-Identity,
PUSCH-SysInfoList-HCR-r5,
PDSCH-SysInfoList-HCR-r5,
RL-AdditionInformationList,
RL-AdditionInformationList-r6,
RL-AdditionInformation-list-v6b0ext,
RL-AdditionInformationList-r7,
RL-AdditionInformationList-r8,
RL-AdditionInformationList-v890ext,
RL-AdditionInformationList-r9,
RL-AdditionInformationList-v950ext,
RL-AdditionInformationList-r10,
RL-AdditionInformationList-vb50ext,
RL-AdditionInformationList-r11,
RL-AdditionInformationList-r12,
RL-AdditionInformationList-r13,
RL-AdditionInformationList-SecULFreq,
RL-AdditionInformationList-SecULFreq-r12,
RL-AdditionInformationList-SecULFreq-r13,
RL-RemovalInformationList,
RL-RemovalInformationList-SecULFreq,
SecondaryCellMIMOparametersFDD-v950ext,
Serving-HSDSCH-CellInformation,
Serving-HSDSCH-CellInformation-r7,
Serving-HSDSCH-CellInformation-r8,
Serving-HSDSCH-CellInformation-r9,
Serving-HSDSCH-CellInformation-r11,
Serving-HSDSCH-CellInformation-r12,
ServingCellChangeParameters,
ServingCellChangeParameters-r12,
SpecialBurstScheduling,
SPS-Information-TDD128-r8,
SSDT-Information,
SSDT-Information-r4,
SSDT-UL,
StandaloneMidambleInfo-TDD128,
TFC-ControlDuration,
TimeslotList,
TimeslotList-r4,
TimingMaintainedSynchInd,
TX-DiversityMode,
UL-16QAM-Config,
UL-64QAM-Config,
UL-ChannelRequirement,
UL-ChannelRequirement-r4,
UL-ChannelRequirement-r5,
UL-ChannelRequirementWithCPCH-SetID,
UL-ChannelRequirementWithCPCH-SetID-r4,
UL-ChannelRequirementWithCPCH-SetID-r5,
UL-CLTD-InfoFDD,
UL-MIMO-InfoFDD,
UL-DPCH-Info,
UL-DPCH-Info-r4,
UL-DPCH-Info-r5,
UL-DPCH-Info-r6,
UL-DPCH-Info-r7,
UL-DPCH-Info-r11,
UL-DPCH-InfoPostFDD,
UL-DPCH-InfoPostTDD,
UL-DPCH-InfoPostTDD-LCR-r4,
UL-EDCH-Information-ext,
UL-EDCH-Information-r6,
UL-EDCH-Information-r7,
UL-EDCH-Information-r8,
UL-EDCH-Information-r9,
UL-EDCH-Information-r11,
UL-MulticarrierEDCHInfo-TDD128,
UL-OLTD-InfoFDD,
UL-OtherTTIConfiguration-Information,
UL-OtherTTIConfigurationInfo-Sec,
UL-SecondaryCellInfoFDD,
UL-SecondaryCellInfoFDD-r12,
UL-SecondaryCellInfoFDD-r13,
UL-SecondaryCellInfoFDD-r14,
UL-SynchronisationParameters-r4,
UL-TimingAdvance,
UL-TimingAdvanceControl,
UL-TimingAdvanceControl-r4,
UL-TimingAdvanceControl-r7,
UpPCHposition-LCR,
-- Measurement IEs :
AdditionalMeasurementID-List,
AdditionalMeasurementID-List-r9,
ApplicationLayerMeasurementReporting,
ApplicationLayerMeasurementReporting-r15,
CellDCHMeasOccasionInfo-TDD128-r9,
CSGProximityIndication,
CSGProximityIndication-vb50ext,
DeltaRSCP,
Frequency-Band,
EventResults,
EventResults-v770ext,
EventResults-v860ext,
EventResults-va40ext,
EventResultsOnSecUlFreq,
EUTRA-EventResults,
EUTRA-EventResults-vb50ext,
EUTRA-EventResults-vc50ext,
EUTRA-MeasuredResults,
EUTRA-MeasuredResults-v920ext,
EUTRA-MeasuredResults-vb50ext,
EUTRA-MeasuredResults-vc50ext,
EUTRA-EventResultsForCELLFACH,
EUTRA-EventResultsForCELLFACH-vc50ext,
Inter-FreqEventCriteriaList-v590ext,
Intra-FreqEventCriteriaList-v590ext,
IntraFreqReportingCriteria-1b-r5,
IntraFreqEvent-1d-r5,
IntraFreqCellID,
InterFreqEventResults-LCR-r4-ext,
InterRATCellInfoIndication,
InterRATMeasurement-r11,
InterRATMeasurement-r12,
InterRAT-TargetCellDescription,
MeasuredResults,
MeasuredResults-v390ext,
MeasuredResults-v590ext,
MeasuredResults-v770ext,
MeasuredResults-v860ext,
MeasuredResults-v920ext,
MeasuredResults-vc50ext,
MeasuredResults-vd20ext,
MeasuredResults-ve30ext,
MeasuredResultsOnSecUlFreq,
MeasuredResultsOnSecUlFreq-vc50ext,
MeasuredResultsListOnSecUlFreq,
MeasuredResultsListOnSecUlFreq-vc50ext,
MeasuredResultsList,
MeasuredResultsList-LCR-r4-ext,
MeasuredResultsList-v770xet,
MeasuredResultsList-v860ext,
MeasuredResultsList-v920ext,
MeasuredResultsList-vc50ext,
MeasuredResultsList-vd20ext,
MeasuredResultsOnRACH,
MeasuredResultsOnRACHFDD-r11,
MeasuredResultsOnRACH-v7g0ext,
MeasuredResultsOnRACHinterFreq,
MeasuredResultsOnRACH-vc50ext,
MeasuredResultsOnRACH-EUTRAFreq,
MeasurementCommand,
MeasurementCommand-r4,
MeasurementCommand-r6,
MeasurementCommand-r7,
MeasurementCommand-r8,
MeasurementCommand-r9,
MeasurementCommand-r10,
MeasurementCommand-r11,
MeasurementReleaseEnhancement,
MeasurementCommand-r12,
MeasurementCommand-r13,
MeasurementCommand-r14,
MeasurementCommand-r15,
MeasurementIdentity,
MeasurementIdentity-r9,
MeasurementIdentityExt,
MeasurementReportingMode,
MeasurementScalingFactor,
NewInterFreqCellList-v7b0ext,
NewInterFreqCellList-LCR-v8a0ext,
NewIntraFreqCellList-LCR-v8a0ext,
PeriodicalWithReportingCellStatusOnSecULFreq,
PrimaryCCPCH-RSCP,
SFN-Offset-Validity,
TimeslotListWithISCP,
TrafficVolumeMeasuredResultsList,
UE-Positioning-GPS-AssistanceData,
UE-Positioning-GPS-AssistanceData-v770ext,
UE-Positioning-GPS-AssistanceData-v920ext,
UE-Positioning-GPS-AssistanceData-va40ext,
UE-Positioning-GPS-AssistanceData-vc50ext,
UE-Positioning-GPS-ReferenceTimeUncertainty,
UE-Positioning-Measurement-v390ext,
UE-Positioning-OTDOA-AssistanceData,
UE-Positioning-OTDOA-AssistanceData-r4ext,
UE-Positioning-OTDOA-AssistanceData-UEB,
UE-Positioning-OTDOA-AssistanceData-UEB-ext,
UE-Positioning-OTDOA-MeasuredResultsTDD-ext,
UE-Positioning-GANSS-AssistanceData,
UE-Positioning-GANSS-AssistanceData-v860ext,
UE-Positioning-GANSS-AssistanceData-v920ext,
UE-Positioning-GANSS-AssistanceData-va40ext,
UE-Positioning-GANSS-AssistanceData-vc50ext,
-- Other IEs :
BCCH-ModificationInfo,
BCCH-ModificationInfo-vc50ext,
CDMA2000-MessageList,
CellValueTag2,
ETWS-Information,
ETWS-WarningSecurityInfo,
GSM-TargetCellInfoList,
GERANIu-MessageList,
GERAN-SystemInformation,
GSM-MessageList,
InterRAT-ChangeFailureCause,
InterRAT-HO-FailureCause,
InterRAT-UE-RadioAccessCapabilityList,
InterRAT-UE-RadioAccessCapability-v590ext,
InterRAT-UE-SecurityCapList,
IntraDomainNasNodeSelector,
MasterInformationBlock,
MIB-ValueTag,
ProtocolErrorMoreInformation,
RMP-Frequency-List,
Rplmn-Information,
Rplmn-Information-r4,
SegCount,
SegmentIndex,
SFN-Prime,
SIB-Data-fixed,
SIB-Data2-fixed,
SIB-Data-variable,
SIB-Data2-variable,
SIB-Type,
SIB-Type2,
SysInfoType1,
SysInfoType3,
SysInfoType5,
SysInfoType7,
SysInfoType11,
SysInfoType11bis,
SysInfoType11ter,
SysInfoType12,
SysInfoTypeSB1,
SysInfoTypeSB2,
SysInfoType22,
-- MBMS IEs:
MBMS-CellGroupIdentity-r6,
MBMS-CommonRBInformationList-r6,
MBMS-CurrentCell-SCCPCHList-r6,
MBMS-JoinedInformation-r6,
MBMS-MICHConfigurationInfo-r6,
MBMS-MICHConfigurationInfo-v770ext,
MBMS-MICHConfigurationInfo-v890ext,
MBMS-ModifedServiceList-r6,
MBMS-ModifiedServiceList-LCR-v7c0ext,
MBMS-ModifiedServiceList-v770ext,
MBMS-MSCH-ConfigurationInfo-r6,
MBMS-NeighbouringCellSCCPCHList-r6,
MBMS-NeighbouringCellSCCPCHList-v770ext,
MBMS-NumberOfNeighbourCells-r6,
MBMS-PhyChInformationList-r6,
MBMS-PhyChInformationList-r7,
MBMS-PhyChInformationList-IMB384,
MBMS-PL-ServiceRestrictInfo-r6,
MBMS-PreferredFrequencyList-r6,
MBMS-PTMActivationTime-r6,
MBMS-SelectedServiceInfo,
MBMS-SelectedServicesShort,
MBMS-ServiceAccessInfoList-r6,
MBMS-ServiceIdentity-r6,
MBMS-ServiceSchedulingInfoList-r6,
MBMS-SIBType5-SCCPCHList-r6,
MBMS-TimersAndCounters-r6,
MBMS-TranspChInfoForEachCCTrCh-r6,
MBMS-TranspChInfoForEachTrCh-r6,
MBMS-UnmodifiedServiceList-r6,
MBMS-UnmodifiedServiceList-v770ext,
MBSFN-ClusterFrequency-r7,
MBSFN-InterFrequencyNeighbourList-r7,
MBSFN-InterFrequencyNeighbourList-v860ext,
MBMS-NetworkStandardTimeInformation-LCR-v890ext,
MBSFN-TDDInformation-LCR,
MBSFN-TDM-Info-List,
-- MDT IEs
LoggedMeasurementsConfigurationInfo,
LoggedMeasurementsConfigurationInfo-r11,
LoggedMeasReport,
LoggedMeasReport-vb50ext,
LoggedMeasReport-vc50ext,
ConnectionEstablishmentFailureReport,
ConnectionEstablishmentFailureReport-r11,
ConnectionEstablishmentFailureReport-vc50ext,
RsrqType,
-- UTRAN ANR IEs
LoggedANRConfigurationInfo,
LoggedANRReportInfoList,
LoggedANRReportInfoList-vb50ext,
-- WLAN Offload IEs
WLANOffloadConfig,
WLANOffloadInformation
FROM InformationElements
maxSIBperMsg,
maxURNTI-Group
FROM Constant-definitions;
-- ***************************************************
--
-- ACTIVE SET UPDATE (FDD only)
--
-- ***************************************************
ActiveSetUpdate ::= CHOICE {
r3 SEQUENCE {
activeSetUpdate-r3 ActiveSetUpdate-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
activeSetUpdate-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
activeSetUpdate-v4b0ext ActiveSetUpdate-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
activeSetUpdate-v590ext ActiveSetUpdate-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
activeSetUpdate-v690ext ActiveSetUpdate-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r6 SEQUENCE {
activeSetUpdate-r6 ActiveSetUpdate-r6-IEs,
activeSetUpdate-r6-add-ext BIT STRING OPTIONAL,
v6b0NonCriticalExtensions SEQUENCE {
activeSetUpdate-v6b0ext ActiveSetUpdate-v6b0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
activeSetUpdate-r7 ActiveSetUpdate-r7-IEs,
activeSetUpdate-r7-add-ext BIT STRING OPTIONAL,
v780NonCriticalExtensions SEQUENCE {
activeSetUpdate-v780ext ActiveSetUpdate-v780ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
activeSetUdpate-v7f0ext ActiveSetUpdate-v7f0ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
activeSetUdpate-v7g0ext ActiveSetUpdate-v7g0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
activeSetUpdate-r8 ActiveSetUpdate-r8-IEs,
-- Container for adding non critical extensions after freezing REL-9
activeSetUpdate-r8-add-ext BIT STRING OPTIONAL,
v890NonCriticalExtensions SEQUENCE {
activeSetUpdate-v890ext ActiveSetUpdate-v890ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
activeSetUpdate-v7g0ext ActiveSetUpdate-v7g0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
activeSetUpdate-r9 ActiveSetUpdate-r9-IEs,
-- Container for adding non critical extensions after freezing REL-10
activeSetUpdate-r9-add-ext BIT STRING OPTIONAL,
v950NonCriticalExtensions SEQUENCE {
activeSetUpdate-v950ext ActiveSetUpdate-v950ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r10 SEQUENCE {
activeSetUpdate-r10 ActiveSetUpdate-r10-IEs,
-- Container for adding non critical extensions after freezing
-- REL-11
activeSetUpdate-r10-add-ext BIT STRING OPTIONAL,
vb50NonCriticalExtensions SEQUENCE {
activeSetUpdate-vb50ext ActiveSetUpdate-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
activeSetUpdate-r11 ActiveSetUpdate-r11-IEs,
-- Container for adding non critical extensions after freezing
-- REL-12
activeSetUpdate-r11-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
activeSetUpdate-r12 ActiveSetUpdate-r12-IEs,
-- Container for adding non critical extensions after freezing
-- REL-13
activeSetUpdate-r12-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r13 SEQUENCE {
activeSetUpdate-r13 ActiveSetUpdate-r13-IEs,
-- Container for adding non critical extensions after freezing
-- REL-14
activeSetUpdate-r13-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
}
}
}
}
}
}
}
ActiveSetUpdate-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- dummy and dummy2 are not used in this version of the specification, they should
-- not be sent and if received they should be ignored.
dummy IntegrityProtectionModeInfo OPTIONAL,
dummy2 CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
newU-RNTI U-RNTI OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- Radio bearer IEs
-- dummy3 is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy3 DL-CounterSynchronisationInfo OPTIONAL,
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList OPTIONAL,
rl-RemovalInformationList RL-RemovalInformationList OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
-- dummy4 is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy4 SSDT-Information OPTIONAL
}
ActiveSetUpdate-v4b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-UL OPTIONAL,
-- The order of the RLs in IE cell-id-PerRL-List is the same as
-- in IE RL-AdditionInformationList included in this message
cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
}
ActiveSetUpdate-v590ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dpc-Mode DPC-Mode,
dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
}
ActiveSetUpdate-v690ext-IEs ::= SEQUENCE {
-- Core network IEs
primary-plmn-Identity PLMN-Identity OPTIONAL
}
ActiveSetUpdate-r6-IEs ::= SEQUENCE {
-- User equipment IEs
activationTime ActivationTime OPTIONAL,
newU-RNTI U-RNTI OPTIONAL,
newH-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList-r6 OPTIONAL,
rl-RemovalInformationList RL-RemovalInformationList OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
dpc-Mode DPC-Mode OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation OPTIONAL,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo OPTIONAL
}
ActiveSetUpdate-v6b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
rl-AdditionInformation-list-v6b0ext RL-AdditionInformation-list-v6b0ext OPTIONAL
}
ActiveSetUpdate-r7-IEs ::= SEQUENCE {
-- User equipment IEs
activationTime ActivationTime OPTIONAL,
newU-RNTI U-RNTI OPTIONAL,
newH-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Physical channel IEs
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList-r7 OPTIONAL,
rl-RemovalInformationList RL-RemovalInformationList OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
dpc-Mode DPC-Mode OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r7 OPTIONAL,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r7 OPTIONAL,
ul-16QAM-Config UL-16QAM-Config OPTIONAL,
e-dch-ReconfInfoSameCell E-DCH-RL-InfoSameServingCell OPTIONAL,
e-TFC-Boost-Info E-TFC-Boost-Info-r7 OPTIONAL,
e-DPDCH-PowerInterpolation E-DPDCH-PowerInterpolation OPTIONAL
}
ActiveSetUpdate-v780ext-IEs ::= SEQUENCE {
-- Physical channel IEs
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
ActiveSetUpdate-v7f0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7f0ext OPTIONAL
}
ActiveSetUpdate-v7g0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7g0ext OPTIONAL
}
ActiveSetUpdate-r8-IEs ::= SEQUENCE {
-- User equipment IEs
activationTime ActivationTime OPTIONAL,
newU-RNTI U-RNTI OPTIONAL,
newH-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Physical channel IEs
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList-r8 OPTIONAL,
servingCellChangeParameters ServingCellChangeParameters OPTIONAL,
rl-RemovalInformationList RL-RemovalInformationList OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
dpc-Mode DPC-Mode OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r8 OPTIONAL,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r7 OPTIONAL,
ul-16QAM-Config UL-16QAM-Config OPTIONAL,
e-dch-ReconfInfoSameCell E-DCH-RL-InfoSameServingCell OPTIONAL,
e-TFC-Boost-Info E-TFC-Boost-Info-r7 OPTIONAL,
e-DPDCH-PowerInterpolation E-DPDCH-PowerInterpolation OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD OPTIONAL
}
ActiveSetUpdate-v890ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-SecondaryCellInfoFDD-v890ext DL-SecondaryCellInfoFDD-v890ext OPTIONAL,
mimoParameters MIMO-Parameters-v7f0ext OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList-v890ext OPTIONAL
}
ActiveSetUpdate-r9-IEs ::= SEQUENCE {
-- User equipment IEs
activationTime ActivationTime OPTIONAL,
newU-RNTI U-RNTI OPTIONAL,
newH-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Physical channel IEs
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
e-dch-ReconfigurationInfo-SecULFrequency
E-DCH-ReconfigurationInfo-SecULFrequency OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList-r9 OPTIONAL,
rl-AdditionInformationList-SecULFreq
RL-AdditionInformationList-SecULFreq OPTIONAL,
servingCellChangeParameters ServingCellChangeParameters OPTIONAL,
rl-RemovalInformationList RL-RemovalInformationList OPTIONAL,
rl-RemovalInformationList-SecULFreq
RL-RemovalInformationList-SecULFreq OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
dpc-Mode DPC-Mode OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r9 OPTIONAL,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r7 OPTIONAL,
ul-16QAM-Config UL-16QAM-Config OPTIONAL,
e-dch-ReconfInfoSameCell E-DCH-RL-InfoSameServingCell OPTIONAL,
e-TFC-Boost-Info E-TFC-Boost-Info-r7 OPTIONAL,
e-DPDCH-PowerInterpolation E-DPDCH-PowerInterpolation OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r9 OPTIONAL
}
ActiveSetUpdate-v950ext-IEs ::= SEQUENCE {
-- Physical channel IEs
secondaryCellMimoParameters SecondaryCellMIMOparametersFDD-v950ext OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList-v950ext OPTIONAL
}
ActiveSetUpdate-r10-IEs ::= SEQUENCE {
-- User equipment IEs
activationTime ActivationTime OPTIONAL,
newU-RNTI U-RNTI OPTIONAL,
newH-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Physical channel IEs
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
e-dch-ReconfigurationInfo-SecULFrequency
E-DCH-ReconfigurationInfo-SecULFrequency OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList-r10 OPTIONAL,
rl-AdditionInformationList-SecULFreq
RL-AdditionInformationList-SecULFreq OPTIONAL,
servingCellChangeParameters ServingCellChangeParameters OPTIONAL,
rl-RemovalInformationList RL-RemovalInformationList OPTIONAL,
rl-RemovalInformationList-SecULFreq
RL-RemovalInformationList-SecULFreq OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
dpc-Mode DPC-Mode OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r9 OPTIONAL,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r7 OPTIONAL,
ul-16QAM-Config UL-16QAM-Config OPTIONAL,
e-dch-ReconfInfoSameCell E-DCH-RL-InfoSameServingCell OPTIONAL,
e-TFC-Boost-Info E-TFC-Boost-Info-r7 OPTIONAL,
e-DPDCH-PowerInterpolation E-DPDCH-PowerInterpolation OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r10 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD OPTIONAL
}
ActiveSetUpdate-vb50ext-IEs ::= SEQUENCE {
ulOLTDInfoFDD UL-OLTD-InfoFDD OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList-vb50ext OPTIONAL
}
ActiveSetUpdate-r11-IEs ::= SEQUENCE {
-- User equipment IEs
activationTime ActivationTime OPTIONAL,
newU-RNTI U-RNTI OPTIONAL,
newH-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Physical channel IEs
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
e-dch-ReconfigurationInfo-SecULFrequency
E-DCH-ReconfigurationInfo-SecULFrequency OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
f-tpich-ReconfigurationInfo F-TPICH-ReconfigurationInfo OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList-r11 OPTIONAL,
rl-AdditionInformationList-SecULFreq
RL-AdditionInformationList-SecULFreq OPTIONAL,
servingCellChangeParameters ServingCellChangeParameters OPTIONAL,
rl-RemovalInformationList RL-RemovalInformationList OPTIONAL,
rl-RemovalInformationList-SecULFreq
RL-RemovalInformationList-SecULFreq OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
dpc-Mode DPC-Mode OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r11 OPTIONAL,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r11 OPTIONAL,
ul-16QAM-Config UL-16QAM-Config OPTIONAL,
ul-64QAM-Config UL-64QAM-Config OPTIONAL,
ul-MIMO-InfoFDD UL-MIMO-InfoFDD OPTIONAL,
e-dch-ReconfInfoSameCell E-DCH-RL-InfoSameServingCell OPTIONAL,
e-TFC-Boost-Info E-TFC-Boost-Info-r7 OPTIONAL,
e-DPDCH-PowerInterpolation E-DPDCH-PowerInterpolation OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL
}
ActiveSetUpdate-r12-IEs ::= SEQUENCE {
-- User equipment IEs
activationTime ActivationTime OPTIONAL,
newU-RNTI U-RNTI OPTIONAL,
newH-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Physical channel IEs
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r12 OPTIONAL,
e-dch-ReconfigurationInfo-SecULFrequency
E-DCH-ReconfigurationInfo-SecULFrequency OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
f-tpich-ReconfigurationInfo F-TPICH-ReconfigurationInfo OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList-r12 OPTIONAL,
rl-AdditionInformationList-SecULFreq
RL-AdditionInformationList-SecULFreq-r12 OPTIONAL,
servingCellChangeParameters ServingCellChangeParameters-r12 OPTIONAL,
rl-RemovalInformationList RL-RemovalInformationList OPTIONAL,
rl-RemovalInformationList-SecULFreq
RL-RemovalInformationList-SecULFreq OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
dpc-Mode DPC-Mode OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12 OPTIONAL,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r11 OPTIONAL,
ul-16QAM-Config UL-16QAM-Config OPTIONAL,
ul-64QAM-Config UL-64QAM-Config OPTIONAL,
ul-MIMO-InfoFDD UL-MIMO-InfoFDD OPTIONAL,
e-dch-ReconfInfoSameCell E-DCH-RL-InfoSameServingCell OPTIONAL,
e-TFC-Boost-Info E-TFC-Boost-Info-r7 OPTIONAL,
e-DPDCH-PowerInterpolation E-DPDCH-PowerInterpolation OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL
}
ActiveSetUpdate-r13-IEs ::= SEQUENCE {
-- User equipment IEs
activationTime ActivationTime OPTIONAL,
dynamicActivationTime DynamicActivationTime OPTIONAL,
newU-RNTI U-RNTI OPTIONAL,
newH-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Physical channel IEs
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
e-dch-ReconfigurationInfo-SecULFrequency
E-DCH-ReconfigurationInfo-SecULFrequency OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
f-tpich-ReconfigurationInfo F-TPICH-ReconfigurationInfo OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
rl-AdditionInformationList RL-AdditionInformationList-r13 OPTIONAL,
rl-AdditionInformationList-SecULFreq
RL-AdditionInformationList-SecULFreq-r13 OPTIONAL,
servingCellChangeParameters ServingCellChangeParameters-r12 OPTIONAL,
rl-RemovalInformationList RL-RemovalInformationList OPTIONAL,
rl-RemovalInformationList-SecULFreq
RL-RemovalInformationList-SecULFreq OPTIONAL,
tx-DiversityMode TX-DiversityMode OPTIONAL,
dpc-Mode DPC-Mode OPTIONAL,
serving-HSDSCH-CellInformation Serving-HSDSCH-CellInformation-r12 OPTIONAL,
e-dch-ReconfigurationInfo E-DCH-ReconfigurationInfo-r11 OPTIONAL,
ul-16QAM-Config UL-16QAM-Config OPTIONAL,
ul-64QAM-Config UL-64QAM-Config OPTIONAL,
ul-MIMO-InfoFDD UL-MIMO-InfoFDD OPTIONAL,
e-dch-ReconfInfoSameCell E-DCH-RL-InfoSameServingCell OPTIONAL,
e-TFC-Boost-Info E-TFC-Boost-Info-r7 OPTIONAL,
e-DPDCH-PowerInterpolation E-DPDCH-PowerInterpolation OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL
}
-- ***************************************************
--
-- ACTIVE SET UPDATE COMPLETE (FDD only)
--
-- ***************************************************
ActiveSetUpdateComplete ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy IntegrityProtActivationInfo OPTIONAL,
-- Radio bearer IEs
-- dummy2 and dummy3 are not used in this version of the specification, they should
-- not be sent and if received they should be ignored.
dummy2 RB-ActivationTimeInfoList OPTIONAL,
dummy3 UL-CounterSynchronisationInfo OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
activeSetUpdateComplete-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- ACTIVE SET UPDATE FAILURE (FDD only)
--
-- ***************************************************
ActiveSetUpdateFailure ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
failureCause FailureCauseWithProtErr,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
activeSetUpdateFailure-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- ASSISTANCE DATA DELIVERY--
-- ***************************************************
AssistanceDataDelivery ::= CHOICE {
r3 SEQUENCE {
assistanceDataDelivery-r3 AssistanceDataDelivery-r3-IEs,
v3a0NonCriticalExtensions SEQUENCE {
assistanceDataDelivery-v3a0ext AssistanceDataDelivery-v3a0ext,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
assistanceDataDelivery-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
assistanceDataDelivery-v4b0ext AssistanceDataDelivery-v4b0ext-IEs,
v770NonCriticalExtension SEQUENCE {
assistanceDataDelivery-v770ext AssistanceDataDelivery-v770ext-IEs,
v860NonCriticalExtension SEQUENCE {
assistanceDataDelivery-v860ext AssistanceDataDelivery-v860ext-IEs,
v920NonCriticalExtension SEQUENCE {
assistanceDataDelivery-v920ext AssistanceDataDelivery-v920ext-IEs,
va40NonCriticalExtension SEQUENCE {
assistanceDataDelivery-va40ext
AssistanceDataDelivery-va40ext-IEs,
vc50NonCriticalExtension SEQUENCE {
assistanceDataDelivery-vc50ext
AssistanceDataDelivery-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions SEQUENCE {}
}
}
AssistanceDataDelivery-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- Measurement Information Elements
ue-positioning-GPS-AssistanceData UE-Positioning-GPS-AssistanceData OPTIONAL,
ue-positioning-OTDOA-AssistanceData-UEB UE-Positioning-OTDOA-AssistanceData-UEB OPTIONAL
}
AssistanceDataDelivery-v3a0ext ::= SEQUENCE {
sfn-Offset-Validity SFN-Offset-Validity OPTIONAL
}
AssistanceDataDelivery-v4b0ext-IEs ::= SEQUENCE {
ue-Positioning-OTDOA-AssistanceData-r4ext UE-Positioning-OTDOA-AssistanceData-r4ext OPTIONAL
}
AssistanceDataDelivery-v770ext-IEs ::= SEQUENCE {
ue-Positioning-OTDOA-AssistanceData-UEB-ext
UE-Positioning-OTDOA-AssistanceData-UEB-ext OPTIONAL,
ue-Positioning-GPS-AssistanceData
UE-Positioning-GPS-AssistanceData-v770ext OPTIONAL,
ue-positioning-GANSS-AssistanceData
UE-Positioning-GANSS-AssistanceData OPTIONAL
}
AssistanceDataDelivery-v860ext-IEs ::= SEQUENCE {
ue-positioning-GANSS-AssistanceData-v860ext
UE-Positioning-GANSS-AssistanceData-v860ext OPTIONAL
}
AssistanceDataDelivery-v920ext-IEs ::= SEQUENCE {
ue-positioning-GPS-AssistanceData-v920ext
UE-Positioning-GPS-AssistanceData-v920ext OPTIONAL,
ue-positioning-GANSS-AssistanceData-v920ext
UE-Positioning-GANSS-AssistanceData-v920ext OPTIONAL
}
AssistanceDataDelivery-va40ext-IEs ::= SEQUENCE {
ue-positioning-GPS-AssistanceData-va40ext
UE-Positioning-GPS-AssistanceData-va40ext OPTIONAL,
ue-positioning-GANSS-AssistanceData-va40ext
UE-Positioning-GANSS-AssistanceData-va40ext OPTIONAL
}
AssistanceDataDelivery-vc50ext-IEs ::= SEQUENCE {
ue-positioning-GPS-AssistanceData-vc50ext
UE-Positioning-GPS-AssistanceData-vc50ext OPTIONAL,
ue-positioning-GANSS-AssistanceData-vc50ext
UE-Positioning-GANSS-AssistanceData-vc50ext OPTIONAL
}
-- ***************************************************
--
-- CELL CHANGE ORDER FROM UTRAN
--
-- ***************************************************
CellChangeOrderFromUTRAN ::= CHOICE {
r3 SEQUENCE {
cellChangeOrderFromUTRAN-IEs CellChangeOrderFromUTRAN-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
cellChangeOrderFromUTRAN-r3-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
cellChangeOrderFromUTRAN-v590ext CellChangeOrderFromUTRAN-v590ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions SEQUENCE {}
}
}
CellChangeOrderFromUTRAN-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy IntegrityProtectionModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
-- the IE rab-InformationList is not used in this version of the specification, it should
-- not be sent and if received it should be ignored. The IE may be used in a later
-- version of the protocol and hence it is not changed into a dummy
rab-InformationList RAB-InformationList OPTIONAL,
interRAT-TargetCellDescription InterRAT-TargetCellDescription
}
CellChangeOrderFromUTRAN-v590ext-IEs ::= SEQUENCE {
geran-SystemInfoType CHOICE {
sI GERAN-SystemInformation,
pSI GERAN-SystemInformation
} OPTIONAL
}
-- ***************************************************
--
-- CELL CHANGE ORDER FROM UTRAN FAILURE
--
-- ***************************************************
CellChangeOrderFromUTRANFailure ::= CHOICE {
r3 SEQUENCE {
cellChangeOrderFromUTRANFailure-r3
CellChangeOrderFromUTRANFailure-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
cellChangeOrderFromUTRANFailure-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
-- dummy is not used in this version of the specification and it
-- should be ignored.
dummy SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions SEQUENCE {}
}
}
CellChangeOrderFromUTRANFailure-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy IntegrityProtectionModeInfo OPTIONAL,
interRAT-ChangeFailureCause InterRAT-ChangeFailureCause
}
-- ***************************************************
--
-- CELL UPDATE
--
-- ***************************************************
CellUpdate ::= SEQUENCE {
-- User equipment IEs
u-RNTI U-RNTI,
startList STARTList,
am-RLC-ErrorIndicationRb2-3or4 BOOLEAN,
am-RLC-ErrorIndicationRb5orAbove BOOLEAN,
cellUpdateCause CellUpdateCause,
-- TABULAR: RRC transaction identifier is nested in FailureCauseWithProtErrTrId
failureCause FailureCauseWithProtErrTrId OPTIONAL,
rb-timer-indicator Rb-timer-indicator,
-- Measurement IEs
measuredResultsOnRACH MeasuredResultsOnRACH OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
-- The cellUpdate-r3-add-ext can be omitted if its inclusion would result in the
-- size of the message exceeding the maximum PDU size possible for CCCH
-- transmission
cellUpdate-r3-add-ext BIT STRING
(CONTAINING CellUpdate-r3-add-ext-IEs) OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
cellUpdate-v590ext CellUpdate-v590ext,
v690NonCriticalExtensions SEQUENCE {
cellUpdate-v690ext CellUpdate-v690ext-IEs,
v6b0NonCriticalExtensions SEQUENCE {
cellUpdate-v6b0ext CellUpdate-v6b0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
cellUpdate-v770ext CellUpdate-v770ext-IEs,
v860NonCriticalExtensions SEQUENCE {
cellUpdate-v860ext CellUpdate-v860ext-IEs,
-- The va40NonCriticalExtensions can be omitted if its inclusion
-- would result in the size of the message exceeding the maximum PDU
-- size possible for CCCH transmission
va40NonCriticalExtensions SEQUENCE {
cellUpdate-va40ext CellUpdate-va40ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
cellUpdate-vb50ext CellUpdate-vb50ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
cellUpdate-vc50ext CellUpdate-vc50ext-IEs,
ve30LaterNonCriticalExtensions CellUpdate-ve30ext-IEs OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
CellUpdate-ve30ext-IEs ::= SEQUENCE {
-- User equipment IEs
cellUpdateCause-ext2 CellUpdateCause-ext2 OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
CellUpdate-r3-add-ext-IEs ::= SEQUENCE {
cellUpdate-v7e0ext CellUpdate-v7e0ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
cellUpdate-v7g0ext CellUpdate-v7g0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
CellUpdate-v590ext ::= SEQUENCE {
establishmentCause EstablishmentCause OPTIONAL
}
CellUpdate-v690ext-IEs ::= SEQUENCE {
-- User equipment IEs
cellUpdateCause-ext CellUpdateCause-ext OPTIONAL,
trafficVolumeIndicator ENUMERATED { true } OPTIONAL,
-- Measurement IEs
measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL,
reconfigurationStatusIndicator ENUMERATED { true } OPTIONAL
}
CellUpdate-v6b0ext-IEs ::= SEQUENCE {
-- MBMS IEs
-- The mbmsSelectedServices can be omitted if its inclusion would result in the
-- size of the message exceeding the maximum PDU size possible for CCCH transmission
mbmsSelectedServices MBMS-SelectedServicesShort OPTIONAL
}
CellUpdate-v770ext-IEs ::= SEQUENCE {
-- User equipment IEs
csCallType ENUMERATED { speech, video, other, spare } OPTIONAL,
hspdschReception-CellFach ENUMERATED { true } OPTIONAL,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
capabilityChangeIndicator ENUMERATED { true } OPTIONAL
}
CellUpdate-v7e0ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportForTwoDRXSchemesInPCH ENUMERATED { true } OPTIONAL
}
CellUpdate-v7g0ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACH-v7g0ext MeasuredResultsOnRACH-v7g0ext OPTIONAL
}
CellUpdate-v860ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportOfCommonEDCH ENUMERATED { true } OPTIONAL,
supportOfHS-DSCHDRXOperation ENUMERATED { true } OPTIONAL,
supportOfMACiis ENUMERATED { true } OPTIONAL,
supportOfSPSOperation ENUMERATED { true } OPTIONAL,
supportOfControlChannelDRXOperation
ENUMERATED { true } OPTIONAL
}
CellUpdate-va40ext-IEs ::= SEQUENCE {
-- User equipment IEs
securityRevertStatusIndicator
ENUMERATED { revertedBack, normalOperation } OPTIONAL,
-- Other IEs
loggedMeasAvailable ENUMERATED { true } OPTIONAL,
loggedANRResultsAvailable ENUMERATED { true } OPTIONAL
}
-- TABULAR: TDD related IEs, MBMS IEs, and supportForTwoDRXSchemesInPCH are omitted compared to
-- tabular for the purpose of coding optimisation
CellUpdateFDD-r11 ::= SEQUENCE {
-- User equipment IEs
u-RNTI U-RNTI,
startList STARTList,
am-RLC-ErrorIndicationRb2-3or4 BOOLEAN,
am-RLC-ErrorIndicationRb5orAbove BOOLEAN,
cellUpdateCause CellUpdateCause,
-- TABULAR: RRC transaction identifier is nested in FailureCauseWithProtErrTrId
failureCause FailureCauseWithProtErrTrId OPTIONAL,
rb-timer-indicator Rb-timer-indicator,
establishmentCause EstablishmentCause OPTIONAL,
trafficVolumeIndicator ENUMERATED { true } OPTIONAL,
reconfigurationStatusIndicator ENUMERATED { true } OPTIONAL,
csCallType ENUMERATED { speech, video, other, spare } OPTIONAL,
hspdschReception-CellFach ENUMERATED { true } OPTIONAL,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
capabilityChangeIndicator ENUMERATED { true } OPTIONAL,
supportOfCommonEDCH ENUMERATED { true } OPTIONAL,
supportOfHS-DSCHDRXOperation ENUMERATED { true } OPTIONAL,
supportOfMACiis ENUMERATED { true } OPTIONAL,
securityRevertStatusIndicator ENUMERATED { revertedBack, normalOperation } OPTIONAL,
applicationLayerMeasurementReportAvailable ENUMERATED { true } OPTIONAL,
spare3 ENUMERATED { true } OPTIONAL,
spare2 ENUMERATED { true } OPTIONAL,
spare1 ENUMERATED { true } OPTIONAL,
-- Measurement IEs
measuredResultsOnRACH MeasuredResultsOnRACHFDD-r11 OPTIONAL,
-- Other IEs
loggedMeasAvailable ENUMERATED { true } OPTIONAL,
loggedANRResultsAvailable ENUMERATED { true } OPTIONAL
}
CellUpdate-vb50ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACHEUTRAFreq MeasuredResultsOnRACH-EUTRAFreq OPTIONAL
}
CellUpdate-vc50ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACH MeasuredResultsOnRACH-vc50ext OPTIONAL
}
-- ***************************************************
--
-- CELL UPDATE CONFIRM
--
-- ***************************************************
CellUpdateConfirm ::= CHOICE {
r3 SEQUENCE {
cellUpdateConfirm-r3 CellUpdateConfirm-r3-IEs,
v3a0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v3a0ext CellUpdateConfirm-v3a0ext,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
cellUpdateConfirm-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v4b0ext CellUpdateConfirm-v4b0ext-IEs,
v590NonCriticalExtenstions SEQUENCE {
cellUpdateConfirm-v590ext CellUpdateConfirm-v590ext-IEs,
v5d0NonCriticalExtenstions SEQUENCE {
cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
cellUpdateConfirm-r4 CellUpdateConfirm-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
cellUpdateConfirm-r4-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtenstions SEQUENCE {
cellUpdateConfirm-v590ext CellUpdateConfirm-v590ext-IEs,
v5d0NonCriticalExtenstions SEQUENCE {
cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r5 SEQUENCE {
cellUpdateConfirm-r5 CellUpdateConfirm-r5-IEs,
-- Container for adding non critical extensions after freezing REL-6
cellUpdateConfirm-r5-add-ext BIT STRING OPTIONAL,
v5d0NonCriticalExtenstions SEQUENCE {
cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r6 SEQUENCE {
cellUpdateConfirm-r6 CellUpdateConfirm-r6-IEs,
-- Container for adding non critical extensions after freezing REL-7
cellUpdateConfirm-r6-add-ext BIT STRING OPTIONAL,
v6b0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v6b0ext CellUpdateConfirm-v6b0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
cellUpdateConfirm-r7 CellUpdateConfirm-r7-IEs,
-- Container for adding non critical extensions after freezing REL-8
cellUpdateConfirm-r7-add-ext BIT STRING
(CONTAINING CellUpdateConfirm-r7-add-ext-IEs) OPTIONAL,
v780NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v780ext CellUpdateConfirm-v780ext-IEs,
v860NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v860ext CellUpdateConfirm-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
cellUpdateConfirm-r8 CellUpdateConfirm-r8-IEs,
-- Container for adding non critical extensions after freezing REL-9
cellUpdateConfirm-r8-add-ext BIT STRING OPTIONAL,
v7d0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v7d0ext CellUpdateConfirm-v7d0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v7f0ext CellUpdateConfirm-v7f0ext-IEs,
v890NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v890ext
CellUpdateConfirm-v890ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v7g0ext
CellUpdateConfirm-v7g0ext-IEs,
v8a0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v8a0ext
CellUpdateConfirm-v8a0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
cellUpdateConfirm-r9 CellUpdateConfirm-r9-IEs,
-- Container for adding non critical extensions after
-- freezing REL-10
cellUpdateConfirm-r9-add-ext BIT STRING OPTIONAL,
v950NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v950ext CellUpdateConfirm-v950ext-IEs,
v9c0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v9c0ext CellUpdateConfirm-v9c0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r10 SEQUENCE {
cellUpdateConfirm-r10 CellUpdateConfirm-r10-IEs,
-- Container for adding non critical extensions after
-- freezing REL-11
cellUpdateConfirm-r10-add-ext BIT STRING OPTIONAL,
v9c0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v9c0ext CellUpdateConfirm-v9c0ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-vb50ext
CellUpdateConfirm-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
cellUpdateConfirm-r11 CellUpdateConfirm-r11-IEs,
-- Container for adding non critical extensions after
-- freezing REL-12
cellUpdateConfirm-r11-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
cellUpdateConfirm-r12 CellUpdateConfirm-r12-IEs,
-- Container for adding non critical extensions
-- after freezing REL-13
cellUpdateConfirm-r12-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r13 SEQUENCE {
cellUpdateConfirm-r13 CellUpdateConfirm-r13-IEs,
-- Container for adding non critical extensions
-- after freezing REL-14
cellUpdateConfirm-r13-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CellUpdateConfirm-CriticalExtension-r14-IEs
}
}
}
}
}
}
}
}
}
}
}
}
CellUpdateConfirm-CriticalExtension-r14-IEs ::= CHOICE {
r14 SEQUENCE {
cellUpdateConfrim-r14 CellUpdateConfirm-r14-IEs,
-- Container for adding non critical extensions after freezing REL-15
cellUpdateConfirm-r14-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
CellUpdateConfirm-r14-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rntiHandlingAtCellReselection ENUMERATED { true } OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
waitTime WaitTime OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Specification mode information
-- Radio bearer IEs
rab-InformationSetup RAB-InformationSetup-r11 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
retrievableConfigInfo RetrievableConfigInfo OPTIONAL,
otherStateConfig OtherStateConfig OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r13 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
nonrectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
nonrectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
hs-scch-DrxCellfach-info HS-SCCH-DrxCellfach-info OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL,
-- WLAN IEs
dedicatedWLANOffloadInformation DedicatedWLANOffloadInformation OPTIONAL
}
CellUpdateConfirm-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
modeSpecificTransChInfo CHOICE {
fdd SEQUENCE {
-- dummy and dummy2 are not used in this version of the specification, they should
-- not be sent and if received they should be ignored.
dummy CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
},
dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
}
CellUpdateConfirm-v3a0ext ::= SEQUENCE {
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received the UE behaviour
-- is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL
}
CellUpdateConfirm-v4b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-UL OPTIONAL,
-- The order of the RLs in IE cell-id-PerRL-List is the same as
-- in IE DL-InformationPerRL-List included in this message
cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
}
CellUpdateConfirm-v590ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
}
CellUpdateConfirm-v5d0ext-IEs ::= SEQUENCE {
--Radio Bearer IEs
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL
}
CellUpdateConfirm-r4-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r4 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
modeSpecificTransChInfo CHOICE {
fdd SEQUENCE {
-- dummy and dummy2 are not used in this version of the specification, they should
-- not be sent and if received they should be ignored.
dummy CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
},
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
}
CellUpdateConfirm-r5-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r5 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r5 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
modeSpecificTransChInfo CHOICE {
fdd SEQUENCE {
-- dummy and dummy2 are not used in this version of the specification, they should
-- not be sent and if received they should be ignored.
dummy CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
},
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r5 OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
}
CellUpdateConfirm-r6-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
CellUpdateConfirm-v690ext-IEs ::= SEQUENCE {
-- Core network IEs
primary-plmn-Identity PLMN-Identity OPTIONAL,
-- Physical channel IEs
-- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
-- If included in the r3 or r4 version of the message, the UE should ignore the IE
harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
beaconPLEst BEACON-PL-Est OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL,
dhs-sync DHS-Sync OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
CellUpdateConfirm-v6b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-InformationPerRL-List-v6b0ext DL-InformationPerRL-List-v6b0ext OPTIONAL
}
CellUpdateConfirm-r7-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
waitTime WaitTime OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Radio bearer IEs
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r7 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r7 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r7 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r7 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
CellUpdateConfirm-r7-add-ext-IEs ::= SEQUENCE {
cellUpdateConfirm-v7d0ext CellUpdateConfirm-v7d0ext-IEs OPTIONAL,
v7f0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v7f0ext CellUpdateConfirm-v7f0ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v7g0ext CellUpdateConfirm-v7g0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
CellUpdateConfirm-v780ext-IEs ::= SEQUENCE {
-- Physical channel IEs
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
CellUpdateConfirm-v7d0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
ul-EDCH-Information UL-EDCH-Information-ext OPTIONAL
}
CellUpdateConfirm-v7f0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7f0ext OPTIONAL
}
CellUpdateConfirm-v7g0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7g0ext OPTIONAL
}
CellUpdateConfirm-r8-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
waitTime WaitTime OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy DefaultConfigForCellFACH OPTIONAL,
-- Radio bearer IEs
rab-InformationSetup RAB-InformationSetup-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r8 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
CellUpdateConfirm-v860ext-IEs ::= SEQUENCE {
rab-InformationSetup SEQUENCE {
rab-InformationSetup-r7 RAB-InformationSetup-r7,
rab-InformationSetup-v820ext RAB-InformationSetup-v820ext
} OPTIONAL
}
CellUpdateConfirm-v890ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-SecondaryCellInfoFDD-v890ext DL-SecondaryCellInfoFDD-v890ext OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext OPTIONAL
}
CellUpdateConfirm-v8a0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext2 OPTIONAL
}
CellUpdateConfirm-r9-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
waitTime WaitTime OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy DefaultConfigForCellFACH OPTIONAL,
-- Radio bearer IEs
rab-InformationSetup RAB-InformationSetup-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r9 OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
CellUpdateConfirm-v950ext-IEs ::= SEQUENCE {
-- Physical channel IEs
secondaryCellMimoParameters SecondaryCellMIMOparametersFDD-v950ext OPTIONAL
}
CellUpdateConfirm-v9c0ext-IEs ::= SEQUENCE {
-- For 1.28Mcps TDD only
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-TDD128-v9c0ext OPTIONAL
}
CellUpdateConfirm-r10-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
-- dummy2 is not used in this version of the specification, it should
-- not be sent.
dummy2 SR-VCC-Info OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
waitTime WaitTime OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy DefaultConfigForCellFACH OPTIONAL,
-- Radio bearer IEs
rab-InformationSetup RAB-InformationSetup-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r10 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r10 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
CellUpdateConfirm-vb50ext-IEs ::= SEQUENCE {
ulOLTDInfoFDD UL-OLTD-InfoFDD OPTIONAL
}
CellUpdateConfirm-r11-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
-- dummy2 is not used in this version of the specification, it should
-- not be sent.
dummy2 SR-VCC-Info OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
waitTime WaitTime OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy DefaultConfigForCellFACH OPTIONAL,
-- Radio bearer IEs
rab-InformationSetup RAB-InformationSetup-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r11 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r11 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r11 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
CellUpdateConfirm-r12-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
waitTime WaitTime OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Specification mode information
-- Radio bearer IEs
rab-InformationSetup RAB-InformationSetup-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r12 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r12 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
nonrectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
nonrectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL,
-- WLAN IEs
dedicatedWLANOffloadInformation DedicatedWLANOffloadInformation OPTIONAL
}
CellUpdateConfirm-r13-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rntiHandlingAtCellReselection ENUMERATED { true } OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
waitTime WaitTime OPTIONAL,
rlc-Re-establishIndicatorRb2-3or4 BOOLEAN,
rlc-Re-establishIndicatorRb5orAbove BOOLEAN,
-- CN information elements
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Specification mode information
-- Radio bearer IEs
rab-InformationSetup RAB-InformationSetup-r11 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
retrievableConfigInfo RetrievableConfigInfo OPTIONAL,
otherStateConfig OtherStateConfig OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r13 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
nonrectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
nonrectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL,
-- WLAN IEs
dedicatedWLANOffloadInformation DedicatedWLANOffloadInformation OPTIONAL
}
-- ***************************************************
--
-- CELL UPDATE CONFIRM for CCCH
--
-- ***************************************************
CellUpdateConfirm-CCCH ::= CHOICE {
r3 SEQUENCE {
-- User equipment IEs
u-RNTI U-RNTI,
-- The rest of the message is identical to the one sent on DCCH.
cellUpdateConfirm-r3 CellUpdateConfirm-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
cellUpdateConfirm-CCCH-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v4b0ext CellUpdateConfirm-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v590ext CellUpdateConfirm-v590ext-IEs,
v5d0NonCriticalExtenstions SEQUENCE {
cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
u-RNTI U-RNTI,
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
-- The rest of the message is identical to the one sent on DCCH.
cellUpdateConfirm-r4 CellUpdateConfirm-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
cellUpdateConfirm-CCCH-r4-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v590ext CellUpdateConfirm-v590ext-IEs,
v5d0NonCriticalExtenstions SEQUENCE {
cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r5 SEQUENCE {
cellUpdateConfirm-r5 CellUpdateConfirm-r5-IEs,
cellUpdateConfirm-CCCH-r5-add-ext BIT STRING OPTIONAL,
v5d0NonCriticalExtenstions SEQUENCE {
cellUpdateConfirm-v5d0ext CellUpdateConfirm-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v690ext CellUpdateConfirm-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r6 SEQUENCE {
cellUpdateConfirm-r6 CellUpdateConfirm-r6-IEs,
cellUpdateConfirm-r6-add-ext BIT STRING OPTIONAL,
v6b0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v6b0ext CellUpdateConfirm-v6b0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
cellUpdateConfirm-r7 CellUpdateConfirm-r7-IEs,
cellUpdateConfirm-r7-add-ext BIT STRING
(CONTAINING CellUpdateConfirm-r7-add-ext-IEs) OPTIONAL,
v780NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v780ext CellUpdateConfirm-v780ext-IEs,
v860NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v860ext CellUpdateConfirm-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
cellUpdateConfirm-r8 CellUpdateConfirm-r8-IEs,
cellUpdateConfirm-r8-add-ext BIT STRING OPTIONAL,
v7d0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v7d0ext CellUpdateConfirm-v7d0ext-IEs,
v890NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v890ext
CellUpdateConfirm-v890ext-IEs,
v8a0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v8a0ext
CellUpdateConfirm-v8a0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v7f0ext
CellUpdateConfirm-v7f0ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-v7g0ext
CellUpdateConfirm-v7g0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
cellUpdateConfirm-r9 CellUpdateConfirm-r9-IEs,
-- Container for adding non critical extensions after
-- freezing REL-10
cellUpdateConfirm-r9-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r10 SEQUENCE {
cellUpdateConfirm-r10 CellUpdateConfirm-r10-IEs,
-- Container for adding non critical extensions after
-- freezing REL-11
cellUpdateConfirm-r10-add-ext BIT STRING OPTIONAL,
vb50NonCriticalExtensions SEQUENCE {
cellUpdateConfirm-vb50ext
CellUpdateConfirm-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
cellUpdateConfirm-r11 CellUpdateConfirm-r11-IEs,
-- Container for adding non critical extensions after
-- freezing REL-12
cellUpdateConfirm-r11-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
cellUpdateConfirm-r12 CellUpdateConfirm-r12-IEs,
-- Container for adding non critical extensions
-- after freezing REL-13
cellUpdateConfirm-r12-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}, criticalExtensions CHOICE {
r13 SEQUENCE {
cellUpdateConfirm-r13 CellUpdateConfirm-r13-IEs,
-- Container for adding non critical extensions
-- after freezing REL-14
cellUpdateConfirm-r13-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}, criticalExtensions SEQUENCE {}
}
}
}
}
}
}
}
}
}
}
}
}
-- ***************************************************
--
-- COUNTER CHECK
--
-- ***************************************************
CounterCheck ::= CHOICE {
r3 SEQUENCE {
counterCheck-r3 CounterCheck-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
counterCheck-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions SEQUENCE {}
}
}
CounterCheck-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- Radio bearer IEs
rb-COUNT-C-MSB-InformationList RB-COUNT-C-MSB-InformationList
}
-- ***************************************************
--
-- COUNTER CHECK RESPONSE
--
-- ***************************************************
CounterCheckResponse ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- Radio bearer IEs
rb-COUNT-C-InformationList RB-COUNT-C-InformationList OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
counterCheckResponse-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- DOWNLINK DIRECT TRANSFER
--
-- ***************************************************
DownlinkDirectTransfer ::= CHOICE {
r3 SEQUENCE {
downlinkDirectTransfer-r3 DownlinkDirectTransfer-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
downlinkDirectTransfer-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions SEQUENCE {}
}
}
DownlinkDirectTransfer-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- Core network IEs
cn-DomainIdentity CN-DomainIdentity,
nas-Message NAS-Message
}
-- ***************************************************
--
-- ETWS PRIMARY NOTIFICATION WITH SECURITY
--
-- ***************************************************
ETWSPrimaryNotificationWithSecurity ::= SEQUENCE {
-- Other IEs
etws-Information ETWS-Information,
-- dummy is not used in the specification. If received it is ignored by the UE.
-- See TS 23.041 for handling of warning security information by Cell Broadcast Center.
dummy ETWS-WarningSecurityInfo OPTIONAL,
-- Non critical extensions
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
-- ***************************************************
--
-- HANDOVER TO UTRAN COMMAND
--
-- ***************************************************
HandoverToUTRANCommand ::= CHOICE {
r3 SEQUENCE {
handoverToUTRANCommand-r3 HandoverToUTRANCommand-r3-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r4 SEQUENCE {
handoverToUTRANCommand-r4 HandoverToUTRANCommand-r4-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r5 SEQUENCE {
handoverToUTRANCommand-r5 HandoverToUTRANCommand-r5-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r6 SEQUENCE {
handoverToUTRANCommand-r6 HandoverToUTRANCommand-r6-IEs,
v6b0NonCriticalExtensions SEQUENCE {
handoverToUTRANCommand-v6b0ext HandoverToUTRANCommand-v6b0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
handoverToUTRANCommand-r7 HandoverToUTRANCommand-r7-IEs,
v780NonCriticalExtensions SEQUENCE {
handoverToUTRANCommand-v780ext HandoverToUTRANCommand-v780ext-IEs,
v820NonCriticalExtensions SEQUENCE {
handoverToUTRANCommand-v820ext HandoverToUTRANCommand-v820ext-IEs,
v7d0NonCriticalExtensions SEQUENCE {
handoverToUTRANCommand-v7d0ext
HandoverToUTRANCommand-v7d0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
handoverToUTRANCommand-r8 HandoverToUTRANCommand-r8-IEs,
v7d0NonCriticalExtensions SEQUENCE {
handoverToUTRANCommand-v7d0ext HandoverToUTRANCommand-v7d0ext-IEs,
v890NonCriticalExtensions SEQUENCE {
handoverToUTRANCommand-v890ext
HandoverToUTRANCommand-v890ext-IEs,
v8a0NonCriticalExtensions SEQUENCE {
handoverToUTRANCommand-v8a0ext
HandoverToUTRANCommand-v8a0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
handoverToUTRANCommand-r9 HandoverToUTRANCommand-r9-IEs,
v9c0NonCriticalExtensions SEQUENCE {
handoverToUTRANCommand-v9c0ext
HandoverToUTRANCommand-v9c0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions HandoverToUTRANCommand-LaterCriticalExtensions
}
}
}
}
}
}
}
HandoverToUTRANCommand-r3-IEs ::= SEQUENCE {
-- User equipment IEs
new-U-RNTI U-RNTI-Short,
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy ActivationTime OPTIONAL,
cipheringAlgorithm CipheringAlgorithm OPTIONAL,
-- Radio bearer IEs
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList,
rab-InformationSetupList RAB-InformationSetupList OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList,
dl-CommonTransChInfo DL-CommonTransChInfo,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList,
ul-DPCH-Info UL-DPCH-Info,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
-- dummy and dummy2 are not used in this version of specification,
-- they should not be sent and if received they should be ignored.
dummy DL-PDSCH-Information OPTIONAL,
dummy2 CPCH-SetInfo OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation,
dl-InformationPerRL-List DL-InformationPerRL-List,
frequencyInfo FrequencyInfo
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity
}
},
rab-Info RAB-Info-Post OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostFDD,
dl-CommonInformationPost DL-CommonInformationPost,
dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
frequencyInfo FrequencyInfoFDD
},
tdd SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD,
dl-CommonInformationPost DL-CommonInformationPost,
dl-InformationPerRL DL-InformationPerRL-PostTDD,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
},
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
}
HandoverToUTRANCommand-r4-IEs ::= SEQUENCE {
-- User equipment IEs
new-U-RNTI U-RNTI-Short,
cipheringAlgorithm CipheringAlgorithm OPTIONAL,
-- Radio bearer IEs
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList,
rab-InformationSetupList RAB-InformationSetupList-r4 OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo-r4,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList,
dl-CommonTransChInfo DL-CommonTransChInfo-r4,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4,
ul-DPCH-Info UL-DPCH-Info-r4,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
-- dummy and dummy2 are not used in this version of specification,
-- they should not be sent and if received they should be ignored.
dummy DL-PDSCH-Information OPTIONAL,
dummy2 CPCH-SetInfo OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation-r4,
dl-InformationPerRL-List DL-InformationPerRL-List-r4,
frequencyInfo FrequencyInfo
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r4
}
},
rab-Info RAB-Info-Post OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostFDD,
dl-CommonInformationPost DL-CommonInformationPost,
dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
frequencyInfo FrequencyInfoFDD
},
tdd CHOICE {
tdd384 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD,
dl-InformationPerRL DL-InformationPerRL-PostTDD,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
},
tdd128 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD-LCR-r4,
dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
},
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
}
HandoverToUTRANCommand-r5-IEs ::= SEQUENCE {
-- User equipment IEs
new-U-RNTI U-RNTI-Short,
cipheringAlgorithm CipheringAlgorithm OPTIONAL,
-- Radio bearer IEs
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList-r5,
rab-InformationSetupList RAB-InformationSetupList-r5 OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo-r4,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList,
dl-CommonTransChInfo DL-CommonTransChInfo-r4,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5,
ul-DPCH-Info UL-DPCH-Info-r5,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
-- dummy and dummy2 are not used in this version of specification,
-- they should not be sent and if received they should be ignored.
dummy DL-PDSCH-Information OPTIONAL,
dummy2 CPCH-SetInfo OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation-r4,
dl-InformationPerRL-List DL-InformationPerRL-List-r5,
frequencyInfo FrequencyInfo
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r5
}
},
rab-Info RAB-Info-Post OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostFDD,
dl-CommonInformationPost DL-CommonInformationPost,
dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
frequencyInfo FrequencyInfoFDD
},
tdd CHOICE {
tdd384 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD,
dl-InformationPerRL DL-InformationPerRL-PostTDD,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
},
tdd128 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD-LCR-r4,
dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
},
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
}
HandoverToUTRANCommand-r6-IEs ::= SEQUENCE {
-- User equipment IEs
new-U-RNTI U-RNTI-Short,
cipheringAlgorithm CipheringAlgorithm OPTIONAL,
-- Radio bearer IEs
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList-r6,
rab-InformationSetupList RAB-InformationSetupList-r6 OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo-r4,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6,
dl-CommonTransChInfo DL-CommonTransChInfo-r4,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5,
ul-DPCH-Info UL-DPCH-Info-r6,
ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r6,
dl-InformationPerRL-List DL-InformationPerRL-List-r6,
frequencyInfo FrequencyInfo
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
},
rab-Info RAB-Info-Post OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostFDD,
dl-CommonInformationPost DL-CommonInformationPost,
dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
frequencyInfo FrequencyInfoFDD
},
tdd CHOICE {
tdd384 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD,
dl-InformationPerRL DL-InformationPerRL-PostTDD,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
},
tdd128 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD-LCR-r4,
dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
},
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
}
HandoverToUTRANCommand-v6b0ext-IEs ::= SEQUENCE {
ue-hspa-identities UE-HSPA-Identities-r6 OPTIONAL
}
HandoverToUTRANCommand-r7-IEs ::= SEQUENCE {
-- User equipment IEs
new-U-RNTI U-RNTI-Short,
cipheringAlgorithm CipheringAlgorithm-r7 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Radio bearer IEs
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList-r7,
rab-InformationSetupList RAB-InformationSetupList-r7 OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo-r4,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r7,
dl-CommonTransChInfo DL-CommonTransChInfo-r4,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7,
ul-DPCH-Info UL-DPCH-Info-r7,
ul-EDCH-Information UL-EDCH-Information-r7 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r7,
dl-InformationPerRL-List DL-InformationPerRL-List-r7,
frequencyInfo FrequencyInfo,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
},
rab-Info RAB-Info-Post OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostFDD,
dl-CommonInformationPost DL-CommonInformationPost,
dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
frequencyInfo FrequencyInfoFDD
},
tdd CHOICE {
tdd384 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD,
dl-InformationPerRL DL-InformationPerRL-PostTDD,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
},
tdd128 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL
},
tdd768 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-List-r7,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
},
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
}
HandoverToUTRANCommand-v780ext-IEs ::= SEQUENCE {
-- Physical channel IEs
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
HandoverToUTRANCommand-v7d0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
ul-EDCH-Information UL-EDCH-Information-ext OPTIONAL
}
HandoverToUTRANCommand-r8-IEs ::= SEQUENCE {
-- User equipment IEs
new-U-RNTI U-RNTI-Short,
cipheringAlgorithm CipheringAlgorithm-r7 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Radio bearer IEs
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList-r8,
rab-InformationSetupList RAB-InformationSetupList-r8 OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo-r4,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8,
dl-CommonTransChInfo DL-CommonTransChInfo-r4,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7,
ul-DPCH-Info UL-DPCH-Info-r7,
ul-EDCH-Information UL-EDCH-Information-r8 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8,
dl-InformationPerRL-List DL-InformationPerRL-List-r7,
frequencyInfo FrequencyInfo,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored
dummy DLUL-HSPA-Information-r8 OPTIONAL
}
},
rab-Info RAB-Info-Post OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostFDD,
dl-CommonInformationPost DL-CommonInformationPost,
dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
frequencyInfo FrequencyInfoFDD
},
tdd CHOICE {
tdd384 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD,
dl-InformationPerRL DL-InformationPerRL-PostTDD,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
},
tdd128 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL
},
tdd768 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-List-r7,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
},
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
}
HandoverToUTRANCommand-v820ext-IEs ::= SEQUENCE {
-- Radio bearer IEs
rab-InformationSetupList RAB-InformationSetupList-v820ext OPTIONAL
}
HandoverToUTRANCommand-v890ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext OPTIONAL
}
HandoverToUTRANCommand-v8a0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext2 OPTIONAL
}
HandoverToUTRANCommand-r9-IEs ::= SEQUENCE {
-- User equipment IEs
new-U-RNTI U-RNTI-Short,
cipheringAlgorithm CipheringAlgorithm-r7 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Radio bearer IEs
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received UE behaviour is unspecified.
dummy DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList-r8,
rab-InformationSetupList RAB-InformationSetupList-r8 OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo-r4,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8,
dl-CommonTransChInfo DL-CommonTransChInfo-r4,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9,
ul-DPCH-Info UL-DPCH-Info-r7,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8,
dl-InformationPerRL-List DL-InformationPerRL-List-r7,
frequencyInfo FrequencyInfo,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored
dummy DLUL-HSPA-Information-r9 OPTIONAL
}
},
rab-Info RAB-Info-Post OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostFDD,
dl-CommonInformationPost DL-CommonInformationPost,
dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
frequencyInfo FrequencyInfoFDD
},
tdd CHOICE {
tdd384 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD,
dl-InformationPerRL DL-InformationPerRL-PostTDD,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
},
tdd128 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL
},
tdd768 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-List-r7,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
},
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
}
HandoverToUTRANCommand-v9c0ext-IEs ::= SEQUENCE {
-- For 1.28Mcps TDD only
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-TDD128-v9c0ext OPTIONAL
}
HandoverToUTRANCommand-LaterCriticalExtensions ::= CHOICE {
r10 SEQUENCE {
handoverToUTRANCommand-r10 HandoverToUTRANCommand-r10-IEs,
v9c0NonCriticalExtensions SEQUENCE {
handoverToUTRANCommand-v9c0ext
HandoverToUTRANCommand-v9c0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
handoverToUTRANCommand-r11 HandoverToUTRANCommand-r11-IEs,
-- Container for adding non critical extensions after freezing REL-12
handoverToUTRANCommand-r11-add-ext BIT STRING OPTIONAL,
vbc0NonCriticalExtensions SEQUENCE {
handoverToUTRANCommand-vbc0ext HandoverToUTRANCommand-vbc0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
handoverToUTRANCommand-r12 HandoverToUTRANCommand-r12-IEs,
-- Container for adding non critical extensions after freezing REL-13
handoverToUTRANCommand-r12-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
HandoverToUTRANCommand-r10-IEs ::= SEQUENCE {
-- User equipment IEs
new-U-RNTI U-RNTI-Short,
cipheringAlgorithm CipheringAlgorithm-r7 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Radio bearer IEs
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received UE behaviour is unspecified.
dummy DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList-r8,
rab-InformationSetupList RAB-InformationSetupList-r8 OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo-r4,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8,
dl-CommonTransChInfo DL-CommonTransChInfo-r4,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9,
ul-DPCH-Info UL-DPCH-Info-r7,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r10,
dl-InformationPerRL-List DL-InformationPerRL-List-r7,
frequencyInfo FrequencyInfo,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6,
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored
dummy DLUL-HSPA-Information-r10 OPTIONAL
}
},
rab-Info RAB-Info-Post OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostFDD,
dl-CommonInformationPost DL-CommonInformationPost,
dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
frequencyInfo FrequencyInfoFDD
},
tdd CHOICE {
tdd384 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD,
dl-InformationPerRL DL-InformationPerRL-PostTDD,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
},
tdd128 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL
},
tdd768 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-List-r7,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
},
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
}
HandoverToUTRANCommand-r11-IEs ::= SEQUENCE {
-- User equipment IEs
new-U-RNTI U-RNTI-Short,
cipheringAlgorithm CipheringAlgorithm-r7 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Radio bearer IEs
-- Specification mode information
defaultConfigForCellFACH DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList-r8,
rab-InformationSetupList RAB-InformationSetupList-r8 OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo-r4,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8,
dl-CommonTransChInfo DL-CommonTransChInfo-r4,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11,
ul-DPCH-Info UL-DPCH-Info-r11,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r11 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r10,
dl-InformationPerRL-List DL-InformationPerRL-List-r11,
frequencyInfo FrequencyInfo,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
},
rab-Info RAB-Info-Post OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostFDD,
dl-CommonInformationPost DL-CommonInformationPost,
dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
frequencyInfo FrequencyInfoFDD
},
tdd CHOICE {
tdd384 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD,
dl-InformationPerRL DL-InformationPerRL-PostTDD,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
},
tdd128 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL
},
tdd768 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-List-r7,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
},
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
}
HandoverToUTRANCommand-vbc0ext-IEs ::= SEQUENCE {
specificationMode CHOICE {
complete SEQUENCE {
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-HandoverToUtran OPTIONAL,
ulSecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
additionalDLSecCellInfoHandoverToUtranListFDD AdditionalDLSecCellInfoHandoverToUtranListFDD OPTIONAL
}
}
}
HandoverToUTRANCommand-r12-IEs ::= SEQUENCE {
-- User equipment IEs
new-U-RNTI U-RNTI-Short,
cipheringAlgorithm CipheringAlgorithm-r7 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
-- Radio bearer IEs
-- Specification mode information
defaultConfigForCellFACH DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
srb-InformationSetupList SRB-InformationSetupList-r8,
rab-InformationSetupList RAB-InformationSetupList-r8 OPTIONAL,
ul-CommonTransChInfo UL-CommonTransChInfo-r12,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8,
dl-CommonTransChInfo DL-CommonTransChInfo-r4,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11,
ul-DPCH-Info UL-DPCH-Info-r11,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r11 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12,
dl-InformationPerRL-List DL-InformationPerRL-List-r12,
-- Physical channel IEs
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
frequencyInfo FrequencyInfo,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dl-SecondaryCellInfoFDD
DL-SecondaryCellInfoFDD-HandoverToUtran OPTIONAL,
ulSecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
additionalDLSecCellInfoHandoverToUtranListFDD AdditionalDLSecCellInfoHandoverToUtranListFDD OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
},
rab-Info RAB-Info-Post OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostFDD,
dl-CommonInformationPost DL-CommonInformationPost,
dl-InformationPerRL-List DL-InformationPerRL-ListPostFDD,
frequencyInfo FrequencyInfoFDD
},
tdd CHOICE {
tdd384 SEQUENCE {
ul-DPCH-Info UL-DPCH-InfoPostTDD,
dl-InformationPerRL DL-InformationPerRL-PostTDD,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
},
tdd128 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-PostTDD-LCR-r4,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL
},
tdd768 SEQUENCE {
ul-DPCH-Info UL-DPCH-Info-r7,
dl-InformationPerRL DL-InformationPerRL-List-r7,
frequencyInfo FrequencyInfoTDD,
primaryCCPCH-TX-Power PrimaryCCPCH-TX-Power
}
}
}
}
},
-- Physical channel IEs
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power
}
-- ***************************************************
--
-- HANDOVER TO UTRAN COMPLETE
--
-- ***************************************************
HandoverToUTRANComplete ::= SEQUENCE {
--TABULAR: Integrity protection shall not be performed on this message.
-- User equipment IEs
-- TABULAR: startList is conditional on history.
startList STARTList OPTIONAL,
-- Radio bearer IEs
count-C-ActivationTime ActivationTime OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
handoverToUTRANComplete-r3-add-ext BIT STRING OPTIONAL,
va40NonCriticalExtensions SEQUENCE {
handoverToUTRANComplete-va40ext HandoverToUTRANComplete-va40ext,
vb50NonCriticalExtensions SEQUENCE {
handoverToUTRANComplete-vb50ext HandoverToUTRANComplete-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
HandoverToUTRANComplete-va40ext ::= SEQUENCE {
loggedMeasAvailable ENUMERATED { true } OPTIONAL
}
HandoverToUTRANComplete-vb50ext-IEs ::= SEQUENCE {
connEstFailInfoAvailable ENUMERATED { true } OPTIONAL
}
-- ***************************************************
--
-- INITIAL DIRECT TRANSFER
--
-- ***************************************************
InitialDirectTransfer ::= SEQUENCE {
-- Core network IEs
cn-DomainIdentity CN-DomainIdentity,
intraDomainNasNodeSelector IntraDomainNasNodeSelector,
nas-Message NAS-Message,
-- Measurement IEs
measuredResultsOnRACH MeasuredResultsOnRACH OPTIONAL,
v3a0NonCriticalExtensions SEQUENCE {
initialDirectTransfer-v3a0ext InitialDirectTransfer-v3a0ext,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
initialDirectTransfer-r3-add-ext BIT STRING
(CONTAINING InitialDirectTransfer-r3-add-ext-IEs) OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
initialDirectTransfer-v590ext InitialDirectTransfer-v590ext,
v690NonCriticalExtensions SEQUENCE {
initialDirectTransfer-v690ext InitialDirectTransfer-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
initialDirectTransfer-v770ext InitialDirectTransfer-v770ext-IEs,
v860NonCriticalExtensions SEQUENCE {
initialDirectTransfer-v860ext InitialDirectTransfer-v860ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
initialDirectTransfer-vb50ext InitialDirectTransfer-vb50ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
initialDirectTransfer-vc50ext InitialDirectTransfer-vc50ext-IEs,
ve30NonCriticalExtensions InitialDirectTransfer-ve30ext-IEs OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
InitialDirectTransfer-v3a0ext ::= SEQUENCE {
-- start-value shall always be included in this version of the protocol
start-Value START-Value OPTIONAL
}
InitialDirectTransfer-v590ext ::= SEQUENCE {
establishmentCause EstablishmentCause OPTIONAL
}
InitialDirectTransfer-v690ext-IEs ::= SEQUENCE {
-- Core network IEs
plmn-Identity PLMN-Identity OPTIONAL,
-- Measurement IEs
measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL,
-- MBMS IEs
mbms-JoinedInformation MBMS-JoinedInformation-r6 OPTIONAL
}
InitialDirectTransfer-v770ext-IEs ::= SEQUENCE {
csCallType ENUMERATED { speech, video, other, spare } OPTIONAL
}
InitialDirectTransfer-v860ext-IEs ::= SEQUENCE {
supportOfCSG ENUMERATED { true } OPTIONAL
}
InitialDirectTransfer-r3-add-ext-IEs ::= SEQUENCE {
initialDirectTransfer-v7g0ext InitialDirectTransfer-v7g0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
InitialDirectTransfer-v7g0ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACH-v7g0ext MeasuredResultsOnRACH-v7g0ext OPTIONAL
}
InitialDirectTransfer-vb50ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACHEUTRAFreq MeasuredResultsOnRACH-EUTRAFreq OPTIONAL
}
InitialDirectTransfer-vc50ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACH MeasuredResultsOnRACH-vc50ext OPTIONAL
}
InitialDirectTransfer-ve30ext-IEs ::= SEQUENCE {
-- Other IEs
dcnIdentity INTEGER (0..65535) OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
-- ***************************************************
--
-- HANDOVER FROM UTRAN COMMAND
--
-- ***************************************************
HandoverFromUTRANCommand-GSM ::= CHOICE {
r3 SEQUENCE {
handoverFromUTRANCommand-GSM-r3
HandoverFromUTRANCommand-GSM-r3-IEs,
-- UTRAN should not include the IE laterNonCriticalExtensions when it sets the IE
-- gsm-message included in handoverFromUTRANCommand-GSM-r3 to single-GSM-Message. The UE
-- behaviour upon receiving a message with this combination of IE values is unspecified.
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
handoverFromUTRANCommand-GSM-r3-add-ext BIT STRING OPTIONAL,
-- UTRAN may apply the r3 version of the message to perform PS handover
-- for a single RAB only
v690NonCriticalExtensions SEQUENCE {
handoverFromUTRANCommand-GSM-v690ext HandoverFromUTRANCommand-GSM-v690ext-IEs,
v860NonCriticalExtensions SEQUENCE {
handoverFromUTRANCommand-GSM-v860ext
HandoverFromUTRANCommand-GSM-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r6 SEQUENCE {
handoverFromUTRANCommand-GSM-r6 HandoverFromUTRANCommand-GSM-r6-IEs,
handoverFromUTRANCommand-GSM-r6-add-ext BIT STRING OPTIONAL,
v860NonCriticalExtensions SEQUENCE {
handoverFromUTRANCommand-GSM-v860ext
HandoverFromUTRANCommand-GSM-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
HandoverFromUTRANCommand-GSM-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
activationTime ActivationTime OPTIONAL,
-- Radio bearer IEs
toHandoverRAB-Info RAB-Info OPTIONAL,
-- Measurement IEs
frequency-band Frequency-Band,
-- Other IEs
gsm-message CHOICE {
-- In the single-GSM-Message case the following rules apply:
-- 1> the GSM message directly follows the basic production; the final padding that
-- results when PER encoding the abstract syntax value is removed prior to appending
-- the GSM message.
-- 2> the RRC message excluding the GSM part, does not contain a length determinant;
-- there is no explicit parameter indicating the size of the included GSM message.
-- 3> depending on need, final padding (all "0"s) is added to ensure the final result
-- comprises a full number of octets
single-GSM-Message SEQUENCE {},
gsm-MessageList SEQUENCE {
gsm-Messages GSM-MessageList
}
}
}
HandoverFromUTRANCommand-GSM-r6-IEs ::= SEQUENCE {
-- User equipment IEs
activationTime ActivationTime OPTIONAL,
-- Radio bearer IEs
toHandoverRAB-Info RAB-InformationList-r6 OPTIONAL,
-- Measurement IEs
frequency-band Frequency-Band,
-- Other IEs
gsm-message CHOICE {
-- In the single-GSM-Message case the following rules apply:
-- 1> the GSM message directly follows the basic production; the final padding that
-- results when PER encoding the abstract syntax value is removed prior to appending
-- the GSM message.
-- 2> the RRC message excluding the GSM part, does not contain a length determinant;
-- there is no explicit parameter indicating the size of the included GSM message.
-- 3> depending on need, final padding (all "0"s) is added to ensure the final result
-- comprises a full number of octets
single-GSM-Message SEQUENCE {},
gsm-MessageList SEQUENCE {
gsm-Messages GSM-MessageList
}
},
geran-SystemInfoType CHOICE {
sI GERAN-SystemInformation,
pSI GERAN-SystemInformation
} OPTIONAL
}
HandoverFromUTRANCommand-GSM-v690ext-IEs ::= SEQUENCE {
geran-SystemInfoType CHOICE {
sI GERAN-SystemInformation,
pSI GERAN-SystemInformation
} OPTIONAL
}
HandoverFromUTRANCommand-GSM-v860ext-IEs ::= SEQUENCE {
sr-vcc-SecurityRABInfo SR-VCC-SecurityRABInfo-v860ext OPTIONAL
}
HandoverFromUTRANCommand-GERANIu ::= SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
handoverFromUTRANCommand-GERANIu CHOICE {
r5 SEQUENCE {
handoverFromUTRANCommand-GERANIu-r5
HandoverFromUTRANCommand-GERANIu-r5-IEs,
-- UTRAN should not include the IE nonCriticalExtensions when it sets
-- the IE geranIu-message included in handoverFromUTRANCommand-GERANIu-r5 to
-- single-GERANIu-Message
-- The UE behaviour upon receiving a message including this combination of IE values is
-- not specified
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
later-than-r5 SEQUENCE {
criticalExtensions SEQUENCE {}
}
}
}
HandoverFromUTRANCommand-GERANIu-r5-IEs ::= SEQUENCE {
-- User equipment IEs
activationTime ActivationTime OPTIONAL,
-- Measurement IEs
frequency-Band Frequency-Band,
-- Other IEs
geranIu-Message CHOICE {
-- In the single-GERANIu-Message case the following rules apply:
-- 1> the GERAN Iu message directly follows the basic production; the final padding that
-- results when PER encoding the abstract syntax value is removed prior to appending
-- the GERAN Iu message.
-- 2> the RRC message excluding the GERAN Iu part does not contain a length determinant;
-- there is no explicit parameter indicating the size of the included GERAN Iu
-- message.
-- 3> depending on need, final padding (all "0"s) is added to ensure the final result
-- comprises a full number of octets.
single-GERANIu-Message SEQUENCE {},
geranIu-MessageList SEQUENCE {
geranIu-Messages GERANIu-MessageList
}
}
}
HandoverFromUTRANCommand-CDMA2000 ::= CHOICE {
r3 SEQUENCE {
handoverFromUTRANCommand-CDMA2000-r3
HandoverFromUTRANCommand-CDMA2000-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
handoverFromUTRANCommand-CDMA2000-r3-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions SEQUENCE {}
}
}
HandoverFromUTRANCommand-CDMA2000-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
activationTime ActivationTime OPTIONAL,
-- Radio bearer IEs
toHandoverRAB-Info RAB-Info OPTIONAL,
-- Other IEs
cdma2000-MessageList CDMA2000-MessageList
}
HandoverFromUTRANCommand-EUTRA ::= SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r8 SEQUENCE {
handoverFromUTRANCommand-EUTRA-r8 HandoverFromUTRANCommand-EUTRA-r8-IEs,
handoverFromUTRANCommand-EUTRA-r8-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
handoverFromUTRANCommand-EUTRA-r11 HandoverFromUTRANCommand-EUTRA-r11-IEs,
handoverFromUTRANCommand-EUTRA-r11-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
HandoverFromUTRANCommand-EUTRA-r8-IEs ::= SEQUENCE {
-- User equipment IEs
activationTime ActivationTime OPTIONAL,
-- Radio bearer IEs
toHandoverRAB-Info RAB-InformationList OPTIONAL,
-- Other IEs
eutra-Message OCTET STRING
}
HandoverFromUTRANCommand-EUTRA-r11-IEs ::= SEQUENCE {
-- User equipment IEs
rsr-vcc-Info RSR-VCC-Info OPTIONAL,
activationTime ActivationTime OPTIONAL,
-- Radio bearer IEs
toHandoverRAB-Info RAB-InformationList OPTIONAL,
-- Other IEs
eutra-Message OCTET STRING
}
-- ***************************************************
--
-- HANDOVER FROM UTRAN FAILURE
--
-- ***************************************************
HandoverFromUTRANFailure ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- Other IEs
interRAT-HO-FailureCause InterRAT-HO-FailureCause OPTIONAL,
-- In case the interRATMessage to be transferred is for GERAN Iu mode, the
-- message should be placed in the HandoverFromUtranFailure-v590ext-IEs
-- non-critical extension container.
-- In case the interRATMessage to be transferred is for E-UTRA, the
-- message should be placed in the HandoverFromUtranFailure-v860ext-IEs
-- non-critical extension container.
interRATMessage CHOICE {
gsm SEQUENCE {
gsm-MessageList GSM-MessageList
},
cdma2000 SEQUENCE {
cdma2000-MessageList CDMA2000-MessageList
}
} OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
handoverFromUTRANFailure-r3-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
handoverFromUTRANFailure-v590ext HandoverFromUtranFailure-v590ext-IEs,
v860NonCriticalExtensions SEQUENCE {
handoverFromUTRANFailure-v860ext HandoverFromUtranFailure-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
HandoverFromUtranFailure-v590ext-IEs ::= SEQUENCE {
geranIu-MessageList GERANIu-MessageList OPTIONAL
}
HandoverFromUtranFailure-v860ext-IEs ::= SEQUENCE {
eutra-Message OCTET STRING OPTIONAL
}
-- ***************************************************
--
-- INTER RAT HANDOVER INFO
--
-- ***************************************************
InterRATHandoverInfo ::= SEQUENCE {
-- This structure is defined for historical reasons, backward compatibility with 44.018
predefinedConfigStatusList CHOICE {
absent NULL,
present PredefinedConfigStatusList
},
uE-SecurityInformation CHOICE {
absent NULL,
present UE-SecurityInformation
},
ue-CapabilityContainer CHOICE {
absent NULL,
-- present is an octet aligned string containing IE UE-RadioAccessCapabilityInfo
present OCTET STRING (SIZE (0..63))
},
-- Non critical extensions
v390NonCriticalExtensions CHOICE {
absent NULL,
present SEQUENCE {
interRATHandoverInfo-v390ext InterRATHandoverInfo-v390ext-IEs,
v3a0NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v3a0ext InterRATHandoverInfo-v3a0ext-IEs,
laterNonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v3d0ext InterRATHandoverInfo-v3d0ext-IEs,
-- Container for additional R99 extensions
interRATHandoverInfo-r3-add-ext BIT STRING
(CONTAINING InterRATHandoverInfo-r3-add-ext-IEs) OPTIONAL,
v3g0NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v3g0ext InterRATHandoverInfo-v3g0ext-IEs,
v4b0NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v4b0ext InterRATHandoverInfo-v4b0ext-IEs,
v4d0NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v4d0ext InterRATHandoverInfo-v4d0ext-IEs,
-- Reserved for future non critical extension
v590NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v590ext
InterRATHandoverInfo-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v690ext
InterRATHandoverInfo-v690ext-IEs,
v6b0NonCriticalExtensions
InterRATHandoverInfo-NonCriticalExtension-v6b0-IEs OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
}
}
InterRATHandoverInfo-v390ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v380ext UE-RadioAccessCapability-v380ext OPTIONAL,
dl-PhysChCapabilityFDD-v380ext DL-PhysChCapabilityFDD-v380ext
}
InterRATHandoverInfo-v3a0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v3a0ext UE-RadioAccessCapability-v3a0ext OPTIONAL
}
InterRATHandoverInfo-v3d0ext-IEs ::= SEQUENCE {
-- User equipment IEs
uESpecificBehaviourInformation1interRAT
UESpecificBehaviourInformation1interRAT OPTIONAL
}
InterRATHandoverInfo-v3g0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v3g0ext UE-RadioAccessCapability-v3g0ext OPTIONAL
}
InterRATHandoverInfo-r3-add-ext-IEs ::= SEQUENCE {
interRATHandoverInfo-v690ext1 InterRATHandoverInfo-v690ext1-IEs,
v7e0NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v7e0ext InterRATHandoverInfo-v7e0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v7f0ext InterRATHandoverInfo-v7f0ext-IEs,
va40NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-va40ext InterRATHandoverInfoBand-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
InterRATHandoverInfo-v4b0ext-IEs ::= SEQUENCE {
-- User equipment IEs
accessStratumReleaseIndicator AccessStratumReleaseIndicator
}
InterRATHandoverInfo-v4d0ext-IEs ::= SEQUENCE {
-- User equipment IEs
tdd128-RF-Capability RadioFrequencyBandTDDList OPTIONAL
}
InterRATHandoverInfo-v590ext-IEs ::= SEQUENCE {
-- User equipment IEs
predefinedConfigStatusListComp PredefinedConfigStatusListComp OPTIONAL,
ue-RadioAccessCapabilityComp UE-RadioAccessCapabilityComp OPTIONAL
}
InterRATHandoverInfo-v690ext1-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v650ext UE-RadioAccessCapability-v650ext OPTIONAL
}
InterRATHandoverInfo-v690ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-SecurityInformation2 UE-SecurityInformation2 OPTIONAL,
ue-RadioAccessCapabilityComp UE-RadioAccessCapabilityComp-ext OPTIONAL,
ue-RadioAccessCapabilityComp2 UE-RadioAccessCapabilityComp2
}
InterRATHandoverInfo-NonCriticalExtension-v6b0-IEs ::= SEQUENCE {
interRATHandoverInfo-v6b0ext InterRATHandoverInfo-v6b0ext-IEs,
v6e0NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v6e0ext InterRATHandoverInfo-v6e0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v770ext InterRATHandoverInfo-v770ext-IEs,
v790nonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v790ext InterRATHandoverInfo-v790ext-IEs,
v860NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v860ext InterRATHandoverInfo-v860ext-IEs,
v880NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v880ext InterRATHandoverInfo-v880ext-IEs,
v920NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v920ext InterRATHandoverInfo-v920ext-IEs,
v8b0NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v8b0ext
InterRATHandoverInfo-v8b0ext-IEs,
v950NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-v950ext
InterRATHandoverInfo-v950ext-IEs,
va40NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-va40ext
InterRATHandoverInfo-va40ext-IEs,
va80NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-va80ext
InterRATHandoverInfo-va80ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-vb50ext
InterRATHandoverInfo-vb50ext-IEs,
vb70NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-vb70ext
InterRATHandoverInfo-vb70ext-IEs,
laterNonCriticalExtensions
InterRATHandoverInfo-LaterNonCriticalExtensions
OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
InterRATHandoverInfo-v6b0ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportForSIB11bis ENUMERATED { true } OPTIONAL
}
InterRATHandoverInfo-v6e0ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportForFDPCH ENUMERATED { true } OPTIONAL
}
InterRATHandoverInfo-v770ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabilityInfo UE-RadioAccessCapabilityInfo-v770ext OPTIONAL,
ue-RadioAccessCapabilityComp UE-RadioAccessCapabilityComp-v770ext OPTIONAL,
ue-RadioAccessCapabilityComp2 UE-RadioAccessCapabilityComp2-v770ext OPTIONAL
}
InterRATHandoverInfo-v790ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportForEDPCCHPowerBoosting ENUMERATED { true } OPTIONAL
}
InterRATHandoverInfo-v7e0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability UE-RadioAccessCapability-v7e0ext OPTIONAL
}
InterRATHandoverInfo-v7f0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability UE-RadioAccessCapability-v7f0ext OPTIONAL,
ue-RadioAccessCapabilityComp2 UE-RadioAccessCapabilityComp2-v7f0ext OPTIONAL
}
InterRATHandoverInfo-v860ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabilityInfo UE-RadioAccessCapability-v860ext OPTIONAL,
ue-RadioAccessCapabilityComp2 UE-RadioAccessCapabilityComp2-v860ext OPTIONAL
}
InterRATHandoverInfo-v880ext-IEs ::= SEQUENCE {
-- UE radio access capability
ue-RadioAccessCapabilityInfo UE-RadioAccessCapability-v880ext OPTIONAL,
ue-RadioAccessCapabilityInfo-TDD128 UE-RadioAccessCapabilityComp-TDD128 OPTIONAL
}
InterRATHandoverInfo-v920ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabilityInfo UE-RadioAccessCapability-v920ext OPTIONAL,
ue-RadioAccessCapabilityComp2 UE-RadioAccessCapabilityComp2-v920ext OPTIONAL
}
InterRATHandoverInfo-v8b0ext-IEs ::= SEQUENCE {
-- UE radio access capability
ue-RadioAccessCapabilityInfo UE-RadioAccessCapabilityInfo-TDD128-v8b0ext OPTIONAL
}
InterRATHandoverInfo-v950ext-IEs ::= SEQUENCE {
-- User equipment IEs
pdcp-Capability PDCP-Capability-r4-ext OPTIONAL
}
InterRATHandoverInfo-va40ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabilityInfo UE-RadioAccessCapability-va40ext OPTIONAL,
ue-RadioAccessCapabilityComp2 UE-RadioAccessCapabilityComp2-va40ext OPTIONAL
}
InterRATHandoverInfoBand-va40ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapabBand UE-RadioAccessCapabBand-va40ext OPTIONAL,
rf-CapabilityFDDComp RF-CapabBandListFDDComp-ext2 OPTIONAL
}
InterRATHandoverInfo-va80ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabilityInfo-va80ext UE-RadioAccessCapability-va80ext OPTIONAL
}
InterRATHandoverInfo-vb50ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabilityInfo-vb50ext
UE-RadioAccessCapability-vb50ext OPTIONAL,
ue-RadioAccessCapabilityComp2
UE-RadioAccessCapabilityComp2-vb50ext OPTIONAL,
ue-RadioAccessCapabilityInfo-TDD128
UE-RadioAccessCapabilityInfo-TDD128-vb50ext OPTIONAL
}
InterRATHandoverInfo-vb70ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabilityInfo-vb70ext UE-RadioAccessCapability-vb70ext OPTIONAL
}
InterRATHandoverInfo-vbc0ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabilityInfo-vbc0ext UE-RadioAccessCapability-vbc0ext OPTIONAL
}
InterRATHandoverInfo-LaterNonCriticalExtensions ::= SEQUENCE {
interRATHandoverInfo-vbc0ext InterRATHandoverInfo-vbc0ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-vc50ext InterRATHandoverInfo-vc50ext-IEs,
vd20NonCriticalExtensions SEQUENCE {
interRATHandoverInfo-vd20ext InterRATHandoverInfo-vd20ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
InterRATHandoverInfo-vc50ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabilityComp2 UE-RadioAccessCapabilityComp2-vc50ext OPTIONAL
}
InterRATHandoverInfo-vd20ext-IEs ::= SEQUENCE {
ue-RadioAccessCapabilityInfo UE-RadioAccessCapability-vd20ext OPTIONAL,
ue-RadioAccessCapabilityComp2 UE-RadioAccessCapabilityComp2-vd20ext OPTIONAL
}
-- ***************************************************
--
-- MEASUREMENT CONTROL
--
-- ***************************************************
MeasurementControl ::= CHOICE {
-- The Rel-4 functionality of UE Positioning OTDOA AssistanceData TDD is only available
-- in the later-than-r3 branch of this message (i.e. through the use of the IE
-- ue-Positioning-OTDOA-AssistanceData-r4)
r3 SEQUENCE {
measurementControl-r3 MeasurementControl-r3-IEs,
v390nonCriticalExtensions SEQUENCE {
measurementControl-v390ext MeasurementControl-v390ext,
v3a0NonCriticalExtensions SEQUENCE {
measurementControl-v3a0ext MeasurementControl-v3a0ext,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
measurementControl-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE{
-- The content of the v4b0 non-critical extension has been removed. If sent
-- to a UE of AS release 4, the UE behaviour is unspecified. A UE of AS
-- release 5 onward shall comply with the v4b0 and later extensions in this
-- branch of the message.
v590NonCriticalExtensions SEQUENCE {
measurementControl-v590ext MeasurementControl-v590ext-IEs,
v5b0NonCriticalExtensions SEQUENCE {
measurementControl-v5b0ext MeasurementControl-v5b0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
-- Least significant part of extended "RRC transaction identifier" (Rel-5 onward)
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
measurementControl-r4 MeasurementControl-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
measurementControl-r4-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE{
measurementControl-v590ext MeasurementControl-v590ext-IEs,
v5b0NonCriticalExtensions SEQUENCE {
measurementControl-v5b0ext MeasurementControl-v5b0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r4 SEQUENCE {
-- Most significant part of extended "RRC transaction identifier" (MSP):
-- extended "RRC transaction identifier" =
-- rrc-TransactionIdentifier-MSP * 4 + rrc-TransactionIdentifier
rrc-TransactionIdentifier-MSP RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r6 SEQUENCE {
measurementControl-r6 MeasurementControl-r6-IEs,
v6a0NonCriticalExtensions SEQUENCE {
measurementControl-v6a0ext MeasurementControl-v6a0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
measurementControl-r7 MeasurementControl-r7-IEs,
-- Container for adding non critical extensions after freezing REL-7
measurementControl-r7-add-ext BIT STRING OPTIONAL,
v7b0NonCriticalExtensions SEQUENCE {
measurementControl-v7b0ext MeasurementControl-v7b0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
measurementControl-r8 MeasurementControl-r8-IEs,
-- Container for adding non critical extensions after freezing REL-9
measurementControl-r8-add-ext BIT STRING OPTIONAL,
v8a0NonCriticalExtensions SEQUENCE {
measurementControl-v8a0ext MeasurementControl-v8a0ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
measurementControl-vb50ext MeasurementControl-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
measurementControl-r9 MeasurementControl-r9-IEs,
-- Container for adding non critical extensions after freezing REL-10
measurementControl-r9-add-ext BIT STRING OPTIONAL,
v970NonCriticalExtensions SEQUENCE {
measurementControl-v970ext
MeasurementControl-v970ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
measurementControl-vb50ext
MeasurementControl-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r10 SEQUENCE {
measurementControl-r10 MeasurementControl-r10-IEs,
-- Container for adding non critical extensions after
-- freezing REL-11
measurementControl-r10-add-ext BIT STRING OPTIONAL,
vaa0NonCriticalExtensions SEQUENCE {
measurementControl-vaa0ext
MeasurementControl-vaa0ext-IEs,
vab0NonCriticalExtensions SEQUENCE {
measurementControl-vab0ext
MeasurementControl-vab0ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
measurementControl-vb50ext
MeasurementControl-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
measurementControl-r11
MeasurementControl-r11-IEs,
-- Container for adding non critical extensions after
-- freezing REL-12
measurementControl-r11-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
measurementControl-r12
MeasurementControl-r12-IEs,
-- Container for adding non critical extensions
-- after freezing REL-13
measurementControl-r12-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r13 SEQUENCE {
measurementControl-r13
MeasurementControl-r13-IEs,
-- Container for adding non critical extensions
-- after freezing REL-14
measurementControl-r13-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r14 SEQUENCE {
measurementControl-r14
MeasurementControl-r14-IEs,
-- Container for adding non critical extensions
-- after freezing REL-15
measurementControl-r14-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
laterCriticalExtensions MeasurementControl-LaterCriticalExtensions-r14-IEs
}
}
}
}
}
}
}
}
}
}
}
}
}
MeasurementControl-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- Measurement IEs
measurementIdentity MeasurementIdentity,
-- TABULAR: The measurement type is included in MeasurementCommand.
measurementCommand MeasurementCommand,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementList AdditionalMeasurementID-List OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo OPTIONAL
}
MeasurementControl-v390ext ::= SEQUENCE {
ue-Positioning-Measurement-v390ext
UE-Positioning-Measurement-v390ext OPTIONAL
}
MeasurementControl-v3a0ext ::= SEQUENCE {
sfn-Offset-Validity SFN-Offset-Validity OPTIONAL
}
MeasurementControl-r4-IEs ::= SEQUENCE {
-- Measurement IEs
measurementIdentity MeasurementIdentity,
-- TABULAR: The measurement type is included in measurementCommand.
measurementCommand MeasurementCommand-r4,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementList AdditionalMeasurementID-List OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo OPTIONAL
}
MeasurementControl-v590ext-IEs ::= SEQUENCE {
measurementCommand-v590ext CHOICE {
-- the choice "intra-frequency" shall be used for the case of intra-frequency measurement,
-- as well as when intra-frequency events are configured for inter-frequency measurement
intra-frequency Intra-FreqEventCriteriaList-v590ext,
inter-frequency Inter-FreqEventCriteriaList-v590ext
} OPTIONAL,
intraFreqReportingCriteria-1b-r5 IntraFreqReportingCriteria-1b-r5 OPTIONAL,
intraFreqEvent-1d-r5 IntraFreqEvent-1d-r5 OPTIONAL,
-- Most significant part of extended "RRC transaction identifier" (MSP):
-- extended "RRC transaction identifier" =
-- rrc-TransactionIdentifier-MSP-v590ext * 4 + rrc-TransactionIdentifier
rrc-TransactionIdentifier-MSP-v590ext RRC-TransactionIdentifier
}
MeasurementControl-v5b0ext-IEs ::= SEQUENCE {
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL
}
MeasurementControl-r6-IEs ::= SEQUENCE {
-- Measurement IEs
measurementIdentity MeasurementIdentity,
-- TABULAR: The measurement type is included in measurementCommand.
measurementCommand MeasurementCommand-r6,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementList AdditionalMeasurementID-List OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo OPTIONAL
}
MeasurementControl-v6a0ext-IEs ::= SEQUENCE {
intraFreqReportingCriteria-1b-r5 IntraFreqReportingCriteria-1b-r5 OPTIONAL
}
MeasurementControl-r7-IEs ::= SEQUENCE {
-- Measurement IEs
measurementIdentity MeasurementIdentity,
-- TABULAR: The measurement type is included in measurementCommand.
measurementCommand MeasurementCommand-r7,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementList AdditionalMeasurementID-List OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo OPTIONAL
}
MeasurementControl-v7b0ext-IEs ::= SEQUENCE {
-- Measurement IEs
newInterFreqCellList NewInterFreqCellList-v7b0ext OPTIONAL
}
MeasurementControl-r8-IEs ::= SEQUENCE {
-- Measurement IEs
measurementIdentity MeasurementIdentity,
-- TABULAR: The measurement type is included in measurementCommand.
measurementCommand MeasurementCommand-r8,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementList AdditionalMeasurementID-List OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo OPTIONAL
}
MeasurementControl-v8a0ext-IEs ::= SEQUENCE {
-- Measurement IEs
newIntraFreqCellList NewIntraFreqCellList-LCR-v8a0ext OPTIONAL,
newInterFreqCellList NewInterFreqCellList-LCR-v8a0ext OPTIONAL
}
MeasurementControl-r9-IEs ::= SEQUENCE {
-- Measurement IEs
-- if the UE supports extended measurements, "measurementIdentity"
-- shall be ignored if "measurementIdentity" in MeasurementControl-v970ext-IEs
-- is present, and the value of that element shall be used instead.
measurementIdentity MeasurementIdentity,
-- TABULAR: The measurement type is included in measurementCommand.
measurementCommand MeasurementCommand-r9,
measurementReportingMode MeasurementReportingMode OPTIONAL,
-- if the UE supports extended measurements, "additionalMeasurementList"
-- shall be ignored if "additionalMeasurementList" in MeasurementControl-v970ext-IEs
-- is present, and the value of that element shall be used instead.
additionalMeasurementList AdditionalMeasurementID-List OPTIONAL,
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo OPTIONAL
}
MeasurementControl-v970ext-IEs ::= SEQUENCE {
-- Measurement IEs
measurementIdentity MeasurementIdentity-r9 OPTIONAL,
additionalMeasurementList AdditionalMeasurementID-List-r9 OPTIONAL
}
MeasurementControl-r10-IEs ::= SEQUENCE {
-- Measurement IEs
-- if the UE supports extended measurements, "measurementIdentity"
-- shall be ignored if "measurementIdentity" in MeasurementControl-vab0ext-IEs
-- is present, and the value of that element shall be used instead.
measurementIdentity MeasurementIdentity,
-- TABULAR: The measurement type is included in measurementCommand.
measurementCommand MeasurementCommand-r10,
measurementReportingMode MeasurementReportingMode OPTIONAL,
-- if the UE supports extended measurements, "additionalMeasurementList"
-- shall be ignored if "additionalMeasurementList" in MeasurementControl-vab0ext-IEs
-- is present, and the value of that element shall be used instead.
additionalMeasurementList AdditionalMeasurementID-List OPTIONAL,
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo-r10 OPTIONAL
}
MeasurementControl-vaa0ext-IEs ::= SEQUENCE {
-- Measurement IEs
periodicalReportingCriteriaOnSecULFreq
PeriodicalWithReportingCellStatusOnSecULFreq OPTIONAL
}
MeasurementControl-vab0ext-IEs ::= MeasurementControl-v970ext-IEs
MeasurementControl-r11-IEs ::= SEQUENCE {
-- Measurement IEs
measurementIdentity MeasurementIdentity-r9,
-- TABULAR: The measurement type is included in measurementCommand.
measurementCommand MeasurementCommand-r11,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementList AdditionalMeasurementID-List-r9 OPTIONAL,
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo-r10 OPTIONAL
}
MeasurementControl-vb50ext-IEs ::= SEQUENCE {
-- Measurement IEs
interRATMeasurement InterRATMeasurement-r11 OPTIONAL
}
MeasurementControl-r12-IEs ::= SEQUENCE {
-- Measurement IEs
measurementIdentity MeasurementIdentity-r9 OPTIONAL,
-- TABULAR: The measurement type is included in measurementCommand.
measurementCommand MeasurementCommand-r12,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementList AdditionalMeasurementID-List-r9 OPTIONAL,
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL,
measurementScalingFactor MeasurementScalingFactor OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo-r10 OPTIONAL
}
MeasurementControl-r13-IEs ::= SEQUENCE {
-- Measurement IEs
measurementIdentity MeasurementIdentity-r9 OPTIONAL,
-- TABULAR: The measurement type is included in measurementCommand.
measurementCommand MeasurementCommand-r13,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementList AdditionalMeasurementID-List-r9 OPTIONAL,
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL,
measurementScalingFactor MeasurementScalingFactor OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo-r10 OPTIONAL
}
MeasurementControl-r14-IEs ::= SEQUENCE {
-- Measurement IEs
measurementIdentity MeasurementIdentity-r9 OPTIONAL,
-- TABULAR: The measurement type is included in measurementCommand.
measurementCommand MeasurementCommand-r14,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementList AdditionalMeasurementID-List-r9 OPTIONAL,
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL,
measurementScalingFactor MeasurementScalingFactor OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo-r10 OPTIONAL
}
MeasurementControl-LaterCriticalExtensions-r14-IEs ::= SEQUENCE {
criticalExtensions CHOICE {
r14 SEQUENCE {
measurementControl-r14 MeasurementControl-r14-IEs,
-- Container for adding non critical extensions after freezing REL-15
measurementControl-r14-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
measurementControl-LaterCriticalExtensions-r15-IEs MeasurementControl-LaterCriticalExtensions-r15-IEs
}
}
MeasurementControl-LaterCriticalExtensions-r15-IEs ::= SEQUENCE {
criticalExtensions CHOICE {
r15 SEQUENCE {
measurementControl-r15 MeasurementControl-r15-IEs,
-- Container for adding non critical extensions after freezing REL-16
measurementControl-r15-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
MeasurementControl-r15-IEs ::= SEQUENCE {
-- Measurement IEs
measurementIdentity MeasurementIdentity-r9 OPTIONAL,
-- TABULAR: The measurement type is included in measurementCommand.
measurementCommand MeasurementCommand-r15,
measurementReportingMode MeasurementReportingMode OPTIONAL,
additionalMeasurementList AdditionalMeasurementID-List-r9 OPTIONAL,
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL,
measurementScalingFactor MeasurementScalingFactor OPTIONAL,
-- Physical channel IEs
dpch-CompressedModeStatusInfo DPCH-CompressedModeStatusInfo-r10 OPTIONAL
}
-- ***************************************************
--
-- MEASUREMENT CONTROL FAILURE
--
-- ***************************************************
MeasurementControlFailure ::= SEQUENCE {
-- User equipment IEs
-- Least significant part of extended "RRC transaction identifier" (Rel-5 onward)
rrc-TransactionIdentifier RRC-TransactionIdentifier,
failureCause FailureCauseWithProtErr,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
measurementControlFailure-r3-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
measurementControlFailure-v590ext MeasurementControlFailure-v590ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
measurementControlFailure-vc50ext MeasurementControlFailure-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
MeasurementControlFailure-v590ext-IEs ::= SEQUENCE {
-- Most significant part of extended "RRC transaction identifier" (MSP):
-- extended "RRC transaction identifier" =
-- rrc-TransactionIdentifier-MSP-v590ext * 4 + rrc-TransactionIdentifier
-- If the rrc-TransactionIdentifier-MSP-v590ext was not received in the MEASUREMENT CONTROL
-- message, then the rrc-TransactionIdentifier-MSP-v590ext shall be set to zero
rrc-TransactionIdentifier-MSP-v590ext RRC-TransactionIdentifier
}
MeasurementControlFailure-vc50ext-IEs ::= SEQUENCE {
measurementIdentity MeasurementIdentity-r9 OPTIONAL
}
-- ***************************************************
--
-- MEASUREMENT REPORT
--
-- ***************************************************
MeasurementReport ::= SEQUENCE {
-- Measurement IEs
-- if the UE supports extended measurements, "measurementIdentity"
-- shall be ignored if "measurementIdentity" in MeasurementReport-v970ext-IEs
-- is present, and the value of that element shall be used instead.
measurementIdentity MeasurementIdentity,
measuredResults MeasuredResults OPTIONAL,
measuredResultsOnRACH MeasuredResultsOnRACH OPTIONAL,
additionalMeasuredResults MeasuredResultsList OPTIONAL,
eventResults EventResults OPTIONAL,
-- Non-critical extensions
v390nonCriticalExtensions SEQUENCE {
measurementReport-v390ext MeasurementReport-v390ext,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
measurementReport-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
measurementReport-v4b0ext MeasurementReport-v4b0ext-IEs,
-- Extension mechanism for non-Rel4 information
v590NonCriticalExtensions SEQUENCE {
measurementReport-v590ext MeasurementReport-v590ext-IEs,
v5b0NonCriticalExtensions SEQUENCE {
measurementReport-v5b0ext MeasurementReport-v5b0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
measurementReport-v690ext MeasurementReport-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
measurementReport-v770ext MeasurementReport-v770ext-IEs,
v860NonCriticalExtensions SEQUENCE {
measurementReport-v860ext MeasurementReport-v860ext-IEs,
v920NonCriticalExtensions SEQUENCE {
measurementReport-v920ext MeasurementReport-v920ext-IEs,
v970NonCriticalExtensions SEQUENCE {
measurementReport-v970ext-IE
MeasurementReport-v970ext-IEs,
va40NonCriticalExtensions SEQUENCE {
measurementReport-va40ext
MeasurementReport-va40ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
measurementReport-vb50ext
MeasurementReport-vb50ext-IEs,
laterNonCriticalExtensions
MeasurementReport-LaterNonCriticalExtensions OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
MeasurementReport-v390ext ::= SEQUENCE {
measuredResults-v390ext MeasuredResults-v390ext OPTIONAL
}
MeasurementReport-v4b0ext-IEs ::= SEQUENCE {
interFreqEventResults-LCR InterFreqEventResults-LCR-r4-ext OPTIONAL,
-- additionalMeasuredResults-LCR shall contain measurement results and additional measurement
-- results list.
additionalMeasuredResults-LCR MeasuredResultsList-LCR-r4-ext OPTIONAL,
-- dummy is not used in this version of the specification. It should not be sent and
-- if received it should be ignored.
dummy PrimaryCPICH-Info OPTIONAL
}
MeasurementReport-v590ext-IEs ::= SEQUENCE {
measuredResults-v590ext MeasuredResults-v590ext OPTIONAL
}
MeasurementReport-v5b0ext-IEs ::= SEQUENCE {
interRATCellInfoIndication InterRATCellInfoIndication OPTIONAL
}
MeasurementReport-v690ext-IEs ::= SEQUENCE {
measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL
}
MeasurementReport-v770ext-IEs ::= SEQUENCE {
measuredResults MeasuredResults-v770ext OPTIONAL,
additionalMeasuredResults MeasuredResultsList-v770xet OPTIONAL,
eventResults EventResults-v770ext OPTIONAL,
ue-Positioning-OTDOA-MeasuredResults
UE-Positioning-OTDOA-MeasuredResultsTDD-ext OPTIONAL
}
MeasurementReport-v860ext-IEs ::= SEQUENCE {
activationTime ActivationTime OPTIONAL,
measuredResults MeasuredResults-v860ext OPTIONAL,
additionalMeasuredResults MeasuredResultsList-v860ext OPTIONAL,
eventResults EventResults-v860ext OPTIONAL,
eutra-MeasuredResults EUTRA-MeasuredResults OPTIONAL,
eutra-EventResults EUTRA-EventResults OPTIONAL
}
MeasurementReport-v920ext-IEs ::= SEQUENCE {
cSGProximityIndication CSGProximityIndication OPTIONAL,
measuredResults MeasuredResults-v920ext OPTIONAL,
measuredResultsOnSecUlFreq MeasuredResultsOnSecUlFreq OPTIONAL,
additionalMeasuredResults MeasuredResultsList-v920ext OPTIONAL,
additionalMeasuredResultsOnSecUlFreq
MeasuredResultsListOnSecUlFreq OPTIONAL,
eventResultsOnSecUlFreq EventResultsOnSecUlFreq OPTIONAL,
eutra-MeasuredResults EUTRA-MeasuredResults-v920ext OPTIONAL
}
MeasurementReport-v970ext-IEs ::= SEQUENCE {
measurementIdentity MeasurementIdentityExt OPTIONAL
}
MeasurementReport-va40ext-IEs ::= SEQUENCE {
eventResults EventResults-va40ext OPTIONAL,
loggedMeasAvailable ENUMERATED { true } OPTIONAL,
loggedANRResultsAvailable ENUMERATED { true } OPTIONAL
}
MeasurementReport-vb50ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACHEUTRAFreq MeasuredResultsOnRACH-EUTRAFreq OPTIONAL,
eutra-EventResultsForCELLFACH EUTRA-EventResultsForCELLFACH OPTIONAL,
cSGProximityIndication CSGProximityIndication-vb50ext OPTIONAL,
eutra-MeasuredResults EUTRA-MeasuredResults-vb50ext OPTIONAL,
eutra-EventResults EUTRA-EventResults-vb50ext OPTIONAL
}
MeasurementReport-LaterNonCriticalExtensions ::= SEQUENCE {
measurementReport-vc50ext MeasurementReport-vc50ext-IEs,
vd20NonCriticalExtensions SEQUENCE {
measurementReport-vd20ext MeasurementReport-vd20ext-IEs,
ve30NonCriticalExtensions MeasurementReport-ve30ext-IEs OPTIONAL
} OPTIONAL
}
MeasurementReport-vc50ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACH MeasuredResultsOnRACH-vc50ext OPTIONAL,
measuredResults MeasuredResults-vc50ext OPTIONAL,
measuredResultsOnSecUlFreq MeasuredResultsOnSecUlFreq-vc50ext OPTIONAL,
additionalMeasuredResults MeasuredResultsList-vc50ext OPTIONAL,
additionalMeasuredResultsOnSecUlFreq
MeasuredResultsListOnSecUlFreq-vc50ext OPTIONAL,
eutra-MeasuredResults EUTRA-MeasuredResults-vc50ext OPTIONAL,
eutra-EventResults EUTRA-EventResults-vc50ext OPTIONAL,
eutra-EventResultsForCELLFACH EUTRA-EventResultsForCELLFACH-vc50ext OPTIONAL
}
MeasurementReport-vd20ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResults MeasuredResults-vd20ext OPTIONAL
}
MeasurementReport-ve30ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResults MeasuredResults-ve30ext OPTIONAL,
applicationLayerMeasurementReporting ApplicationLayerMeasurementReporting OPTIONAL,
measurementReport-vf20ext MeasurementReport-vf20ext-IEs OPTIONAL
}
MeasurementReport-vf20ext-IEs ::= SEQUENCE {
-- Measurement IEs
applicationLayerMeasurementReporting-r15 ApplicationLayerMeasurementReporting-r15 OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
-- ***************************************************
--
-- PAGING TYPE 1
--
-- ***************************************************
PagingType1 ::= SEQUENCE {
-- User equipment IEs
pagingRecordList PagingRecordList OPTIONAL,
-- Other IEs
bcch-ModificationInfo BCCH-ModificationInfo OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
pagingType1-r3-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
pagingType1-v590ext PagingType1-v590ext-IEs,
v860NonCriticalExtensions SEQUENCE {
pagingType1-v860ext PagingType1-v860ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
pagingType1-vc50ext PagingType1-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
PagingType1-v590ext-IEs ::= SEQUENCE {
-- User equipment IEs
pagingRecord2List PagingRecord2List-r5 OPTIONAL
}
PagingType1-v860ext-IEs ::= SEQUENCE {
-- Other IEs
etws-Information ETWS-Information OPTIONAL
}
PagingType1-vc50ext-IEs ::= SEQUENCE {
bcch-ModificationInfo-vc50ext BCCH-ModificationInfo-vc50ext OPTIONAL
}
-- ***************************************************
--
-- PAGING TYPE 2
--
-- ***************************************************
PagingType2 ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
pagingCause PagingCause,
-- Core network IEs
cn-DomainIdentity CN-DomainIdentity,
pagingRecordTypeID PagingRecordTypeID,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
pagingType2-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- PHYSICAL CHANNEL RECONFIGURATION
--
-- ***************************************************
PhysicalChannelReconfiguration ::= CHOICE {
r3 SEQUENCE {
physicalChannelReconfiguration-r3
PhysicalChannelReconfiguration-r3-IEs,
v3a0NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v3a0ext PhysicalChannelReconfiguration-v3a0ext,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
physicalChannelReconfiguration-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtenstions SEQUENCE {
physicalChannelReconfiguration-v4b0ext
PhysicalChannelReconfiguration-v4b0ext-IEs,
v590NonCriticalExtenstions SEQUENCE {
physicalChannelReconfiguration-v590ext
PhysicalChannelReconfiguration-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v690ext
PhysicalChannelReconfiguration-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v770ext
PhysicalChannelReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
physicalChannelReconfiguration-r4
PhysicalChannelReconfiguration-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
physicalChannelReconfiguration-r4-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtenstions SEQUENCE {
physicalChannelReconfiguration-v590ext
PhysicalChannelReconfiguration-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v690ext
PhysicalChannelReconfiguration-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v770ext
PhysicalChannelReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r5 SEQUENCE {
physicalChannelReconfiguration-r5
PhysicalChannelReconfiguration-r5-IEs,
-- Container for adding non critical extensions after freezing REL-6
physicalChannelReconfiguration-r5-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v690ext
PhysicalChannelReconfiguration-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v770ext
PhysicalChannelReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r6 SEQUENCE {
physicalChannelReconfiguration-r6
PhysicalChannelReconfiguration-r6-IEs,
-- Container for adding non critical extensions after freezing REL-7
physicalChannelReconfiguration-r6-add-ext BIT STRING OPTIONAL,
v6b0NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v6b0ext
PhysicalChannelReconfiguration-v6b0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v770ext
PhysicalChannelReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
physicalChannelReconfiguration-r7
PhysicalChannelReconfiguration-r7-IEs,
-- Container for adding non critical extensions after freezing REL-7
physicalChannelReconfiguration-r7-add-ext BIT STRING OPTIONAL,
v780NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v780ext
PhysicalChannelReconfiguration-v780ext-IEs,
v7d0NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v7d0ext
PhysicalChannelReconfiguration-v7d0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v7f0ext
PhysicalChannelReconfiguration-v7f0ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v7g0ext
PhysicalChannelReconfiguration-v7g0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
physicalChannelReconfiguration-r8
PhysicalChannelReconfiguration-r8-IEs,
-- Container for adding non critical extensions after freezing REL-9
physicalChannelReconfiguration-r8-add-ext BIT STRING OPTIONAL,
v7d0NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v7d0ext
PhysicalChannelReconfiguration-v7d0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v7f0ext
PhysicalChannelReconfiguration-v7f0ext-IEs,
v890NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v890ext
PhysicalChannelReconfiguration-v890ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v7g0ext
PhysicalChannelReconfiguration-v7g0ext-IEs,
v8a0NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v8a0ext
PhysicalChannelReconfiguration-v8a0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
physicalChannelReconfiguration-r9
PhysicalChannelReconfiguration-r9-IEs,
-- Container for adding non critical extensions after
-- freezing REL-10
physicalChannelReconfiguration-r9-add-ext
BIT STRING OPTIONAL,
v950NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-v950ext
PhysicalChannelReconfiguration-v950ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r10 SEQUENCE {
physicalChannelReconfiguration-r10
PhysicalChannelReconfiguration-r10-IEs,
-- Container for adding non critical extensions after
-- freezing REL-11
physicalChannelReconfiguration-r10-add-ext
BIT STRING OPTIONAL,
vb50NonCriticalExtensions SEQUENCE {
physicalChannelReconfiguration-vb50ext
PhysicalChannelReconfiguration-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
physicalChannelReconfiguration-r11
PhysicalChannelReconfiguration-r11-IEs,
-- Container for adding non critical extensions after
-- freezing REL-12
physicalChannelReconfiguration-r11-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions
SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
physicalChannelReconfiguration-r12
PhysicalChannelReconfiguration-r12-IEs,
-- Container for adding non critical extensions
-- after freezing REL-13
physicalChannelReconfiguration-r12-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r13 SEQUENCE {
physicalChannelReconfiguration-r13
PhysicalChannelReconfiguration-r13-IEs,
-- Container for adding non critical extensions
-- after freezing REL-14
physicalChannelReconfiguration-r13-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
}
}
}
}
}
}
}
}
}
PhysicalChannelReconfiguration-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
-- Note: the reference to CPCH in the element name below is incorrect. The name is not
-- changed to keep it aligned with R99.
ul-ChannelRequirement UL-ChannelRequirementWithCPCH-SetID OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
}
PhysicalChannelReconfiguration-v3a0ext ::= SEQUENCE {
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received the UE behaviour
-- is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL
}
PhysicalChannelReconfiguration-v4b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-UL OPTIONAL,
-- The order of the RLs in IE cell-id-PerRL-List is the same as
-- in IE DL-InformationPerRL-List included in this message
cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
}
PhysicalChannelReconfiguration-v590ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
}
PhysicalChannelReconfiguration-r4-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
-- Note: the reference to CPCH in the element name below is incorrect. The name is not
-- changed to keep it aligned with R99.
ul-ChannelRequirement UL-ChannelRequirementWithCPCH-SetID-r4 OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
}
PhysicalChannelReconfiguration-r5-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
-- Note: the reference to CPCH in the element name below is incorrect. The name is not
-- changed to keep it aligned with R99.
ul-ChannelRequirement UL-ChannelRequirementWithCPCH-SetID-r5 OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
}
PhysicalChannelReconfiguration-r6-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
PhysicalChannelReconfiguration-v690ext-IEs ::= SEQUENCE {
-- User Equipment IEs
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
-- Core network IEs
primary-plmn-Identity PLMN-Identity OPTIONAL,
-- Physical channel IEs
-- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
-- If included in the r3 or r4 version of the message, the UE should ignore the IE
harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
beaconPLEst BEACON-PL-Est OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL,
dhs-sync DHS-Sync OPTIONAL,
timingMaintainedSynchInd TimingMaintainedSynchInd OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
PhysicalChannelReconfiguration-v6b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-InformationPerRL-List-v6b0ext DL-InformationPerRL-List-v6b0ext OPTIONAL
}
PhysicalChannelReconfiguration-r7-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r7 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
PhysicalChannelReconfiguration-v770ext-IEs ::= SEQUENCE {
-- User equipment IEs
ueMobilityStateIndicator High-MobilityDetected OPTIONAL
}
PhysicalChannelReconfiguration-v780ext-IEs ::= SEQUENCE {
-- Transport channel IEs
harqInfo HARQ-Info-r7 OPTIONAL,
-- Physical channel IEs
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
PhysicalChannelReconfiguration-v7d0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
ul-EDCH-Information UL-EDCH-Information-ext OPTIONAL
}
PhysicalChannelReconfiguration-v7f0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7f0ext OPTIONAL
}
PhysicalChannelReconfiguration-v7g0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7g0ext OPTIONAL
}
PhysicalChannelReconfiguration-r8-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
harqInfo HARQ-Info-r7 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r8 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
PhysicalChannelReconfiguration-v890ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-SecondaryCellInfoFDD-v890ext DL-SecondaryCellInfoFDD-v890ext OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext OPTIONAL
}
PhysicalChannelReconfiguration-v8a0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext2 OPTIONAL
}
PhysicalChannelReconfiguration-r9-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
harqInfo HARQ-Info-r7 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r9 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
PhysicalChannelReconfiguration-v950ext-IEs ::= SEQUENCE {
-- Physical channel IEs
secondaryCellMimoParameters SecondaryCellMIMOparametersFDD-v950ext OPTIONAL
}
PhysicalChannelReconfiguration-r10-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
harqInfo HARQ-Info-r7 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r10 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r10 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
PhysicalChannelReconfiguration-vb50ext-IEs ::= SEQUENCE {
ulOLTDInfoFDD UL-OLTD-InfoFDD OPTIONAL
}
PhysicalChannelReconfiguration-r11-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
harqInfo HARQ-Info-r11 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r11 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r11 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r11 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
PhysicalChannelReconfiguration-r12-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
harqInfo HARQ-Info-r11 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r12 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r12 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
nonrectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
nonrectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
PhysicalChannelReconfiguration-r13-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
dynamicActivationTime DynamicActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
retrievableConfigInfo RetrievableConfigInfo OPTIONAL,
-- Transport channel IEs
harqInfo HARQ-Info-r13 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
nonrectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
nonrectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
-- ***************************************************
--
-- PHYSICAL CHANNEL RECONFIGURATION COMPLETE
--
-- ***************************************************
PhysicalChannelReconfigurationComplete ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
-- TABULAR: UL-TimingAdvance is applicable for TDD mode only.
ul-TimingAdvance UL-TimingAdvance OPTIONAL,
-- Radio bearer IEs
count-C-ActivationTime ActivationTime OPTIONAL,
-- dummy is not used in this version of the specification and
-- it should be ignored by the receiver.
dummy RB-ActivationTimeInfoList OPTIONAL,
ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
physicalChannelReconfigurationComplete-r3-add-ext BIT STRING OPTIONAL,
v770NonCriticalExtensions SEQUENCE {
physicalChannelReconfigurationComplete-v770ext
PhysicalChannelReconfigurationComplete-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
PhysicalChannelReconfigurationComplete-v770ext-IEs ::= SEQUENCE {
-- TABULAR: EXT-UL-TimingAdvance is applicable for TDD mode only.
ext-UL-TimingAdvance EXT-UL-TimingAdvance OPTIONAL,
deferredMeasurementControlReading ENUMERATED { true } OPTIONAL
}
-- ***************************************************
--
-- PHYSICAL CHANNEL RECONFIGURATION FAILURE
--
-- ***************************************************
PhysicalChannelReconfigurationFailure ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier OPTIONAL,
failureCause FailureCauseWithProtErr,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
physicalChannelReconfigurationFailure-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- PHYSICAL SHARED CHANNEL ALLOCATION (TDD only)
--
-- ***************************************************
PhysicalSharedChannelAllocation ::= CHOICE {
r3 SEQUENCE {
physicalSharedChannelAllocation-r3
PhysicalSharedChannelAllocation-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
physicalSharedChannelAllocation-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
dsch-RNTI DSCH-RNTI OPTIONAL,
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
physicalSharedChannelAllocation-r4
PhysicalSharedChannelAllocation-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
physicalSharedChannelAllocation-r4-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
physicalSharedChannelAllocation-v690ext
PhysicalSharedChannelAllocation-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
physicalSharedChannelAllocation-v770ext
PhysicalSharedChannelAllocation-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
PhysicalSharedChannelAllocation-r3-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
-- User equipment IEs
dsch-RNTI DSCH-RNTI OPTIONAL,
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- Physical channel IEs
ul-TimingAdvance UL-TimingAdvanceControl OPTIONAL,
pusch-CapacityAllocationInfo PUSCH-CapacityAllocationInfo OPTIONAL,
pdsch-CapacityAllocationInfo PDSCH-CapacityAllocationInfo OPTIONAL,
-- TABULAR: If confirmRequest is not present, the default value "No Confirm"
-- shall be used as specified in 10.2.25.
confirmRequest ENUMERATED {
confirmPDSCH, confirmPUSCH } OPTIONAL,
trafficVolumeReportRequest INTEGER (0..255) OPTIONAL,
iscpTimeslotList TimeslotList OPTIONAL,
requestPCCPCHRSCP BOOLEAN
}
PhysicalSharedChannelAllocation-r4-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
-- Physical channel IEs
ul-TimingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
pusch-CapacityAllocationInfo PUSCH-CapacityAllocationInfo-r4 OPTIONAL,
pdsch-CapacityAllocationInfo PDSCH-CapacityAllocationInfo-r4 OPTIONAL,
-- TABULAR: If confirmRequest is not present, the default value "No Confirm"
-- shall be used as specified in 10.2.25.
confirmRequest ENUMERATED {
confirmPDSCH, confirmPUSCH } OPTIONAL,
trafficVolumeReportRequest INTEGER (0..255) OPTIONAL,
iscpTimeslotList TimeslotList-r4 OPTIONAL,
requestPCCPCHRSCP BOOLEAN
}
PhysicalSharedChannelAllocation-v690ext-IEs ::= SEQUENCE {
-- Physical Channel IEs
beaconPLEst BEACON-PL-Est OPTIONAL
}
PhysicalSharedChannelAllocation-v770ext-IEs ::= SEQUENCE {
ul-TimingAdvance UL-TimingAdvanceControl-r7 OPTIONAL,
pusch-CapacityAllocationInfo PUSCH-CapacityAllocationInfo-r7 OPTIONAL,
pdsch-CapacityAllocationInfo PDSCH-CapacityAllocationInfo-r7 OPTIONAL
}
-- ***************************************************
--
-- PUSCH CAPACITY REQUEST (TDD only)
--
-- ***************************************************
PUSCHCapacityRequest ::= SEQUENCE {
-- User equipment IEs
dsch-RNTI DSCH-RNTI OPTIONAL,
-- Measurement IEs
trafficVolume TrafficVolumeMeasuredResultsList OPTIONAL,
timeslotListWithISCP TimeslotListWithISCP OPTIONAL,
primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL,
allocationConfirmation CHOICE {
pdschConfirmation PDSCH-Identity,
puschConfirmation PUSCH-Identity
} OPTIONAL,
protocolErrorIndicator ProtocolErrorIndicatorWithMoreInfo,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
puschCapacityRequest-r3-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
puschCapacityRequest-v590ext PUSCHCapacityRequest-v590ext,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
PUSCHCapacityRequest-v590ext ::= SEQUENCE {
primaryCCPCH-RSCP-delta DeltaRSCP OPTIONAL
}
-- ***************************************************
--
-- RADIO BEARER RECONFIGURATION
--
-- ***************************************************
RadioBearerReconfiguration ::= CHOICE {
r3 SEQUENCE {
radioBearerReconfiguration-r3 RadioBearerReconfiguration-r3-IEs,
-- Prefix "v3ao" is used (in one instance) to keep alignment with R99
v3aoNonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v3a0ext RadioBearerReconfiguration-v3a0ext,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
radioBearerReconfiguration-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v4b0ext
RadioBearerReconfiguration-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v590ext
RadioBearerReconfiguration-v590ext-IEs,
v5d0NonCriticalExtenstions SEQUENCE {
radioBearerReconfiguration-v5d0ext
RadioBearerReconfiguration-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v690ext
RadioBearerReconfiguration-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v770ext
RadioBearerReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
radioBearerReconfiguration-r4 RadioBearerReconfiguration-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
radioBearerReconfiguration-r4-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v590ext
RadioBearerReconfiguration-v590ext-IEs,
v5d0NonCriticalExtenstions SEQUENCE {
radioBearerReconfiguration-v5d0ext
RadioBearerReconfiguration-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v690ext
RadioBearerReconfiguration-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v770ext
RadioBearerReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r5 SEQUENCE {
radioBearerReconfiguration-r5 RadioBearerReconfiguration-r5-IEs,
-- Container for adding non critical extensions after freezing REL-6
radioBearerReconfiguration-r5-add-ext BIT STRING OPTIONAL,
v5d0NonCriticalExtenstions SEQUENCE {
radioBearerReconfiguration-v5d0ext RadioBearerReconfiguration-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v690ext
RadioBearerReconfiguration-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v770ext
RadioBearerReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r6 SEQUENCE {
radioBearerReconfiguration-r6 RadioBearerReconfiguration-r6-IEs,
-- Container for adding non critical extensions after freezing REL-7
radioBearerReconfiguration-r6-add-ext BIT STRING OPTIONAL,
v6b0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v6b0ext
RadioBearerReconfiguration-v6b0ext-IEs,
v6f0NonCriticalExtensions SEQUENCE {
radioBearerRconfiguration-v6f0ext
RadioBearerReconfiguration-v6f0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v770ext
RadioBearerReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
radioBearerReconfiguration-r7 RadioBearerReconfiguration-r7-IEs,
v780NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v780ext
RadioBearerReconfiguration-v780ext-IEs,
v790NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v790ext
RadioBearerReconfiguration-v790ext-IEs,
v7d0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v7d0ext
RadioBearerReconfiguration-v7d0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v7f0ext
RadioBearerReconfiguration-v7f0ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v7g0ext
RadioBearerReconfiguration-v7g0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
radioBearerReconfiguration-r8 RadioBearerReconfiguration-r8-IEs,
-- Container for adding non critical extensions after freezing REL-9
radioBearerReconfiguration-r8-add-ext BIT STRING OPTIONAL,
v7d0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v7d0ext
RadioBearerReconfiguration-v7d0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v7f0ext
RadioBearerReconfiguration-v7f0ext-IEs,
v890NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v890ext
RadioBearerReconfiguration-v890ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v7g0ext
RadioBearerReconfiguration-v7g0ext-IEs,
v8a0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v8a0ext
RadioBearerReconfiguration-v8a0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
radioBearerReconfiguration-r9
RadioBearerReconfiguration-r9-IEs,
-- Container for adding non critical extensions after
-- freezing REL-10
radioBearerReconfiguration-r9-add-ext
BIT STRING OPTIONAL,
v950NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v950ext
RadioBearerReconfiguration-v950ext-IEs,
v9c0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v9c0ext
RadioBearerReconfiguration-v9c0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r10 SEQUENCE {
radioBearerReconfiguration-r10
RadioBearerReconfiguration-r10-IEs,
-- Container for adding non critical extensions after
-- freezing REL-11
radioBearerReconfiguration-r10-add-ext
BIT STRING OPTIONAL,
v9c0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-v9c0ext
RadioBearerReconfiguration-v9c0ext-IEs,
vaa0NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-vaa0ext
RadioBearerReconfiguration-vaa0ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
radioBearerReconfiguration-vb50ext
RadioBearerReconfiguration-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
radioBearerReconfiguration-r11
RadioBearerReconfiguration-r11-IEs,
-- Container for adding non critical extensions after
-- freezing REL-12
radioBearerReconfiguration-r11-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
radioBearerReconfiguration-r12
RadioBearerReconfiguration-r12-IEs,
-- Container for adding non critical extensions
-- after freezing REL-13
radioBearerReconfiguration-r12-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r13 SEQUENCE {
radioBearerReconfiguration-r13
RadioBearerReconfiguration-r13-IEs,
-- Container for adding non critical extensions
-- after freezing REL-14
radioBearerReconfiguration-r13-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r14 SEQUENCE {
radioBearerReconfiguration-r14
RadioBearerReconfiguration-r14-IEs,
-- Container for adding non critical
-- extensions after freezing REL-15
radioBearerReconfiguration-r14-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
laterCriticalExtensions RadioBearerReconfiguration-LaterCriticalExtensions-r15-IEs
}
}
}
}
}
}
}
}
}
}
}
}
}
RadioBearerReconfiguration-vaa0ext-IEs ::= SEQUENCE {
um-RLC-ReEstablishmentRBList RB-IdentityList OPTIONAL
}
RadioBearerReconfiguration-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
-- NOTE: IE rb-InformationReconfigList should be optional in later versions
-- of this message
rb-InformationReconfigList RB-InformationReconfigList,
rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfo2List OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation OPTIONAL,
-- NOTE: IE dl-InformationPerRL-List is optional in later versions
-- of this message
dl-InformationPerRL-List DL-InformationPerRL-List
}
RadioBearerReconfiguration-v3a0ext ::= SEQUENCE {
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received the UE behaviour
-- is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL
}
RadioBearerReconfiguration-v4b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-UL OPTIONAL,
-- The order of the RLs in IE cell-id-PerRL-List is the same as
-- in IE DL-InformationPerRL-List included in this message
cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
}
RadioBearerReconfiguration-v590ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
}
RadioBearerReconfiguration-v5d0ext-IEs ::= SEQUENCE {
--Radio Bearer IEs
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL
}
RadioBearerReconfiguration-r4-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r4 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
}
RadioBearerReconfiguration-r5-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r5 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r5 OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the
-- specification, they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r5
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r5 OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
}
RadioBearerReconfiguration-r6-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
RadioBearerReconfiguration-v690ext-IEs ::= SEQUENCE {
-- User Equipment IEs
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
-- Core network IEs
primary-plmn-Identity PLMN-Identity OPTIONAL,
-- Physical channel IEs
-- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
-- If included in the r3 or r4 version of the message, the UE should ignore the IE
harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
beaconPLEst BEACON-PL-Est OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL,
dhs-sync DHS-Sync OPTIONAL,
timingMaintainedSynchInd TimingMaintainedSynchInd OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
RadioBearerReconfiguration-v6b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-InformationPerRL-List-v6b0ext DL-InformationPerRL-List-v6b0ext OPTIONAL
}
RadioBearerReconfiguration-v6f0ext-IEs ::= SEQUENCE {
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationMBMSPtpList RAB-InformationMBMSPtpList OPTIONAL
}
}
}
RadioBearerReconfiguration-r7-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
rab-InformationMBMSPtpList RAB-InformationMBMSPtpList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r7 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r7 OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r7 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r7 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
RadioBearerReconfiguration-v770ext-IEs ::= SEQUENCE {
-- User equipment IEs
ueMobilityStateIndicator High-MobilityDetected OPTIONAL
}
RadioBearerReconfiguration-v780ext-IEs ::= SEQUENCE {
-- Physical channel IEs
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
RadioBearerReconfiguration-v790ext-IEs ::= SEQUENCE {
-- Container for adding non critical extensions after freezing REL-8
radioBearerReconfiguration-r7-add-ext BIT STRING OPTIONAL
}
RadioBearerReconfiguration-v7d0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
ul-EDCH-Information UL-EDCH-Information-ext OPTIONAL
}
RadioBearerReconfiguration-v7f0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7f0ext OPTIONAL
}
RadioBearerReconfiguration-v7g0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7g0ext OPTIONAL
}
RadioBearerReconfiguration-r8-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rab-InformationMBMSPtpList RAB-InformationMBMSPtpList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r8 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
RadioBearerReconfiguration-v890ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-SecondaryCellInfoFDD-v890ext DL-SecondaryCellInfoFDD-v890ext OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext OPTIONAL
}
RadioBearerReconfiguration-v8a0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext2 OPTIONAL
}
RadioBearerReconfiguration-r9-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received UE behaviour is unspecified.
dummy DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rab-InformationMBMSPtpList RAB-InformationMBMSPtpList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r9 OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerReconfiguration-v950ext-IEs ::= SEQUENCE {
-- Physical channel IEs
secondaryCellMimoParameters SecondaryCellMIMOparametersFDD-v950ext OPTIONAL
}
RadioBearerReconfiguration-v9c0ext-IEs ::= SEQUENCE {
-- For 1.28Mcps TDD only
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-TDD128-v9c0ext OPTIONAL
}
RadioBearerReconfiguration-r10-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received UE behaviour is unspecified.
dummy DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rab-InformationMBMSPtpList RAB-InformationMBMSPtpList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r10 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r10 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerReconfiguration-vb50ext-IEs ::= SEQUENCE {
ulOLTDInfoFDD UL-OLTD-InfoFDD OPTIONAL
}
RadioBearerReconfiguration-r11-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Specification mode information
defaultConfigForCellFACH DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rab-InformationMBMSPtpList RAB-InformationMBMSPtpList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
umRlc-ReEstablishmentRBList RB-IdentityList OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r11 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r11 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r11 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerReconfiguration-r12-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
accessGroupIdentity AccessGroupIdentity OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Specification mode information
defaultConfigForCellFACH DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rab-InformationMBMSPtpList RAB-InformationMBMSPtpList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
umRlc-ReEstablishmentRBList RB-IdentityList OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r12 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r12 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
nonrectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
nonrectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerReconfiguration-r13-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
dynamicActivationTime DynamicActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rntiHandlingAtCellReselection ENUMERATED { true } OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
accessGroupIdentity AccessGroupIdentity OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Specification mode information
defaultConfigForCellFACH DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rab-InformationMBMSPtpList RAB-InformationMBMSPtpList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
umRlc-ReEstablishmentRBList RB-IdentityList OPTIONAL,
otherStateConfig OtherStateConfig OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r13 OPTIONAL,
-- Retrievable configuration
retrievableConfigInfo RetrievableConfigInfo OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
nonrectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
nonrectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerReconfiguration-r14-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
dynamicActivationTime DynamicActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rntiHandlingAtCellReselection ENUMERATED { true } OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
accessGroupIdentity AccessGroupIdentity OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Specification mode information
defaultConfigForCellFACH DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationSetupList RAB-InformationSetupList-r11 OPTIONAL,
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rab-InformationMBMSPtpList RAB-InformationMBMSPtpList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
umRlc-ReEstablishmentRBList RB-IdentityList OPTIONAL,
otherStateConfig OtherStateConfig OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r14 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r13 OPTIONAL,
-- Retrievable configuration
retrievableConfigInfo RetrievableConfigInfo OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r14 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
ul-OtherTTIConfigurationInfo-Sec UL-OtherTTIConfigurationInfo-Sec OPTIONAL,
filteredUPHReportInfo-Sec FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
nonrectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
nonrectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
hs-scch-DrxCellfach-info HS-SCCH-DrxCellfach-info OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerReconfiguration-LaterCriticalExtensions-r15-IEs ::= SEQUENCE {
r15 SEQUENCE {
radioBearerReconfiguration-r15
RadioBearerReconfiguration-r15-IEs,
-- Container for adding non critical
-- extensions after freezing REL-16
radioBearerReconfiguration-r15-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {}
OPTIONAL
},
criticalExtensions SEQUENCE {}
}
RadioBearerReconfiguration-r15-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
dynamicActivationTime DynamicActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rntiHandlingAtCellReselection ENUMERATED { true } OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
accessGroupIdentity AccessGroupIdentity OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Specification mode information
defaultConfigForCellFACH DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
rab-InformationSetupList RAB-InformationSetupList-r11 OPTIONAL,
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rab-InformationMBMSPtpList RAB-InformationMBMSPtpList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
rb-PDCPContextRelocationList RB-PDCPContextRelocationList OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
umRlc-ReEstablishmentRBList RB-IdentityList OPTIONAL,
otherStateConfig OtherStateConfig OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r14 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r13 OPTIONAL,
-- Retrievable configuration
retrievableConfigInfo RetrievableConfigInfo OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r14 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
ul-OtherTTIConfigurationInfo-Sec UL-OtherTTIConfigurationInfo-Sec OPTIONAL,
filteredUPHReportInfo-Sec FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
nonrectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
nonrectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
hs-scch-DrxCellfach-info HS-SCCH-DrxCellfach-info OPTIONAL,
simplified-HS-SCCH-type1-operation ENUMERATED { true } OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
-- ***************************************************
--
-- RADIO BEARER RECONFIGURATION COMPLETE
--
-- ***************************************************
RadioBearerReconfigurationComplete ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
-- TABULAR: UL-TimingAdvance is applicable for TDD mode only.
ul-TimingAdvance UL-TimingAdvance OPTIONAL,
-- Radio bearer IEs
count-C-ActivationTime ActivationTime OPTIONAL,
-- dummy is not used in this version of the specification and
-- it should be ignored by the receiver.
dummy RB-ActivationTimeInfoList OPTIONAL,
ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
radioBearerReconfigurationComplete-r3-add-ext BIT STRING OPTIONAL,
v770NonCriticalExtensions SEQUENCE {
radioBearerReconfigurationComplete-v770ext
RadioBearerReconfigurationComplete-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
RadioBearerReconfigurationComplete-v770ext-IEs ::= SEQUENCE {
-- TABULAR: EXT-UL-TimingAdvance is applicable for TDD mode only.
ext-UL-TimingAdvance EXT-UL-TimingAdvance OPTIONAL,
deferredMeasurementControlReading ENUMERATED { true } OPTIONAL
}
-- ***************************************************
--
-- RADIO BEARER RECONFIGURATION FAILURE
--
-- ***************************************************
RadioBearerReconfigurationFailure ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
failureCause FailureCauseWithProtErr,
-- Radio bearer IEs
potentiallySuccesfulBearerList RB-IdentityList OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
radioBearerReconfigurationFailure-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- RADIO BEARER RELEASE
--
-- ***************************************************
RadioBearerRelease ::= CHOICE {
r3 SEQUENCE {
radioBearerRelease-r3 RadioBearerRelease-r3-IEs,
v3a0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v3a0ext RadioBearerRelease-v3a0ext,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
radioBearerRelease-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v4b0ext RadioBearerRelease-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
radioBearerRelease-v590ext RadioBearerRelease-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
radioBearerRelease-v690ext RadioBearerRelease-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
radioBearerRelease-v770ext RadioBearerRelease-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
radioBearerRelease-r4 RadioBearerRelease-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
radioBearerRelease-r4-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
radioBearerRelease-v590ext RadioBearerRelease-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
radioBearerRelease-v690ext RadioBearerRelease-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
radioBearerRelease-v770ext RadioBearerRelease-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r5 SEQUENCE {
radioBearerRelease-r5 RadioBearerRelease-r5-IEs,
-- Container for adding non critical extensions after freezing REL-6
radioBearerRelease-r5-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
radioBearerRelease-v690ext RadioBearerRelease-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
radioBearerRelease-v770ext RadioBearerRelease-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r6 SEQUENCE {
radioBearerRelease-r6 RadioBearerRelease-r6-IEs,
-- Container for adding non critical extensions after freezing REL-7
radioBearerRelease-r6-add-ext BIT STRING OPTIONAL,
v6b0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v6b0ext RadioBearerRelease-v6b0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
radioBearerRelease-v770ext RadioBearerRelease-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
radioBearerRelease-r7 RadioBearerRelease-r7-IEs,
-- Container for adding non critical extensions after freezing REL-8
radioBearerRelease-r7-add-ext BIT STRING OPTIONAL,
v780NonCriticalExtensions SEQUENCE {
radioBearerRelease-v780ext RadioBearerRelease-v780ext-IEs,
v7d0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v7d0ext RadioBearerRelease-v7d0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v7f0ext RadioBearerRelease-v7f0ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v7g0ext
RadioBearerRelease-v7g0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
radioBearerRelease-r8 RadioBearerRelease-r8-IEs,
-- Container for adding non critical extensions after freezing REL-9
radioBearerRelease-r8-add-ext BIT STRING OPTIONAL,
v7d0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v7d0ext RadioBearerRelease-v7d0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v7f0ext RadioBearerRelease-v7f0ext-IEs,
v890NonCriticalExtensions SEQUENCE {
radioBearerRelease-v890ext
RadioBearerRelease-v890ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v7g0ext
RadioBearerRelease-v7g0ext-IEs,
v8a0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v8a0ext
RadioBearerRelease-v8a0ext-IEs,
nonCriticalExtensions
SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
radioBearerRelease-r9 RadioBearerRelease-r9-IEs,
-- Container for adding non critical extensions after
-- freezing REL-10
radioBearerRelease-r9-add-ext BIT STRING OPTIONAL,
v950NonCriticalExtensions SEQUENCE {
radioBearerRelease-v950ext RadioBearerRelease-v950ext-IEs,
v970NonCriticalExtensions SEQUENCE {
radioBearerRelease-v970ext RadioBearerRelease-v970ext-IEs,
v9c0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v9c0ext RadioBearerRelease-v9c0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r10 SEQUENCE {
radioBearerRelease-r10 RadioBearerRelease-r10-IEs,
-- Container for adding non critical extensions after
-- freezing REL-11
radioBearerRelease-r10-add-ext BIT STRING OPTIONAL,
v9c0NonCriticalExtensions SEQUENCE {
radioBearerRelease-v9c0ext RadioBearerRelease-v9c0ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
radioBearerRelease-vb50ext
RadioBearerRelease-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
radioBearerRelease-r11
RadioBearerRelease-r11-IEs,
-- Container for adding non critical extensions after
-- freezing REL-12
radioBearerRelease-r11-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
radioBearerRelease-r12
RadioBearerRelease-r12-IEs,
-- Container for adding non critical extensions
-- after freezing REL-13
radioBearerRelease-r11-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r13 SEQUENCE {
radioBearerRelease-r13
RadioBearerRelease-r13-IEs,
-- Container for adding non critical extensions
-- after freezing REL-14
radioBearerRelease-r13-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
laterCriticalExtensions
RadioBearerRelease-LaterCriticalExtensions-r15-IEs
}
}
}
}
}
}
}
}
}
}
}
}
RadioBearerRelease-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfo2List OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
}
RadioBearerRelease-v3a0ext ::= SEQUENCE {
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received the UE behaviour
-- is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL
}
RadioBearerRelease-v4b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-UL OPTIONAL,
-- The order of the RLs in IE cell-id-PerRL-List is the same as
-- in IE DL-InformationPerRL-List included in this message
cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
}
RadioBearerRelease-v590ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
}
RadioBearerRelease-r4-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
}
RadioBearerRelease-r5-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationAffectedList RB-InformationAffectedList-r5 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r5 OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
}
RadioBearerRelease-v690ext-IEs ::= SEQUENCE {
-- Core network IEs
primary-plmn-Identity PLMN-Identity OPTIONAL,
-- Physical channel IEs
-- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
-- If included in the r3 or r4 version of the message, the UE should ignore the IE
harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
beaconPLEst BEACON-PL-Est OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL,
dhs-sync DHS-Sync OPTIONAL,
timingMaintainedSynchInd TimingMaintainedSynchInd OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
mbms-RB-ListReleasedToChangeTransferMode
RB-InformationReleaseList OPTIONAL
}
RadioBearerRelease-r6-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
mbms-RB-ListReleasedToChangeTransferMode
RB-InformationReleaseList OPTIONAL
}
RadioBearerRelease-v6b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-InformationPerRL-List-v6b0ext DL-InformationPerRL-List-v6b0ext OPTIONAL
}
RadioBearerRelease-r7-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationReconfigList RB-InformationReconfigList-r7 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r7 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r7 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r7 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
mbms-RB-ListReleasedToChangeTransferMode
RB-InformationReleaseList OPTIONAL
}
RadioBearerRelease-v770ext-IEs ::= SEQUENCE {
-- User equipment IEs
ueMobilityStateIndicator High-MobilityDetected OPTIONAL
}
RadioBearerRelease-v780ext-IEs ::= SEQUENCE {
-- Physical channel IEs
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
RadioBearerRelease-v7d0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
ul-EDCH-Information UL-EDCH-Information-ext OPTIONAL
}
RadioBearerRelease-v7f0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7f0ext OPTIONAL
}
RadioBearerRelease-v7g0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7g0ext OPTIONAL
}
RadioBearerRelease-r8-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r8 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
mbms-RB-ListReleasedToChangeTransferMode
RB-InformationReleaseList OPTIONAL
}
RadioBearerRelease-v890ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-SecondaryCellInfoFDD-v890ext DL-SecondaryCellInfoFDD-v890ext OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext OPTIONAL
}
RadioBearerRelease-v8a0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext2 OPTIONAL
}
RadioBearerRelease-r9-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r9 OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
mbms-RB-ListReleasedToChangeTransferMode
RB-InformationReleaseList OPTIONAL
}
RadioBearerRelease-v950ext-IEs ::= SEQUENCE {
-- Physical channel IEs
secondaryCellMimoParameters SecondaryCellMIMOparametersFDD-v950ext OPTIONAL
}
RadioBearerRelease-v970ext-IEs ::= SEQUENCE {
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerRelease-v9c0ext-IEs ::= SEQUENCE {
-- For 1.28Mcps TDD only
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-TDD128-v9c0ext OPTIONAL
}
RadioBearerRelease-r10-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r10 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r10 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
mbms-RB-ListReleasedToChangeTransferMode
RB-InformationReleaseList OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerRelease-vb50ext-IEs ::= SEQUENCE {
ulOLTDInfoFDD UL-OLTD-InfoFDD OPTIONAL
}
RadioBearerRelease-r11-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r11 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r11 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r11 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
mbms-RB-ListReleasedToChangeTransferMode
RB-InformationReleaseList OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerRelease-r12-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
accessGroupIdentity AccessGroupIdentity OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r12 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r12 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
non-rectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
non-rectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
mbms-RB-ListReleasedToChangeTransferMode
RB-InformationReleaseList OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerRelease-r13-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
dynamicActivationTime DynamicActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
accessGroupIdentity AccessGroupIdentity OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
retrievableConfigInfo RetrievableConfigInfo OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r13 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
non-rectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
non-rectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
mbms-RB-ListReleasedToChangeTransferMode
RB-InformationReleaseList OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerRelease-LaterCriticalExtensions-r15-IEs ::= SEQUENCE {
r15 SEQUENCE {
radioBearerRelease-r15 RadioBearerRelease-r15-IEs,
-- Container for adding non critical extensions
-- after freezing REL-16
radioBearerRelease-r15-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
RadioBearerRelease-r15-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
dynamicActivationTime DynamicActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
accessGroupIdentity AccessGroupIdentity OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
signallingConnectionRelIndication CN-DomainIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Radio bearer IEs
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
retrievableConfigInfo RetrievableConfigInfo OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r13 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
non-rectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
non-rectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
simplified-HS-SCCH-type1-operation ENUMERATED { true } OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
mbms-RB-ListReleasedToChangeTransferMode
RB-InformationReleaseList OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
-- ***************************************************
--
-- RADIO BEARER RELEASE COMPLETE
--
-- ***************************************************
RadioBearerReleaseComplete ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
-- TABULAR: UL-TimingAdvance is applicable for TDD mode only.
ul-TimingAdvance UL-TimingAdvance OPTIONAL,
-- Radio bearer IEs
count-C-ActivationTime ActivationTime OPTIONAL,
-- dummy is not used in this version of the specification and
-- it should be ignored by the receiver.
dummy RB-ActivationTimeInfoList OPTIONAL,
ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
radioBearerReleaseComplete-r3-add-ext BIT STRING OPTIONAL,
v770NonCriticalExtensions SEQUENCE {
radioBearerReleaseComplete-v770ext
RadioBearerReleaseComplete-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
RadioBearerReleaseComplete-v770ext-IEs ::= SEQUENCE {
-- TABULAR: EXT-UL-TimingAdvance is applicable for TDD mode only.
ext-UL-TimingAdvance EXT-UL-TimingAdvance OPTIONAL,
deferredMeasurementControlReading ENUMERATED { true } OPTIONAL
}
-- ***************************************************
--
-- RADIO BEARER RELEASE FAILURE
--
-- ***************************************************
RadioBearerReleaseFailure ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
failureCause FailureCauseWithProtErr,
-- Radio bearer IEs
potentiallySuccesfulBearerList RB-IdentityList OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
radioBearerReleaseFailure-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- RADIO BEARER SETUP
--
-- ***************************************************
RadioBearerSetup ::= CHOICE {
r3 SEQUENCE {
radioBearerSetup-r3 RadioBearerSetup-r3-IEs,
v3a0NonCriticalExtensions SEQUENCE {
radioBearerSetup-v3a0ext RadioBearerSetup-v3a0ext,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
radioBearerSetup-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
radioBearerSetup-v4b0ext RadioBearerSetup-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
radioBearerSetup-v590ext RadioBearerSetup-v590ext-IEs,
v5d0NonCriticalExtenstions SEQUENCE {
radioBearerSetup-v5d0ext RadioBearerSetup-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
radioBearerSetup-v690ext RadioBearerSetup-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
radioBearerSetup-r4 RadioBearerSetup-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
radioBearerSetup-r4-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
radioBearerSetup-v590ext RadioBearerSetup-v590ext-IEs,
v5d0NonCriticalExtenstions SEQUENCE {
radioBearerSetup-v5d0ext RadioBearerSetup-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
radioBearerSetup-v690ext RadioBearerSetup-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r5 SEQUENCE {
radioBearerSetup-r5 RadioBearerSetup-r5-IEs,
-- Container for adding non critical extensions after freezing REL-6
radioBearerSetup-r5-add-ext BIT STRING OPTIONAL,
v5d0NonCriticalExtenstions SEQUENCE {
radioBearerSetup-v5d0ext RadioBearerSetup-v5d0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
radioBearerSetup-v690ext RadioBearerSetup-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r6 SEQUENCE {
radioBearerSetup-r6 RadioBearerSetup-r6-IEs,
-- Container for adding non critical extensions after freezing REL-7
radioBearerSetup-r6-add-ext BIT STRING OPTIONAL,
v6b0NonCriticalExtensions SEQUENCE {
radioBearerSetup-v6b0ext RadioBearerSetup-v6b0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
radioBearerSetup-r7 RadioBearerSetup-r7-IEs,
-- Container for adding non critical extensions after freezing REL-8
radioBearerSetup-r7-add-ext BIT STRING
(CONTAINING RadioBearerSetup-r7-add-ext-IEs) OPTIONAL,
v780NonCriticalExtensions SEQUENCE {
radioBearerSetup-v780ext RadioBearerSetup-v780ext-IEs,
v820NonCriticalExtensions SEQUENCE {
radioBearerSetup-v820ext RadioBearerSetup-v820ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
radioBearerSetup-r8 RadioBearerSetup-r8-IEs,
-- Container for adding non critical extensions after freezing REL-9
radioBearerSetup-r8-add-ext BIT STRING OPTIONAL,
v7d0NonCriticalExtensions SEQUENCE {
radioBearerSetup-v7d0ext RadioBearerSetup-v7d0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
radioBearerSetup-v7f0ext RadioBearerSetup-v7f0ext-IEs,
v890NonCriticalExtensions SEQUENCE {
radioBearerSetup-v890ext
RadioBearerSetup-v890ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
radioBearerSetup-v7g0ext
RadioBearerSetup-v7g0ext-IEs,
v8a0NonCriticalExtensions SEQUENCE {
radioBearerSetup-v8a0ext
RadioBearerSetup-v8a0ext-IEs,
nonCriticalExtensions
SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
radioBearerSetup-r9 RadioBearerSetup-r9-IEs,
-- Container for adding non critical extensions after
-- freezing REL-10
radioBearerSetup-r9-add-ext BIT STRING OPTIONAL,
v950NonCriticalExtensions SEQUENCE {
radioBearerSetup-v950ext RadioBearerSetup-v950ext-IEs,
v9c0NonCriticalExtensions SEQUENCE {
radioBearerSetup-v9c0ext RadioBearerSetup-v9c0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r10 SEQUENCE {
radioBearerSetup-r10 RadioBearerSetup-r10-IEs,
-- Container for adding non critical extensions after
-- freezing REL-11
radioBearerSetup-r10-add-ext BIT STRING OPTIONAL,
v9c0NonCriticalExtensions SEQUENCE {
radioBearerSetup-v9c0ext RadioBearerSetup-v9c0ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
radioBearerSetup-vb50ext
RadioBearerSetup-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
radioBearerSetup-r11 RadioBearerSetup-r11-IEs,
-- Container for adding non critical extensions after
-- freezing REL-12
radioBearerSetup-r11-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
radioBearerSetup-r12 RadioBearerSetup-r12-IEs,
-- Container for adding non critical extensions after
-- freezing REL-13
radioBearerSetup-r13-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r13 SEQUENCE {
radioBearerSetup-r13 RadioBearerSetup-r13-IEs,
-- Container for adding non critical extensions
-- after freezing REL-14
radioBearerSetup-r13-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
laterCriticalExtensions RadioBearerSetup-LaterCriticalExtensions-r15-IEs
}
}
}
}
}
}
}
}
}
}
}
}
RadioBearerSetup-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
}
RadioBearerSetup-v3a0ext ::= SEQUENCE {
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received the UE behaviour
-- is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL
}
RadioBearerSetup-v4b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-UL OPTIONAL,
-- The order of the RLs in IE cell-id-PerRL-List is the same as
-- in IE DL-InformationPerRL-List included in this message
cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
}
RadioBearerSetup-v590ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
}
RadioBearerSetup-v5d0ext-IEs ::= SEQUENCE {
--Radio Bearer IEs
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL
}
RadioBearerSetup-r4-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r4 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
}
RadioBearerSetup-r5-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList-r5 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r5 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r5 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r5 OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
}
RadioBearerSetup-v690ext-IEs ::= SEQUENCE {
-- Core network IEs
primary-plmn-Identity PLMN-Identity OPTIONAL,
-- Physical channel IEs
-- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
-- If included in the r3 or r4 version of the message, the UE should ignore the IE
harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
beaconPLEst BEACON-PL-Est OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL,
dhs-sync DHS-Sync OPTIONAL,
timingMaintainedSynchInd TimingMaintainedSynchInd OPTIONAL,
-- Radio bearer IEs
rab-InformationSetupList RAB-InformationSetupList-r6-ext OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
RadioBearerSetup-r6-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList-r6 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r6 OPTIONAL,
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r6 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r6 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r5 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL
},
-- dummy is not used in this version of the specification
-- if it is sent, the UE behaviour is unspecified.
dummy SEQUENCE {
rab-Info RAB-Info-r6,
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6,
rb-InformationChangedList RB-InformationChangedList-r6 OPTIONAL,
powerOffsetInfoShort PowerOffsetInfoShort
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
RadioBearerSetup-v6b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-InformationPerRL-List-v6b0ext DL-InformationPerRL-List-v6b0ext OPTIONAL,
-- MBMS IEs
-- The order of the RABs in IE rab-InformationSetupListExt is the same as
-- in IE rab-InformationSetupList that is included in this message
rab-InformationSetupListExt RAB-InformationSetupList-v6b0ext OPTIONAL
}
RadioBearerSetup-r7-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList-r7 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r7 OPTIONAL,
rab-InformationReconfigList RAB-InformationReconfigList OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r7 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r7 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r7 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL
},
-- dummy is not used in this version of the specification
-- if it is sent, the UE behaviour is unspecified.
dummy NULL
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r7 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
RadioBearerSetup-r7-add-ext-IEs ::= SEQUENCE {
radioBearerSetup-v7d0ext RadioBearerSetup-v7d0ext-IEs OPTIONAL,
v7f0NonCriticalExtensions SEQUENCE {
radioBearerSetup-v7f0ext RadioBearerSetup-v7f0ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
radioBearerSetup-v7g0ext RadioBearerSetup-v7g0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
RadioBearerSetup-v780ext-IEs ::= SEQUENCE {
-- Physical channel IEs
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
RadioBearerSetup-v7d0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
ul-EDCH-Information UL-EDCH-Information-ext OPTIONAL
}
RadioBearerSetup-v7f0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7f0ext OPTIONAL
}
RadioBearerSetup-v7g0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7g0ext OPTIONAL
}
RadioBearerSetup-r8-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
sr-vcc-Info SR-VCC-Info OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList-r8 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r8 OPTIONAL,
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r8 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
RadioBearerSetup-v820ext-IEs ::= SEQUENCE {
-- Radio bearer IEs
rab-InformationSetupList RAB-InformationSetupList-v820ext OPTIONAL
}
RadioBearerSetup-v890ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-SecondaryCellInfoFDD-v890ext DL-SecondaryCellInfoFDD-v890ext OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext OPTIONAL
}
RadioBearerSetup-v8a0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext2 OPTIONAL
}
RadioBearerSetup-r9-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
sr-vcc-Info SR-VCC-Info OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList-r8 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r8 OPTIONAL,
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r9 OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerSetup-v950ext-IEs::= SEQUENCE {
-- Physical channel IEs
secondaryCellMimoParameters SecondaryCellMIMOparametersFDD-v950ext OPTIONAL
}
RadioBearerSetup-v9c0ext-IEs::= SEQUENCE {
-- For 1.28Mcps TDD only
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-TDD128-v9c0ext OPTIONAL
}
RadioBearerSetup-r10-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
sr-vcc-Info SR-VCC-Info OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList-r8 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r8 OPTIONAL,
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r8 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r10 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r10 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerSetup-vb50ext-IEs ::= SEQUENCE {
ulOLTDInfoFDD UL-OLTD-InfoFDD OPTIONAL
}
RadioBearerSetup-r11-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
sr-vcc-Info SR-VCC-Info OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList-r11 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r11 OPTIONAL,
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r11 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r11 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r11 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerSetup-r12-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
sr-vcc-Info SR-VCC-Info OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
accessGroupIdentity AccessGroupIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList-r11 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r11 OPTIONAL,
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r12 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r12 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
non-rectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
non-rectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerSetup-r13-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
sr-vcc-Info SR-VCC-Info OPTIONAL,
activationTime ActivationTime OPTIONAL,
dynamicActivationTime DynamicActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
accessGroupIdentity AccessGroupIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList-r11 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r11 OPTIONAL,
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r13 OPTIONAL,
-- Retrievable configuration
retrievableConfigInfo RetrievableConfigInfo OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
non-rectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
non-rectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
RadioBearerSetup-LaterCriticalExtensions-r15-IEs ::= SEQUENCE {
r15 SEQUENCE {
radioBearerSetup-r15 RadioBearerSetup-r15-IEs,
-- Container for adding non critical extensions
-- after freezing REL-16
radioBearerSetup-r15-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
RadioBearerSetup-r15-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
sr-vcc-Info SR-VCC-Info OPTIONAL,
activationTime ActivationTime OPTIONAL,
dynamicActivationTime DynamicActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
accessGroupIdentity AccessGroupIdentity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList-r11 OPTIONAL,
rab-InformationSetupList RAB-InformationSetupList-r11 OPTIONAL,
rab-InformationReconfigList RAB-InformationReconfigList-r8 OPTIONAL,
rb-InformationReconfigList RB-InformationReconfigList-r11 OPTIONAL,
rb-InformationAffectedList RB-InformationAffectedList-r8 OPTIONAL,
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
pdcp-ROHC-TargetMode PDCP-ROHC-TargetMode OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-deletedTransChInfoList UL-DeletedTransChInfoList-r6 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-DeletedTransChInfoList DL-DeletedTransChInfoList-r7 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r13 OPTIONAL,
-- Retrievable configuration
retrievableConfigInfo RetrievableConfigInfo OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
non-rectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
non-rectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
simplified-HS-SCCH-type1-operation ENUMERATED { true } OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
-- ***************************************************
--
-- RADIO BEARER SETUP COMPLETE
--
-- ***************************************************
RadioBearerSetupComplete ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
-- TABULAR: UL-TimingAdvance is applicable for TDD mode only.
ul-TimingAdvance UL-TimingAdvance OPTIONAL,
start-Value START-Value OPTIONAL,
-- Radio bearer IEs
count-C-ActivationTime ActivationTime OPTIONAL,
-- dummy is not used in this version of the specification and
-- it should be ignored by the receiver.
dummy RB-ActivationTimeInfoList OPTIONAL,
ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
radioBearerSetupComplete-r3-add-ext BIT STRING OPTIONAL,
v770NonCriticalExtensions SEQUENCE {
radioBearerSetupComplete-v770ext
RadioBearerSetupComplete-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
RadioBearerSetupComplete-v770ext-IEs ::= SEQUENCE {
-- TABULAR: EXT-UL-TimingAdvance is applicable for TDD mode only.
ext-UL-TimingAdvance EXT-UL-TimingAdvance OPTIONAL,
deferredMeasurementControlReading ENUMERATED { true } OPTIONAL
}
-- ***************************************************
--
-- RADIO BEARER SETUP FAILURE
--
-- ***************************************************
RadioBearerSetupFailure ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
failureCause FailureCauseWithProtErr,
-- Radio bearer IEs
potentiallySuccesfulBearerList RB-IdentityList OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
radioBearerSetupFailure-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- RRC CONNECTION REJECT
--
-- ***************************************************
RRCConnectionReject ::= CHOICE {
r3 SEQUENCE {
rrcConnectionReject-r3 RRCConnectionReject-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
rrcConnectionReject-r3-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
rrcConnectionReject-v690ext RRCConnectionReject-v690ext-IEs,
v6f0NonCriticalExtensions SEQUENCE {
rrcConnectionReject-v6f0ext RRCConnectionReject-v6f0ext-IEs,
v860NonCriticalExtensions SEQUENCE {
rrcConnectionReject-v860ext RRCConnectionReject-v860ext-IEs,
va40NonCriticalExtensions SEQUENCE {
rrcConnectionReject-va40ext RRCConnectionReject-va40ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
rrcConnectionReject-vb50ext RRCConnectionReject-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
initialUE-Identity InitialUE-Identity,
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions SEQUENCE {}
}
}
RRCConnectionReject-r3-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
-- User equipment IEs
initialUE-Identity InitialUE-Identity,
rrc-TransactionIdentifier RRC-TransactionIdentifier,
rejectionCause RejectionCause,
waitTime WaitTime,
redirectionInfo RedirectionInfo OPTIONAL
}
RRCConnectionReject-v690ext-IEs ::= SEQUENCE {
redirectionInfo-v690ext GSM-TargetCellInfoList OPTIONAL
}
RRCConnectionReject-v6f0ext-IEs ::= SEQUENCE {
countingCompletion ENUMERATED { true } OPTIONAL
}
RRCConnectionReject-v860ext-IEs ::= SEQUENCE {
redirectionInfo RedirectionInfo-v860ext OPTIONAL
}
RRCConnectionReject-va40ext-IEs ::= SEQUENCE {
extendedWaitTime ExtendedWaitTime OPTIONAL
}
RRCConnectionReject-vb50ext-IEs ::= SEQUENCE {
eutra-TargetFreqInfoList EUTRA-TargetFreqInfoList-vb50ext OPTIONAL
}
-- ***************************************************
--
-- RRC CONNECTION RELEASE
--
-- ***************************************************
RRCConnectionRelease ::= CHOICE {
r3 SEQUENCE {
rrcConnectionRelease-r3 RRCConnectionRelease-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
rrcConnectionRelease-r3-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v690ext RRCConnectionRelease-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v770ext RRCConnectionRelease-v770ext-IEs,
v860NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v860ext RRCConnectionRelease-v860ext-IEs,
va40NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-va40ext RRCConnectionRelease-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
rrcConnectionRelease-r4 RRCConnectionRelease-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-6
rrcConnectionRelease-r4-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v690ext RRCConnectionRelease-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v770ext RRCConnectionRelease-v770ext-IEs,
v860NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v860ext RRCConnectionRelease-v860ext-IEs,
va40NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-va40ext
RRCConnectionRelease-va40ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-vb50ext
RRCConnectionRelease-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
RRCConnectionRelease-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- n-308 is conditional on the UE state
n-308 N-308 OPTIONAL,
releaseCause ReleaseCause,
rplmn-information Rplmn-Information OPTIONAL
}
RRCConnectionRelease-r4-IEs ::= SEQUENCE {
-- User equipment IEs
-- n-308 is conditional on the UE state.
n-308 N-308 OPTIONAL,
releaseCause ReleaseCause,
rplmn-information Rplmn-Information-r4 OPTIONAL
}
RRCConnectionRelease-v690ext-IEs ::= SEQUENCE {
redirectionInfo-v690ext RedirectionInfo-r6 OPTIONAL
}
RRCConnectionRelease-v770ext-IEs ::= SEQUENCE {
-- User equipment IEs
ueMobilityStateIndicator High-MobilityDetected OPTIONAL
}
RRCConnectionRelease-v860ext-IEs ::= SEQUENCE {
-- Other IEs
redirectionInfo RedirectionInfo-v860ext OPTIONAL
}
RRCConnectionRelease-va40ext-IEs ::= SEQUENCE {
extendedWaitTime ExtendedWaitTime OPTIONAL
}
RRCConnectionRelease-vb50ext-IEs ::= SEQUENCE {
-- Other IEs
eutra-TargetFreqInfoList EUTRA-TargetFreqInfoList-vb50ext OPTIONAL
}
-- ***************************************************
--
-- RRC CONNECTION RELEASE for CCCH
--
-- ***************************************************
RRCConnectionRelease-CCCH ::= CHOICE {
r3 SEQUENCE {
rrcConnectionRelease-CCCH-r3 RRCConnectionRelease-CCCH-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
rrcConnectionRelease-CCCH-r3-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v690ext RRCConnectionRelease-CCCH-v690ext-IEs,
v860NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v860ext RRCConnectionRelease-CCCH-v860ext-IEs,
va40NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-va40ext RRCConnectionRelease-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
u-RNTI U-RNTI,
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
rrcConnectionRelease-CCCH-r4 RRCConnectionRelease-CCCH-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
rrcConnectionRelease-CCCH-r4-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v690ext RRCConnectionRelease-CCCH-v690ext-IEs,
v860NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v860ext RRCConnectionRelease-CCCH-v860ext-IEs,
va40NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-va40ext
RRCConnectionRelease-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions SEQUENCE {
-- TABULAR: CHOICE IdentityType (U-RNTI, GroupIdentity) is replaced with the
-- optional element groupIdentity, since the U-RNTI is mandatory in ASN.1.
-- In case CHOICE IdentityType is equal to GroupIdentity the value of the U-RNTI
-- shall be ignored by a UE complying with this version of the message.
groupIdentity SEQUENCE ( SIZE (1 .. maxURNTI-Group) ) OF
GroupReleaseInformation OPTIONAL,
criticalExtensions CHOICE {
r5 SEQUENCE {
rrcConnectionRelease-CCCH-r5 RRCConnectionRelease-CCCH-r5-IEs,
-- Container for adding non critical extensions after freezing REL-6
rrcConnectionRelease-CCCH-r5-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v690ext RRCConnectionRelease-CCCH-v690ext-IEs,
v860NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-v860ext
RRCConnectionRelease-CCCH-v860ext-IEs,
va40NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-va40ext
RRCConnectionRelease-va40ext-IEs,
vd20NonCriticalExtensions SEQUENCE {
rrcConnectionRelease-vd20ext
RRCConnectionRelease-CCCH-vd20ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
}
}
RRCConnectionRelease-CCCH-r3-IEs ::= SEQUENCE {
-- User equipment IEs
u-RNTI U-RNTI,
-- The rest of the message is identical to the one sent on DCCH.
rrcConnectionRelease RRCConnectionRelease-r3-IEs
}
RRCConnectionRelease-CCCH-r4-IEs ::= SEQUENCE {
-- The rest of the message is identical to the one sent on DCCH.
rrcConnectionRelease RRCConnectionRelease-r4-IEs
}
-- The R5 and R4 sequence of IEs are identical in this message
RRCConnectionRelease-CCCH-r5-IEs ::= RRCConnectionRelease-CCCH-r4-IEs
-- The R6 non-critical extension is identical to the one sent on DCCH.
RRCConnectionRelease-CCCH-v690ext-IEs ::= RRCConnectionRelease-v690ext-IEs
-- The R8 non-critical extension is identical to the one sent on DCCH.
RRCConnectionRelease-CCCH-v860ext-IEs ::= RRCConnectionRelease-v860ext-IEs
-- The R10 non-critical extension is identical to the one sent on DCCH.
RRCConnectionRelease-CCCH-va40ext-IEs ::= RRCConnectionRelease-va40ext-IEs
-- The R11 non-critical extension is identical to the one sent on DCCH.
RRCConnectionRelease-CCCH-vd20ext-IEs ::= RRCConnectionRelease-vb50ext-IEs
-- ***************************************************
--
-- RRC CONNECTION RELEASE COMPLETE
--
-- ***************************************************
RRCConnectionReleaseComplete ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
errorIndication FailureCauseWithProtErr OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
rrcConnectionReleaseComplete-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- RRC CONNECTION REQUEST
--
-- ***************************************************
RRCConnectionRequest ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
-- User equipment IEs
initialUE-Identity InitialUE-Identity,
establishmentCause EstablishmentCause,
-- protocolErrorIndicator is MD, but for compactness reasons no default value
-- has been assigned to it.
protocolErrorIndicator ProtocolErrorIndicator,
-- Measurement IEs
measuredResultsOnRACH MeasuredResultsOnRACH OPTIONAL,
-- Non critical Extensions
v3d0NonCriticalExtensions SEQUENCE {
rRCConnectionRequest-v3d0ext RRCConnectionRequest-v3d0ext-IEs,
-- Reserved for future non critical extension
v4b0NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v4b0ext RRCConnectionRequest-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v590ext RRCConnectionRequest-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v690ext RRCConnectionRequest-v690ext-IEs,
-- Reserved for future non critical extension
v6b0NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v6b0ext RRCConnectionRequest-v6b0ext-IEs,
v6e0NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v6e0ext RRCConnectionRequest-v6e0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v770ext
RRCConnectionRequest-v770ext-IEs,
v7b0NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v7b0ext
RRCConnectionRequest-v7b0ext-IEs,
v860NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v860ext
RRCConnectionRequest-v860ext-IEs,
v7e0NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v7e0ext
RRCConnectionRequest-v7e0ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v7g0ext
RRCConnectionRequest-v7g0ext-IEs,
v920NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v920ext
RRCConnectionRequest-v920ext-IEs,
v940NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v940ext
RRCConnectionRequest-v940ext-IEs,
va40NonCriticalExtensions
RRCConnectionRequest-NonCriticalExts-va40-IEs
OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
RRCConnectionRequest-v3d0ext-IEs ::= SEQUENCE {
-- User equipment IEs
uESpecificBehaviourInformation1idle UESpecificBehaviourInformation1idle OPTIONAL
}
RRCConnectionRequest-v4b0ext-IEs ::= SEQUENCE {
-- User equipment IEs
accessStratumReleaseIndicator AccessStratumReleaseIndicator
}
RRCConnectionRequest-v590ext-IEs ::= SEQUENCE {
-- User equipment IEs
predefinedConfigStatusInfo BOOLEAN
}
RRCConnectionRequest-v690ext-IEs ::= SEQUENCE {
-- User equipment IEs
ueCapabilityIndication ENUMERATED { hsdch, hsdch-edch } OPTIONAL,
-- Measurement IEs
measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL,
domainIndicator CHOICE {
cs-domain SEQUENCE {
csCallType ENUMERATED {speech, video, other, spare }
},
ps-domain NULL
}
}
RRCConnectionRequest-v6b0ext-IEs ::= SEQUENCE {
-- MBMS IEs
mbmsSelectedServices MBMS-SelectedServicesShort OPTIONAL
}
RRCConnectionRequest-v6e0ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportForFDPCH ENUMERATED { true } OPTIONAL
}
RRCConnectionRequest-v770ext-IEs ::= SEQUENCE {
-- User equipment IEs
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
hspdschReception-CellFach ENUMERATED { true } OPTIONAL,
mac-ehsSupport ENUMERATED { true } OPTIONAL,
discontinuousDpcchTransmission ENUMERATED { true } OPTIONAL
}
RRCConnectionRequest-v7b0ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportForE-FDPCH ENUMERATED { true } OPTIONAL
}
RRCConnectionRequest-v7e0ext-IEs ::= SEQUENCE {
supportForCSVoiceoverHSPA ENUMERATED { true } OPTIONAL
}
RRCConnectionRequest-v7g0ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACH-v7g0ext MeasuredResultsOnRACH-v7g0ext OPTIONAL
}
RRCConnectionRequest-v860ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportOfCommonEDCH ENUMERATED { true } OPTIONAL,
multiCellSupport ENUMERATED { true } OPTIONAL,
pre-redirectionInfo Pre-RedirectionInfo OPTIONAL,
supportOfMACiis ENUMERATED { true } OPTIONAL,
supportOfSPSOperation ENUMERATED { true } OPTIONAL
}
RRCConnectionRequest-v920ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportOfDualCellMIMO ENUMERATED { true } OPTIONAL
}
RRCConnectionRequest-v940ext-IEs ::= SEQUENCE {
-- User equipment IEs
systemInformationContainerStoredIndicator ENUMERATED { true } OPTIONAL
}
RRCConnectionRequest-v9b0ext-IEs ::= SEQUENCE {
-- User equipment IEs
cSFBIndication ENUMERATED { true } OPTIONAL
}
RRCConnectionRequest-NonCriticalExts-va40-IEs ::= SEQUENCE {
rrcConnectionRequest-va40ext RRCConnectionRequest-va40ext-IEs,
v9b0NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-v9b0ext RRCConnectionRequest-v9b0ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-vb50ext RRCConnectionRequest-vb50ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
rrcConnectionRequest-vc50ext RRCConnectionRequest-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
RRCConnectionRequest-va40ext-IEs ::= SEQUENCE {
-- User equipment IEs
-- For 1.28 Mcps TDD, IE ”supportOfMoreThanTwoCellsOrMIMO4x4” represent MU-MIMO capability,
-- higherRate indicates uplink and downlink MU-MIMO, lowerRate indicates uplink MU-MIMO
supportOfMoreThanTwoCellsOrMIMO4x4 ENUMERATED { higherRate, lowerRate } OPTIONAL,
supportOf1stFrequencyBand ENUMERATED { true } OPTIONAL,
supportOf2ndFrequencyBand ENUMERATED { true } OPTIONAL
}
RRCConnectionRequest-vb50ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACHEUTRAFreq MeasuredResultsOnRACH-EUTRAFreq OPTIONAL
}
RRCConnectionRequest-vc50ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACH MeasuredResultsOnRACH-vc50ext OPTIONAL
}
-- ***************************************************
--
-- RRC CONNECTION SETUP
--
-- ***************************************************
RRCConnectionSetup ::= CHOICE {
r3 SEQUENCE {
rrcConnectionSetup-r3 RRCConnectionSetup-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
rrcConnectionSetup-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v4b0ext RRCConnectionSetup-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v590ext RRCConnectionSetup-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v690ext RRCConnectionSetup-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
initialUE-Identity InitialUE-Identity,
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
rrcConnectionSetup-r4 RRCConnectionSetup-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
rrcConnectionSetup-r4-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v590ext RRCConnectionSetup-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v690ext RRCConnectionSetup-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r5 SEQUENCE {
rrcConnectionSetup-r5 RRCConnectionSetup-r5-IEs,
-- Container for adding non critical extensions after freezing REL-6
rrcConnectionSetup-r5-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v690ext RRCConnectionSetup-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r6 SEQUENCE {
rrcConnectionSetup-r6 RRCConnectionSetup-r6-IEs,
-- Container for adding non critical extensions after freezing REL-7
rrcConnectionSetup-r6-add-ext BIT STRING OPTIONAL,
v6b0NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v6b0ext RRCConnectionSetup-v6b0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
rrcConnectionSetup-r7 RRCConnectionSetup-r7-IEs,
-- Container for adding non critical extensions after freezing REL-8
rrcConnectionSetup-r7-add-ext BIT STRING OPTIONAL,
v780NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v780ext RRCConnectionSetup-v780ext-IEs,
v7d0NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v7d0ext RRCConnectionSetup-v7d0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
rrcConnectionSetup-r8 RRCConnectionSetup-r8-IEs,
-- Container for adding non critical extensions after freezing REL-9
rrcConnectionSetup-r8-add-ext BIT STRING OPTIONAL,
v7d0NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v7d0ext RRCConnectionSetup-v7d0ext-IEs,
v890NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v890ext
RRCConnectionSetup-v890ext-IEs,
v8a0NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v8a0ext
RRCConnectionSetup-v8a0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
rrcConnectionSetup-r9 RRCConnectionSetup-r9-IEs,
-- Container for adding non critical extensions after
-- freezing REL-10
rrcConnectionSetup-r9-add-ext
BIT STRING OPTIONAL,
v950NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-v950ext RRCConnectionSetup-v950ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r10 SEQUENCE {
rrcConnectionSetup-r10 RRCConnectionSetup-r10-IEs,
-- Container for adding non critical extensions after
-- freezing REL-11
rrcConnectionSetup-r10-add-ext
BIT STRING OPTIONAL,
vaj0NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-vaj0ext RRCConnectionSetup-vaj0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
rrcConnectionSetup-r11
RRCConnectionSetup-r11-IEs,
-- Container for adding non critical extensions after
-- freezing REL-12
rrcConnectionSetup-r11-add-ext
BIT STRING OPTIONAL,
vaj0NonCriticalExtensions SEQUENCE {
rrcConnectionSetup-vaj0ext RRCConnectionSetup-vaj0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
rrcConnectionSetup-r12
RRCConnectionSetup-r12-IEs,
-- Container for adding non critical extensions
-- after freezing REL-13
rrcConnectionSetup-r12-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
}
}
}
}
}
}
}
}
RRCConnectionSetup-r3-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
-- User equipment IEs
initialUE-Identity InitialUE-Identity,
rrc-TransactionIdentifier RRC-TransactionIdentifier,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI,
new-c-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient,
-- TABULAR: If capabilityUpdateRequirement is not present, the default value
-- defined in 10.3.3.2 shall be used.
capabilityUpdateRequirement CapabilityUpdateRequirement OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList2,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
-- NOTE: ul-AddReconfTransChInfoList should be optional in later versions of
-- this message
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList,
dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
-- NOTE: dl-AddReconfTransChInfoList should be optional in later versions
-- of this message
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
dl-CommonInformation DL-CommonInformation OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
}
RRCConnectionSetup-v4b0ext-IEs ::= SEQUENCE {
capabilityUpdateRequirement-r4-ext CapabilityUpdateRequirement-r4-ext OPTIONAL,
-- Physical channel IEs
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-UL OPTIONAL,
-- The order of the RLs in IE cell-id-PerRL-List is the same as
-- in IE DL-InformationPerRL-List included in this message
cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
}
RRCConnectionSetup-v590ext-IEs ::= SEQUENCE {
-- User equipment IEs
systemSpecificCapUpdateReq SystemSpecificCapUpdateReq-v590ext OPTIONAL,
-- Physical channel IEs
dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
}
RRCConnectionSetup-r4-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI,
new-c-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient,
-- TABULAR: If capabilityUpdateRequirement is not present, the default value
-- defined in 10.3.3.2 shall be used.
capabilityUpdateRequirement CapabilityUpdateRequirement-r4 OPTIONAL,
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList2,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
}
RRCConnectionSetup-r5-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI,
new-c-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient,
-- TABULAR: If capabilityUpdateRequirement is not present, the default value
-- defined in 10.3.3.2 shall be used.
capabilityUpdateRequirement CapabilityUpdateRequirement-r5 OPTIONAL,
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList2,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r5
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r5bis OPTIONAL
}
RRCConnectionSetup-v690ext-IEs ::= SEQUENCE {
-- Physical Channel IEs
beaconPLEst BEACON-PL-Est OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL
}
RRCConnectionSetup-r6-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI,
new-c-RNTI C-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient,
-- TABULAR: If capabilityUpdateRequirement is not present, the default value
-- defined in 10.3.3.2 shall be used.
capabilityUpdateRequirement CapabilityUpdateRequirement-r5 OPTIONAL,
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList2-r6,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL
}
RRCConnectionSetup-v6b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-InformationPerRL-List-v6b0ext DL-InformationPerRL-List-v6b0ext OPTIONAL
}
RRCConnectionSetup-r7-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI,
new-c-RNTI C-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7,
-- TABULAR: If capabilityUpdateRequirement is not present, the default value
-- defined in 10.3.3.2 shall be used.
capabilityUpdateRequirement CapabilityUpdateRequirement-r7 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
-- Specification mode information
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList2-r7,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r7 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r7 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL
}
RRCConnectionSetup-v780ext-IEs ::= SEQUENCE {
-- Physical channel IEs
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
RRCConnectionSetup-v7d0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
ul-EDCH-Information UL-EDCH-Information-ext OPTIONAL
}
RRCConnectionSetup-r8-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI,
new-c-RNTI C-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7,
-- TABULAR: If capabilityUpdateRequirement is not present, the default value
-- defined in 10.3.3.2 shall be used.
capabilityUpdateRequirement CapabilityUpdateRequirement-r8 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList2-r8,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r8 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL
}
RRCConnectionSetup-v890ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-SecondaryCellInfoFDD-v890ext DL-SecondaryCellInfoFDD-v890ext OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext OPTIONAL
}
RRCConnectionSetup-v8a0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext2 OPTIONAL
}
RRCConnectionSetup-r9-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI,
new-c-RNTI C-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7,
-- TABULAR: If capabilityUpdateRequirement is not present, the default value
-- defined in 10.3.3.2 shall be used.
capabilityUpdateRequirement CapabilityUpdateRequirement-r8 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received UE behaviour is unspecified.
dummy DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList2-r8,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r9 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL
}
RRCConnectionSetup-v950ext-IEs ::= SEQUENCE {
-- Physical channel IEs
secondaryCellMimoParameters SecondaryCellMIMOparametersFDD-v950ext OPTIONAL
}
RRCConnectionSetup-r10-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI,
new-c-RNTI C-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7,
-- TABULAR: If capabilityUpdateRequirement is not present, the default value
-- defined in 10.3.3.2 shall be used.
capabilityUpdateRequirement CapabilityUpdateRequirement-r8 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received UE behaviour is unspecified.
dummy DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList2-r8,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r10 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r10 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL
}
RRCConnectionSetup-vaj0ext-IEs ::= SEQUENCE {
capabilityUpdateRequirement CapabilityUpdateRequirement-vaj0ext OPTIONAL
}
RRCConnectionSetup-r11-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI,
new-c-RNTI C-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7,
-- TABULAR: If capabilityUpdateRequirement is not present, the default value
-- defined in 10.3.3.2 shall be used.
capabilityUpdateRequirement CapabilityUpdateRequirement-r8 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
-- Specification mode information
defaultConfigForCellFACH DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList2-r8,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r11 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r10 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL
}
RRCConnectionSetup-r12-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI,
new-c-RNTI C-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7,
-- TABULAR: If capabilityUpdateRequirement is not present, the default value
-- defined in 10.3.3.2 shall be used.
capabilityUpdateRequirement CapabilityUpdateRequirement-r12 OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN,
-- Specification mode information
defaultConfigForCellFACH DefaultConfigForCellFACH OPTIONAL,
specificationMode CHOICE {
complete SEQUENCE {
-- Radio bearer IEs
srb-InformationSetupList SRB-InformationSetupList2-r8,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL
},
preconfiguration SEQUENCE {
-- All IEs that include an FDD/TDD choice are split in two IEs for this message,
-- one for the FDD only elements and one for the TDD only elements, so that one
-- FDD/TDD choice in this level is sufficient.
preConfigMode CHOICE {
predefinedConfigIdentity PredefinedConfigIdentity,
defaultConfig SEQUENCE {
defaultConfigMode DefaultConfigMode,
defaultConfigIdentity DefaultConfigIdentity-r6
}
}
}
},
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r10 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
non-rectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
non-rectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL
}
-- ***************************************************
--
-- RRC CONNECTION SETUP COMPLETE
--
-- ***************************************************
RRCConnectionSetupComplete ::= SEQUENCE {
-- TABULAR: Integrity protection shall not be performed on this message.
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
startList STARTList,
ue-RadioAccessCapability UE-RadioAccessCapability OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL,
-- Non critical extensions
v370NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-v370ext RRCConnectionSetupComplete-v370ext,
v380NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-v380ext RRCConnectionSetupComplete-v380ext-IEs,
-- Reserved for future non critical extension
v3a0NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-v3a0ext RRCConnectionSetupComplete-v3a0ext-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
rrcConnectionSetupComplete-r3-add-ext BIT STRING
(CONTAINING RRCConnectionSetupComplete-r3-add-ext-IEs) OPTIONAL,
v3g0NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-v3g0ext RRCConnectionSetupComplete-v3g0ext-IEs,
v4b0NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-v4b0ext
RRCConnectionSetupComplete-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-v590ext
RRCConnectionSetupComplete-v590ext-IEs,
v5c0NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-v5c0ext
RRCConnectionSetupComplete-v5c0ext-IEs,
v690NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-v690ext
RRCConnectionSetupComplete-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
rrcConectionSetupComplete-v770ext
RRCConnectionSetupComplete-v770ext-IEs,
va40NonCriticalExtensions SEQUENCE {
rrcConectionSetupComplete-va40ext
RRCConnectionSetupComplete-va40ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-vb50ext
RRCConnectionSetupComplete-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
RRCConnectionSetupComplete-v370ext ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v370ext UE-RadioAccessCapability-v370ext OPTIONAL
}
RRCConnectionSetupComplete-v380ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v380ext UE-RadioAccessCapability-v380ext OPTIONAL,
dl-PhysChCapabilityFDD-v380ext DL-PhysChCapabilityFDD-v380ext
}
RRCConnectionSetupComplete-v3a0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v3a0ext UE-RadioAccessCapability-v3a0ext OPTIONAL
}
RRCConnectionSetupComplete-v3g0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v3g0ext UE-RadioAccessCapability-v3g0ext OPTIONAL
}
RRCConnectionSetupComplete-r3-add-ext-IEs ::= SEQUENCE {
rrcConnectionSetupComplete-v650ext RRCConnectionSetupComplete-v650ext-IEs OPTIONAL,
v680NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-v680ext RRCConnectionSetupComplete-v680ext-IEs,
v7e0NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-v7e0ext RRCConnectionSetupComplete-v7e0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
rrcConnectionSetupComplete-v7f0ext
RRCConnectionSetupComplete-v7f0ext-IEs,
va40NonCriticalExtensions SEQUENCE {
rrcConnectionSetupCompleteBand-va40ext
RRCConnectionSetupCompleteBand-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
RRCConnectionSetupComplete-v4b0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v4b0ext UE-RadioAccessCapability-v4b0ext OPTIONAL
}
RRCConnectionSetupComplete-v590ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v590ext UE-RadioAccessCapability-v590ext OPTIONAL,
-- Other IEs
ue-RATSpecificCapability-v590ext InterRAT-UE-RadioAccessCapability-v590ext OPTIONAL
}
RRCConnectionSetupComplete-v5c0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v5c0ext UE-RadioAccessCapability-v5c0ext OPTIONAL
}
RRCConnectionSetupComplete-v650ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v650ext UE-RadioAccessCapability-v650ext
}
RRCConnectionSetupComplete-v680ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v680ext UE-RadioAccessCapability-v680ext
}
RRCConnectionSetupComplete-v690ext-IEs ::= SEQUENCE {
-- User equipment IEs
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL
}
RRCConnectionSetupComplete-v770ext-IEs ::= SEQUENCE {
-- Other IEs
deferredMeasurementControlReading ENUMERATED { true } OPTIONAL
}
RRCConnectionSetupComplete-v7e0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability UE-RadioAccessCapability-v7e0ext
}
RRCConnectionSetupComplete-v7f0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability UE-RadioAccessCapability-v7f0ext OPTIONAL
}
RRCConnectionSetupComplete-va40ext-IEs ::= SEQUENCE {
-- Other IEs
loggedMeasAvailable ENUMERATED { true } OPTIONAL,
loggedANRResultsAvailable ENUMERATED { true } OPTIONAL}
RRCConnectionSetupCompleteBand-va40ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapabBand UE-RadioAccessCapabBand-va40ext OPTIONAL
}
RRCConnectionSetupComplete-vb50ext-IEs ::= SEQUENCE {
-- Other IEs
connEstFailInfoAvailable ENUMERATED { true } OPTIONAL
}
-- ***************************************************
--
-- RRC FAILURE INFO
--
-- ***************************************************
RRC-FailureInfo ::= CHOICE {
r3 SEQUENCE {
rRC-FailureInfo-r3 RRC-FailureInfo-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
rrc-FailureInfo-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
RRC-FailureInfo-r3-IEs ::= SEQUENCE {
-- Non-RRC IEs
failureCauseWithProtErr FailureCauseWithProtErr
}
-- ***************************************************
--
-- RRC STATUS
--
-- ***************************************************
RRCStatus ::= SEQUENCE {
-- Other IEs
-- TABULAR: Identification of received message is nested in
-- ProtocolErrorMoreInformation
protocolErrorInformation ProtocolErrorMoreInformation,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
rrcStatus-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- SECURITY MODE COMMAND
--
-- ***************************************************
SecurityModeCommand ::= CHOICE {
r3 SEQUENCE {
securityModeCommand-r3 SecurityModeCommand-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
securityModeCommand-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r7 SEQUENCE{
securityModeCommand-r7 SecurityModeCommand-r7-IEs,
-- Container for adding non critical extensions after freezing REL-8
securityModeCommand-r7-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
SecurityModeCommand-r3-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall always be performed on this message.
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
securityCapability SecurityCapability,
cipheringModeInfo CipheringModeInfo OPTIONAL,
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
-- Core network IEs
cn-DomainIdentity CN-DomainIdentity,
-- Other IEs
ue-SystemSpecificSecurityCap InterRAT-UE-SecurityCapList OPTIONAL
}
SecurityModeCommand-r7-IEs ::= SEQUENCE {
-- TABULAR: Integrity protection shall always be performed on this message.
-- User equipment IEs
securityCapability SecurityCapability,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
-- Core network IEs
cn-DomainIdentity CN-DomainIdentity,
-- Other IEs
ue-SystemSpecificSecurityCap InterRAT-UE-SecurityCapList OPTIONAL
}
-- ***************************************************
--
-- SECURITY MODE COMPLETE
--
-- ***************************************************
SecurityModeComplete ::= SEQUENCE {
-- TABULAR: Integrity protection shall always be performed on this message.
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
-- Radio bearer IEs
rb-UL-CiphActivationTimeInfo RB-ActivationTimeInfoList OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
securityModeComplete-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- SECURITY MODE FAILURE
--
-- ***************************************************
SecurityModeFailure ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
failureCause FailureCauseWithProtErr,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
securityModeFailure-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- SIGNALLING CONNECTION RELEASE
--
-- ***************************************************
SignallingConnectionRelease ::= CHOICE {
r3 SEQUENCE {
signallingConnectionRelease-r3 SignallingConnectionRelease-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
signallingConnectionRelease-r3-add-ext BIT STRING OPTIONAL,
va40NonCriticalExtensions SEQUENCE {
signallingConnectionRelease-va40ext SignallingConnectionRelease-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions SEQUENCE {}
}
}
SignallingConnectionRelease-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- Core network IEs
cn-DomainIdentity CN-DomainIdentity
}
SignallingConnectionRelease-va40ext-IEs ::= SEQUENCE {
extendedWaitTime ExtendedWaitTime OPTIONAL
}
-- ***************************************************
--
-- SIGNALLING CONNECTION RELEASE INDICATION
--
-- ***************************************************
SignallingConnectionReleaseIndication ::= SEQUENCE {
-- Core network IEs
cn-DomainIdentity CN-DomainIdentity,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
signallingConnectionReleaseIndication-r3-add-ext BIT STRING OPTIONAL,
v860nonCriticalExtentions SEQUENCE {
signallingConnectionReleaseIndication-v860ext
SignallingConnectionReleaseIndication-v860ext,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SignallingConnectionReleaseIndication-v860ext ::= SEQUENCE {
signallingConnectionReleaseIndicationCause
ENUMERATED { uERequestedPSDataSessionEnd, anyOtherCause }
}
-- ***************************************************
--
-- SYSTEM INFORMATION for BCH
--
-- ***************************************************
SystemInformation-BCH ::= SEQUENCE {
-- Other information elements
sfn-Prime SFN-Prime,
payload CHOICE {
noSegment NULL,
firstSegment FirstSegment,
subsequentSegment SubsequentSegment,
lastSegmentShort LastSegmentShort,
lastAndFirst SEQUENCE {
lastSegmentShort LastSegmentShort,
firstSegment FirstSegmentShort
},
lastAndComplete SEQUENCE {
lastSegmentShort LastSegmentShort,
completeSIB-List CompleteSIB-List
},
lastAndCompleteAndFirst SEQUENCE {
lastSegmentShort LastSegmentShort,
completeSIB-List CompleteSIB-List,
firstSegment FirstSegmentShort
},
completeSIB-List CompleteSIB-List,
completeAndFirst SEQUENCE {
completeSIB-List CompleteSIB-List,
firstSegment FirstSegmentShort
},
completeSIB CompleteSIB,
lastSegment LastSegment,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
}
-- ***************************************************
--
-- SYSTEM INFORMATION2 for BCH
--
-- ***************************************************
SystemInformation2-BCH ::= SEQUENCE {
segmentCombination CHOICE {
combination2 FirstSegment2,
combination3 SubsequentSegment2,
combination4 LastSegmentShort2,
combination5 SEQUENCE {
lastSegmentShort LastSegmentShort2,
firstSegmentShort FirstSegmentShort2
},
combination6 SEQUENCE {
lastSegmentShort LastSegmentShort2,
completeSIB-List CompleteSIB2-List
},
combination7 SEQUENCE {
lastSegmentShort LastSegmentShort2,
completeSIB-List CompleteSIB2-List,
firstSegment FirstSegmentShort2
},
combination8 CompleteSIB2-List,
combination9 SEQUENCE {
completeSIB-List CompleteSIB2-List,
firstSegment FirstSegmentShort2
},
combination10 CompleteSIB2,
combination11 LastSegment2,
spare6 NULL,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
}
-- ***************************************************
--
-- SYSTEM INFORMATION for FACH
--
-- ***************************************************
-- this IE is not used in this version of the specification.
SystemInformation-FACH ::= SEQUENCE {
-- Other information elements
payload CHOICE {
noSegment NULL,
firstSegment FirstSegment,
subsequentSegment SubsequentSegment,
lastSegmentShort LastSegmentShort,
lastAndFirst SEQUENCE {
lastSegmentShort LastSegmentShort,
firstSegment FirstSegmentShort
},
lastAndComplete SEQUENCE {
lastSegmentShort LastSegmentShort,
completeSIB-List CompleteSIB-List
},
lastAndCompleteAndFirst SEQUENCE {
lastSegmentShort LastSegmentShort,
completeSIB-List CompleteSIB-List,
firstSegment FirstSegmentShort
},
completeSIB-List CompleteSIB-List,
completeAndFirst SEQUENCE {
completeSIB-List CompleteSIB-List,
firstSegment FirstSegmentShort
},
completeSIB CompleteSIB,
lastSegment LastSegment,
spare5 NULL,
spare4 NULL,
spare3 NULL,
spare2 NULL,
spare1 NULL
}
}
-- ***************************************************
--
-- First segment
--
-- ***************************************************
FirstSegment ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type,
seg-Count SegCount,
sib-Data-fixed SIB-Data-fixed
}
FirstSegment2 ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type2,
seg-Count SegCount,
sib-Data-fixed SIB-Data2-fixed
}
-- ***************************************************
--
-- First segment (short)
--
-- ***************************************************
FirstSegmentShort ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type,
seg-Count SegCount,
sib-Data-variable SIB-Data-variable
}
FirstSegmentShort2 ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type2,
seg-Count SegCount,
sib-Data-variable SIB-Data2-variable
}
-- ***************************************************
--
-- Subsequent segment
--
-- ***************************************************
SubsequentSegment ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type,
segmentIndex SegmentIndex,
sib-Data-fixed SIB-Data-fixed
}
SubsequentSegment2 ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type2,
segmentIndex SegmentIndex,
sib-Data-fixed SIB-Data2-fixed
}
-- ***************************************************
--
-- Last segment
--
-- ***************************************************
LastSegment ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type,
segmentIndex SegmentIndex,
-- For sib-Data-fixed, in case the SIB data is less than 222 bits, padding
-- shall be used. The same padding bits shall be used as defined in clause 12.1
sib-Data-fixed SIB-Data-fixed
}
LastSegment2 ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type2,
segmentIndex SegmentIndex,
-- For sib-Data-fixed, in case the SIB data is less than 232 bits, padding
-- shall be used. The same padding bits shall be used as defined in clause 12.1
sib-Data-fixed SIB-Data2-fixed
}
LastSegmentShort ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type,
segmentIndex SegmentIndex,
sib-Data-variable SIB-Data-variable
}
LastSegmentShort2 ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type2,
segmentIndex SegmentIndex,
sib-Data-variable SIB-Data2-variable
}
-- ***************************************************
--
-- Complete SIB
--
-- ***************************************************
CompleteSIB-List ::= SEQUENCE (SIZE (1..maxSIBperMsg)) OF
CompleteSIBshort
CompleteSIB2-List ::= SEQUENCE (SIZE (1..maxSIBperMsg)) OF
CompleteSIBshort2
CompleteSIB ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type,
-- For sib-Data-fixed, in case the SIB data is less than 226 bits, padding
-- shall be used. The same padding bits shall be used as defined in clause 12.1
sib-Data-fixed BIT STRING (SIZE (226))
}
CompleteSIB2 ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type2,
-- For sib-Data-fixed, in case the SIB data is less than 236 bits, padding
-- shall be used. The same padding bits shall be used as defined in clause 12.1
sib-Data-fixed BIT STRING (SIZE (236))
}
CompleteSIBshort ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type,
sib-Data-variable SIB-Data-variable
}
CompleteSIBshort2 ::= SEQUENCE {
-- Other information elements
sib-Type SIB-Type2,
sib-Data-variable SIB-Data2-variable
}
-- ***************************************************
--
-- SYSTEM INFORMATION CHANGE INDICATION
--
-- ***************************************************
SystemInformationChangeIndication ::= SEQUENCE {
-- Other IEs
bcch-ModificationInfo BCCH-ModificationInfo,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
systemInformationChangeIndication-r3-add-ext BIT STRING OPTIONAL,
v860NonCriticalExtensions SEQUENCE {
systemInformationChangeIndication-v860ext
SystemInformationChangeIndication-v860ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
systemInformationChangeIndication-vc50ext
SystemInformationChangeIndication-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
SystemInformationChangeIndication-v860ext-IEs ::= SEQUENCE {
-- Other IEs
etws-Information ETWS-Information OPTIONAL
}
SystemInformationChangeIndication-vc50ext-IEs ::= SEQUENCE {
bcch-ModificationInfo-vc50ext BCCH-ModificationInfo-vc50ext OPTIONAL
}
-- ***************************************************
--
-- TRANSPORT CHANNEL RECONFIGURATION
--
-- ***************************************************
TransportChannelReconfiguration ::= CHOICE {
r3 SEQUENCE {
transportChannelReconfiguration-r3
TransportChannelReconfiguration-r3-IEs,
v3a0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v3a0ext
TransportChannelReconfiguration-v3a0ext,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
transportChannelReconfiguration-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v4b0ext
TransportChannelReconfiguration-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v590ext
TransportChannelReconfiguration-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v690ext
TransportChannelReconfiguration-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v770ext
TransportChannelReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
transportChannelReconfiguration-r4
TransportChannelReconfiguration-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
transportChannelReconfiguration-r4-add-ext BIT STRING OPTIONAL,
v590NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v590ext
TransportChannelReconfiguration-v590ext-IEs,
v690NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v690ext
TransportChannelReconfiguration-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v770ext
TransportChannelReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r5 SEQUENCE {
transportChannelReconfiguration-r5
TransportChannelReconfiguration-r5-IEs,
-- Container for adding non critical extensions after freezing REL-6
transportChannelReconfiguration-r5-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v690ext
TransportChannelReconfiguration-v690ext-IEs,
v770NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v770ext
TransportChannelReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r6 SEQUENCE {
transportChannelReconfiguration-r6
TransportChannelReconfiguration-r6-IEs,
-- Container for adding non critical extensions after freezing REL-7
transportChannelReconfiguration-r6-add-ext BIT STRING OPTIONAL,
v6b0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v6b0ext
TransportChannelReconfiguration-v6b0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v770ext
TransportChannelReconfiguration-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
transportChannelReconfiguration-r7
TransportChannelReconfiguration-r7-IEs,
-- Container for adding non critical extensions after freezing REL-8
transportChannelReconfiguration-r7-add-ext BIT STRING OPTIONAL,
v780NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v780ext
TransportChannelReconfiguration-v780ext-IEs,
v7d0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v7d0ext
TransportChannelReconfiguration-v7d0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v7f0ext
TransportChannelReconfiguration-v7f0ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v7g0ext
TransportChannelReconfiguration-v7g0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r8 SEQUENCE {
transportChannelReconfiguration-r8
TransportChannelReconfiguration-r8-IEs,
-- Container for adding non critical extensions after freezing REL-9
transportChannelReconfiguration-r8-add-ext
BIT STRING OPTIONAL,
v7d0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v7d0ext
TransportChannelReconfiguration-v7d0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v7f0ext
TransportChannelReconfiguration-v7f0ext-IEs,
v890NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v890ext
TransportChannelReconfiguration-v890ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v7g0ext
TransportChannelReconfiguration-v7g0ext-IEs,
v8a0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v8a0ext
TransportChannelReconfiguration-v8a0ext-IEs,
nonCriticalExtensions
SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r9 SEQUENCE {
transportChannelReconfiguration-r9
TransportChannelReconfiguration-r9-IEs,
-- Container for adding non critical extensions after
-- freezing REL-10
transportChannelReconfiguration-r9-add-ext
BIT STRING OPTIONAL,
v950NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v950ext
TransportChannelReconfiguration-v950ext-IEs,
v9c0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v9c0ext
TransportChannelReconfiguration-v9c0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r10 SEQUENCE {
transportChannelReconfiguration-r10
TransportChannelReconfiguration-r10-IEs,
-- Container for adding non critical extensions after
-- freezing REL-11
transportChannelReconfiguration-r10-add-ext
BIT STRING OPTIONAL,
v9c0NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-v9c0ext
TransportChannelReconfiguration-v9c0ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
transportChannelReconfiguration-vb50ext
TransportChannelReconfiguration-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
transportChannelReconfiguration-r11
TransportChannelReconfiguration-r11-IEs,
-- Container for adding non critical extensions after
-- freezing REL-12
transportChannelReconfiguration-r11-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
transportChannelReconfiguration-r12
TransportChannelReconfiguration-r12-IEs,
-- Container for adding non critical extensions
-- after freezing REL-13
transportChannelReconfiguration-r12-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r13 SEQUENCE {
transportChannelReconfiguration-r13
TransportChannelReconfiguration-r13-IEs,
-- Container for adding non critical extensions
-- after freezing REL-14
transportChannelReconfiguration-r13-add-ext
BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
}
}
}
}
}
}
}
}
}
TransportChannelReconfiguration-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List OPTIONAL
}
TransportChannelReconfiguration-v3a0ext ::= SEQUENCE {
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL
}
TransportChannelReconfiguration-v4b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy SSDT-UL OPTIONAL,
-- The order of the RLs in IE cell-id-PerRL-List is the same as
-- in IE DL-InformationPerRL-List included in this message
cell-id-PerRL-List CellIdentity-PerRL-List OPTIONAL
}
TransportChannelReconfiguration-v590ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-TPC-PowerOffsetPerRL-List DL-TPC-PowerOffsetPerRL-List OPTIONAL
}
TransportChannelReconfiguration-r4-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r4 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r4 OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-CommonInformation DL-CommonInformation-r4 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r4 OPTIONAL
}
TransportChannelReconfiguration-r5-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode, and if received
-- the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList OPTIONAL,
-- 'dummy', 'dummy1' and 'dummy2' are not used in this version of the specification,
-- they should not be sent and if received they should be ignored.
dummy CHOICE {
fdd SEQUENCE {
dummy1 CPCH-SetID OPTIONAL,
dummy2 DRAC-StaticInformationList OPTIONAL
},
tdd NULL
} OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-ChannelRequirement UL-ChannelRequirement-r5 OPTIONAL,
modeSpecificPhysChInfo CHOICE {
fdd SEQUENCE {
-- dummy is not used in this version of specification, it should
-- not be sent and if received it should be ignored.
dummy DL-PDSCH-Information OPTIONAL
},
tdd NULL
},
dl-HSPDSCH-Information DL-HSPDSCH-Information OPTIONAL,
dl-CommonInformation DL-CommonInformation-r5 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r5 OPTIONAL
}
TransportChannelReconfiguration-v690ext-IEs ::= SEQUENCE {
-- User Equipment IEs
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
-- Core network IEs
primary-plmn-Identity PLMN-Identity OPTIONAL,
-- Physical channel IEs
-- The IE harq-Preamble-Mode should not be used in the r3 and r4 versions of the message
-- If included in the r3 or r4 version of the message, the UE should ignore the IE
harq-Preamble-Mode HARQ-Preamble-Mode OPTIONAL,
beaconPLEst BEACON-PL-Est OPTIONAL,
postVerificationPeriod ENUMERATED { true } OPTIONAL,
dhs-sync DHS-Sync OPTIONAL,
timingMaintainedSynchInd TimingMaintainedSynchInd OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
TransportChannelReconfiguration-r6-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r6 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r5 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r6 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r6 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r6 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r6 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r6 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
TransportChannelReconfiguration-v6b0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-InformationPerRL-List-v6b0ext DL-InformationPerRL-List-v6b0ext OPTIONAL
}
TransportChannelReconfiguration-r7-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r7 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r7 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r7 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r7 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r7 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r7 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
TransportChannelReconfiguration-v770ext-IEs ::= SEQUENCE {
-- User equipment IEs
ueMobilityStateIndicator High-MobilityDetected OPTIONAL
}
TransportChannelReconfiguration-v780ext-IEs ::= SEQUENCE {
-- Physical channel IEs
hs-DSCH-TBSizeTable HS-DSCH-TBSizeTable OPTIONAL
}
TransportChannelReconfiguration-v7d0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
ul-EDCH-Information UL-EDCH-Information-ext OPTIONAL
}
TransportChannelReconfiguration-v7f0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7f0ext OPTIONAL
}
TransportChannelReconfiguration-v7g0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
mimoParameters MIMO-Parameters-v7g0ext OPTIONAL
}
TransportChannelReconfiguration-r8-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r7 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r8 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r8 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL
}
TransportChannelReconfiguration-v890ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-SecondaryCellInfoFDD-v890ext DL-SecondaryCellInfoFDD-v890ext OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext OPTIONAL
}
TransportChannelReconfiguration-v8a0ext-IEs ::= SEQUENCE {
-- Physical channel IEs
dl-HSPDSCH-Information DL-HSPDSCH-Information-r8-ext2 OPTIONAL
}
TransportChannelReconfiguration-r9-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r8 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r9 OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
TransportChannelReconfiguration-v950ext-IEs ::= SEQUENCE {
-- Physical channel IEs
secondaryCellMimoParameters SecondaryCellMIMOparametersFDD-v950ext OPTIONAL
}
TransportChannelReconfiguration-v9c0ext-IEs ::= SEQUENCE {
-- For 1.28Mcps TDD only
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-TDD128-v9c0ext OPTIONAL
}
TransportChannelReconfiguration-r10-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r9 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r7 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r9 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r9 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r10 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r8 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r10 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
TransportChannelReconfiguration-vb50ext-IEs ::= SEQUENCE {
ulOLTDInfoFDD UL-OLTD-InfoFDD OPTIONAL
}
TransportChannelReconfiguration-r11-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r4 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r7 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r11 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r11 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r11 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
TransportChannelReconfiguration-r12-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r11 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r12 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r12 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
non-rectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
non-rectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
TransportChannelReconfiguration-r13-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
activationTime ActivationTime OPTIONAL,
dynamicActivationTime DynamicActivationTime OPTIONAL,
delayRestrictionFlag DelayRestrictionFlag OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
-- The IE "new-DSCH-RNTI" should not be included in FDD mode,
-- and if received the UE behaviour is unspecified
new-DSCH-RNTI DSCH-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
newSecondary-E-RNTI E-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
ueMobilityStateIndicator High-MobilityDetected OPTIONAL,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- Core network IEs
cn-InformationInfo CN-InformationInfo-r6 OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
responseToChangeOfUE-Capability ENUMERATED { true } OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
retrievableConfigInfo RetrievableConfigInfo OPTIONAL,
-- Transport channel IEs
ul-CommonTransChInfo UL-CommonTransChInfo-r12 OPTIONAL,
ul-AddReconfTransChInfoList UL-AddReconfTransChInfoList-r8 OPTIONAL,
dl-CommonTransChInfo DL-CommonTransChInfo-r4 OPTIONAL,
dl-AddReconfTransChInfoList DL-AddReconfTransChInfoList-r13 OPTIONAL,
-- Physical channel IEs
frequencyInfo FrequencyInfo OPTIONAL,
multi-frequencyInfo Multi-frequencyInfo-LCR-r7 OPTIONAL,
dtx-drx-TimingInfo DTX-DRX-TimingInfo-r7 OPTIONAL,
dtx-drx-Info DTX-DRX-Info-r12 OPTIONAL,
hs-scch-LessInfo HS-SCCH-LessInfo-r7 OPTIONAL,
mimoParameters MIMO-Parameters-r9 OPTIONAL,
mimo4x4Parameters MIMO4x4-Parameters OPTIONAL,
dch-Enhancements-Info-FDD DCH-Enhancements-Info-FDD OPTIONAL,
maxAllowedUL-TX-Power MaxAllowedUL-TX-Power OPTIONAL,
ul-DPCH-Info UL-DPCH-Info-r11 OPTIONAL,
ul-EDCH-Information UL-EDCH-Information-r11 OPTIONAL,
ul-SecondaryCellInfoFDD UL-SecondaryCellInfoFDD-r13 OPTIONAL,
ul-MulticarrierEDCHInfo-TDD128 UL-MulticarrierEDCHInfo-TDD128 OPTIONAL,
ul-CLTD-InfoFDD UL-CLTD-InfoFDD OPTIONAL,
ul-OLTD-InfoFDD UL-OLTD-InfoFDD OPTIONAL,
ul-OtherTTIConfiguration-Info UL-OtherTTIConfiguration-Information OPTIONAL,
filteredUPHReportInfo FilteredUEPowerHeadroomReportInfo OPTIONAL,
dl-HSPDSCH-Information DL-HSPDSCH-Information-r12 OPTIONAL,
dl-CommonInformation DL-CommonInformation-r12 OPTIONAL,
dl-InformationPerRL-List DL-InformationPerRL-List-r13 OPTIONAL,
dl-SecondaryCellInfoFDD DL-SecondaryCellInfoFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD AdditionalDLSecCellInfoListFDD-r11 OPTIONAL,
additionalDLSecCellInfoListFDD2 AdditionalDLSecCellInfoListFDD2 OPTIONAL,
commonERGCHInfoFDD CommonERGCHInfoFDD OPTIONAL,
dPCCH2InfoFDD DPCCH2InfoFDD OPTIONAL,
controlChannelDRXInfo-TDD128 ControlChannelDRXInfo-TDD128-r8 OPTIONAL,
sps-Information-TDD128 SPS-Information-TDD128-r8 OPTIONAL,
mu-MIMO-Info-TDD128 MU-MIMO-Info-TDD128 OPTIONAL,
non-rectResAllocInd-TDD128 Non-rectResAllocInd-TDD128 OPTIONAL,
non-rectResSpecTSset-TDD128 Non-rectResSpecTSset-TDD128 OPTIONAL,
-- MBMS IEs
mbms-PL-ServiceRestrictInfo MBMS-PL-ServiceRestrictInfo-r6 OPTIONAL,
-- Measurement IEs for LCR
cellDCHMeasOccasionInfo-TDD128 CellDCHMeasOccasionInfo-TDD128-r9 OPTIONAL
}
-- ***************************************************
--
-- TRANSPORT CHANNEL RECONFIGURATION COMPLETE
--
-- ***************************************************
TransportChannelReconfigurationComplete ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
-- TABULAR: UL-TimingAdvance is applicable for TDD mode only.
ul-TimingAdvance UL-TimingAdvance OPTIONAL,
-- Radio bearer IEs
count-C-ActivationTime ActivationTime OPTIONAL,
-- dummy is not used in this version of the specification and
-- it should be ignored by the receiver.
dummy RB-ActivationTimeInfoList OPTIONAL,
ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
transportChannelReconfigurationComplete-r3-add-ext BIT STRING OPTIONAL,
v770NonCriticalExtensions SEQUENCE {
transportChannelReconfigurationComplete-v770ext
TransportChannelReconfigurationComplete-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
TransportChannelReconfigurationComplete-v770ext-IEs ::= SEQUENCE {
-- TABULAR: EXT-UL-TimingAdvance is applicable for TDD mode only.
ext-UL-TimingAdvance EXT-UL-TimingAdvance OPTIONAL,
deferredMeasurementControlReading ENUMERATED { true } OPTIONAL
}
-- ***************************************************
--
-- TRANSPORT CHANNEL RECONFIGURATION FAILURE
--
-- ***************************************************
TransportChannelReconfigurationFailure ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
failureCause FailureCauseWithProtErr,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
transportChannelReconfigurationFailure-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- *********************************************************
--
-- TRANSPORT FORMAT COMBINATION CONTROL in AM or UM RLC mode
--
-- *********************************************************
TransportFormatCombinationControl ::= SEQUENCE {
-- rrc-TransactionIdentifier is always included in this version of the specification
rrc-TransactionIdentifier RRC-TransactionIdentifier OPTIONAL,
modeSpecificInfo CHOICE {
fdd NULL,
tdd SEQUENCE {
tfcs-ID TFCS-Identity OPTIONAL
}
},
dpch-TFCS-InUplink TFC-Subset,
activationTimeForTFCSubset ActivationTime OPTIONAL,
tfc-ControlDuration TFC-ControlDuration OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
transportFormatCombinationControl-r3-add-ext BIT STRING OPTIONAL,
v820NonCriticalExtensions SEQUENCE {
transportformatcombinationcontrol-v820ext
TransportFormatCombinationControl-v820ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
TransportFormatCombinationControl-v820ext-IEs ::= SEQUENCE {
-- Transport Format Combination Control IEs
ul-AMR-Rate UL-AMR-Rate OPTIONAL
}
-- ***************************************************
--
-- TRANSPORT FORMAT COMBINATION CONTROL FAILURE
--
-- ***************************************************
TransportFormatCombinationControlFailure ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
failureCause FailureCauseWithProtErr,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
transportFormatCombinationControlFailure-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- UE CAPABILITY ENQUIRY
--
-- ***************************************************
UECapabilityEnquiry ::= CHOICE {
r3 SEQUENCE {
ueCapabilityEnquiry-r3 UECapabilityEnquiry-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
ueCapabilityEnquiry-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
ueCapabilityEnquiry-v4b0ext UECapabilityEnquiry-v4b0ext-IEs,
v590NonCriticalExtensions SEQUENCE {
ueCapabilityEnquiry-v590ext UECapabilityEnquiry-v590ext-IEs,
v770NonCriticalExtensions SEQUENCE {
ueCapabilityEnquiry-v770ext UECapabilityEnquiry-v770ext-IEs,
v860NonCriticalExtensions SEQUENCE {
ueCapabilityEnquiry-v860ext UECapabilityEnquiry-v860ext-IEs,
vaj0NonCriticalExtensions SEQUENCE {
ueCapabilityEnquiry-vaj0ext UECapabilityEnquiry-vaj0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions SEQUENCE {}
}
}
UECapabilityEnquiry-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
capabilityUpdateRequirement CapabilityUpdateRequirement
}
UECapabilityEnquiry-v4b0ext-IEs ::= SEQUENCE {
capabilityUpdateRequirement-r4-ext CapabilityUpdateRequirement-r4-ext
}
UECapabilityEnquiry-v590ext-IEs ::= SEQUENCE {
systemSpecificCapUpdateReq SystemSpecificCapUpdateReq-v590ext
}
UECapabilityEnquiry-v770ext-IEs ::= SEQUENCE {
capabilityUpdateRequirement CapabilityUpdateRequirement-v770ext OPTIONAL
}
UECapabilityEnquiry-v860ext-IEs ::= SEQUENCE {
capabilityUpdateRequirement CapabilityUpdateRequirement-v860ext OPTIONAL
}
UECapabilityEnquiry-vaj0ext-IEs ::= SEQUENCE {
capabilityUpdateRequirement CapabilityUpdateRequirement-vaj0ext OPTIONAL
}
-- ***************************************************
--
-- UE CAPABILITY INFORMATION
--
-- ***************************************************
UECapabilityInformation ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier OPTIONAL,
ue-RadioAccessCapability UE-RadioAccessCapability OPTIONAL,
-- Other IEs
ue-RATSpecificCapability InterRAT-UE-RadioAccessCapabilityList OPTIONAL,
v370NonCriticalExtensions SEQUENCE {
ueCapabilityInformation-v370ext UECapabilityInformation-v370ext,
v380NonCriticalExtensions SEQUENCE {
ueCapabilityInformation-v380ext UECapabilityInformation-v380ext-IEs,
v3a0NonCriticalExtensions SEQUENCE {
ueCapabilityInformation-v3a0ext UECapabilityInformation-v3a0ext-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
ueCapabilityInformation-r3-add-ext BIT STRING
(CONTAINING UECapabilityInformation-r3-add-ext-IEs) OPTIONAL,
-- Reserved for future non critical extension
v4b0NonCriticalExtensions SEQUENCE {
ueCapabilityInformation-v4b0ext UECapabilityInformation-v4b0ext,
v590NonCriticalExtensions SEQUENCE {
ueCapabilityInformation-v590ext UECapabilityInformation-v590ext,
v5c0NonCriticalExtensions SEQUENCE {
ueCapabilityInformation-v5c0ext
UECapabilityInformation-v5c0ext,
v690NonCriticalExtensions SEQUENCE {
ueCapabilityInformation-v690ext
UECapabilityInformation-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
UECapabilityInformation-v370ext ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v370ext UE-RadioAccessCapability-v370ext OPTIONAL
}
UECapabilityInformation-v380ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v380ext UE-RadioAccessCapability-v380ext OPTIONAL,
dl-PhysChCapabilityFDD-v380ext DL-PhysChCapabilityFDD-v380ext
}
UECapabilityInformation-v3a0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v3a0ext UE-RadioAccessCapability-v3a0ext OPTIONAL
}
UECapabilityInformation-r3-add-ext-IEs ::= SEQUENCE {
ueCapabilityInformation-v650ext UECapabilityInformation-v650ext-IEs OPTIONAL,
v680NonCriticalExtensions SEQUENCE {
ueCapabilityInformation-v680ext UECapabilityInformation-v680ext-IEs,
v7e0NonCriticalExtensions SEQUENCE {
ueCapabilityInformation-v7e0ext UECapabilityInformation-v7e0ext-IEs,
v7f0NonCriticalExtensions SEQUENCE {
ueCapabilityInformation-v7f0ext UECapabilityInformation-v7f0ext-IEs,
va40NonCriticalExtensions SEQUENCE {
ueCapabilityInformation-va40ext
UECapabilityInformation-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
UECapabilityInformation-v4b0ext ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v4b0ext UE-RadioAccessCapability-v4b0ext OPTIONAL
}
UECapabilityInformation-v590ext ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v3g0ext UE-RadioAccessCapability-v3g0ext OPTIONAL,
ue-RadioAccessCapability-v590ext UE-RadioAccessCapability-v590ext OPTIONAL,
-- Other IEs
ue-RATSpecificCapability-v590ext InterRAT-UE-RadioAccessCapability-v590ext OPTIONAL
}
UECapabilityInformation-v5c0ext ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v5c0ext UE-RadioAccessCapability-v5c0ext OPTIONAL
}
UECapabilityInformation-v650ext-IEs ::= SEQUENCE {
ue-RadioAccessCapability-v650ext UE-RadioAccessCapability-v650ext
}
UECapabilityInformation-v680ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability-v680ext UE-RadioAccessCapability-v680ext
}
UECapabilityInformation-v690ext-IEs ::= SEQUENCE {
-- User equipment IEs
ueCapabilityContainer BIT STRING
(CONTAINING UE-CapabilityContainer-IEs) OPTIONAL
}
UECapabilityInformation-v7e0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability UE-RadioAccessCapability-v7e0ext
}
UECapabilityInformation-v7f0ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapability UE-RadioAccessCapability-v7f0ext OPTIONAL
}
UECapabilityInformation-va40ext-IEs ::= SEQUENCE {
-- User equipment IEs
ue-RadioAccessCapabBand UE-RadioAccessCapabBand-va40ext OPTIONAL
}
-- ***************************************************
--
-- UE CAPABILITY INFORMATION CONFIRM
--
-- ***************************************************
UECapabilityInformationConfirm ::= CHOICE {
r3 SEQUENCE {
ueCapabilityInformationConfirm-r3
UECapabilityInformationConfirm-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
ueCapabilityInformationConfirm-r3-add-ext BIT STRING OPTIONAL,
v770NonCriticalExtensions SEQUENCE {
ueCapabilityInformationConfirm-v770ext UECapabilityInformationConfirm-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions SEQUENCE {}
}
}
UECapabilityInformationConfirm-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier
}
UECapabilityInformationConfirm-v770ext-IEs ::= SEQUENCE {
-- User equipment IEs
acceptanceOfChangeOfCapability ENUMERATED {
refused, accepted, acceptedWithReconfigurationToFollow
} OPTIONAL
}
-- ***************************************************
--
-- UPLINK DIRECT TRANSFER
--
-- ***************************************************
UplinkDirectTransfer ::= SEQUENCE {
-- Core network IEs
cn-DomainIdentity CN-DomainIdentity,
nas-Message NAS-Message,
-- Measurement IEs
measuredResultsOnRACH MeasuredResultsOnRACH OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
uplinkDirectTransfer-r3-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
uplinkDirectTransfer-v690ext UplinkDirectTransfer-v690ext-IEs,
v7g0NonCriticalExtensions SEQUENCE {
uplinkDirectTransfer-v7g0ext UplinkDirectTransfer-v7g0ext-IEs,
vb50NonCriticalExtensions SEQUENCE {
uplinkDirectTransfer-vb50ext UplinkDirectTransfer-vb50ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
uplinkDirectTransfer-vc50ext UplinkDirectTransfer-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
UplinkDirectTransfer-v690ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACHinterFreq MeasuredResultsOnRACHinterFreq OPTIONAL
}
UplinkDirectTransfer-v7g0ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACH-v7g0ext MeasuredResultsOnRACH-v7g0ext OPTIONAL
}
UplinkDirectTransfer-vb50ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACHEUTRAFreq MeasuredResultsOnRACH-EUTRAFreq OPTIONAL
}
UplinkDirectTransfer-vc50ext-IEs ::= SEQUENCE {
-- Measurement IEs
measuredResultsOnRACH MeasuredResultsOnRACH-vc50ext OPTIONAL
}
-- ***************************************************
--
-- UPLINK PHYSICAL CHANNEL CONTROL
--
-- ***************************************************
UplinkPhysicalChannelControl ::= CHOICE {
r3 SEQUENCE {
uplinkPhysicalChannelControl-r3 UplinkPhysicalChannelControl-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
uplinkPhysicalChannelControl-r3-add-ext BIT STRING OPTIONAL,
v4b0NonCriticalExtensions SEQUENCE {
uplinkPysicalChannelControl-v4b0ext UplinkPhysicalChannelControl-v4b0ext-IEs,
-- Extension mechanism for non-release 4 information
noncriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r4 SEQUENCE {
uplinkPhysicalChannelControl-r4 UplinkPhysicalChannelControl-r4-IEs,
v4d0NonCriticalExtensions SEQUENCE {
-- Container for adding non critical extensions after freezing REL-5
uplinkPhysicalChannelControl-r4-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
uplinkPhysicalChannelControl-v690ext
UplinkPhysicalChannelControl-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r5 SEQUENCE {
uplinkPhysicalChannelControl-r5 UplinkPhysicalChannelControl-r5-IEs,
-- Container for adding non critical extensions after freezing REL-6
uplinkPhysicalChannelControl-r5-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
uplinkPhysicalChannelControl-v690ext
UplinkPhysicalChannelControl-v690ext-IEs,
v6a0NonCriticalExtensions SEQUENCE{
uplinkPhysicalChannelControl-v6a0ext
UplinkPhysicalChannelControl-v6a0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
uplinkPhysicalChannelControl-r7 UplinkPhysicalChannelControl-r7-IEs,
-- Container for adding non critical extensions after freezing REL-8
uplinkPhysicalChannelControl-r7-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
}
}
UplinkPhysicalChannelControl-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
-- Physical channel IEs
ccTrCH-PowerControlInfo CCTrCH-PowerControlInfo OPTIONAL,
timingAdvance UL-TimingAdvanceControl OPTIONAL,
alpha Alpha OPTIONAL,
specialBurstScheduling SpecialBurstScheduling OPTIONAL,
prach-ConstantValue ConstantValueTdd OPTIONAL,
pusch-ConstantValue ConstantValueTdd OPTIONAL
}
UplinkPhysicalChannelControl-v4b0ext-IEs ::= SEQUENCE {
-- In case of TDD, openLoopPowerControl-IPDL-TDD is included instead of IE
-- up-IPDL-Parameters in up-OTDOA-AssistanceData
openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL
}
UplinkPhysicalChannelControl-r4-IEs ::= SEQUENCE {
-- Physical channel IEs
ccTrCH-PowerControlInfo CCTrCH-PowerControlInfo-r4 OPTIONAL,
specialBurstScheduling SpecialBurstScheduling OPTIONAL,
tddOption CHOICE {
tdd384 SEQUENCE {
timingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
alpha Alpha OPTIONAL,
prach-ConstantValue ConstantValueTdd OPTIONAL,
pusch-ConstantValue ConstantValueTdd OPTIONAL,
openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL
},
tdd128 SEQUENCE {
ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL
}
}
}
UplinkPhysicalChannelControl-r5-IEs ::= SEQUENCE {
-- Physical channel IEs
ccTrCH-PowerControlInfo CCTrCH-PowerControlInfo-r5 OPTIONAL,
specialBurstScheduling SpecialBurstScheduling OPTIONAL,
tddOption CHOICE {
tdd384 SEQUENCE {
timingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
alpha Alpha OPTIONAL,
prach-ConstantValue ConstantValueTdd OPTIONAL,
pusch-ConstantValue ConstantValueTdd OPTIONAL,
openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL,
hs-SICH-PowerControl HS-SICH-Power-Control-Info-TDD384 OPTIONAL
},
tdd128 SEQUENCE {
ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL
}
}
}
UplinkPhysicalChannelControl-v690ext-IEs ::= SEQUENCE {
-- Physical Channel IEs
beaconPLEst BEACON-PL-Est OPTIONAL
}
UplinkPhysicalChannelControl-v6a0ext-IEs ::= SEQUENCE {
-- Physical Channel IEs
desired-HS-SICH-PowerLevel INTEGER (-120..-58) OPTIONAL,
tpc-Step-Size ENUMERATED { s1, s2, s3 , spare1 } OPTIONAL
}
UplinkPhysicalChannelControl-r7-IEs ::= SEQUENCE {
-- Physical channel IEs
ccTrCH-PowerControlInfo CCTrCH-PowerControlInfo-r7 OPTIONAL,
specialBurstScheduling SpecialBurstScheduling OPTIONAL,
tddOption CHOICE {
tdd384 SEQUENCE {
timingAdvance UL-TimingAdvanceControl-r4 OPTIONAL,
alpha Alpha OPTIONAL,
prach-ConstantValue ConstantValueTdd OPTIONAL,
pusch-ConstantValue ConstantValueTdd OPTIONAL,
openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL,
hs-SICH-PowerControl HS-SICH-Power-Control-Info-TDD384 OPTIONAL
},
tdd768 SEQUENCE {
timingAdvance UL-TimingAdvanceControl-r7 OPTIONAL,
alpha Alpha OPTIONAL,
prach-ConstantValue ConstantValueTdd OPTIONAL,
pusch-ConstantValue ConstantValueTdd OPTIONAL,
openLoopPowerControl-IPDL-TDD OpenLoopPowerControl-IPDL-TDD-r4 OPTIONAL,
hs-SICH-PowerControl HS-SICH-Power-Control-Info-TDD768 OPTIONAL
},
tdd128 SEQUENCE {
ul-SynchronisationParameters UL-SynchronisationParameters-r4 OPTIONAL,
desired-HS-SICH-PowerLevel INTEGER (-120..-58) OPTIONAL,
tpc-Step-Size ENUMERATED { s1, s2, s3 , spare1 } OPTIONAL
}
}
}
-- ***************************************************
--
-- URA UPDATE
--
-- ***************************************************
URAUpdate ::= SEQUENCE {
-- User equipment IEs
u-RNTI U-RNTI,
ura-UpdateCause URA-UpdateCause,
protocolErrorIndicator ProtocolErrorIndicatorWithMoreInfo,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
uraUpdate-r3-add-ext BIT STRING
(CONTAINING URAUpdate-r3-add-ext-IEs) OPTIONAL,
v770NonCriticalExtensions SEQUENCE {
uraUpdate-v770ext UraUpdate-v770ext-IEs,
v860NonCriticalExtensions SEQUENCE {
uraUpdate-v860ext URAUpdate-v860ext-IEs,
va40NonCriticalExtensions SEQUENCE {
uraUpdate-va40ext URAUpdate-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
URAUpdate-r3-add-ext-IEs ::= SEQUENCE {
uraUpdate-v7e0ext URAUpdate-v7e0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
UraUpdate-v770ext-IEs ::= SEQUENCE {
-- User equipment IEs
support-hsdschReception-CellUraPch ENUMERATED { true } OPTIONAL,
support-hsdschReception-CellFach ENUMERATED { true } OPTIONAL
}
URAUpdate-v7e0ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportForTwoDRXSchemesInPCH ENUMERATED { true } OPTIONAL
}
URAUpdate-v860ext-IEs ::= SEQUENCE {
-- User equipment IEs
supportOfHS-DSCHDRXOperation ENUMERATED { true } OPTIONAL,
supportOfCommonEDCH ENUMERATED { true } OPTIONAL,
supportOfMACiis ENUMERATED { true } OPTIONAL
}
URAUpdate-va40ext-IEs ::= SEQUENCE {
loggedMeasAvailable ENUMERATED { true } OPTIONAL,
loggedANRResultsAvailable ENUMERATED { true } OPTIONAL
}
-- ***************************************************
--
-- URA UPDATE CONFIRM
--
-- ***************************************************
URAUpdateConfirm ::= CHOICE {
r3 SEQUENCE {
uraUpdateConfirm-r3 URAUpdateConfirm-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
uraUpdateConfirm-r3-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
uraUpdateConfirm-v690ext URAUpdateConfirm-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r5 SEQUENCE {
uraUpdateConfirm-r5 URAUpdateConfirm-r5-IEs,
v690NonCriticalExtensions SEQUENCE {
uraUpdateConfirm-v690ext URAUpdateConfirm-v690ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE {
uraUpdateConfirm-r7 URAUpdateConfirm-r7-IEs,
-- Container for adding non critical extensions after freezing REL-8
uraUpdateConfirm-r7-add-ext BIT STRING OPTIONAL,
v860NonCriticalExtensions SEQUENCE {
uraUpdateConfirm-v860ext URAUpdateConfirm-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
}
URAUpdateConfirm-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- CN information elements
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL
}
URAUpdateConfirm-r5-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient OPTIONAL,
-- CN information elements
cn-InformationInfo CN-InformationInfo OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL
}
URAUpdateConfirm-v690ext-IEs ::= SEQUENCE {
-- Core network IEs
primary-plmn-Identity PLMN-Identity OPTIONAL
}
URAUpdateConfirm-r7-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
rrc-StateIndicator RRC-StateIndicator,
utran-DRX-CycleLengthCoeff UTRAN-DRX-CycleLengthCoefficient-r7 OPTIONAL,
-- CN information elements
cn-InformationInfo CN-InformationInfo OPTIONAL,
primary-plmn-Identity PLMN-Identity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL
}
URAUpdateConfirm-v860ext-IEs ::= SEQUENCE {
-- User equipment IEs
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
-- Specification mode information
-- dummy is not used in this version of the specification, it should
-- not be sent and if received it should be ignored.
dummy DefaultConfigForCellFACH OPTIONAL
}
-- ***************************************************
--
-- URA UPDATE CONFIRM for CCCH
--
-- ***************************************************
URAUpdateConfirm-CCCH ::= CHOICE {
r3 SEQUENCE {
uraUpdateConfirm-CCCH-r3 URAUpdateConfirm-CCCH-r3-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
uraUpdateConfirm-CCCH-r3-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
uraUpdateConfirm-v690ext URAUpdateConfirm-v690ext-IEs,
v860NonCriticalExtensions SEQUENCE {
uraUpdateConfirm-v860ext URAUpdateConfirm-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
u-RNTI U-RNTI,
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions SEQUENCE {}
}
}
URAUpdateConfirm-CCCH-r3-IEs ::= SEQUENCE {
-- User equipment IEs
u-RNTI U-RNTI,
-- The rest of the message is identical to the one sent on DCCH.
uraUpdateConfirm URAUpdateConfirm-r3-IEs
}
-- ***************************************************
--
-- UTRAN MOBILITY INFORMATION
--
-- ***************************************************
UTRANMobilityInformation ::= CHOICE {
r3 SEQUENCE {
utranMobilityInformation-r3 UTRANMobilityInformation-r3-IEs,
v3a0NonCriticalExtensions SEQUENCE {
utranMobilityInformation-v3a0ext UTRANMobilityInformation-v3a0ext-IEs,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
utranMobilityInformation-r3-add-ext BIT STRING OPTIONAL,
v690NonCriticalExtensions SEQUENCE {
utranMobilityInformation-v690ext UtranMobilityInformation-v690ext-IEs,
v860NonCriticalExtentions SEQUENCE {
utranMobilityInformation-v860ext UTRANMobilityInformation-v860ext1-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
},
later-than-r3 SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r5 SEQUENCE {
utranMobilityInformation-r5 UTRANMobilityInformation-r5-IEs,
v690NonCriticalExtensions SEQUENCE {
utranMobilityInformation-v690ext UtranMobilityInformation-v690ext-IEs,
v860NonCriticalExtentions SEQUENCE {
utranMobilityInformation-v860ext UTRANMobilityInformation-v860ext1-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r7 SEQUENCE{
utranMobilityInformation-r7 UTRANMobilityInformation-r7-IEs,
-- Container for adding non critical extensions after freezing REL-8
utranMobilityInformation-r7-add-ext BIT STRING OPTIONAL,
v860NonCriticalExtensions SEQUENCE {
utranMobilityInformation-v860ext UTRANMobilityInformation-v860ext2-IEs,
vb50NonCriticalExtentions SEQUENCE {
utranMobilityInformation-vb50ext
UTRANMobilityInformation-vb50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE{
utranMobilityInformation-r11 UTRANMobilityInformation-r11-IEs,
-- Container for adding non critical extensions after freezing REL-12
utranMobilityInformation-r11-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r12 SEQUENCE {
utranMobilityInformation-r12 UTRANMobilityInformation-r12-IEs,
-- Container for adding non critical extensions after freezing REL-13
utranMobilityInformation-r12-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r13 SEQUENCE {
utranMobilityInformation-r13 UTRANMobilityInformation-r13-IEs,
-- Container for adding non critical extensions after freezing REL-14
utranMobilityInformation-r13-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
}
}
}
}
UTRANMobilityInformation-r3-IEs ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
ue-ConnTimersAndConstants UE-ConnTimersAndConstants OPTIONAL,
-- CN information elements
cn-InformationInfo CN-InformationInfoFull OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo OPTIONAL,
-- Extension mechanism for non- release99 information
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
UTRANMobilityInformation-v3a0ext-IEs ::= SEQUENCE {
ue-ConnTimersAndConstants-v3a0ext UE-ConnTimersAndConstants-v3a0ext
}
UTRANMobilityInformation-r5-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo OPTIONAL,
cipheringModeInfo CipheringModeInfo OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
ue-ConnTimersAndConstants UE-ConnTimersAndConstants-r5 OPTIONAL,
-- CN information elements
cn-InformationInfo CN-InformationInfoFull OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL
}
UtranMobilityInformation-v690ext-IEs ::= SEQUENCE {
-- Core network IEs
primary-plmn-Identity PLMN-Identity OPTIONAL
}
UTRANMobilityInformation-r7-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
ue-ConnTimersAndConstants UE-ConnTimersAndConstants-r5 OPTIONAL,
-- CN information elements
cn-InformationInfo CN-InformationInfoFull OPTIONAL,
primary-plmn-Identity PLMN-Identity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL
}
UTRANMobilityInformation-v860ext1-IEs ::= SEQUENCE {
-- User equipment IEs
-- UE shall take into account the following ue-ConnTimersAndConstants
-- only when ue-ConnTimersAndConstants IE is present in
-- UTRANMobilityInformation-r3-IEs or UTRANMobilityInformation-r5-IEs.
-- Otherwise, UE shall discard it.
ue-ConnTimersAndConstants UE-ConnTimersAndConstants-v860ext
}
UTRANMobilityInformation-v860ext2-IEs ::= SEQUENCE {
-- User equipment IEs
newPrimary-E-RNTI E-RNTI OPTIONAL,
-- UE shall take into account the following ue-ConnTimersAndConstants
-- only when ue-ConnTimersAndConstants IE is present in
-- UTRANMobilityInformation-r7-IEs. Otherwise, UE shall discard it.
ue-ConnTimersAndConstants UE-ConnTimersAndConstants-v860ext,
-- UTRAN Mobility IEs
dedicatedPriorityInformation DedicatedPriorityInformation OPTIONAL
}
UTRANMobilityInformation-vb50ext-IEs ::= SEQUENCE {
-- UTRAN Mobility IEs
dedicatedPriorityInformation DedicatedPriorityInformation-r11 OPTIONAL
}
UTRANMobilityInformation-r11-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
ue-ConnTimersAndConstants UE-ConnTimersAndConstants-r11 OPTIONAL,
-- CN information elements
cn-InformationInfo CN-InformationInfoFull OPTIONAL,
primary-plmn-Identity PLMN-Identity OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
dedicatedPriorityInformation DedicatedPriorityInformation-r11 OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL
}
UTRANMobilityInformation-r12-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
ue-ConnTimersAndConstants UE-ConnTimersAndConstants-r11 OPTIONAL,
measurementReleaseEnhancement MeasurementReleaseEnhancement OPTIONAL,
-- CN information elements
cn-InformationInfo CN-InformationInfoFull OPTIONAL,
primary-plmn-Identity PLMN-Identity OPTIONAL,
domainSpecificAccessRestrictionParametersUpdate
DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
pagingPermissionWithAccessControlParametersUpdate
PagingPermissionWithAccessControlParameters OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
dedicatedPriorityInformation DedicatedPriorityInformation-r11 OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- WLAN IEs
dedicatedWLANOffloadInformation DedicatedWLANOffloadInformation OPTIONAL
}
UTRANMobilityInformation-r13-IEs ::= SEQUENCE {
-- User equipment IEs
integrityProtectionModeInfo IntegrityProtectionModeInfo-r7 OPTIONAL,
cipheringModeInfo CipheringModeInfo-r7 OPTIONAL,
new-U-RNTI U-RNTI OPTIONAL,
new-C-RNTI C-RNTI OPTIONAL,
new-H-RNTI H-RNTI OPTIONAL,
newPrimary-E-RNTI E-RNTI OPTIONAL,
ue-ConnTimersAndConstants UE-ConnTimersAndConstants-r11 OPTIONAL,
measurementReleaseEnhancement MeasurementReleaseEnhancement OPTIONAL,
-- CN information elements
cn-InformationInfo CN-InformationInfoFull OPTIONAL,
primary-plmn-Identity PLMN-Identity OPTIONAL,
domainSpecificAccessRestrictionParametersUpdate
DomainSpecificAccessRestrictionParam-v670ext OPTIONAL,
pagingPermissionWithAccessControlParametersUpdate
PagingPermissionWithAccessControlParameters OPTIONAL,
-- UTRAN mobility IEs
ura-Identity URA-Identity OPTIONAL,
supportForChangeOfUE-Capability BOOLEAN OPTIONAL,
extendedDedicatedPriorityInformation DedicatedPriorityInformation-r13 OPTIONAL,
-- Radio bearer IEs
dl-CounterSynchronisationInfo DL-CounterSynchronisationInfo-r5 OPTIONAL,
-- WLAN IEs
dedicatedWLANOffloadInformation DedicatedWLANOffloadInformation OPTIONAL
}
-- ***************************************************
--
-- UTRAN MOBILITY INFORMATION CONFIRM
--
-- ***************************************************
UTRANMobilityInformationConfirm ::= SEQUENCE {
-- User equipment IEs
rrc-TransactionIdentifier RRC-TransactionIdentifier,
ul-IntegProtActivationInfo IntegrityProtActivationInfo OPTIONAL,
-- Radio bearer IEs
count-C-ActivationTime ActivationTime OPTIONAL,
-- dummy is not used in this version of the specification and
-- it should be ignored by the receiver.
dummy RB-ActivationTimeInfoList OPTIONAL,
ul-CounterSynchronisationInfo UL-CounterSynchronisationInfo OPTIONAL,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
utranMobilityInformationConfirm-r3-add-ext BIT STRING OPTIONAL,
v770NonCriticalExtension SEQUENCE {
utranMobilityInformationConfirm-v770ext
UTRANMobilityInformationConfirm-v770ext-IEs,
va40NonCriticalExtensions SEQUENCE {
utranMobilityInformationConfirm-va40ext
UTRANMobilityInformationConfirm-va40ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
UTRANMobilityInformationConfirm-v770ext-IEs ::= SEQUENCE {
deferredMeasurementControlReading ENUMERATED { true } OPTIONAL
}
UTRANMobilityInformationConfirm-va40ext-IEs ::= SEQUENCE {
loggedMeasAvailable ENUMERATED { true } OPTIONAL
}
-- ***************************************************
--
-- UTRAN MOBILITY INFORMATION FAILURE
--
-- ***************************************************
UTRANMobilityInformationFailure ::= SEQUENCE {
-- UE information elements
rrc-TransactionIdentifier RRC-TransactionIdentifier,
failureCause FailureCauseWithProtErr,
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
utranMobilityInformationFailure-r3-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
-- ***************************************************
--
-- MBMS ACCESS INFORMATION
--
-- ***************************************************
MBMSAccessInformation ::= SEQUENCE {
-- Access Information IEs
mbms-ServiceAccessInfoList MBMS-ServiceAccessInfoList-r6,
-- Non critical extensions
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
-- ***************************************************
--
-- MBMS COMMON PTM RB INFORMATION
--
-- ***************************************************
MBMSCommonPTMRBInformation ::= SEQUENCE {
-- Common PTM RB Information IEs
mbms-CommonRBInformationList MBMS-CommonRBInformationList-r6,
mbms-TranspChInfoForEachTrCh MBMS-TranspChInfoForEachTrCh-r6,
mbms-TranspChInfoForEachCCTrCh MBMS-TranspChInfoForEachCCTrCh-r6 OPTIONAL,
-- For FDD and TDD 3.84Mcps in a cell operating in MBSFN only mode and for TDD 7.68Mcps the
-- IE mbms-PhyChInformationList shall be ignored.
mbms-PhyChInformationList MBMS-PhyChInformationList-r6,
-- Non critical extensions
v770NonCriticalExtensions SEQUENCE {
mbmsCommonPTMRBInformation-v770ext
MBMSCommonPTMRBInformation-v770ext-IEs,
v780NonCriticalExtensions SEQUENCE {
mbmsCommonPTMRBInformation-v780ext
MBMSCommonPTMRBInformation-v780ext-IEs,
v860NonCriticalExtensions SEQUENCE {
mbmsCommonPTMRBInformation-v860ext
MBMSCommonPTMRBInformation-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
MBMSCommonPTMRBInformation-v770ext-IEs ::= SEQUENCE {
-- TABULAR: CHOICE mode == "FDD or TDD"
mbms-PhyChInformationList-r7 MBMS-PhyChInformationList-r7 OPTIONAL
}
MBMSCommonPTMRBInformation-v780ext-IEs ::= SEQUENCE {
mbsfn-TDDInformation-LCR MBSFN-TDDInformation-LCR OPTIONAL
}
MBMSCommonPTMRBInformation-v860ext-IEs ::= SEQUENCE {
-- TABULAR: CHOICE mode == "3.84 Mcps TDD IMB"
mbms-PhyChInformationList MBMS-PhyChInformationList-IMB384 OPTIONAL
}
-- ***************************************************
--
-- MBMS CURRENT CELL PTM RB INFORMATION
--
-- ***************************************************
MBMSCurrentCellPTMRBInformation ::= SEQUENCE {
-- Current Cell PTM RB Information IEs
mbms-CurrentCell-SCCPCHList MBMS-CurrentCell-SCCPCHList-r6 OPTIONAL,
mbms-SIBType5-SCCPCHList MBMS-SIBType5-SCCPCHList-r6 OPTIONAL,
-- Non critical extensions
v770NonCriticalExtensions SEQUENCE {
mbmsCurrentCellPTMRBInfo-v770ext
MBMSCurrentCellPTMRBInfo-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
MBMSCurrentCellPTMRBInfo-v770ext-IEs ::= SEQUENCE {
mbsfn-TDM-Info-List MBSFN-TDM-Info-List OPTIONAL
}
-- ***************************************************
--
-- MBMS GENERAL INFORMATION
--
-- ***************************************************
MBMSGeneralInformation ::= SEQUENCE {
-- MBMS General Information IEs
mbms-PreferredFrequencyInfo MBMS-PreferredFrequencyList-r6 OPTIONAL,
mbms-TimersAndCounters MBMS-TimersAndCounters-r6,
michConfigurationInfo MBMS-MICHConfigurationInfo-r6,
cellGroupIdentity MBMS-CellGroupIdentity-r6,
mschDefaultConfigurationInfo MBMS-MSCH-ConfigurationInfo-r6 OPTIONAL,
-- Non critical extensions
v6b0NonCriticalExtensions SEQUENCE {
mbmsGeneralInformation-v6b0ext MBMSGeneralInformation-v6b0ext-IEs,
v770NonCriticalExtensions SEQUENCE {
mbmsGeneralInformation-v770ext MBMSGeneralInformation-v770ext-IEs,
v860NonCriticalExtensions SEQUENCE {
mbmsGeneralInformation-v860ext MBMSGeneralInformation-v860ext-IEs,
v890NoncriticalExtensions SEQUENCE {
mbmsGeneralInformation-v890ext MBMSGeneralInformation-v890ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
MBMSGeneralInformation-v6b0ext-IEs ::= SEQUENCE {
indicateChangeInSelectedServices BOOLEAN
}
MBMSGeneralInformation-v770ext-IEs ::= SEQUENCE {
mbmsMICHConfiguration MBMS-MICHConfigurationInfo-v770ext OPTIONAL,
mbsfnInterFrequencyNeighbourList
MBSFN-InterFrequencyNeighbourList-r7 OPTIONAL
}
MBMSGeneralInformation-v860ext-IEs ::= SEQUENCE {
mbsfnInterFrequencyNeighbourList
MBSFN-InterFrequencyNeighbourList-v860ext OPTIONAL
}
MBMSGeneralInformation-v890ext-IEs ::= SEQUENCE {
mbmsNetworkStandardTimeInformation-LCR
MBMS-NetworkStandardTimeInformation-LCR-v890ext OPTIONAL,
mbmsMICHConfiguration MBMS-MICHConfigurationInfo-v890ext OPTIONAL
}
-- ***************************************************
--
-- MBMS MODIFICATION REQUEST
--
-- ***************************************************
MBMSModificationRequest ::= SEQUENCE {
-- MBMS Modification Request IEs
mbms-PreferredFreqRequest MBMS-ServiceIdentity-r6 OPTIONAL,
rb-InformationReleaseList RB-InformationReleaseList OPTIONAL,
-- Non critical extensions
v6b0NonCriticalExtensions SEQUENCE {
mbmsModificationRequest-v6b0ext MBMSModificationRequest-v6b0ext-IEs,
v6f0NonCriticalExtensions SEQUENCE {
mbmsModificationRequest-v6f0ext MBMSModificationRequest-v6f0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
MBMSModificationRequest-v6b0ext-IEs ::= SEQUENCE {
mbmsSelectedServiceInfo MBMS-SelectedServiceInfo
}
MBMSModificationRequest-v6f0ext-IEs ::= SEQUENCE {
mbmsSupportOfServiceChangeForAPtpRB ENUMERATED { true } OPTIONAL
}
-- ***************************************************
--
-- MBMS MODIFIED SERVICES INFORMATION
--
-- ***************************************************
MBMSModifiedServicesInformation ::= SEQUENCE {
-- MBMS Modified Services Information IEs
modifedServiceList MBMS-ModifedServiceList-r6 OPTIONAL,
mbms-ReacquireMCCH ENUMERATED { true } OPTIONAL,
mbms-DynamicPersistenceLevel DynamicPersistenceLevel OPTIONAL,
endOfModifiedMCCHInformation INTEGER (1..16) OPTIONAL,
mbmsNumberOfNeighbourCells MBMS-NumberOfNeighbourCells-r6,
mbms-AllUnmodifiedPTMServices ENUMERATED { true } OPTIONAL,
mbms-PTMActivationTime MBMS-PTMActivationTime-r6 OPTIONAL,
-- Non critical extensions
v770NonCriticalExtensions SEQUENCE {
mbmsModifiedServicesInformation-v770ext
MBMSModifiedServicesInformation-v770ext-IEs,
v7c0NonCriticalExtensions SEQUENCE {
mbmsModifiedServicesInformation-v7c0ext
MBMSModifiedServicesInformation-v7c0ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
MBMSModifiedServicesInformation-v770ext-IEs ::= SEQUENCE {
modifiedServiceList MBMS-ModifiedServiceList-v770ext OPTIONAL,
mib-ValueTag MIB-ValueTag OPTIONAL
}
MBMSModifiedServicesInformation-v7c0ext-IEs ::= SEQUENCE {
modifiedServiceList MBMS-ModifiedServiceList-LCR-v7c0ext OPTIONAL
}
-- ***************************************************
--
-- MBMS NEIGHBOURING CELL PTM RB INFORMATION
--
-- ***************************************************
MBMSNeighbouringCellPTMRBInformation ::= SEQUENCE {
-- MBMS Neighbouring Cell PTM RB Information IEs
neighbouringCellIdentity IntraFreqCellID,
neighbouringCellSCCPCHList MBMS-NeighbouringCellSCCPCHList-r6,
-- Non critical extensions
v770NonCriticalExtensions SEQUENCE {
mbmsNeighbouringCellPTMRBInformation-v770ext
MBMSNeighbouringCellPTMRBInformation-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
MBMSNeighbouringCellPTMRBInformation-v770ext-IEs ::= SEQUENCE {
-- The "choice_PhyCH" in the tabular is realized by using the following IE due to the
-- constraint in the ASN.1 implementation.
neighbouringCellSCCPCHList MBMS-NeighbouringCellSCCPCHList-v770ext OPTIONAL
}
-- ***************************************************
--
-- MBMS SCHEDULING INFORMATION
--
-- ***************************************************
MBMSSchedulingInformation ::= SEQUENCE {
-- MBMS Scheduling Information IEs
serviceSchedulingInfoList MBMS-ServiceSchedulingInfoList-r6,
-- Non critical extensions
nonCriticalExtensions SEQUENCE {} OPTIONAL
}
-- ***************************************************
--
-- MBMS UNMODIFIED SERVICES INFORMATION
--
-- ***************************************************
MBMSUnmodifiedServicesInformation ::= SEQUENCE {
-- MBMS Unmodified Services Information IEs
unmodifiedServiceList MBMS-UnmodifiedServiceList-r6 OPTIONAL,
-- Non critical extensions
v770NonCriticalExtensions SEQUENCE {
mbmsUnmodifiedServicesInformation-v770ext
MBMSUnmodifiedServicesInformation-v770ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
}
MBMSUnmodifiedServicesInformation-v770ext-IEs ::= SEQUENCE {
unmodifiedServiceList MBMS-UnmodifiedServiceList-v770ext OPTIONAL
}
-- ***************************************************
--
-- System Information Container
--
-- ***************************************************
System-Information-Container ::= SEQUENCE {
mib OCTET STRING (CONTAINING MasterInformationBlock),
sysInfoTypeSB1 OCTET STRING (CONTAINING SysInfoTypeSB1) OPTIONAL,
sysInfoTypeSB2 OCTET STRING (CONTAINING SysInfoTypeSB2) OPTIONAL,
sysInfoType1 OCTET STRING (CONTAINING SysInfoType1),
sysInfoType3 OCTET STRING (CONTAINING SysInfoType3),
sysInfoType5 OCTET STRING (CONTAINING SysInfoType5),
sysInfoType7 OCTET STRING (CONTAINING SysInfoType7),
sysInfoType11 OCTET STRING (CONTAINING SysInfoType11) OPTIONAL,
sysInfoType11bis OCTET STRING (CONTAINING SysInfoType11bis) OPTIONAL,
sysInfoType12 OCTET STRING (CONTAINING SysInfoType12) OPTIONAL,
vb50NonCriticalExtensions SEQUENCE {
system-Information-Container-vb50ext System-Information-Container-vb50ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
system-Information-Container-vc50ext System-Information-Container-vc50ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
}
System-Information-Container-vb50ext-IEs ::= SEQUENCE {
sysInfoType22 OCTET STRING (CONTAINING SysInfoType22) OPTIONAL
}
System-Information-Container-vc50ext-IEs ::= SEQUENCE {
sysInfoType11ter OCTET STRING (CONTAINING SysInfoType11ter) OPTIONAL
}
-- ***************************************************
--
-- LOGGING MEASUREMENT CONFIGURATION
--
-- ***************************************************
LoggingMeasurementConfiguration ::= SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r10 SEQUENCE {
loggingMeasurementConfiguration-r10-IEs LoggingMeasurementConfiguration-r10-IEs,
-- Container for additional R10 extensions
loggingMeasurementConfiguration-r10-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
loggingMeasurementConfiguration-r11-IEs LoggingMeasurementConfiguration-r11-IEs,
loggingMeasurementConfiguration-r11-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
LoggingMeasurementConfiguration-r10-IEs ::= SEQUENCE {
loggedMeasurementsConfigurationInfo LoggedMeasurementsConfigurationInfo OPTIONAL,
loggedANRConfigurationInfo LoggedANRConfigurationInfo OPTIONAL
}
LoggingMeasurementConfiguration-r11-IEs ::= SEQUENCE {
loggedMeasurementsConfigurationInfo LoggedMeasurementsConfigurationInfo-r11 OPTIONAL,
loggedANRConfigurationInfo LoggedANRConfigurationInfo OPTIONAL
}
-- ***************************************************
--
-- UE INFORMATION RESPONSE
--
-- ***************************************************
UEInformationResponse ::= SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
loggedMeasReport LoggedMeasReport OPTIONAL,
loggedANRReportInfoList LoggedANRReportInfoList OPTIONAL,
vb50NonCriticalExtensions SEQUENCE {
ueInformationResponse-vb50ext UEInformationResponse-vb50ext-IEs,
vbb0NonCriticalExtensions SEQUENCE {
ueInformationResponse-vbb0ext UEInformationResponse-vbb0ext-IEs,
vc50NonCriticalExtensions SEQUENCE {
ueInformationResponse-vc50ext UEInformationResponse-vc50ext-IEs, nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
} OPTIONAL
} OPTIONAL
}
UEInformationResponse-vb50ext-IEs ::= SEQUENCE {
loggedMeasReport LoggedMeasReport-vb50ext OPTIONAL,
-- dummy is not used in this version of the specification. It should not be sent and
-- if received it should be ignored.
dummy ConnectionEstablishmentFailureReport OPTIONAL,
loggedANRReportInfoList LoggedANRReportInfoList-vb50ext OPTIONAL
}
UEInformationResponse-vbb0ext-IEs ::= SEQUENCE {
connectionEstablishmentFailureReport
ConnectionEstablishmentFailureReport-r11 OPTIONAL
}
UEInformationResponse-vc50ext-IEs ::= SEQUENCE {
loggedMeasReport LoggedMeasReport-vc50ext OPTIONAL,
connectionEstablishmentFailureReport
ConnectionEstablishmentFailureReport-vc50ext OPTIONAL
}
-- ***************************************************
--
-- UE INFORMATION REQUEST
--
-- ***************************************************
UEInformationRequest ::= SEQUENCE {
rrc-TransactionIdentifier RRC-TransactionIdentifier,
criticalExtensions CHOICE {
r10 SEQUENCE {
ueInformationRequest-r10 UEInformationRequest-r10-IEs,
-- Container for additional R10 extensions
ueInformationRequest-r10-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions CHOICE {
r11 SEQUENCE {
ueInformationRequest-r11 UEInformationRequest-r11-IEs,
-- Container for additional R11 extensions
ueInformationRequest-r11-add-ext BIT STRING OPTIONAL,
nonCriticalExtensions SEQUENCE {} OPTIONAL
},
criticalExtensions SEQUENCE {}
}
}
}
UEInformationRequest-r10-IEs ::= SEQUENCE {
loggedMeasReportRequest ENUMERATED { true } OPTIONAL,
loggedANRReportRequest ENUMERATED { true } OPTIONAL
}
UEInformationRequest-r11-IEs ::= SEQUENCE {
loggedMeasReportRequest ENUMERATED { true } OPTIONAL,
loggedANRReportRequest ENUMERATED { true } OPTIONAL,
connectionEstablishmentFailureRequest ENUMERATED { true } OPTIONAL
}
END |
Configuration | wireshark/epan/dissectors/asn1/rrc/rrc.cnf | # rrc.cnf
# rrc conformation file
# Copyright 2006 Anders Broman
#.OPT
PER
UNALIGNED
PROTO_ROOT_NAME proto_rrc
#.END
#.USE_VALS_EXT
AverageRLC-BufferPayload
DL-DCCH-MessageType
DL-TS-ChannelisationCode-VHCR
EstablishmentCause
E-DCH-MAC-d-FlowRetransTimer
HARQMemorySize
CommonEDCHSystemInfo/modeSpecificInfo/tdd/tdd128/ccch-transmission-Info/harq-retransmission-timer
MBMS-AccessProbabilityFactor
PNBSCH-Allocation-r4/numberOfRepetitionsPerSFNPeriod
RadioFrequencyBandFDD3
E-PUCH-Info/modeSpecificInfo/tdd128/retransTimerForSchedInfo
E-PUCH-Info-TDD128/retransTimerForSchedInfo
ReceivedMessageType
RLC-BuffersPayload
SCCPCH-ChannelisationCode-VHCR
SFN-SFN-Drift
SIBSb-TypeAndTag
SIB-Type
SIB-TypeAndTag
SIB-TypeAndTag2
TDD768-PICH-CCode
TDD-PRACH-CCode-LCR-r4
TimerPoll
TimerPollProhibit
TimerStatusProhibit
TrafficVolumeThreshold
U-RNTI-Group
UL-DCCH-MessageType
UL-TS-ChannelisationCode
UL-TS-ChannelisationCode-VHCR
MinimumTEBS-threshold
UE-DTX-Cycle2-2ms-Secondary
SIB-Type2
WLANThreshBackhaulRate
#.EXPORTS
InterRATHandoverInfo
InterRATHandoverInfo_PDU
ToTargetRNC-Container_PDU
TargetRNC-ToSourceRNC-Container_PDU
HandoverToUTRANCommand_PDU
SysInfoType1_PDU
SysInfoType2_PDU
SysInfoType3_PDU
SysInfoType4_PDU
SysInfoType5_PDU
SysInfoType6_PDU
SysInfoType7_PDU
SysInfoType11_PDU
SysInfoType12_PDU
SysInfoType13_PDU
SysInfoType13-1_PDU
SysInfoType13-2_PDU
SysInfoType13-3_PDU
SysInfoType13-4_PDU
SysInfoType14_PDU
SysInfoType15_PDU
SysInfoType15-1_PDU
SysInfoType15-2_PDU
SysInfoType15-3_PDU
SysInfoType15-4_PDU
SysInfoType16_PDU
SysInfoType17_PDU
SysInfoType18_PDU
SysInfoType19_PDU
SysInfoTypeSB1_PDU
SysInfoTypeSB2_PDU
MasterInformationBlock_PDU
MeasurementReport_PDU
#.OMIT_ASSIGNMENT
# Omit System-Information-Container for now it messes up the
# MasterInformationBlock @si.mib
# :
# for some reason
UE-RadioAccessCapability-v890ext
UE-RadioAccessCapability-va60ext
UL-PhysChCapabilityFDD-r6
GSMCellGroupingList
UE-Positioning-GANSS-Data
GANSSDecipheringKeys
GSM-CellID
RRCConnectionRelease-CCCH-va40ext-IEs
MeasuredResultsList-vd20ext
#.END
#.PDU
DL-DCCH-Message @dl.dcch
UL-DCCH-Message @ul.dcch
DL-CCCH-Message @dl.ccch
UL-CCCH-Message @ul.ccch
PCCH-Message @pcch
DL-SHCCH-Message @dl.shcch
UL-SHCCH-Message @ul.shcch
BCCH-FACH-Message @bcch.fach
BCCH-BCH-Message @bcch.bch
BCCH-BCH2-Message @bcch.bch2
MCCH-Message @mcch
MSCH-Message @msch
SystemInformation-BCH @sysinfo
SystemInformation2-BCH @sysinfo2
System-Information-Container @sysinfo.cont
MasterInformationBlock @si.mib
MeasurementReport
SysInfoType1 @si.sib1
SysInfoType2 @si.sib2
SysInfoType3 @si.sib3
SysInfoType4 @si.sib4
SysInfoType5 @si.sib5
SysInfoType5bis @si.sib5bis
SysInfoType6 @si.sib6
SysInfoType7 @si.sib7
SysInfoType8 @si.sib8
SysInfoType9 @si.sib9
SysInfoType10 @si.sib10
SysInfoType11 @si.sib11
SysInfoType11bis @si.sib11bis
SysInfoType11ter @si.sib11ter
SysInfoType12 @si.sib12
SysInfoType13 @si.sib13
SysInfoType13-1 @si.sib13-1
SysInfoType13-2 @si.sib13-2
SysInfoType13-3 @si.sib13-3
SysInfoType13-4 @si.sib13-4
SysInfoType14 @si.sib14
SysInfoType15 @si.sib15
SysInfoType15bis @si.sib15bis
SysInfoType15-1 @si.sib15-1
SysInfoType15-1bis @si.sib15-1bis
SysInfoType15-1ter @si.sib15-1ter
SysInfoType15-2 @si.sib15-2
SysInfoType15-2bis @si.sib15-2bis
SysInfoType15-2ter @si.sib15-2ter
SysInfoType15-3 @si.sib15-3
SysInfoType15-3bis @si.sib15-3bis
SysInfoType15-4 @si.sib15-4
SysInfoType15-5 @si.sib15-5
SysInfoType15-6 @si.sib15-6
SysInfoType15-7 @si.sib15-7
SysInfoType15-8 @si.sib15-8
SysInfoType16 @si.sib16
SysInfoType17 @si.sib17
SysInfoType18 @si.sib18
SysInfoType19 @si.sib19
SysInfoType20 @si.sib20
SysInfoType21 @si.sib21
SysInfoType22 @si.sib22
SysInfoType23 @si.sib23
SysInfoType24 @si.sib24
SysInfoType25 @si.sib25
SysInfoTypeSB1 @si.sb1
SysInfoTypeSB2 @si.sb2
SysInfoTypeSB3 @si.sb3
HandoverToUTRANCommand @irat.ho_to_utran_cmd
InterRATHandoverInfo @irat.irat_ho_info
UE-RadioAccessCapabilityInfo @ue_radio_access_cap_info
ToTargetRNC-Container @s_to_trnc_cont
TargetRNC-ToSourceRNC-Container @t_to_srnc_cont
#.FIELD_RENAME
HandoverFromUTRANCommand-GSM-r3-IEs/gsm-message/gsm-MessageList gsm-MessageList-r3
HandoverFromUTRANCommand-GSM-r6-IEs/gsm-message/gsm-MessageList gsm-MessageList-r6
HandoverFromUTRANFailure/interRATMessage/gsm/gsm-MessageList gsm-MessageList-gsm
HandoverFromUTRANCommand-GSM-r3-IEs/gsm-message/single-GSM-Message single-GSM-Message-r3
HandoverFromUTRANCommand-GSM-r6-IEs/gsm-message/single-GSM-Message single-GSM-Message-r6
#.END
#.FN_BODY NAS-Message VAL_PTR = &nas_message_tvb
tvbuff_t *nas_message_tvb=NULL;
%(DEFAULT_BODY)s
if (nas_message_tvb && gsm_a_dtap_handle) {
proto_tree *nas_tree = rrc_nas_in_root_tree ? proto_tree_get_root(tree) : tree;
call_dissector(gsm_a_dtap_handle,nas_message_tvb,%(ACTX)s->pinfo, nas_tree);
}
#.FN_BODY InterRATHandoverInfo/ue-CapabilityContainer/present VAL_PTR = &ue_radio_access_cap_info_tvb
tvbuff_t *ue_radio_access_cap_info_tvb=NULL;
%(DEFAULT_BODY)s
if (ue_radio_access_cap_info_tvb)
call_dissector(rrc_ue_radio_access_cap_info_handle,ue_radio_access_cap_info_tvb,%(ACTX)s->pinfo, tree);
#.END
#.FN_BODY ActiveSetUpdate
col_append_str(actx->pinfo->cinfo, COL_INFO, "ActiveSetUpdate");
%(DEFAULT_BODY)s
#.FN_BODY ActiveSetUpdateComplete
col_append_str(actx->pinfo->cinfo, COL_INFO, "ActiveSetUpdateComplete");
%(DEFAULT_BODY)s
#.FN_BODY ActiveSetUpdateFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "ActiveSetUpdateFailure");
%(DEFAULT_BODY)s
#.FN_BODY AssistanceDataDelivery
col_append_str(actx->pinfo->cinfo, COL_INFO, "AssistanceDataDelivery");
%(DEFAULT_BODY)s
#.FN_BODY CellChangeOrderFromUTRAN
col_append_str(actx->pinfo->cinfo, COL_INFO, "CellChangeOrderFromUTRAN");
%(DEFAULT_BODY)s
#.FN_BODY CellChangeOrderFromUTRANFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "CellChangeOrderFromUTRANFailure");
%(DEFAULT_BODY)s
#.FN_BODY CellUpdate
col_append_str(actx->pinfo->cinfo, COL_INFO, "CellUpdate");
%(DEFAULT_BODY)s
#.FN_BODY CellUpdateFDD-r11
col_append_str(actx->pinfo->cinfo, COL_INFO, "CellUpdateFDD-r11");
%(DEFAULT_BODY)s
#.FN_BODY CellUpdateConfirm-CCCH
fp_info *fpinf = NULL;
rlc_info *rlcinf = NULL;
guint32 u_rnti;
col_append_str(actx->pinfo->cinfo, COL_INFO, "CellUpdateConfirm-CCCH");
%(DEFAULT_BODY)s
if(PINFO_FD_VISITED(actx->pinfo)) {
return offset;
}
fpinf = (fp_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_fp, 0);
rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_rlc, 0);
/*If FP info or RLC info is missing , skip all this*/
if(fpinf == NULL || rlcinf == NULL){
return offset;
}
/* If UE is moving to CELL_DCH we need to map it's U-RNTI to the new CRNC context in NBAP */
if (private_data_get_rrc_state_indicator(actx) == RRC_UE_STATE_CELL_DCH) {
u_rnti = private_data_get_current_u_rnti(actx);
rrc_try_map_urnti_to_crncc(u_rnti, actx);
}
#.FN_BODY CellUpdateConfirm
fp_info *fpinf = NULL;
rlc_info *rlcinf = NULL;
guint32 u_rnti;
col_append_str(actx->pinfo->cinfo, COL_INFO, "CellUpdateConfirm");
%(DEFAULT_BODY)s
if(PINFO_FD_VISITED(actx->pinfo)) {
return offset;
}
fpinf = (fp_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_fp, 0);
rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_rlc, 0);
/*If FP info or RLC info is missing , skip all this*/
if(fpinf == NULL || rlcinf == NULL){
return offset;
}
/* If UE is moving to CELL_DCH we need to map it's U-RNTI to the new CRNC context in NBAP */
if (private_data_get_rrc_state_indicator(actx) == RRC_UE_STATE_CELL_DCH) {
u_rnti = rlcinf->ueid[fpinf->cur_tb]; /* Hopefully a U-RNTI, might be C-RNTI */
rrc_try_map_urnti_to_crncc(u_rnti, actx);
}
#.FN_BODY CounterCheck
col_append_str(actx->pinfo->cinfo, COL_INFO, "CounterCheck");
%(DEFAULT_BODY)s
#.FN_BODY CounterCheckResponse
col_append_str(actx->pinfo->cinfo, COL_INFO, "CounterCheckResponse");
%(DEFAULT_BODY)s
#.FN_BODY DownlinkDirectTransfer
col_append_str(actx->pinfo->cinfo, COL_INFO, "DownlinkDirectTransfer");
%(DEFAULT_BODY)s
#.FN_BODY ETWSPrimaryNotificationWithSecurity
col_append_str(actx->pinfo->cinfo, COL_INFO, "ETWSPrimaryNotificationWithSecurity");
%(DEFAULT_BODY)s
#.FN_BODY HandoverToUTRANComplete
col_append_str(actx->pinfo->cinfo, COL_INFO, "HandoverToUTRANComplete");
%(DEFAULT_BODY)s
#.FN_BODY InitialDirectTransfer
col_append_str(actx->pinfo->cinfo, COL_INFO, "InitialDirectTransfer");
%(DEFAULT_BODY)s
#.FN_BODY HandoverFromUTRANCommand-EUTRA
col_append_str(actx->pinfo->cinfo, COL_INFO, "HandoverFromUTRANCommand-EUTRA");
%(DEFAULT_BODY)s
#.FN_BODY HandoverFromUTRANCommand-GERANIu
col_append_str(actx->pinfo->cinfo, COL_INFO, "HandoverFromUTRANCommand-GERANIu");
%(DEFAULT_BODY)s
#.FN_BODY HandoverFromUTRANCommand-GSM
col_append_str(actx->pinfo->cinfo, COL_INFO, "HandoverFromUTRANCommand-GSM");
%(DEFAULT_BODY)s
#.FN_BODY HandoverFromUTRANCommand-CDMA2000
col_append_str(actx->pinfo->cinfo, COL_INFO, "HandoverFromUTRANCommand-CDMA2000");
%(DEFAULT_BODY)s
#.FN_BODY HandoverFromUTRANFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "HandoverFromUTRANFailure");
%(DEFAULT_BODY)s
#.FN_BODY LoggingMeasurementConfiguration
col_append_str(actx->pinfo->cinfo, COL_INFO, "LoggingMeasurementConfiguration");
%(DEFAULT_BODY)s
#.FN_BODY MBMSAccessInformation
col_append_str(actx->pinfo->cinfo, COL_INFO, "MBMSAccessInformation");
%(DEFAULT_BODY)s
#.FN_BODY MBMSCommonPTMRBInformation
col_append_str(actx->pinfo->cinfo, COL_INFO, "MBMSCommonPTMRBInformation");
%(DEFAULT_BODY)s
#.FN_BODY MBMSCurrentCellPTMRBInformation
col_append_str(actx->pinfo->cinfo, COL_INFO, "MBMSCurrentCellPTMRBInformation");
%(DEFAULT_BODY)s
#.FN_BODY MBMSGeneralInformation
col_append_str(actx->pinfo->cinfo, COL_INFO, "MBMSGeneralInformation");
%(DEFAULT_BODY)s
#.FN_BODY MBMSModificationRequest
col_append_str(actx->pinfo->cinfo, COL_INFO, "MBMSModificationRequest");
%(DEFAULT_BODY)s
#.FN_BODY MBMSModifiedServicesInformation
col_append_str(actx->pinfo->cinfo, COL_INFO, "MBMSModifiedServicesInformation");
%(DEFAULT_BODY)s
#.FN_BODY MBMSNeighbouringCellPTMRBInformation
col_append_str(actx->pinfo->cinfo, COL_INFO, "MBMSNeighbouringCellPTMRBInformation");
%(DEFAULT_BODY)s
#.FN_BODY MBMSSchedulingInformation
col_append_str(actx->pinfo->cinfo, COL_INFO, "MBMSSchedulingInformation");
%(DEFAULT_BODY)s
#.FN_BODY MBMSUnmodifiedServicesInformation
col_append_str(actx->pinfo->cinfo, COL_INFO, "MBMSUnmodifiedServicesInformation");
%(DEFAULT_BODY)s
#.FN_BODY MeasurementControl
col_append_str(actx->pinfo->cinfo, COL_INFO, "MeasurementControl");
%(DEFAULT_BODY)s
#.FN_BODY MeasurementControlFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "MeasurementControlFailure");
%(DEFAULT_BODY)s
#.FN_BODY MeasurementReport
col_append_str(actx->pinfo->cinfo, COL_INFO, "MeasurementReport");
%(DEFAULT_BODY)s
#.FN_BODY PagingType1
col_append_str(actx->pinfo->cinfo, COL_INFO, "PagingType1");
%(DEFAULT_BODY)s
#.FN_BODY PagingType2
col_append_str(actx->pinfo->cinfo, COL_INFO, "PagingType2");
%(DEFAULT_BODY)s
#.FN_BODY PhysicalChannelReconfiguration
fp_info *fpinf = NULL;
rlc_info *rlcinf = NULL;
guint32 u_rnti;
col_append_str(actx->pinfo->cinfo, COL_INFO, "PhysicalChannelReconfiguration");
%(DEFAULT_BODY)s
if(PINFO_FD_VISITED(actx->pinfo)) {
return offset;
}
fpinf = (fp_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_fp, 0);
rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_rlc, 0);
/*If FP info or RLC info is missing , skip all this*/
if(fpinf == NULL || rlcinf == NULL){
return offset;
}
/* If we receive this message on FACH and UE is moving to CELL_DCH */
/* we need to map it's U-RNTI to the new CRNC context in NBAP */
if (fpinf->channel == CHANNEL_FACH_FDD && private_data_get_rrc_state_indicator(actx) == RRC_UE_STATE_CELL_DCH) {
u_rnti = rlcinf->ueid[fpinf->cur_tb]; /* Hopefully a U-RNTI, might be C-RNTI */
rrc_try_map_urnti_to_crncc(u_rnti, actx);
}
#.FN_BODY PhysicalChannelReconfigurationComplete
col_append_str(actx->pinfo->cinfo, COL_INFO, "PhysicalChannelReconfigurationComplete");
%(DEFAULT_BODY)s
#.FN_BODY PhysicalChannelReconfigurationFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "PhysicalChannelReconfigurationFailure");
%(DEFAULT_BODY)s
#.FN_BODY PhysicalSharedChannelAllocation
col_append_str(actx->pinfo->cinfo, COL_INFO, "PhysicalSharedChannelAllocation");
%(DEFAULT_BODY)s
#.FN_BODY PUSCHCapacityRequest
col_append_str(actx->pinfo->cinfo, COL_INFO, "PUSCHCapacityRequest");
%(DEFAULT_BODY)s
#.FN_BODY RadioBearerReconfiguration
fp_info *fpinf = NULL;
rlc_info *rlcinf = NULL;
guint32 u_rnti;
col_append_str(actx->pinfo->cinfo, COL_INFO, "RadioBearerReconfiguration");
%(DEFAULT_BODY)s
if(PINFO_FD_VISITED(actx->pinfo)) {
return offset;
}
fpinf = (fp_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_fp, 0);
rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_rlc, 0);
/*If FP info or RLC info is missing , skip all this*/
if(fpinf == NULL || rlcinf == NULL){
return offset;
}
/* If we receive this message on FACH and UE is moving to CELL_DCH */
/* we need to map it's U-RNTI to the new CRNC context in NBAP */
if (fpinf->channel == CHANNEL_FACH_FDD && private_data_get_rrc_state_indicator(actx) == RRC_UE_STATE_CELL_DCH) {
u_rnti = rlcinf->ueid[fpinf->cur_tb]; /* Hopefully a U-RNTI, might be C-RNTI */
rrc_try_map_urnti_to_crncc(u_rnti, actx);
}
#.FN_BODY RadioBearerReconfigurationComplete
col_append_str(actx->pinfo->cinfo, COL_INFO, "RadioBearerReconfigurationComplete");
%(DEFAULT_BODY)s
#.FN_BODY RadioBearerReconfigurationFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "RadioBearerReconfigurationFailure");
%(DEFAULT_BODY)s
#.FN_BODY RadioBearerRelease
col_append_str(actx->pinfo->cinfo, COL_INFO, "RadioBearerRelease");
%(DEFAULT_BODY)s
#.FN_BODY RadioBearerReleaseComplete
col_append_str(actx->pinfo->cinfo, COL_INFO, "RadioBearerReleaseComplete");
%(DEFAULT_BODY)s
#.FN_BODY RadioBearerReleaseFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "RadioBearerReleaseFailure");
%(DEFAULT_BODY)s
#.FN_BODY RadioBearerSetup
col_append_str(actx->pinfo->cinfo, COL_INFO, "RadioBearerSetup");
%(DEFAULT_BODY)s
#.FN_BODY RadioBearerSetupComplete
col_append_str(actx->pinfo->cinfo, COL_INFO, "RadioBearerSetupComplete");
%(DEFAULT_BODY)s
#.FN_BODY RadioBearerSetupFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "RadioBearerSetupFailure");
%(DEFAULT_BODY)s
#.FN_BODY RRCConnectionReject
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReject");
%(DEFAULT_BODY)s
#.FN_BODY RRCConnectionRelease
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionRelease");
%(DEFAULT_BODY)s
#.FN_BODY RRCConnectionRelease-CCCH
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionRelease-CCCH");
%(DEFAULT_BODY)s
#.FN_BODY RRCConnectionReleaseComplete
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionReleaseComplete");
%(DEFAULT_BODY)s
#.FN_BODY RRCConnectionRequest
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionRequest");
%(DEFAULT_BODY)s
#.FN_BODY RRCConnectionSetup
guint32 new_u_rnti;
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionSetup");
%(DEFAULT_BODY)s
if (PINFO_FD_VISITED(actx->pinfo)) {
return offset;
}
/* Trying to map the U-RNTI assigned to the user to CRNC Context from NBAP*/
new_u_rnti = private_data_get_new_u_rnti(actx);
rrc_try_map_urnti_to_crncc(new_u_rnti, actx);
#.FN_BODY RRCConnectionSetupComplete
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCConnectionSetupComplete");
%(DEFAULT_BODY)s
#.FN_BODY RRCStatus
col_append_str(actx->pinfo->cinfo, COL_INFO, "RRCStatus");
%(DEFAULT_BODY)s
#.FN_BODY SecurityModeCommand
fp_info *fpinf;
rlc_info *rlcinf;
rrc_ciphering_info *ciphering_info = NULL;
guint8 direction;
col_append_str(actx->pinfo->cinfo, COL_INFO, "SecurityModeCommand");
fpinf = (fp_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_fp, 0);
rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_rlc, 0);
/*If FP info or RLC info is missing , skip all this*/
if(fpinf != NULL && rlcinf != NULL){
ciphering_info = get_or_create_cipher_info(fpinf, rlcinf);
private_data_set_ciphering_info(actx, ciphering_info);
}
%(DEFAULT_BODY)s
if( ciphering_info != NULL ){
direction = P2P_DIR_DL; /* Security Mode Command is from the RNC, direction is always downlink */
ciphering_info->setup_frame[direction] = actx->pinfo->num;
}
#.FN_BODY SecurityModeComplete
fp_info *fpinf;
rlc_info *rlcinf;
rrc_ciphering_info *ciphering_info = NULL;
guint8 direction;
col_append_str(actx->pinfo->cinfo, COL_INFO, "SecurityModeComplete");
fpinf = (fp_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_fp, 0);
rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_rlc, 0);
/*If FP info or RLC info is missing , skip all this*/
if(fpinf != NULL || rlcinf != NULL){
ciphering_info = get_or_create_cipher_info(fpinf, rlcinf);
private_data_set_ciphering_info(actx, ciphering_info);
}
%(DEFAULT_BODY)s
if( ciphering_info != NULL ){
direction = P2P_DIR_UL; /* Security Mode Complete is from the UE, direction is always uplink */
ciphering_info->setup_frame[direction] = actx->pinfo->num;
}
#.FN_BODY SecurityModeFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "SecurityModeFailure");
%(DEFAULT_BODY)s
#.FN_BODY SignallingConnectionRelease
col_append_str(actx->pinfo->cinfo, COL_INFO, "SignallingConnectionRelease");
%(DEFAULT_BODY)s
#.FN_BODY SignallingConnectionReleaseIndication
col_append_str(actx->pinfo->cinfo, COL_INFO, "SignallingConnectionReleaseIndication");
%(DEFAULT_BODY)s
#.FN_BODY SystemInformation-BCH
col_append_str(actx->pinfo->cinfo, COL_INFO, "SystemInformation-BCH");
%(DEFAULT_BODY)s
#.FN_BODY SystemInformation-FACH
col_append_str(actx->pinfo->cinfo, COL_INFO, "SystemInformation-FACH");
%(DEFAULT_BODY)s
#.FN_BODY SystemInformationChangeIndication
col_append_str(actx->pinfo->cinfo, COL_INFO, "SystemInformationChangeIndication");
%(DEFAULT_BODY)s
#.FN_BODY TransportChannelReconfiguration
fp_info *fpinf = NULL;
rlc_info *rlcinf = NULL;
guint32 u_rnti;
col_append_str(actx->pinfo->cinfo, COL_INFO, "TransportChannelReconfiguration");
%(DEFAULT_BODY)s
if(PINFO_FD_VISITED(actx->pinfo)) {
return offset;
}
fpinf = (fp_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_fp, 0);
rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_rlc, 0);
/*If FP info or RLC info is missing , skip all this*/
if(fpinf == NULL || rlcinf == NULL){
return offset;
}
/* If we receive this message on FACH and UE is moving to CELL_DCH */
/* we need to map it's U-RNTI to the new CRNC context in NBAP */
if (fpinf->channel == CHANNEL_FACH_FDD && private_data_get_rrc_state_indicator(actx) == RRC_UE_STATE_CELL_DCH) {
u_rnti = rlcinf->ueid[fpinf->cur_tb]; /* Hopefully a U-RNTI, might be C-RNTI */
rrc_try_map_urnti_to_crncc(u_rnti, actx);
}
#.FN_BODY TransportChannelReconfigurationComplete
col_append_str(actx->pinfo->cinfo, COL_INFO, "TransportChannelReconfigurationComplete");
%(DEFAULT_BODY)s
#.FN_BODY TransportChannelReconfigurationFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "TransportChannelReconfigurationFailure");
%(DEFAULT_BODY)s
#.FN_BODY TransportFormatCombinationControl
col_append_str(actx->pinfo->cinfo, COL_INFO, "TransportFormatCombinationControl");
%(DEFAULT_BODY)s
#.FN_BODY TransportFormatCombinationControlFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "TransportFormatCombinationControlFailure");
%(DEFAULT_BODY)s
#.FN_BODY UECapabilityEnquiry
col_append_str(actx->pinfo->cinfo, COL_INFO, "UECapabilityEnquiry");
%(DEFAULT_BODY)s
#.FN_BODY UECapabilityInformation
col_append_str(actx->pinfo->cinfo, COL_INFO, "UECapabilityInformation");
%(DEFAULT_BODY)s
#.FN_BODY UECapabilityInformationConfirm
col_append_str(actx->pinfo->cinfo, COL_INFO, "UECapabilityInformationConfirm");
%(DEFAULT_BODY)s
#.FN_BODY UEInformationRequest
col_append_str(actx->pinfo->cinfo, COL_INFO, "UEInformationRequest");
%(DEFAULT_BODY)s
#.FN_BODY UEInformationResponse
col_append_str(actx->pinfo->cinfo, COL_INFO, "UEInformationResponse");
%(DEFAULT_BODY)s
#.FN_BODY UplinkDirectTransfer
col_append_str(actx->pinfo->cinfo, COL_INFO, "UplinkDirectTransfer");
%(DEFAULT_BODY)s
#.FN_BODY UplinkPhysicalChannelControl
col_append_str(actx->pinfo->cinfo, COL_INFO, "UplinkPhysicalChannelControl");
%(DEFAULT_BODY)s
#.FN_BODY URAUpdate
col_append_str(actx->pinfo->cinfo, COL_INFO, "URAUpdate");
%(DEFAULT_BODY)s
#.FN_BODY URAUpdateConfirm
col_append_str(actx->pinfo->cinfo, COL_INFO, "URAUpdateConfirm");
%(DEFAULT_BODY)s
#.FN_BODY URAUpdateConfirm-CCCH
col_append_str(actx->pinfo->cinfo, COL_INFO, "URAUpdateConfirm-CCCH");
%(DEFAULT_BODY)s
#.FN_BODY UTRANMobilityInformation
col_append_str(actx->pinfo->cinfo, COL_INFO, "UTRANMobilityInformation");
%(DEFAULT_BODY)s
#.FN_BODY UTRANMobilityInformationConfirm
col_append_str(actx->pinfo->cinfo, COL_INFO, "UTRANMobilityInformationConfirm");
%(DEFAULT_BODY)s
#.FN_BODY UTRANMobilityInformationFailure
col_append_str(actx->pinfo->cinfo, COL_INFO, "UTRANMobilityInformationFailure");
%(DEFAULT_BODY)s
#.FN_BODY TargetRNC-ToSourceRNC-Container/dL-DCCHmessage VAL_PTR = &dl_dcch_message_tvb
tvbuff_t *dl_dcch_message_tvb=NULL;
%(DEFAULT_BODY)s
if (dl_dcch_message_tvb)
call_dissector(rrc_dl_dcch_handle,dl_dcch_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
#.FN_BODY GSM-MessageList/_item VAL_PTR = &gsm_messagelist_tvb
tvbuff_t *gsm_messagelist_tvb=NULL;
%(DEFAULT_BODY)s
if (gsm_messagelist_tvb && gsm_a_dtap_handle)
call_dissector(gsm_a_dtap_handle,gsm_messagelist_tvb,actx->pinfo, tree);
#.FN_BODY HandoverFromUTRANCommand-GSM-r3-IEs/gsm-message/single-GSM-Message single-GSM-Message-r3
tvbuff_t *gsm_message_tvb=NULL;
guint bits_remaining, whole_octets_remaining;
%(DEFAULT_BODY)s
bits_remaining = 8*tvb_reported_length(tvb) - offset;
whole_octets_remaining = bits_remaining / 8;
gsm_message_tvb = tvb_new_octet_aligned(tvb, offset, 8*whole_octets_remaining);
if (gsm_message_tvb) {
add_new_data_source(actx->pinfo,gsm_message_tvb,"GSM Message(aligned)");
call_dissector(gsm_a_dtap_handle,gsm_message_tvb,actx->pinfo, tree);
}
#.FN_BODY HandoverFromUTRANCommand-GSM-r6-IEs/gsm-message/single-GSM-Message single-GSM-Message-r6
tvbuff_t *gsm_message_tvb=NULL;
guint bits_remaining, whole_octets_remaining;
%(DEFAULT_BODY)s
bits_remaining = 8*tvb_reported_length(tvb) - offset;
whole_octets_remaining = bits_remaining / 8;
gsm_message_tvb = tvb_new_octet_aligned(tvb, offset, 8*whole_octets_remaining);
if (gsm_message_tvb && gsm_a_dtap_handle) {
add_new_data_source(actx->pinfo,gsm_message_tvb,"GSM Message(aligned)");
call_dissector(gsm_a_dtap_handle,gsm_message_tvb,actx->pinfo, tree);
}
#.FN_BODY GERAN-SystemInfoBlock VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
%(DEFAULT_BODY)s
if (parameter_tvb){
guint8 byte = tvb_get_guint8(parameter_tvb, 0);
if (byte == 0x06) {
if (gsm_a_dtap_handle) {
call_dissector(gsm_a_dtap_handle, parameter_tvb, actx->pinfo, tree);
}
} else {
if (gsm_rlcmac_dl_handle) {
call_dissector(gsm_rlcmac_dl_handle, parameter_tvb, actx->pinfo, tree);
}
}
}
#.FN_BODY GSM-Classmark2 VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
%(DEFAULT_BODY)s
if (parameter_tvb){
de_ms_cm_2(parameter_tvb, tree, actx->pinfo, 2, tvb_get_guint8(parameter_tvb,1), NULL, 0);
}
#.FN_BODY GSM-Classmark3 VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
%(DEFAULT_BODY)s
if (parameter_tvb){
de_ms_cm_3(parameter_tvb, tree, actx->pinfo, 0, tvb_reported_length(parameter_tvb), NULL, 0);
}
#.FN_BODY GSM-MS-RadioAccessCapability VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
%(DEFAULT_BODY)s
if (parameter_tvb){
de_gmm_ms_radio_acc_cap(parameter_tvb, tree, actx->pinfo, 0, tvb_reported_length(parameter_tvb), NULL, 0);
}
#.FN_BODY InterRATHandoverInfoWithInterRATCapabilities-r3-IEs/interRATHandoverInfo VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
%(DEFAULT_BODY)s
if (parameter_tvb){
dissect_rrc_InterRATHandoverInfo_PDU(parameter_tvb, actx->pinfo, tree, NULL);
}
#.FN_BODY EUTRA-RadioAccessCapability/ue-EUTRA-Capability VAL_PTR = &ue_eutra_cap_tvb
tvbuff_t *ue_eutra_cap_tvb = NULL;
%(DEFAULT_BODY)s
if (ue_eutra_cap_tvb && lte_rrc_ue_eutra_cap_handle)
call_dissector(lte_rrc_ue_eutra_cap_handle, ue_eutra_cap_tvb, actx->pinfo, tree);
#.FN_BODY HandoverFromUTRANCommand-EUTRA-r8-IEs/eutra-Message VAL_PTR = &eutra_message_tvb
tvbuff_t *eutra_message_tvb = NULL;
%(DEFAULT_BODY)s
if (eutra_message_tvb && lte_rrc_dl_dcch_handle)
call_dissector(lte_rrc_dl_dcch_handle, eutra_message_tvb, actx->pinfo, tree);
#.FN_BODY HandoverFromUTRANCommand-EUTRA-r11-IEs/eutra-Message VAL_PTR = &eutra_message_tvb
tvbuff_t *eutra_message_tvb = NULL;
%(DEFAULT_BODY)s
if (eutra_message_tvb && lte_rrc_dl_dcch_handle)
call_dissector(lte_rrc_dl_dcch_handle, eutra_message_tvb, actx->pinfo, tree);
#.FN_BODY HandoverFromUtranFailure-v860ext-IEs/eutra-Message VAL_PTR = &eutra_message_tvb
tvbuff_t *eutra_message_tvb = NULL;
%(DEFAULT_BODY)s
if (eutra_message_tvb && lte_rrc_dl_dcch_handle)
call_dissector(lte_rrc_dl_dcch_handle, eutra_message_tvb, actx->pinfo, tree);
#.FN_BODY MultiModeRAT-Capability-v860ext/eutraFeatureGroupIndicators VAL_PTR = &eutraFeatureGroupIndicators_tvb
tvbuff_t *eutraFeatureGroupIndicators_tvb=NULL;
%(DEFAULT_BODY)s
if(eutraFeatureGroupIndicators_tvb){
/* Dissect eutraFeatureGroupIndicators */
proto_tree *subtree;
gint curr_bit_offset = 0;
subtree = proto_item_add_subtree(actx->created_item, ett_rrc_eutraFeatureGroupIndicators);
proto_tree_add_bits_item(subtree, hf_rrc_eutra_feat_group_ind_1, eutraFeatureGroupIndicators_tvb, curr_bit_offset, 1, ENC_BIG_ENDIAN);
curr_bit_offset++;
proto_tree_add_bits_item(subtree, hf_rrc_eutra_feat_group_ind_2, eutraFeatureGroupIndicators_tvb, curr_bit_offset, 1, ENC_BIG_ENDIAN);
curr_bit_offset++;
proto_tree_add_bits_item(subtree, hf_rrc_eutra_feat_group_ind_3, eutraFeatureGroupIndicators_tvb, curr_bit_offset, 1, ENC_BIG_ENDIAN);
curr_bit_offset++;
proto_tree_add_bits_item(subtree, hf_rrc_eutra_feat_group_ind_4, eutraFeatureGroupIndicators_tvb, curr_bit_offset, 1, ENC_BIG_ENDIAN);
}
#.FN_BODY PLMN-Identity
wmem_strbuf_t* mcc_mnc_strbuf;
wmem_strbuf_t* mcc_strbuf;
guint32 string_len;
gchar* mcc_mnc_string;
tvbuff_t* mcc_mnc_tvb;
/* Reset the digits string in the private data struct */
/* Maximal length: 7 = 3 digits MCC + 3 digits MNC + trailing '\0' */
mcc_mnc_strbuf = wmem_strbuf_new_sized(actx->pinfo->pool,7);
private_data_set_digits_strbuf(actx, mcc_mnc_strbuf);
/* Reset parsing failure flag*/
private_data_set_digits_strbuf_parsing_failed_flag(actx, FALSE);
%(DEFAULT_BODY)s
private_data_set_digits_strbuf(actx, NULL);
/* Check for parsing errors */
if(private_data_get_digits_strbuf_parsing_failed_flag(actx)) {
return offset;
}
/* Extracting the string collected in the strbuf */
string_len = (guint32)wmem_strbuf_get_len(mcc_mnc_strbuf);
mcc_mnc_string = wmem_strbuf_finalize(mcc_mnc_strbuf);
if(string_len >= 3)
{
/* 3 MCC digits were found, keep for later in case MCC is missing in other PLMN ids*/
mcc_strbuf = wmem_strbuf_new_sized(actx->pinfo->pool,4);
wmem_strbuf_append_c(mcc_strbuf,mcc_mnc_string[0]);
wmem_strbuf_append_c(mcc_strbuf,mcc_mnc_string[1]);
wmem_strbuf_append_c(mcc_strbuf,mcc_mnc_string[2]);
wmem_strbuf_append_c(mcc_strbuf,'\0');
private_data_set_last_mcc_strbuf(actx,mcc_strbuf);
}
/* Creating TVB from extracted string*/
mcc_mnc_tvb = tvb_new_child_real_data(tvb, (guint8*)mcc_mnc_string, string_len, string_len);
add_new_data_source(actx->pinfo, mcc_mnc_tvb, "MCC-MNC");
/* Calling E.212 */
dissect_e212_mcc_mnc_in_utf8_address(mcc_mnc_tvb, actx->pinfo, tree, 0);
#.FN_BODY PLMN-IdentityWithOptionalMCC-r6
wmem_strbuf_t* mcc_mnc_strbuf;
wmem_strbuf_t* temp_strbuf;
wmem_strbuf_t* last_mcc_strbuf;
guint32 string_len;
gchar* mcc_mnc_string;
tvbuff_t* mcc_mnc_tvb;
/* Reset the digits string in the private data struct */
/* Maximal length: 7 = 3 digits MCC + 3 digits MNC + trailing '\0' */
mcc_mnc_strbuf = wmem_strbuf_new_sized(actx->pinfo->pool,7);
private_data_set_digits_strbuf(actx, mcc_mnc_strbuf);
/* Reset parsing failure flag*/
private_data_set_digits_strbuf_parsing_failed_flag(actx, FALSE);
%(DEFAULT_BODY)s
private_data_set_digits_strbuf(actx, NULL);
/* Check for parsing errors */
if(private_data_get_digits_strbuf_parsing_failed_flag(actx)) {
return offset;
}
/* Extracting the string collected in the strbuf */
string_len = (guint32)wmem_strbuf_get_len(mcc_mnc_strbuf);
mcc_mnc_string = wmem_strbuf_finalize(mcc_mnc_strbuf);
if (string_len > 3) {
/* 3 MCC digits and at least 1 MNC digit were found, keep MCC for later
in case it's missing in other PLMN ids*/
temp_strbuf = wmem_strbuf_new_sized(actx->pinfo->pool,4);
wmem_strbuf_append_c(temp_strbuf,mcc_mnc_string[0]);
wmem_strbuf_append_c(temp_strbuf,mcc_mnc_string[1]);
wmem_strbuf_append_c(temp_strbuf,mcc_mnc_string[2]);
wmem_strbuf_append_c(temp_strbuf,'\0');
private_data_set_last_mcc_strbuf(actx,temp_strbuf);
}
else {
/* mcc_mnc_strbuf Probably only has 3/2 digits of MNC */
/* Try to fill MCC form "last MCC" if we have it stored */
last_mcc_strbuf = private_data_get_last_mcc_strbuf(actx);
if(last_mcc_strbuf)
{
/* Concat MCC and MNC in temp buffer */
temp_strbuf = wmem_strbuf_new_sized(actx->pinfo->pool,7);
wmem_strbuf_append_printf(temp_strbuf,"%%s",wmem_strbuf_get_str(last_mcc_strbuf));
wmem_strbuf_append_printf(temp_strbuf,"%%s",mcc_mnc_string);
/* Update length of recovered MCC-MNC pair */
string_len = (guint32)wmem_strbuf_get_len(temp_strbuf);
mcc_mnc_string = wmem_strbuf_finalize(temp_strbuf);
}
}
if (string_len >= 5) {
/* optional MCC was present (or restored above), we can call E.212 dissector */
/* Creating TVB from extracted string*/
mcc_mnc_tvb = tvb_new_child_real_data(tvb, (guint8*)mcc_mnc_string, string_len, string_len);
add_new_data_source(actx->pinfo, mcc_mnc_tvb, "MCC-MNC");
/* Calling E.212 */
dissect_e212_mcc_mnc_in_utf8_address(mcc_mnc_tvb, actx->pinfo, tree, 0);
}
#.FN_BODY IMSI-GSM-MAP
wmem_strbuf_t* imsi_strbuf;
guint32 string_len;
gchar* imsi_string;
tvbuff_t* imsi_tvb;
/* Reset the digits string in the private data struct */
imsi_strbuf = wmem_strbuf_new_sized(actx->pinfo->pool,16);
private_data_set_digits_strbuf(actx, imsi_strbuf);
/* Reset parsing failure flag*/
private_data_set_digits_strbuf_parsing_failed_flag(actx, FALSE);
%(DEFAULT_BODY)s
private_data_set_digits_strbuf(actx, NULL);
/* Check for parsing errors */
if(private_data_get_digits_strbuf_parsing_failed_flag(actx)) {
return offset;
}
/* Extracting the string collected in the strbuf */
string_len = (guint32)wmem_strbuf_get_len(imsi_strbuf);
imsi_string = wmem_strbuf_finalize(imsi_strbuf);
/* Creating TVB from extracted string*/
imsi_tvb = tvb_new_child_real_data(tvb, (guint8*)imsi_string, string_len, string_len);
add_new_data_source(actx->pinfo, imsi_tvb, "IMSI");
/* Calling E.212 */
dissect_e212_utf8_imsi(imsi_tvb,actx->pinfo,tree,0,string_len);
#.FN_BODY Digit VAL_PTR = &digit
guint32 digit;
wmem_strbuf_t* digits_strbuf; /* The string of either an IMSI or a MCC-MNC pair */
%(DEFAULT_BODY)s
if(private_data_get_digits_strbuf_parsing_failed_flag(actx)) {
return offset;
}
digits_strbuf = private_data_get_digits_strbuf(actx);
if (digits_strbuf) {
gchar digit_char;
if(digit > 9) {
private_data_set_digits_strbuf_parsing_failed_flag(actx, TRUE);
return offset;
}
/* Converting to the matching gchar */
digit_char = (gchar)(digit + '0');
/* Appending to the digits string */
wmem_strbuf_append_c(digits_strbuf, digit_char);
}
#.FN_BODY CompleteSIBshort
private_data_set_curr_sib_segment_type(actx,RRC_SIB_SEG_COMP);
%(DEFAULT_BODY)s
private_data_set_curr_sib_segment_type(actx,RRC_SIB_SEG_NO_SEGMENT); /* Resetting value */
#.FN_BODY SIB-Type VAL_PTR = &sib_type
guint32 sib_type;
%(DEFAULT_BODY)s
private_data_set_curr_sib_type(actx,sib_type);
#.FN_BODY SIB-Data-variable VAL_PTR = &sib_data_tvb
tvbuff_t *sib_data_tvb;
guint32 sib_type;
proto_tree *subtree;
guint32 seg_type;
%(DEFAULT_BODY)s
seg_type = (guint32)private_data_get_curr_sib_segment_type(actx);
if(seg_type != RRC_SIB_SEG_COMP) {
/* TODO: The Dissector only handles 'complete SIBs' right now.
* Reassembly logic should be implemented, taking into acocunt that
* different fragments might arrive in different frames.
*/
return offset;
}
/* This is a complete SIB - Call handler according to previous SIB-Type field*/
subtree = proto_item_add_subtree(actx->created_item, ett_rrc_sib_data_var);
sib_type = private_data_get_curr_sib_type(actx);
col_set_fence(actx->pinfo->cinfo, COL_INFO);
col_append_str(actx->pinfo->cinfo, COL_INFO," (");
switch(sib_type){
case 0:
/* mIB */
dissect_rrc_MasterInformationBlock_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 1:
dissect_rrc_SysInfoType1_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 2:
dissect_rrc_SysInfoType2_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 3:
dissect_rrc_SysInfoType3_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 4:
dissect_rrc_SysInfoType4_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 5:
dissect_rrc_SysInfoType5_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 6:
dissect_rrc_SysInfoType6_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 7:
dissect_rrc_SysInfoType7_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 11:
dissect_rrc_SysInfoType11_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 12:
dissect_rrc_SysInfoType12_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 13:
dissect_rrc_SysInfoType13_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 14:
/* SIB-Type: systemInformationBlockType13-1 */
dissect_rrc_SysInfoType13_1_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 15:
/* SIB-Type: systemInformationBlockType13-2 */
dissect_rrc_SysInfoType13_2_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 16:
/* SIB-Type: systemInformationBlockType13-3 */
dissect_rrc_SysInfoType13_3_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 17:
/* SIB-Type: systemInformationBlockType13-4 */
dissect_rrc_SysInfoType13_4_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 18:
/* SIB-Type: systemInformationBlockType14 */
dissect_rrc_SysInfoType14_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 19:
/* SIB-Type: systemInformationBlockType15 */
dissect_rrc_SysInfoType15_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 20:
/* SIB-Type: systemInformationBlockType15-1 */
dissect_rrc_SysInfoType15_1_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 21:
/* SIB-Type: systemInformationBlockType15-2 */
dissect_rrc_SysInfoType15_2_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 22:
/* SIB-Type: systemInformationBlockType15-3 */
dissect_rrc_SysInfoType15_3_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 23:
/* SIB-Type: systemInformationBlockType16 */
dissect_rrc_SysInfoType16_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 24:
/* SIB-Type: systemInformationBlockType17 */
dissect_rrc_SysInfoType17_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 25:
/* SIB-Type: systemInformationBlockType15-4 */
dissect_rrc_SysInfoType15_4_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 26:
/* SIB-Type: systemInformationBlockType18 */
dissect_rrc_SysInfoType18_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 27:
/* SIB-Type: schedulingBlock1 */
dissect_rrc_SysInfoTypeSB1_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
case 28:
/* SIB-Type: schedulingBlock2 */
dissect_rrc_SysInfoTypeSB2_PDU(sib_data_tvb, actx->pinfo, subtree, NULL);
break;
default:
break;
}
col_append_str(actx->pinfo->cinfo, COL_INFO,")");
col_set_fence(actx->pinfo->cinfo, COL_INFO);
#.FN_BODY RSR-VCC-Info/ims-Information VAL_PTR = &imsInformation_tvb
tvbuff_t *imsInformation_tvb=NULL;
%(DEFAULT_BODY)s
if(imsInformation_tvb){
/* Dissect ims-Information
Decoding specified in TS 124 237 V11.4.0 Annex D.5.3.3 ATGW transfer details
*/
proto_tree *subtree;
gint curr_offset = 0;
guint32 atgw_trans_det_cont;
subtree = proto_item_add_subtree(actx->created_item, ett_rrc_ims_info);
proto_tree_add_item_ret_uint(subtree, hf_rrc_ims_info_atgw_trans_det_cont_type, imsInformation_tvb, curr_offset, 1, ENC_BIG_ENDIAN, &atgw_trans_det_cont);
curr_offset++;
switch (atgw_trans_det_cont) {
case 0:
proto_tree_add_item(subtree, hf_rrc_ims_info_atgw_udp_port, imsInformation_tvb, curr_offset, 2, ENC_BIG_ENDIAN);
curr_offset+=2;
proto_tree_add_item(subtree, hf_rrc_ims_info_atgw_ipv4, imsInformation_tvb, curr_offset, 4, ENC_BIG_ENDIAN);
break;
case 1:
proto_tree_add_item(subtree, hf_rrc_ims_info_atgw_udp_port, imsInformation_tvb, curr_offset, 2, ENC_BIG_ENDIAN);
curr_offset+=2;
proto_tree_add_item(subtree, hf_rrc_ims_info_atgw_ipv6, imsInformation_tvb, curr_offset, 16, ENC_NA);
break;
default:
break;
}
}
#.TYPE_ATTR
HNBName TYPE=FT_STRING DISPLAY=BASE_NONE
#.FN_BODY HNBName VAL_PTR = &hnbname_tvb HF_INDEX = -1
tvbuff_t *hnbname_tvb = NULL;
%(DEFAULT_BODY)s
actx->created_item = proto_tree_add_item(tree, hf_index, hnbname_tvb, 0, -1, ENC_UTF_8|ENC_NA);
#.FN_BODY CN-DomainIdentity VAL_PTR = &nas_sys_info
guint32 nas_sys_info;
%(DEFAULT_BODY)s
col_append_fstr(actx->pinfo->cinfo, COL_INFO, "(%%s)", val_to_str_const(nas_sys_info,rrc_CN_DomainIdentity_vals,"Unknown"));
nas_sys_info++; /* CS = 0, PS = 1 but the enum defines 0 as Unknown and CS = 1, PS = 2 */
private_data_set_cn_domain(actx, (enum nas_sys_info_gsm_map) nas_sys_info);
#.FN_BODY CN-InformationInfo/cn-CommonGSM-MAP-NAS-SysInfo
private_data_set_cn_domain(actx, RRC_NAS_SYS_INFO_CN_COMMON);
%(DEFAULT_BODY)s
#.FN_BODY CN-InformationInfo-r6/cn-CommonGSM-MAP-NAS-SysInfo
private_data_set_cn_domain(actx, RRC_NAS_SYS_INFO_CN_COMMON);
%(DEFAULT_BODY)s
#.FN_BODY CN-InformationInfoFull/cn-CommonGSM-MAP-NAS-SysInfo
private_data_set_cn_domain(actx, RRC_NAS_SYS_INFO_CN_COMMON);
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType1/cn-CommonGSM-MAP-NAS-SysInfo
private_data_set_cn_domain(actx, RRC_NAS_SYS_INFO_CN_COMMON);
%(DEFAULT_BODY)s
#.FN_BODY NAS-SystemInformationGSM-MAP VAL_PTR = &nas_sys_info_gsm_map_tvb
tvbuff_t *nas_sys_info_gsm_map_tvb = NULL;
guint32 length;
enum nas_sys_info_gsm_map cn_domain;
proto_tree *subtree;
%(DEFAULT_BODY)s
length = tvb_reported_length(nas_sys_info_gsm_map_tvb);
if (length) {
cn_domain = private_data_get_cn_domain(actx);
switch (cn_domain) {
case RRC_NAS_SYS_INFO_CN_COMMON:
subtree = proto_tree_add_subtree(tree, nas_sys_info_gsm_map_tvb, 0, length,
ett_rrc_cn_CommonGSM_MAP_NAS_SysInfo, NULL, "CN Common GSM-MAP NAS system information");
de_cn_common_gsm_map_nas_sys_info(nas_sys_info_gsm_map_tvb, subtree, actx->pinfo, 0, length, NULL, 0);
break;
case RRC_NAS_SYS_INFO_CS:
subtree = proto_tree_add_subtree(tree, nas_sys_info_gsm_map_tvb, 0, length,
ett_rrc_cn_CommonGSM_MAP_NAS_SysInfo, NULL, "CS domain specific system information");
de_cs_domain_spec_sys_info(nas_sys_info_gsm_map_tvb, subtree, actx->pinfo, 0, length, NULL, 0);
break;
case RRC_NAS_SYS_INFO_PS:
subtree = proto_tree_add_subtree(tree, nas_sys_info_gsm_map_tvb, 0, length,
ett_rrc_cn_CommonGSM_MAP_NAS_SysInfo, NULL, "PS domain specific system information");
de_ps_domain_spec_sys_info(nas_sys_info_gsm_map_tvb, subtree, actx->pinfo, 0, length, NULL, 0);
break;
default:
break;
}
private_data_set_cn_domain(actx, RRC_NAS_SYS_UNKNOWN);
}
#.FN_BODY SRNC-Identity VAL_PTR = &s_rnc_id_tvb
tvbuff_t * s_rnc_id_tvb = NULL;
%(DEFAULT_BODY)s
if (s_rnc_id_tvb) {
private_data_set_s_rnc_id(actx, tvb_get_ntohs(s_rnc_id_tvb, 0) >> 4);
}
#.FN_BODY S-RNTI VAL_PTR = &s_rnti_tvb
tvbuff_t * s_rnti_tvb = NULL;
%(DEFAULT_BODY)s
if (s_rnti_tvb) {
private_data_set_s_rnti(actx, tvb_get_ntoh24(s_rnti_tvb, 0) >> 4);
}
#.FN_BODY U-RNTI
private_data_set_s_rnc_id(actx, 0);
private_data_set_s_rnti(actx, 0);
guint32 s_rnc_id;
guint32 s_rnti;
guint32 u_rnti_value;
guint32 original_offset;
proto_item *ti;
guint32 item_len;
proto_tree *sub_tree;
gboolean is_new_urnti;
int generated_field_hf;
original_offset = offset;
%(DEFAULT_BODY)s
/* Reconstructing the U-RNTI from the parsed components */
s_rnc_id = private_data_get_s_rnc_id(actx);
s_rnti = private_data_get_s_rnti(actx);
u_rnti_value = (s_rnc_id << 20) | s_rnti;
/* Distinguishing between new allocated U-RNTIs and previously used ones */
/* hf_rrc_u_RNTI is for current U-RNTI, any other hf is for new U-RNTI */
is_new_urnti = hf_index != hf_rrc_u_RNTI;
if (is_new_urnti) {
private_data_set_new_u_rnti(actx, u_rnti_value);
generated_field_hf = hf_urnti_new;
}
else {
private_data_set_current_u_rnti(actx, u_rnti_value);
generated_field_hf = hf_urnti_current;
}
/* Adding a "Current U-RNTI" or "New U-RNTI" as generated field */
sub_tree = proto_item_get_subtree(actx->created_item);
item_len = proto_item_get_len(actx->created_item);
ti = proto_tree_add_uint(sub_tree, generated_field_hf, tvb, original_offset/8, item_len, u_rnti_value);
proto_item_set_generated(ti);
ti = proto_tree_add_uint(sub_tree, hf_urnti, tvb, original_offset/8, item_len, u_rnti_value);
proto_item_set_hidden(ti);
private_data_set_s_rnc_id(actx, 0);
private_data_set_s_rnti(actx, 0);
#.FN_BODY C-RNTI VAL_PTR = &c_rnti_tvb
fp_info *fpinf = NULL;
umts_mac_info *macinf = NULL;
rlc_info *rlcinf = NULL;
conversation_t *p_conv;
umts_fp_conversation_info_t *umts_fp_conversation_info = NULL;
fp_fach_channel_info_t *fp_fach_channel_info = NULL;
tvbuff_t * c_rnti_tvb = NULL;
guint16 c_rnti = 0;
guint32 u_rnti = 0;
fp_crnti_allocation_info_t *fp_crnti_allocation_info = NULL;
%(DEFAULT_BODY)s
if (!c_rnti_tvb)
return offset;
if(tvb_reported_length(c_rnti_tvb)>=2){
c_rnti = tvb_get_ntohs(c_rnti_tvb,0);
}
if(PINFO_FD_VISITED(actx->pinfo)) /* Frame was already checked*/
return offset;
/* Trying to figure where to get the U-RNTI from Either from an ASN.1 field (if this is CCCH) or RLC's attached info (if this is DCCH) */
fpinf = (fp_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_fp, 0);
macinf = (umts_mac_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_mac, 0);
rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_rlc, 0);
if (fpinf && macinf && rlcinf) {
switch(macinf->content[fpinf->cur_tb]){
case MAC_CONTENT_DCCH:
u_rnti = rlcinf->ueid[fpinf->cur_tb];
break;
case MAC_CONTENT_CCCH:
default:
u_rnti = private_data_get_current_u_rnti(actx);
break;
}
}
else {
/* Either FP, MAC or RLC info is missing - looking for ASN.1 field as last resort*/
u_rnti = private_data_get_current_u_rnti(actx);
}
if(u_rnti == 0 || c_rnti == 0) /* U-RNTI missing or failed to parse C-RNTI */
return offset;
/* Both U-RNTI and C-RNTI present - storing the match*/
fp_crnti_allocation_info = wmem_new(wmem_file_scope(), fp_crnti_allocation_info_t);
fp_crnti_allocation_info->urnti = u_rnti;
fp_crnti_allocation_info->alloc_frame_number = actx->pinfo->num;
fp_crnti_allocation_info->global_retrieval_count = 0;
/* Finding FP conversation info */
p_conv = (conversation_t *)find_conversation(actx->pinfo->num, &actx->pinfo->net_dst, &actx->pinfo->net_src,
conversation_pt_to_conversation_type(actx->pinfo->ptype),
actx->pinfo->destport, actx->pinfo->srcport, NO_ADDR_B);
/* If the current FP channel is FACH, Adding the C-RNTI / U-RNTI match to the FACH's RNTIs map*/
if (p_conv != NULL) {
umts_fp_conversation_info = (umts_fp_conversation_info_t *)conversation_get_proto_data(p_conv, proto_fp);
if (umts_fp_conversation_info && umts_fp_conversation_info->channel == CHANNEL_FACH_FDD) {
fp_fach_channel_info = (fp_fach_channel_info_t *)umts_fp_conversation_info->channel_specific_info;
if(fp_fach_channel_info) {
wmem_tree_insert32(fp_fach_channel_info->crnti_to_urnti_map, c_rnti, (void *)fp_crnti_allocation_info);
}
}
}
/* Also adding the C-RNTI / U-RNTI match to the global RNTIs map for the RACH channel */
wmem_tree_insert32(rrc_global_urnti_crnti_map, c_rnti, (void *)fp_crnti_allocation_info);
#.FN_BODY UL-ScramblingCode VAL_PTR = &scrambling_code
guint32 scrambling_code;
%(DEFAULT_BODY)s
private_data_set_scrambling_code(actx,scrambling_code);
#.FN_BODY RRC-StateIndicator VAL_PTR = &state_dec
gint32 state_dec = -1;
%(DEFAULT_BODY)s
if(state_dec >= 0 && state_dec <= 3) {
state_dec++; /* Encoded values are 0-based, Values in the enum are 1-based*/
private_data_set_rrc_state_indicator(actx,(enum rrc_ue_state)state_dec);
}
#.FN_BODY CellIdentity VAL_PTR = &cell_id_tvb
tvbuff_t * cell_id_tvb = NULL;
proto_item *temp_ti;
proto_tree *cell_identity_tree;
%(DEFAULT_BODY)s
if(cell_id_tvb != NULL) {
cell_identity_tree = proto_item_add_subtree(actx->created_item, ett_rrc_cellIdentity);
temp_ti = proto_tree_add_bits_item(cell_identity_tree, hf_rrc_cellIdentity_rnc_id,cell_id_tvb, 0, 12, ENC_BIG_ENDIAN);
proto_item_set_generated(temp_ti);
temp_ti = proto_tree_add_bits_item(cell_identity_tree, hf_rrc_cellIdentity_c_id, cell_id_tvb, 12, 16, ENC_BIG_ENDIAN);
proto_item_set_generated(temp_ti);
}
#.FN_BODY DL-TransportChannelType-r5 VAL_PTR = &type
/*Here we try to figure out which HS-DSCH channels are multiplexed*/
guint *flowd_p;
guint *cur_val=NULL;
struct rrc_info *rrcinf;
%(DEFAULT_BODY)s
/*TODO: This should probably be done better*/
if(type == 4){ /*If this is type HS-DSCH*/
num_chans_per_flow[flowd]++;
if(num_chans_per_flow[flowd] > 1 ){
rrcinf = (rrc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_rrc, 0);
if((rrcinf == NULL) || (rrcinf->hrnti[actx->pinfo->fd->subnum] == 0)){
expert_add_info(actx->pinfo, actx->created_item, &ei_rrc_no_hrnti);
}
else{
/*If it doesn't exists, insert it*/
if( (cur_val=(gint *)g_tree_lookup(hsdsch_muxed_flows, GUINT_TO_POINTER((guint)rrcinf->hrnti[actx->pinfo->fd->subnum]))) == NULL ){
flowd_p = g_new0(guint, 1);
*flowd_p = (1U<<flowd); /*Set the bit to mark it as true*/
g_tree_insert(hsdsch_muxed_flows, GUINT_TO_POINTER((guint)rrcinf->hrnti[actx->pinfo->fd->subnum]), flowd_p);
}else{
*cur_val = (1U<<flowd) | *cur_val;
}
}
}
}
#.FN_BODY DL-TransportChannelType-r7 VAL_PTR = &type
/*Here we try to figure out which HS-DSCH channels are multiplexed*/
guint *flowd_p;
guint *cur_val=NULL;
struct rrc_info *rrcinf;
%(DEFAULT_BODY)s
/*TODO: This should probably be done better*/
if(type == 4){ /*If this is type HS-DSCH*/
num_chans_per_flow[flowd]++;
if(num_chans_per_flow[flowd] > 1 ){
rrcinf = (rrc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_rrc, 0);
if((rrcinf == NULL) || (rrcinf->hrnti[actx->pinfo->fd->subnum] == 0)){
expert_add_info(actx->pinfo, actx->created_item, &ei_rrc_no_hrnti);
}
else{
/*If it doesn't exists, insert it*/
if( (cur_val=(gint *)g_tree_lookup(hsdsch_muxed_flows, GUINT_TO_POINTER((guint)rrcinf->hrnti[actx->pinfo->fd->subnum]))) == NULL ){
flowd_p = g_new0(guint, 1);
*flowd_p = (1U<<flowd); /* Set the bit to mark it as true*/
g_tree_insert(hsdsch_muxed_flows, GUINT_TO_POINTER((guint)rrcinf->hrnti[actx->pinfo->fd->subnum]), flowd_p);
}else{
*cur_val = (1U<<flowd) | *cur_val;
}
}
}
}
#.FN_BODY MAC-d-FlowIdentity VAL_PTR = &flowd
%(DEFAULT_BODY)s
#.FN_BODY H-RNTI VAL_PTR = &hrnti_tvb
tvbuff_t *hrnti_tvb;
struct rrc_info *rrcinf;
%(DEFAULT_BODY)s
#.FN_FTR H-RNTI
rrcinf = (struct rrc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_rrc, 0);
if (!rrcinf) {
rrcinf = wmem_new0(wmem_file_scope(), struct rrc_info);
p_add_proto_data(wmem_file_scope(), actx->pinfo, proto_rrc, 0, rrcinf);
}
rrcinf->hrnti[actx->pinfo->fd->subnum] = tvb_get_ntohs(hrnti_tvb, 0);
#.FN_BODY START-Value VAL_PTR = &start_val
tvbuff_t * start_val;
fp_info *fpinf;
rlc_info *rlcinf;
rrc_ciphering_info * ciphering_info;
guint32 * start;
enum nas_sys_info_gsm_map cn_domain;
%(DEFAULT_BODY)s
/*We base this map on User Identity from RLC*/
fpinf = (fp_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_fp, 0);
rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_rlc, 0);
/*If FP info or RLC info is missing , skip all this*/
if(fpinf == NULL || rlcinf == NULL){
return offset;
}
/*Retrieve the start value for the two ciphering domains*/
cn_domain = private_data_get_cn_domain(actx);
switch(cn_domain){
case RRC_NAS_SYS_INFO_CS:
/*
ws_warning("Not implemented");
*/
break;
case RRC_NAS_SYS_INFO_PS:
/*Find the entry for the UE ID(taken from RLC)*/
ciphering_info = get_or_create_cipher_info(fpinf, rlcinf);
private_data_set_ciphering_info(actx, ciphering_info);
/*Retrieve and store the value*/
if(ciphering_info && ciphering_info->start_ps) {
start = g_new(guint32,1);
*start = tvb_get_bits32(start_val,0,20,ENC_BIG_ENDIAN);
/*Insert the value based on current frame num since this might vary over time*/
g_tree_insert(ciphering_info->start_ps, GUINT_TO_POINTER(actx->pinfo->num), start);
}
break;
default:
break;
}
private_data_set_cn_domain(actx, RRC_NAS_SYS_UNKNOWN);
#.FN_BODY RB-ActivationTimeInfo
fp_info *fpinf;
rlc_info *rlcinf;
rrc_ciphering_info *ciphering_info;
guint32 rbid;
guint32 rlc_ciphering_sqn;
guint32 direction;
fpinf = (fp_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_fp, 0);
rlcinf = (rlc_info *)p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_umts_rlc, 0);
%(DEFAULT_BODY)s
/*If FP info or RLC info is missing , skip all this*/
if(fpinf == NULL || rlcinf == NULL){
return offset;
}
ciphering_info = private_data_get_ciphering_info(actx);
if( ciphering_info == NULL ){
return offset;
}
rbid = private_data_get_rbid(actx);
rlc_ciphering_sqn = private_data_get_rlc_ciphering_sqn(actx);
direction = fpinf->is_uplink ? P2P_DIR_UL : P2P_DIR_DL;
/*Set the ciphering activation frame information*/
ciphering_info->seq_no[rbid][direction] = rlc_ciphering_sqn;
#.FN_BODY RB-Identity VAL_PTR = &rbid
guint32 rbid;
%(DEFAULT_BODY)s
private_data_set_rbid(actx, rbid);
#.FN_BODY RLC-SequenceNumber VAL_PTR = &rlc_ciphering_sqn
guint32 rlc_ciphering_sqn;
%(DEFAULT_BODY)s
private_data_set_rlc_ciphering_sqn(actx, rlc_ciphering_sqn);
#.FN_BODY CipheringAlgorithm VAL_PTR = &ciphering_algo
rrc_ciphering_info *ciphering_info;
gint32 ciphering_algo;
%(DEFAULT_BODY)s
ciphering_info = private_data_get_ciphering_info(actx);
if (ciphering_info == NULL) {
return offset;
}
ciphering_info->ciphering_algorithm = ciphering_algo;
#.FN_BODY CipheringAlgorithm-r7 VAL_PTR = &ciphering_algo
rrc_ciphering_info *ciphering_info;
gint32 ciphering_algo;
%(DEFAULT_BODY)s
ciphering_info = private_data_get_ciphering_info(actx);
if (ciphering_info == NULL) {
return offset;
}
ciphering_info->ciphering_algorithm = ciphering_algo;
#.FN_BODY IntegrityProtectionAlgorithm VAL_PTR = &integrity_algo
rrc_ciphering_info *ciphering_info;
gint32 integrity_algo;
%(DEFAULT_BODY)s
ciphering_info = private_data_get_ciphering_info(actx);
if (ciphering_info == NULL) {
return offset;
}
ciphering_info->integrity_algorithm = integrity_algo;
#.FN_BODY IntegrityProtectionAlgorithm-r7 VAL_PTR = &integrity_algo
rrc_ciphering_info *ciphering_info;
gint32 integrity_algo;
%(DEFAULT_BODY)s
ciphering_info = private_data_get_ciphering_info(actx);
if (ciphering_info == NULL) {
return offset;
}
ciphering_info->integrity_algorithm = integrity_algo;
#.FN_BODY DL-DCCH-MessageType VAL_PTR = &msg_type
%(DEFAULT_BODY)s
#.FN_BODY DL-DCCH-Message
%(DEFAULT_BODY)s
#.FN_BODY HandoverToUTRANCommand
%(DEFAULT_BODY)s
#.FN_BODY UE-SecurityInformation
private_data_set_cn_domain(actx, RRC_NAS_SYS_INFO_CS);
%(DEFAULT_BODY)s
#.FN_BODY UE-SecurityInformation2
private_data_set_cn_domain(actx, RRC_NAS_SYS_INFO_PS);
%(DEFAULT_BODY)s
#.FN_BODY ReleaseCause VAL_PTR=&value
guint32 value;
%(DEFAULT_BODY)s
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " [cause=%%s]",
val_to_str(value, rrc_ReleaseCause_vals, "Unknown"));
#.FN_BODY MasterInformationBlock
col_append_str(actx->pinfo->cinfo, COL_INFO, "MasterInformationBlock");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType1
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 1");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType2
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 2");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType3
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 3");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType4
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 4");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType5
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 5");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType5bis
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 5bis");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType6
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 6");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType7
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 7");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType11
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 11");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType11bis
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 11bis");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType11ter
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 11ter");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType12
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 12");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType13
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 13");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType13-1
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 13.1");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType13-2
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 13.2");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType13-3
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 13.3");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType13-4
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 13.4");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType14
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 14");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15bis
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15bis");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-1
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.1");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-1bis
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.1bis");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-1ter
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.1ter");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-2
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.2");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-2bis
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.2bis");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-2ter
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.2ter");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-3
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.3");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-3bis
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.3bis");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-4
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.4");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-5
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.5");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-6
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.6");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-7
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.7");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType15-8
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 15.8");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType16
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 16");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType17
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 17");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType18
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 18");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType19
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 19");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType20
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 20");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType21
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 21");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType22
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 22");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType23
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 23");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType24
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 24");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoType25
col_append_str(actx->pinfo->cinfo, COL_INFO, "SysInfoType 25");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoTypeSB1
col_append_str(actx->pinfo->cinfo, COL_INFO, "Scheduling Block 1");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoTypeSB2
col_append_str(actx->pinfo->cinfo, COL_INFO, "Scheduling Block 2");
%(DEFAULT_BODY)s
#.FN_BODY SysInfoTypeSB3
col_append_str(actx->pinfo->cinfo, COL_INFO, "Scheduling Block 3");
%(DEFAULT_BODY)s
#.END |
Text | wireshark/epan/dissectors/asn1/rrlp/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME rrlp )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
../gsm_map/MAP-ExtensionDataTypes.asn
../gsm_map/MAP-LCS-DataTypes.asn
)
set( ASN_FILE_LIST
RRLP-Messages.asn
RRLP-Components.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
ASN2WRS() |
C | wireshark/epan/dissectors/asn1/rrlp/packet-rrlp-template.c | /* packet-rrlp.c
* Routines for 3GPP Radio Resource LCS Protocol (RRLP) packet dissection
* Copyright 2006, Anders Broman <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Ref 3GPP TS 44.031 version 11.0.0 Release 11
* http://www.3gpp.org
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/asn1.h>
#include "packet-ber.h"
#include "packet-per.h"
#include "packet-gsm_a_common.h"
#define PNAME "Radio Resource LCS Protocol (RRLP)"
#define PSNAME "RRLP"
#define PFNAME "rrlp"
#ifdef _MSC_VER
/* disable: "warning C4146: unary minus operator applied to unsigned type, result still unsigned" */
#pragma warning(disable:4146)
#endif
void proto_register_rrlp(void);
void proto_reg_handoff_rrlp(void);
/* Initialize the protocol and registered fields */
static int proto_rrlp = -1;
#include "packet-rrlp-hf.c"
/* Initialize the subtree pointers */
static gint ett_rrlp = -1;
#include "packet-rrlp-ett.c"
/* Include constants */
#include "packet-rrlp-val.h"
#include "packet-rrlp-fn.c"
/*--- proto_register_rrlp -------------------------------------------*/
void proto_register_rrlp(void) {
/* List of fields */
static hf_register_info hf[] = {
#include "packet-rrlp-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_rrlp,
#include "packet-rrlp-ettarr.c"
};
/* Register protocol */
proto_rrlp = proto_register_protocol(PNAME, PSNAME, PFNAME);
register_dissector("rrlp", dissect_PDU_PDU, proto_rrlp);
/* Register fields and subtrees */
proto_register_field_array(proto_rrlp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
}
/*--- proto_reg_handoff_rrlp ---------------------------------------*/
void
proto_reg_handoff_rrlp(void)
{
} |
ASN.1 | wireshark/epan/dissectors/asn1/rrlp/RRLP-Components.asn | -- RRLP-Components.asn
-- Taken from 3GPP TS 44.031 V11.0.0 (2012-09)
-- http://www.3gpp.org/ftp/Specs/archive/44_series/44.031/44031-b00.zip/44031-b00.doc
--
-- 4 Components
-- 5 Elements of Components
--
RRLP-Components
-- { RRLP-Components }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
Ext-GeographicalInformation, VelocityEstimate
FROM
MAP-LCS-DataTypes {
itu-t identified-organization (4) etsi (0) mobileDomain (0)
gsm-Network (1) modules (3) map-LCS-DataTypes (25) version10 (10)}
ExtensionContainer
FROM MAP-ExtensionDataTypes {
itu-t identified-organization (4) etsi (0) mobileDomain (0)
gsm-Network (1) modules (3) map-ExtensionDataTypes (21) version10 (10)}
;
-- Measurement Position request component
MsrPosition-Req ::= SEQUENCE {
positionInstruct PositionInstruct,
referenceAssistData ReferenceAssistData OPTIONAL,
msrAssistData MsrAssistData OPTIONAL,
systemInfoAssistData SystemInfoAssistData OPTIONAL,
gps-AssistData GPS-AssistData OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...,
-- Release 98 extension element
rel98-MsrPosition-Req-extension Rel98-MsrPosition-Req-Extension OPTIONAL,
-- Release 5 extension element
rel5-MsrPosition-Req-extension Rel5-MsrPosition-Req-Extension OPTIONAL,
-- Release 7 extension element
rel7-MsrPosition-Req-extension Rel7-MsrPosition-Req-Extension OPTIONAL
}
-- Measurement Position response component
MsrPosition-Rsp ::= SEQUENCE {
multipleSets MultipleSets OPTIONAL,
referenceIdentity ReferenceIdentity OPTIONAL,
otd-MeasureInfo OTD-MeasureInfo OPTIONAL,
locationInfo LocationInfo OPTIONAL,
gps-MeasureInfo GPS-MeasureInfo OPTIONAL,
locationError LocationError OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...,
-- Release extension here
rel-98-MsrPosition-Rsp-Extension
Rel-98-MsrPosition-Rsp-Extension OPTIONAL,
rel-5-MsrPosition-Rsp-Extension
Rel-5-MsrPosition-Rsp-Extension OPTIONAL,
-- When RRLP pseudo-segmentation is used, rel-5-MsrPosition-Rsp-Extension
-- and other possible future extensions should be the ones included in
-- the 2nd MsrPosition-Rsp component.
rel-7-MsrPosition-Rsp-Extension
Rel-7-MsrPosition-Rsp-Extension OPTIONAL
}
-- Assistance Data component
AssistanceData ::= SEQUENCE {
referenceAssistData ReferenceAssistData OPTIONAL,
msrAssistData MsrAssistData OPTIONAL,
systemInfoAssistData SystemInfoAssistData OPTIONAL,
gps-AssistData GPS-AssistData OPTIONAL,
moreAssDataToBeSent MoreAssDataToBeSent OPTIONAL, -- If not present, interpret as only
-- Assistance Data component used to
-- deliver entire set of assistance
-- data.
extensionContainer ExtensionContainer OPTIONAL,
...,
-- Release extension here
rel98-AssistanceData-Extension Rel98-AssistanceData-Extension OPTIONAL,
rel5-AssistanceData-Extension Rel5-AssistanceData-Extension OPTIONAL,
rel7-AssistanceData-Extension Rel7-AssistanceData-Extension OPTIONAL
}
-- Protocol Error component
ProtocolError ::= SEQUENCE {
errorCause ErrorCodes,
extensionContainer ExtensionContainer OPTIONAL,
...,
-- Release extensions here
rel-5-ProtocolError-Extension Rel-5-ProtocolError-Extension OPTIONAL
}
-- Positioning Capability request component
PosCapability-Req ::= SEQUENCE {
extended-reference Extended-reference,
gANSSPositionMethods GANSSPositionMethods OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...
}
-- Positioning Capability response component
PosCapability-Rsp ::= SEQUENCE {
extended-reference Extended-reference,
posCapabilities PosCapabilities,
-- assistanceSupported shall be included if and only if any of the assistance data is supported
assistanceSupported AssistanceSupported OPTIONAL,
assistanceNeeded AssistanceNeeded OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...
}
-- Position instructions
PositionInstruct ::= SEQUENCE {
-- Method type
methodType MethodType,
positionMethod PositionMethod,
measureResponseTime MeasureResponseTime,
useMultipleSets UseMultipleSets,
environmentCharacter EnvironmentCharacter OPTIONAL
}
--
MethodType ::= CHOICE {
msAssisted AccuracyOpt, -- accuracy is optional
msBased Accuracy, -- accuracy is mandatory
msBasedPref Accuracy, -- accuracy is mandatory
msAssistedPref Accuracy -- accuracy is mandatory
}
-- Accuracy of the location estimation
AccuracyOpt ::= SEQUENCE {
accuracy Accuracy OPTIONAL
}
-- The values of this field are defined in 3GPP TS 23.032 (Uncertainty code)
Accuracy ::= INTEGER (0..127)
-- Position Method
PositionMethod ::= ENUMERATED {
eotd (0),
gps (1),
gpsOrEOTD (2)
}
-- Measurement request response time
MeasureResponseTime ::= INTEGER (0..7)
-- useMultiple Sets, FFS!
UseMultipleSets ::= ENUMERATED {
multipleSets (0), -- multiple sets are allowed
oneSet (1) -- sending of multiple is not allowed
}
-- Environment characterization
EnvironmentCharacter ::= ENUMERATED {
badArea (0), -- bad urban or suburban, heavy multipath and NLOS
notBadArea (1), -- light multipath and NLOS
mixedArea (2), -- not defined or mixed environment
...
}
-- E-OTD reference BTS for Assitance data IE
ReferenceAssistData ::= SEQUENCE {
bcchCarrier BCCHCarrier, -- BCCH carrier
bsic BSIC, -- BSIC
timeSlotScheme TimeSlotScheme, -- Timeslot scheme
btsPosition BTSPosition OPTIONAL
}
-- ellipsoid point and
-- ellipsoid point with altitude and uncertainty ellipsoid shapes are supported
BTSPosition ::= Ext-GeographicalInformation
-- RF channel number of BCCH
BCCHCarrier ::= INTEGER (0..1023)
-- Base station Identity Code
BSIC ::= INTEGER (0..63)
-- Timeslot scheme
TimeSlotScheme ::= ENUMERATED {
equalLength (0),
variousLength (1)
}
-- Time slot (modulo)
ModuloTimeSlot ::= INTEGER (0..3)
-- E-OTD measurement assistance data IE
-- The total number of neighbors in this element (MsrAssistData)
-- and in SystemInfoAssistData element (presented neighbors
-- can be at a maximum 15!)
MsrAssistData ::= SEQUENCE {
msrAssistList SeqOfMsrAssistBTS
}
SeqOfMsrAssistBTS ::= SEQUENCE (SIZE(1..15)) OF MsrAssistBTS
MsrAssistBTS ::= SEQUENCE {
bcchCarrier BCCHCarrier, -- BCCH carrier
bsic BSIC, -- BSIC
multiFrameOffset MultiFrameOffset, -- multiframe offset
timeSlotScheme TimeSlotScheme, -- Timeslot scheme
roughRTD RoughRTD, -- rough RTD value
-- Location Calculation Assistance data is moved here
calcAssistanceBTS CalcAssistanceBTS OPTIONAL
}
-- Multiframe offset
MultiFrameOffset ::= INTEGER (0..51)
-- The Multiframe Offset value 51 shall not be encoded by the transmitting entity and
-- shall be treated by the receiving entity as 0.
-- Rough RTD value between one base station and reference BTS
RoughRTD ::= INTEGER (0..1250)
-- The RoughRTD value 1250 shall not be encoded by the transmitting entity and shall
-- be treated by the receiving entity as 0.
-- E-OTD Measurement assistance data for system information List IE
-- The total number of base stations in this element (SystemInfoAssistData
-- presented neighbors) and in MsrAssistData element can be at a maximum 15.
SystemInfoAssistData ::= SEQUENCE {
systemInfoAssistList SeqOfSystemInfoAssistBTS
}
SeqOfSystemInfoAssistBTS::= SEQUENCE (SIZE(1..32)) OF SystemInfoAssistBTS
-- whether n.th is present or not ?
SystemInfoAssistBTS ::= CHOICE {
notPresent NULL,
present AssistBTSData
}
-- Actual assistance data for system information base station
AssistBTSData ::= SEQUENCE {
bsic BSIC, -- BSIC
multiFrameOffset MultiFrameOffset, -- multiframe offset
timeSlotScheme TimeSlotScheme, -- Timeslot scheme
roughRTD RoughRTD, -- rough RTD value
-- Location Calculation Assistance data
calcAssistanceBTS CalcAssistanceBTS OPTIONAL
}
-- E-OTD Location calculation assistance data,
-- CalcAssistanceBTS element is optional not subfields
CalcAssistanceBTS ::= SEQUENCE {
fineRTD FineRTD, -- fine RTD value between base stations
referenceWGS84 ReferenceWGS84 -- reference coordinates
}
-- Coordinates of neighbour BTS, WGS-84 ellipsoid
ReferenceWGS84 ::= SEQUENCE {
relativeNorth RelDistance, -- relative distance (south negative)
relativeEast RelDistance, -- relative distance (west negative)
-- Relative Altitude is not always known
relativeAlt RelativeAlt OPTIONAL -- relative altitude
}
-- Fine RTD value between this BTS and the reference BTS
FineRTD ::= INTEGER (0..255)
-- Relative north/east distance
RelDistance ::= INTEGER (-200000..200000)
-- Relative altitude
RelativeAlt ::= INTEGER (-4000..4000)
-- Measure position response IEs
-- Reference Identity
-- Multiple sets
MultipleSets ::= SEQUENCE {
-- number of reference sets
nbrOfSets INTEGER (2..3),
-- This field actually tells the number of reference BTSs
nbrOfReferenceBTSs INTEGER (1..3),
-- This field is conditional and included optionally only if
-- nbrOfSets is 3 and number of reference BTSs is 2.
referenceRelation ReferenceRelation OPTIONAL
}
-- Relation between refence BTSs and sets
ReferenceRelation ::= ENUMERATED {
secondBTSThirdSet (0), -- 1st BTS related to 1st and 2nd sets
secondBTSSecondSet (1), -- 1st BTS related to 1st and 3rd sets
firstBTSFirstSet (2) -- 1st BTS related to 1st set
}
-- Reference BTS Identity, this element contains number of
-- BTSs told nbrOfReferenceBTSs field in Multiple sets element)
ReferenceIdentity ::= SEQUENCE {
-- Reference BTS list
refBTSList SeqOfReferenceIdentityType
}
SeqOfReferenceIdentityType ::= SEQUENCE (SIZE(1..3)) OF ReferenceIdentityType
-- Cell identity
ReferenceIdentityType ::= CHOICE {
bsicAndCarrier BSICAndCarrier, -- BSIC and Carrier
ci CellID, -- Cell ID, LAC not needed
requestIndex RequestIndex, -- Index to Requested Neighbor List
systemInfoIndex SystemInfoIndex, -- Index to System info list, this type of ref. identity
-- shall not be used by the MS unless it has received
-- the SystemInfoAssistData from the SMLC for this cell.
ciAndLAC CellIDAndLAC -- CI and LAC
}
BSICAndCarrier ::= SEQUENCE {
carrier BCCHCarrier,
bsic BSIC
}
RequestIndex ::= INTEGER (1..16)
SystemInfoIndex ::= INTEGER (1..32)
CellIDAndLAC ::= SEQUENCE {
referenceLAC LAC, -- Location area code
referenceCI CellID -- Cell identity
}
CellID ::= INTEGER (0..65535)
LAC ::= INTEGER (0..65535)
-- OTD-MeasureInfo
OTD-MeasureInfo ::= SEQUENCE {
-- Measurement info elements, OTD-MsrElement is repeated number of times
-- told in nbrOfReferenceBTSs in MultipleSets, default value is 1
otdMsrFirstSets OTD-MsrElementFirst,
-- if more than one sets are present this element is repeated
-- NumberOfSets - 1 (-1 = first set)
otdMsrRestSets SeqOfOTD-MsrElementRest OPTIONAL
}
SeqOfOTD-MsrElementRest ::= SEQUENCE (SIZE(1..2)) OF OTD-MsrElementRest
-- OTD measurent information for 1 set
OTD-MsrElementFirst ::= SEQUENCE {
refFrameNumber INTEGER (0..42431), -- Frame number modulo 42432
referenceTimeSlot ModuloTimeSlot,
toaMeasurementsOfRef TOA-MeasurementsOfRef OPTIONAL,
stdResolution StdResolution,
taCorrection INTEGER (0..960) OPTIONAL, -- TA correction
-- measured neighbors in OTD measurements
otd-FirstSetMsrs SeqOfOTD-FirstSetMsrs OPTIONAL
}
SeqOfOTD-FirstSetMsrs ::= SEQUENCE (SIZE(1..10)) OF OTD-FirstSetMsrs
-- OTD measurent information 2 and 3 sets if exist
OTD-MsrElementRest ::= SEQUENCE {
refFrameNumber INTEGER (0..42431), -- Frame number modulo 42432
referenceTimeSlot ModuloTimeSlot,
toaMeasurementsOfRef TOA-MeasurementsOfRef OPTIONAL,
stdResolution StdResolution,
taCorrection INTEGER (0..960) OPTIONAL, -- TA correction
-- measured neighbors in OTD measurements
otd-MsrsOfOtherSets SeqOfOTD-MsrsOfOtherSets OPTIONAL
}
SeqOfOTD-MsrsOfOtherSets ::= SEQUENCE (SIZE(1..10)) OF OTD-MsrsOfOtherSets
-- Standard deviation of the TOA measurements from the reference BTS
TOA-MeasurementsOfRef ::= SEQUENCE {
refQuality RefQuality,
numOfMeasurements NumOfMeasurements
}
RefQuality ::= INTEGER (0..31) -- St Dev of TOA of reference as defined in annex
NumOfMeasurements ::= INTEGER (0..7) -- No. of measurements for RefQuality as defined in annex
StdResolution ::= INTEGER (0..3) -- Values of resolution are defined in annex
OTD-FirstSetMsrs ::= OTD-MeasurementWithID
-- Neighbour info in OTD measurements 0-10 times in TD measurement info
OTD-MsrsOfOtherSets ::= CHOICE {
identityNotPresent OTD-Measurement,
identityPresent OTD-MeasurementWithID
}
-- For this OTD measurement identity is same as the identity of BTS
-- in the first set with same sequence number
OTD-Measurement ::= SEQUENCE {
nborTimeSlot ModuloTimeSlot,
eotdQuality EOTDQuality,
otdValue OTDValue
}
-- This measurement contains the BTS identity and measurement
OTD-MeasurementWithID ::=SEQUENCE {
neighborIdentity NeighborIdentity,
nborTimeSlot ModuloTimeSlot,
eotdQuality EOTDQuality,
otdValue OTDValue
}
EOTDQuality ::= SEQUENCE {
nbrOfMeasurements INTEGER (0..7),
stdOfEOTD INTEGER (0..31)
}
NeighborIdentity ::= CHOICE {
bsicAndCarrier BSICAndCarrier, -- BSIC and Carrier
ci CellID, -- Cell ID, LAC not needed
multiFrameCarrier MultiFrameCarrier, -- MultiFrameOffest and BSIC
requestIndex RequestIndex, -- Index to Requested Neighbor List
systemInfoIndex SystemInfoIndex, -- Index to System info list, this type of neighbour
-- identity shall not be used by the MS unless it has
-- received the SystemInfoAssistData from the SMLC for
-- this cell.
ciAndLAC CellIDAndLAC -- CI and LAC
}
-- Multiframe and carrier
MultiFrameCarrier ::= SEQUENCE {
bcchCarrier BCCHCarrier,
multiFrameOffset MultiFrameOffset
}
-- OTD measurement value for neighbour
OTDValue ::= INTEGER (0..39999)
-- Location information IE
LocationInfo ::= SEQUENCE {
refFrame INTEGER (0..65535), -- Reference Frame number
-- If refFrame is within (42432..65535), it shall be ignored by the receiver
-- in that case the MS should provide GPS TOW if available
gpsTOW INTEGER (0..14399999) OPTIONAL, -- GPS TOW
fixType FixType,
-- Note that applicable range for refFrame is 0 - 42431
-- Possible shapes carried in posEstimate are
-- ellipsoid point,
-- ellipsoid point with uncertainty circle
-- ellipsoid point with uncertainty ellipse
-- ellipsoid point with altitude and uncertainty ellipsoid
posEstimate Ext-GeographicalInformation
}
FixType ::= INTEGER {
twoDFix (0),
threeDFix (1)
} (0..1)
-- GPS-Measurement information
GPS-MeasureInfo ::= SEQUENCE {
-- Measurement info elements
-- user has to make sure that in this element is number of elements
-- defined in reference BTS identity
gpsMsrSetList SeqOfGPS-MsrSetElement
}
SeqOfGPS-MsrSetElement ::= SEQUENCE (SIZE(1..3)) OF GPS-MsrSetElement
-- OTD measurent information 1-3 times in message
GPS-MsrSetElement ::= SEQUENCE {
refFrame INTEGER (0..65535) OPTIONAL, -- Reference Frame number
gpsTOW GPSTOW24b, -- GPS TOW
-- Note that applicable range for refFrame is 0 - 42431
--N_SAT can be read from number of elements of gps-msrList
gps-msrList SeqOfGPS-MsrElement
}
-- 24 bit presentation for GPSTOW
GPSTOW24b ::= INTEGER (0..14399999)
-- measured elements in measurement parameters field
SeqOfGPS-MsrElement ::= SEQUENCE (SIZE(1..16)) OF GPS-MsrElement
GPS-MsrElement ::= SEQUENCE {
satelliteID SatelliteID, -- Satellite identifier
cNo INTEGER (0..63), -- carrier noise ratio
doppler INTEGER (-32768..32767), -- doppler, mulltiply by 0.2
wholeChips INTEGER (0..1022), -- whole value of the code phase measurement
fracChips INTEGER (0..1024), -- fractional value of the code phase measurement
-- a value of 1024 shall not be encoded by the sender
-- the receiver shall consider a value of 1024 to be
-- invalid data
mpathIndic MpathIndic, -- multipath indicator
pseuRangeRMSErr INTEGER (0..63) -- index
}
-- Multipath indicator
MpathIndic ::= ENUMERATED {
notMeasured (0),
low (1),
medium (2),
high (3)
}
-- Location error IE
LocationError ::= SEQUENCE {
locErrorReason LocErrorReason,
additionalAssistanceData AdditionalAssistanceData OPTIONAL,
...
}
LocErrorReason ::= ENUMERATED {
unDefined (0),
notEnoughBTSs (1),
notEnoughSats (2),
eotdLocCalAssDataMissing (3),
eotdAssDataMissing (4),
gpsLocCalAssDataMissing (5),
gpsAssDataMissing (6),
methodNotSupported (7),
notProcessed (8),
refBTSForGPSNotServingBTS (9),
refBTSForEOTDNotServingBTS (10),
...,
notEnoughGANSSSats (11),
ganssAssDataMissing (12),
refBTSForGANSSNotServingBTS (13)
}
-- exception handling:
-- an unrecognized value shall be treated the same as value 0
-- defines additional assistance data needed for any new location attempt
-- MS shall retain any assistance data already received
AdditionalAssistanceData ::= SEQUENCE {
gpsAssistanceData GPSAssistanceData OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...,
ganssAssistanceData GANSSAssistanceData OPTIONAL
}
GPSAssistanceData ::= OCTET STRING (SIZE (1..maxGPSAssistanceData))
-- GPSAssistanceData has identical structure and encoding to octets 3 to n of the
-- GPS Assistance Data IE in 3GPP TS 49.031
maxGPSAssistanceData INTEGER ::= 40
GANSSAssistanceData ::= OCTET STRING (SIZE (1..maxGANSSAssistanceData))
-- GANSSAssistanceData has identical structure and encoding to octets 3 to n of the
-- GANSS Assistance Data IE in 3GPP TS 49.031
maxGANSSAssistanceData INTEGER ::= 40
-- Protocol Error Causes
ErrorCodes ::= ENUMERATED {
unDefined (0),
missingComponet (1),
incorrectData (2),
missingIEorComponentElement (3),
messageTooShort (4),
unknowReferenceNumber (5),
...
}
-- exception handling:
-- an unrecognized value shall be treated the same as value 0
-- GPS assistance data IE
GPS-AssistData ::= SEQUENCE {
controlHeader ControlHeader
}
-- More Assistance Data To Be Sent IE
-- More Assistance Data Components On the Way indication for delivery of an entire set of assistance
-- data in multiple Assistance Data components.
MoreAssDataToBeSent ::= ENUMERATED {
noMoreMessages (0), -- This is the only or last Assistance Data message used to deliver
-- the entire set of assistance data.
moreMessagesOnTheWay (1) -- The SMLC will send more Assistance Data messages or a final RRLP
-- Measure Position Request message to deliver the
-- the entire set of assistance data.
}
-- Control header of the GPS assistance data
ControlHeader ::= SEQUENCE {
-- Field type Present information
referenceTime ReferenceTime OPTIONAL,
refLocation RefLocation OPTIONAL,
dgpsCorrections DGPSCorrections OPTIONAL,
navigationModel NavigationModel OPTIONAL,
ionosphericModel IonosphericModel OPTIONAL,
utcModel UTCModel OPTIONAL,
almanac Almanac OPTIONAL,
acquisAssist AcquisAssist OPTIONAL,
realTimeIntegrity SeqOf-BadSatelliteSet OPTIONAL
}
ReferenceTime ::= SEQUENCE {
gpsTime GPSTime,
gsmTime GSMTime OPTIONAL,
gpsTowAssist GPSTOWAssist OPTIONAL
}
-- GPS Time includes week number and time-of-week (TOW)
GPSTime ::= SEQUENCE {
gpsTOW23b GPSTOW23b,
gpsWeek GPSWeek
}
-- GPSTOW, range 0-604799.92, resolution 0.08 sec, 23-bit presentation
GPSTOW23b ::= INTEGER (0..7559999)
-- GPS week number
GPSWeek ::= INTEGER (0..1023)
-- GPSTOWAssist consists of TLM message, Anti-spoof flag, Alert flag, and 2 reserved bits in TLM Word
-- for each visible satellite.
-- N_SAT can be read from number of elements in GPSTOWAssist
GPSTOWAssist ::= SEQUENCE (SIZE(1..12)) OF GPSTOWAssistElement
GPSTOWAssistElement ::= SEQUENCE {
satelliteID SatelliteID,
tlmWord TLMWord,
antiSpoof AntiSpoofFlag,
alert AlertFlag,
tlmRsvdBits TLMReservedBits
}
-- TLM Word, 14 bits
TLMWord ::= INTEGER (0..16383)
-- Anti-Spoof flag
AntiSpoofFlag ::= INTEGER (0..1)
-- Alert flag
AlertFlag ::= INTEGER (0..1)
-- Reserved bits in TLM word, MSB occurs earlier in TLM Word transmitted by satellite
TLMReservedBits ::= INTEGER (0..3)
GSMTime ::= SEQUENCE {
bcchCarrier BCCHCarrier, -- BCCH carrier
bsic BSIC, -- BSIC
frameNumber FrameNumber,
timeSlot TimeSlot,
bitNumber BitNumber
}
-- Frame number
FrameNumber ::= INTEGER (0..2097151)
-- Time slot number
TimeSlot ::= INTEGER (0..7)
-- Bit number
BitNumber ::= INTEGER (0..156)
-- Reference Location IE
RefLocation ::= SEQUENCE {
threeDLocation Ext-GeographicalInformation
}
-- DGPS Corrections IE
DGPSCorrections ::= SEQUENCE {
gpsTOW INTEGER (0..604799), -- DGPS reference time
status INTEGER (0..7),
-- N_SAT can be read from number of elements of satList
satList SeqOfSatElement
}
SeqOfSatElement ::= SEQUENCE (SIZE (1..16)) OF SatElement
-- number of correction for satellites
SatElement ::= SEQUENCE {
satelliteID SatelliteID,
--- Sequence number for ephemeris
iode INTEGER (0..239),
-- User Differential Range Error
udre INTEGER (0..3),
-- Pseudo Range Correction, range is
-- -655.04 - +655.04,
pseudoRangeCor INTEGER (-2047..2047),
-- Pseudo Range Rate Correction, range is
-- -4.064 - +4.064,
rangeRateCor INTEGER (-127..127),
-- Delta Pseudo Range Correction 2
deltaPseudoRangeCor2 INTEGER (-127..127), -- This IE shall be ignored by the receiver and
-- set to zero by the sender
-- Delta Pseudo Range Correction 2
deltaRangeRateCor2 INTEGER (-7..7), -- This IE shall be ignored by the receiver and
-- set to zero by the sender
-- Delta Pseudo Range Correction 3
deltaPseudoRangeCor3 INTEGER (-127..127), -- This IE shall be ignored by the receiver and
-- set to zero by the sender
-- Delta Pseudo Range Correction 3
deltaRangeRateCor3 INTEGER (-7..7) -- This IE shall be ignored by the receiver and
-- set to zero by the sender
}
SatelliteID ::= INTEGER (0..63) -- identifies satellite
-- Navigation Model IE
NavigationModel ::= SEQUENCE {
navModelList SeqOfNavModelElement
}
-- navigation model satellite list
SeqOfNavModelElement ::= SEQUENCE (SIZE(1..16)) OF NavModelElement
NavModelElement ::= SEQUENCE {
satelliteID SatelliteID,
satStatus SatStatus -- satellite status
}
-- the Status of the navigation model
SatStatus ::= CHOICE {
-- New satellite, new Navigation Model
newSatelliteAndModelUC UncompressedEphemeris,
-- Existing satellite, Existing Navigation Model
oldSatelliteAndModel NULL,
-- Existing satellite, new Navigation Model
newNaviModelUC UncompressedEphemeris,
...
}
-- Uncompressed satellite emhemeris and clock corrections
UncompressedEphemeris ::= SEQUENCE {
ephemCodeOnL2 INTEGER (0..3),
ephemURA INTEGER (0..15),
ephemSVhealth INTEGER (0..63),
ephemIODC INTEGER (0..1023),
ephemL2Pflag INTEGER (0..1),
ephemSF1Rsvd EphemerisSubframe1Reserved,
ephemTgd INTEGER (-128..127),
ephemToc INTEGER (0..37799),
ephemAF2 INTEGER (-128..127),
ephemAF1 INTEGER (-32768..32767),
ephemAF0 INTEGER (-2097152..2097151),
ephemCrs INTEGER (-32768..32767),
ephemDeltaN INTEGER (-32768..32767),
ephemM0 INTEGER (-2147483648..2147483647),
ephemCuc INTEGER (-32768..32767),
ephemE INTEGER (0..4294967295),
ephemCus INTEGER (-32768..32767),
ephemAPowerHalf INTEGER (0..4294967295),
ephemToe INTEGER (0..37799),
ephemFitFlag INTEGER (0..1),
ephemAODA INTEGER (0..31),
ephemCic INTEGER (-32768..32767),
ephemOmegaA0 INTEGER (-2147483648..2147483647),
ephemCis INTEGER (-32768..32767),
ephemI0 INTEGER (-2147483648..2147483647),
ephemCrc INTEGER (-32768..32767),
ephemW INTEGER (-2147483648..2147483647),
ephemOmegaADot INTEGER (-8388608..8388607),
ephemIDot INTEGER (-8192..8191)
}
-- Reserved bits in subframe 1 of navigation message
EphemerisSubframe1Reserved ::= SEQUENCE {
reserved1 INTEGER (0..8388607), -- 23-bit field
reserved2 INTEGER (0..16777215), -- 24-bit field
reserved3 INTEGER (0..16777215), -- 24-bit field
reserved4 INTEGER (0..65535) -- 16-bit field
}
-- Ionospheric Model IE
IonosphericModel ::= SEQUENCE {
alfa0 INTEGER (-128..127),
alfa1 INTEGER (-128..127),
alfa2 INTEGER (-128..127),
alfa3 INTEGER (-128..127),
beta0 INTEGER (-128..127),
beta1 INTEGER (-128..127),
beta2 INTEGER (-128..127),
beta3 INTEGER (-128..127)
}
-- Universal Time Coordinate Model
UTCModel ::= SEQUENCE {
utcA1 INTEGER (-8388608..8388607),
utcA0 INTEGER (-2147483648..2147483647),
utcTot INTEGER (0..255),
utcWNt INTEGER (0..255),
utcDeltaTls INTEGER (-128..127),
utcWNlsf INTEGER (0..255),
utcDN INTEGER (-128..127),
utcDeltaTlsf INTEGER (-128..127)
}
-- Almanac, Long term model
-- NOTE: These are parameters are subset of the ephemeris
-- NOTE: But with reduced resolution and accuracy
Almanac ::= SEQUENCE {
alamanacWNa INTEGER (0..255), -- Once per message
-- navigation model satellite list.
-- The size of almanacList is actually Nums_Sats_Total field
almanacList SeqOfAlmanacElement
}
SeqOfAlmanacElement ::= SEQUENCE (SIZE(1..64)) OF AlmanacElement
-- Almanac info once per satellite
AlmanacElement ::= SEQUENCE {
satelliteID SatelliteID,
almanacE INTEGER (0..65535),
alamanacToa INTEGER (0..255),
almanacKsii INTEGER (-32768..32767),
almanacOmegaDot INTEGER (-32768..32767),
almanacSVhealth INTEGER (0..255),
almanacAPowerHalf INTEGER (0..16777215),
almanacOmega0 INTEGER (-8388608..8388607),
almanacW INTEGER (-8388608..8388607),
almanacM0 INTEGER (-8388608..8388607),
almanacAF0 INTEGER (-1024..1023),
almanacAF1 INTEGER (-1024..1023)
}
-- Acquisition Assistance
AcquisAssist ::= SEQUENCE {
-- Number of Satellites can be read from acquistList
timeRelation TimeRelation,
-- Acquisition assistance list
-- The size of Number of Satellites is actually Number of Satellites field
acquisList SeqOfAcquisElement
}
SeqOfAcquisElement ::= SEQUENCE (SIZE(1..16)) OF AcquisElement
-- the relationship between GPS time and air-interface timing
TimeRelation ::= SEQUENCE {
--
gpsTOW GPSTOW23b, -- 23b presentation
gsmTime GSMTime OPTIONAL
}
-- data occuring per number of satellites
AcquisElement ::= SEQUENCE {
svid SatelliteID,
-- Doppler 0th order term,
-- -5120.0 - 5117.5 Hz (= -2048 - 2047 with 2.5 Hz resolution)
doppler0 INTEGER (-2048..2047),
addionalDoppler AddionalDopplerFields OPTIONAL,
codePhase INTEGER (0..1022), -- Code Phase
intCodePhase INTEGER (0..19), -- Integer Code Phase
gpsBitNumber INTEGER (0..3), -- GPS bit number
codePhaseSearchWindow INTEGER (0..15), -- Code Phase Search Window
addionalAngle AddionalAngleFields OPTIONAL
}
AddionalDopplerFields ::= SEQUENCE {
-- Doppler 1st order term, -1.0 - +0.5 Hz/sec
-- (= -42 + (0 to 63) with 1/42 Hz/sec. resolution)
doppler1 INTEGER (0..63),
dopplerUncertainty INTEGER (0..7)
-- a sender shall not encode any DopplerUncertainty value in the range 5 to 7
-- a receiver shall ignore any value between 5 and 7.
}
AddionalAngleFields ::= SEQUENCE {
-- azimuth angle, 0 - 348.75 deg (= 0 - 31 with 11.25 deg resolution)
azimuth INTEGER (0..31),
-- elevation angle, 0 - 78.75 deg (= 0 - 7 with 11.25 deg resolution)
elevation INTEGER (0..7)
}
-- Real-Time Integrity
-- number of bad satellites can be read from this element
SeqOf-BadSatelliteSet ::= SEQUENCE (SIZE(1..16)) OF SatelliteID
-- Extension Elements
-- Release 98 Extensions here
Rel98-MsrPosition-Req-Extension ::= SEQUENCE {
rel98-Ext-ExpOTD Rel98-Ext-ExpOTD OPTIONAL, -- ExpectedOTD extension
...,
gpsTimeAssistanceMeasurementRequest NULL OPTIONAL,
gpsReferenceTimeUncertainty GPSReferenceTimeUncertainty OPTIONAL
-- Further R98 extensions here
}
Rel98-AssistanceData-Extension ::= SEQUENCE {
rel98-Ext-ExpOTD Rel98-Ext-ExpOTD OPTIONAL, -- ExpectedOTD extension
...,
gpsTimeAssistanceMeasurementRequest NULL OPTIONAL,
gpsReferenceTimeUncertainty GPSReferenceTimeUncertainty OPTIONAL
-- Further R98 extensions here
}
-- Release 98 ExpOTD extension
Rel98-Ext-ExpOTD ::= SEQUENCE {
-- If MsrAssistBTS is included in message, msrAssistData-R98-ExpOTD shall be included.
msrAssistData-R98-ExpOTD MsrAssistData-R98-ExpOTD OPTIONAL,
-- If SystemInfoAssistaData is included in message, systemInfoAssistData-R98-ExpOTD shall be
-- included.
systemInfoAssistData-R98-ExpOTD SystemInfoAssistData-R98-ExpOTD OPTIONAL
}
-- MsrAssistData R98 extension
MsrAssistData-R98-ExpOTD ::= SEQUENCE {
msrAssistList-R98-ExpOTD SeqOfMsrAssistBTS-R98-ExpOTD
}
-- Indexes in SeqOfMsrAssistBTS-R98-ExpOTD refer to SeqOfMsrAssistBTS
-- If the index exceeds the SegOfMsrAssistBTS range or if there is other
-- inconsistencies between the BTS indices, the MS shall apply protocol
-- error cause incorrectData
SeqOfMsrAssistBTS-R98-ExpOTD ::= SEQUENCE (SIZE(1..15)) OF MsrAssistBTS-R98-ExpOTD
-- This element completes MsrAssistBTS IE
MsrAssistBTS-R98-ExpOTD ::= SEQUENCE {
expectedOTD ExpectedOTD,
expOTDUncertainty ExpOTDUncertainty
}
-- SystemInfoAssistData R98 extension
SystemInfoAssistData-R98-ExpOTD ::= SEQUENCE {
systemInfoAssistListR98-ExpOTD SeqOfSystemInfoAssistBTS-R98-ExpOTD
}
-- SeqOfSystemInfoAssistBTS-R98-ExpOTD index refer to SeqOfSystemInfoAssistBTS
-- If the index exceeds the SegOfSystemInfoAssistBTS range or if there is other
-- inconsistencies between the BTS indices, the MS shall apply protocol
-- error cause incorrectData
SeqOfSystemInfoAssistBTS-R98-ExpOTD ::= SEQUENCE (SIZE(1..32)) OF SystemInfoAssistBTS-R98-ExpOTD
-- whether n.th is present or not ?
SystemInfoAssistBTS-R98-ExpOTD ::= CHOICE {
notPresent NULL,
present AssistBTSData-R98-ExpOTD
}
-- This element completes AssistBTSData IE
AssistBTSData-R98-ExpOTD ::= SEQUENCE {
expectedOTD ExpectedOTD,
expOTDuncertainty ExpOTDUncertainty -- Uncertainty of expected OTD
}
-- Expected OTD value between nbor base station and reference BTS
-- at MS's current estimated location.
ExpectedOTD ::= INTEGER (0..1250)
-- The ExpectedOTD value 1250 shall not be encoded by the transmitting entity and
-- shall be treated by the receiving entity as 0.
-- Uncertainty of Exptected OTD in bits
ExpOTDUncertainty ::= INTEGER(0..7)
-- Release 98 extensions
GPSReferenceTimeUncertainty ::= INTEGER (0 .. 127) -- Coding according to Annex
GPSTimeAssistanceMeasurements ::= SEQUENCE {
referenceFrameMSB INTEGER (0 .. 63) OPTIONAL, -- MSB of frame number
gpsTowSubms INTEGER (0 .. 9999) OPTIONAL, -- in units of 100ns, for MS based AGPS
deltaTow INTEGER (0 .. 127) OPTIONAL, -- for MS assisted AGPS
gpsReferenceTimeUncertainty GPSReferenceTimeUncertainty OPTIONAL
}
Rel-98-MsrPosition-Rsp-Extension ::= SEQUENCE {
-- First extension to Release 98
rel-98-Ext-MeasureInfo SEQUENCE {
otd-MeasureInfo-R98-Ext OTD-MeasureInfo-R98-Ext OPTIONAL
},
...,
timeAssistanceMeasurements GPSTimeAssistanceMeasurements OPTIONAL
-- Further R98 extensions here
}
-- This is an addition to OTD-MeasureInfo element defined in original message,
-- If OTD-MeasureInfo is absent, or if one or more OTD-MsrElementRest are present
-- OTD-MeasureInfo-R98-Ext shall be absent.
-- OTD-MeasureInfo-R98-Ext
OTD-MeasureInfo-R98-Ext ::= SEQUENCE {
-- Measurement info elements
otdMsrFirstSets-R98-Ext OTD-MsrElementFirst-R98-Ext
}
-- OTD measurement information Ext for the first set only
OTD-MsrElementFirst-R98-Ext ::= SEQUENCE {
-- additional measured neighbors in OTD measurements
otd-FirstSetMsrs-R98-Ext SeqOfOTD-FirstSetMsrs-R98-Ext OPTIONAL
}
SeqOfOTD-FirstSetMsrs-R98-Ext ::= SEQUENCE (SIZE(1..5)) OF OTD-FirstSetMsrs
Rel-5-MsrPosition-Rsp-Extension ::= SEQUENCE {
extended-reference Extended-reference OPTIONAL,
-- The extended-reference shall be included by the MS if and only if previously
-- received from the SMLC in a Measure Position Request. When included, the value sent
-- by the MS shall equal the value received from the SMLC.
-- extension to Release 5, for RRLP pseudo-segmentation here
otd-MeasureInfo-5-Ext OTD-MeasureInfo-5-Ext OPTIONAL,
ulPseudoSegInd UlPseudoSegInd OPTIONAL, -- Included when uplink RRLP
-- Pseudo-segmentation is used, not included when no uplink pseudo-segmentation is used
...
-- Possibly more extensions for Release 5 here later
}
Extended-reference ::= SEQUENCE {
smlc-code INTEGER (0..63),
transaction-ID INTEGER (0..262143)
}
OTD-MeasureInfo-5-Ext ::= SeqOfOTD-MsrElementRest
-- if more than one measurement sets are present this element is repeated
-- NumberOfSets - 1 (-1 = first set) combined in OTD-MeasureInfo-5-Ext and
-- OTD-MeasureInfo (e.g. if NumberOfSets is 3, then one otdMsrRestSets may
-- be sent in OTD-MeasureInfo-5-Ext and one in OTD-MeasureInfo)
-- First part of Uplink RRLP Pseudo-segmentation indication, possibly more may be defined
-- in the future for segmentation with more than two segments.
UlPseudoSegInd ::= ENUMERATED {
firstOfMany (0),
secondOfMany(1)
}
Rel5-MsrPosition-Req-Extension ::= SEQUENCE {
extended-reference Extended-reference,
...
-- Possibly more extensions for Release 5 here later
}
Rel5-AssistanceData-Extension ::= SEQUENCE {
extended-reference Extended-reference,
...
-- Possibly more extensions for Release 5 here later
}
Rel-5-ProtocolError-Extension::= SEQUENCE {
extended-reference Extended-reference OPTIONAL,
-- The extended-reference shall be included by the MS if and only if previously
-- received from the SMLC.
-- When included, the value sent by the MS shall equal the value received from the SMLC.
...
-- Possibly more extensions for Release 5 here later
}
-- Release 7 Extensions here
Rel7-MsrPosition-Req-Extension ::= SEQUENCE {
velocityRequested NULL OPTIONAL,
ganssPositionMethod GANSSPositioningMethod OPTIONAL,
ganss-AssistData GANSS-AssistData OPTIONAL,
ganssCarrierPhaseMeasurementRequest NULL OPTIONAL,
ganssTODGSMTimeAssociationMeasurementRequest NULL OPTIONAL,
requiredResponseTime RequiredResponseTime OPTIONAL,
add-GPS-AssistData Add-GPS-AssistData OPTIONAL,
ganssMultiFreqMeasurementRequest NULL OPTIONAL,
...
-- Further Release 7 extensions here
}
-- additional satellite systems may be added in future versions of the protocol
-- Bit 0 of GANSSPositioningMethod bit map shall not be the only one set to TRUE ('1')
GANSSPositioningMethod ::= BIT STRING {
gps (0),
galileo (1),
sbas (2),
modernizedGPS (3),
qzss (4),
glonass (5) } (SIZE (2..16))
GANSS-AssistData ::= SEQUENCE {
ganss-controlHeader GANSS-ControlHeader
}
GANSS-ControlHeader ::= SEQUENCE {
ganssCommonAssistData GANSSCommonAssistData OPTIONAL,
ganssGenericAssistDataList SeqOfGANSSGenericAssistDataElement OPTIONAL
}
-- GANSS Common Assistance Data Elements
GANSSCommonAssistData ::= SEQUENCE {
ganssReferenceTime GANSSReferenceTime OPTIONAL,
ganssRefLocation GANSSRefLocation OPTIONAL,
ganssIonosphericModel GANSSIonosphericModel OPTIONAL,
... ,
ganssAddIonosphericModel GANSSAddIonosphericModel OPTIONAL,
ganssEarthOrientParam GANSSEarthOrientParam OPTIONAL,
-- If GANSSReferenceTime is included, GANSSReferenceTime-R10-Ext shall also be included.
ganssReferenceTime-R10-Ext GANSSReferenceTime-R10-Ext OPTIONAL
}
-- List of GANSS Generic Assistance Data Elements, up to 8 GANSS
SeqOfGANSSGenericAssistDataElement ::= SEQUENCE (SIZE (1..8)) OF GANSSGenericAssistDataElement
-- GANSS Generic Assistance Data Elements
GANSSGenericAssistDataElement ::= SEQUENCE {
ganssID INTEGER (0..7) OPTIONAL, -- Coding according to Annex
ganssTimeModel SeqOfGANSSTimeModel OPTIONAL,
ganssDiffCorrections GANSSDiffCorrections OPTIONAL,
ganssNavigationModel GANSSNavModel OPTIONAL,
ganssRealTimeIntegrity GANSSRealTimeIntegrity OPTIONAL,
ganssDataBitAssist GANSSDataBitAssist OPTIONAL,
ganssRefMeasurementAssist GANSSRefMeasurementAssist OPTIONAL,
ganssAlmanacModel GANSSAlmanacModel OPTIONAL,
ganssUTCModel GANSSUTCModel OPTIONAL,
ganssEphemerisExtension GANSSEphemerisExtension OPTIONAL,
ganssEphemerisExtCheck GANSSEphemerisExtensionCheck OPTIONAL,
... ,
sbasID INTEGER (0..7) OPTIONAL, -- Coding according to Annex
ganssAddUTCModel GANSSAddUTCModel OPTIONAL,
ganssAuxiliaryInfo GANSSAuxiliaryInformation OPTIONAL,
ganssDiffCorrectionsValidityPeriod GANSSDiffCorrectionsValidityPeriod OPTIONAL,
-- If SeqOfGANSSTimeModel is included, SeqOfGANSSTimeModel-R10-Ext shall also be included.
ganssTimeModel-R10-Ext SeqOfGANSSTimeModel-R10-Ext OPTIONAL,
-- If GANSSRefMeasurementAssist is included, GANSSRefMeasurementAssist-R10-Ext shall also be
-- included.
ganssRefMeasurementAssist-R10-Ext GANSSRefMeasurementAssist-R10-Ext OPTIONAL,
-- If GANSSAlmanacModel is included, GANSSAlmanacModel-R10-Ext shall also be included.
ganssAlmanacModel-R10-Ext GANSSAlmanacModel-R10-Ext OPTIONAL
}
-- GANSS COMMON ASSISTANCE DATA ELEMENTS
-- GANSS Reference Time IE
GANSSReferenceTime ::= SEQUENCE {
ganssRefTimeInfo GANSSRefTimeInfo,
ganssTOD-GSMTimeAssociation GANSSTOD-GSMTimeAssociation OPTIONAL
}
-- GANSS Reference Time includes GANSS TOD, GANSS Day, uncertainty
GANSSRefTimeInfo ::= SEQUENCE {
-- ganssDay shall be present in this version of the protocol
ganssDay INTEGER(0 .. 8191) OPTIONAL,
ganssTOD GANSSTOD,
ganssTODUncertainty GANSSTODUncertainty OPTIONAL,
ganssTimeID INTEGER (0 .. 7) OPTIONAL
}
-- GANSS TOD integer seconds
GANSSTOD ::= INTEGER (0 .. 86399)
-- GANSS TOD uncertainty
GANSSTODUncertainty ::= INTEGER (0 .. 127) -- Coding according to Annex
-- GANSS Reference Time Rel-10 Extension:
GANSSReferenceTime-R10-Ext ::= SEQUENCE {
ganssDayCycleNumber INTEGER(0..7) -- coding according to annex
}
-- GANSS TOD-GSM Time association
GANSSTOD-GSMTimeAssociation ::= SEQUENCE {
bcchCarrier BCCHCarrier, -- BCCH carrier
bsic BSIC, -- BSIC
frameNumber FrameNumber,
timeSlot TimeSlot,
bitNumber BitNumber,
frameDrift FrameDrift OPTIONAL
}
-- Frame drift
FrameDrift ::= INTEGER(-64 .. 63)
-- GANSS Reference Location IE
GANSSRefLocation ::= SEQUENCE {
threeDLocation Ext-GeographicalInformation
}
-- GANSS Ionospheric Model IE
-- GANSS Ionospheric Model consists of NeQuick model parameters and storm flags
GANSSIonosphericModel ::= SEQUENCE {
ganssIonoModel GANSSIonosphereModel,
ganssIonoStormFlags GANSSIonoStormFlags OPTIONAL,
...
}
-- GANSS ionosphere model. Coding according to Annex
GANSSIonosphereModel ::= SEQUENCE {
ai0 INTEGER (0 .. 4095),
ai1 INTEGER (0 .. 4095),
ai2 INTEGER (0 .. 4095)
}
-- GANSS ionosphere storm flags
GANSSIonoStormFlags ::= SEQUENCE {
ionoStormFlag1 INTEGER (0 .. 1),
ionoStormFlag2 INTEGER (0 .. 1),
ionoStormFlag3 INTEGER (0 .. 1),
ionoStormFlag4 INTEGER (0 .. 1),
ionoStormFlag5 INTEGER (0 .. 1)
}
-- GANSS Additional Ionospheric Model IE
-- GANSS Additional Ionospheric Model consists of Klobuchar model parameters
GANSSAddIonosphericModel ::= SEQUENCE {
dataID BIT STRING (SIZE (2)), -- Coding according to Annex
ionoModel IonosphericModel
}
-- GANSS Earth Orientation Paramaters IE
GANSSEarthOrientParam ::= SEQUENCE {
teop INTEGER (0..65535),
pmX INTEGER (-1048576..1048575),
pmXdot INTEGER (-16384..16383),
pmY INTEGER (-1048576..1048575),
pmYdot INTEGER (-16384..16383),
deltaUT1 INTEGER (-1073741824..1073741823),
deltaUT1dot INTEGER (-262144..262143)
}
-- GANSS GENERIC ASSISTANCE DATA ELEMENTS
-- GANSS Time Model IE consists of time offset and first and second order parameters to relate GNSS
-- specific system time to selected time reference
SeqOfGANSSTimeModel ::= SEQUENCE (SIZE(1..7)) OF GANSSTimeModelElement
GANSSTimeModelElement ::= SEQUENCE {
ganssTimeModelRefTime INTEGER(0 .. 65535),
tA0 TA0,
tA1 TA1 OPTIONAL,
tA2 TA2 OPTIONAL,
gnssTOID INTEGER (0 .. 7), -- coding according to annex
weekNumber INTEGER (0 .. 8191) OPTIONAL
}
-- GANSS time model parameter A0
TA0 ::= INTEGER (-2147483648 .. 2147483647)
-- GANSS time model parameter A1
TA1 ::= INTEGER (-8388608 .. 8388607)
-- GANSS time model parameter A2
TA2 ::= INTEGER (-64 .. 63)
-- GANSS Time Model Rel-10 Extension:
SeqOfGANSSTimeModel-R10-Ext ::= SEQUENCE (SIZE(1..7)) OF GANSSTimeModelElement-R10-Ext
GANSSTimeModelElement-R10-Ext ::= SEQUENCE {
gnssTOID INTEGER (0 .. 7), -- coding according to annex
deltaT INTEGER (-128..127)
}
-- DGANSS Corrections IE
GANSSDiffCorrections ::= SEQUENCE {
dganssRefTime INTEGER (0 .. 119), -- DGANSS reference time
-- N_SGN_TYPE can be read from number of elements of sgnTypeList
sgnTypeList SeqOfSgnTypeElement
}
SeqOfSgnTypeElement ::= SEQUENCE (SIZE (1..3)) OF SgnTypeElement -- max three signals per GNSS
-- DGANSS signal type element, once per GNSS signal type included in DGANSS
SgnTypeElement ::= SEQUENCE {
ganssSignalID GANSSSignalID, -- signal type identity
ganssStatusHealth INTEGER (0 .. 7),
-- N_SAT can be read from number of elements of dganssSgnList
dganssSgnList SeqOfDGANSSSgnElement
}
GANSSSignalID ::= INTEGER (0 .. 7) -- Coding according to Annex
SeqOfDGANSSSgnElement ::= SEQUENCE (SIZE (1..16)) OF DGANSSSgnElement
-- number of correction for signals
DGANSSSgnElement ::= SEQUENCE {
svID SVID, -- Satellite identity
--- Sequence number for GANSS Navigation Model that matches the DGANSS correction set
iod INTEGER (0 .. 1023),
-- User Differential Range Error
udre INTEGER (0..3),
-- Pseudo Range Correction, range is
-- -655.04 - +655.04,
pseudoRangeCor INTEGER (-2047..2047),
-- Pseudo Range Rate Correction, range is
-- -4.064 - +4.064,
rangeRateCor INTEGER (-127..127)
}
SVID ::= INTEGER (0 .. 63) -- Coding according to Annex
-- GANSS Navigation Model IE
GANSSNavModel ::= SEQUENCE {
nonBroadcastIndFlag INTEGER (0 .. 1),
ganssSatelliteList SeqOfGANSSSatelliteElement
}
SeqOfGANSSSatelliteElement ::= SEQUENCE (SIZE(1..32)) OF GANSSSatelliteElement
GANSSSatelliteElement ::= SEQUENCE {
svID SVID,
svHealth BIT STRING (SIZE(5)), -- Coding according to Annex
iod INTEGER (0 .. 1023), -- Coding according to Annex
ganssClockModel GANSSClockModel,
ganssOrbitModel GANSSOrbitModel,
...,
svHealthMSB BIT STRING (SIZE(1)) OPTIONAL, -- Coding according to Annex
iodMSB INTEGER (0 .. 1) OPTIONAL -- Coding according to Annex
}
-- GANSS orbit model for the GNSS satellite according to the choice
GANSSOrbitModel ::= CHOICE {
keplerianSet NavModel-KeplerianSet, -- Model-1
... ,
navKeplerianSet NavModel-NAVKeplerianSet, -- Model-2
cnavKeplerianSet NavModel-CNAVKeplerianSet, -- Model-3
glonassECEF NavModel-GLONASSecef, -- Model-4
sbasECEF NavModel-SBASecef -- Model-5
}
-- Navigation model in Keplerian parameters
NavModel-KeplerianSet ::= SEQUENCE {
keplerToe INTEGER (0 .. 16383),
keplerW INTEGER (-2147483648..2147483647),
keplerDeltaN INTEGER (-32768..32767),
keplerM0 INTEGER (-2147483648..2147483647),
keplerOmegaDot INTEGER (-8388608..8388607),
keplerE INTEGER (0..4294967295),
keplerIDot INTEGER (-8192..8191),
keplerAPowerHalf INTEGER (0.. 4294967295),
keplerI0 INTEGER (-2147483648..2147483647),
keplerOmega0 INTEGER (-2147483648..2147483647),
keplerCrs INTEGER (-32768..32767),
keplerCis INTEGER (-32768..32767),
keplerCus INTEGER (-32768..32767),
keplerCrc INTEGER (-32768..32767),
keplerCic INTEGER (-32768..32767),
keplerCuc INTEGER (-32768..32767)
}
NavModel-NAVKeplerianSet ::= SEQUENCE {
navURA INTEGER (0..15),
navFitFlag INTEGER (0..1),
navToe INTEGER (0..37799),
navOmega INTEGER (-2147483648..2147483647),
navDeltaN INTEGER (-32768..32767),
navM0 INTEGER (-2147483648..2147483647),
navOmegaADot INTEGER (-8388608..8388607),
navE INTEGER (0..4294967295),
navIDot INTEGER (-8192..8191),
navAPowerHalf INTEGER (0..4294967295),
navI0 INTEGER (-2147483648..2147483647),
navOmegaA0 INTEGER (-2147483648..2147483647),
navCrs INTEGER (-32768..32767),
navCis INTEGER (-32768..32767),
navCus INTEGER (-32768..32767),
navCrc INTEGER (-32768..32767),
navCic INTEGER (-32768..32767),
navCuc INTEGER (-32768..32767)
}
NavModel-CNAVKeplerianSet ::= SEQUENCE {
cnavTop INTEGER (0..2015),
cnavURAindex INTEGER (-16..15),
cnavDeltaA INTEGER (-33554432..33554431),
cnavAdot INTEGER (-16777216..16777215),
cnavDeltaNo INTEGER (-65536..65535),
cnavDeltaNoDot INTEGER (-4194304..4194303),
cnavMo INTEGER (-4294967296..4294967295),
cnavE INTEGER (0..8589934591),
cnavOmega INTEGER (-4294967296..4294967295),
cnavOMEGA0 INTEGER (-4294967296..4294967295),
cnavDeltaOmegaDot INTEGER (-65536..65535),
cnavIo INTEGER (-4294967296..4294967295),
cnavIoDot INTEGER (-16384..16383),
cnavCis INTEGER (-32768..32767),
cnavCic INTEGER (-32768..32767),
cnavCrs INTEGER (-8388608..8388607),
cnavCrc INTEGER (-8388608..8388607),
cnavCus INTEGER (-1048576..1048575),
cnavCuc INTEGER (-1048576..1048575)
}
NavModel-GLONASSecef ::= SEQUENCE {
gloEn INTEGER (0..31),
gloP1 BIT STRING (SIZE(2)),
gloP2 BOOLEAN,
gloM INTEGER (0..3),
gloX INTEGER (-67108864..67108863),
gloXdot INTEGER (-8388608..8388607),
gloXdotdot INTEGER (-16..15),
gloY INTEGER (-67108864..67108863),
gloYdot INTEGER (-8388608..8388607),
gloYdotdot INTEGER (-16..15),
gloZ INTEGER (-67108864..67108863),
gloZdot INTEGER (-8388608..8388607),
gloZdotdot INTEGER (-16..15)
}
NavModel-SBASecef ::= SEQUENCE {
sbasTo INTEGER (0..5399) OPTIONAL,
sbasAccuracy BIT STRING (SIZE(4)),
sbasXg INTEGER (-536870912..536870911),
sbasYg INTEGER (-536870912..536870911),
sbasZg INTEGER (-16777216..16777215),
sbasXgDot INTEGER (-65536..65535),
sbasYgDot INTEGER (-65536..65535),
sbasZgDot INTEGER (-131072..131071),
sbasXgDotDot INTEGER (-512..511),
sbagYgDotDot INTEGER (-512..511),
sbasZgDotDot INTEGER (-512..511)
}
-- GANSS clock model for the GNSS satellite according to the choice
GANSSClockModel ::= CHOICE {
standardClockModelList SeqOfStandardClockModelElement, -- Model-1
... ,
navClockModel NAVclockModel, -- Model-2
cnavClockModel CNAVclockModel, -- Model-3
glonassClockModel GLONASSclockModel, -- Model-4
sbasClockModel SBASclockModel -- Model-5
}
SeqOfStandardClockModelElement ::= SEQUENCE (SIZE(1..2)) OF StandardClockModelElement
StandardClockModelElement ::= SEQUENCE {
stanClockToc INTEGER (0 .. 16383),
stanClockAF2 INTEGER (-2048 .. 2047),
stanClockAF1 INTEGER (-131072 .. 131071),
stanClockAF0 INTEGER (-134217728 .. 134217727),
stanClockTgd INTEGER (-512 .. 511) OPTIONAL,
stanModelID INTEGER (0 .. 1) OPTIONAL,
...
}
NAVclockModel ::= SEQUENCE {
navToc INTEGER (0.. 37799),
navaf2 INTEGER (-128..127),
navaf1 INTEGER (-32768..32767),
navaf0 INTEGER (-2097152..2097151),
navTgd INTEGER (-128..127)
}
CNAVclockModel ::= SEQUENCE {
cnavToc INTEGER (0..2015),
cnavTop INTEGER (0..2015),
cnavURA0 INTEGER (-16..15),
cnavURA1 INTEGER (0..7),
cnavURA2 INTEGER (0..7),
cnavAf2 INTEGER (-512..511),
cnavAf1 INTEGER (-524288..524287),
cnavAf0 INTEGER (-33554432..33554431),
cnavTgd INTEGER (-4096..4095),
cnavISCl1cp INTEGER (-4096..4095) OPTIONAL,
cnavISCl1cd INTEGER (-4096..4095) OPTIONAL,
cnavISCl1ca INTEGER (-4096..4095) OPTIONAL,
cnavISCl2c INTEGER (-4096..4095) OPTIONAL,
cnavISCl5i5 INTEGER (-4096..4095) OPTIONAL,
cnavISCl5q5 INTEGER (-4096..4095) OPTIONAL
}
GLONASSclockModel ::= SEQUENCE {
gloTau INTEGER (-2097152..2097151),
gloGamma INTEGER (-1024..1023),
gloDeltaTau INTEGER (-16..15) OPTIONAL
}
SBASclockModel ::= SEQUENCE {
sbasTo INTEGER (0..5399),
sbasAgfo INTEGER (-2048..2047),
sbasAgf1 INTEGER (-128..127)
}
-- GANSS Real-Time Integrity IE
GANSSRealTimeIntegrity ::= SEQUENCE {
-- list of satellites with bad signals
-- NBS can be read from number of elements in SeqOf-BadSignalSet
ganssBadSignalList SeqOfBadSignalElement
}
SeqOfBadSignalElement ::= SEQUENCE (SIZE(1..16)) OF BadSignalElement
BadSignalElement ::= SEQUENCE {
badSVID SVID, -- Coding according to Annex
badSignalID GANSSSignals OPTIONAL -- Coding according to Annex
}
-- GANSS Data Bit Assistance IE
GANSSDataBitAssist ::= SEQUENCE {
ganssTOD INTEGER (0 .. 59),
-- N_SAT can be read from number of elements in SeqOfGanssDataBitsElement
ganssDataBitsSatList SeqOfGanssDataBitsElement,
...
}
SeqOfGanssDataBitsElement ::= SEQUENCE (SIZE(1 .. 32))OF GanssDataBitsElement
GanssDataBitsElement ::= SEQUENCE {
svID SVID,
-- N_SGN can be read from number of elements in Seq-OfGANSSDataBitsSgn
ganssDataBitsSgnList Seq-OfGANSSDataBitsSgn,
...
}
Seq-OfGANSSDataBitsSgn ::= SEQUENCE (SIZE(1..8)) OF GANSSDataBitsSgnElement
GANSSDataBitsSgnElement ::= SEQUENCE {
ganssSignalType GANSSSignalID,
-- N_BIT can be read from number of elements in SeqOf-DataBits
ganssDataBits SeqOf-GANSSDataBits,
...
}
SeqOf-GANSSDataBits ::= SEQUENCE (SIZE(1 .. 1024)) OF GANSSDataBit
GANSSDataBit ::= INTEGER(0 .. 1)
-- GANSS Reference Measurement Assistance IE
-- Code and Doppler assistance from the network.
GANSSRefMeasurementAssist ::= SEQUENCE {
ganssSignalID GANSSSignalID, -- Coding according to Annex
ganssRefMeasAssistList SeqOfGANSSRefMeasurementElement
}
SeqOfGANSSRefMeasurementElement ::= SEQUENCE (SIZE(1 .. 16)) OF GANSSRefMeasurementElement
GANSSRefMeasurementElement ::= SEQUENCE {
svID SVID,
-- Doppler 0th order term,
-- -1024 m/s to 1023.5 m/s with 0.5 m/s resolution)
doppler0 INTEGER (-2048 .. 2047), -- Coding according to Annex
additionalDoppler AdditionalDopplerFields OPTIONAL,
codePhase INTEGER (0 .. 1022), -- Code Phase in ms
intCodePhase INTEGER (0 .. 127), -- Integer Code Phase in ms
codePhaseSearchWindow INTEGER (0 .. 31), -- Code Phase Search Window, see Annex
additionalAngle AddionalAngleFields OPTIONAL,
...
}
AdditionalDopplerFields ::= SEQUENCE {
-- Doppler 1st order term, -0.2 - +0.1 m/s2
-- ( = -42 + (0 to 63) with 1/210 m/s2 resolution)
doppler1 INTEGER (0..63),
dopplerUncertainty INTEGER (0..4)
}
-- GANSS Reference Measurement Rel-10 Extension:
-- GANSSRefMeasurementAssist-R10-Ext shall contain the same number of elements as the
-- SeqOfGANSSRefMeasurementElement included in GANSSRefMeasurementAssist IE
GANSSRefMeasurementAssist-R10-Ext ::= SEQUENCE (SIZE(1 .. 16)) OF
GANSSRefMeasurement-R10-Ext-Element
GANSSRefMeasurement-R10-Ext-Element ::= SEQUENCE {
svID SVID,
azimuthLSB INTEGER(0..15),
elevationLSB INTEGER(0..15)
}
-- GANSS Almanac Model IE
GANSSAlmanacModel ::= SEQUENCE {
weekNumber INTEGER (0 .. 255),
toa INTEGER (0 .. 255) OPTIONAL,
ioda INTEGER (0 .. 3) OPTIONAL,
ganssAlmanacList SeqOfGANSSAlmanacElement
}
SeqOfGANSSAlmanacElement ::= SEQUENCE (SIZE(1 .. 36)) OF GANSSAlmanacElement
-- GANSS Almanac Model
GANSSAlmanacElement ::= CHOICE {
keplerianAlmanacSet Almanac-KeplerianSet, -- Model-1
...,
keplerianNAVAlmanac Almanac-NAVKeplerianSet, -- Model-2
keplerianReducedAlmanac Almanac-ReducedKeplerianSet, -- Model-3
keplerianMidiAlmanac Almanac-MidiAlmanacSet, -- Model-4
keplerianGLONASS Almanac-GlonassAlmanacSet, -- Model-5
ecefSBASAlmanac Almanac-ECEFsbasAlmanacSet -- Model-6
}
-- Almanac parameters according to Keplerian parameters
Almanac-KeplerianSet ::= SEQUENCE {
svID SVID,
kepAlmanacE INTEGER (0 .. 2047),
kepAlmanacDeltaI INTEGER (-1024 .. 1023),
kepAlmanacOmegaDot INTEGER (-1024 .. 1023),
kepSVHealth INTEGER (0 .. 15), -- Coding according to Annex
kepAlmanacAPowerHalf INTEGER (-65536 .. 65535),
kepAlmanacOmega0 INTEGER (-32768 .. 32767),
kepAlmanacW INTEGER (-32768 .. 32767),
kepAlmanacM0 INTEGER (-32768 .. 32767),
kepAlmanacAF0 INTEGER (-8192 .. 8191),
kepAlmanacAF1 INTEGER (-1024..1023)
}
Almanac-NAVKeplerianSet ::= SEQUENCE {
svID SVID,
navAlmE INTEGER (0..65535),
navAlmDeltaI INTEGER (-32768..32767),
navAlmOMEGADOT INTEGER (-32768..32767),
navAlmSVHealth INTEGER (0..255),
navAlmSqrtA INTEGER (0..16777215),
navAlmOMEGAo INTEGER (-8388608..8388607),
navAlmOmega INTEGER (-8388608..8388607),
navAlmMo INTEGER (-8388608..8388607),
navAlmaf0 INTEGER (-1024..1023),
navAlmaf1 INTEGER (-1024..1023)
}
Almanac-ReducedKeplerianSet ::= SEQUENCE {
svID SVID,
redAlmDeltaA INTEGER (-128..127),
redAlmOmega0 INTEGER (-64..63),
redAlmPhi0 INTEGER (-64..63),
redAlmL1Health BOOLEAN,
redAlmL2Health BOOLEAN,
redAlmL5Health BOOLEAN
}
Almanac-MidiAlmanacSet ::= SEQUENCE {
svID SVID,
midiAlmE INTEGER (0..2047),
midiAlmDeltaI INTEGER (-1024..1023),
midiAlmOmegaDot INTEGER (-1024..1023),
midiAlmSqrtA INTEGER (0..131071),
midiAlmOmega0 INTEGER (-32768..32767),
midiAlmOmega INTEGER (-32768..32767),
midiAlmMo INTEGER (-32768..32767),
midiAlmaf0 INTEGER (-1024..1023),
midiAlmaf1 INTEGER (-512..511),
midiAlmL1Health BOOLEAN,
midiAlmL2Health BOOLEAN,
midiAlmL5Health BOOLEAN
}
Almanac-GlonassAlmanacSet ::= SEQUENCE {
gloAlmNA INTEGER (1..1461),
gloAlmnA INTEGER (1..24),
gloAlmHA INTEGER (0..31),
gloAlmLambdaA INTEGER (-1048576..1048575),
gloAlmtlambdaA INTEGER (0..2097151),
gloAlmDeltaIa INTEGER (-131072..131071),
gloAlmDeltaTA INTEGER (-2097152..2097151),
gloAlmDeltaTdotA INTEGER (-64..63),
gloAlmEpsilonA INTEGER (0..32767),
gloAlmOmegaA INTEGER (-32768..32767),
gloAlmTauA INTEGER (-512..511),
gloAlmCA INTEGER (0..1),
gloAlmMA BIT STRING (SIZE(2)) OPTIONAL
}
Almanac-ECEFsbasAlmanacSet ::= SEQUENCE {
sbasAlmDataID INTEGER (0..3),
svID SVID,
sbasAlmHealth BIT STRING (SIZE(8)),
sbasAlmXg INTEGER (-16384..16383),
sbasAlmYg INTEGER (-16384..16383),
sbasAlmZg INTEGER (-256..255),
sbasAlmXgdot INTEGER (-4..3),
sbasAlmYgDot INTEGER (-4..3),
sbasAlmZgDot INTEGER (-8..7),
sbasAlmTo INTEGER (0..2047)
}
-- GANSS Almanac Model Rel-10 Extension
GANSSAlmanacModel-R10-Ext ::= SEQUENCE {
completeAlmanacProvided BOOLEAN -- TRUE means that complete Almanac is provided
}
-- GANSS Universal Time Coordinate Model (Model-1)
GANSSUTCModel ::= SEQUENCE {
ganssUtcA1 INTEGER (-8388608..8388607),
ganssUtcA0 INTEGER (-2147483648..2147483647),
ganssUtcTot INTEGER (0..255),
ganssUtcWNt INTEGER (0..255),
ganssUtcDeltaTls INTEGER (-128..127),
ganssUtcWNlsf INTEGER (0..255),
ganssUtcDN INTEGER (-128..127),
ganssUtcDeltaTlsf INTEGER (-128..127)
}
--GANSS Ephemeris Extension
GANSSEphemerisExtension ::= SEQUENCE {
ganssEphemerisHeader GANSSEphemerisExtensionHeader OPTIONAL,
ganssReferenceSet SeqOfGANSSRefOrbit OPTIONAL,
ganssephemerisDeltasMatrix GANSSEphemerisDeltaMatrix OPTIONAL,
...
}
-- The ganssEphemerisHeader and the ganssReferenceSet are mandatory only once in the delivery of the
-- GANSS Ephemeris Extension. The ganssReferenceSet shall include all healthy satellite vehicles
-- at the time of message construction.
GANSSEphemerisExtensionHeader ::= SEQUENCE {
timeAtEstimation GANSSEphemerisExtensionTime,
validityPeriod INTEGER(1..8),
-- The validity period, represented in hours, is the validity period of each individual ephemeris
-- delta payload
ephemerisExtensionDuration INTEGER(1..512),
-- If the ephemerisExtensionDuration does not match the request duration made by the MS, the MS
-- should regard the provided ephemerisExtensionDuration as the limit of the SMLC ephemeris
-- extension capability at this time.
...
}
GANSSEphemerisExtensionTime ::= SEQUENCE {
ganssEphExtDay INTEGER(0..8191),
ganssEphExtTOD GANSSTOD,
...
}
-- Reference Nav Model for Ephepmeris Extension
ReferenceNavModel ::= SEQUENCE {
keplerToe INTEGER (0..37799),
keplerW INTEGER (-2147483648..2147483647),
keplerDeltaN INTEGER (-32768..32767),
keplerM0 INTEGER (-2147483648..2147483647),
keplerOmegaDot INTEGER (-8388608..8388607),
keplerE INTEGER (0..4294967295),
keplerIDot INTEGER (-8192..8191),
keplerAPowerHalf INTEGER (0.. 4294967295),
keplerI0 INTEGER (-2147483648..2147483647),
keplerOmega0 INTEGER (-2147483648..2147483647),
keplerCrs INTEGER (-32768..32767),
keplerCis INTEGER (-32768..32767),
keplerCus INTEGER (-32768..32767),
keplerCrc INTEGER (-32768..32767),
keplerCic INTEGER (-32768..32767),
keplerCuc INTEGER (-32768..32767)
}
SeqOfGANSSRefOrbit ::= SEQUENCE (SIZE(1..32)) OF GANSSReferenceOrbit
--The number of reference orbits can be read from number of elements in this sequence
GANSSReferenceOrbit ::= SEQUENCE {
svID SVID,
ganssOrbitModel ReferenceNavModel,
ganssClockModel GANSSClockModel,
...
}
GANSSEphemerisDeltaMatrix ::= SEQUENCE (SIZE(1 .. 128)) OF GANSSEphemerisDeltaEpoch
GANSSEphemerisDeltaEpoch ::= SEQUENCE {
ganssDeltaEpochHeader GANSSDeltaEpochHeader OPTIONAL,
ganssDeltaElementList GANSSDeltaElementList,
...
}
-- Each GANSSDeltaEpoch element contains a header and the delta values for a particular time window
-- for all PRN's.
GANSSDeltaEpochHeader ::= SEQUENCE {
validityPeriod INTEGER(1..8) OPTIONAL,
ephemerisDeltaSizes GANSSEphemerisDeltaBitSizes OPTIONAL,
ephemerisDeltaScales GANSSEphemerisDeltaScales OPTIONAL,
...
}
-- In each of the GANSSDeltaEpochs, if the optional element, validityPeriod is not included, the
-- value in GANSSEphemerisExtensionHeader shall be used. If the optional elements
-- ephemerisDeltaSizes or ephemerisDeltaScales are not included, then the default ephemeris delta
-- sizes and scales shall be used. The default sizes and scales are found in the annex in the
-- table 55.11.
GANSSDeltaElementList ::= SEQUENCE (SIZE(1 .. 32)) OF OCTET STRING(SIZE (1..49))
-- Each octet string element in GANSSDeltaElementList corresponds to one PRN within one epoch
-- Table 55.11 of the annex shows the organization of the delta ephemeris octet string.
-- Decoding of each of the octet strings is accomplished by consulting the ephemerisDeltaSizes
-- table to learn the length and order of each of the parameters in the ephemerisDelta payload.
-- Post decode scaling is accomplished by consulting the ephemerisDeltaScales table to learn the
-- scale factors to apply to the terms in the delta ephemeris.
-- Ephemeris Delta Bit Sizes.
GANSSEphemerisDeltaBitSizes ::= SEQUENCE {
-- This structure defines the order and sizes of the fields in the GANSSDeltaEpoch octet string
-- seqNum and svID are the first two elements of each GANSS Ephemeris Delta Element Structure
-- seqNum is always 7 bits, and svID is always 6 bits long and are thus not included in
-- the GANSSEphemerisDeltaBitSizes table. The value of seqNum indicates the GANSSDeltaEpoch number
-- The Ephemeris delta element payload mimics the bitsize table, but also includes the svID and
-- seqNum as the first two elements (in that order),in each block.
bitsize-delta-omega INTEGER(1..32),
bitsize-delta-deltaN INTEGER(1..16),
bitsize-delta-m0 INTEGER(1..32),
bitsize-delta-omegadot INTEGER(1..24),
bitsize-delta-e INTEGER(1..32),
bitsize-delta-idot INTEGER(1..14),
bitsize-delta-sqrtA INTEGER(1..32),
bitsize-delta-i0 INTEGER(1..32),
bitsize-delta-omega0 INTEGER(1..32),
bitsize-delta-crs INTEGER(1..16),
bitsize-delta-cis INTEGER(1..16),
bitsize-delta-cus INTEGER(1..16),
bitsize-delta-crc INTEGER(1..16),
bitsize-delta-cic INTEGER(1..16),
bitsize-delta-cuc INTEGER(1..16),
bitsize-delta-tgd1 INTEGER(1..10),
bitsize-delta-tgd2 INTEGER(1..10),
...
}
GANSSEphemerisDeltaScales ::= SEQUENCE {
scale-delta-omega INTEGER(-16..15),
scale-delta-deltaN INTEGER(-16..15),
scale-delta-m0 INTEGER(-16..15),
scale-delta-omegadot INTEGER(-16..15),
scale-delta-e INTEGER(-16..15),
scale-delta-idot INTEGER(-16..15),
scale-delta-sqrtA INTEGER(-16..15),
scale-delta-i0 INTEGER(-16..15),
scale-delta-omega0 INTEGER(-16..15),
scale-delta-crs INTEGER(-16..15),
scale-delta-cis INTEGER(-16..15),
scale-delta-cus INTEGER(-16..15),
scale-delta-crc INTEGER(-16..15),
scale-delta-cic INTEGER(-16..15),
scale-delta-cuc INTEGER(-16..15),
scale-delta-tgd1 INTEGER(-16..15),
scale-delta-tgd2 INTEGER(-16..15),
...
}
-- GANSS Ephemeris Extension Check
GANSSEphemerisExtensionCheck ::= SEQUENCE {
ganssBeginTime GANSSEphemerisExtensionTime,
ganssEndTime GANSSEphemerisExtensionTime,
ganssSatEventsInfo GANSSSatEventsInfo,
...
}
GANSSSatEventsInfo ::= SEQUENCE {
eventOccured BIT STRING (SIZE (64)),
futureEventNoted BIT STRING (SIZE (64)),
...
}
-- If a bit is clear in the eventOccured field it indicates that no known errors have occured
-- between the current time and the ganssBeginTime nor is a maneuver planned for the next sixty
-- minutes.
-- If a bit is set in the futureEventNoted field it indicates that a maneuver is planned during the
-- time period between current time plus sixty minutes and the ganssEndTime
-- GANSS Additional Universal Time Coordinate Model
GANSSAddUTCModel ::= CHOICE {
utcModel2 UTCmodelSet2,
utcModel3 UTCmodelSet3,
utcModel4 UTCmodelSet4,
...
}
UTCmodelSet2 ::= SEQUENCE {
utcA0 INTEGER (-32768..32767),
utcA1 INTEGER (-4096.. 4095),
utcA2 INTEGER (-64..63),
utcDeltaTls INTEGER (-128.. 127),
utcTot INTEGER (0..65535),
utcWNot INTEGER (0..8191),
utcWNlsf INTEGER (0..255),
utcDN BIT STRING (SIZE(4)),
utcDeltaTlsf INTEGER (-128..127)
}
UTCmodelSet3 ::= SEQUENCE {
nA INTEGER (1..1461),
tauC INTEGER (-2147483648..2147483647),
b1 INTEGER (-1024..1023) OPTIONAL,
b2 INTEGER (-512..511) OPTIONAL,
kp BIT STRING (SIZE(2)) OPTIONAL
}
UTCmodelSet4 ::= SEQUENCE {
utcA1wnt INTEGER (-8388608..8388607),
utcA0wnt INTEGER (-2147483648..2147483647),
utcTot INTEGER (0..255),
utcWNt INTEGER (0..255),
utcDeltaTls INTEGER (-128..127),
utcWNlsf INTEGER (0..255),
utcDN INTEGER (-128..127),
utcDeltaTlsf INTEGER (-128..127),
utcStandardID INTEGER (0..7) -- coding according to annex
}
-- GANSS Auxiliary Information
GANSSAuxiliaryInformation ::= CHOICE{
ganssID1 GANSS-ID1, -- This choice may only be present if GANSS ID indicates Modernized GPS
ganssID3 GANSS-ID3, -- This choice may only be present if GANSS ID indicates GLONASS
...
}
GANSS-ID1 ::= SEQUENCE (SIZE(1..64)) OF GANSS-ID1-element
GANSS-ID1-element ::= SEQUENCE {
svID SVID,
signalsAvailable GANSSSignals,
...
}
GANSS-ID3 ::= SEQUENCE (SIZE(1..64)) OF GANSS-ID3-element
GANSS-ID3-element ::= SEQUENCE {
svID SVID,
signalsAvailable GANSSSignals,
channelNumber INTEGER (-7..13),
...
}
-- DGANSS Corrections Validity Period:
-- This element may only be included if GANSSDiffCorrections IE is included in
-- GANSSGenericAssistDataElement element.
-- GANSSDiffCorrectionsValidityPeriod shall contain the same number of elements as the
-- SeqOfSgnTypeElement included in GANSSDiffCorrections IE
GANSSDiffCorrectionsValidityPeriod ::= SEQUENCE (SIZE (1..3)) OF DGANSSExtensionSgnTypeElement
DGANSSExtensionSgnTypeElement ::= SEQUENCE {
ganssSignalID GANSSSignalID, -- signal type identity
dganssExtensionSgnList SeqOfDGANSSExtensionSgnElement
}
-- SeqOfDGANSSExtensionSgnElement shall contain the same number of elements as the
-- SeqOfDGANSSSgnElement included in GANSSDiffCorrections IE
SeqOfDGANSSExtensionSgnElement ::= SEQUENCE (SIZE (1..16)) OF DGANSSExtensionSgnElement
DGANSSExtensionSgnElement ::= SEQUENCE {
svID SVID, -- Satellite identity
udreGrowthRate INTEGER(0..7), -- coding according to annex
udreValidityTime INTEGER(0..7), -- coding according to annex
...
}
--Required Measurement Request Response Time, range is 1 to 128 seconds.
RequiredResponseTime ::= INTEGER (1..128)
-- Control header for additional GPS assistance data
Add-GPS-AssistData ::= SEQUENCE {
add-GPS-controlHeader Add-GPS-ControlHeader
}
Add-GPS-ControlHeader ::= SEQUENCE {
gpsEphemerisExtension GPSEphemerisExtension OPTIONAL,
gpsEphemerisExtensionCheck GPSEphemerisExtensionCheck OPTIONAL,
... ,
dgpsCorrectionsValidityPeriod DGPSCorrectionsValidityPeriod OPTIONAL,
-- If ReferenceTime is included in ControlHeader, GPSReferenceTime-R10-Ext
-- shall also be included.
gpsReferenceTime-R10-Ext GPSReferenceTime-R10-Ext OPTIONAL,
-- If AcquisAssist is included in ControlHeader, GPSAcquisAssist-R10-Ext
-- shall also be included.
gpsAcquisAssist-R10-Ext GPSAcquisAssist-R10-Ext OPTIONAL,
-- If Almanac is included in ControlHeader, GPSAlmanac-R10-Ext
-- shall also be included.
gpsAlmanac-R10-Ext GPSAlmanac-R10-Ext OPTIONAL
}
GPSClockModel ::= SEQUENCE {
af2 INTEGER (-128..127),
af1 INTEGER (-32768..32767),
af0 INTEGER (-2097152..2097151),
tgd INTEGER (-128..127)
}
--GPS Ephemeris Extension
GPSEphemerisExtension ::= SEQUENCE {
gpsEphemerisHeader GPSEphemerisExtensionHeader OPTIONAL,
gpsReferenceSet SeqOfGPSRefOrbit OPTIONAL,
gpsephemerisDeltaMatrix GPSEphemerisDeltaMatrix OPTIONAL,
...
}
-- The gpsEphemerisHeader and the gpsReferenceSet are mandatory only once in the delivery of the
-- GPS Ephemeris Extension. The gpsReferenceSet shall include all healthy satellite vehicles at the
-- time of message construction
-- The SMLC is required to deliver the gpsReferenceSet for all healthy satellite vehicles
-- at the time of message construction.
GPSEphemerisExtensionHeader ::= SEQUENCE {
timeofEstimation GPSEphemerisExtensionTime,
validityPeriod INTEGER(1..8),
-- The validity period, represented in hours is the validity period of each individual ephemeris
-- delta payload
ephemerisExtensionDuration INTEGER(1..512),
-- If the ephemerisExtensionDuration does not match the request duration made by the MS, the MS
-- should regard the provided ephemerisExtensionDuration as the limit of the SMLC ephemeris
-- extension capability at this time.
...
}
GPSEphemerisExtensionTime ::= SEQUENCE {
gpsWeek GPSWeek,
gpsTOW INTEGER (0..604799),
...
}
SeqOfGPSRefOrbit ::= SEQUENCE (SIZE(1..32)) OF GPSReferenceOrbit
--The number of reference orbits can be read from number of elements in this sequence
GPSReferenceOrbit ::= SEQUENCE {
svID SVID,
gpsOrbitModel ReferenceNavModel,
gpsClockModel GPSClockModel,
...
}
GPSEphemerisDeltaMatrix ::= SEQUENCE (SIZE(1 .. 128)) OF GPSEphemerisDeltaEpoch
GPSEphemerisDeltaEpoch ::= SEQUENCE {
gpsDeltaEpochHeader GPSDeltaEpochHeader OPTIONAL,
gpsDeltaElementList GPSDeltaElementList,
...
}
-- Each GPSDeltaEpoch element contains a header and the delta values for a particular time window
-- for all PRN's.
GPSDeltaEpochHeader ::= SEQUENCE {
validityPeriod INTEGER(1..8) OPTIONAL,
ephemerisDeltaSizes GPSEphemerisDeltaBitSizes OPTIONAL,
ephemerisDeltaScales GPSEphemerisDeltaScales OPTIONAL,
...
}
-- In each of the GPSDeltaEpochs, if the optional element validityPeriod is not included,
-- the value in GPSEphemerisExtensionHeader shall be used. if the optional elements
-- ephemerisDeltaSizes or ephemerisDeltaScales are not included, then the default ephemeris delta
-- sizes and scales shall be used. The default sizes and scales are found in the annex in section
-- A.29.m
GPSDeltaElementList ::= SEQUENCE (SIZE(1 .. 32)) OF OCTET STRING(SIZE (1..47))
-- Each octet string element in GPSDeltaElementList corresponds to one PRN within one epoch
-- Table A.29.m of the annex shows the organization of the delta ephemeris octet string.
-- Decoding of each of the octet strings is accomplished by consulting the ephemerisDeltaSizes
-- table to learn the length and order of each of the parameters in the ephemerisDelta payload
-- Post decode scaling is accomplished by consulting the ephemerisDeltaScales table to learn the.
-- scale factors to apply to the terms in the delta ephemeris
-- Ephemeris Delta Bit Sizes.
GPSEphemerisDeltaBitSizes ::= SEQUENCE {
-- This structure defines the order and sizes of the fields in the GPSsDeltaEpoch octet string
-- seqNum and svID are the first two elements of each GPS Ephemeris Delta Element Structure
-- seqNum is always 7 bits, and svID is always 5 bits long and are thus not included in
-- the GPSEphemerisDeltaBitSizes table. seqNum indicates the GPSDeltaEpoch number.
-- The Ephemeris delta element payload mimics the bitsize table, but also includes the svID and
-- seqNum as the first two elements (in that order),in each block.
bitsize-delta-omega INTEGER(1..32),
bitsize-delta-deltaN INTEGER(1..16),
bitsize-delta-m0 INTEGER(1..32),
bitsize-delta-omegadot INTEGER(1..24),
bitsize-delta-e INTEGER(1..32),
bitsize-delta-idot INTEGER(1..14),
bitsize-delta-sqrtA INTEGER(1..32),
bitsize-delta-i0 INTEGER(1..32),
bitsize-delta-omega0 INTEGER(1..32),
bitsize-delta-crs INTEGER(1..16),
bitsize-delta-cis INTEGER(1..16),
bitsize-delta-cus INTEGER(1..16),
bitsize-delta-crc INTEGER(1..16),
bitsize-delta-cic INTEGER(1..16),
bitsize-delta-cuc INTEGER(1..16),
bitsize-delta-tgd INTEGER(1..10),
...
}
GPSEphemerisDeltaScales ::= SEQUENCE {
scale-delta-omega INTEGER(-16..15),
scale-delta-deltaN INTEGER(-16..15),
scale-delta-m0 INTEGER(-16..15),
scale-delta-omegadot INTEGER(-16..15),
scale-delta-e INTEGER(-16..15),
scale-delta-idot INTEGER(-16..15),
scale-delta-sqrtA INTEGER(-16..15),
scale-delta-i0 INTEGER(-16..15),
scale-delta-omega0 INTEGER(-16..15),
scale-delta-crs INTEGER(-16..15),
scale-delta-cis INTEGER(-16..15),
scale-delta-cus INTEGER(-16..15),
scale-delta-crc INTEGER(-16..15),
scale-delta-cic INTEGER(-16..15),
scale-delta-cuc INTEGER(-16..15),
scale-delta-tgd INTEGER(-16..15),
...
}
GPSEphemerisExtensionCheck ::= SEQUENCE {
gpsBeginTime GPSEphemerisExtensionTime,
gpsEndTime GPSEphemerisExtensionTime,
gpsSatEventsInfo GPSSatEventsInfo,
...
}
GPSSatEventsInfo ::= SEQUENCE {
eventOccured BIT STRING (SIZE (32)),
futureEventNoted BIT STRING (SIZE (32)),
...
}
-- If a bit is clear in the eventOccured field it indicates that no known errors have occured since
-- the gpsBeginTime nor is a maneuver planned for the next sixty minutes.
-- If a bit is set in the futureEventNoted field it indicates that a maneuver is planned during the
-- time period between current time plus sixty minutes and gpsEndTime
-- DGPS Corrections Validity Period:
-- This element may only be included if DGPSCorrections IE is included in ControlHeader element.
-- DGPSCorrectionsValidityPeriod shall contain the same number of elements as the SeqOfSatElement
-- included in DGPSCorrections IE
DGPSCorrectionsValidityPeriod ::= SEQUENCE (SIZE (1..16)) OF DGPSExtensionSatElement
DGPSExtensionSatElement ::= SEQUENCE {
satelliteID SatelliteID,
udreGrowthRate INTEGER(0..7), -- coding according to annex
udreValidityTime INTEGER(0..7), -- coding according to annex
...
}
-- GPS Reference Time Rel-10 Extension:
GPSReferenceTime-R10-Ext ::= SEQUENCE {
gpsWeekCycleNumber INTEGER(0..7) -- coding according to annex
}
-- GPS Acquisition Assistance Rel-10 Extension:
-- GPSAcquisAssist-R10-Ext shall contain the same number of elements as the SeqOfAcquisElement
-- included in AcquisAssist IE
GPSAcquisAssist-R10-Ext ::= SEQUENCE(SIZE (1..16)) OF GPSAcquisAssist-R10-Ext-Element
GPSAcquisAssist-R10-Ext-Element::= SEQUENCE {
satelliteID SatelliteID,
azimuthLSB INTEGER(0..15),
elevationLSB INTEGER(0..15)
}
-- GPS Almanac Rel-10 Extension:
GPSAlmanac-R10-Ext ::= SEQUENCE {
completeAlmanacProvided BOOLEAN -- TRUE means that complete Almanac is provided
}
Rel-7-MsrPosition-Rsp-Extension ::= SEQUENCE {
velEstimate VelocityEstimate OPTIONAL,
-- Horizontal Velocity
-- Horizontal with Vertical Velocity
-- Horizontal Velocity with Uncertainty
-- Horizontal with Vertical Velocity and Uncertainty
ganssLocationInfo GANSSLocationInfo OPTIONAL,
ganssMeasureInfo GANSSMeasureInfo OPTIONAL,
...
-- Further Release 7 extensions here
}
-- GANSS Location Information contains location estimate, time stamp with uncertainty
-- and optionally Reference Frame field
GANSSLocationInfo ::= SEQUENCE {
referenceFrame ReferenceFrame OPTIONAL, -- Reference Frame Number
ganssTODm GANSSTODm OPTIONAL, -- GNSS TOD modulo
ganssTODFrac INTEGER (0 .. 16384) OPTIONAL, -- Coding according to Annex
-- a value of 16384 shall not be encoded by the sender
-- the receiver shall consider a value of 16384 to be invalid data
ganssTODUncertainty GANSSTODUncertainty OPTIONAL, -- Coding according to Annex
ganssTimeID INTEGER (0 .. 7) OPTIONAL, -- Coding according to Annex
fixType FixType,
posData PositionData,
stationaryIndication INTEGER(0 .. 1) OPTIONAL, -- '0' if moving or motion not
-- known
-- Possible shapes carried in posEstimate are
-- ellipsoid point,
-- ellipsoid point with uncertainty circle
-- ellipsoid point with uncertainty ellipse
-- ellipsoid point with altitude and uncertainty ellipsoid
posEstimate Ext-GeographicalInformation,
...
}
PositionData ::= BIT STRING {
e-otd (0),
gps (1),
galileo (2),
sbas (3),
modernizedGPS (4),
qzss (5),
glonass (6) } (SIZE (3..16))
-- GANSS TOD modulo 1 hour
GANSSTODm ::= INTEGER (0 .. 3599999)
ReferenceFrame ::= SEQUENCE {
referenceFN INTEGER (0 .. 65535),
-- Note that applicable range for referenceFN is 0 - 42431
referenceFNMSB INTEGER (0 .. 63) OPTIONAL -- MSB of Reference Frame Number
}
-- GANSS Measurement Information
GANSSMeasureInfo ::= SEQUENCE {
-- Measurement info elements
ganssMsrSetList SeqOfGANSS-MsrSetElement
}
SeqOfGANSS-MsrSetElement ::= SEQUENCE (SIZE(1..3)) OF GANSS-MsrSetElement
-- GANSS measurement information 1-3 times in a message
GANSS-MsrSetElement ::= SEQUENCE {
referenceFrame ReferenceFrame OPTIONAL, -- Reference Frame Number
-- if ganssTODm is included, it is the GNSS specific system time of the GANSS reported
-- first in ganss-SgnTypeList. If GPS Measurement Information element is not included in
-- a Measure Position Response component, this field shall be present.
ganssTODm GANSSTODm OPTIONAL, -- GANSS TOD modulo 1 hour
deltaGANSSTOD INTEGER (0 .. 127) OPTIONAL,
ganssTODUncertainty GANSSTODUncertainty OPTIONAL, -- Coding according to Annex
--N_GANSS can be read from number of elements of SeqOfGANSS-MsrElement
ganss-MsrElementList SeqOfGANSS-MsrElement
}
SeqOfGANSS-MsrElement ::= SEQUENCE (SIZE(1..8)) OF GANSS-MsrElement
GANSS-MsrElement ::= SEQUENCE {
ganssID INTEGER (0..7) OPTIONAL, --Absence means Galileo
ganss-SgnTypeList SeqOfGANSS-SgnTypeElement
}
-- Measurements can be returned up to 8 different signal types
-- N_SGN_TYPE can be read from number of elements of SeqOfGANSS-SgnTypeElement
-- Reporting of multiple signal types as defined in A.2.2.4g
SeqOfGANSS-SgnTypeElement ::= SEQUENCE (SIZE(1..8)) OF GANSS-SgnTypeElement
GANSS-SgnTypeElement ::= SEQUENCE {
ganssSignalID GANSSSignalID, -- Coding according to Annex
ganssCodePhaseAmbiguity INTEGER (0 .. 127) OPTIONAL,
--N_SGN can be read from number of elements of SeqOfGANSS-SgnElement
ganss-SgnList SeqOfGANSS-SgnElement,
...
}
-- Up to 16 Measurements can be returned per signal type
SeqOfGANSS-SgnElement ::= SEQUENCE (SIZE(1..16)) OF GANSS-SgnElement
GANSS-SgnElement ::= SEQUENCE {
svID SVID,
cNo INTEGER (0 .. 63),
mpathDet MpathIndic, -- Coding according to Annex
carrierQualityInd INTEGER (0 .. 3) OPTIONAL, -- Coding according to Annex
codePhase INTEGER (0 .. 2097151),
integerCodePhase INTEGER (0 .. 127) OPTIONAL,
codePhaseRMSError INTEGER (0..63), -- Coding according to Annex
doppler INTEGER (-32768 .. 32767) OPTIONAL,
adr INTEGER (0 .. 33554431) OPTIONAL
}
Rel7-AssistanceData-Extension ::= SEQUENCE {
ganss-AssistData GANSS-AssistData OPTIONAL,
ganssCarrierPhaseMeasurementRequest NULL OPTIONAL,
ganssTODGSMTimeAssociationMeasurementRequest NULL OPTIONAL,
add-GPS-AssistData Add-GPS-AssistData OPTIONAL,
...
-- Possibly more extensions for Release 7 here
}
-- Rel-7 Positioning Capability parameters here
PosCapabilities ::= SEQUENCE {
-- nonGANSSpositionMethods shall be included if and only if any
-- of the non-GANSS methods is supported.
nonGANSSpositionMethods NonGANSSPositionMethods OPTIONAL,
-- gANSSpositionMethods shall be included if and only if any of the GANSS methods is supported.
gANSSPositionMethods GANSSPositionMethods OPTIONAL,
-- multipleMeasurementSets shall be present if and only if 'multiple sets' is supported
-- for any of the positioning methods
multipleMeasurementSets MultipleMeasurementSets OPTIONAL,
...
}
NonGANSSPositionMethods ::= BIT STRING {
msAssistedEOTD (0),
msBasedEOTD (1),
msAssistedGPS (2), -- If this bit is set, gpsAssistance in AssistanceSupported IE
-- shall be present
msBasedGPS (3), -- If this bit is set, gpsAssistance in AssistanceSupported IE
-- shall be present
standaloneGPS (4) } (SIZE (1..16))
GANSSPositionMethods ::= SEQUENCE (SIZE(1..16)) OF GANSSPositionMethod
GANSSPositionMethod ::= SEQUENCE {
ganssID INTEGER (0..7) OPTIONAL, --Absence means Galileo
-- gANSSPositioningMethodTypes may be present for PosCapability-Req
-- and shall be present for PosCapability-Rsp
gANSSPositioningMethodTypes GANSSPositioningMethodTypes OPTIONAL,
gANSSSignals GANSSSignals,
... ,
-- sbasID shall be present if and only if ganssID indicates SBAS
sbasID SBASID OPTIONAL
}
GANSSPositioningMethodTypes ::= BIT STRING {
msAssisted (0), -- If this bit is set, gANSSAssistanceSet in AssistanceSupported IE
-- shall be present.
msBased (1), -- If this bit is set, gANSSAssistanceSet in AssistanceSupported IE
-- shall be present.
standalone (2) } (SIZE (1..8))
-- indicates MS support for particular GANSS signals and frequencies
GANSSSignals ::= BIT STRING {
signal1 (0),
signal2 (1),
signal3 (2),
signal4 (3),
signal5 (4),
signal6 (5),
signal7 (6),
signal8 (7) } (SIZE (1..8))
SBASID ::= BIT STRING {
waas (0),
egnos (1),
masas (2),
gagan (3) } (SIZE (1..8))
-- indicates MS support of multiple measurement sets for MS assisted position methods
MultipleMeasurementSets ::= BIT STRING {
eotd (0),
gps (1),
ganss (2) } (SIZE (1..8))
-- indicates MS support of different types of assistance data
AssistanceSupported ::= SEQUENCE {
gpsAssistance GPSAssistance OPTIONAL,
gANSSAssistanceSet GANSSAssistanceSet OPTIONAL,
... ,
-- gANSSAdditionalAssistanceChoices shall be present if the MS supports other than native models
gANSSAdditionalAssistanceChoices GANSSAdditionalAssistanceChoices OPTIONAL
}
-- GPS assistance data supported
GPSAssistance ::= BIT STRING {
almanac (0),
uTCmodel (1),
ionosphericModel (2),
navigationmodel (3),
dGPScorrections (4),
referenceLocation (5),
referenceTime (6),
acquisitionAssistance (7),
realTimeIntegrity (8),
ephemerisExtension (9),
ephemerisExtensionCheck (10)} (SIZE (1..16))
-- GANSS assistance data supported
GANSSAssistanceSet ::= SEQUENCE {
commonGANSSAssistance CommonGANSSAssistance,
specificGANSSAssistance SpecificGANSSAssistance,
...
}
-- Common GANSS assistance data supported
CommonGANSSAssistance ::= BIT STRING {
referenceTime (0),
referenceLocation (1),
ionosphericModel (3),
addIonosphericModel (4),
earthOrientationParam (5) } (SIZE (1..8))
SpecificGANSSAssistance ::= SEQUENCE (SIZE(1..16)) OF GANSSAssistanceForOneGANSS
-- assistance data supported for a particular GANSS system
GANSSAssistanceForOneGANSS ::= SEQUENCE {
ganssID INTEGER (0..7) OPTIONAL, --Absence means Galileo
gANSSAssistance GANSSAssistance,
...
}
-- specific GANSS assistance data supported
GANSSAssistance ::= BIT STRING {
realTimeIntegrity (0),
differentialCorrections (1),
almanac (2),
referenceMeasurementInformation (3),
navigationModel (4),
timeModelGNSS-UTC (5),
timeModelGNSS-GNSS (6),
databitassistance (7),
ephemerisExtension (8),
ephemerisExtensionCheck (9),
addUTCmodel (10),
auxiliaryInformation (11) } (SIZE (1..16))
GANSSAdditionalAssistanceChoices ::= SEQUENCE (SIZE(1..16)) OF GANSSAdditionalAssistanceChoicesForOneGANSS
GANSSAdditionalAssistanceChoicesForOneGANSS ::= SEQUENCE {
ganssID INTEGER (0..7) OPTIONAL, --Absence means Galileo
ganssClockModelChoice GANSSModelID OPTIONAL,
gannsOrbitModelChoice GANSSModelID OPTIONAL,
ganssAlmanacModelChoice GANSSModelID OPTIONAL,
ganssAdditionalUTCModelChoice GANSSModelID OPTIONAL,
...
}
GANSSModelID ::= BIT STRING {
model1 (0),
model2 (1),
model3 (2),
model4 (3),
model5 (4),
model6 (5),
model7 (6),
model8 (7) } (SIZE (1..8))
-- indicates assistance data that may be needed by the MS
-- These elements are coded as defined in TS 49.031 with the exceptions defined in section A.8.2.3
AssistanceNeeded ::= SEQUENCE {
gpsAssistanceData GPSAssistanceData OPTIONAL,
ganssAssistanceData GANSSAssistanceData OPTIONAL,
...
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/rrlp/RRLP-Messages.asn | -- RRLP-Messages.asn
-- Taken from 3GPP TS 44.031 V11.0.0 (2012-09)
-- http://www.3gpp.org/ftp/Specs/archive/44_series/44.031/44031-b00.zip/44031-b00.doc
--
-- 3.1 General Format of RRLP Message
--
RRLP-Messages
-- { RRLP-messages }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
MsrPosition-Req, MsrPosition-Rsp, AssistanceData,
ProtocolError, PosCapability-Req, PosCapability-Rsp
FROM
RRLP-Components -- { RRLP-Components }
;
PDU ::= SEQUENCE {
referenceNumber INTEGER (0..7),
component RRLP-Component
}
RRLP-Component ::= CHOICE {
msrPositionReq MsrPosition-Req,
msrPositionRsp MsrPosition-Rsp,
assistanceData AssistanceData,
assistanceDataAck NULL,
protocolError ProtocolError,
...,
posCapabilityReq PosCapability-Req,
posCapabilityRsp PosCapability-Rsp
}
END |
Configuration | wireshark/epan/dissectors/asn1/rrlp/rrlp.cnf | # rrlp.cnf
# rrlp conformation file
# Copyright 2006 Anders Broman
#.OPT
PER
UNALIGNED
#.END
#.PDU
PDU
#.OMIT_ASSIGNMENTS_EXCEPT MAP-LCS-DataTypes
Ext-GeographicalInformation
maxExt-GeographicalInformation
VelocityEstimate
#.END
#.OMIT_ASSIGNMENT MAP-ExtensionDataTypes
SLR-ArgExtensionContainer
SLR-Arg-PCS-Extensions
#.END
#.FN_HDR PDU
proto_tree_add_item(tree, proto_rrlp, tvb, 0, -1, ENC_NA);
col_append_sep_str(actx->pinfo->cinfo, COL_PROTOCOL, "/", "RRLP");
#.END
#.FN_BODY Ext-GeographicalInformation VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if(parameter_tvb)
dissect_geographical_description(parameter_tvb, %(ACTX)s->pinfo, tree);
#.END |
Text | wireshark/epan/dissectors/asn1/rtse/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME rtse )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
${PROTOCOL_NAME}.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
packet-${PROTOCOL_NAME}-template.h
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS -b )
set( EXTRA_CNF
)
ASN2WRS() |
C | wireshark/epan/dissectors/asn1/rtse/packet-rtse-template.c | /* packet-rtse-template.c
* Routines for RTSE packet dissection
* Graeme Lunt 2005
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/conversation.h>
#include <epan/prefs.h>
#include <epan/reassemble.h>
#include <epan/asn1.h>
#include <epan/expert.h>
#include <wsutil/str_util.h>
#include "packet-ber.h"
#include "packet-pres.h"
#include "packet-acse.h"
#include "packet-ros.h"
#include "packet-rtse.h"
#define PNAME "X.228 OSI Reliable Transfer Service"
#define PSNAME "RTSE"
#define PFNAME "rtse"
void proto_register_rtse(void);
void proto_reg_handoff_rtse(void);
/* Initialize the protocol and registered fields */
static int proto_rtse = -1;
static gboolean open_request=FALSE;
static guint32 app_proto=0;
static proto_tree *top_tree=NULL;
/* Preferences */
static gboolean rtse_reassemble = TRUE;
#include "packet-rtse-hf.c"
/* Initialize the subtree pointers */
static gint ett_rtse = -1;
#include "packet-rtse-ett.c"
static expert_field ei_rtse_dissector_oid_not_implemented = EI_INIT;
static expert_field ei_rtse_unknown_rtse_pdu = EI_INIT;
static expert_field ei_rtse_abstract_syntax = EI_INIT;
static dissector_table_t rtse_oid_dissector_table=NULL;
static dissector_handle_t rtse_handle = NULL;
static gint ett_rtse_unknown = -1;
static reassembly_table rtse_reassembly_table;
static int hf_rtse_segment_data = -1;
static int hf_rtse_fragments = -1;
static int hf_rtse_fragment = -1;
static int hf_rtse_fragment_overlap = -1;
static int hf_rtse_fragment_overlap_conflicts = -1;
static int hf_rtse_fragment_multiple_tails = -1;
static int hf_rtse_fragment_too_long_fragment = -1;
static int hf_rtse_fragment_error = -1;
static int hf_rtse_fragment_count = -1;
static int hf_rtse_reassembled_in = -1;
static int hf_rtse_reassembled_length = -1;
static gint ett_rtse_fragment = -1;
static gint ett_rtse_fragments = -1;
static const fragment_items rtse_frag_items = {
/* Fragment subtrees */
&ett_rtse_fragment,
&ett_rtse_fragments,
/* Fragment fields */
&hf_rtse_fragments,
&hf_rtse_fragment,
&hf_rtse_fragment_overlap,
&hf_rtse_fragment_overlap_conflicts,
&hf_rtse_fragment_multiple_tails,
&hf_rtse_fragment_too_long_fragment,
&hf_rtse_fragment_error,
&hf_rtse_fragment_count,
/* Reassembled in field */
&hf_rtse_reassembled_in,
/* Reassembled length field */
&hf_rtse_reassembled_length,
/* Reassembled data field */
NULL,
/* Tag */
"RTSE fragments"
};
void
register_rtse_oid_dissector_handle(const char *oid, dissector_handle_t dissector, int proto, const char *name, gboolean uses_ros)
{
/* XXX: Note that this fcn is called from proto_reg_handoff in *other* dissectors ... */
static dissector_handle_t ros_handle = NULL;
if (ros_handle == NULL)
ros_handle = find_dissector("ros");
/* register RTSE with the BER (ACSE) */
register_ber_oid_dissector_handle(oid, rtse_handle, proto, name);
if (uses_ros) {
/* make sure we call ROS ... */
dissector_add_string("rtse.oid", oid, ros_handle);
/* and then tell ROS how to dissect the AS*/
if (dissector != NULL)
register_ros_oid_dissector_handle(oid, dissector, proto, name, TRUE);
} else {
/* otherwise we just remember how to dissect the AS */
dissector_add_string("rtse.oid", oid, dissector);
}
}
static int
call_rtse_oid_callback(const char *oid, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, void* data)
{
tvbuff_t *next_tvb;
int len;
next_tvb = tvb_new_subset_remaining(tvb, offset);
if ((len = dissector_try_string(rtse_oid_dissector_table, oid, next_tvb, pinfo, tree, data)) == 0) {
proto_item *item;
proto_tree *next_tree;
next_tree = proto_tree_add_subtree_format(tree, next_tvb, 0, -1, ett_rtse_unknown, &item,
"RTSE: Dissector for OID:%s not implemented. Contact Wireshark developers if you want this supported", oid);
expert_add_info_format(pinfo, item, &ei_rtse_dissector_oid_not_implemented,
"RTSE: Dissector for OID %s not implemented", oid);
len = dissect_unknown_ber(pinfo, next_tvb, offset, next_tree);
}
offset += len;
return offset;
}
static int
call_rtse_external_type_callback(bool implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_)
{
const char *oid = NULL;
if (actx->external.indirect_ref_present) {
oid = (const char *)find_oid_by_pres_ctx_id(actx->pinfo, actx->external.indirect_reference);
if (!oid)
proto_tree_add_expert_format(tree, actx->pinfo, &ei_rtse_abstract_syntax, tvb, offset, tvb_captured_length_remaining(tvb, offset),
"Unable to determine abstract syntax for indirect reference: %d.", actx->external.indirect_reference);
} else if (actx->external.direct_ref_present) {
oid = actx->external.direct_reference;
}
if (oid)
offset = call_rtse_oid_callback(oid, tvb, offset, actx->pinfo, top_tree ? top_tree : tree, actx->private_data);
return offset;
}
#include "packet-rtse-fn.c"
/*
* Dissect RTSE PDUs inside a PPDU.
*/
static int
dissect_rtse(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void* data)
{
int offset = 0;
int old_offset;
proto_item *item;
proto_tree *tree;
proto_tree *next_tree=NULL;
tvbuff_t *next_tvb = NULL;
tvbuff_t *data_tvb = NULL;
fragment_head *frag_msg = NULL;
guint32 fragment_length;
guint32 rtse_id = 0;
gboolean data_handled = FALSE;
struct SESSION_DATA_STRUCTURE* session;
conversation_t *conversation = NULL;
asn1_ctx_t asn1_ctx;
asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
/* do we have application context from the acse dissector? */
if (data == NULL)
return 0;
session = (struct SESSION_DATA_STRUCTURE*)data;
/* save parent_tree so subdissectors can create new top nodes */
top_tree=parent_tree;
asn1_ctx.private_data = session;
col_set_str(pinfo->cinfo, COL_PROTOCOL, "RTSE");
col_clear(pinfo->cinfo, COL_INFO);
if (rtse_reassemble &&
((session->spdu_type == SES_DATA_TRANSFER) ||
(session->spdu_type == SES_MAJOR_SYNC_POINT)))
{
/* Use conversation index as fragment id */
conversation = find_conversation_pinfo(pinfo, 0);
if (conversation != NULL) {
rtse_id = conversation->conv_index;
}
session->rtse_reassemble = TRUE;
}
if (rtse_reassemble && session->spdu_type == SES_MAJOR_SYNC_POINT) {
frag_msg = fragment_end_seq_next (&rtse_reassembly_table,
pinfo, rtse_id, NULL);
next_tvb = process_reassembled_data (tvb, offset, pinfo, "Reassembled RTSE",
frag_msg, &rtse_frag_items, NULL, parent_tree);
}
item = proto_tree_add_item(parent_tree, proto_rtse, next_tvb ? next_tvb : tvb, 0, -1, ENC_NA);
tree = proto_item_add_subtree(item, ett_rtse);
if (rtse_reassemble && session->spdu_type == SES_DATA_TRANSFER) {
/* strip off the OCTET STRING encoding - including any CONSTRUCTED OCTET STRING */
dissect_ber_octet_string(FALSE, &asn1_ctx, tree, tvb, offset, hf_rtse_segment_data, &data_tvb);
if (data_tvb) {
fragment_length = tvb_captured_length_remaining (data_tvb, 0);
proto_item_append_text(asn1_ctx.created_item, " (%u byte%s)", fragment_length,
plurality(fragment_length, "", "s"));
frag_msg = fragment_add_seq_next (&rtse_reassembly_table,
data_tvb, 0, pinfo,
rtse_id, NULL,
fragment_length, TRUE);
if (frag_msg && pinfo->num != frag_msg->reassembled_in) {
/* Add a "Reassembled in" link if not reassembled in this frame */
proto_tree_add_uint (tree, *(rtse_frag_items.hf_reassembled_in),
data_tvb, 0, 0, frag_msg->reassembled_in);
}
pinfo->fragmented = TRUE;
data_handled = TRUE;
} else {
fragment_length = tvb_captured_length_remaining (tvb, offset);
}
col_append_fstr(pinfo->cinfo, COL_INFO, "[RTSE fragment, %u byte%s]",
fragment_length, plurality(fragment_length, "", "s"));
} else if (rtse_reassemble && session->spdu_type == SES_MAJOR_SYNC_POINT) {
if (next_tvb) {
/* ROS won't do this for us */
session->ros_op = (ROS_OP_INVOKE | ROS_OP_ARGUMENT);
/*offset=*/dissect_ber_external_type(FALSE, tree, next_tvb, 0, &asn1_ctx, -1, call_rtse_external_type_callback);
top_tree = NULL;
/* Return other than 0 to indicate that we handled this packet */
return 1;
} else {
offset = tvb_captured_length (tvb);
}
pinfo->fragmented = FALSE;
data_handled = TRUE;
}
if (!data_handled) {
while (tvb_reported_length_remaining(tvb, offset) > 0) {
old_offset=offset;
offset=dissect_rtse_RTSE_apdus(TRUE, tvb, offset, &asn1_ctx, tree, -1);
if (offset == old_offset) {
next_tree = proto_tree_add_subtree(tree, tvb, offset, -1,
ett_rtse_unknown, &item, "Unknown RTSE PDU");
expert_add_info (pinfo, item, &ei_rtse_unknown_rtse_pdu);
dissect_unknown_ber(pinfo, tvb, offset, next_tree);
break;
}
}
}
top_tree = NULL;
return tvb_captured_length(tvb);
}
/*--- proto_register_rtse -------------------------------------------*/
void proto_register_rtse(void) {
/* List of fields */
static hf_register_info hf[] =
{
/* Fragment entries */
{ &hf_rtse_segment_data,
{ "RTSE segment data", "rtse.segment", FT_NONE, BASE_NONE,
NULL, 0x00, NULL, HFILL } },
{ &hf_rtse_fragments,
{ "RTSE fragments", "rtse.fragments", FT_NONE, BASE_NONE,
NULL, 0x00, NULL, HFILL } },
{ &hf_rtse_fragment,
{ "RTSE fragment", "rtse.fragment", FT_FRAMENUM, BASE_NONE,
NULL, 0x00, NULL, HFILL } },
{ &hf_rtse_fragment_overlap,
{ "RTSE fragment overlap", "rtse.fragment.overlap", FT_BOOLEAN,
BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_rtse_fragment_overlap_conflicts,
{ "RTSE fragment overlapping with conflicting data",
"rtse.fragment.overlap.conflicts", FT_BOOLEAN, BASE_NONE,
NULL, 0x0, NULL, HFILL } },
{ &hf_rtse_fragment_multiple_tails,
{ "RTSE has multiple tail fragments",
"rtse.fragment.multiple_tails", FT_BOOLEAN, BASE_NONE,
NULL, 0x0, NULL, HFILL } },
{ &hf_rtse_fragment_too_long_fragment,
{ "RTSE fragment too long", "rtse.fragment.too_long_fragment",
FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_rtse_fragment_error,
{ "RTSE defragmentation error", "rtse.fragment.error", FT_FRAMENUM,
BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_rtse_fragment_count,
{ "RTSE fragment count", "rtse.fragment.count", FT_UINT32, BASE_DEC,
NULL, 0x00, NULL, HFILL } },
{ &hf_rtse_reassembled_in,
{ "Reassembled RTSE in frame", "rtse.reassembled.in", FT_FRAMENUM, BASE_NONE,
NULL, 0x00, "This RTSE packet is reassembled in this frame", HFILL } },
{ &hf_rtse_reassembled_length,
{ "Reassembled RTSE length", "rtse.reassembled.length", FT_UINT32, BASE_DEC,
NULL, 0x00, "The total length of the reassembled payload", HFILL } },
#include "packet-rtse-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_rtse,
&ett_rtse_unknown,
&ett_rtse_fragment,
&ett_rtse_fragments,
#include "packet-rtse-ettarr.c"
};
static ei_register_info ei[] = {
{ &ei_rtse_dissector_oid_not_implemented, { "rtse.dissector_oid_not_implemented", PI_UNDECODED, PI_WARN, "RTSE: Dissector for OID not implemented", EXPFILL }},
{ &ei_rtse_unknown_rtse_pdu, { "rtse.unknown_rtse_pdu", PI_UNDECODED, PI_WARN, "Unknown RTSE PDU", EXPFILL }},
{ &ei_rtse_abstract_syntax, { "rtse.bad_abstract_syntax", PI_PROTOCOL, PI_WARN, "Unable to determine abstract syntax for indirect reference", EXPFILL }},
};
expert_module_t* expert_rtse;
module_t *rtse_module;
/* Register protocol */
proto_rtse = proto_register_protocol(PNAME, PSNAME, PFNAME);
rtse_handle = register_dissector("rtse", dissect_rtse, proto_rtse);
/* Register fields and subtrees */
proto_register_field_array(proto_rtse, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
expert_rtse = expert_register_protocol(proto_rtse);
expert_register_field_array(expert_rtse, ei, array_length(ei));
reassembly_table_register (&rtse_reassembly_table,
&addresses_reassembly_table_functions);
rtse_module = prefs_register_protocol_subtree("OSI", proto_rtse, NULL);
prefs_register_bool_preference(rtse_module, "reassemble",
"Reassemble segmented RTSE datagrams",
"Whether segmented RTSE datagrams should be reassembled."
" To use this option, you must also enable"
" \"Allow subdissectors to reassemble TCP streams\""
" in the TCP protocol settings.", &rtse_reassemble);
rtse_oid_dissector_table = register_dissector_table("rtse.oid", "RTSE OID Dissectors", proto_rtse, FT_STRING, STRING_CASE_SENSITIVE);
}
/*--- proto_reg_handoff_rtse --- */
void proto_reg_handoff_rtse(void) {
}
/*
* Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* vi: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/ |
C/C++ | wireshark/epan/dissectors/asn1/rtse/packet-rtse-template.h | /* packet-rtse.h
* Routines for RTSE packet dissection
* Graeme Lunt 2005
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_RTSE_H
#define PACKET_RTSE_H
#include "packet-rtse-exp.h"
void register_rtse_oid_dissector_handle(const char *oid, dissector_handle_t dissector, int proto _U_, const char *name, gboolean uses_ros);
#endif /* PACKET_RTSE_H */ |
ASN.1 | wireshark/epan/dissectors/asn1/rtse/rtse.asn | -- RTSE definition from
-- http://www.itu.int/ITU-T/asn1/database/itu-t/x/x228/1988/Reliable-Transfer-APDU.html
-- and modified to pass through asn2wrs
--
--
-- Module Reliable-Transfer-APDU (X.228:11/1988)
-- See also the README file
-- See also the index of all ASN.1 assignments needed in this Recommendation
Reliable-Transfer-APDU {joint-iso-itu-t reliable-transfer(3) apdus(0)}
DEFINITIONS ::=
BEGIN
EXPORTS
rTSE, rTSE-abstract-syntax, RTORQapdu, RTOACapdu, RTORJapdu, RTABapdu; -- for use by Presentation Layer only
--IMPORTS
-- CONTRACT
-- FROM Remote-Operations-Information-Objects {joint-iso-itu-t
-- remote-operations(4) informationObjects(5) version1(0)};
--OPEN ::= CLASS {&Type
--}WITH SYNTAX {TYPE &Type
--}
rTSE-abstract-syntax OBJECT IDENTIFIER ::=
{joint-iso-itu-t reliable-transfer(3) abstract-syntax(2)}
--rTSE CONTRACT ::= {ID {joint-iso-itu-t reliable-transfer(3) aseID(1)}
--}
RTSE-apdus ::= CHOICE {
rtorq-apdu [16] IMPLICIT RTORQapdu,
rtoac-apdu [17] IMPLICIT RTOACapdu,
rtorj-apdu [18] IMPLICIT RTORJapdu,
rttp-apdu RTTPapdu,
rttr-apdu RTTRapdu,
rtab-apdu [22] IMPLICIT RTABapdu
}
-- Tags [19], [20], [21] are used by the values of the UNBIND macro of the RO-notation of
-- Recommendation X.219. Tags [0] to [15] inclusive are reserved for the
-- use by the APDUs of ROSE (Recommendation X229). Any occurrence of
-- ANY in this module shall be replaced by a single ASN. 1 type (if any) in an RTSE-user
-- protocol specification. In addition any RTSE-user protocol sharing a single named
-- abstract syntax with the RTSE protocol shall use distinct tags for the single
-- presentation data values in the user data parameters of the RT-CLOSE (if any) and
-- RT- TRANSFER services. These tags shall be distinct from the tag values [16], [17],
-- [18] and [22] and from the ASN. 1 types INTEGER and OCTET STRING.
-- Note - The above conditions are ensured, if the RTSE-user protocol specification uses the
-- RO-notation of Recommendation X229.
-- In X.410-1984 mode only the components of RTORQapdu, RTOACapdu, RTORJapdu
-- and RTABapdu are used by the presentation layer. This has the effect that the following
-- APDU types appear in the protocol in X.410-1984 mode instead of the alternative types
-- of the RTSE-apdus type:
-- RTORQapdu
-- RTOACapdu
-- RTORJapdu
-- RTTPapdu
-- RTTRapdu
-- RTABapdu
RTORQapdu ::= SET {
checkpointSize [0] IMPLICIT INTEGER DEFAULT 0,
windowSize [1] IMPLICIT INTEGER DEFAULT 3,
dialogueMode
[2] IMPLICIT INTEGER {monologue(0), twa(1)} DEFAULT monologue,
connectionDataRQ [3] ConnectionData,
applicationProtocol
[4] IMPLICIT INTEGER {mts-transfer-protocol(12), mts-transfer-protocol-1984(1)} OPTIONAL --solely in X.410-1984 mode--
}
RTOACapdu ::= SET {
checkpointSize [0] IMPLICIT INTEGER DEFAULT 0,
windowSize [1] IMPLICIT INTEGER DEFAULT 3,
connectionDataAC [2] ConnectionData
}
RTORJapdu ::= SET {
refuseReason [0] IMPLICIT RefuseReason OPTIONAL, -- only in X.410-1984 mode
userDataRJ
-- [1] OPEN.&Type OPTIONAL
[1] ANY OPTIONAL -- RTSE user data, only in normal mode--
}
RTTPapdu ::= INTEGER -- priority--
RTTRapdu ::= OCTET STRING
RTABapdu ::= SET {
abortReason [0] IMPLICIT AbortReason OPTIONAL,
reflectedParameter [1] IMPLICIT BIT STRING OPTIONAL,
-- 8 bits maximum, only if abortReason is invalidParameter
userdataAB
-- [2] OPEN.&Type OPTIONAL
[2] ANY OPTIONAL -- only in normal mode and if abortReason--
-- is userError
}
ConnectionData ::= CHOICE {
-- open [0] OPEN.&Type,
open [0] ANY, -- RTSE user data
-- this alternative is encoded as [0] IMPLICIT NULL
-- in the case of absence of RTSE user data,
recover [1] IMPLICIT SessionConnectionIdentifier
}
SessionConnectionIdentifier ::= SEQUENCE {
callingSSuserReference CallingSSuserReference,
commonReference CommonReference,
additionalReferenceInformation
[0] IMPLICIT AdditionalReferenceInformation OPTIONAL
}
RefuseReason ::= INTEGER {
rtsBusy(0), cannotRecover(1), validationFailure(2),
unacceptableDialogueMode(3)}
CallingSSuserReference ::= CHOICE {
t61String T61String -- solely in X.410-1984 --,
octetString OCTET STRING -- solely in normal mode --
}
CommonReference ::= UTCTime
AdditionalReferenceInformation ::= T61String
AbortReason ::= INTEGER {
localSystemProblem(0),
invalidParameter(1), -- reflectedParameter supplied
unrecognizedActivity(2),
temporaryProblem(3),
-- the RTSE cannot accept a session for a period of time
protocolError(4), -- RTSE level protocol error
permanentProblem(5), --provider-abort solely in normal mode
userError(6), -- user-abort solely in normal mode
transferCompleted(7) -- activity can't be discarded--}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
Configuration | wireshark/epan/dissectors/asn1/rtse/rtse.cnf | #.EXPORTS
RTORQapdu
RTOACapdu
RTORJapdu
RTABapdu
#.NO_EMIT ONLY_VALS
RTSE-apdus
#.FN_BODY RTORJapdu/userDataRJ
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE*)actx->private_data;
const char *oid = NULL;
switch(app_proto) {
case 1: /* mts-transfer-protocol-1984 */
oid = "applicationProtocol.1";
break;
case 12: /* mts-transfer-protocol */
oid = "applicationProtocol.12";
break;
default:
if(session && session->pres_ctx_id)
oid = find_oid_by_pres_ctx_id(actx->pinfo, session->pres_ctx_id);
break;
}
if(!oid) /* XXX: problem here is we haven't decoded the applicationProtocol yet - so we make assumptions! */
oid = "applicationProtocol.12";
if(oid) {
if(session != NULL)
session->ros_op = (ROS_OP_BIND | ROS_OP_ERROR);
offset = call_rtse_oid_callback(oid, tvb, offset, actx->pinfo, top_tree ? top_tree : tree, session);
}
#.FN_BODY RTABapdu/userdataAB
/*XXX not implemented yet */
#.FN_BODY RTORQapdu
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE*)actx->private_data;
if(session != NULL)
session->ros_op = (ROS_OP_BIND | ROS_OP_ARGUMENT);
open_request=TRUE;
%(DEFAULT_BODY)s
open_request=FALSE;
#.FN_BODY RTOACapdu
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE*)actx->private_data;
if(session != NULL)
session->ros_op = (ROS_OP_BIND | ROS_OP_RESULT);
%(DEFAULT_BODY)s
#.FN_BODY ConnectionData/open
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE*)actx->private_data;
const char *oid = NULL;
switch(app_proto) {
case 1: /* mts-transfer-protocol-1984 */
oid = "applicationProtocol.1";
break;
case 12: /* mts-transfer-protocol */
oid = "applicationProtocol.12";
break;
default:
if(session && session->pres_ctx_id)
oid = find_oid_by_pres_ctx_id(actx->pinfo, session->pres_ctx_id);
break;
}
if(!oid) /* XXX: problem here is we haven't decoded the applicationProtocol yet - so we make assumptions! */
oid = "applicationProtocol.12";
if(oid) {
offset = call_rtse_oid_callback(oid, tvb, offset, actx->pinfo, top_tree ? top_tree : tree, session);
}
/* else XXX: need to flag we can't find the presentation context */
#.FN_BODY RTTRapdu
tvbuff_t *next_tvb = NULL;
struct SESSION_DATA_STRUCTURE* session = (struct SESSION_DATA_STRUCTURE*)actx->private_data;
offset = dissect_ber_octet_string(FALSE, actx, tree, tvb, offset, hf_index, &next_tvb);
if(next_tvb) {
/* XXX: we should check is this is an EXTERNAL first */
/* ROS won't do this for us */
if(session)
session->ros_op = (ROS_OP_INVOKE | ROS_OP_ARGUMENT);
offset = dissect_ber_external_type(FALSE, tree, next_tvb, 0, actx, -1, call_rtse_external_type_callback);
}
#.FN_BODY RTORQapdu/applicationProtocol
offset = dissect_ber_integer(TRUE, actx, tree, tvb, offset, hf_index, &app_proto);
#.FN_BODY SessionConnectionIdentifier
if(open_request){
col_append_str(actx->pinfo->cinfo, COL_INFO, "Recover");
}
%(DEFAULT_BODY)s
#.END
#.FN_BODY CallingSSuserReference/t61String VAL_PTR=&string
tvbuff_t *string = NULL;
%(DEFAULT_BODY)s
if(open_request && string)
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", tvb_get_string_enc(actx->pinfo->pool, string, 0,
tvb_reported_length(string), ENC_T61));
#.TYPE_ATTR
CallingSSuserReference/t61String DISPLAY = BASE_NONE
#.FN_PARS CommonReference
VAL_PTR=&string
#.FN_BODY CommonReference
tvbuff_t *string = NULL;
%(DEFAULT_BODY)s
if(open_request && string)
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", tvb_format_text(actx->pinfo->pool, string, 0, tvb_reported_length(string)));
#.END
#.FN_BODY CallingSSuserReference/octetString VAL_PTR=&string
tvbuff_t *string = NULL;
%(DEFAULT_BODY)s
if(open_request && string)
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %%s", tvb_format_text(actx->pinfo->pool, string, 0, tvb_reported_length(string)));
#.FN_BODY RTTPapdu VAL_PTR=&priority
int priority = -1;
col_append_str(actx->pinfo->cinfo, COL_INFO, "Turn-Please");
%(DEFAULT_BODY)s
if(priority != -1)
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " (%%d)", priority);
#.FN_BODY RTORJapdu
col_append_str(actx->pinfo->cinfo, COL_INFO, "Refuse");
%(DEFAULT_BODY)s
#.FN_PARS RefuseReason
VAL_PTR=&reason
#.FN_BODY RefuseReason
int reason = -1;
%(DEFAULT_BODY)s
if(reason != -1)
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " (%%s)", val_to_str(reason, rtse_RefuseReason_vals, "reason(%%d)"));
#.FN_BODY RTABapdu
col_append_str(actx->pinfo->cinfo, COL_INFO, "Abort");
%(DEFAULT_BODY)s
#.FN_PARS AbortReason
VAL_PTR=&reason
#.FN_BODY AbortReason
int reason = -1;
%(DEFAULT_BODY)s
if(reason != -1)
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " (%%s)", val_to_str(reason, rtse_AbortReason_vals, "reason(%%d)"));
#.TYPE_ATTR
AdditionalReferenceInformation DISPLAY = BASE_NONE
#.END |
Text | wireshark/epan/dissectors/asn1/rua/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME rua )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
RUA-CommonDataTypes.asn
RUA-Constants.asn
RUA-Containers.asn
RUA-IEs.asn
RUA-PDU-Contents.asn
RUA-PDU-Descriptions.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
ASN2WRS() |
C | wireshark/epan/dissectors/asn1/rua/packet-rua-template.c | /* packet-rua-template.c
* Routines for UMTS Home Node B RANAP User Adaptation (RUA) packet dissection
* Copyright 2010 Neil Piercy, ip.access Limited <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Ref: 3GPP TS 25.468 version 8.1.0 Release 8
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/sctpppids.h>
#include <epan/asn1.h>
#include <epan/prefs.h>
#include "packet-per.h"
#ifdef _MSC_VER
/* disable: "warning C4146: unary minus operator applied to unsigned type, result still unsigned" */
#pragma warning(disable:4146)
#endif
#define PNAME "UTRAN Iuh interface RUA signalling"
#define PSNAME "RUA"
#define PFNAME "rua"
/* Dissector to use SCTP PPID 19 or a configured SCTP port. IANA assigned port = 29169*/
#define SCTP_PORT_RUA 29169
void proto_register_rua(void);
#include "packet-rua-val.h"
/* Initialize the protocol and registered fields */
static int proto_rua = -1;
#include "packet-rua-hf.c"
/* Initialize the subtree pointers */
static int ett_rua = -1;
/* initialise sub-dissector handles */
static dissector_handle_t ranap_handle = NULL;
#include "packet-rua-ett.c"
/* Global variables */
static guint32 ProcedureCode;
static guint32 ProtocolIE_ID;
/* Dissector tables */
static dissector_table_t rua_ies_dissector_table;
static dissector_table_t rua_extension_dissector_table;
static dissector_table_t rua_proc_imsg_dissector_table;
static dissector_table_t rua_proc_sout_dissector_table;
static dissector_table_t rua_proc_uout_dissector_table;
static dissector_handle_t rua_handle;
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
void proto_reg_handoff_rua(void);
#include "packet-rua-fn.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(rua_ies_dissector_table, ProtocolIE_ID, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(rua_extension_dissector_table, ProtocolIE_ID, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(rua_proc_imsg_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(rua_proc_sout_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(rua_proc_uout_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int
dissect_rua(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
proto_item *rua_item = NULL;
proto_tree *rua_tree = NULL;
/* make entry in the Protocol column on summary display */
col_set_str(pinfo->cinfo, COL_PROTOCOL, "RUA");
/* create the rua protocol tree */
rua_item = proto_tree_add_item(tree, proto_rua, tvb, 0, -1, ENC_NA);
rua_tree = proto_item_add_subtree(rua_item, ett_rua);
return dissect_RUA_PDU_PDU(tvb, pinfo, rua_tree, data);
}
/*--- proto_register_rua -------------------------------------------*/
void proto_register_rua(void) {
/* List of fields */
static hf_register_info hf[] = {
#include "packet-rua-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_rua,
#include "packet-rua-ettarr.c"
};
/* Register protocol */
proto_rua = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_rua, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
/* Register dissector */
rua_handle = register_dissector("rua", dissect_rua, proto_rua);
/* Register dissector tables */
rua_ies_dissector_table = register_dissector_table("rua.ies", "RUA-PROTOCOL-IES", proto_rua, FT_UINT32, BASE_DEC);
rua_extension_dissector_table = register_dissector_table("rua.extension", "RUA-PROTOCOL-EXTENSION", proto_rua, FT_UINT32, BASE_DEC);
rua_proc_imsg_dissector_table = register_dissector_table("rua.proc.imsg", "RUA-ELEMENTARY-PROCEDURE InitiatingMessage", proto_rua, FT_UINT32, BASE_DEC);
rua_proc_sout_dissector_table = register_dissector_table("rua.proc.sout", "RUA-ELEMENTARY-PROCEDURE SuccessfulOutcome", proto_rua, FT_UINT32, BASE_DEC);
rua_proc_uout_dissector_table = register_dissector_table("rua.proc.uout", "RUA-ELEMENTARY-PROCEDURE UnsuccessfulOutcome", proto_rua, FT_UINT32, BASE_DEC);
/* rua_module = prefs_register_protocol(proto_rua, NULL); */
}
/*--- proto_reg_handoff_rua ---------------------------------------*/
void
proto_reg_handoff_rua(void)
{
ranap_handle = find_dissector_add_dependency("ranap", proto_rua);
dissector_add_uint("sctp.ppi", RUA_PAYLOAD_PROTOCOL_ID, rua_handle);
dissector_add_uint_with_preference("sctp.port", SCTP_PORT_RUA, rua_handle);
#include "packet-rua-dis-tab.c"
} |
ASN.1 | wireshark/epan/dissectors/asn1/rua/RUA-CommonDataTypes.asn | -- RUA-CommonDataTypes.asn
--
-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.5 Common definitions
--
-- **************************************************************
--
-- Common definitions
--
-- **************************************************************
RUA-CommonDataTypes {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rua(5) version1 (1) rUA-CommonDataTypes (3) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- Extension constants
--
-- **************************************************************
maxPrivateIEs INTEGER ::= 65535
maxProtocolExtensions INTEGER ::= 65535
maxProtocolIEs INTEGER ::= 65535
-- **************************************************************
--
-- Common Data Types
--
-- **************************************************************
Criticality ::= ENUMERATED { reject, ignore, notify }
Presence ::= ENUMERATED { optional, conditional, mandatory }
ProcedureCode ::= INTEGER (0..255)
PrivateIE-ID ::= CHOICE {
local INTEGER (0..65535),
global OBJECT IDENTIFIER
}
ProtocolIE-ID ::= INTEGER (0..maxProtocolIEs)
TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome }
END |
ASN.1 | wireshark/epan/dissectors/asn1/rua/RUA-Constants.asn | -- RUA-Constants.asn
--
-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.6 Constant definitions
--
-- **************************************************************
--
-- Constant definitions
--
-- **************************************************************
RUA-Constants {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rua(5) version1 (1) rUA-Constants (4) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ProcedureCode,
ProtocolIE-ID
FROM RUA-CommonDataTypes;
-- **************************************************************
--
-- Elementary Procedures
--
id-Connect ProcedureCode ::= 1
id-DirectTransfer ProcedureCode ::= 2
id-Disconnect ProcedureCode ::= 3
id-ConnectionlessTransfer ProcedureCode ::= 4
id-ErrorIndication ProcedureCode ::= 5
id-privateMessage ProcedureCode ::= 6
-- **************************************************************
--
-- Lists
--
-- **************************************************************
maxNrOfErrors INTEGER ::= 256
-- **************************************************************
--
-- IEs
--
-- **************************************************************
id-Cause ProtocolIE-ID ::= 1
id-CriticalityDiagnostics ProtocolIE-ID ::= 2
id-Context-ID ProtocolIE-ID ::= 3
id-RANAP-Message ProtocolIE-ID ::= 4
id-IntraDomainNasNodeSelector ProtocolIE-ID ::= 5
id-Establishment-Cause ProtocolIE-ID ::= 6
id-CN-DomainIndicator ProtocolIE-ID ::= 7
id-CSGMembershipStatus ProtocolIE-ID ::= 9
END |
ASN.1 | wireshark/epan/dissectors/asn1/rua/RUA-Containers.asn | -- RUA-Containers.asn
--
-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.7 Container definitions
--
-- **************************************************************
--
-- Container definitions
--
-- **************************************************************
RUA-Containers {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rua(5) version1 (1) rUA-Containers (5) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Criticality,
Presence,
PrivateIE-ID,
ProtocolIE-ID,
maxPrivateIEs,
maxProtocolExtensions,
maxProtocolIEs
FROM RUA-CommonDataTypes;
-- **************************************************************
--
-- Class Definition for Private IEs
--
-- **************************************************************
RUA-PRIVATE-IES ::= CLASS {
&id PrivateIE-ID,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Protocol IEs
--
-- **************************************************************
RUA-PROTOCOL-IES ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Protocol Extensions
--
-- **************************************************************
RUA-PROTOCOL-EXTENSION ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&criticality Criticality,
&Extension,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
EXTENSION &Extension
PRESENCE &presence
}
-- **************************************************************
--
-- Container for Protocol IEs
--
-- **************************************************************
ProtocolIE-Container {RUA-PROTOCOL-IES : IEsSetParam} ::=
SEQUENCE (SIZE (0..maxProtocolIEs)) OF
ProtocolIE-Field {{IEsSetParam}}
ProtocolIE-Single-Container {RUA-PROTOCOL-IES : IEsSetParam} ::=
ProtocolIE-Field {{IEsSetParam}}
ProtocolIE-Field {RUA-PROTOCOL-IES : IEsSetParam} ::= SEQUENCE {
id RUA-PROTOCOL-IES.&id ({IEsSetParam}),
criticality RUA-PROTOCOL-IES.&criticality ({IEsSetParam}{@id}),
value RUA-PROTOCOL-IES.&Value ({IEsSetParam}{@id})
}
-- **************************************************************
--
-- Container Lists for Protocol IE Containers
--
-- **************************************************************
ProtocolIE-ContainerList {INTEGER : lowerBound, INTEGER : upperBound, RUA-PROTOCOL-IES : IEsSetParam} ::=
SEQUENCE (SIZE (lowerBound..upperBound)) OF
ProtocolIE-Container {{IEsSetParam}}
-- **************************************************************
--
-- Container for Protocol Extensions
--
-- **************************************************************
ProtocolExtensionContainer {RUA-PROTOCOL-EXTENSION : ExtensionSetParam} ::=
SEQUENCE (SIZE (1..maxProtocolExtensions)) OF
ProtocolExtensionField {{ExtensionSetParam}}
ProtocolExtensionField {RUA-PROTOCOL-EXTENSION : ExtensionSetParam} ::= SEQUENCE {
id RUA-PROTOCOL-EXTENSION.&id ({ExtensionSetParam}),
criticality RUA-PROTOCOL-EXTENSION.&criticality ({ExtensionSetParam}{@id}),
extensionValue RUA-PROTOCOL-EXTENSION.&Extension ({ExtensionSetParam}{@id})
}
-- **************************************************************
--
-- Container for Private IEs
--
-- **************************************************************
PrivateIE-Container {RUA-PRIVATE-IES : IEsSetParam } ::=
SEQUENCE (SIZE (1.. maxPrivateIEs)) OF
PrivateIE-Field {{IEsSetParam}}
PrivateIE-Field {RUA-PRIVATE-IES : IEsSetParam} ::= SEQUENCE {
id RUA-PRIVATE-IES.&id ({IEsSetParam}),
criticality RUA-PRIVATE-IES.&criticality ({IEsSetParam}{@id}),
value RUA-PRIVATE-IES.&Value ({IEsSetParam}{@id})
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/rua/RUA-IEs.asn | -- RUA-IEs.asn
--
-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.4 Information Element definitions
--
-- **************************************************************
--
-- Information Element Definitions
--
-- **************************************************************
RUA-IEs {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rua(5) version1 (1) rUA-IEs (2) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
maxNrOfErrors
FROM RUA-Constants
Criticality,
ProcedureCode,
ProtocolIE-ID,
TriggeringMessage
FROM RUA-CommonDataTypes
ProtocolExtensionContainer{},
RUA-PROTOCOL-EXTENSION
FROM RUA-Containers;
CN-DomainIndicator ::= ENUMERATED {
cs-domain,
ps-domain
}
CSGMembershipStatus ::= ENUMERATED {
member,
non-member,
...
}
Establishment-Cause ::= ENUMERATED {
emergency-call,
normal-call,
...
}
Context-ID ::= BIT STRING (SIZE(24))
IntraDomainNasNodeSelector ::= SEQUENCE {
version CHOICE {
release99 SEQUENCE {
cn-Type CHOICE {
gsm-Map-IDNNS Gsm-map-IDNNS,
ansi-41-IDNNS Ansi-41-IDNNS
}
},
later SEQUENCE {
futurecoding BIT STRING (SIZE (15))
}
}
}
Gsm-map-IDNNS ::= SEQUENCE {
routingbasis CHOICE {
localPTMSI SEQUENCE {
routingparameter RoutingParameter
},
tMSIofsamePLMN SEQUENCE {
routingparameter RoutingParameter
},
tMSIofdifferentPLMN SEQUENCE {
routingparameter RoutingParameter
},
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
}
Ansi-41-IDNNS ::= BIT STRING (SIZE (14))
RANAP-Message ::= OCTET STRING
RoutingParameter ::= BIT STRING (SIZE (10))
-- **************************************************************
--
-- Cause IE
--
-- **************************************************************
Cause ::= CHOICE {
radioNetwork CauseRadioNetwork,
transport CauseTransport,
protocol CauseProtocol,
misc CauseMisc,
...
}
CauseRadioNetwork ::= ENUMERATED {
normal,
connect-failed,
network-release,
unspecified,
...
}
CauseTransport ::= ENUMERATED {
transport-resource-unavailable,
unspecified,
...
}
CauseProtocol ::= ENUMERATED {
transfer-syntax-error,
abstract-syntax-error-reject,
abstract-syntax-error-ignore-and-notify,
message-not-compatible-with-receiver-state,
semantic-error,
unspecified,
abstract-syntax-error-falsely-constructed-message,
...
}
CauseMisc ::= ENUMERATED {
processing-overload,
hardware-failure,
o-and-m-intervention,
unspecified,
...
}
-- **************************************************************
--
-- CriticalityDiagnostics
--
-- **************************************************************
CriticalityDiagnostics ::= SEQUENCE {
procedureCode ProcedureCode OPTIONAL,
triggeringMessage TriggeringMessage OPTIONAL,
procedureCriticality Criticality OPTIONAL,
iEsCriticalityDiagnostics CriticalityDiagnostics-IE-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {CriticalityDiagnostics-ExtIEs} } OPTIONAL,
...
}
CriticalityDiagnostics-IE-List ::= SEQUENCE (SIZE (1..maxNrOfErrors)) OF
SEQUENCE {
iECriticality Criticality,
iE-ID ProtocolIE-ID,
typeOfError TypeOfError,
iE-Extensions ProtocolExtensionContainer { {CriticalityDiagnostics-IE-List-ExtIEs} } OPTIONAL,
...
}
CriticalityDiagnostics-IE-List-ExtIEs RUA-PROTOCOL-EXTENSION ::= {
...
}
CriticalityDiagnostics-ExtIEs RUA-PROTOCOL-EXTENSION ::= {
...
}
TypeOfError ::= ENUMERATED {
not-understood,
missing,
...
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/rua/RUA-PDU-Contents.asn | -- RUA-PDU-Contents.asn
--
-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.3 PDU definitions
--
-- **************************************************************
--
-- PDU definitions for RUA.
--
-- **************************************************************
RUA-PDU-Contents {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rua(5) version1 (1) rUA-PDU-Contents (1) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Cause,
CriticalityDiagnostics,
Context-ID,
CN-DomainIndicator,
CSGMembershipStatus,
IntraDomainNasNodeSelector,
RANAP-Message,
Establishment-Cause
FROM RUA-IEs
ProtocolExtensionContainer{},
ProtocolIE-ContainerList{},
ProtocolIE-Container{},
ProtocolIE-Single-Container{},
PrivateIE-Container{},
RUA-PRIVATE-IES,
RUA-PROTOCOL-EXTENSION,
RUA-PROTOCOL-IES
FROM RUA-Containers
id-Cause,
id-CriticalityDiagnostics,
id-Context-ID,
id-CN-DomainIndicator,
id-CSGMembershipStatus,
id-RANAP-Message,
id-IntraDomainNasNodeSelector,
id-Establishment-Cause
FROM RUA-Constants;
-- **************************************************************
--
-- Connect
--
-- **************************************************************
Connect ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ConnectIEs} },
protocolExtensions ProtocolExtensionContainer { {ConnectExtensions} } OPTIONAL,
...
}
ConnectIEs RUA-PROTOCOL-IES ::= {
{ ID id-CN-DomainIndicator CRITICALITY reject TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-Context-ID CRITICALITY reject TYPE Context-ID PRESENCE mandatory } |
{ ID id-IntraDomainNasNodeSelector CRITICALITY ignore TYPE IntraDomainNasNodeSelector PRESENCE optional } |
{ ID id-Establishment-Cause CRITICALITY reject TYPE Establishment-Cause PRESENCE mandatory } |
{ ID id-RANAP-Message CRITICALITY reject TYPE RANAP-Message PRESENCE mandatory },
...
}
ConnectExtensions RUA-PROTOCOL-EXTENSION ::= {
{ ID id-CSGMembershipStatus CRITICALITY ignore EXTENSION CSGMembershipStatus PRESENCE optional },
...
}
-- **************************************************************
--
-- Direct Transfer
--
-- **************************************************************
DirectTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {DirectTransferIEs} },
protocolExtensions ProtocolExtensionContainer { {DirectTransferExtensions} } OPTIONAL,
...
}
DirectTransferIEs RUA-PROTOCOL-IES ::= {
{ ID id-CN-DomainIndicator CRITICALITY reject TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-Context-ID CRITICALITY reject TYPE Context-ID PRESENCE mandatory } |
{ ID id-RANAP-Message CRITICALITY reject TYPE RANAP-Message PRESENCE mandatory },
...
}
DirectTransferExtensions RUA-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Disconnect
--
-- **************************************************************
Disconnect ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {DisconnectIEs} },
protocolExtensions ProtocolExtensionContainer { {DisconnectExtensions} } OPTIONAL,
...
}
DisconnectIEs RUA-PROTOCOL-IES ::= {
{ ID id-CN-DomainIndicator CRITICALITY reject TYPE CN-DomainIndicator PRESENCE mandatory } |
{ ID id-Context-ID CRITICALITY reject TYPE Context-ID PRESENCE mandatory } |
{ ID id-Cause CRITICALITY reject TYPE Cause PRESENCE mandatory } |
{ ID id-RANAP-Message CRITICALITY reject TYPE RANAP-Message PRESENCE conditional },
-- RANAP message shall be included if Cause value is "normal"
...
}
DisconnectExtensions RUA-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Connectionless Transfer
--
-- **************************************************************
ConnectionlessTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ConnectionlessTransferIEs} },
protocolExtensions ProtocolExtensionContainer { {ConnectionlessTransferExtensions} } OPTIONAL,
...
}
ConnectionlessTransferIEs RUA-PROTOCOL-IES ::= {
{ ID id-RANAP-Message CRITICALITY reject TYPE RANAP-Message PRESENCE mandatory },
...
}
ConnectionlessTransferExtensions RUA-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ERROR INDICATION
--
-- **************************************************************
ErrorIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ErrorIndicationIEs} },
protocolExtensions ProtocolExtensionContainer { {ErrorIndicationExtensions} } OPTIONAL,
...
}
ErrorIndicationIEs RUA-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
ErrorIndicationExtensions RUA-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- PRIVATE MESSAGE
--
-- **************************************************************
PrivateMessage ::= SEQUENCE {
privateIEs PrivateIE-Container {{PrivateMessage-IEs}},
...
}
PrivateMessage-IEs RUA-PRIVATE-IES ::= {
...
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/rua/RUA-PDU-Descriptions.asn | -- RUA-PDU-Descriptions.asn
--
-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.2 Elementary Procedure definitions
--
-- **************************************************************
--
-- Elementary Procedure definitions
--
-- **************************************************************
RUA-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) rua(5) version1 (1) rUA-PDU-Descriptions (0)}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Criticality,
ProcedureCode
FROM RUA-CommonDataTypes
Connect,
DirectTransfer,
Disconnect,
ConnectionlessTransfer,
ErrorIndication,
PrivateMessage
FROM RUA-PDU-Contents
id-Connect,
id-DirectTransfer,
id-Disconnect,
id-ConnectionlessTransfer,
id-ErrorIndication,
id-privateMessage
FROM RUA-Constants;
-- **************************************************************
--
-- Interface Elementary Procedure Class
--
-- **************************************************************
RUA-ELEMENTARY-PROCEDURE ::= CLASS {
&InitiatingMessage ,
&SuccessfulOutcome OPTIONAL,
&UnsuccessfulOutcome OPTIONAL,
&procedureCode ProcedureCode UNIQUE,
&criticality Criticality DEFAULT ignore
}
WITH SYNTAX {
INITIATING MESSAGE &InitiatingMessage
[SUCCESSFUL OUTCOME &SuccessfulOutcome]
[UNSUCCESSFUL OUTCOME &UnsuccessfulOutcome]
PROCEDURE CODE &procedureCode
[CRITICALITY &criticality]
}
-- **************************************************************
--
-- Interface PDU definitions
--
-- **************************************************************
RUA-PDU ::= CHOICE {
initiatingMessage InitiatingMessage,
successfulOutcome SuccessfulOutcome,
unsuccessfulOutcome UnsuccessfulOutcome,
...
}
InitiatingMessage ::= SEQUENCE {
procedureCode RUA-ELEMENTARY-PROCEDURE.&procedureCode ({RUA-ELEMENTARY-PROCEDURES}),
criticality RUA-ELEMENTARY-PROCEDURE.&criticality ({RUA-ELEMENTARY-PROCEDURES}{@procedureCode}),
value RUA-ELEMENTARY-PROCEDURE.&InitiatingMessage ({RUA-ELEMENTARY-PROCEDURES}{@procedureCode})
}
SuccessfulOutcome ::= SEQUENCE {
procedureCode RUA-ELEMENTARY-PROCEDURE.&procedureCode ({RUA-ELEMENTARY-PROCEDURES}),
criticality RUA-ELEMENTARY-PROCEDURE.&criticality ({RUA-ELEMENTARY-PROCEDURES}{@procedureCode}),
value RUA-ELEMENTARY-PROCEDURE.&SuccessfulOutcome ({RUA-ELEMENTARY-PROCEDURES}{@procedureCode})
}
UnsuccessfulOutcome ::= SEQUENCE {
procedureCode RUA-ELEMENTARY-PROCEDURE.&procedureCode ({RUA-ELEMENTARY-PROCEDURES}),
criticality RUA-ELEMENTARY-PROCEDURE.&criticality ({RUA-ELEMENTARY-PROCEDURES}{@procedureCode}),
value RUA-ELEMENTARY-PROCEDURE.&UnsuccessfulOutcome ({RUA-ELEMENTARY-PROCEDURES}{@procedureCode})
}
-- **************************************************************
--
-- Interface Elementary Procedure List
--
-- **************************************************************
RUA-ELEMENTARY-PROCEDURES RUA-ELEMENTARY-PROCEDURE ::= {
RUA-ELEMENTARY-PROCEDURES-CLASS-1 |
RUA-ELEMENTARY-PROCEDURES-CLASS-2 ,
...
}
RUA-ELEMENTARY-PROCEDURES-CLASS-1 RUA-ELEMENTARY-PROCEDURE ::= {
...
}
RUA-ELEMENTARY-PROCEDURES-CLASS-2 RUA-ELEMENTARY-PROCEDURE ::= {
connectionRequest |
directTransfer |
disconnectRequest |
connectionlessTransfer |
errorIndication |
privateMessage,
...
}
-- **************************************************************
--
-- Interface Elementary Procedures
--
-- **************************************************************
connectionRequest RUA-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Connect
PROCEDURE CODE id-Connect
CRITICALITY ignore
}
directTransfer RUA-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DirectTransfer
PROCEDURE CODE id-DirectTransfer
CRITICALITY ignore
}
disconnectRequest RUA-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Disconnect
PROCEDURE CODE id-Disconnect
CRITICALITY ignore
}
connectionlessTransfer RUA-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ConnectionlessTransfer
PROCEDURE CODE id-ConnectionlessTransfer
CRITICALITY ignore
}
errorIndication RUA-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ErrorIndication
PROCEDURE CODE id-ErrorIndication
CRITICALITY ignore
}
privateMessage RUA-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PrivateMessage
PROCEDURE CODE id-privateMessage
CRITICALITY ignore
}
END |
Configuration | wireshark/epan/dissectors/asn1/rua/rua.cnf | # rua.cnf
# rua conformation file
# Copyright 2010 Neil Piercy, ip.access Limited <[email protected]>
#.OPT
PER
ALIGNED
#.END
#.PDU
RUA-PDU
#.MAKE_ENUM
ProtocolIE-ID
ProcedureCode
#.TYPE_RENAME
ProtocolIE-Field/value ProtocolIE_Field_value
PrivateIE-Field/value PrivateIE_Field_value
InitiatingMessage/value InitiatingMessage_value
SuccessfulOutcome/value SuccessfulOutcome_value
UnsuccessfulOutcome/value UnsuccessfulOutcome_value
#.FIELD_RENAME
InitiatingMessage/value initiatingMessagevalue
UnsuccessfulOutcome/value unsuccessfulOutcome_value
SuccessfulOutcome/value successfulOutcome_value
PrivateIE-Field/value private_value
ProtocolIE-Field/value ie_field_value
ProtocolIE-Field/id protocol_ie_field_id
PrivateIE-Field/id private_ie_field_id
#.OMIT_ASSIGNMENT
Presence
ProtocolIE-ContainerList
ProtocolIE-Single-Container
#.END
#.FN_PARS ProtocolIE-ID VAL_PTR = &ProtocolIE_ID
#.FN_FTR ProtocolIE-ID
if (tree) {
proto_item_append_text(proto_item_get_parent_nth(actx->created_item, 2), ": %s", val_to_str(ProtocolIE_ID, VALS(rua_ProtocolIE_ID_vals), "unknown (%d)"));
}
#.END
#.FN_PARS ProtocolIE-Field/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolIEFieldValue
#.FN_PARS ProtocolExtensionField/extensionValue FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolExtensionFieldExtensionValue
#.FN_PARS ProcedureCode VAL_PTR = &ProcedureCode
#.FN_FTR ProcedureCode
if (strcmp(val_to_str(ProcedureCode, rua_ProcedureCode_vals, "Unknown"), "Unknown") == 0) {
col_set_str(actx->pinfo->cinfo, COL_INFO,
"Unknown Message ");
} /* Known Procedures should be included below and broken out as ELEMENTARY names to avoid confusion */
#.FN_PARS InitiatingMessage/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_InitiatingMessageValue
#.FN_PARS SuccessfulOutcome/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_SuccessfulOutcomeValue
#.FN_PARS UnsuccessfulOutcome/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_UnsuccessfulOutcomeValue
#.FN_BODY Connect
col_set_str(actx->pinfo->cinfo, COL_INFO,
"CONNECT ");
%(DEFAULT_BODY)s
#.FN_BODY DirectTransfer
col_set_str(actx->pinfo->cinfo, COL_INFO,
"DIRECT_TRANSFER ");
%(DEFAULT_BODY)s
#.FN_BODY Disconnect
col_set_str(actx->pinfo->cinfo, COL_INFO,
"DISCONNECT ");
%(DEFAULT_BODY)s
#.FN_BODY ConnectionlessTransfer
col_set_str(actx->pinfo->cinfo, COL_INFO,
"CONNECTIONLESS_TRANSFER ");
%(DEFAULT_BODY)s
#.FN_BODY ErrorIndication
col_set_str(actx->pinfo->cinfo, COL_INFO,
"ERROR_INDICATION ");
col_set_fence(actx->pinfo->cinfo, COL_INFO); /* Protect info from CriticalityDiagnostics decodes */
%(DEFAULT_BODY)s
#.FN_BODY PrivateMessage
col_set_str(actx->pinfo->cinfo, COL_INFO,
"PRIVATE_MESSAGE ");
%(DEFAULT_BODY)s
#.FN_BODY RANAP-Message VAL_PTR = &ranap_message_tvb
tvbuff_t *ranap_message_tvb=NULL;
%(DEFAULT_BODY)s
if ((tvb_reported_length(ranap_message_tvb)>0)&&(ranap_handle)) { /* RUA has a RANAP-PDU */
col_set_str(actx->pinfo->cinfo, COL_INFO,
"(RUA) "); /* Set info to (RUA) to make room for RANAP */
col_set_fence(actx->pinfo->cinfo, COL_INFO);
call_dissector(ranap_handle,ranap_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
}
#.END
#.ASSIGN_VALUE_TO_TYPE # RUA ASN.1 does not have constants assigned to types,
# ProcedureCode
id-Connect ProcedureCode
id-DirectTransfer ProcedureCode
id-Disconnect ProcedureCode
id-ConnectionlessTransfer ProcedureCode
id-ErrorIndication ProcedureCode
id-privateMessage ProcedureCode
# ProtocolIE-ID
id-Cause ProtocolIE-ID
id-CriticalityDiagnostics ProtocolIE-ID
id-Context-ID ProtocolIE-ID
id-RANAP-Message ProtocolIE-ID
id-IntraDomainNasNodeSelector ProtocolIE-ID
id-Establishment-Cause ProtocolIE-ID
id-CN-DomainIndicator ProtocolIE-ID
#.END
#.REGISTER
#RUA-PROTOCOL-IES
Cause N rua.ies id-Cause
CriticalityDiagnostics N rua.ies id-CriticalityDiagnostics
Context-ID N rua.ies id-Context-ID
RANAP-Message N rua.ies id-RANAP-Message
IntraDomainNasNodeSelector N rua.ies id-IntraDomainNasNodeSelector
Establishment-Cause N rua.ies id-Establishment-Cause
CN-DomainIndicator N rua.ies id-CN-DomainIndicator
#RUA-PROTOCOL-EXTENSION
CSGMembershipStatus N rua.extension id-CSGMembershipStatus
#RUA-ELEMENTARY-PROCEDURE
Connect N rua.proc.imsg id-Connect
DirectTransfer N rua.proc.imsg id-DirectTransfer
Disconnect N rua.proc.imsg id-Disconnect
ConnectionlessTransfer N rua.proc.imsg id-ConnectionlessTransfer
ErrorIndication N rua.proc.imsg id-ErrorIndication
PrivateMessage N rua.proc.imsg id-privateMessage
#.END |
Text | wireshark/epan/dissectors/asn1/s1ap/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME s1ap )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
S1AP-CommonDataTypes.asn
S1AP-Constants.asn
S1AP-Containers.asn
S1AP-IEs.asn
S1AP-PDU-Contents.asn
S1AP-PDU-Descriptions.asn
S1AP-SonTransfer-IEs.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
packet-${PROTOCOL_NAME}-template.h
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
ASN2WRS() |
C | wireshark/epan/dissectors/asn1/s1ap/packet-s1ap-template.c | /* packet-s1ap.c
* Routines for E-UTRAN S1 Application Protocol (S1AP) packet dissection
* Copyright 2007-2016, Anders Broman <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Based on the RANAP dissector
*
* References: 3GPP TS 36.413 V17.5.0 (2023-06)
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/strutil.h>
#include <epan/asn1.h>
#include <epan/prefs.h>
#include <epan/sctpppids.h>
#include <epan/expert.h>
#include <epan/conversation.h>
#include <epan/proto_data.h>
#include <epan/exceptions.h>
#include <epan/show_exception.h>
#include "packet-ber.h"
#include "packet-per.h"
#include "packet-e212.h"
#include "packet-sccp.h"
#include "packet-lte-rrc.h"
#include "packet-ranap.h"
#include "packet-bssgp.h"
#include "packet-s1ap.h"
#include "packet-a21.h"
#include "packet-gsm_map.h"
#include "packet-cell_broadcast.h"
#include "packet-gsm_a_common.h"
#include "packet-ntp.h"
#include "packet-ngap.h"
#define PNAME "S1 Application Protocol"
#define PSNAME "S1AP"
#define PFNAME "s1ap"
/* Dissector will use SCTP PPID 18 or SCTP port. IANA assigned port = 36412 */
#define SCTP_PORT_S1AP 36412
void proto_register_s1ap(void);
void proto_reg_handoff_s1ap(void);
static dissector_handle_t gcsna_handle;
static dissector_handle_t nas_eps_handle;
static dissector_handle_t lppa_handle;
static dissector_handle_t bssgp_handle;
static dissector_handle_t lte_rrc_ue_radio_access_cap_info_handle;
static dissector_handle_t lte_rrc_ue_radio_access_cap_info_nb_handle;
static dissector_handle_t nr_rrc_ue_radio_access_cap_info_handle;
static dissector_handle_t lte_rrc_ue_radio_paging_info_handle;
static dissector_handle_t lte_rrc_ue_radio_paging_info_nb_handle;
static dissector_handle_t nr_rrc_ue_radio_paging_info_handle;
#include "packet-s1ap-val.h"
/* Initialize the protocol and registered fields */
static int proto_s1ap = -1;
static int hf_s1ap_transportLayerAddressIPv4 = -1;
static int hf_s1ap_transportLayerAddressIPv6 = -1;
static int hf_s1ap_E_UTRAN_Trace_ID_TraceID = -1;
static int hf_s1ap_E_UTRAN_Trace_ID_TraceRecordingSessionReference = -1;
static int hf_s1ap_interfacesToTrace_S1_MME = -1;
static int hf_s1ap_interfacesToTrace_X2 = -1;
static int hf_s1ap_interfacesToTrace_Uu = -1;
static int hf_s1ap_interfacesToTrace_F1_C = -1;
static int hf_s1ap_interfacesToTrace_E1 = -1;
static int hf_s1ap_interfacesToTrace_Reserved = -1;
static int hf_s1ap_encryptionAlgorithms_EEA1 = -1;
static int hf_s1ap_encryptionAlgorithms_EEA2 = -1;
static int hf_s1ap_encryptionAlgorithms_EEA3 = -1;
static int hf_s1ap_encryptionAlgorithms_Reserved = -1;
static int hf_s1ap_integrityProtectionAlgorithms_EIA1 = -1;
static int hf_s1ap_integrityProtectionAlgorithms_EIA2 = -1;
static int hf_s1ap_integrityProtectionAlgorithms_EIA3 = -1;
static int hf_s1ap_integrityProtectionAlgorithms_Reserved = -1;
static int hf_s1ap_SerialNumber_gs = -1;
static int hf_s1ap_SerialNumber_msg_code = -1;
static int hf_s1ap_SerialNumber_upd_nb = -1;
static int hf_s1ap_WarningType_value = -1;
static int hf_s1ap_WarningType_emergency_user_alert = -1;
static int hf_s1ap_WarningType_popup = -1;
static int hf_s1ap_WarningMessageContents_nb_pages = -1;
static int hf_s1ap_WarningMessageContents_decoded_page = -1;
static int hf_s1ap_measurementsToActivate_M1 = -1;
static int hf_s1ap_measurementsToActivate_M2 = -1;
static int hf_s1ap_measurementsToActivate_M3 = -1;
static int hf_s1ap_measurementsToActivate_M4 = -1;
static int hf_s1ap_measurementsToActivate_M5 = -1;
static int hf_s1ap_measurementsToActivate_LoggingM1FromEventTriggered = -1;
static int hf_s1ap_measurementsToActivate_M6 = -1;
static int hf_s1ap_measurementsToActivate_M7 = -1;
static int hf_s1ap_MDT_Location_Info_GNSS = -1;
static int hf_s1ap_MDT_Location_Info_E_CID = -1;
static int hf_s1ap_MDT_Location_Info_Reserved = -1;
static int hf_s1ap_NRencryptionAlgorithms_NEA1 = -1;
static int hf_s1ap_NRencryptionAlgorithms_NEA2 = -1;
static int hf_s1ap_NRencryptionAlgorithms_NEA3 = -1;
static int hf_s1ap_NRencryptionAlgorithms_Reserved = -1;
static int hf_s1ap_NRintegrityProtectionAlgorithms_NIA1 = -1;
static int hf_s1ap_NRintegrityProtectionAlgorithms_NIA2 = -1;
static int hf_s1ap_NRintegrityProtectionAlgorithms_NIA3 = -1;
static int hf_s1ap_NRintegrityProtectionAlgorithms_Reserved = -1;
static int hf_s1ap_UE_Application_Layer_Measurement_Capability_QoE_Measurement_for_streaming_service = -1;
static int hf_s1ap_UE_Application_Layer_Measurement_Capability_QoE_Measurement_for_MTSI_service = -1;
static int hf_s1ap_UE_Application_Layer_Measurement_Capability_Reserved = -1;
static int hf_s1ap_rAT_RestrictionInformation_LEO = -1;
static int hf_s1ap_rAT_RestrictionInformation_MEO = -1;
static int hf_s1ap_rAT_RestrictionInformation_GEO = -1;
static int hf_s1ap_rAT_RestrictionInformation_OTHERSAT = -1;
static int hf_s1ap_rAT_RestrictionInformation_Reserved = -1;
#include "packet-s1ap-hf.c"
/* Initialize the subtree pointers */
static int ett_s1ap = -1;
static int ett_s1ap_TransportLayerAddress = -1;
static int ett_s1ap_ToTargetTransparentContainer = -1;
static int ett_s1ap_ToSourceTransparentContainer = -1;
static int ett_s1ap_RRCContainer = -1;
static int ett_s1ap_UERadioCapability = -1;
static int ett_s1ap_RIMInformation = -1;
static int ett_s1ap_Cdma2000PDU = -1;
static int ett_s1ap_Cdma2000SectorID = -1;
static int ett_s1ap_UERadioPagingInformation = -1;
static int ett_s1ap_UE_HistoryInformationFromTheUE = -1;
static int ett_s1ap_CELevel = -1;
static int ett_s1ap_UE_RLF_Report_Container = -1;
static int ett_s1ap_UE_RLF_Report_Container_for_extended_bands = -1;
static int ett_s1ap_S1_Message = -1;
static int ett_s1ap_E_UTRAN_Trace_ID = -1;
static int ett_s1ap_InterfacesToTrace = -1;
static int ett_s1ap_EncryptionAlgorithms = -1;
static int ett_s1ap_IntegrityProtectionAlgorithms = -1;
static int ett_s1ap_LastVisitedNGRANCellInformation = -1;
static int ett_s1ap_LastVisitedUTRANCellInformation = -1;
static int ett_s1ap_SerialNumber = -1;
static int ett_s1ap_WarningType = -1;
static int ett_s1ap_DataCodingScheme = -1;
static int ett_s1ap_WarningMessageContents = -1;
static int ett_s1ap_MSClassmark = -1;
static int ett_s1ap_MeasurementsToActivate = -1;
static int ett_s1ap_MDT_Location_Info = -1;
static int ett_s1ap_IMSI = -1;
static int ett_s1ap_NASSecurityParameters = -1;
static int ett_s1ap_NRencryptionAlgorithms = -1;
static int ett_s1ap_NRintegrityProtectionAlgorithms = -1;
static int ett_s1ap_UE_Application_Layer_Measurement_Capability = -1;
static int ett_s1ap_sMTC = -1;
static int ett_s1ap_threshRS_Index_r15 = -1;
static int ett_s1ap_sSBToMeasure = -1;
static int ett_s1ap_sSRSSIMeasurement = -1;
static int ett_s1ap_quantityConfigNR_R15 = -1;
static int ett_s1ap_excludedCellsToAddModList = -1;
static int ett_s1ap_NB_IoT_RLF_Report_Container = -1;
static int ett_s1ap_MDT_ConfigurationNR = -1;
static int ett_s1ap_IntersystemSONConfigurationTransfer = -1;
static int ett_s1ap_rAT_RestrictionInformation = -1;
#include "packet-s1ap-ett.c"
static expert_field ei_s1ap_number_pages_le15 = EI_INIT;
enum{
INITIATING_MESSAGE,
SUCCESSFUL_OUTCOME,
UNSUCCESSFUL_OUTCOME
};
struct s1ap_conv_info {
wmem_map_t *nbiot_ta;
wmem_tree_t *nbiot_enb_ue_s1ap_id;
};
struct s1ap_supported_ta {
guint16 tac;
wmem_array_t *plmn;
};
struct s1ap_tai {
guint32 plmn;
guint16 tac;
};
struct s1ap_private_data {
struct s1ap_conv_info *s1ap_conv;
guint32 procedure_code;
guint32 protocol_ie_id;
guint32 protocol_extension_id;
guint32 handover_type_value;
guint32 message_type;
guint8 data_coding_scheme;
struct s1ap_supported_ta *supported_ta;
const char *obj_id;
struct s1ap_tai *tai;
guint16 enb_ue_s1ap_id;
gboolean srvcc_ho_cs_only;
guint8 transparent_container_type;
e212_number_type_t number_type;
};
enum {
S1AP_LTE_CONTAINER_AUTOMATIC,
S1AP_LTE_CONTAINER_LEGACY,
S1AP_LTE_CONTAINER_NBIOT
};
static const enum_val_t s1ap_lte_container_vals[] = {
{"automatic", "Automatic", S1AP_LTE_CONTAINER_AUTOMATIC},
{"legacy", "Legacy LTE", S1AP_LTE_CONTAINER_LEGACY},
{"nb-iot","NB-IoT", S1AP_LTE_CONTAINER_NBIOT},
{NULL, NULL, -1}
};
enum {
SOURCE_TO_TARGET_TRANSPARENT_CONTAINER = 1,
TARGET_TO_SOURCE_TRANSPARENT_CONTAINER
};
/* Global variables */
static gboolean g_s1ap_dissect_container = TRUE;
static gint g_s1ap_dissect_lte_container_as = S1AP_LTE_CONTAINER_AUTOMATIC;
static dissector_handle_t s1ap_handle;
/* Dissector tables */
static dissector_table_t s1ap_ies_dissector_table;
static dissector_table_t s1ap_ies_p1_dissector_table;
static dissector_table_t s1ap_ies_p2_dissector_table;
static dissector_table_t s1ap_extension_dissector_table;
static dissector_table_t s1ap_proc_imsg_dissector_table;
static dissector_table_t s1ap_proc_sout_dissector_table;
static dissector_table_t s1ap_proc_uout_dissector_table;
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
/* Currently not used
static int dissect_ProtocolIEFieldPairFirstValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_ProtocolIEFieldPairSecondValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
*/
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_InitialUEMessage_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data);
#if 0
static int dissect_SourceRNC_ToTargetRNC_TransparentContainer_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_TargetRNC_ToSourceRNC_TransparentContainer_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_SourceBSS_ToTargetBSS_TransparentContainer_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_TargetBSS_ToSourceBSS_TransparentContainer_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
#endif
static void
s1ap_Threshold_RSRP_fmt(gchar *s, guint32 v)
{
snprintf(s, ITEM_LABEL_LENGTH, "%ddBm (%u)", (gint32)v-140, v);
}
static void
s1ap_Threshold_RSRQ_fmt(gchar *s, guint32 v)
{
snprintf(s, ITEM_LABEL_LENGTH, "%.1fdB (%u)", ((float)v/2)-20, v);
}
static void
s1ap_Hysteresis_fmt(gchar *s, guint32 v)
{
snprintf(s, ITEM_LABEL_LENGTH, "%.1fdB (%u)", (float)v/2, v);
}
static const true_false_string s1ap_tfs_interfacesToTrace = {
"Should be traced",
"Should not be traced"
};
static void
s1ap_Time_UE_StayedInCell_EnhancedGranularity_fmt(gchar *s, guint32 v)
{
snprintf(s, ITEM_LABEL_LENGTH, "%.1fs", ((float)v)/10);
}
const value_string s1ap_serialNumber_gs_vals[] = {
{ 0, "Display mode immediate, cell wide"},
{ 1, "Display mode normal, PLMN wide"},
{ 2, "Display mode normal, tracking area wide"},
{ 3, "Display mode normal, cell wide"},
{ 0, NULL},
};
const value_string s1ap_warningType_vals[] = {
{ 0, "Earthquake"},
{ 1, "Tsunami"},
{ 2, "Earthquake and Tsunami"},
{ 3, "Test"},
{ 4, "Other"},
{ 0, NULL},
};
void
dissect_s1ap_warningMessageContents(tvbuff_t *warning_msg_tvb, proto_tree *tree, packet_info *pinfo, guint8 dcs, int hf_nb_pages, int hf_decoded_page)
{
guint32 offset;
guint8 nb_of_pages, length, *str;
proto_item *ti;
tvbuff_t *cb_data_page_tvb, *cb_data_tvb;
int i;
nb_of_pages = tvb_get_guint8(warning_msg_tvb, 0);
ti = proto_tree_add_uint(tree, hf_nb_pages, warning_msg_tvb, 0, 1, nb_of_pages);
if (nb_of_pages > 15) {
expert_add_info_format(pinfo, ti, &ei_s1ap_number_pages_le15,
"Number of pages should be <=15 (found %u)", nb_of_pages);
nb_of_pages = 15;
}
for (i = 0, offset = 1; i < nb_of_pages; i++) {
length = tvb_get_guint8(warning_msg_tvb, offset+82);
cb_data_page_tvb = tvb_new_subset_length(warning_msg_tvb, offset, length);
cb_data_tvb = dissect_cbs_data(dcs, cb_data_page_tvb, tree, pinfo, 0);
if (cb_data_tvb) {
str = tvb_get_string_enc(pinfo->pool, cb_data_tvb, 0, tvb_reported_length(cb_data_tvb), ENC_UTF_8|ENC_NA);
proto_tree_add_string_format(tree, hf_decoded_page, warning_msg_tvb, offset, 83,
str, "Decoded Page %u: %s", i+1, str);
}
offset += 83;
}
}
static void
s1ap_EUTRANRoundTripDelayEstimationInfo_fmt(gchar *s, guint32 v)
{
snprintf(s, ITEM_LABEL_LENGTH, "%uTs (%u)", 16*v, v);
}
static const true_false_string s1ap_tfs_activate_do_not_activate = {
"Activate",
"Do not activate"
};
static void
s1ap_Packet_LossRate_fmt(gchar *s, guint32 v)
{
snprintf(s, ITEM_LABEL_LENGTH, "%.1f %% (%u)", (float)v/10, v);
}
static void
s1ap_threshold_nr_rsrp_fmt(gchar *s, guint32 v)
{
snprintf(s, ITEM_LABEL_LENGTH, "%ddBm (%u)", (gint32)v-156, v);
}
static void
s1ap_threshold_nr_rsrq_fmt(gchar *s, guint32 v)
{
snprintf(s, ITEM_LABEL_LENGTH, "%.1fdB (%u)", ((float)v/2)-43, v);
}
static void
s1ap_threshold_nr_sinr_fmt(gchar *s, guint32 v)
{
snprintf(s, ITEM_LABEL_LENGTH, "%.1fdB (%u)", ((float)v/2)-23, v);
}
static struct s1ap_private_data*
s1ap_get_private_data(packet_info *pinfo)
{
struct s1ap_private_data *s1ap_data = (struct s1ap_private_data*)p_get_proto_data(pinfo->pool, pinfo, proto_s1ap, 0);
if (!s1ap_data) {
s1ap_data = wmem_new0(pinfo->pool, struct s1ap_private_data);
p_add_proto_data(pinfo->pool, pinfo, proto_s1ap, 0, s1ap_data);
}
return s1ap_data;
}
static gboolean
s1ap_is_nbiot_ue(packet_info *pinfo)
{
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(pinfo);
if (s1ap_data->s1ap_conv) {
wmem_tree_key_t tree_key[3];
guint32 *id;
guint32 enb_ue_s1ap_id = s1ap_data->enb_ue_s1ap_id;
tree_key[0].length = 1;
tree_key[0].key = &enb_ue_s1ap_id;
tree_key[1].length = 1;
tree_key[1].key = &pinfo->num;
tree_key[2].length = 0;
tree_key[2].key = NULL;
id = (guint32*)wmem_tree_lookup32_array_le(s1ap_data->s1ap_conv->nbiot_enb_ue_s1ap_id, tree_key);
if (id && (*id == enb_ue_s1ap_id)) {
return TRUE;
}
}
return FALSE;
}
#include "packet-s1ap-fn.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
s1ap_ctx_t s1ap_ctx;
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(pinfo);
s1ap_ctx.message_type = s1ap_data->message_type;
s1ap_ctx.ProcedureCode = s1ap_data->procedure_code;
s1ap_ctx.ProtocolIE_ID = s1ap_data->protocol_ie_id;
s1ap_ctx.ProtocolExtensionID = s1ap_data->protocol_extension_id;
return (dissector_try_uint_new(s1ap_ies_dissector_table, s1ap_data->protocol_ie_id, tvb, pinfo, tree, FALSE, &s1ap_ctx)) ? tvb_captured_length(tvb) : 0;
}
/* Currently not used
static int dissect_ProtocolIEFieldPairFirstValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(pinfo);
return (dissector_try_uint(s1ap_ies_p1_dissector_table, s1ap_data->protocol_ie_id, tvb, pinfo, tree)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_ProtocolIEFieldPairSecondValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(pinfo);
return (dissector_try_uint(s1ap_ies_p2_dissector_table, s1ap_data->protocol_ie_id, tvb, pinfo, tree)) ? tvb_captured_length(tvb) : 0;
}
*/
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
s1ap_ctx_t s1ap_ctx;
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(pinfo);
s1ap_ctx.message_type = s1ap_data->message_type;
s1ap_ctx.ProcedureCode = s1ap_data->procedure_code;
s1ap_ctx.ProtocolIE_ID = s1ap_data->protocol_ie_id;
s1ap_ctx.ProtocolExtensionID = s1ap_data->protocol_extension_id;
return (dissector_try_uint_new(s1ap_extension_dissector_table, s1ap_data->protocol_extension_id, tvb, pinfo, tree, FALSE, &s1ap_ctx)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(pinfo);
return (dissector_try_uint_new(s1ap_proc_imsg_dissector_table, s1ap_data->procedure_code, tvb, pinfo, tree, FALSE, data)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(pinfo);
return (dissector_try_uint_new(s1ap_proc_sout_dissector_table, s1ap_data->procedure_code, tvb, pinfo, tree, FALSE, data)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(pinfo);
return (dissector_try_uint_new(s1ap_proc_uout_dissector_table, s1ap_data->procedure_code, tvb, pinfo, tree, FALSE, data)) ? tvb_captured_length(tvb) : 0;
}
static int
dissect_s1ap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U_)
{
proto_item *s1ap_item = NULL;
proto_tree *s1ap_tree = NULL;
conversation_t *conversation;
struct s1ap_private_data* s1ap_data;
/* make entry in the Protocol column on summary display */
col_set_str(pinfo->cinfo, COL_PROTOCOL, "S1AP");
col_clear(pinfo->cinfo, COL_INFO);
/* create the s1ap protocol tree */
s1ap_item = proto_tree_add_item(tree, proto_s1ap, tvb, 0, -1, ENC_NA);
s1ap_tree = proto_item_add_subtree(s1ap_item, ett_s1ap);
s1ap_data = s1ap_get_private_data(pinfo);
conversation = find_or_create_conversation(pinfo);
s1ap_data->s1ap_conv = (struct s1ap_conv_info *)conversation_get_proto_data(conversation, proto_s1ap);
if (!s1ap_data->s1ap_conv) {
s1ap_data->s1ap_conv = wmem_new(wmem_file_scope(), struct s1ap_conv_info);
s1ap_data->s1ap_conv->nbiot_ta = wmem_map_new(wmem_file_scope(), wmem_int64_hash, g_int64_equal);
s1ap_data->s1ap_conv->nbiot_enb_ue_s1ap_id = wmem_tree_new(wmem_file_scope());
conversation_add_proto_data(conversation, proto_s1ap, s1ap_data->s1ap_conv);
}
dissect_S1AP_PDU_PDU(tvb, pinfo, s1ap_tree, NULL);
return tvb_captured_length(tvb);
}
/*--- proto_reg_handoff_s1ap ---------------------------------------*/
void
proto_reg_handoff_s1ap(void)
{
gcsna_handle = find_dissector_add_dependency("gcsna", proto_s1ap);
nas_eps_handle = find_dissector_add_dependency("nas-eps", proto_s1ap);
lppa_handle = find_dissector_add_dependency("lppa", proto_s1ap);
bssgp_handle = find_dissector_add_dependency("bssgp", proto_s1ap);
lte_rrc_ue_radio_access_cap_info_handle = find_dissector_add_dependency("lte-rrc.ue_radio_access_cap_info", proto_s1ap);
lte_rrc_ue_radio_access_cap_info_nb_handle = find_dissector_add_dependency("lte-rrc.ue_radio_access_cap_info.nb", proto_s1ap);
nr_rrc_ue_radio_access_cap_info_handle = find_dissector_add_dependency("nr-rrc.ue_radio_access_cap_info", proto_s1ap);
lte_rrc_ue_radio_paging_info_handle = find_dissector_add_dependency("lte-rrc.ue_radio_paging_info", proto_s1ap);
lte_rrc_ue_radio_paging_info_nb_handle = find_dissector_add_dependency("lte-rrc.ue_radio_paging_info.nb", proto_s1ap);
nr_rrc_ue_radio_paging_info_handle = find_dissector_add_dependency("nr-rrc.ue_radio_paging_info", proto_s1ap);
dissector_add_uint("sctp.ppi", S1AP_PAYLOAD_PROTOCOL_ID, s1ap_handle);
dissector_add_uint_with_preference("sctp.port", SCTP_PORT_S1AP, s1ap_handle);
#include "packet-s1ap-dis-tab.c"
}
/*--- proto_register_s1ap -------------------------------------------*/
void proto_register_s1ap(void) {
/* List of fields */
static hf_register_info hf[] = {
{ &hf_s1ap_transportLayerAddressIPv4,
{ "transportLayerAddress(IPv4)", "s1ap.transportLayerAddressIPv4",
FT_IPv4, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_s1ap_transportLayerAddressIPv6,
{ "transportLayerAddress(IPv6)", "s1ap.transportLayerAddressIPv6",
FT_IPv6, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_s1ap_E_UTRAN_Trace_ID_TraceID,
{ "TraceID", "s1ap.E_UTRAN_Trace_ID.TraceID",
FT_UINT24, BASE_HEX, NULL, 0,
NULL, HFILL }},
{ &hf_s1ap_E_UTRAN_Trace_ID_TraceRecordingSessionReference,
{ "TraceRecordingSessionReference", "s1ap.E_UTRAN_Trace_ID.TraceRecordingSessionReference",
FT_UINT16, BASE_HEX, NULL, 0,
NULL, HFILL }},
{ &hf_s1ap_interfacesToTrace_S1_MME,
{ "S1-MME", "s1ap.interfacesToTrace.S1_MME",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_interfacesToTrace), 0x80,
NULL, HFILL }},
{ &hf_s1ap_interfacesToTrace_X2,
{ "X2", "s1ap.interfacesToTrace.X2",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_interfacesToTrace), 0x40,
NULL, HFILL }},
{ &hf_s1ap_interfacesToTrace_Uu,
{ "Uu", "s1ap.interfacesToTrace.Uu",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_interfacesToTrace), 0x20,
NULL, HFILL }},
{ &hf_s1ap_interfacesToTrace_F1_C,
{ "F1-C", "s1ap.interfacesToTrace.F1_C",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_interfacesToTrace), 0x10,
NULL, HFILL }},
{ &hf_s1ap_interfacesToTrace_E1,
{ "E1", "s1ap.interfacesToTrace.E1",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_interfacesToTrace), 0x08,
NULL, HFILL }},
{ &hf_s1ap_interfacesToTrace_Reserved,
{ "Reserved", "s1ap.interfacesToTrace.Reserved",
FT_UINT8, BASE_HEX, NULL, 0x07,
NULL, HFILL }},
{ &hf_s1ap_encryptionAlgorithms_EEA1,
{ "128-EEA1", "s1ap.encryptionAlgorithms.EEA1",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x8000,
NULL, HFILL }},
{ &hf_s1ap_encryptionAlgorithms_EEA2,
{ "128-EEA2", "s1ap.encryptionAlgorithms.EEA2",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x4000,
NULL, HFILL }},
{ &hf_s1ap_encryptionAlgorithms_EEA3,
{ "128-EEA3", "s1ap.encryptionAlgorithms.EEA3",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x2000,
NULL, HFILL }},
{ &hf_s1ap_encryptionAlgorithms_Reserved,
{ "Reserved", "s1ap.encryptionAlgorithms.Reserved",
FT_UINT16, BASE_HEX, NULL, 0x1fff,
NULL, HFILL }},
{ &hf_s1ap_integrityProtectionAlgorithms_EIA1,
{ "128-EIA1", "s1ap.integrityProtectionAlgorithms.EIA1",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x8000,
NULL, HFILL }},
{ &hf_s1ap_integrityProtectionAlgorithms_EIA2,
{ "128-EIA2", "s1ap.integrityProtectionAlgorithms.EIA2",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x4000,
NULL, HFILL }},
{ &hf_s1ap_integrityProtectionAlgorithms_EIA3,
{ "128-EIA3", "s1ap.integrityProtectionAlgorithms.EIA3",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x2000,
NULL, HFILL }},
{ &hf_s1ap_integrityProtectionAlgorithms_Reserved,
{ "Reserved", "s1ap.integrityProtectionAlgorithms.Reserved",
FT_UINT16, BASE_HEX, NULL, 0x1fff,
NULL, HFILL }},
{ &hf_s1ap_SerialNumber_gs,
{ "Geographical Scope", "s1ap.SerialNumber.gs",
FT_UINT16, BASE_DEC, VALS(s1ap_serialNumber_gs_vals), 0xc000,
NULL, HFILL }},
{ &hf_s1ap_SerialNumber_msg_code,
{ "Message Code", "s1ap.SerialNumber.msg_code",
FT_UINT16, BASE_DEC, NULL, 0x3ff0,
NULL, HFILL }},
{ &hf_s1ap_SerialNumber_upd_nb,
{ "Update Number", "s1ap.SerialNumber.upd_nb",
FT_UINT16, BASE_DEC, NULL, 0x000f,
NULL, HFILL }},
{ &hf_s1ap_WarningType_value,
{ "Warning Type Value", "s1ap.WarningType.value",
FT_UINT16, BASE_DEC, VALS(s1ap_warningType_vals), 0xfe00,
NULL, HFILL }},
{ &hf_s1ap_WarningType_emergency_user_alert,
{ "Emergency User Alert", "s1ap.WarningType.emergency_user_alert",
FT_BOOLEAN, 16, TFS(&tfs_yes_no), 0x0100,
NULL, HFILL }},
{ &hf_s1ap_WarningType_popup,
{ "Popup", "s1ap.WarningType.popup",
FT_BOOLEAN, 16, TFS(&tfs_yes_no), 0x0080,
NULL, HFILL }},
{ &hf_s1ap_WarningMessageContents_nb_pages,
{ "Number of Pages", "s1ap.WarningMessageContents.nb_pages",
FT_UINT8, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_s1ap_WarningMessageContents_decoded_page,
{ "Decoded Page", "s1ap.WarningMessageContents.decoded_page",
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_s1ap_measurementsToActivate_M1,
{ "M1", "s1ap.measurementsToActivate.M1",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_activate_do_not_activate), 0x80,
NULL, HFILL }},
{ &hf_s1ap_measurementsToActivate_M2,
{ "M2", "s1ap.measurementsToActivate.M2",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_activate_do_not_activate), 0x40,
NULL, HFILL }},
{ &hf_s1ap_measurementsToActivate_M3,
{ "M3", "s1ap.measurementsToActivate.M3",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_activate_do_not_activate), 0x20,
NULL, HFILL }},
{ &hf_s1ap_measurementsToActivate_M4,
{ "M4", "s1ap.measurementsToActivate.M4",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_activate_do_not_activate), 0x10,
NULL, HFILL }},
{ &hf_s1ap_measurementsToActivate_M5,
{ "M5", "s1ap.measurementsToActivate.M5",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_activate_do_not_activate), 0x08,
NULL, HFILL }},
{ &hf_s1ap_measurementsToActivate_LoggingM1FromEventTriggered,
{ "LoggingOfM1FromEventTriggeredMeasurementReports", "s1ap.measurementsToActivate.LoggingM1FromEventTriggered",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_activate_do_not_activate), 0x04,
NULL, HFILL }},
{ &hf_s1ap_measurementsToActivate_M6,
{ "M6", "s1ap.measurementsToActivate.M6",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_activate_do_not_activate), 0x02,
NULL, HFILL }},
{ &hf_s1ap_measurementsToActivate_M7,
{ "M7", "s1ap.measurementsToActivate.M7",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_activate_do_not_activate), 0x01,
NULL, HFILL }},
{ &hf_s1ap_MDT_Location_Info_GNSS,
{ "GNSS", "s1ap.MDT_Location_Info.GNSS",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_activate_do_not_activate), 0x80,
NULL, HFILL }},
{ &hf_s1ap_MDT_Location_Info_E_CID,
{ "E-CID", "s1ap.MDT_Location_Info.E_CID",
FT_BOOLEAN, 8, TFS(&s1ap_tfs_activate_do_not_activate), 0x40,
NULL, HFILL }},
{ &hf_s1ap_MDT_Location_Info_Reserved,
{ "Reserved", "s1ap.MDT_Location_Info.Reserved",
FT_UINT8, BASE_HEX, NULL, 0x3f,
NULL, HFILL }},
{ &hf_s1ap_NRencryptionAlgorithms_NEA1,
{ "128-NEA1", "s1ap.NRencryptionAlgorithms.NEA1",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x8000,
NULL, HFILL }},
{ &hf_s1ap_NRencryptionAlgorithms_NEA2,
{ "128-NEA2", "s1ap.NRencryptionAlgorithms.NEA2",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x4000,
NULL, HFILL }},
{ &hf_s1ap_NRencryptionAlgorithms_NEA3,
{ "128-NEA3", "s1ap.NRencryptionAlgorithms.NEA3",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x2000,
NULL, HFILL }},
{ &hf_s1ap_NRencryptionAlgorithms_Reserved,
{ "Reserved", "s1ap.NRencryptionAlgorithms.Reserved",
FT_UINT16, BASE_HEX, NULL, 0x1fff,
NULL, HFILL }},
{ &hf_s1ap_NRintegrityProtectionAlgorithms_NIA1,
{ "128-NIA1", "s1ap.NRintegrityProtectionAlgorithms.NIA1",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x8000,
NULL, HFILL }},
{ &hf_s1ap_NRintegrityProtectionAlgorithms_NIA2,
{ "128-NIA2", "s1ap.NRintegrityProtectionAlgorithms.NIA2",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x4000,
NULL, HFILL }},
{ &hf_s1ap_NRintegrityProtectionAlgorithms_NIA3,
{ "128-NIA3", "s1ap.NRintegrityProtectionAlgorithms.NIA3",
FT_BOOLEAN, 16, TFS(&tfs_supported_not_supported), 0x2000,
NULL, HFILL }},
{ &hf_s1ap_NRintegrityProtectionAlgorithms_Reserved,
{ "Reserved", "s1ap.NRintegrityProtectionAlgorithms.Reserved",
FT_UINT16, BASE_HEX, NULL, 0x1fff,
NULL, HFILL }},
{ &hf_s1ap_UE_Application_Layer_Measurement_Capability_QoE_Measurement_for_streaming_service,
{ "QoE Measurement for streaming service", "s1ap.UE_Application_Layer_Measurement_Capability.QoE_Measurement_for_streaming_service",
FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x80,
NULL, HFILL }},
{ &hf_s1ap_UE_Application_Layer_Measurement_Capability_QoE_Measurement_for_MTSI_service,
{ "QoE Measurement for MTSI service", "s1ap.UE_Application_Layer_Measurement_Capability.QoE_Measurement_for_MTSI_service",
FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x40,
NULL, HFILL }},
{ &hf_s1ap_UE_Application_Layer_Measurement_Capability_Reserved,
{ "Reserved", "s1ap.UE_Application_Layer_Measurement_Capability.Reserved",
FT_UINT8, BASE_HEX, NULL, 0x3f,
NULL, HFILL }},
{ &hf_s1ap_rAT_RestrictionInformation_LEO,
{ "LEO", "s1ap.rAT_RestrictionInformation.LEO",
FT_BOOLEAN, 8, TFS(&tfs_restricted_not_restricted), 0x80,
NULL, HFILL }},
{ &hf_s1ap_rAT_RestrictionInformation_MEO,
{ "MEO", "s1ap.rAT_RestrictionInformation.MEO",
FT_BOOLEAN, 8, TFS(&tfs_restricted_not_restricted), 0x40,
NULL, HFILL }},
{ &hf_s1ap_rAT_RestrictionInformation_GEO,
{ "GEO", "s1ap.rAT_RestrictionInformation.GEO",
FT_BOOLEAN, 8, TFS(&tfs_restricted_not_restricted), 0x20,
NULL, HFILL }},
{ &hf_s1ap_rAT_RestrictionInformation_OTHERSAT,
{ "OTHERSAT", "s1ap.rAT_RestrictionInformation.OTHERSAT",
FT_BOOLEAN, 8, TFS(&tfs_restricted_not_restricted), 0x10,
NULL, HFILL }},
{ &hf_s1ap_rAT_RestrictionInformation_Reserved,
{ "Reserved", "s1ap.rAT_RestrictionInformation.Reserved",
FT_UINT8, BASE_HEX, NULL, 0x0f,
NULL, HFILL }},
#include "packet-s1ap-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_s1ap,
&ett_s1ap_TransportLayerAddress,
&ett_s1ap_ToTargetTransparentContainer,
&ett_s1ap_ToSourceTransparentContainer,
&ett_s1ap_RRCContainer,
&ett_s1ap_UERadioCapability,
&ett_s1ap_RIMInformation,
&ett_s1ap_Cdma2000PDU,
&ett_s1ap_Cdma2000SectorID,
&ett_s1ap_UERadioPagingInformation,
&ett_s1ap_UE_HistoryInformationFromTheUE,
&ett_s1ap_CELevel,
&ett_s1ap_UE_RLF_Report_Container,
&ett_s1ap_UE_RLF_Report_Container_for_extended_bands,
&ett_s1ap_S1_Message,
&ett_s1ap_E_UTRAN_Trace_ID,
&ett_s1ap_InterfacesToTrace,
&ett_s1ap_EncryptionAlgorithms,
&ett_s1ap_IntegrityProtectionAlgorithms,
&ett_s1ap_LastVisitedNGRANCellInformation,
&ett_s1ap_LastVisitedUTRANCellInformation,
&ett_s1ap_SerialNumber,
&ett_s1ap_WarningType,
&ett_s1ap_DataCodingScheme,
&ett_s1ap_WarningMessageContents,
&ett_s1ap_MSClassmark,
&ett_s1ap_MeasurementsToActivate,
&ett_s1ap_MDT_Location_Info,
&ett_s1ap_IMSI,
&ett_s1ap_NASSecurityParameters,
&ett_s1ap_NRencryptionAlgorithms,
&ett_s1ap_NRintegrityProtectionAlgorithms,
&ett_s1ap_UE_Application_Layer_Measurement_Capability,
&ett_s1ap_sMTC,
&ett_s1ap_threshRS_Index_r15,
&ett_s1ap_sSBToMeasure,
&ett_s1ap_sSRSSIMeasurement,
&ett_s1ap_quantityConfigNR_R15,
&ett_s1ap_excludedCellsToAddModList,
&ett_s1ap_NB_IoT_RLF_Report_Container,
&ett_s1ap_MDT_ConfigurationNR,
&ett_s1ap_IntersystemSONConfigurationTransfer,
&ett_s1ap_rAT_RestrictionInformation,
#include "packet-s1ap-ettarr.c"
};
static ei_register_info ei[] = {
{ &ei_s1ap_number_pages_le15, { "s1ap.number_pages_le15", PI_MALFORMED, PI_ERROR, "Number of pages should be <=15", EXPFILL }}
};
module_t *s1ap_module;
expert_module_t* expert_s1ap;
/* Register protocol */
proto_s1ap = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_s1ap, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
expert_s1ap = expert_register_protocol(proto_s1ap);
expert_register_field_array(expert_s1ap, ei, array_length(ei));
/* Register dissector */
s1ap_handle = register_dissector("s1ap", dissect_s1ap, proto_s1ap);
/* Register dissector tables */
s1ap_ies_dissector_table = register_dissector_table("s1ap.ies", "S1AP-PROTOCOL-IES", proto_s1ap, FT_UINT32, BASE_DEC);
s1ap_ies_p1_dissector_table = register_dissector_table("s1ap.ies.pair.first", "S1AP-PROTOCOL-IES-PAIR FirstValue", proto_s1ap, FT_UINT32, BASE_DEC);
s1ap_ies_p2_dissector_table = register_dissector_table("s1ap.ies.pair.second", "S1AP-PROTOCOL-IES-PAIR SecondValue", proto_s1ap, FT_UINT32, BASE_DEC);
s1ap_extension_dissector_table = register_dissector_table("s1ap.extension", "S1AP-PROTOCOL-EXTENSION", proto_s1ap, FT_UINT32, BASE_DEC);
s1ap_proc_imsg_dissector_table = register_dissector_table("s1ap.proc.imsg", "S1AP-ELEMENTARY-PROCEDURE InitiatingMessage", proto_s1ap, FT_UINT32, BASE_DEC);
s1ap_proc_sout_dissector_table = register_dissector_table("s1ap.proc.sout", "S1AP-ELEMENTARY-PROCEDURE SuccessfulOutcome", proto_s1ap, FT_UINT32, BASE_DEC);
s1ap_proc_uout_dissector_table = register_dissector_table("s1ap.proc.uout", "S1AP-ELEMENTARY-PROCEDURE UnsuccessfulOutcome", proto_s1ap, FT_UINT32, BASE_DEC);
/* Register configuration options for ports */
s1ap_module = prefs_register_protocol(proto_s1ap, NULL);
prefs_register_bool_preference(s1ap_module, "dissect_container", "Dissect TransparentContainer", "Dissect TransparentContainers that are opaque to S1AP", &g_s1ap_dissect_container);
prefs_register_enum_preference(s1ap_module, "dissect_lte_container_as", "Dissect LTE TransparentContainer as",
"Select whether LTE TransparentContainer should be dissected as NB-IOT or legacy LTE",
&g_s1ap_dissect_lte_container_as, s1ap_lte_container_vals, FALSE);
}
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 2
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=2 tabstop=8 expandtab:
* :indentSize=2:tabSize=8:noTabs=true:
*/ |
C/C++ | wireshark/epan/dissectors/asn1/s1ap/packet-s1ap-template.h | /* packet-s1ap.h
* Routines for E-UTRAN S1 Application Protocol (S1AP) packet dissection
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_S1AP_H
#define PACKET_S1AP_H
typedef struct _s1ap_ctx_t {
guint32 message_type;
guint32 ProcedureCode;
guint32 ProtocolIE_ID;
guint32 ProtocolExtensionID;
} s1ap_ctx_t;
extern const value_string s1ap_warningType_vals[];
extern const value_string s1ap_serialNumber_gs_vals[];
void dissect_s1ap_warningMessageContents(tvbuff_t *warning_msg_tvb, proto_tree *tree, packet_info *pinfo, guint8 dcs, int hf_nb_pages, int hf_decoded_page);
#include "packet-s1ap-exp.h"
#endif /* PACKET_S1AP_H */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 2
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=2 tabstop=8 expandtab:
* :indentSize=2:tabSize=8:noTabs=true:
*/ |
ASN.1 | wireshark/epan/dissectors/asn1/s1ap/S1AP-CommonDataTypes.asn | -- 3GPP TS 36.413 V17.5.0 (2023-06)
-- 9.3.5 Common Definitions
-- **************************************************************
--
-- Common definitions
--
-- **************************************************************
S1AP-CommonDataTypes {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) s1ap (1) version1 (1) s1ap-CommonDataTypes (3) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
Criticality ::= ENUMERATED { reject, ignore, notify }
Presence ::= ENUMERATED { optional, conditional, mandatory }
PrivateIE-ID ::= CHOICE {
local INTEGER (0..65535),
global OBJECT IDENTIFIER
}
ProcedureCode ::= INTEGER (0..255)
ProtocolExtensionID ::= INTEGER (0..65535)
ProtocolIE-ID ::= INTEGER (0..65535)
TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessfull-outcome }
END |
ASN.1 | wireshark/epan/dissectors/asn1/s1ap/S1AP-Constants.asn | -- 3GPP TS 36.413 V17.5.0 (2023-06)
-- 9.3.6 Constant Definitions
-- **************************************************************
--
-- Constant definitions
--
-- **************************************************************
S1AP-Constants {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) s1ap (1) version1 (1) s1ap-Constants (4) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
ProcedureCode,
ProtocolIE-ID
FROM S1AP-CommonDataTypes;
-- **************************************************************
--
-- Elementary Procedures
--
-- **************************************************************
id-HandoverPreparation ProcedureCode ::= 0
id-HandoverResourceAllocation ProcedureCode ::= 1
id-HandoverNotification ProcedureCode ::= 2
id-PathSwitchRequest ProcedureCode ::= 3
id-HandoverCancel ProcedureCode ::= 4
id-E-RABSetup ProcedureCode ::= 5
id-E-RABModify ProcedureCode ::= 6
id-E-RABRelease ProcedureCode ::= 7
id-E-RABReleaseIndication ProcedureCode ::= 8
id-InitialContextSetup ProcedureCode ::= 9
id-Paging ProcedureCode ::= 10
id-downlinkNASTransport ProcedureCode ::= 11
id-initialUEMessage ProcedureCode ::= 12
id-uplinkNASTransport ProcedureCode ::= 13
id-Reset ProcedureCode ::= 14
id-ErrorIndication ProcedureCode ::= 15
id-NASNonDeliveryIndication ProcedureCode ::= 16
id-S1Setup ProcedureCode ::= 17
id-UEContextReleaseRequest ProcedureCode ::= 18
id-DownlinkS1cdma2000tunnelling ProcedureCode ::= 19
id-UplinkS1cdma2000tunnelling ProcedureCode ::= 20
id-UEContextModification ProcedureCode ::= 21
id-UECapabilityInfoIndication ProcedureCode ::= 22
id-UEContextRelease ProcedureCode ::= 23
id-eNBStatusTransfer ProcedureCode ::= 24
id-MMEStatusTransfer ProcedureCode ::= 25
id-DeactivateTrace ProcedureCode ::= 26
id-TraceStart ProcedureCode ::= 27
id-TraceFailureIndication ProcedureCode ::= 28
id-ENBConfigurationUpdate ProcedureCode ::= 29
id-MMEConfigurationUpdate ProcedureCode ::= 30
id-LocationReportingControl ProcedureCode ::= 31
id-LocationReportingFailureIndication ProcedureCode ::= 32
id-LocationReport ProcedureCode ::= 33
id-OverloadStart ProcedureCode ::= 34
id-OverloadStop ProcedureCode ::= 35
id-WriteReplaceWarning ProcedureCode ::= 36
id-eNBDirectInformationTransfer ProcedureCode ::= 37
id-MMEDirectInformationTransfer ProcedureCode ::= 38
id-PrivateMessage ProcedureCode ::= 39
id-eNBConfigurationTransfer ProcedureCode ::= 40
id-MMEConfigurationTransfer ProcedureCode ::= 41
id-CellTrafficTrace ProcedureCode ::= 42
id-Kill ProcedureCode ::= 43
id-downlinkUEAssociatedLPPaTransport ProcedureCode ::= 44
id-uplinkUEAssociatedLPPaTransport ProcedureCode ::= 45
id-downlinkNonUEAssociatedLPPaTransport ProcedureCode ::= 46
id-uplinkNonUEAssociatedLPPaTransport ProcedureCode ::= 47
id-UERadioCapabilityMatch ProcedureCode ::= 48
id-PWSRestartIndication ProcedureCode ::= 49
id-E-RABModificationIndication ProcedureCode ::= 50
id-PWSFailureIndication ProcedureCode ::= 51
id-RerouteNASRequest ProcedureCode ::= 52
id-UEContextModificationIndication ProcedureCode ::= 53
id-ConnectionEstablishmentIndication ProcedureCode ::= 54
id-UEContextSuspend ProcedureCode ::= 55
id-UEContextResume ProcedureCode ::= 56
id-NASDeliveryIndication ProcedureCode ::= 57
id-RetrieveUEInformation ProcedureCode ::= 58
id-UEInformationTransfer ProcedureCode ::= 59
id-eNBCPRelocationIndication ProcedureCode ::= 60
id-MMECPRelocationIndication ProcedureCode ::= 61
id-SecondaryRATDataUsageReport ProcedureCode ::= 62
id-UERadioCapabilityIDMapping ProcedureCode ::= 63
id-HandoverSuccess ProcedureCode ::= 64
id-eNBEarlyStatusTransfer ProcedureCode ::= 65
id-MMEEarlyStatusTransfer ProcedureCode ::= 66
-- **************************************************************
--
-- Extension constants
--
-- **************************************************************
maxPrivateIEs INTEGER ::= 65535
maxProtocolExtensions INTEGER ::= 65535
maxProtocolIEs INTEGER ::= 65535
-- **************************************************************
--
-- Lists
--
-- **************************************************************
maxnoofCSGs INTEGER ::= 256
maxnoofE-RABs INTEGER ::= 256
maxnoofTAIs INTEGER ::= 256
maxnoofTACs INTEGER ::= 256
maxnoofErrors INTEGER ::= 256
maxnoofBPLMNs INTEGER ::= 6
maxnoofPLMNsPerMME INTEGER ::= 32
maxnoofEPLMNs INTEGER ::= 15
maxnoofEPLMNsPlusOne INTEGER ::= 16
maxnoofForbLACs INTEGER ::= 4096
maxnoofForbTACs INTEGER ::= 4096
maxnoofIndividualS1ConnectionsToReset INTEGER ::= 256
maxnoofCellsinUEHistoryInfo INTEGER ::= 16
maxnoofCellsineNB INTEGER ::= 256
maxnoofTAIforWarning INTEGER ::= 65535
maxnoofCellID INTEGER ::= 65535
maxnoofDCNs INTEGER ::= 32
maxnoofEmergencyAreaID INTEGER ::= 65535
maxnoofCellinTAI INTEGER ::= 65535
maxnoofCellinEAI INTEGER ::= 65535
maxnoofeNBX2TLAs INTEGER ::= 2
maxnoofeNBX2ExtTLAs INTEGER ::= 16
maxnoofeNBX2GTPTLAs INTEGER ::= 16
maxnoofRATs INTEGER ::= 8
maxnoofGroupIDs INTEGER ::= 65535
maxnoofMMECs INTEGER ::= 256
maxnoofCellIDforMDT INTEGER ::= 32
maxnoofTAforMDT INTEGER ::= 8
maxnoofMDTPLMNs INTEGER ::= 16
maxnoofCellsforRestart INTEGER ::= 256
maxnoofRestartTAIs INTEGER ::= 2048
maxnoofRestartEmergencyAreaIDs INTEGER ::= 256
maxEARFCN INTEGER ::= 262143
maxnoofMBSFNAreaMDT INTEGER ::= 8
maxnoofRecommendedCells INTEGER ::= 16
maxnoofRecommendedENBs INTEGER ::= 16
maxnooftimeperiods INTEGER ::= 2
maxnoofCellIDforQMC INTEGER ::= 32
maxnoofTAforQMC INTEGER ::= 8
maxnoofPLMNforQMC INTEGER ::= 16
maxnoofBluetoothName INTEGER ::= 4
maxnoofWLANName INTEGER ::= 4
maxnoofConnectedengNBs INTEGER ::= 256
maxnoofPC5QoSFlows INTEGER ::= 2048
maxnooffrequencies INTEGER ::= 64
maxNARFCN INTEGER ::= 3279165
maxRS-IndexCellQual INTEGER ::= 16
maxnoofPSCellsPerPrimaryCellinUEHistoryInfo INTEGER ::= 8
maxnoofTACsInNTN INTEGER ::= 12
maxnoofSensorName INTEGER ::= 3
-- **************************************************************
--
-- IEs
--
-- **************************************************************
id-MME-UE-S1AP-ID ProtocolIE-ID ::= 0
id-HandoverType ProtocolIE-ID ::= 1
id-Cause ProtocolIE-ID ::= 2
id-SourceID ProtocolIE-ID ::= 3
id-TargetID ProtocolIE-ID ::= 4
--WS extension
id-Unknown-5 ProtocolIE-ID ::= 5
id-Unknown-6 ProtocolIE-ID ::= 6
id-Unknown-7 ProtocolIE-ID ::= 7
id-eNB-UE-S1AP-ID ProtocolIE-ID ::= 8
--WS extension
id-Unknown-9 ProtocolIE-ID ::= 9
id-Unknown-10 ProtocolIE-ID ::= 10
id-Unknown-11 ProtocolIE-ID ::= 11
id-E-RABSubjecttoDataForwardingList ProtocolIE-ID ::= 12
id-E-RABtoReleaseListHOCmd ProtocolIE-ID ::= 13
id-E-RABDataForwardingItem ProtocolIE-ID ::= 14
id-E-RABReleaseItemBearerRelComp ProtocolIE-ID ::= 15
id-E-RABToBeSetupListBearerSUReq ProtocolIE-ID ::= 16
id-E-RABToBeSetupItemBearerSUReq ProtocolIE-ID ::= 17
id-E-RABAdmittedList ProtocolIE-ID ::= 18
id-E-RABFailedToSetupListHOReqAck ProtocolIE-ID ::= 19
id-E-RABAdmittedItem ProtocolIE-ID ::= 20
id-E-RABFailedtoSetupItemHOReqAck ProtocolIE-ID ::= 21
id-E-RABToBeSwitchedDLList ProtocolIE-ID ::= 22
id-E-RABToBeSwitchedDLItem ProtocolIE-ID ::= 23
id-E-RABToBeSetupListCtxtSUReq ProtocolIE-ID ::= 24
id-TraceActivation ProtocolIE-ID ::= 25
id-NAS-PDU ProtocolIE-ID ::= 26
id-E-RABToBeSetupItemHOReq ProtocolIE-ID ::= 27
id-E-RABSetupListBearerSURes ProtocolIE-ID ::= 28
id-E-RABFailedToSetupListBearerSURes ProtocolIE-ID ::= 29
id-E-RABToBeModifiedListBearerModReq ProtocolIE-ID ::= 30
id-E-RABModifyListBearerModRes ProtocolIE-ID ::= 31
id-E-RABFailedToModifyList ProtocolIE-ID ::= 32
id-E-RABToBeReleasedList ProtocolIE-ID ::= 33
id-E-RABFailedToReleaseList ProtocolIE-ID ::= 34
id-E-RABItem ProtocolIE-ID ::= 35
id-E-RABToBeModifiedItemBearerModReq ProtocolIE-ID ::= 36
id-E-RABModifyItemBearerModRes ProtocolIE-ID ::= 37
id-E-RABReleaseItem ProtocolIE-ID ::= 38
id-E-RABSetupItemBearerSURes ProtocolIE-ID ::= 39
id-SecurityContext ProtocolIE-ID ::= 40
id-HandoverRestrictionList ProtocolIE-ID ::= 41
--WS extension
id-Unknown-42 ProtocolIE-ID ::= 42
id-UEPagingID ProtocolIE-ID ::= 43
id-pagingDRX ProtocolIE-ID ::= 44
--WS extension
id-Unknown-45 ProtocolIE-ID ::= 45
id-TAIList ProtocolIE-ID ::= 46
id-TAIItem ProtocolIE-ID ::= 47
id-E-RABFailedToSetupListCtxtSURes ProtocolIE-ID ::= 48
id-E-RABReleaseItemHOCmd ProtocolIE-ID ::= 49
id-E-RABSetupItemCtxtSURes ProtocolIE-ID ::= 50
id-E-RABSetupListCtxtSURes ProtocolIE-ID ::= 51
id-E-RABToBeSetupItemCtxtSUReq ProtocolIE-ID ::= 52
id-E-RABToBeSetupListHOReq ProtocolIE-ID ::= 53
--WS extension
id-Unknown-54 ProtocolIE-ID ::= 54
id-GERANtoLTEHOInformationRes ProtocolIE-ID ::= 55
--WS extension
id-Unknown-56 ProtocolIE-ID ::= 56
id-UTRANtoLTEHOInformationRes ProtocolIE-ID ::= 57
id-CriticalityDiagnostics ProtocolIE-ID ::= 58
id-Global-ENB-ID ProtocolIE-ID ::= 59
id-eNBname ProtocolIE-ID ::= 60
id-MMEname ProtocolIE-ID ::= 61
--WS extension
id-Unknown-62 ProtocolIE-ID ::= 62
id-ServedPLMNs ProtocolIE-ID ::= 63
id-SupportedTAs ProtocolIE-ID ::= 64
id-TimeToWait ProtocolIE-ID ::= 65
id-uEaggregateMaximumBitrate ProtocolIE-ID ::= 66
id-TAI ProtocolIE-ID ::= 67
--WS extension
id-Unknown-68 ProtocolIE-ID ::= 68
id-E-RABReleaseListBearerRelComp ProtocolIE-ID ::= 69
id-cdma2000PDU ProtocolIE-ID ::= 70
id-cdma2000RATType ProtocolIE-ID ::= 71
id-cdma2000SectorID ProtocolIE-ID ::= 72
id-SecurityKey ProtocolIE-ID ::= 73
id-UERadioCapability ProtocolIE-ID ::= 74
id-GUMMEI-ID ProtocolIE-ID ::= 75
--WS extension
id-Unknown-76 ProtocolIE-ID ::= 76
id-Unknown-77 ProtocolIE-ID ::= 77
id-E-RABInformationListItem ProtocolIE-ID ::= 78
id-Direct-Forwarding-Path-Availability ProtocolIE-ID ::= 79
id-UEIdentityIndexValue ProtocolIE-ID ::= 80
--WS extension
id-Unknown-81 ProtocolIE-ID ::= 81
id-Unknown-82 ProtocolIE-ID ::= 82
id-cdma2000HOStatus ProtocolIE-ID ::= 83
id-cdma2000HORequiredIndication ProtocolIE-ID ::= 84
--WS extension
id-Unknown-85 ProtocolIE-ID ::= 85
id-E-UTRAN-Trace-ID ProtocolIE-ID ::= 86
id-RelativeMMECapacity ProtocolIE-ID ::= 87
id-SourceMME-UE-S1AP-ID ProtocolIE-ID ::= 88
id-Bearers-SubjectToStatusTransfer-Item ProtocolIE-ID ::= 89
id-eNB-StatusTransfer-TransparentContainer ProtocolIE-ID ::= 90
id-UE-associatedLogicalS1-ConnectionItem ProtocolIE-ID ::= 91
id-ResetType ProtocolIE-ID ::= 92
id-UE-associatedLogicalS1-ConnectionListResAck ProtocolIE-ID ::= 93
id-E-RABToBeSwitchedULItem ProtocolIE-ID ::= 94
id-E-RABToBeSwitchedULList ProtocolIE-ID ::= 95
id-S-TMSI ProtocolIE-ID ::= 96
id-cdma2000OneXRAND ProtocolIE-ID ::= 97
id-RequestType ProtocolIE-ID ::= 98
id-UE-S1AP-IDs ProtocolIE-ID ::= 99
id-EUTRAN-CGI ProtocolIE-ID ::= 100
id-OverloadResponse ProtocolIE-ID ::= 101
id-cdma2000OneXSRVCCInfo ProtocolIE-ID ::= 102
id-E-RABFailedToBeReleasedList ProtocolIE-ID ::= 103
id-Source-ToTarget-TransparentContainer ProtocolIE-ID ::= 104
id-ServedGUMMEIs ProtocolIE-ID ::= 105
id-SubscriberProfileIDforRFP ProtocolIE-ID ::= 106
id-UESecurityCapabilities ProtocolIE-ID ::= 107
id-CSFallbackIndicator ProtocolIE-ID ::= 108
id-CNDomain ProtocolIE-ID ::= 109
id-E-RABReleasedList ProtocolIE-ID ::= 110
id-MessageIdentifier ProtocolIE-ID ::= 111
id-SerialNumber ProtocolIE-ID ::= 112
id-WarningAreaList ProtocolIE-ID ::= 113
id-RepetitionPeriod ProtocolIE-ID ::= 114
id-NumberofBroadcastRequest ProtocolIE-ID ::= 115
id-WarningType ProtocolIE-ID ::= 116
id-WarningSecurityInfo ProtocolIE-ID ::= 117
id-DataCodingScheme ProtocolIE-ID ::= 118
id-WarningMessageContents ProtocolIE-ID ::= 119
id-BroadcastCompletedAreaList ProtocolIE-ID ::= 120
id-Inter-SystemInformationTransferTypeEDT ProtocolIE-ID ::= 121
id-Inter-SystemInformationTransferTypeMDT ProtocolIE-ID ::= 122
id-Target-ToSource-TransparentContainer ProtocolIE-ID ::= 123
id-SRVCCOperationPossible ProtocolIE-ID ::= 124
id-SRVCCHOIndication ProtocolIE-ID ::= 125
id-NAS-DownlinkCount ProtocolIE-ID ::= 126
id-CSG-Id ProtocolIE-ID ::= 127
id-CSG-IdList ProtocolIE-ID ::= 128
id-SONConfigurationTransferECT ProtocolIE-ID ::= 129
id-SONConfigurationTransferMCT ProtocolIE-ID ::= 130
id-TraceCollectionEntityIPAddress ProtocolIE-ID ::= 131
id-MSClassmark2 ProtocolIE-ID ::= 132
id-MSClassmark3 ProtocolIE-ID ::= 133
id-RRC-Establishment-Cause ProtocolIE-ID ::= 134
id-NASSecurityParametersfromE-UTRAN ProtocolIE-ID ::= 135
id-NASSecurityParameterstoE-UTRAN ProtocolIE-ID ::= 136
id-DefaultPagingDRX ProtocolIE-ID ::= 137
id-Source-ToTarget-TransparentContainer-Secondary ProtocolIE-ID ::= 138
id-Target-ToSource-TransparentContainer-Secondary ProtocolIE-ID ::= 139
id-EUTRANRoundTripDelayEstimationInfo ProtocolIE-ID ::= 140
id-BroadcastCancelledAreaList ProtocolIE-ID ::= 141
id-ConcurrentWarningMessageIndicator ProtocolIE-ID ::= 142
id-Data-Forwarding-Not-Possible ProtocolIE-ID ::= 143
id-ExtendedRepetitionPeriod ProtocolIE-ID ::= 144
id-CellAccessMode ProtocolIE-ID ::= 145
id-CSGMembershipStatus ProtocolIE-ID ::= 146
id-LPPa-PDU ProtocolIE-ID ::= 147
id-Routing-ID ProtocolIE-ID ::= 148
id-Time-Synchronisation-Info ProtocolIE-ID ::= 149
id-PS-ServiceNotAvailable ProtocolIE-ID ::= 150
id-PagingPriority ProtocolIE-ID ::= 151
id-x2TNLConfigurationInfo ProtocolIE-ID ::= 152
id-eNBX2ExtendedTransportLayerAddresses ProtocolIE-ID ::= 153
id-GUMMEIList ProtocolIE-ID ::= 154
id-GW-TransportLayerAddress ProtocolIE-ID ::= 155
id-Correlation-ID ProtocolIE-ID ::= 156
id-SourceMME-GUMMEI ProtocolIE-ID ::= 157
id-MME-UE-S1AP-ID-2 ProtocolIE-ID ::= 158
id-RegisteredLAI ProtocolIE-ID ::= 159
id-RelayNode-Indicator ProtocolIE-ID ::= 160
id-TrafficLoadReductionIndication ProtocolIE-ID ::= 161
id-MDTConfiguration ProtocolIE-ID ::= 162
id-MMERelaySupportIndicator ProtocolIE-ID ::= 163
id-GWContextReleaseIndication ProtocolIE-ID ::= 164
id-ManagementBasedMDTAllowed ProtocolIE-ID ::= 165
id-PrivacyIndicator ProtocolIE-ID ::= 166
id-Time-UE-StayedInCell-EnhancedGranularity ProtocolIE-ID ::= 167
id-HO-Cause ProtocolIE-ID ::= 168
id-VoiceSupportMatchIndicator ProtocolIE-ID ::= 169
id-GUMMEIType ProtocolIE-ID ::= 170
id-M3Configuration ProtocolIE-ID ::= 171
id-M4Configuration ProtocolIE-ID ::= 172
id-M5Configuration ProtocolIE-ID ::= 173
id-MDT-Location-Info ProtocolIE-ID ::= 174
id-MobilityInformation ProtocolIE-ID ::= 175
id-Tunnel-Information-for-BBF ProtocolIE-ID ::= 176
id-ManagementBasedMDTPLMNList ProtocolIE-ID ::= 177
id-SignallingBasedMDTPLMNList ProtocolIE-ID ::= 178
id-ULCOUNTValueExtended ProtocolIE-ID ::= 179
id-DLCOUNTValueExtended ProtocolIE-ID ::= 180
id-ReceiveStatusOfULPDCPSDUsExtended ProtocolIE-ID ::= 181
id-ECGIListForRestart ProtocolIE-ID ::= 182
id-SIPTO-Correlation-ID ProtocolIE-ID ::= 183
id-SIPTO-L-GW-TransportLayerAddress ProtocolIE-ID ::= 184
id-TransportInformation ProtocolIE-ID ::= 185
id-LHN-ID ProtocolIE-ID ::= 186
id-AdditionalCSFallbackIndicator ProtocolIE-ID ::= 187
id-TAIListForRestart ProtocolIE-ID ::= 188
id-UserLocationInformation ProtocolIE-ID ::= 189
id-EmergencyAreaIDListForRestart ProtocolIE-ID ::= 190
id-KillAllWarningMessages ProtocolIE-ID ::= 191
id-Masked-IMEISV ProtocolIE-ID ::= 192
id-eNBIndirectX2TransportLayerAddresses ProtocolIE-ID ::= 193
id-uE-HistoryInformationFromTheUE ProtocolIE-ID ::= 194
id-ProSeAuthorized ProtocolIE-ID ::= 195
id-ExpectedUEBehaviour ProtocolIE-ID ::= 196
id-LoggedMBSFNMDT ProtocolIE-ID ::= 197
id-UERadioCapabilityForPaging ProtocolIE-ID ::= 198
id-E-RABToBeModifiedListBearerModInd ProtocolIE-ID ::= 199
id-E-RABToBeModifiedItemBearerModInd ProtocolIE-ID ::= 200
id-E-RABNotToBeModifiedListBearerModInd ProtocolIE-ID ::= 201
id-E-RABNotToBeModifiedItemBearerModInd ProtocolIE-ID ::= 202
id-E-RABModifyListBearerModConf ProtocolIE-ID ::= 203
id-E-RABModifyItemBearerModConf ProtocolIE-ID ::= 204
id-E-RABFailedToModifyListBearerModConf ProtocolIE-ID ::= 205
id-SON-Information-Report ProtocolIE-ID ::= 206
id-Muting-Availability-Indication ProtocolIE-ID ::= 207
id-Muting-Pattern-Information ProtocolIE-ID ::= 208
id-Synchronisation-Information ProtocolIE-ID ::= 209
id-E-RABToBeReleasedListBearerModConf ProtocolIE-ID ::= 210
id-AssistanceDataForPaging ProtocolIE-ID ::= 211
id-CellIdentifierAndCELevelForCECapableUEs ProtocolIE-ID ::= 212
id-InformationOnRecommendedCellsAndENBsForPaging ProtocolIE-ID ::= 213
id-RecommendedCellItem ProtocolIE-ID ::= 214
id-RecommendedENBItem ProtocolIE-ID ::= 215
id-ProSeUEtoNetworkRelaying ProtocolIE-ID ::= 216
id-ULCOUNTValuePDCP-SNlength18 ProtocolIE-ID ::= 217
id-DLCOUNTValuePDCP-SNlength18 ProtocolIE-ID ::= 218
id-ReceiveStatusOfULPDCPSDUsPDCP-SNlength18 ProtocolIE-ID ::= 219
id-M6Configuration ProtocolIE-ID ::= 220
id-M7Configuration ProtocolIE-ID ::= 221
id-PWSfailedECGIList ProtocolIE-ID ::= 222
id-MME-Group-ID ProtocolIE-ID ::= 223
id-Additional-GUTI ProtocolIE-ID ::= 224
id-S1-Message ProtocolIE-ID ::= 225
id-CSGMembershipInfo ProtocolIE-ID ::= 226
id-Paging-eDRXInformation ProtocolIE-ID ::= 227
id-UE-RetentionInformation ProtocolIE-ID ::= 228
--WS extension
id-Unknown-229 ProtocolIE-ID ::= 229
id-UE-Usage-Type ProtocolIE-ID ::= 230
id-extended-UEIdentityIndexValue ProtocolIE-ID ::= 231
id-RAT-Type ProtocolIE-ID ::= 232
id-BearerType ProtocolIE-ID ::= 233
id-NB-IoT-DefaultPagingDRX ProtocolIE-ID ::= 234
id-E-RABFailedToResumeListResumeReq ProtocolIE-ID ::= 235
id-E-RABFailedToResumeItemResumeReq ProtocolIE-ID ::= 236
id-E-RABFailedToResumeListResumeRes ProtocolIE-ID ::= 237
id-E-RABFailedToResumeItemResumeRes ProtocolIE-ID ::= 238
id-NB-IoT-Paging-eDRXInformation ProtocolIE-ID ::= 239
id-V2XServicesAuthorized ProtocolIE-ID ::= 240
id-UEUserPlaneCIoTSupportIndicator ProtocolIE-ID ::= 241
id-CE-mode-B-SupportIndicator ProtocolIE-ID ::= 242
id-SRVCCOperationNotPossible ProtocolIE-ID ::= 243
id-NB-IoT-UEIdentityIndexValue ProtocolIE-ID ::= 244
id-RRC-Resume-Cause ProtocolIE-ID ::= 245
id-DCN-ID ProtocolIE-ID ::= 246
id-ServedDCNs ProtocolIE-ID ::= 247
id-UESidelinkAggregateMaximumBitrate ProtocolIE-ID ::= 248
id-DLNASPDUDeliveryAckRequest ProtocolIE-ID ::= 249
id-Coverage-Level ProtocolIE-ID ::= 250
id-EnhancedCoverageRestricted ProtocolIE-ID ::= 251
id-UE-Level-QoS-Parameters ProtocolIE-ID ::= 252
id-DL-CP-SecurityInformation ProtocolIE-ID ::= 253
id-UL-CP-SecurityInformation ProtocolIE-ID ::= 254
id-extended-e-RAB-MaximumBitrateDL ProtocolIE-ID ::= 255
id-extended-e-RAB-MaximumBitrateUL ProtocolIE-ID ::= 256
id-extended-e-RAB-GuaranteedBitrateDL ProtocolIE-ID ::= 257
id-extended-e-RAB-GuaranteedBitrateUL ProtocolIE-ID ::= 258
id-extended-uEaggregateMaximumBitRateDL ProtocolIE-ID ::= 259
id-extended-uEaggregateMaximumBitRateUL ProtocolIE-ID ::= 260
id-NRrestrictioninEPSasSecondaryRAT ProtocolIE-ID ::= 261
id-UEAppLayerMeasConfig ProtocolIE-ID ::= 262
id-UE-Application-Layer-Measurement-Capability ProtocolIE-ID ::= 263
id-SecondaryRATDataUsageReportList ProtocolIE-ID ::= 264
id-SecondaryRATDataUsageReportItem ProtocolIE-ID ::= 265
id-HandoverFlag ProtocolIE-ID ::= 266
id-E-RABUsageReportItem ProtocolIE-ID ::= 267
id-SecondaryRATDataUsageRequest ProtocolIE-ID ::= 268
id-NRUESecurityCapabilities ProtocolIE-ID ::= 269
id-UnlicensedSpectrumRestriction ProtocolIE-ID ::= 270
id-CE-ModeBRestricted ProtocolIE-ID ::= 271
id-LTE-M-Indication ProtocolIE-ID ::= 272
id-DownlinkPacketLossRate ProtocolIE-ID ::= 273
id-UplinkPacketLossRate ProtocolIE-ID ::= 274
id-UECapabilityInfoRequest ProtocolIE-ID ::= 275
id-serviceType ProtocolIE-ID ::= 276
id-AerialUEsubscriptionInformation ProtocolIE-ID ::= 277
id-Subscription-Based-UE-DifferentiationInfo ProtocolIE-ID ::= 278
--WS extension
id-Unknown-279 ProtocolIE-ID ::= 279
id-EndIndication ProtocolIE-ID ::= 280
id-EDT-Session ProtocolIE-ID ::= 281
id-CNTypeRestrictions ProtocolIE-ID ::= 282
id-PendingDataIndication ProtocolIE-ID ::= 283
id-BluetoothMeasurementConfiguration ProtocolIE-ID ::= 284
id-WLANMeasurementConfiguration ProtocolIE-ID ::= 285
id-WarningAreaCoordinates ProtocolIE-ID ::= 286
id-NRrestrictionin5GS ProtocolIE-ID ::= 287
id-PSCellInformation ProtocolIE-ID ::= 288
--WS extension
id-Unknown-289 ProtocolIE-ID ::= 289
id-LastNG-RANPLMNIdentity ProtocolIE-ID ::= 290
id-ConnectedengNBList ProtocolIE-ID ::= 291
id-ConnectedengNBToAddList ProtocolIE-ID ::= 292
id-ConnectedengNBToRemoveList ProtocolIE-ID ::= 293
id-EN-DCSONConfigurationTransfer-ECT ProtocolIE-ID ::= 294
id-EN-DCSONConfigurationTransfer-MCT ProtocolIE-ID ::= 295
id-IMSvoiceEPSfallbackfrom5G ProtocolIE-ID ::= 296
id-TimeSinceSecondaryNodeRelease ProtocolIE-ID ::= 297
id-RequestTypeAdditionalInfo ProtocolIE-ID ::= 298
id-AdditionalRRMPriorityIndex ProtocolIE-ID ::= 299
id-ContextatSource ProtocolIE-ID ::= 300
id-IAB-Authorized ProtocolIE-ID ::= 301
id-IAB-Node-Indication ProtocolIE-ID ::= 302
id-IAB-Supported ProtocolIE-ID ::= 303
id-DataSize ProtocolIE-ID ::= 304
id-Ethernet-Type ProtocolIE-ID ::= 305
id-NRV2XServicesAuthorized ProtocolIE-ID ::= 306
id-NRUESidelinkAggregateMaximumBitrate ProtocolIE-ID ::= 307
id-PC5QoSParameters ProtocolIE-ID ::= 308
id-IntersystemSONConfigurationTransferMCT ProtocolIE-ID ::= 309
id-IntersystemSONConfigurationTransferECT ProtocolIE-ID ::= 310
id-IntersystemMeasurementConfiguration ProtocolIE-ID ::= 311
id-SourceNodeID ProtocolIE-ID ::= 312
id-NB-IoT-RLF-Report-Container ProtocolIE-ID ::= 313
id-UERadioCapabilityID ProtocolIE-ID ::= 314
id-UERadioCapability-NR-Format ProtocolIE-ID ::= 315
id-MDTConfigurationNR ProtocolIE-ID ::= 316
id-DAPSRequestInfo ProtocolIE-ID ::= 317
id-DAPSResponseInfoList ProtocolIE-ID ::= 318
id-DAPSResponseInfoItem ProtocolIE-ID ::= 319
id-NotifySourceeNB ProtocolIE-ID ::= 320
id-eNB-EarlyStatusTransfer-TransparentContainer ProtocolIE-ID ::= 321
id-Bearers-SubjectToEarlyStatusTransfer-Item ProtocolIE-ID ::= 322
id-WUS-Assistance-Information ProtocolIE-ID ::= 323
id-NB-IoT-PagingDRX ProtocolIE-ID ::= 324
id-TraceCollectionEntityURI ProtocolIE-ID ::= 325
id-EmergencyIndicator ProtocolIE-ID ::= 326
id-UERadioCapabilityForPaging-NR-Format ProtocolIE-ID ::= 327
id-SourceTransportLayerAddress ProtocolIE-ID ::= 328
id-lastVisitedPSCellList ProtocolIE-ID ::= 329
id-RACSIndication ProtocolIE-ID ::= 330
id-PagingCause ProtocolIE-ID ::= 331
id-SecurityIndication ProtocolIE-ID ::= 332
id-SecurityResult ProtocolIE-ID ::= 333
id-E-RABSecurityResultItem ProtocolIE-ID ::= 334
id-E-RABSecurityResultList ProtocolIE-ID ::= 335
id-RAT-Restrictions ProtocolIE-ID ::= 336
id-UEContextReferenceatSourceeNB ProtocolIE-ID ::= 337
--WS extension
id-Unknown-338 ProtocolIE-ID ::= 338
id-LTE-NTN-TAI-Information ProtocolIE-ID ::= 339
id-SourceNodeTransportLayerAddress ProtocolIE-ID ::= 340
id-E-RABToBeUpdatedList ProtocolIE-ID ::= 341
id-E-RABToBeUpdatedItem ProtocolIE-ID ::= 342
id-SourceSNID ProtocolIE-ID ::= 343
id-LoggedMDTTrigger ProtocolIE-ID ::= 344
id-SensorMeasurementConfiguration ProtocolIE-ID ::= 345
END |
ASN.1 | wireshark/epan/dissectors/asn1/s1ap/S1AP-Containers.asn | -- 3GPP TS 36.413 V17.5.0 (2023-06)
-- 9.3.7 Container Definitions
-- **************************************************************
--
-- Container definitions
--
-- **************************************************************
S1AP-Containers {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) s1ap (1) version1 (1) s1ap-Containers (5) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Criticality,
Presence,
PrivateIE-ID,
ProtocolExtensionID,
ProtocolIE-ID
FROM S1AP-CommonDataTypes
maxPrivateIEs,
maxProtocolExtensions,
maxProtocolIEs
FROM S1AP-Constants;
-- **************************************************************
--
-- Class Definition for Protocol IEs
--
-- **************************************************************
S1AP-PROTOCOL-IES ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Protocol IEs
--
-- **************************************************************
S1AP-PROTOCOL-IES-PAIR ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&firstCriticality Criticality,
&FirstValue,
&secondCriticality Criticality,
&SecondValue,
&presence Presence
}
WITH SYNTAX {
ID &id
FIRST CRITICALITY &firstCriticality
FIRST TYPE &FirstValue
SECOND CRITICALITY &secondCriticality
SECOND TYPE &SecondValue
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Protocol Extensions
--
-- **************************************************************
S1AP-PROTOCOL-EXTENSION ::= CLASS {
&id ProtocolExtensionID UNIQUE,
&criticality Criticality,
&Extension,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
EXTENSION &Extension
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Private IEs
--
-- **************************************************************
S1AP-PRIVATE-IES ::= CLASS {
&id PrivateIE-ID,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Container for Protocol IEs
--
-- **************************************************************
ProtocolIE-Container {S1AP-PROTOCOL-IES : IEsSetParam} ::=
SEQUENCE (SIZE (0..maxProtocolIEs)) OF
ProtocolIE-Field {{IEsSetParam}}
ProtocolIE-SingleContainer {S1AP-PROTOCOL-IES : IEsSetParam} ::=
ProtocolIE-Field {{IEsSetParam}}
ProtocolIE-Field {S1AP-PROTOCOL-IES : IEsSetParam} ::= SEQUENCE {
id S1AP-PROTOCOL-IES.&id ({IEsSetParam}),
criticality S1AP-PROTOCOL-IES.&criticality ({IEsSetParam}{@id}),
value S1AP-PROTOCOL-IES.&Value ({IEsSetParam}{@id})
}
-- **************************************************************
--
-- Container for Protocol IE Pairs
--
-- **************************************************************
ProtocolIE-ContainerPair {S1AP-PROTOCOL-IES-PAIR : IEsSetParam} ::=
SEQUENCE (SIZE (0..maxProtocolIEs)) OF
ProtocolIE-FieldPair {{IEsSetParam}}
ProtocolIE-FieldPair {S1AP-PROTOCOL-IES-PAIR : IEsSetParam} ::= SEQUENCE {
id S1AP-PROTOCOL-IES-PAIR.&id ({IEsSetParam}),
firstCriticality S1AP-PROTOCOL-IES-PAIR.&firstCriticality ({IEsSetParam}{@id}),
firstValue S1AP-PROTOCOL-IES-PAIR.&FirstValue ({IEsSetParam}{@id}),
secondCriticality S1AP-PROTOCOL-IES-PAIR.&secondCriticality ({IEsSetParam}{@id}),
secondValue S1AP-PROTOCOL-IES-PAIR.&SecondValue ({IEsSetParam}{@id})
}
-- **************************************************************
--
-- Container Lists for Protocol IE Containers
--
-- **************************************************************
ProtocolIE-ContainerList {INTEGER : lowerBound, INTEGER : upperBound, S1AP-PROTOCOL-IES : IEsSetParam} ::=
SEQUENCE (SIZE (lowerBound..upperBound)) OF
ProtocolIE-SingleContainer {{IEsSetParam}}
ProtocolIE-ContainerPairList {INTEGER : lowerBound, INTEGER : upperBound, S1AP-PROTOCOL-IES-PAIR : IEsSetParam} ::=
SEQUENCE (SIZE (lowerBound..upperBound)) OF
ProtocolIE-ContainerPair {{IEsSetParam}}
-- **************************************************************
--
-- Container for Protocol Extensions
--
-- **************************************************************
ProtocolExtensionContainer {S1AP-PROTOCOL-EXTENSION : ExtensionSetParam} ::=
SEQUENCE (SIZE (1..maxProtocolExtensions)) OF
ProtocolExtensionField {{ExtensionSetParam}}
ProtocolExtensionField {S1AP-PROTOCOL-EXTENSION : ExtensionSetParam} ::= SEQUENCE {
id S1AP-PROTOCOL-EXTENSION.&id ({ExtensionSetParam}),
criticality S1AP-PROTOCOL-EXTENSION.&criticality ({ExtensionSetParam}{@id}),
extensionValue S1AP-PROTOCOL-EXTENSION.&Extension ({ExtensionSetParam}{@id})
}
-- **************************************************************
--
-- Container for Private IEs
--
-- **************************************************************
PrivateIE-Container {S1AP-PRIVATE-IES : IEsSetParam } ::=
SEQUENCE (SIZE (1.. maxPrivateIEs)) OF
PrivateIE-Field {{IEsSetParam}}
PrivateIE-Field {S1AP-PRIVATE-IES : IEsSetParam} ::= SEQUENCE {
id S1AP-PRIVATE-IES.&id ({IEsSetParam}),
criticality S1AP-PRIVATE-IES.&criticality ({IEsSetParam}{@id}),
value S1AP-PRIVATE-IES.&Value ({IEsSetParam}{@id})
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/s1ap/S1AP-IEs.asn | -- 3GPP TS 36.413 V17.5.0 (2023-06)
-- 9.3.4 Information Element Definitions
-- **************************************************************
--
-- Information Element Definitions
--
-- **************************************************************
S1AP-IEs {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) s1ap (1) version1 (1) s1ap-IEs (2) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
id-E-RABInformationListItem,
id-E-RABItem,
id-GUMMEIType,
id-Bearers-SubjectToStatusTransfer-Item,
id-Time-Synchronisation-Info,
id-x2TNLConfigurationInfo,
id-eNBX2ExtendedTransportLayerAddresses,
id-MDTConfiguration,
id-Time-UE-StayedInCell-EnhancedGranularity,
id-HO-Cause,
id-M3Configuration,
id-M4Configuration,
id-M5Configuration,
id-MDT-Location-Info,
id-SignallingBasedMDTPLMNList,
id-MobilityInformation,
id-ULCOUNTValueExtended,
id-DLCOUNTValueExtended,
id-ReceiveStatusOfULPDCPSDUsExtended,
id-eNBIndirectX2TransportLayerAddresses,
id-Muting-Availability-Indication,
id-Muting-Pattern-Information,
id-NRrestrictioninEPSasSecondaryRAT,
id-NRrestrictionin5GS,
id-Synchronisation-Information,
id-uE-HistoryInformationFromTheUE,
id-LoggedMBSFNMDT,
id-SON-Information-Report,
id-RecommendedCellItem,
id-RecommendedENBItem,
id-ProSeUEtoNetworkRelaying,
id-ULCOUNTValuePDCP-SNlength18,
id-DLCOUNTValuePDCP-SNlength18,
id-ReceiveStatusOfULPDCPSDUsPDCP-SNlength18,
id-M6Configuration,
id-M7Configuration,
id-RAT-Type,
id-extended-e-RAB-MaximumBitrateDL,
id-extended-e-RAB-MaximumBitrateUL,
id-extended-e-RAB-GuaranteedBitrateDL,
id-extended-e-RAB-GuaranteedBitrateUL,
id-extended-uEaggregateMaximumBitRateDL,
id-extended-uEaggregateMaximumBitRateUL,
id-SecondaryRATDataUsageReportItem,
id-E-RABUsageReportItem,
id-UEAppLayerMeasConfig,
id-serviceType,
id-UnlicensedSpectrumRestriction,
id-CNTypeRestrictions,
id-DownlinkPacketLossRate,
id-UplinkPacketLossRate,
id-BluetoothMeasurementConfiguration,
id-WLANMeasurementConfiguration,
id-LastNG-RANPLMNIdentity,
id-PSCellInformation,
id-IMSvoiceEPSfallbackfrom5G,
id-RequestTypeAdditionalInfo,
id-AdditionalRRMPriorityIndex,
id-ContextatSource,
id-IntersystemMeasurementConfiguration,
id-SourceNodeID,
id-NB-IoT-RLF-Report-Container,
id-MDTConfigurationNR,
id-DAPSRequestInfo,
id-DAPSResponseInfoList,
id-DAPSResponseInfoItem,
id-Bearers-SubjectToEarlyStatusTransfer-Item,
id-TraceCollectionEntityURI,
id-EmergencyIndicator,
id-SourceTransportLayerAddress,
id-lastVisitedPSCellList,
id-RACSIndication,
id-SecurityIndication,
id-E-RABSecurityResultItem,
id-E-RABSecurityResultList,
id-RAT-Restrictions,
id-UEContextReferenceatSourceeNB,
id-LTE-NTN-TAI-Information,
id-SourceNodeTransportLayerAddress,
id-SourceSNID,
id-Direct-Forwarding-Path-Availability,
id-LoggedMDTTrigger,
id-SensorMeasurementConfiguration,
maxnoofCSGs,
maxnoofE-RABs,
maxnoofErrors,
maxnoofBPLMNs,
maxnoofPLMNsPerMME,
maxnoofTACs,
maxnoofEPLMNs,
maxnoofEPLMNsPlusOne,
maxnoofForbLACs,
maxnoofForbTACs,
maxnoofCellsinUEHistoryInfo,
maxnoofCellID,
maxnoofDCNs,
maxnoofEmergencyAreaID,
maxnoofTAIforWarning,
maxnoofCellinTAI,
maxnoofCellinEAI,
maxnoofeNBX2TLAs,
maxnoofeNBX2ExtTLAs,
maxnoofeNBX2GTPTLAs,
maxnoofRATs,
maxnoofGroupIDs,
maxnoofMMECs,
maxnoofTAforMDT,
maxnoofCellIDforMDT,
maxnoofMDTPLMNs,
maxnoofCellsforRestart,
maxnoofRestartTAIs,
maxnoofRestartEmergencyAreaIDs,
maxnoofMBSFNAreaMDT,
maxEARFCN,
maxnoofCellsineNB,
maxnoofRecommendedCells,
maxnoofRecommendedENBs,
maxnooftimeperiods,
maxnoofCellIDforQMC,
maxnoofTAforQMC,
maxnoofPLMNforQMC,
maxnoofBluetoothName,
maxnoofWLANName,
maxnoofConnectedengNBs,
maxnoofPC5QoSFlows,
maxnooffrequencies,
maxNARFCN,
maxRS-IndexCellQual,
maxnoofPSCellsPerPrimaryCellinUEHistoryInfo,
maxnoofTACsInNTN,
maxnoofSensorName
FROM S1AP-Constants
Criticality,
ProcedureCode,
ProtocolIE-ID,
TriggeringMessage
FROM S1AP-CommonDataTypes
ProtocolExtensionContainer{},
S1AP-PROTOCOL-EXTENSION,
ProtocolIE-SingleContainer{},
S1AP-PROTOCOL-IES
FROM S1AP-Containers;
-- A
Additional-GUTI::= SEQUENCE {
gUMMEI GUMMEI,
m-TMSI M-TMSI,
iE-Extensions ProtocolExtensionContainer { {Additional-GUTI-ExtIEs} } OPTIONAL,
...
}
Additional-GUTI-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
AdditionalRRMPriorityIndex ::= BIT STRING (SIZE(32))
AerialUEsubscriptionInformation ::= ENUMERATED {
allowed,
not-allowed,
...
}
AreaScopeOfMDT ::= CHOICE {
cellBased CellBasedMDT,
tABased TABasedMDT,
pLMNWide NULL,
...,
tAIBased TAIBasedMDT
}
AreaScopeOfQMC ::= CHOICE {
cellBased CellBasedQMC,
tABased TABasedQMC,
tAIBased TAIBasedQMC,
pLMNAreaBased PLMNAreaBasedQMC,
...
}
AllocationAndRetentionPriority ::= SEQUENCE {
priorityLevel PriorityLevel,
pre-emptionCapability Pre-emptionCapability,
pre-emptionVulnerability Pre-emptionVulnerability,
iE-Extensions ProtocolExtensionContainer { {AllocationAndRetentionPriority-ExtIEs} } OPTIONAL,
...
}
AllocationAndRetentionPriority-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
AssistanceDataForCECapableUEs ::= SEQUENCE {
cellIdentifierAndCELevelForCECapableUEs CellIdentifierAndCELevelForCECapableUEs,
iE-Extensions ProtocolExtensionContainer { { InformationForCECapableUEs-ExtIEs} } OPTIONAL,
...
}
InformationForCECapableUEs-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
AssistanceDataForPaging ::= SEQUENCE {
assistanceDataForRecommendedCells AssistanceDataForRecommendedCells OPTIONAL,
assistanceDataForCECapableUEs AssistanceDataForCECapableUEs OPTIONAL,
pagingAttemptInformation PagingAttemptInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { AssistanceDataForPaging-ExtIEs} } OPTIONAL,
...
}
AssistanceDataForPaging-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
AssistanceDataForRecommendedCells ::= SEQUENCE {
recommendedCellsForPaging RecommendedCellsForPaging,
iE-Extensions ProtocolExtensionContainer { { AssistanceDataForRecommendedCells-ExtIEs} } OPTIONAL,
...
}
AssistanceDataForRecommendedCells-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- B
Bearers-SubjectToStatusTransferList ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { { Bearers-SubjectToStatusTransfer-ItemIEs } }
Bearers-SubjectToStatusTransfer-ItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-Bearers-SubjectToStatusTransfer-Item CRITICALITY ignore TYPE Bearers-SubjectToStatusTransfer-Item PRESENCE mandatory },
...
}
Bearers-SubjectToStatusTransfer-Item ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
uL-COUNTvalue COUNTvalue,
dL-COUNTvalue COUNTvalue,
receiveStatusofULPDCPSDUs ReceiveStatusofULPDCPSDUs OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Bearers-SubjectToStatusTransfer-ItemExtIEs} } OPTIONAL,
...
}
Bearers-SubjectToStatusTransfer-ItemExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-ULCOUNTValueExtended CRITICALITY ignore EXTENSION COUNTValueExtended PRESENCE optional}|
{ ID id-DLCOUNTValueExtended CRITICALITY ignore EXTENSION COUNTValueExtended PRESENCE optional}|
{ ID id-ReceiveStatusOfULPDCPSDUsExtended CRITICALITY ignore EXTENSION ReceiveStatusOfULPDCPSDUsExtended PRESENCE optional}|
{ ID id-ULCOUNTValuePDCP-SNlength18 CRITICALITY ignore EXTENSION COUNTvaluePDCP-SNlength18 PRESENCE optional}|
{ ID id-DLCOUNTValuePDCP-SNlength18 CRITICALITY ignore EXTENSION COUNTvaluePDCP-SNlength18 PRESENCE optional}|
{ ID id-ReceiveStatusOfULPDCPSDUsPDCP-SNlength18 CRITICALITY ignore EXTENSION ReceiveStatusOfULPDCPSDUsPDCP-SNlength18 PRESENCE optional},
...
}
Bearers-SubjectToEarlyStatusTransferList ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { { Bearers-SubjectToEarlyStatusTransfer-ItemIEs } }
Bearers-SubjectToEarlyStatusTransfer-ItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-Bearers-SubjectToEarlyStatusTransfer-Item CRITICALITY ignore TYPE Bearers-SubjectToEarlyStatusTransfer-Item PRESENCE mandatory},
...
}
Bearers-SubjectToEarlyStatusTransfer-Item ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
dLCOUNT-PDCP-SNlength DLCOUNT-PDCP-SNlength,
iE-Extensions ProtocolExtensionContainer { {Bearers-SubjectToEarlyStatusTransfer-ItemExtIEs} } OPTIONAL,
...
}
Bearers-SubjectToEarlyStatusTransfer-ItemExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
BearerType ::= ENUMERATED {
non-IP,
...
}
BitRate ::= INTEGER (0..10000000000)
BluetoothMeasurementConfiguration ::= SEQUENCE {
bluetoothMeasConfig BluetoothMeasConfig,
bluetoothMeasConfigNameList BluetoothMeasConfigNameList OPTIONAL,
bt-rssi ENUMERATED {true, ...} OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { BluetoothMeasurementConfiguration-ExtIEs } } OPTIONAL,
...
}
BluetoothMeasurementConfiguration-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
BluetoothMeasConfigNameList ::= SEQUENCE (SIZE(1..maxnoofBluetoothName)) OF BluetoothName
BluetoothMeasConfig::= ENUMERATED {setup,...}
BluetoothName ::= OCTET STRING (SIZE (1..248))
BPLMNs ::= SEQUENCE (SIZE(1.. maxnoofBPLMNs)) OF PLMNidentity
BroadcastCancelledAreaList ::= CHOICE {
cellID-Cancelled CellID-Cancelled,
tAI-Cancelled TAI-Cancelled,
emergencyAreaID-Cancelled EmergencyAreaID-Cancelled,
...
}
BroadcastCompletedAreaList ::= CHOICE {
cellID-Broadcast CellID-Broadcast,
tAI-Broadcast TAI-Broadcast,
emergencyAreaID-Broadcast EmergencyAreaID-Broadcast,
...
}
-- C
CancelledCellinEAI ::= SEQUENCE (SIZE(1..maxnoofCellinEAI)) OF CancelledCellinEAI-Item
CancelledCellinEAI-Item ::= SEQUENCE {
eCGI EUTRAN-CGI,
numberOfBroadcasts NumberOfBroadcasts,
iE-Extensions ProtocolExtensionContainer { {CancelledCellinEAI-Item-ExtIEs} } OPTIONAL,
...
}
CancelledCellinEAI-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CancelledCellinTAI ::= SEQUENCE (SIZE(1..maxnoofCellinTAI)) OF CancelledCellinTAI-Item
CancelledCellinTAI-Item ::= SEQUENCE{
eCGI EUTRAN-CGI,
numberOfBroadcasts NumberOfBroadcasts,
iE-Extensions ProtocolExtensionContainer { {CancelledCellinTAI-Item-ExtIEs} } OPTIONAL,
...
}
CancelledCellinTAI-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
Cause ::= CHOICE {
radioNetwork CauseRadioNetwork,
transport CauseTransport,
nas CauseNas,
protocol CauseProtocol,
misc CauseMisc,
...
}
CauseMisc ::= ENUMERATED {
control-processing-overload,
not-enough-user-plane-processing-resources,
hardware-failure,
om-intervention,
unspecified,
unknown-PLMN,
...
}
CauseProtocol ::= ENUMERATED {
transfer-syntax-error,
abstract-syntax-error-reject,
abstract-syntax-error-ignore-and-notify,
message-not-compatible-with-receiver-state,
semantic-error,
abstract-syntax-error-falsely-constructed-message,
unspecified,
...
}
CauseRadioNetwork ::= ENUMERATED {
unspecified,
tx2relocoverall-expiry,
successful-handover,
release-due-to-eutran-generated-reason,
handover-cancelled,
partial-handover,
ho-failure-in-target-EPC-eNB-or-target-system,
ho-target-not-allowed,
tS1relocoverall-expiry,
tS1relocprep-expiry,
cell-not-available,
unknown-targetID,
no-radio-resources-available-in-target-cell,
unknown-mme-ue-s1ap-id,
unknown-enb-ue-s1ap-id,
unknown-pair-ue-s1ap-id,
handover-desirable-for-radio-reason,
time-critical-handover,
resource-optimisation-handover,
reduce-load-in-serving-cell,
user-inactivity,
radio-connection-with-ue-lost,
load-balancing-tau-required,
cs-fallback-triggered,
ue-not-available-for-ps-service,
radio-resources-not-available,
failure-in-radio-interface-procedure,
invalid-qos-combination,
interrat-redirection,
interaction-with-other-procedure,
unknown-E-RAB-ID,
multiple-E-RAB-ID-instances,
encryption-and-or-integrity-protection-algorithms-not-supported,
s1-intra-system-handover-triggered,
s1-inter-system-handover-triggered,
x2-handover-triggered,
...,
redirection-towards-1xRTT,
not-supported-QCI-value,
invalid-CSG-Id,
release-due-to-pre-emption,
n26-interface-not-available,
insufficient-ue-capabilities,
maximum-bearer-pre-emption-rate-exceeded,
up-integrity-protection-not-possible
}
CauseTransport ::= ENUMERATED {
transport-resource-unavailable,
unspecified,
...
}
CauseNas ::= ENUMERATED {
normal-release,
authentication-failure,
detach,
unspecified,
...,
csg-subscription-expiry,
uE-not-in-PLMN-serving-area
}
CellAccessMode ::= ENUMERATED {
hybrid,
...
}
CellIdentifierAndCELevelForCECapableUEs ::= SEQUENCE {
global-Cell-ID EUTRAN-CGI,
cELevel CELevel,
iE-Extensions ProtocolExtensionContainer { { CellIdentifierAndCELevelForCECapableUEs-ExtIEs} } OPTIONAL,
...
}
CellIdentifierAndCELevelForCECapableUEs-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CELevel ::= OCTET STRING
CE-mode-B-SupportIndicator ::= ENUMERATED {
supported,
...
}
CellIdentity ::= BIT STRING (SIZE (28))
CellID-Broadcast ::= SEQUENCE (SIZE(1..maxnoofCellID)) OF CellID-Broadcast-Item
CellID-Broadcast-Item ::= SEQUENCE {
eCGI EUTRAN-CGI,
iE-Extensions ProtocolExtensionContainer { {CellID-Broadcast-Item-ExtIEs} } OPTIONAL,
...
}
CellID-Broadcast-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CellID-Cancelled::= SEQUENCE (SIZE(1..maxnoofCellID)) OF CellID-Cancelled-Item
CellID-Cancelled-Item ::= SEQUENCE {
eCGI EUTRAN-CGI,
numberOfBroadcasts NumberOfBroadcasts,
iE-Extensions ProtocolExtensionContainer { {CellID-Cancelled-Item-ExtIEs} } OPTIONAL,
...
}
CellID-Cancelled-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CellBasedMDT::= SEQUENCE {
cellIdListforMDT CellIdListforMDT,
iE-Extensions ProtocolExtensionContainer { {CellBasedMDT-ExtIEs} } OPTIONAL,
...
}
CellBasedMDT-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CellIdListforMDT ::= SEQUENCE (SIZE(1..maxnoofCellIDforMDT)) OF EUTRAN-CGI
CellBasedQMC::= SEQUENCE {
cellIdListforQMC CellIdListforQMC,
iE-Extensions ProtocolExtensionContainer { {CellBasedQMC-ExtIEs} } OPTIONAL,
...
}
CellBasedQMC-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CellIdListforQMC ::= SEQUENCE (SIZE(1..maxnoofCellIDforQMC)) OF EUTRAN-CGI
Cdma2000PDU ::= OCTET STRING
Cdma2000RATType ::= ENUMERATED {
hRPD,
onexRTT,
...
}
Cdma2000SectorID ::= OCTET STRING
Cdma2000HOStatus ::= ENUMERATED {
hOSuccess,
hOFailure,
...
}
Cdma2000HORequiredIndication ::= ENUMERATED {
true,
...
}
Cdma2000OneXSRVCCInfo ::= SEQUENCE {
cdma2000OneXMEID Cdma2000OneXMEID,
cdma2000OneXMSI Cdma2000OneXMSI,
cdma2000OneXPilot Cdma2000OneXPilot,
iE-Extensions ProtocolExtensionContainer { {Cdma2000OneXSRVCCInfo-ExtIEs} } OPTIONAL,
...
}
Cdma2000OneXSRVCCInfo-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
Cdma2000OneXMEID ::= OCTET STRING
Cdma2000OneXMSI ::= OCTET STRING
Cdma2000OneXPilot ::= OCTET STRING
Cdma2000OneXRAND ::= OCTET STRING
Cell-Size ::= ENUMERATED {verysmall, small, medium, large, ...}
CellType ::= SEQUENCE {
cell-Size Cell-Size,
iE-Extensions ProtocolExtensionContainer { { CellType-ExtIEs}} OPTIONAL,
...
}
CellType-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CGI ::= SEQUENCE {
pLMNidentity PLMNidentity,
lAC LAC,
cI CI,
rAC RAC OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {CGI-ExtIEs} } OPTIONAL,
...
}
CGI-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CI ::= OCTET STRING (SIZE (2))
CNDomain ::= ENUMERATED {
ps,
cs
}
CNTypeRestrictions::= SEQUENCE (SIZE(1.. maxnoofEPLMNsPlusOne)) OF CNTypeRestrictions-Item
CNTypeRestrictions-Item ::= SEQUENCE {
pLMN-Identity PLMNidentity,
cNType CNType,
iE-Extensions ProtocolExtensionContainer { { CNTypeRestrictions-Item-ExtIEs} } OPTIONAL,
...
}
CNTypeRestrictions-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CNType ::= ENUMERATED {
fiveGCForbidden,
...,
epc-Forbiddden
}
ConcurrentWarningMessageIndicator ::= ENUMERATED {
true
}
ConnectedengNBList ::= SEQUENCE (SIZE(1..maxnoofConnectedengNBs)) OF ConnectedengNBItem
ConnectedengNBItem ::= SEQUENCE {
en-gNB-ID En-gNB-ID,
supportedTAs SupportedTAs,
iE-Extensions ProtocolExtensionContainer { {ConnectedengNBItem-ExtIEs} } OPTIONAL,
...
}
ConnectedengNBItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
ContextatSource ::= SEQUENCE {
sourceNG-RAN-node-ID Global-RAN-NODE-ID,
rAN-UE-NGAP-ID RAN-UE-NGAP-ID,
iE-Extensions ProtocolExtensionContainer { {ContextatSource-ExtIEs} } OPTIONAL,
...
}
ContextatSource-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
Correlation-ID ::= OCTET STRING (SIZE (4))
CSFallbackIndicator ::= ENUMERATED {
cs-fallback-required,
...,
cs-fallback-high-priority
}
AdditionalCSFallbackIndicator ::= ENUMERATED {
no-restriction,
restriction,
...
}
CSG-Id ::= BIT STRING (SIZE (27))
CSG-IdList ::= SEQUENCE (SIZE (1.. maxnoofCSGs)) OF CSG-IdList-Item
CSG-IdList-Item ::= SEQUENCE {
cSG-Id CSG-Id,
iE-Extensions ProtocolExtensionContainer { {CSG-IdList-Item-ExtIEs} } OPTIONAL,
...
}
CSG-IdList-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CSGMembershipStatus ::= ENUMERATED {
member,
not-member
}
COUNTvalue ::= SEQUENCE {
pDCP-SN PDCP-SN,
hFN HFN,
iE-Extensions ProtocolExtensionContainer { {COUNTvalue-ExtIEs} } OPTIONAL,
...
}
COUNTvalue-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
COUNTValueExtended ::= SEQUENCE {
pDCP-SNExtended PDCP-SNExtended,
hFNModified HFNModified,
iE-Extensions ProtocolExtensionContainer { {COUNTValueExtended-ExtIEs} } OPTIONAL,
...
}
COUNTValueExtended-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
COUNTvaluePDCP-SNlength18 ::= SEQUENCE {
pDCP-SNlength18 PDCP-SNlength18,
hFNforPDCP-SNlength18 HFNforPDCP-SNlength18,
iE-Extensions ProtocolExtensionContainer { {COUNTvaluePDCP-SNlength18-ExtIEs} } OPTIONAL,
...
}
COUNTvaluePDCP-SNlength18-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
Coverage-Level ::= ENUMERATED {
extendedcoverage,
...
}
CriticalityDiagnostics ::= SEQUENCE {
procedureCode ProcedureCode OPTIONAL,
triggeringMessage TriggeringMessage OPTIONAL,
procedureCriticality Criticality OPTIONAL,
iEsCriticalityDiagnostics CriticalityDiagnostics-IE-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer {{CriticalityDiagnostics-ExtIEs}} OPTIONAL,
...
}
CriticalityDiagnostics-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CriticalityDiagnostics-IE-List ::= SEQUENCE (SIZE (1.. maxnoofErrors)) OF CriticalityDiagnostics-IE-Item
CriticalityDiagnostics-IE-Item ::= SEQUENCE {
iECriticality Criticality,
iE-ID ProtocolIE-ID,
typeOfError TypeOfError,
iE-Extensions ProtocolExtensionContainer {{CriticalityDiagnostics-IE-Item-ExtIEs}} OPTIONAL,
...
}
CriticalityDiagnostics-IE-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- D
DAPSRequestInfo ::= SEQUENCE {
dAPSIndicator ENUMERATED {dAPS-HO-required, ...},
iE-Extensions ProtocolExtensionContainer { {DAPSRequestInfo-ExtIEs} } OPTIONAL,
...
}
DAPSRequestInfo-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
DAPSResponseInfoList ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { { DAPSResponseInfoListIEs } }
DAPSResponseInfoListIEs S1AP-PROTOCOL-IES ::= {
{ ID id-DAPSResponseInfoItem CRITICALITY ignore TYPE DAPSResponseInfoItem PRESENCE mandatory},
...
}
DAPSResponseInfoItem ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
dAPSResponseInfo DAPSResponseInfo,
iE-Extensions ProtocolExtensionContainer { {DAPSResponseInfoItem-ExtIEs} } OPTIONAL,
...
}
DAPSResponseInfoItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
DAPSResponseInfo ::= SEQUENCE {
dapsresponseindicator ENUMERATED {dAPS-HO-accepted,dAPS-HO-not-accepted,...},
iE-Extensions ProtocolExtensionContainer { { DAPSResponseInfo-ExtIEs} } OPTIONAL,
...
}
DAPSResponseInfo-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
DataCodingScheme ::= BIT STRING (SIZE (8))
DataSize ::= INTEGER(1..4095, ...)
DCN-ID ::= INTEGER (0..65535)
ServedDCNs ::= SEQUENCE (SIZE(0..maxnoofDCNs)) OF ServedDCNsItem
ServedDCNsItem ::= SEQUENCE {
dCN-ID DCN-ID,
relativeDCNCapacity RelativeMMECapacity,
iE-Extensions ProtocolExtensionContainer { {ServedDCNsItem-ExtIEs} } OPTIONAL,
...
}
ServedDCNsItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
DL-CP-SecurityInformation ::= SEQUENCE {
dl-NAS-MAC DL-NAS-MAC,
iE-Extensions ProtocolExtensionContainer { { DL-CP-SecurityInformation-ExtIEs} } OPTIONAL,
...
}
DL-CP-SecurityInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
DL-Forwarding ::= ENUMERATED {
dL-Forwarding-proposed,
...
}
DL-NAS-MAC ::= BIT STRING (SIZE (16))
DLCOUNT-PDCP-SNlength ::= CHOICE {
dLCOUNTValuePDCP-SNlength12 COUNTvalue,
dLCOUNTValuePDCP-SNlength15 COUNTValueExtended,
dLCOUNTValuePDCP-SNlength18 COUNTvaluePDCP-SNlength18,
...
}
Direct-Forwarding-Path-Availability ::= ENUMERATED {
directPathAvailable,
...
}
Data-Forwarding-Not-Possible ::= ENUMERATED {
data-Forwarding-not-Possible,
...
}
DLNASPDUDeliveryAckRequest ::= ENUMERATED {
requested,
...
}
-- E
EARFCN ::= INTEGER(0..maxEARFCN, ...)
ECGIList ::= SEQUENCE (SIZE(1..maxnoofCellID)) OF EUTRAN-CGI
PWSfailedECGIList ::= SEQUENCE (SIZE(1..maxnoofCellsineNB)) OF EUTRAN-CGI
EDT-Session ::= ENUMERATED {
true,
...
}
EmergencyAreaIDList ::= SEQUENCE (SIZE(1..maxnoofEmergencyAreaID)) OF EmergencyAreaID
EmergencyAreaID ::= OCTET STRING (SIZE (3))
EmergencyAreaID-Broadcast ::= SEQUENCE (SIZE(1..maxnoofEmergencyAreaID)) OF EmergencyAreaID-Broadcast-Item
EmergencyAreaID-Broadcast-Item ::= SEQUENCE {
emergencyAreaID EmergencyAreaID,
completedCellinEAI CompletedCellinEAI,
iE-Extensions ProtocolExtensionContainer { {EmergencyAreaID-Broadcast-Item-ExtIEs} } OPTIONAL,
...
}
EmergencyAreaID-Broadcast-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
EmergencyAreaID-Cancelled ::= SEQUENCE (SIZE(1..maxnoofEmergencyAreaID)) OF EmergencyAreaID-Cancelled-Item
EmergencyAreaID-Cancelled-Item ::= SEQUENCE {
emergencyAreaID EmergencyAreaID,
cancelledCellinEAI CancelledCellinEAI,
iE-Extensions ProtocolExtensionContainer { {EmergencyAreaID-Cancelled-Item-ExtIEs} } OPTIONAL,
...
}
EmergencyAreaID-Cancelled-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CompletedCellinEAI ::= SEQUENCE (SIZE(1..maxnoofCellinEAI)) OF CompletedCellinEAI-Item
CompletedCellinEAI-Item ::= SEQUENCE {
eCGI EUTRAN-CGI,
iE-Extensions ProtocolExtensionContainer { {CompletedCellinEAI-Item-ExtIEs} } OPTIONAL,
...
}
CompletedCellinEAI-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
ECGI-List ::= SEQUENCE (SIZE(1..maxnoofCellsineNB)) OF EUTRAN-CGI
EmergencyAreaIDListForRestart ::= SEQUENCE (SIZE(1..maxnoofRestartEmergencyAreaIDs)) OF EmergencyAreaID
EmergencyIndicator ::= ENUMERATED {
true,
...
}
ENB-EarlyStatusTransfer-TransparentContainer ::= SEQUENCE {
bearers-SubjectToEarlyStatusTransferList Bearers-SubjectToEarlyStatusTransferList,
iE-Extensions ProtocolExtensionContainer { {ENB-EarlyStatusTransfer-TransparentContainer-ExtIEs} } OPTIONAL,
...
}
ENB-EarlyStatusTransfer-TransparentContainer-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
ENB-ID ::= CHOICE {
macroENB-ID BIT STRING (SIZE(20)),
homeENB-ID BIT STRING (SIZE(28)),
... ,
short-macroENB-ID BIT STRING (SIZE(18)),
long-macroENB-ID BIT STRING (SIZE(21))
}
En-gNB-ID ::= BIT STRING (SIZE(22..32, ...))
GERAN-Cell-ID ::= SEQUENCE {
lAI LAI,
rAC RAC,
cI CI,
iE-Extensions ProtocolExtensionContainer { { GERAN-Cell-ID-ExtIEs} } OPTIONAL,
...
}
GERAN-Cell-ID-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
Global-ENB-ID ::= SEQUENCE {
pLMNidentity PLMNidentity,
eNB-ID ENB-ID,
iE-Extensions ProtocolExtensionContainer { {GlobalENB-ID-ExtIEs} } OPTIONAL,
...
}
GlobalENB-ID-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
Global-en-gNB-ID ::= SEQUENCE {
pLMNidentity PLMNidentity,
en-gNB-ID En-gNB-ID,
iE-Extensions ProtocolExtensionContainer { {Global-en-gNB-ID-ExtIEs} } OPTIONAL,
...
}
Global-en-gNB-ID-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
GUMMEIList::= SEQUENCE (SIZE (1.. maxnoofMMECs)) OF GUMMEI
ENB-StatusTransfer-TransparentContainer ::= SEQUENCE {
bearers-SubjectToStatusTransferList Bearers-SubjectToStatusTransferList,
iE-Extensions ProtocolExtensionContainer { {ENB-StatusTransfer-TransparentContainer-ExtIEs} } OPTIONAL,
...
}
ENB-StatusTransfer-TransparentContainer-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
ENB-UE-S1AP-ID ::= INTEGER (0..16777215)
ENBname ::= PrintableString (SIZE (1..150,...))
ENBX2TLAs ::= SEQUENCE (SIZE(1.. maxnoofeNBX2TLAs)) OF TransportLayerAddress
EncryptionAlgorithms ::= BIT STRING (SIZE (16,...))
EN-DCSONConfigurationTransfer ::= SEQUENCE {
transfertype EN-DCSONTransferType,
sONInformation SONInformation,
x2TNLConfigInfo X2TNLConfigurationInfo OPTIONAL,
-- This IE shall be present if the SON Information IE contains the SON Information Request IE and the SON Information Request IE is set to "X2TNL Configuration Info" --
iE-Extensions ProtocolExtensionContainer { {EN-DCSONConfigurationTransfer-ExtIEs} } OPTIONAL,
...
}
EN-DCSONConfigurationTransfer-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
EN-DCSONTransferType ::= CHOICE {
request EN-DCTransferTypeRequest,
reply EN-DCTransferTypeReply,
...
}
EN-DCTransferTypeRequest ::= SEQUENCE {
sourceeNB EN-DCSONeNBIdentification,
targetengNB EN-DCSONengNBIdentification,
targeteNB EN-DCSONeNBIdentification OPTIONAL,
associatedTAI TAI OPTIONAL,
broadcast5GSTAI FiveGSTAI OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {EN-DCTransferTypeRequest-ExtIEs} } OPTIONAL,
...
}
EN-DCTransferTypeRequest-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
EN-DCTransferTypeReply ::= SEQUENCE {
sourceengNB EN-DCSONengNBIdentification,
targeteNB EN-DCSONeNBIdentification,
iE-Extensions ProtocolExtensionContainer { {EN-DCTransferTypeReply-ExtIEs} } OPTIONAL,
...
}
EN-DCTransferTypeReply-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
EN-DCSONeNBIdentification ::= SEQUENCE {
globaleNBID Global-ENB-ID,
selectedTAI TAI,
iE-Extensions ProtocolExtensionContainer { {EN-DCSONeNBIdentification-ExtIEs} } OPTIONAL,
...
}
EN-DCSONeNBIdentification-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
EN-DCSONengNBIdentification ::= SEQUENCE {
globalengNBID Global-en-gNB-ID,
selectedTAI TAI,
iE-Extensions ProtocolExtensionContainer { {EN-DCSONengNBIdentification-ExtIEs} } OPTIONAL,
...
}
EN-DCSONengNBIdentification-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
EndIndication ::= ENUMERATED {
no-further-data,
further-data-exists,
...
}
EnhancedCoverageRestricted ::= ENUMERATED {
restricted,
...
}
CE-ModeBRestricted ::= ENUMERATED {
restricted,
not-restricted,
...
}
EPLMNs ::= SEQUENCE (SIZE(1..maxnoofEPLMNs)) OF PLMNidentity
EventType ::= ENUMERATED {
direct,
change-of-serve-cell,
stop-change-of-serve-cell,
...
}
E-RAB-ID ::= INTEGER (0..15, ...)
E-RABInformationList ::= SEQUENCE (SIZE (1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { { E-RABInformationListIEs } }
E-RABInformationListIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABInformationListItem CRITICALITY ignore TYPE E-RABInformationListItem PRESENCE mandatory },
...
}
E-RABInformationListItem ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
dL-Forwarding DL-Forwarding OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {E-RABInformationListItem-ExtIEs} } OPTIONAL,
...
}
E-RABInformationListItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-DAPSRequestInfo CRITICALITY ignore EXTENSION DAPSRequestInfo PRESENCE optional }|
{ ID id-SourceTransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional}|
{ ID id-SecurityIndication CRITICALITY ignore EXTENSION SecurityIndication PRESENCE optional }|
{ ID id-SourceNodeTransportLayerAddress CRITICALITY ignore EXTENSION TransportLayerAddress PRESENCE optional},
...
}
E-RABList ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { {E-RABItemIEs} }
E-RABItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABItem CRITICALITY ignore TYPE E-RABItem PRESENCE mandatory },
...
}
E-RABItem ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { {E-RABItem-ExtIEs} } OPTIONAL,
...
}
E-RABItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
E-RABLevelQoSParameters ::= SEQUENCE {
qCI QCI,
allocationRetentionPriority AllocationAndRetentionPriority,
gbrQosInformation GBR-QosInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {E-RABQoSParameters-ExtIEs} } OPTIONAL,
...
}
E-RABSecurityResultList ::= SEQUENCE (SIZE (1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { { E-RABSecurityResultListIEs } }
E-RABSecurityResultListIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABSecurityResultItem CRITICALITY ignore TYPE E-RABSecurityResultItem PRESENCE mandatory },
...
}
E-RABSecurityResultItem ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
securityResult SecurityResult,
iE-Extensions ProtocolExtensionContainer { { E-RABSecurityResultItem-ExtIEs} } OPTIONAL,
...
}
E-RABSecurityResultItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
E-RABUsageReportList ::= SEQUENCE (SIZE(1..maxnooftimeperiods)) OF ProtocolIE-SingleContainer { {E-RABUsageReportItemIEs} }
E-RABUsageReportItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABUsageReportItem CRITICALITY ignore TYPE E-RABUsageReportItem PRESENCE mandatory },
...
}
E-RABUsageReportItem ::= SEQUENCE {
startTimestamp OCTET STRING (SIZE(4)),
endTimestamp OCTET STRING (SIZE(4)),
usageCountUL INTEGER (0..18446744073709551615),
usageCountDL INTEGER (0..18446744073709551615),
iE-Extensions ProtocolExtensionContainer { { E-RABUsageReportItem-ExtIEs} } OPTIONAL,
...
}
E-RABUsageReportItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
E-RABQoSParameters-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
-- Extended for introduction of downlink and uplink packet loss rate for enhanced Voice performance --
{ ID id-DownlinkPacketLossRate CRITICALITY ignore EXTENSION Packet-LossRate PRESENCE optional}|
{ ID id-UplinkPacketLossRate CRITICALITY ignore EXTENSION Packet-LossRate PRESENCE optional},
...
}
Ethernet-Type ::= ENUMERATED {
true,
...
}
EUTRAN-CGI ::= SEQUENCE {
pLMNidentity PLMNidentity,
cell-ID CellIdentity,
iE-Extensions ProtocolExtensionContainer { {EUTRAN-CGI-ExtIEs} } OPTIONAL,
...
}
EUTRAN-CGI-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
EUTRANRoundTripDelayEstimationInfo ::= INTEGER (0..2047)
EventL1LoggedMDTConfig ::= SEQUENCE {
l1Threshold MeasurementThresholdL1LoggedMDT,
hysteresis Hysteresis,
timeToTrigger TimeToTrigger,
iE-Extensions ProtocolExtensionContainer { { EventL1LoggedMDTConfig-ExtIEs} } OPTIONAL,
...
}
EventL1LoggedMDTConfig-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
EventTrigger::= CHOICE {
outOfCoverage ENUMERATED {true, ...},
eventL1LoggedMDTConfig EventL1LoggedMDTConfig,
choice-Extensions ProtocolIE-SingleContainer { { EventTrigger-ExtIEs} }
}
EventTrigger-ExtIEs S1AP-PROTOCOL-IES ::= {
...
}
ExpectedUEBehaviour ::= SEQUENCE {
expectedActivity ExpectedUEActivityBehaviour OPTIONAL,
expectedHOInterval ExpectedHOInterval OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ExpectedUEBehaviour-ExtIEs} } OPTIONAL,
...
}
ExpectedUEBehaviour-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
ExpectedUEActivityBehaviour ::= SEQUENCE {
expectedActivityPeriod ExpectedActivityPeriod OPTIONAL,
expectedIdlePeriod ExpectedIdlePeriod OPTIONAL,
sourceofUEActivityBehaviourInformation SourceOfUEActivityBehaviourInformation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ExpectedUEActivityBehaviour-ExtIEs} } OPTIONAL,
...
}
ExpectedUEActivityBehaviour-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
ExpectedActivityPeriod ::= INTEGER (1..30|40|50|60|80|100|120|150|180|181,...)
ExpectedIdlePeriod ::= INTEGER (1..30|40|50|60|80|100|120|150|180|181,...)
SourceOfUEActivityBehaviourInformation ::= ENUMERATED {
subscription-information,
statistics,
...
}
ExpectedHOInterval ::= ENUMERATED {
sec15, sec30, sec60, sec90, sec120, sec180, long-time,
...
}
ExtendedBitRate ::= INTEGER (10000000001..4000000000000, ...)
ExtendedRNC-ID ::= INTEGER (4096..65535)
ExtendedRepetitionPeriod ::= INTEGER (4096..131071)
Extended-UEIdentityIndexValue ::= BIT STRING (SIZE (14))
-- F
FiveGSTAC ::= OCTET STRING (SIZE (3))
FiveGSTAI ::= SEQUENCE {
pLMNidentity PLMNidentity,
fiveGSTAC FiveGSTAC,
iE-Extensions ProtocolExtensionContainer { {FiveGSTAI-ExtIEs} } OPTIONAL,
...
}
FiveGSTAI-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
FiveQI ::= INTEGER (0..255, ...)
ForbiddenInterRATs ::= ENUMERATED {
all,
geran,
utran,
cdma2000,
...,
geranandutran,
cdma2000andutran
}
ForbiddenTAs ::= SEQUENCE (SIZE(1.. maxnoofEPLMNsPlusOne)) OF ForbiddenTAs-Item
ForbiddenTAs-Item ::= SEQUENCE {
pLMN-Identity PLMNidentity,
forbiddenTACs ForbiddenTACs,
iE-Extensions ProtocolExtensionContainer { {ForbiddenTAs-Item-ExtIEs} } OPTIONAL,
...
}
ForbiddenTAs-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
ForbiddenTACs ::= SEQUENCE (SIZE(1..maxnoofForbTACs)) OF TAC
ForbiddenLAs ::= SEQUENCE (SIZE(1..maxnoofEPLMNsPlusOne)) OF ForbiddenLAs-Item
ForbiddenLAs-Item ::= SEQUENCE {
pLMN-Identity PLMNidentity,
forbiddenLACs ForbiddenLACs,
iE-Extensions ProtocolExtensionContainer { {ForbiddenLAs-Item-ExtIEs} } OPTIONAL,
...
}
ForbiddenLAs-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
ForbiddenLACs ::= SEQUENCE (SIZE(1..maxnoofForbLACs)) OF LAC
-- G
GBR-QosInformation ::= SEQUENCE {
e-RAB-MaximumBitrateDL BitRate,
e-RAB-MaximumBitrateUL BitRate,
e-RAB-GuaranteedBitrateDL BitRate,
e-RAB-GuaranteedBitrateUL BitRate,
iE-Extensions ProtocolExtensionContainer { { GBR-QosInformation-ExtIEs} } OPTIONAL,
...
}
GBR-QosInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
-- Extension for maximum bitrate > 10G bps --
{ ID id-extended-e-RAB-MaximumBitrateDL CRITICALITY ignore EXTENSION ExtendedBitRate PRESENCE optional}|
{ ID id-extended-e-RAB-MaximumBitrateUL CRITICALITY ignore EXTENSION ExtendedBitRate PRESENCE optional}|
{ ID id-extended-e-RAB-GuaranteedBitrateDL CRITICALITY ignore EXTENSION ExtendedBitRate PRESENCE optional}|
{ ID id-extended-e-RAB-GuaranteedBitrateUL CRITICALITY ignore EXTENSION ExtendedBitRate PRESENCE optional},
...}
GTP-TEID ::= OCTET STRING (SIZE (4))
GUMMEI ::= SEQUENCE {
pLMN-Identity PLMNidentity,
mME-Group-ID MME-Group-ID,
mME-Code MME-Code,
iE-Extensions ProtocolExtensionContainer { {GUMMEI-ExtIEs} } OPTIONAL,
...
}
GUMMEI-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
GUMMEIType ::= ENUMERATED {
native,
mapped,
...,
mappedFrom5G
}
GWContextReleaseIndication ::= ENUMERATED {
true,
...
}
-- H
HandoverFlag ::= ENUMERATED {
handoverPreparation,
...
}
HandoverRestrictionList ::= SEQUENCE {
servingPLMN PLMNidentity,
equivalentPLMNs EPLMNs OPTIONAL,
forbiddenTAs ForbiddenTAs OPTIONAL,
forbiddenLAs ForbiddenLAs OPTIONAL,
forbiddenInterRATs ForbiddenInterRATs OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {HandoverRestrictionList-ExtIEs} } OPTIONAL,
...
}
HandoverRestrictionList-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-NRrestrictioninEPSasSecondaryRAT CRITICALITY ignore EXTENSION NRrestrictioninEPSasSecondaryRAT PRESENCE optional}|
{ ID id-UnlicensedSpectrumRestriction CRITICALITY ignore EXTENSION UnlicensedSpectrumRestriction PRESENCE optional}|
{ ID id-CNTypeRestrictions CRITICALITY ignore EXTENSION CNTypeRestrictions PRESENCE optional}|
{ ID id-NRrestrictionin5GS CRITICALITY ignore EXTENSION NRrestrictionin5GS PRESENCE optional}|
{ ID id-LastNG-RANPLMNIdentity CRITICALITY ignore EXTENSION PLMNidentity PRESENCE optional}|
{ ID id-RAT-Restrictions CRITICALITY ignore EXTENSION RAT-Restrictions PRESENCE optional},
...
}
HandoverType ::= ENUMERATED {
intralte,
ltetoutran,
ltetogeran,
utrantolte,
gerantolte,
...,
eps-to-5gs,
fivegs-to-eps
}
HFN ::= INTEGER (0..1048575)
HFNModified ::= INTEGER (0..131071)
HFNforPDCP-SNlength18 ::= INTEGER (0..16383)
Hysteresis ::= INTEGER (0..30)
-- I
Masked-IMEISV ::= BIT STRING (SIZE (64))
ImmediateMDT ::= SEQUENCE {
measurementsToActivate MeasurementsToActivate,
m1reportingTrigger M1ReportingTrigger,
m1thresholdeventA2 M1ThresholdEventA2 OPTIONAL,
-- Included in case of event-triggered, or event-triggered periodic reporting for measurement M1
m1periodicReporting M1PeriodicReporting OPTIONAL,
-- Included in case of periodic or event-triggered periodic reporting
iE-Extensions ProtocolExtensionContainer { { ImmediateMDT-ExtIEs} } OPTIONAL,
...
}
ImmediateMDT-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-M3Configuration CRITICALITY ignore EXTENSION M3Configuration PRESENCE conditional}|
{ ID id-M4Configuration CRITICALITY ignore EXTENSION M4Configuration PRESENCE conditional}|
{ ID id-M5Configuration CRITICALITY ignore EXTENSION M5Configuration PRESENCE conditional}|
{ ID id-MDT-Location-Info CRITICALITY ignore EXTENSION MDT-Location-Info PRESENCE optional}|
{ ID id-M6Configuration CRITICALITY ignore EXTENSION M6Configuration PRESENCE conditional}|
{ ID id-M7Configuration CRITICALITY ignore EXTENSION M7Configuration PRESENCE conditional}|
{ ID id-BluetoothMeasurementConfiguration CRITICALITY ignore EXTENSION BluetoothMeasurementConfiguration PRESENCE optional}|
{ ID id-WLANMeasurementConfiguration CRITICALITY ignore EXTENSION WLANMeasurementConfiguration PRESENCE optional}|
{ ID id-SensorMeasurementConfiguration CRITICALITY ignore EXTENSION SensorMeasurementConfiguration PRESENCE optional},
...
}
IMSI ::= OCTET STRING (SIZE (3..8))
InformationOnRecommendedCellsAndENBsForPaging ::= SEQUENCE {
recommendedCellsForPaging RecommendedCellsForPaging,
recommendENBsForPaging RecommendedENBsForPaging,
iE-Extensions ProtocolExtensionContainer { { InformationOnRecommendedCellsAndENBsForPaging-ExtIEs} } OPTIONAL,
...
}
InformationOnRecommendedCellsAndENBsForPaging-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
IntegrityProtectionAlgorithms ::= BIT STRING (SIZE (16,...))
IntegrityProtectionIndication ::= ENUMERATED {
required,
preferred,
not-needed,
...
}
IntegrityProtectionResult ::= ENUMERATED {
performed,
not-performed,
...
}
IntendedNumberOfPagingAttempts ::= INTEGER (1..16, ...)
InterfacesToTrace ::= BIT STRING (SIZE (8))
IntersystemMeasurementConfiguration ::= SEQUENCE {
rSRP INTEGER (0.. 127) OPTIONAL,
rSRQ INTEGER (0.. 127) OPTIONAL,
sINR INTEGER (0.. 127) OPTIONAL,
interSystemMeasurementParameters InterSystemMeasurementParameters,
iE-Extensions ProtocolExtensionContainer { { IntersystemMeasurementConfiguration-ExtIEs} } OPTIONAL,
...
}
IntersystemMeasurementConfiguration-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
InterSystemMeasurementParameters ::= SEQUENCE {
measurementDuration INTEGER (1..100),
interSystemMeasurementList InterSystemMeasurementList OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { InterSystemMeasurementParameters-ExtIEs} } OPTIONAL,
...
}
InterSystemMeasurementParameters-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
InterSystemMeasurementList ::= SEQUENCE (SIZE(1.. maxnooffrequencies)) OF InterSystemMeasurementItem
InterSystemMeasurementItem ::= SEQUENCE {
freqBandIndicatorNR INTEGER (1..1024),
sSBfrequencies INTEGER (0..maxNARFCN),
subcarrierSpacingSSB ENUMERATED {kHz15, kHz30, kHz60, kHz120, kHz240, ..., kHz480, kHz960},
maxRSIndexCellQual INTEGER (1..maxRS-IndexCellQual) OPTIONAL,
sMTC OCTET STRING OPTIONAL,
threshRS-Index-r15 OCTET STRING OPTIONAL,
sSBToMeasure OCTET STRING OPTIONAL,
sSRSSIMeasurement OCTET STRING OPTIONAL,
quantityConfigNR-R15 OCTET STRING OPTIONAL,
excludedCellsToAddModList OCTET STRING OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { InterSystemMeasurementItem-ExtIEs} } OPTIONAL
}
InterSystemMeasurementItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
IntersystemSONConfigurationTransfer ::= OCTET STRING
IMSvoiceEPSfallbackfrom5G ::= ENUMERATED {
true,
...
}
IAB-Authorized ::= ENUMERATED {
authorized,
not-authorized,
...
}
IAB-Node-Indication ::= ENUMERATED {
true,
...
}
IAB-Supported ::= ENUMERATED {
true,
...
}
-- J
-- K
KillAllWarningMessages ::= ENUMERATED {true}
-- L
LAC ::= OCTET STRING (SIZE (2))
LAI ::= SEQUENCE {
pLMNidentity PLMNidentity,
lAC LAC,
iE-Extensions ProtocolExtensionContainer { {LAI-ExtIEs} } OPTIONAL,
...
}
LAI-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
LastVisitedCell-Item ::= CHOICE {
e-UTRAN-Cell LastVisitedEUTRANCellInformation,
uTRAN-Cell LastVisitedUTRANCellInformation,
gERAN-Cell LastVisitedGERANCellInformation,
...,
nG-RAN-Cell LastVisitedNGRANCellInformation
}
LastVisitedEUTRANCellInformation ::= SEQUENCE {
global-Cell-ID EUTRAN-CGI,
cellType CellType,
time-UE-StayedInCell Time-UE-StayedInCell,
iE-Extensions ProtocolExtensionContainer { { LastVisitedEUTRANCellInformation-ExtIEs} } OPTIONAL,
...
}
LastVisitedEUTRANCellInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
-- Extension for Rel-11 to support enhanced granularity for time UE stayed in cell --
{ ID id-Time-UE-StayedInCell-EnhancedGranularity CRITICALITY ignore EXTENSION Time-UE-StayedInCell-EnhancedGranularity PRESENCE optional}|
{ ID id-HO-Cause CRITICALITY ignore EXTENSION Cause PRESENCE optional}|
{ ID id-lastVisitedPSCellList CRITICALITY ignore EXTENSION LastVisitedPSCellList PRESENCE optional},
...
}
LastVisitedPSCellList ::= SEQUENCE (SIZE(1.. maxnoofPSCellsPerPrimaryCellinUEHistoryInfo)) OF LastVisitedPSCellInformation
LastVisitedPSCellInformation ::= SEQUENCE {
pSCellID PSCellInformation OPTIONAL,
timeStay INTEGER (0..40950),
iE-Extensions ProtocolExtensionContainer { { LastVisitedPSCellInformation-ExtIEs} } OPTIONAL,
...
}
LastVisitedPSCellInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
LastVisitedNGRANCellInformation ::= OCTET STRING
LastVisitedUTRANCellInformation ::= OCTET STRING
LastVisitedGERANCellInformation ::= CHOICE {
undefined NULL,
...
}
L3-Information ::= OCTET STRING
-- This is a dummy IE used only as a reference to the actual definition in relevant specification.
LPPa-PDU ::= OCTET STRING
LHN-ID ::= OCTET STRING(SIZE (32..256))
Links-to-log ::= ENUMERATED {uplink, downlink, both-uplink-and-downlink, ...}
ListeningSubframePattern ::= SEQUENCE {
pattern-period ENUMERATED {ms1280, ms2560, ms5120, ms10240, ...},
pattern-offset INTEGER (0..10239, ...),
iE-Extensions ProtocolExtensionContainer { { ListeningSubframePattern-ExtIEs} } OPTIONAL,
...
}
ListeningSubframePattern-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
LoggedMDT ::= SEQUENCE {
loggingInterval LoggingInterval,
loggingDuration LoggingDuration,
iE-Extensions ProtocolExtensionContainer { {LoggedMDT-ExtIEs} } OPTIONAL,
...
}
LoggedMDT-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-BluetoothMeasurementConfiguration CRITICALITY ignore EXTENSION BluetoothMeasurementConfiguration PRESENCE optional}|
{ ID id-WLANMeasurementConfiguration CRITICALITY ignore EXTENSION WLANMeasurementConfiguration PRESENCE optional}|
{ ID id-LoggedMDTTrigger CRITICALITY ignore EXTENSION LoggedMDTTrigger PRESENCE optional}|
{ ID id-SensorMeasurementConfiguration CRITICALITY ignore EXTENSION SensorMeasurementConfiguration PRESENCE optional},
...
}
LoggingInterval ::= ENUMERATED {ms1280, ms2560, ms5120, ms10240, ms20480, ms30720, ms40960, ms61440}
LoggingDuration ::= ENUMERATED {m10, m20, m40, m60, m90, m120}
LoggedMBSFNMDT ::= SEQUENCE {
loggingInterval LoggingInterval,
loggingDuration LoggingDuration,
mBSFN-ResultToLog MBSFN-ResultToLog OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { LoggedMBSFNMDT-ExtIEs } } OPTIONAL,
...
}
LoggedMBSFNMDT-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
LoggedMDTTrigger ::= CHOICE{
periodical NULL,
eventTrigger EventTrigger,
...
}
LTE-M-Indication ::= ENUMERATED {lte-m, ... }
LTE-NTN-TAI-Information ::= SEQUENCE {
servingPLMN PLMNidentity,
tACList-In-LTE-NTN TACList-In-LTE-NTN,
uE-Location-Derived-TAC TAC OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {LTE-NTN-TAI-Information-ExtIEs} } OPTIONAL,
...
}
LTE-NTN-TAI-Information-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- M
M3Configuration ::= SEQUENCE {
m3period M3period,
iE-Extensions ProtocolExtensionContainer { { M3Configuration-ExtIEs} } OPTIONAL,
...
}
M3Configuration-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
M3period ::= ENUMERATED {ms100, ms1000, ms10000, ...,ms1024, ms1280, ms2048, ms2560, ms5120, ms10240, min1 }
M4Configuration ::= SEQUENCE {
m4period M4period,
m4-links-to-log Links-to-log,
iE-Extensions ProtocolExtensionContainer { { M4Configuration-ExtIEs} } OPTIONAL,
...
}
M4Configuration-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
M4period ::= ENUMERATED {ms1024, ms2048, ms5120, ms10240, min1, ... }
M5Configuration ::= SEQUENCE {
m5period M5period,
m5-links-to-log Links-to-log,
iE-Extensions ProtocolExtensionContainer { { M5Configuration-ExtIEs} } OPTIONAL,
...
}
M5Configuration-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
M5period ::= ENUMERATED {ms1024, ms2048, ms5120, ms10240, min1, ... }
M6Configuration ::= SEQUENCE {
m6report-Interval M6report-Interval,
m6delay-threshold M6delay-threshold OPTIONAL,
-- This IE shall be present if the M6 Links to log IE is set to "uplink" or to "both-uplink-and-downlink" --
m6-links-to-log Links-to-log,
iE-Extensions ProtocolExtensionContainer { { M6Configuration-ExtIEs} } OPTIONAL,
...
}
M6Configuration-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
M6report-Interval ::= ENUMERATED { ms1024, ms2048, ms5120, ms10240, ... }
M6delay-threshold ::= ENUMERATED { ms30, ms40, ms50, ms60, ms70, ms80, ms90, ms100, ms150, ms300, ms500, ms750, ... }
M7Configuration ::= SEQUENCE {
m7period M7period,
m7-links-to-log Links-to-log,
iE-Extensions ProtocolExtensionContainer { { M7Configuration-ExtIEs} } OPTIONAL,
...
}
M7Configuration-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
M7period ::= INTEGER(1..60, ...)
MDT-Activation ::= ENUMERATED {
immediate-MDT-only,
immediate-MDT-and-Trace,
logged-MDT-only,
...,
logged-MBSFN-MDT
}
MDT-Location-Info ::= BIT STRING (SIZE (8))
MDT-Configuration ::= SEQUENCE {
mdt-Activation MDT-Activation,
areaScopeOfMDT AreaScopeOfMDT,
mDTMode MDTMode,
iE-Extensions ProtocolExtensionContainer { { MDT-Configuration-ExtIEs} } OPTIONAL,
...
}
MDT-Configuration-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-SignallingBasedMDTPLMNList CRITICALITY ignore EXTENSION MDTPLMNList PRESENCE optional },
...
}
ManagementBasedMDTAllowed ::= ENUMERATED {allowed, ...}
MBSFN-ResultToLog ::= SEQUENCE (SIZE(1..maxnoofMBSFNAreaMDT)) OF MBSFN-ResultToLogInfo
MBSFN-ResultToLogInfo ::= SEQUENCE {
mBSFN-AreaId INTEGER (0..255) OPTIONAL,
carrierFreq EARFCN,
iE-Extensions ProtocolExtensionContainer { { MBSFN-ResultToLogInfo-ExtIEs} } OPTIONAL,
...
}
MBSFN-ResultToLogInfo-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
MDTPLMNList ::= SEQUENCE (SIZE(1..maxnoofMDTPLMNs)) OF PLMNidentity
PrivacyIndicator ::= ENUMERATED {
immediate-MDT,
logged-MDT,
...
}
MDTMode ::= CHOICE {
immediateMDT ImmediateMDT,
loggedMDT LoggedMDT,
...,
mDTMode-Extension MDTMode-Extension
}
MDTMode-Extension ::= ProtocolIE-SingleContainer {{ MDTMode-ExtensionIE }}
MDTMode-ExtensionIE S1AP-PROTOCOL-IES ::= {
{ ID id-LoggedMBSFNMDT CRITICALITY ignore TYPE LoggedMBSFNMDT PRESENCE mandatory}
}
MeasurementsToActivate ::= BIT STRING (SIZE (8))
MeasurementThresholdA2 ::= CHOICE {
threshold-RSRP Threshold-RSRP,
threshold-RSRQ Threshold-RSRQ,
...
}
MeasurementThresholdL1LoggedMDT ::= CHOICE {
threshold-RSRP Threshold-RSRP,
threshold-RSRQ Threshold-RSRQ,
choice-Extensions ProtocolIE-SingleContainer { { MeasurementThresholdL1LoggedMDT-ExtIEs} }
}
MeasurementThresholdL1LoggedMDT-ExtIEs S1AP-PROTOCOL-IES ::= {
...
}
MessageIdentifier ::= BIT STRING (SIZE (16))
MobilityInformation ::= BIT STRING (SIZE(32))
MMEname ::= PrintableString (SIZE (1..150,...))
MMEPagingTarget ::= CHOICE {
global-ENB-ID Global-ENB-ID,
tAI TAI,
...
}
MMERelaySupportIndicator ::= ENUMERATED {true, ...}
MME-Group-ID ::= OCTET STRING (SIZE (2))
MME-Code ::= OCTET STRING (SIZE (1))
MME-UE-S1AP-ID ::= INTEGER (0..4294967295)
M-TMSI ::= OCTET STRING (SIZE (4))
MSClassmark2 ::= OCTET STRING
MSClassmark3 ::= OCTET STRING
MutingAvailabilityIndication ::= ENUMERATED {
available,
unavailable,
...
}
MutingPatternInformation ::= SEQUENCE {
muting-pattern-period ENUMERATED {ms0, ms1280, ms2560, ms5120, ms10240, ...},
muting-pattern-offset INTEGER (0..10239, ...) OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {MutingPatternInformation-ExtIEs} } OPTIONAL,
...
}
MutingPatternInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
MDT-ConfigurationNR ::= OCTET STRING
-- N
NAS-PDU ::= OCTET STRING
NASSecurityParametersfromE-UTRAN ::= OCTET STRING
NASSecurityParameterstoE-UTRAN ::= OCTET STRING
NB-IoT-DefaultPagingDRX ::= ENUMERATED {
v128,
v256,
v512,
v1024,
...
}
NB-IoT-PagingDRX ::= ENUMERATED { v32, v64, v128, v256, v512, v1024,...}
NB-IoT-Paging-eDRXInformation ::= SEQUENCE {
nB-IoT-paging-eDRX-Cycle NB-IoT-Paging-eDRX-Cycle,
nB-IoT-pagingTimeWindow NB-IoT-PagingTimeWindow OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { NB-IoT-Paging-eDRXInformation-ExtIEs} } OPTIONAL,
...
}
NB-IoT-Paging-eDRXInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
NB-IoT-Paging-eDRX-Cycle ::= ENUMERATED{hf2, hf4, hf6, hf8, hf10, hf12, hf14, hf16, hf32, hf64, hf128, hf256, hf512, hf1024, ...}
NB-IoT-PagingTimeWindow ::= ENUMERATED{s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15, s16, ...}
NB-IoT-RLF-Report-Container ::= OCTET STRING
NB-IoT-UEIdentityIndexValue ::= BIT STRING (SIZE (12))
NextPagingAreaScope ::= ENUMERATED {
same,
changed,
...
}
NotifySourceeNB ::= ENUMERATED {
notifySource,
...
}
NRCellIdentity ::= BIT STRING (SIZE(36))
NR-CGI ::= SEQUENCE {
pLMNIdentity PLMNidentity,
nRCellIdentity NRCellIdentity,
iE-Extensions ProtocolExtensionContainer { {NR-CGI-ExtIEs} } OPTIONAL,
...
}
NR-CGI-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
NRencryptionAlgorithms ::= BIT STRING (SIZE (16,...))
NRintegrityProtectionAlgorithms ::= BIT STRING (SIZE (16,...))
NRrestrictioninEPSasSecondaryRAT ::= ENUMERATED {
nRrestrictedinEPSasSecondaryRAT,
...
}
NRrestrictionin5GS ::= ENUMERATED {
nRrestrictedin5GS,
...
}
NRUESecurityCapabilities ::= SEQUENCE {
nRencryptionAlgorithms NRencryptionAlgorithms,
nRintegrityProtectionAlgorithms NRintegrityProtectionAlgorithms,
iE-Extensions ProtocolExtensionContainer { { NRUESecurityCapabilities-ExtIEs} } OPTIONAL,
...
}
NRUESecurityCapabilities-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
NumberofBroadcastRequest ::= INTEGER (0..65535)
NumberOfBroadcasts ::= INTEGER (0..65535)
NRV2XServicesAuthorized ::= SEQUENCE {
vehicleUE VehicleUE OPTIONAL,
pedestrianUE PedestrianUE OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {NRV2XServicesAuthorized-ExtIEs} } OPTIONAL,
...
}
NRV2XServicesAuthorized-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
NRUESidelinkAggregateMaximumBitrate ::= SEQUENCE {
uEaggregateMaximumBitRate BitRate,
iE-Extensions ProtocolExtensionContainer { {NRUESidelinkAggregateMaximumBitrate-ExtIEs} } OPTIONAL,
...
}
NRUESidelinkAggregateMaximumBitrate-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- O
OldBSS-ToNewBSS-Information ::= OCTET STRING
-- This is a dummy IE used only as a reference to the actual definition in relevant specification.
OverloadAction ::= ENUMERATED {
reject-non-emergency-mo-dt,
reject-rrc-cr-signalling,
permit-emergency-sessions-and-mobile-terminated-services-only,
...,
permit-high-priority-sessions-and-mobile-terminated-services-only,
reject-delay-tolerant-access,
permit-high-priority-sessions-and-exception-reporting-and-mobile-terminated-services-only,
not-accept-mo-data-or-delay-tolerant-access-from-CP-CIoT
}
OverloadResponse ::= CHOICE {
overloadAction OverloadAction,
...
}
-- P
Packet-LossRate ::= INTEGER(0..1000)
PagingAttemptInformation ::= SEQUENCE {
pagingAttemptCount PagingAttemptCount,
intendedNumberOfPagingAttempts IntendedNumberOfPagingAttempts,
nextPagingAreaScope NextPagingAreaScope OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { PagingAttemptInformation-ExtIEs} } OPTIONAL,
...
}
PagingAttemptInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
PagingAttemptCount ::= INTEGER (1..16, ...)
Paging-eDRXInformation ::= SEQUENCE {
paging-eDRX-Cycle Paging-eDRX-Cycle,
pagingTimeWindow PagingTimeWindow OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Paging-eDRXInformation-ExtIEs} } OPTIONAL,
...
}
Paging-eDRXInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
Paging-eDRX-Cycle ::= ENUMERATED{hfhalf, hf1, hf2, hf4, hf6, hf8, hf10, hf12, hf14, hf16, hf32, hf64, hf128, hf256, ...}
PagingTimeWindow ::= ENUMERATED{s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15, s16, ...}
PagingDRX ::= ENUMERATED {
v32,
v64,
v128,
v256,
...
}
PagingPriority ::= ENUMERATED {
priolevel1,
priolevel2,
priolevel3,
priolevel4,
priolevel5,
priolevel6,
priolevel7,
priolevel8,
...
}
PagingProbabilityInformation ::= ENUMERATED {p00, p05, p10, p15, p20, p25, p30, p35, p40, p45, p50, p55, p60, p65, p70, p75, p80, p85, p90, p95, p100, ...}
PagingCause::= ENUMERATED {voice, ...}
PC5QoSParameters ::= SEQUENCE {
pc5QoSFlowList PC5QoSFlowList,
pc5LinkAggregatedBitRates BitRate OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { PC5QoSParameters-ExtIEs} } OPTIONAL,
...
}
PC5QoSParameters-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
PC5QoSFlowList ::= SEQUENCE (SIZE(1..maxnoofPC5QoSFlows)) OF PC5QoSFlowItem
PC5QoSFlowItem::= SEQUENCE {
pQI FiveQI,
pc5FlowBitRates PC5FlowBitRates OPTIONAL,
range Range OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { PC5QoSFlowItem-ExtIEs} } OPTIONAL,
...
}
PC5QoSFlowItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
PC5FlowBitRates ::= SEQUENCE {
guaranteedFlowBitRate BitRate,
maximumFlowBitRate BitRate,
iE-Extensions ProtocolExtensionContainer { { PC5FlowBitRates-ExtIEs} } OPTIONAL,
...
}
PC5FlowBitRates-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
PDCP-SN ::= INTEGER (0..4095)
PDCP-SNExtended ::= INTEGER (0..32767)
PDCP-SNlength18 ::= INTEGER (0..262143)
PendingDataIndication ::= ENUMERATED {
true,
...
}
M1PeriodicReporting ::= SEQUENCE {
reportInterval ReportIntervalMDT,
reportAmount ReportAmountMDT,
iE-Extensions ProtocolExtensionContainer { { M1PeriodicReporting-ExtIEs} } OPTIONAL,
...
}
M1PeriodicReporting-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
PLMNidentity ::= TBCD-STRING
PLMNAreaBasedQMC ::= SEQUENCE {
plmnListforQMC PLMNListforQMC,
iE-Extensions ProtocolExtensionContainer { {PLMNAreaBasedQMC-ExtIEs} } OPTIONAL,
...
}
PLMNAreaBasedQMC-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
PLMNListforQMC ::= SEQUENCE (SIZE(1..maxnoofPLMNforQMC)) OF PLMNidentity
Port-Number ::= OCTET STRING (SIZE (2))
Pre-emptionCapability ::= ENUMERATED {
shall-not-trigger-pre-emption,
may-trigger-pre-emption
}
Pre-emptionVulnerability ::= ENUMERATED {
not-pre-emptable,
pre-emptable
}
PriorityLevel ::= INTEGER { spare (0), highest (1), lowest (14), no-priority (15) } (0..15)
ProSeAuthorized ::= SEQUENCE {
proSeDirectDiscovery ProSeDirectDiscovery OPTIONAL,
proSeDirectCommunication ProSeDirectCommunication OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {ProSeAuthorized-ExtIEs} } OPTIONAL,
...
}
ProSeAuthorized-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-ProSeUEtoNetworkRelaying CRITICALITY ignore EXTENSION ProSeUEtoNetworkRelaying PRESENCE optional},
...
}
ProSeDirectDiscovery ::= ENUMERATED {
authorized,
not-authorized,
...
}
ProSeUEtoNetworkRelaying ::= ENUMERATED {
authorized,
not-authorized,
...
}
ProSeDirectCommunication ::= ENUMERATED {
authorized,
not-authorized,
...
}
PS-ServiceNotAvailable ::= ENUMERATED {
ps-service-not-available,
...
}
PSCellInformation ::= SEQUENCE {
nCGI NR-CGI,
iE-Extensions ProtocolExtensionContainer { { PSCellInformation-ExtIEs} } OPTIONAL,
...
}
PSCellInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- Q
QCI ::= INTEGER (0..255)
-- R
RACSIndication ::= ENUMERATED {true, ...}
RAN-UE-NGAP-ID ::= INTEGER (0..4294967295)
Range ::= ENUMERATED {m50, m80, m180, m200, m350, m400, m500, m700, m1000, ...}
ReceiveStatusofULPDCPSDUs ::= BIT STRING (SIZE(4096))
ReceiveStatusOfULPDCPSDUsExtended ::= BIT STRING (SIZE(1..16384))
ReceiveStatusOfULPDCPSDUsPDCP-SNlength18 ::= BIT STRING (SIZE(1..131072))
RecommendedCellsForPaging ::= SEQUENCE {
recommendedCellList RecommendedCellList,
iE-Extensions ProtocolExtensionContainer { { RecommendedCellsForPaging-ExtIEs} } OPTIONAL,
...
}
RecommendedCellsForPaging-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
RecommendedCellList ::= SEQUENCE (SIZE(1.. maxnoofRecommendedCells)) OF ProtocolIE-SingleContainer { { RecommendedCellItemIEs } }
RecommendedCellItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-RecommendedCellItem CRITICALITY ignore TYPE RecommendedCellItem PRESENCE mandatory },
...
}
RecommendedCellItem::= SEQUENCE {
eUTRAN-CGI EUTRAN-CGI,
timeStayedInCell INTEGER (0..4095) OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RecommendedCellsForPagingItem-ExtIEs} } OPTIONAL,
...
}
RecommendedCellsForPagingItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
RecommendedENBsForPaging ::= SEQUENCE {
recommendedENBList RecommendedENBList,
iE-Extensions ProtocolExtensionContainer { { RecommendedENBsForPaging-ExtIEs} } OPTIONAL,
...
}
RecommendedENBsForPaging-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
RecommendedENBList::= SEQUENCE (SIZE(1.. maxnoofRecommendedENBs)) OF ProtocolIE-SingleContainer { { RecommendedENBItemIEs } }
RecommendedENBItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-RecommendedENBItem CRITICALITY ignore TYPE RecommendedENBItem PRESENCE mandatory },
...
}
RecommendedENBItem ::= SEQUENCE {
mMEPagingTarget MMEPagingTarget,
iE-Extensions ProtocolExtensionContainer { { RecommendedENBItem-ExtIEs} } OPTIONAL,
...
}
RecommendedENBItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
RelativeMMECapacity ::= INTEGER (0..255)
RelayNode-Indicator ::= ENUMERATED {
true,
...
}
RAC ::= OCTET STRING (SIZE (1))
RAT-Restrictions ::= SEQUENCE (SIZE(1..maxnoofEPLMNsPlusOne)) OF RAT-RestrictionsItem
RAT-RestrictionsItem ::= SEQUENCE {
pLMNidentity PLMNidentity,
rAT-RestrictionInformation BIT STRING (SIZE(8, ...)),
iE-Extensions ProtocolExtensionContainer { { RAT-RestrictionsItem-ExtIEs} } OPTIONAL,
...
}
RAT-RestrictionsItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
RAT-Type ::= ENUMERATED {
nbiot,
...,
nbiot-leo,
nbiot-meo,
nbiot-geo,
nbiot-othersat,
eutran-leo,
eutran-meo,
eutran-geo,
eutran-othersat
}
ReportAmountMDT ::= ENUMERATED{r1, r2, r4, r8, r16, r32, r64, rinfinity}
ReportIntervalMDT ::= ENUMERATED {ms120, ms240, ms480, ms640, ms1024, ms2048, ms5120, ms10240, min1, min6, min12, min30, min60}
M1ReportingTrigger ::= ENUMERATED{
periodic,
a2eventtriggered,
...,
a2eventtriggered-periodic
}
RequestType ::= SEQUENCE {
eventType EventType,
reportArea ReportArea,
iE-Extensions ProtocolExtensionContainer { { RequestType-ExtIEs} } OPTIONAL,
...
}
RequestType-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-RequestTypeAdditionalInfo CRITICALITY ignore EXTENSION RequestTypeAdditionalInfo PRESENCE optional },
...
}
RequestTypeAdditionalInfo ::= ENUMERATED {
includePSCell,
...
}
RIMTransfer ::= SEQUENCE {
rIMInformation RIMInformation,
rIMRoutingAddress RIMRoutingAddress OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { RIMTransfer-ExtIEs} } OPTIONAL,
...
}
RIMTransfer-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
RIMInformation ::= OCTET STRING
RIMRoutingAddress ::= CHOICE {
gERAN-Cell-ID GERAN-Cell-ID,
...,
targetRNC-ID TargetRNC-ID,
eHRPD-Sector-ID OCTET STRING (SIZE(16))
}
ReportArea ::= ENUMERATED {
ecgi,
...
}
RepetitionPeriod ::= INTEGER (0..4095)
RLFReportInformation ::= SEQUENCE {
uE-RLF-Report-Container UE-RLF-Report-Container,
uE-RLF-Report-Container-for-extended-bands UE-RLF-Report-Container-for-extended-bands OPTIONAL,
iE-Extensions ProtocolExtensionContainer {{ RLFReportInformation-ExtIEs}} OPTIONAL,
...
}
RLFReportInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ID id-NB-IoT-RLF-Report-Container CRITICALITY ignore EXTENSION NB-IoT-RLF-Report-Container PRESENCE optional},
...
}
RNC-ID ::= INTEGER (0..4095)
RRC-Container ::= OCTET STRING
RRC-Establishment-Cause ::= ENUMERATED {
emergency,
highPriorityAccess,
mt-Access,
mo-Signalling,
mo-Data,
...,
delay-TolerantAccess,
mo-VoiceCall,
mo-ExceptionData
}
ECGIListForRestart ::= SEQUENCE (SIZE(1..maxnoofCellsforRestart)) OF EUTRAN-CGI
Routing-ID ::= INTEGER (0..255)
-- S
SecurityKey ::= BIT STRING (SIZE(256))
SecurityContext ::= SEQUENCE {
nextHopChainingCount INTEGER (0..7),
nextHopParameter SecurityKey,
iE-Extensions ProtocolExtensionContainer { { SecurityContext-ExtIEs} } OPTIONAL,
...
}
SecurityContext-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
SecondaryRATType ::= ENUMERATED {
nR,
...,
unlicensed
}
SecondaryRATDataUsageRequest ::= ENUMERATED {
requested,
...
}
SecondaryRATDataUsageReportList ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { {SecondaryRATDataUsageReportItemIEs} }
SecondaryRATDataUsageReportItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-SecondaryRATDataUsageReportItem CRITICALITY ignore TYPE SecondaryRATDataUsageReportItem PRESENCE mandatory },
...
}
SecondaryRATDataUsageReportItem ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
secondaryRATType SecondaryRATType,
e-RABUsageReportList E-RABUsageReportList,
iE-Extensions ProtocolExtensionContainer { { SecondaryRATDataUsageReportItem-ExtIEs} } OPTIONAL,
...
}
SecondaryRATDataUsageReportItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
SecurityIndication ::= SEQUENCE {
integrityProtectionIndication IntegrityProtectionIndication,
iE-Extensions ProtocolExtensionContainer { { SecurityIndication-ExtIEs } } OPTIONAL,
...
}
SecurityIndication-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
SecurityResult ::= SEQUENCE {
integrityProtectionResult IntegrityProtectionResult,
iE-Extensions ProtocolExtensionContainer { {SecurityResult-ExtIEs} } OPTIONAL,
...
}
SecurityResult-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
SensorMeasConfig::= ENUMERATED {setup,...}
SensorMeasConfigNameItem ::= SEQUENCE {
sensorNameConfig SensorNameConfig,
iE-Extensions ProtocolExtensionContainer { { SensorMeasConfigNameItem-ExtIEs } } OPTIONAL,
...
}
SensorMeasConfigNameItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
SensorMeasConfigNameList ::= SEQUENCE (SIZE(1..maxnoofSensorName)) OF SensorMeasConfigNameItem
SensorMeasurementConfiguration ::= SEQUENCE {
sensorMeasConfig SensorMeasConfig,
sensorMeasConfigNameList SensorMeasConfigNameList OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {SensorMeasurementConfiguration-ExtIEs} } OPTIONAL,
...
}
SensorMeasurementConfiguration-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
SensorNameConfig ::= CHOICE {
uncompensatedBarometricConfig ENUMERATED {true, ...},
choice-Extensions ProtocolIE-SingleContainer { {SensorNameConfig-ExtIEs} }
}
SensorNameConfig-ExtIEs S1AP-PROTOCOL-IES ::= {
...
}
SerialNumber ::= BIT STRING (SIZE (16))
ServiceType ::= ENUMERATED{
qMC-for-streaming-service,
qMC-for-MTSI-service,
...
}
SONInformation ::= CHOICE{
sONInformationRequest SONInformationRequest,
sONInformationReply SONInformationReply,
...,
sONInformation-Extension SONInformation-Extension
}
SONInformation-Extension ::= ProtocolIE-SingleContainer {{ SONInformation-ExtensionIE }}
SONInformation-ExtensionIE S1AP-PROTOCOL-IES ::= {
{ ID id-SON-Information-Report CRITICALITY ignore TYPE SONInformationReport PRESENCE mandatory}
}
SONInformationRequest ::= ENUMERATED {
x2TNL-Configuration-Info,
...,
time-Synchronisation-Info,
activate-Muting,
deactivate-Muting}
SONInformationReply ::= SEQUENCE {
x2TNLConfigurationInfo X2TNLConfigurationInfo OPTIONAL,
iE-Extensions ProtocolExtensionContainer {{SONInformationReply-ExtIEs}} OPTIONAL,
...
}
SONInformationReply-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 9 to transfer Time synchronisation information --
{ID id-Time-Synchronisation-Info CRITICALITY ignore EXTENSION TimeSynchronisationInfo PRESENCE optional},
...,
{ID id-Muting-Pattern-Information CRITICALITY ignore EXTENSION MutingPatternInformation PRESENCE optional}
}
SONInformationReport ::= CHOICE{
rLFReportInformation RLFReportInformation,
...
}
SONConfigurationTransfer ::= SEQUENCE {
targeteNB-ID TargeteNB-ID,
sourceeNB-ID SourceeNB-ID,
sONInformation SONInformation,
iE-Extensions ProtocolExtensionContainer { { SONConfigurationTransfer-ExtIEs} } OPTIONAL,
...
}
SONConfigurationTransfer-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 10 to transfer the IP addresses of the eNB initiating the ANR action --
{ID id-x2TNLConfigurationInfo CRITICALITY ignore EXTENSION X2TNLConfigurationInfo PRESENCE conditional
-- This IE shall be present if the SON Information IE contains the SON Information Request IE and the SON Information Request IE is set to "X2TNL Configuration Info" --}|
-- Extension for Release 12 to transfer information concerning the source cell of synchronisation and the aggressor cell --
{ID id-Synchronisation-Information CRITICALITY ignore EXTENSION SynchronisationInformation PRESENCE conditional
-- This IE shall be present if the SON Information IE contains the SON Information Request IE set to " Activate Muting " --},
...
}
SynchronisationInformation ::= SEQUENCE {
sourceStratumLevel StratumLevel OPTIONAL,
listeningSubframePattern ListeningSubframePattern OPTIONAL,
aggressoreCGI-List ECGI-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {SynchronisationInformation-ExtIEs} } OPTIONAL,
...
}
SynchronisationInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
Source-ToTarget-TransparentContainer ::= OCTET STRING
-- This IE includes a transparent container from the source RAN node to the target RAN node.
-- The octets of the OCTET STRING are encoded according to the specifications of the target system.
SourceBSS-ToTargetBSS-TransparentContainer ::= OCTET STRING
-- This is a dummy IE used only as a reference to the actual definition in relevant specification.
SourceeNB-ID ::= SEQUENCE {
global-ENB-ID Global-ENB-ID,
selected-TAI TAI,
iE-Extensions ProtocolExtensionContainer { {SourceeNB-ID-ExtIEs} } OPTIONAL
}
SourceeNB-ID-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
SRVCCOperationNotPossible ::= ENUMERATED {
notPossible,
...
}
SRVCCOperationPossible ::= ENUMERATED {
possible,
...
}
SRVCCHOIndication ::= ENUMERATED {
pSandCS,
cSonly,
...
}
SourceNodeID ::= CHOICE {
sourceNgRanNode-ID SourceNgRanNode-ID,
sourceNodeID-Extension SourceNodeID-Extension
}
SourceNodeID-Extension ::= ProtocolIE-SingleContainer {{ SourceNodeID-ExtensionIE }}
SourceNodeID-ExtensionIE S1AP-PROTOCOL-IES ::= {
...
}
SourceeNB-ToTargeteNB-TransparentContainer ::= SEQUENCE {
rRC-Container RRC-Container,
e-RABInformationList E-RABInformationList OPTIONAL,
targetCell-ID EUTRAN-CGI,
subscriberProfileIDforRFP SubscriberProfileIDforRFP OPTIONAL,
uE-HistoryInformation UE-HistoryInformation,
iE-Extensions ProtocolExtensionContainer { {SourceeNB-ToTargeteNB-TransparentContainer-ExtIEs} } OPTIONAL,
...
}
SourceeNB-ToTargeteNB-TransparentContainer-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ID id-MobilityInformation CRITICALITY ignore EXTENSION MobilityInformation PRESENCE optional}|
{ID id-uE-HistoryInformationFromTheUE CRITICALITY ignore EXTENSION UE-HistoryInformationFromTheUE PRESENCE optional}|
{ID id-IMSvoiceEPSfallbackfrom5G CRITICALITY ignore EXTENSION IMSvoiceEPSfallbackfrom5G PRESENCE optional}|
{ID id-AdditionalRRMPriorityIndex CRITICALITY ignore EXTENSION AdditionalRRMPriorityIndex PRESENCE optional}|
{ID id-ContextatSource CRITICALITY ignore EXTENSION ContextatSource PRESENCE optional}|
{ID id-IntersystemMeasurementConfiguration CRITICALITY ignore EXTENSION IntersystemMeasurementConfiguration PRESENCE optional}|
{ID id-SourceNodeID CRITICALITY ignore EXTENSION SourceNodeID PRESENCE optional}|
{ID id-EmergencyIndicator CRITICALITY ignore EXTENSION EmergencyIndicator PRESENCE optional}|
{ID id-UEContextReferenceatSourceeNB CRITICALITY ignore EXTENSION ENB-UE-S1AP-ID PRESENCE optional}|
{ID id-SourceSNID CRITICALITY ignore EXTENSION Global-RAN-NODE-ID PRESENCE optional}|
{ID id-Direct-Forwarding-Path-Availability CRITICALITY ignore EXTENSION Direct-Forwarding-Path-Availability PRESENCE optional},
...
}
SourceNgRanNode-ID ::= SEQUENCE {
global-RAN-NODE-ID Global-RAN-NODE-ID,
selected-TAI FiveGSTAI,
iE-Extensions ProtocolExtensionContainer { { SourceNgRanNode-ID-ExtIEs} } OPTIONAL,
...
}
SourceNgRanNode-ID-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
SourceRNC-ToTargetRNC-TransparentContainer ::= OCTET STRING
-- This is a dummy IE used only as a reference to the actual definition in relevant specification.
SourceNgRanNode-ToTargetNgRanNode-TransparentContainer ::= OCTET STRING
-- This is a dummy IE used only as a reference to the actual definition in relevant specification.
ServedGUMMEIs ::= SEQUENCE (SIZE (1.. maxnoofRATs)) OF ServedGUMMEIsItem
ServedGUMMEIsItem ::= SEQUENCE {
servedPLMNs ServedPLMNs,
servedGroupIDs ServedGroupIDs,
servedMMECs ServedMMECs,
iE-Extensions ProtocolExtensionContainer { {ServedGUMMEIsItem-ExtIEs} } OPTIONAL,
...
}
ServedGUMMEIsItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ID id-GUMMEIType CRITICALITY ignore EXTENSION GUMMEIType PRESENCE optional},
...
}
ServedGroupIDs ::= SEQUENCE (SIZE(1.. maxnoofGroupIDs)) OF MME-Group-ID
ServedMMECs ::= SEQUENCE (SIZE(1.. maxnoofMMECs)) OF MME-Code
ServedPLMNs ::= SEQUENCE (SIZE(1.. maxnoofPLMNsPerMME)) OF PLMNidentity
SubscriberProfileIDforRFP ::= INTEGER (1..256)
Subscription-Based-UE-DifferentiationInfo ::= SEQUENCE {
periodicCommunicationIndicator ENUMERATED {periodically, ondemand, ...} OPTIONAL,
periodicTime INTEGER (1..3600, ...) OPTIONAL,
scheduledCommunicationTime ScheduledCommunicationTime OPTIONAL,
stationaryIndication ENUMERATED {stationary, mobile, ...} OPTIONAL,
trafficProfile ENUMERATED {single-packet, dual-packets, multiple-packets, ...} OPTIONAL,
batteryIndication ENUMERATED {battery-powered, battery-powered-not-rechargeable-or-replaceable, not-battery-powered, ...} OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { Subscription-Based-UE-DifferentiationInfo-ExtIEs} } OPTIONAL,
...
}
Subscription-Based-UE-DifferentiationInfo-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
ScheduledCommunicationTime ::= SEQUENCE {
dayofWeek BIT STRING (SIZE(7)) OPTIONAL,
timeofDayStart INTEGER (0..86399, ...) OPTIONAL,
timeofDayEnd INTEGER (0..86399, ...) OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ScheduledCommunicationTime-ExtIEs}} OPTIONAL,
...
}
ScheduledCommunicationTime-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
SupportedTAs ::= SEQUENCE (SIZE(1.. maxnoofTACs)) OF SupportedTAs-Item
SupportedTAs-Item ::= SEQUENCE {
tAC TAC,
broadcastPLMNs BPLMNs,
iE-Extensions ProtocolExtensionContainer { {SupportedTAs-Item-ExtIEs} } OPTIONAL,
...
}
SupportedTAs-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 13 to transfer RAT-Type per TAC --
{ID id-RAT-Type CRITICALITY reject EXTENSION RAT-Type PRESENCE optional},
...
}
StratumLevel ::= INTEGER (0..3, ...)
SynchronisationStatus ::= ENUMERATED { synchronous, asynchronous, ... }
TimeSynchronisationInfo ::= SEQUENCE {
stratumLevel StratumLevel,
synchronisationStatus SynchronisationStatus,
iE-Extensions ProtocolExtensionContainer { { TimeSynchronisationInfo-ExtIEs} } OPTIONAL,
...
}
TimeSynchronisationInfo-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 12 to transfer Muting Availability Indication --
{ID id-Muting-Availability-Indication CRITICALITY ignore EXTENSION MutingAvailabilityIndication PRESENCE optional},
...
}
S-TMSI ::= SEQUENCE {
mMEC MME-Code,
m-TMSI M-TMSI,
iE-Extensions ProtocolExtensionContainer { {S-TMSI-ExtIEs} } OPTIONAL,
...
}
S-TMSI-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- T
TAC ::= OCTET STRING (SIZE (2))
TACList-In-LTE-NTN ::= SEQUENCE (SIZE(1..maxnoofTACsInNTN)) OF TAC
TAIBasedMDT ::= SEQUENCE {
tAIListforMDT TAIListforMDT,
iE-Extensions ProtocolExtensionContainer { {TAIBasedMDT-ExtIEs} } OPTIONAL,
...
}
TAIBasedMDT-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
TAIListforMDT ::= SEQUENCE (SIZE(1..maxnoofTAforMDT)) OF TAI
TAIListforWarning ::= SEQUENCE (SIZE(1..maxnoofTAIforWarning)) OF TAI
TAI ::= SEQUENCE {
pLMNidentity PLMNidentity,
tAC TAC,
iE-Extensions ProtocolExtensionContainer { {TAI-ExtIEs} } OPTIONAL,
...
}
TAI-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
TAI-Broadcast ::= SEQUENCE (SIZE(1..maxnoofTAIforWarning)) OF TAI-Broadcast-Item
TAI-Broadcast-Item ::= SEQUENCE {
tAI TAI,
completedCellinTAI CompletedCellinTAI,
iE-Extensions ProtocolExtensionContainer { {TAI-Broadcast-Item-ExtIEs} } OPTIONAL,
...
}
TAI-Broadcast-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
TAI-Cancelled ::= SEQUENCE (SIZE(1..maxnoofTAIforWarning)) OF TAI-Cancelled-Item
TAI-Cancelled-Item ::= SEQUENCE {
tAI TAI,
cancelledCellinTAI CancelledCellinTAI,
iE-Extensions ProtocolExtensionContainer { {TAI-Cancelled-Item-ExtIEs} } OPTIONAL,
...
}
TAI-Cancelled-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
TABasedMDT ::= SEQUENCE {
tAListforMDT TAListforMDT,
iE-Extensions ProtocolExtensionContainer { {TABasedMDT-ExtIEs} } OPTIONAL,
...
}
TABasedMDT-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
TAListforMDT ::= SEQUENCE (SIZE(1..maxnoofTAforMDT)) OF TAC
TABasedQMC ::= SEQUENCE {
tAListforQMC TAListforQMC,
iE-Extensions ProtocolExtensionContainer { {TABasedQMC-ExtIEs} } OPTIONAL,
...
}
TABasedQMC-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
TAListforQMC ::= SEQUENCE (SIZE(1..maxnoofTAforQMC)) OF TAC
TAIBasedQMC ::= SEQUENCE {
tAIListforQMC TAIListforQMC,
iE-Extensions ProtocolExtensionContainer { {TAIBasedQMC-ExtIEs} } OPTIONAL,
...
}
TAIBasedQMC-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
TAIListforQMC ::= SEQUENCE (SIZE(1..maxnoofTAforQMC)) OF TAI
CompletedCellinTAI ::= SEQUENCE (SIZE(1..maxnoofCellinTAI)) OF CompletedCellinTAI-Item
CompletedCellinTAI-Item ::= SEQUENCE{
eCGI EUTRAN-CGI,
iE-Extensions ProtocolExtensionContainer { {CompletedCellinTAI-Item-ExtIEs} } OPTIONAL,
...
}
CompletedCellinTAI-Item-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
TBCD-STRING ::= OCTET STRING (SIZE (3))
TargetID ::= CHOICE {
targeteNB-ID TargeteNB-ID,
targetRNC-ID TargetRNC-ID,
cGI CGI,
...,
targetgNgRanNode-ID TargetNgRanNode-ID
}
TargeteNB-ID ::= SEQUENCE {
global-ENB-ID Global-ENB-ID,
selected-TAI TAI,
iE-Extensions ProtocolExtensionContainer { {TargeteNB-ID-ExtIEs} } OPTIONAL,
...
}
TargeteNB-ID-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
TargetRNC-ID ::= SEQUENCE {
lAI LAI,
rAC RAC OPTIONAL,
rNC-ID RNC-ID,
extendedRNC-ID ExtendedRNC-ID OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {TargetRNC-ID-ExtIEs} } OPTIONAL,
...
}
TargetRNC-ID-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
TargetNgRanNode-ID ::= SEQUENCE {
global-RAN-NODE-ID Global-RAN-NODE-ID,
selected-TAI FiveGSTAI,
iE-Extensions ProtocolExtensionContainer { { TargetNgRanNode-ID-ExtIEs} } OPTIONAL,
...
}
TargetNgRanNode-ID-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
Global-RAN-NODE-ID::= CHOICE {
gNB GNB,
ng-eNB NG-eNB,
...
}
GNB ::= SEQUENCE {
global-gNB-ID Global-GNB-ID,
iE-Extensions ProtocolExtensionContainer { {GNB-ExtIEs} } OPTIONAL,
...
}
GNB-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
Global-GNB-ID ::= SEQUENCE {
pLMN-Identity PLMNidentity,
gNB-ID GNB-Identity,
iE-Extensions ProtocolExtensionContainer { { Global-GNB-ID-ExtIEs} } OPTIONAL,
...
}
Global-GNB-ID-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
GNB-Identity ::= CHOICE {
gNB-ID GNB-ID,
...
}
NG-eNB ::= SEQUENCE {
global-ng-eNB-ID Global-ENB-ID,
iE-Extensions ProtocolExtensionContainer { { NG-eNB-ExtIEs} } OPTIONAL,
...
}
NG-eNB-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
GNB-ID ::= BIT STRING (SIZE(22..32))
TargeteNB-ToSourceeNB-TransparentContainer ::= SEQUENCE {
rRC-Container RRC-Container,
iE-Extensions ProtocolExtensionContainer { {TargeteNB-ToSourceeNB-TransparentContainer-ExtIEs} } OPTIONAL,
...
}
TargeteNB-ToSourceeNB-TransparentContainer-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-DAPSResponseInfoList CRITICALITY ignore EXTENSION DAPSResponseInfoList PRESENCE optional}|
{ ID id-RACSIndication CRITICALITY ignore EXTENSION RACSIndication PRESENCE optional }|
{ ID id-E-RABSecurityResultList CRITICALITY ignore EXTENSION E-RABSecurityResultList PRESENCE optional}|
{ ID id-Direct-Forwarding-Path-Availability CRITICALITY ignore EXTENSION Direct-Forwarding-Path-Availability PRESENCE optional },
...
}
Target-ToSource-TransparentContainer ::= OCTET STRING
-- This IE includes a transparent container from the target RAN node to the source RAN node.
-- The octets of the OCTET STRING are coded according to the specifications of the target system.
TargetRNC-ToSourceRNC-TransparentContainer ::= OCTET STRING
-- This is a dummy IE used only as a reference to the actual definition in relevant specification.
TargetBSS-ToSourceBSS-TransparentContainer ::= OCTET STRING
-- This is a dummy IE used only as a reference to the actual definition in relevant specification.
TargetNgRanNode-ToSourceNgRanNode-TransparentContainer ::= OCTET STRING
-- This is a dummy IE used only as a reference to the actual definition in relevant specification.
M1ThresholdEventA2 ::= SEQUENCE {
measurementThreshold MeasurementThresholdA2,
iE-Extensions ProtocolExtensionContainer { { M1ThresholdEventA2-ExtIEs} } OPTIONAL,
...
}
M1ThresholdEventA2-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
Threshold-RSRP ::= INTEGER(0..97)
Threshold-RSRQ ::= INTEGER(0..34)
TimeToTrigger ::= ENUMERATED {ms0, ms40, ms64, ms80, ms100, ms128, ms160, ms256, ms320, ms480, ms512, ms640, ms1024, ms1280, ms2560, ms5120}
TimeToWait ::= ENUMERATED {v1s, v2s, v5s, v10s, v20s, v60s, ...}
Time-UE-StayedInCell ::= INTEGER (0..4095)
Time-UE-StayedInCell-EnhancedGranularity ::= INTEGER (0..40950)
TimeSinceSecondaryNodeRelease ::= OCTET STRING (SIZE(4))
TransportInformation ::= SEQUENCE {
transportLayerAddress TransportLayerAddress,
uL-GTP-TEID GTP-TEID,
...
}
TransportLayerAddress ::= BIT STRING (SIZE(1..160, ...))
TraceActivation ::= SEQUENCE {
e-UTRAN-Trace-ID E-UTRAN-Trace-ID,
interfacesToTrace InterfacesToTrace,
traceDepth TraceDepth,
traceCollectionEntityIPAddress TransportLayerAddress,
iE-Extensions ProtocolExtensionContainer { { TraceActivation-ExtIEs} } OPTIONAL,
...
}
TraceActivation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
-- Extension for Rel-10 to support MDT --
{ ID id-MDTConfiguration CRITICALITY ignore EXTENSION MDT-Configuration PRESENCE optional }|
-- Extension for Rel-15 to support QMC --
{ ID id-UEAppLayerMeasConfig CRITICALITY ignore EXTENSION UEAppLayerMeasConfig PRESENCE optional }|
{ ID id-MDTConfigurationNR CRITICALITY ignore EXTENSION MDT-ConfigurationNR PRESENCE optional }|
{ ID id-TraceCollectionEntityURI CRITICALITY ignore EXTENSION URI-Address PRESENCE optional },
...
}
TraceDepth ::= ENUMERATED {
minimum,
medium,
maximum,
minimumWithoutVendorSpecificExtension,
mediumWithoutVendorSpecificExtension,
maximumWithoutVendorSpecificExtension,
...
}
E-UTRAN-Trace-ID ::= OCTET STRING (SIZE (8))
TrafficLoadReductionIndication ::= INTEGER (1..99)
TunnelInformation ::= SEQUENCE {
transportLayerAddress TransportLayerAddress,
uDP-Port-Number Port-Number OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {Tunnel-Information-ExtIEs} } OPTIONAL,
...
}
Tunnel-Information-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
TypeOfError ::= ENUMERATED {
not-understood,
missing,
...
}
TAIListForRestart ::= SEQUENCE (SIZE(1..maxnoofRestartTAIs)) OF TAI
-- U
UEAggregateMaximumBitrate ::= SEQUENCE {
uEaggregateMaximumBitRateDL BitRate,
uEaggregateMaximumBitRateUL BitRate,
iE-Extensions ProtocolExtensionContainer { {UEAggregate-MaximumBitrates-ExtIEs} } OPTIONAL,
...
}
UEAggregate-MaximumBitrates-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
-- Extension for maximum bitrate > 10G bps --
{ ID id-extended-uEaggregateMaximumBitRateDL CRITICALITY ignore EXTENSION ExtendedBitRate PRESENCE optional}|
{ ID id-extended-uEaggregateMaximumBitRateUL CRITICALITY ignore EXTENSION ExtendedBitRate PRESENCE optional},
...
}
UEAppLayerMeasConfig ::= SEQUENCE {
containerForAppLayerMeasConfig OCTET STRING (SIZE(1..1000)),
areaScopeOfQMC AreaScopeOfQMC,
iE-Extensions ProtocolExtensionContainer { {UEAppLayerMeasConfig-ExtIEs} } OPTIONAL,
...
}
UEAppLayerMeasConfig-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ID id-serviceType CRITICALITY ignore EXTENSION ServiceType PRESENCE optional},
...
}
UECapabilityInfoRequest ::= ENUMERATED {
requested,
...
}
UE-RetentionInformation ::= ENUMERATED {
ues-retained,
...}
UE-S1AP-IDs ::= CHOICE{
uE-S1AP-ID-pair UE-S1AP-ID-pair,
mME-UE-S1AP-ID MME-UE-S1AP-ID,
...
}
UE-S1AP-ID-pair ::= SEQUENCE{
mME-UE-S1AP-ID MME-UE-S1AP-ID,
eNB-UE-S1AP-ID ENB-UE-S1AP-ID,
iE-Extensions ProtocolExtensionContainer { {UE-S1AP-ID-pair-ExtIEs} } OPTIONAL,
...
}
UE-S1AP-ID-pair-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
UE-associatedLogicalS1-ConnectionItem ::= SEQUENCE {
mME-UE-S1AP-ID MME-UE-S1AP-ID OPTIONAL,
eNB-UE-S1AP-ID ENB-UE-S1AP-ID OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { UE-associatedLogicalS1-ConnectionItemExtIEs} } OPTIONAL,
...
}
UE-associatedLogicalS1-ConnectionItemExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
UEIdentityIndexValue ::= BIT STRING (SIZE (10))
UE-HistoryInformation ::= SEQUENCE (SIZE(1..maxnoofCellsinUEHistoryInfo)) OF LastVisitedCell-Item
UE-HistoryInformationFromTheUE ::= OCTET STRING
UEPagingID ::= CHOICE {
s-TMSI S-TMSI,
iMSI IMSI,
...
}
UERadioCapability ::= OCTET STRING
UERadioCapabilityForPaging ::= OCTET STRING
UERadioCapabilityID ::= OCTET STRING
UE-RLF-Report-Container ::= OCTET STRING
UE-RLF-Report-Container-for-extended-bands ::= OCTET STRING
UESecurityCapabilities ::= SEQUENCE {
encryptionAlgorithms EncryptionAlgorithms,
integrityProtectionAlgorithms IntegrityProtectionAlgorithms,
iE-Extensions ProtocolExtensionContainer { { UESecurityCapabilities-ExtIEs} } OPTIONAL,
...
}
UESecurityCapabilities-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
UESidelinkAggregateMaximumBitrate ::= SEQUENCE {
uESidelinkAggregateMaximumBitRate BitRate,
iE-Extensions ProtocolExtensionContainer { {UE-Sidelink-Aggregate-MaximumBitrates-ExtIEs} } OPTIONAL,
...
}
UE-Sidelink-Aggregate-MaximumBitrates-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
UE-Usage-Type ::= INTEGER (0..255)
UL-CP-SecurityInformation ::= SEQUENCE {
ul-NAS-MAC UL-NAS-MAC,
ul-NAS-Count UL-NAS-Count,
iE-Extensions ProtocolExtensionContainer { { UL-CP-SecurityInformation-ExtIEs} } OPTIONAL,
...
}
UL-CP-SecurityInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
UL-NAS-MAC ::= BIT STRING (SIZE (16))
UL-NAS-Count ::= BIT STRING (SIZE (5))
UnlicensedSpectrumRestriction ::= ENUMERATED {
unlicensed-restricted,
...
}
URI-Address ::= VisibleString
UserLocationInformation ::= SEQUENCE {
eutran-cgi EUTRAN-CGI,
tai TAI,
iE-Extensions ProtocolExtensionContainer { { UserLocationInformation-ExtIEs} } OPTIONAL,
...
}
UserLocationInformation-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-PSCellInformation CRITICALITY ignore EXTENSION PSCellInformation PRESENCE optional}|
{ ID id-LTE-NTN-TAI-Information CRITICALITY ignore EXTENSION LTE-NTN-TAI-Information PRESENCE optional},
...
}
UEUserPlaneCIoTSupportIndicator ::= ENUMERATED {
supported,
...
}
UE-Application-Layer-Measurement-Capability ::= BIT STRING (SIZE (8))
-- First bit: QoE Measurement for streaming service
-- Second bit: QoE Measurement for MTSI service
-- Note that undefined bits are considered as a spare bit and spare bits shall be set to 0 by the transmitter and shall be ignored by the receiver.
-- V
VoiceSupportMatchIndicator ::= ENUMERATED {
supported,
not-supported,
...
}
V2XServicesAuthorized ::= SEQUENCE {
vehicleUE VehicleUE OPTIONAL,
pedestrianUE PedestrianUE OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {V2XServicesAuthorized-ExtIEs} } OPTIONAL,
...
}
V2XServicesAuthorized-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
VehicleUE ::= ENUMERATED {
authorized,
not-authorized,
...
}
PedestrianUE ::= ENUMERATED {
authorized,
not-authorized,
...
}
-- W
WarningAreaCoordinates ::= OCTET STRING (SIZE(1..1024))
WarningAreaList ::= CHOICE {
cellIDList ECGIList,
trackingAreaListforWarning TAIListforWarning,
emergencyAreaIDList EmergencyAreaIDList,
...
}
WarningType ::= OCTET STRING (SIZE (2))
WarningSecurityInfo ::= OCTET STRING (SIZE (50))
WarningMessageContents ::= OCTET STRING (SIZE(1..9600))
WLANMeasurementConfiguration ::= SEQUENCE {
wlanMeasConfig WLANMeasConfig,
wlanMeasConfigNameList WLANMeasConfigNameList OPTIONAL,
wlan-rssi ENUMERATED {true, ...} OPTIONAL,
wlan-rtt ENUMERATED {true, ...} OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { WLANMeasurementConfiguration-ExtIEs } } OPTIONAL,
...
}
WLANMeasurementConfiguration-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
WLANMeasConfigNameList ::= SEQUENCE (SIZE(1..maxnoofWLANName)) OF WLANName
WLANMeasConfig::= ENUMERATED {setup,...}
WLANName ::= OCTET STRING (SIZE (1..32))
WUS-Assistance-Information ::= SEQUENCE {
pagingProbabilityInformation PagingProbabilityInformation,
iE-Extensions ProtocolExtensionContainer { { WUS-Assistance-Information-ExtIEs } } OPTIONAL,
...
}
WUS-Assistance-Information-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- X
X2TNLConfigurationInfo ::= SEQUENCE {
eNBX2TransportLayerAddresses ENBX2TLAs,
iE-Extensions ProtocolExtensionContainer { { X2TNLConfigurationInfo-ExtIEs} } OPTIONAL,
...
}
X2TNLConfigurationInfo-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 10 to transfer the IPsec and U-plane addresses during ANR action --
{ID id-eNBX2ExtendedTransportLayerAddresses CRITICALITY ignore EXTENSION ENBX2ExtTLAs PRESENCE optional}|
-- Extension for Release 12 to transfer the IP addresses of the X2 GW --
{ID id-eNBIndirectX2TransportLayerAddresses CRITICALITY ignore EXTENSION ENBIndirectX2TransportLayerAddresses PRESENCE optional},
...
}
ENBX2ExtTLAs ::= SEQUENCE (SIZE(1.. maxnoofeNBX2ExtTLAs)) OF ENBX2ExtTLA
ENBX2ExtTLA ::= SEQUENCE {
iPsecTLA TransportLayerAddress OPTIONAL,
gTPTLAa ENBX2GTPTLAs OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { ENBX2ExtTLA-ExtIEs} } OPTIONAL,
...
}
ENBX2ExtTLA-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
ENBX2GTPTLAs ::= SEQUENCE (SIZE(1.. maxnoofeNBX2GTPTLAs)) OF TransportLayerAddress
ENBIndirectX2TransportLayerAddresses ::= SEQUENCE (SIZE(1..maxnoofeNBX2TLAs)) OF TransportLayerAddress
-- Y
-- Z
END |
ASN.1 | wireshark/epan/dissectors/asn1/s1ap/S1AP-PDU-Contents.asn | -- 3GPP TS 36.413 V17.5.0 (2023-06)
-- 9.3.3 PDU Definitions
-- **************************************************************
--
-- PDU definitions for S1AP.
--
-- **************************************************************
S1AP-PDU-Contents {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) s1ap (1) version1 (1) s1ap-PDU-Contents (1) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
UEAggregateMaximumBitrate,
BearerType,
Cause,
CellAccessMode,
Cdma2000HORequiredIndication,
Cdma2000HOStatus,
Cdma2000OneXSRVCCInfo,
Cdma2000OneXRAND,
Cdma2000PDU,
Cdma2000RATType,
Cdma2000SectorID,
EUTRANRoundTripDelayEstimationInfo,
CNDomain,
ConcurrentWarningMessageIndicator,
CriticalityDiagnostics,
CSFallbackIndicator,
CSG-Id,
CSG-IdList,
CSGMembershipStatus,
Data-Forwarding-Not-Possible,
Direct-Forwarding-Path-Availability,
Global-ENB-ID,
EUTRAN-CGI,
ENBname,
ENB-StatusTransfer-TransparentContainer,
ENB-UE-S1AP-ID,
ExtendedRepetitionPeriod,
GTP-TEID,
GUMMEI,
GUMMEIType,
HandoverRestrictionList,
HandoverType,
Masked-IMEISV,
LAI,
LPPa-PDU,
ManagementBasedMDTAllowed,
MDTPLMNList,
MMEname,
MMERelaySupportIndicator,
MME-UE-S1AP-ID,
MSClassmark2,
MSClassmark3,
NAS-PDU,
NASSecurityParametersfromE-UTRAN,
NASSecurityParameterstoE-UTRAN,
OverloadResponse,
PagingDRX,
PagingPriority,
PLMNidentity,
ProSeAuthorized,
RIMTransfer,
RelativeMMECapacity,
RequestType,
E-RAB-ID,
E-RABLevelQoSParameters,
E-RABList,
RelayNode-Indicator,
Routing-ID,
SecurityKey,
SecurityContext,
ServedGUMMEIs,
SONConfigurationTransfer,
Source-ToTarget-TransparentContainer,
SourceBSS-ToTargetBSS-TransparentContainer,
SourceeNB-ToTargeteNB-TransparentContainer,
SourceRNC-ToTargetRNC-TransparentContainer,
SubscriberProfileIDforRFP,
SRVCCOperationNotPossible,
SRVCCOperationPossible,
SRVCCHOIndication,
SupportedTAs,
TAI,
Target-ToSource-TransparentContainer,
TargetBSS-ToSourceBSS-TransparentContainer,
TargeteNB-ToSourceeNB-TransparentContainer,
TargetID,
TargetRNC-ToSourceRNC-TransparentContainer,
TimeToWait,
TraceActivation,
TrafficLoadReductionIndication,
E-UTRAN-Trace-ID,
TransportLayerAddress,
UEIdentityIndexValue,
UEPagingID,
UERadioCapability,
UERadioCapabilityForPaging,
UE-RetentionInformation,
UE-S1AP-IDs,
UE-associatedLogicalS1-ConnectionItem,
UESecurityCapabilities,
S-TMSI,
MessageIdentifier,
SerialNumber,
WarningAreaList,
RepetitionPeriod,
NumberofBroadcastRequest,
WarningType,
WarningSecurityInfo,
DataCodingScheme,
WarningMessageContents,
BroadcastCompletedAreaList,
RRC-Establishment-Cause,
BroadcastCancelledAreaList,
PS-ServiceNotAvailable,
GUMMEIList,
Correlation-ID,
GWContextReleaseIndication,
PrivacyIndicator,
VoiceSupportMatchIndicator,
TunnelInformation,
KillAllWarningMessages,
TransportInformation,
LHN-ID,
UserLocationInformation,
AdditionalCSFallbackIndicator,
ECGIListForRestart,
TAIListForRestart,
EmergencyAreaIDListForRestart,
ExpectedUEBehaviour,
Paging-eDRXInformation,
Extended-UEIdentityIndexValue,
MME-Group-ID,
Additional-GUTI,
PWSfailedECGIList,
CellIdentifierAndCELevelForCECapableUEs,
AssistanceDataForPaging,
InformationOnRecommendedCellsAndENBsForPaging,
UE-Usage-Type,
UEUserPlaneCIoTSupportIndicator,
NB-IoT-DefaultPagingDRX,
NB-IoT-Paging-eDRXInformation,
CE-mode-B-SupportIndicator,
NB-IoT-UEIdentityIndexValue,
V2XServicesAuthorized,
DCN-ID,
ServedDCNs,
UESidelinkAggregateMaximumBitrate,
DLNASPDUDeliveryAckRequest,
Coverage-Level,
EnhancedCoverageRestricted,
DL-CP-SecurityInformation,
UL-CP-SecurityInformation,
SecondaryRATDataUsageRequest,
SecondaryRATDataUsageReportList,
HandoverFlag,
NRUESecurityCapabilities,
UE-Application-Layer-Measurement-Capability,
CE-ModeBRestricted,
Packet-LossRate,
UECapabilityInfoRequest,
SourceNgRanNode-ToTargetNgRanNode-TransparentContainer,
TargetNgRanNode-ToSourceNgRanNode-TransparentContainer,
EndIndication,
EDT-Session,
LTE-M-Indication,
AerialUEsubscriptionInformation,
PendingDataIndication,
WarningAreaCoordinates,
Subscription-Based-UE-DifferentiationInfo,
PSCellInformation,
NR-CGI,
ConnectedengNBList,
EN-DCSONConfigurationTransfer,
TimeSinceSecondaryNodeRelease,
AdditionalRRMPriorityIndex,
IAB-Authorized,
IAB-Node-Indication,
IAB-Supported,
DataSize,
Ethernet-Type,
NRV2XServicesAuthorized,
NRUESidelinkAggregateMaximumBitrate,
PC5QoSParameters,
IntersystemSONConfigurationTransfer,
UERadioCapabilityID,
NotifySourceeNB,
ENB-EarlyStatusTransfer-TransparentContainer,
WUS-Assistance-Information,
NB-IoT-PagingDRX,
PagingCause,
SecurityIndication,
SecurityResult,
LTE-NTN-TAI-Information
FROM S1AP-IEs
PrivateIE-Container{},
ProtocolExtensionContainer{},
ProtocolIE-Container{},
ProtocolIE-ContainerList{},
ProtocolIE-ContainerPair{},
ProtocolIE-ContainerPairList{},
ProtocolIE-SingleContainer{},
S1AP-PRIVATE-IES,
S1AP-PROTOCOL-EXTENSION,
S1AP-PROTOCOL-IES,
S1AP-PROTOCOL-IES-PAIR
FROM S1AP-Containers
id-AssistanceDataForPaging,
id-AerialUEsubscriptionInformation,
id-uEaggregateMaximumBitrate,
id-BearerType,
id-Cause,
id-CellAccessMode,
id-CellIdentifierAndCELevelForCECapableUEs,
id-cdma2000HORequiredIndication,
id-cdma2000HOStatus,
id-cdma2000OneXSRVCCInfo,
id-cdma2000OneXRAND,
id-cdma2000PDU,
id-cdma2000RATType,
id-cdma2000SectorID,
id-EUTRANRoundTripDelayEstimationInfo,
id-CNDomain,
id-ConcurrentWarningMessageIndicator,
id-CriticalityDiagnostics,
id-CSFallbackIndicator,
id-CSG-Id,
id-CSG-IdList,
id-CSGMembershipStatus,
id-Data-Forwarding-Not-Possible,
id-DefaultPagingDRX,
id-Direct-Forwarding-Path-Availability,
id-Global-ENB-ID,
id-EUTRAN-CGI,
id-eNBname,
id-eNB-StatusTransfer-TransparentContainer,
id-eNB-UE-S1AP-ID,
id-GERANtoLTEHOInformationRes,
id-GUMMEI-ID,
id-GUMMEIType,
id-HandoverRestrictionList,
id-HandoverType,
id-Masked-IMEISV,
id-InformationOnRecommendedCellsAndENBsForPaging,
id-InitialContextSetup,
id-Inter-SystemInformationTransferTypeEDT,
id-Inter-SystemInformationTransferTypeMDT,
id-LPPa-PDU,
id-NAS-DownlinkCount,
id-ManagementBasedMDTAllowed,
id-ManagementBasedMDTPLMNList,
id-MMEname,
id-MME-UE-S1AP-ID,
id-MSClassmark2,
id-MSClassmark3,
id-NAS-PDU,
id-NASSecurityParametersfromE-UTRAN,
id-NASSecurityParameterstoE-UTRAN,
id-OverloadResponse,
id-pagingDRX,
id-PagingPriority,
id-RelativeMMECapacity,
id-RequestType,
id-Routing-ID,
id-E-RABAdmittedItem,
id-E-RABAdmittedList,
id-E-RABDataForwardingItem,
id-E-RABFailedToModifyList,
id-E-RABFailedToReleaseList,
id-E-RABFailedtoSetupItemHOReqAck,
id-E-RABFailedToSetupListBearerSURes,
id-E-RABFailedToSetupListCtxtSURes,
id-E-RABFailedToSetupListHOReqAck,
id-E-RABFailedToBeReleasedList,
id-E-RABFailedToResumeListResumeReq,
id-E-RABFailedToResumeItemResumeReq,
id-E-RABFailedToResumeListResumeRes,
id-E-RABFailedToResumeItemResumeRes,
id-E-RABModify,
id-E-RABModifyItemBearerModRes,
id-E-RABModifyListBearerModRes,
id-E-RABRelease,
id-E-RABReleaseItemBearerRelComp,
id-E-RABReleaseItemHOCmd,
id-E-RABReleaseListBearerRelComp,
id-E-RABReleaseIndication,
id-E-RABSetup,
id-E-RABSetupItemBearerSURes,
id-E-RABSetupItemCtxtSURes,
id-E-RABSetupListBearerSURes,
id-E-RABSetupListCtxtSURes,
id-E-RABSubjecttoDataForwardingList,
id-E-RABToBeModifiedItemBearerModReq,
id-E-RABToBeModifiedListBearerModReq,
id-E-RABToBeModifiedListBearerModInd,
id-E-RABToBeModifiedItemBearerModInd,
id-E-RABNotToBeModifiedListBearerModInd,
id-E-RABNotToBeModifiedItemBearerModInd,
id-E-RABModifyListBearerModConf,
id-E-RABModifyItemBearerModConf,
id-E-RABFailedToModifyListBearerModConf,
id-E-RABToBeReleasedListBearerModConf,
id-E-RABToBeReleasedList,
id-E-RABReleasedList,
id-E-RABToBeSetupItemBearerSUReq,
id-E-RABToBeSetupItemCtxtSUReq,
id-E-RABToBeSetupItemHOReq,
id-E-RABToBeSetupListBearerSUReq,
id-E-RABToBeSetupListCtxtSUReq,
id-E-RABToBeSetupListHOReq,
id-E-RABToBeSwitchedDLItem,
id-E-RABToBeSwitchedDLList,
id-E-RABToBeSwitchedULList,
id-E-RABToBeSwitchedULItem,
id-E-RABtoReleaseListHOCmd,
id-ProSeAuthorized,
id-SecurityKey,
id-SecurityContext,
id-ServedGUMMEIs,
id-SONConfigurationTransferECT,
id-SONConfigurationTransferMCT,
id-Source-ToTarget-TransparentContainer,
id-Source-ToTarget-TransparentContainer-Secondary,
id-SourceMME-UE-S1AP-ID,
id-SRVCCOperationNotPossible,
id-SRVCCOperationPossible,
id-SRVCCHOIndication,
id-SubscriberProfileIDforRFP,
id-SupportedTAs,
id-S-TMSI,
id-TAI,
id-TAIItem,
id-TAIList,
id-Target-ToSource-TransparentContainer,
id-Target-ToSource-TransparentContainer-Secondary,
id-TargetID,
id-TimeToWait,
id-TraceActivation,
id-TrafficLoadReductionIndication,
id-E-UTRAN-Trace-ID,
id-UEIdentityIndexValue,
id-UEPagingID,
id-UERadioCapability,
id-UERadioCapabilityForPaging,
id-UTRANtoLTEHOInformationRes,
id-UE-associatedLogicalS1-ConnectionListResAck,
id-UE-associatedLogicalS1-ConnectionItem,
id-UE-RetentionInformation,
id-UESecurityCapabilities,
id-UE-S1AP-IDs,
id-V2XServicesAuthorized,
id-ResetType,
id-MessageIdentifier,
id-SerialNumber,
id-WarningAreaList,
id-RepetitionPeriod,
id-NumberofBroadcastRequest,
id-WarningType,
id-WarningSecurityInfo,
id-DataCodingScheme,
id-WarningMessageContents,
id-BroadcastCompletedAreaList,
id-BroadcastCancelledAreaList,
id-RRC-Establishment-Cause,
id-TraceCollectionEntityIPAddress,
id-AdditionalRRMPriorityIndex,
id-MDTConfigurationNR,
maxnoofTAIs,
maxnoofErrors,
maxnoofE-RABs,
maxnoofIndividualS1ConnectionsToReset,
maxnoofEmergencyAreaID,
maxnoofCellID,
maxnoofTAIforWarning,
maxnoofCellinTAI,
maxnoofCellinEAI,
id-ExtendedRepetitionPeriod,
id-PS-ServiceNotAvailable,
id-RegisteredLAI,
id-GUMMEIList,
id-SourceMME-GUMMEI,
id-MME-UE-S1AP-ID-2,
id-GW-TransportLayerAddress,
id-RelayNode-Indicator,
id-Correlation-ID,
id-MMERelaySupportIndicator,
id-GWContextReleaseIndication,
id-PrivacyIndicator,
id-VoiceSupportMatchIndicator,
id-Tunnel-Information-for-BBF,
id-SIPTO-Correlation-ID,
id-SIPTO-L-GW-TransportLayerAddress,
id-KillAllWarningMessages,
id-TransportInformation,
id-LHN-ID,
id-UserLocationInformation,
id-AdditionalCSFallbackIndicator,
id-ECGIListForRestart,
id-TAIListForRestart,
id-EmergencyAreaIDListForRestart,
id-ExpectedUEBehaviour,
id-Paging-eDRXInformation,
id-extended-UEIdentityIndexValue,
id-CSGMembershipInfo,
id-MME-Group-ID,
id-Additional-GUTI,
id-S1-Message,
id-PWSfailedECGIList,
id-PWSFailureIndication,
id-UE-Usage-Type,
id-UEUserPlaneCIoTSupportIndicator,
id-NB-IoT-DefaultPagingDRX,
id-NB-IoT-Paging-eDRXInformation,
id-CE-mode-B-SupportIndicator,
id-NB-IoT-UEIdentityIndexValue,
id-RRC-Resume-Cause,
id-DCN-ID,
id-ServedDCNs,
id-UESidelinkAggregateMaximumBitrate,
id-DLNASPDUDeliveryAckRequest,
id-Coverage-Level,
id-EnhancedCoverageRestricted,
id-UE-Level-QoS-Parameters,
id-DL-CP-SecurityInformation,
id-UL-CP-SecurityInformation,
id-SecondaryRATDataUsageRequest,
id-SecondaryRATDataUsageReportList,
id-HandoverFlag,
id-NRUESecurityCapabilities,
id-UE-Application-Layer-Measurement-Capability,
id-CE-ModeBRestricted,
id-DownlinkPacketLossRate,
id-UplinkPacketLossRate,
id-UECapabilityInfoRequest,
id-EndIndication,
id-EDT-Session,
id-LTE-M-Indication,
id-PendingDataIndication,
id-WarningAreaCoordinates,
id-Subscription-Based-UE-DifferentiationInfo,
id-PSCellInformation,
id-ConnectedengNBList,
id-ConnectedengNBToAddList,
id-ConnectedengNBToRemoveList,
id-EN-DCSONConfigurationTransfer-ECT,
id-EN-DCSONConfigurationTransfer-MCT,
id-TimeSinceSecondaryNodeRelease,
id-IAB-Authorized,
id-IAB-Node-Indication,
id-IAB-Supported,
id-DataSize,
id-Ethernet-Type,
id-NRV2XServicesAuthorized,
id-NRUESidelinkAggregateMaximumBitrate,
id-PC5QoSParameters,
id-IntersystemSONConfigurationTransferMCT,
id-IntersystemSONConfigurationTransferECT,
id-UERadioCapabilityID,
id-UERadioCapability-NR-Format,
id-NotifySourceeNB,
id-eNB-EarlyStatusTransfer-TransparentContainer,
id-WUS-Assistance-Information,
id-NB-IoT-PagingDRX,
id-UERadioCapabilityForPaging-NR-Format,
id-PagingCause,
id-SecurityIndication,
id-SecurityResult,
id-LTE-NTN-TAI-Information,
id-E-RABToBeUpdatedList,
id-E-RABToBeUpdatedItem
FROM S1AP-Constants;
-- **************************************************************
--
-- Common Container Lists
--
-- **************************************************************
E-RAB-IE-ContainerList { S1AP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxnoofE-RABs, {IEsSetParam} }
E-RAB-IE-ContainerPairList { S1AP-PROTOCOL-IES-PAIR : IEsSetParam } ::= ProtocolIE-ContainerPairList { 1, maxnoofE-RABs, {IEsSetParam} }
ProtocolError-IE-ContainerList { S1AP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxnoofE-RABs, {IEsSetParam} }
-- **************************************************************
--
-- HANDOVER PREPARATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Handover Required
--
-- **************************************************************
HandoverRequired ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { HandoverRequiredIEs} },
...
}
HandoverRequiredIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-HandoverType CRITICALITY reject TYPE HandoverType PRESENCE mandatory}|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory}|
{ ID id-TargetID CRITICALITY reject TYPE TargetID PRESENCE mandatory}|
{ ID id-Direct-Forwarding-Path-Availability CRITICALITY ignore TYPE Direct-Forwarding-Path-Availability PRESENCE optional}|
{ ID id-SRVCCHOIndication CRITICALITY reject TYPE SRVCCHOIndication PRESENCE optional}|
{ ID id-Source-ToTarget-TransparentContainer CRITICALITY reject TYPE Source-ToTarget-TransparentContainer PRESENCE mandatory}|
{ ID id-Source-ToTarget-TransparentContainer-Secondary CRITICALITY reject TYPE Source-ToTarget-TransparentContainer PRESENCE optional}|
{ ID id-MSClassmark2 CRITICALITY reject TYPE MSClassmark2 PRESENCE conditional}|
{ ID id-MSClassmark3 CRITICALITY ignore TYPE MSClassmark3 PRESENCE conditional}|
{ ID id-CSG-Id CRITICALITY reject TYPE CSG-Id PRESENCE optional}|
{ ID id-CellAccessMode CRITICALITY reject TYPE CellAccessMode PRESENCE optional}|
{ ID id-PS-ServiceNotAvailable CRITICALITY ignore TYPE PS-ServiceNotAvailable PRESENCE optional},
...
}
-- **************************************************************
--
-- Handover Command
--
-- **************************************************************
HandoverCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { HandoverCommandIEs} },
...
}
HandoverCommandIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-HandoverType CRITICALITY reject TYPE HandoverType PRESENCE mandatory}|
{ ID id-NASSecurityParametersfromE-UTRAN CRITICALITY reject TYPE NASSecurityParametersfromE-UTRAN PRESENCE conditional
-- This IE shall be present if HandoverType IE is set to value "LTEtoUTRAN" or "LTEtoGERAN" --}|
{ ID id-E-RABSubjecttoDataForwardingList CRITICALITY ignore TYPE E-RABSubjecttoDataForwardingList PRESENCE optional}|
{ ID id-E-RABtoReleaseListHOCmd CRITICALITY ignore TYPE E-RABList PRESENCE optional}|
{ ID id-Target-ToSource-TransparentContainer CRITICALITY reject TYPE Target-ToSource-TransparentContainer PRESENCE mandatory}|
{ ID id-Target-ToSource-TransparentContainer-Secondary CRITICALITY reject TYPE Target-ToSource-TransparentContainer PRESENCE optional}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
E-RABSubjecttoDataForwardingList ::= E-RAB-IE-ContainerList { {E-RABDataForwardingItemIEs} }
E-RABDataForwardingItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABDataForwardingItem CRITICALITY ignore TYPE E-RABDataForwardingItem PRESENCE mandatory },
...
}
E-RABDataForwardingItem ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
dL-transportLayerAddress TransportLayerAddress OPTIONAL,
dL-gTP-TEID GTP-TEID OPTIONAL,
uL-TransportLayerAddress TransportLayerAddress OPTIONAL,
uL-GTP-TEID GTP-TEID OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-RABDataForwardingItem-ExtIEs} } OPTIONAL,
...
}
E-RABDataForwardingItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Handover Preparation Failure
--
-- **************************************************************
HandoverPreparationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { HandoverPreparationFailureIEs} },
...
}
HandoverPreparationFailureIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- HANDOVER RESOURCE ALLOCATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Handover Request
--
-- **************************************************************
HandoverRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {HandoverRequestIEs} },
...
}
HandoverRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-HandoverType CRITICALITY reject TYPE HandoverType PRESENCE mandatory}|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory}|
{ ID id-uEaggregateMaximumBitrate CRITICALITY reject TYPE UEAggregateMaximumBitrate PRESENCE mandatory}|
{ ID id-E-RABToBeSetupListHOReq CRITICALITY reject TYPE E-RABToBeSetupListHOReq PRESENCE mandatory}|
{ ID id-Source-ToTarget-TransparentContainer CRITICALITY reject TYPE Source-ToTarget-TransparentContainer PRESENCE mandatory}|
{ ID id-UESecurityCapabilities CRITICALITY reject TYPE UESecurityCapabilities PRESENCE mandatory}|
{ ID id-HandoverRestrictionList CRITICALITY ignore TYPE HandoverRestrictionList PRESENCE optional}|
{ ID id-TraceActivation CRITICALITY ignore TYPE TraceActivation PRESENCE optional}|
{ ID id-RequestType CRITICALITY ignore TYPE RequestType PRESENCE optional}|
{ ID id-SRVCCOperationPossible CRITICALITY ignore TYPE SRVCCOperationPossible PRESENCE optional}|
{ ID id-SecurityContext CRITICALITY reject TYPE SecurityContext PRESENCE mandatory}|
{ ID id-NASSecurityParameterstoE-UTRAN CRITICALITY reject TYPE NASSecurityParameterstoE-UTRAN PRESENCE conditional
-- This IE shall be present if the Handover Type IE is set to the value "UTRANtoLTE" or "GERANtoLTE" -- }|
{ ID id-CSG-Id CRITICALITY reject TYPE CSG-Id PRESENCE optional}|
{ ID id-CSGMembershipStatus CRITICALITY ignore TYPE CSGMembershipStatus PRESENCE optional}|
{ ID id-GUMMEI-ID CRITICALITY ignore TYPE GUMMEI PRESENCE optional}|
{ ID id-MME-UE-S1AP-ID-2 CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE optional}|
{ ID id-ManagementBasedMDTAllowed CRITICALITY ignore TYPE ManagementBasedMDTAllowed PRESENCE optional}|
{ ID id-ManagementBasedMDTPLMNList CRITICALITY ignore TYPE MDTPLMNList PRESENCE optional}|
{ ID id-Masked-IMEISV CRITICALITY ignore TYPE Masked-IMEISV PRESENCE optional}|
{ ID id-ExpectedUEBehaviour CRITICALITY ignore TYPE ExpectedUEBehaviour PRESENCE optional}|
{ ID id-ProSeAuthorized CRITICALITY ignore TYPE ProSeAuthorized PRESENCE optional}|
{ ID id-UEUserPlaneCIoTSupportIndicator CRITICALITY ignore TYPE UEUserPlaneCIoTSupportIndicator PRESENCE optional}|
{ ID id-V2XServicesAuthorized CRITICALITY ignore TYPE V2XServicesAuthorized PRESENCE optional}|
{ ID id-UESidelinkAggregateMaximumBitrate CRITICALITY ignore TYPE UESidelinkAggregateMaximumBitrate PRESENCE optional}|
{ ID id-EnhancedCoverageRestricted CRITICALITY ignore TYPE EnhancedCoverageRestricted PRESENCE optional}|
{ ID id-NRUESecurityCapabilities CRITICALITY ignore TYPE NRUESecurityCapabilities PRESENCE optional}|
{ ID id-CE-ModeBRestricted CRITICALITY ignore TYPE CE-ModeBRestricted PRESENCE optional}|
{ ID id-AerialUEsubscriptionInformation CRITICALITY ignore TYPE AerialUEsubscriptionInformation PRESENCE optional}|
{ ID id-PendingDataIndication CRITICALITY ignore TYPE PendingDataIndication PRESENCE optional}|
{ ID id-Subscription-Based-UE-DifferentiationInfo CRITICALITY ignore TYPE Subscription-Based-UE-DifferentiationInfo PRESENCE optional}|
{ ID id-AdditionalRRMPriorityIndex CRITICALITY ignore TYPE AdditionalRRMPriorityIndex PRESENCE optional }|
{ ID id-IAB-Authorized CRITICALITY reject TYPE IAB-Authorized PRESENCE optional}|
{ ID id-NRV2XServicesAuthorized CRITICALITY ignore TYPE NRV2XServicesAuthorized PRESENCE optional }|
{ ID id-NRUESidelinkAggregateMaximumBitrate CRITICALITY ignore TYPE NRUESidelinkAggregateMaximumBitrate PRESENCE optional }|
{ ID id-PC5QoSParameters CRITICALITY ignore TYPE PC5QoSParameters PRESENCE optional }|
{ ID id-UERadioCapabilityID CRITICALITY reject TYPE UERadioCapabilityID PRESENCE optional}, ...
}
E-RABToBeSetupListHOReq ::= E-RAB-IE-ContainerList { {E-RABToBeSetupItemHOReqIEs} }
E-RABToBeSetupItemHOReqIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABToBeSetupItemHOReq CRITICALITY reject TYPE E-RABToBeSetupItemHOReq PRESENCE mandatory },
...
}
E-RABToBeSetupItemHOReq ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
transportLayerAddress TransportLayerAddress,
gTP-TEID GTP-TEID,
e-RABlevelQosParameters E-RABLevelQoSParameters,
iE-Extensions ProtocolExtensionContainer { {E-RABToBeSetupItemHOReq-ExtIEs} } OPTIONAL,
...
}
E-RABToBeSetupItemHOReq-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-Data-Forwarding-Not-Possible CRITICALITY ignore EXTENSION Data-Forwarding-Not-Possible PRESENCE optional}|
{ ID id-BearerType CRITICALITY reject EXTENSION BearerType PRESENCE optional}|
{ ID id-Ethernet-Type CRITICALITY ignore EXTENSION Ethernet-Type PRESENCE optional}|
{ ID id-SecurityIndication CRITICALITY reject EXTENSION SecurityIndication PRESENCE optional},
...
}
-- **************************************************************
--
-- Handover Request Acknowledge
--
-- **************************************************************
HandoverRequestAcknowledge ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {HandoverRequestAcknowledgeIEs} },
...
}
HandoverRequestAcknowledgeIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-E-RABAdmittedList CRITICALITY ignore TYPE E-RABAdmittedList PRESENCE mandatory}|
{ ID id-E-RABFailedToSetupListHOReqAck CRITICALITY ignore TYPE E-RABFailedtoSetupListHOReqAck PRESENCE optional}|
{ ID id-Target-ToSource-TransparentContainer CRITICALITY reject TYPE Target-ToSource-TransparentContainer PRESENCE mandatory}|
{ ID id-CSG-Id CRITICALITY ignore TYPE CSG-Id PRESENCE optional}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional}|
{ ID id-CellAccessMode CRITICALITY ignore TYPE CellAccessMode PRESENCE optional}|
{ ID id-CE-mode-B-SupportIndicator CRITICALITY ignore TYPE CE-mode-B-SupportIndicator PRESENCE optional},
...
}
E-RABAdmittedList ::= E-RAB-IE-ContainerList { {E-RABAdmittedItemIEs} }
E-RABAdmittedItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABAdmittedItem CRITICALITY ignore TYPE E-RABAdmittedItem PRESENCE mandatory },
...
}
E-RABAdmittedItem ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
transportLayerAddress TransportLayerAddress,
gTP-TEID GTP-TEID,
dL-transportLayerAddress TransportLayerAddress OPTIONAL,
dL-gTP-TEID GTP-TEID OPTIONAL,
uL-TransportLayerAddress TransportLayerAddress OPTIONAL,
uL-GTP-TEID GTP-TEID OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {E-RABAdmittedItem-ExtIEs} } OPTIONAL,
...
}
E-RABAdmittedItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
E-RABFailedtoSetupListHOReqAck ::= E-RAB-IE-ContainerList { {E-RABFailedtoSetupItemHOReqAckIEs} }
E-RABFailedtoSetupItemHOReqAckIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABFailedtoSetupItemHOReqAck CRITICALITY ignore TYPE E-RABFailedToSetupItemHOReqAck PRESENCE mandatory },
...
}
E-RABFailedToSetupItemHOReqAck ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { { E-RABFailedToSetupItemHOReqAckExtIEs} } OPTIONAL,
...
}
E-RABFailedToSetupItemHOReqAckExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Handover Failure
--
-- **************************************************************
HandoverFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { HandoverFailureIEs} },
...
}
HandoverFailureIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- HANDOVER NOTIFICATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Handover Notify
--
-- **************************************************************
HandoverNotify ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { HandoverNotifyIEs} },
...
}
HandoverNotifyIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-EUTRAN-CGI CRITICALITY ignore TYPE EUTRAN-CGI PRESENCE mandatory}|
{ ID id-TAI CRITICALITY ignore TYPE TAI PRESENCE mandatory}|
-- Extension for Release 11 to support BBAI --
{ ID id-Tunnel-Information-for-BBF CRITICALITY ignore TYPE TunnelInformation PRESENCE optional}|
{ ID id-LHN-ID CRITICALITY ignore TYPE LHN-ID PRESENCE optional}|
{ ID id-PSCellInformation CRITICALITY ignore TYPE PSCellInformation PRESENCE optional }|
{ ID id-NotifySourceeNB CRITICALITY ignore TYPE NotifySourceeNB PRESENCE optional}|
{ ID id-LTE-NTN-TAI-Information CRITICALITY ignore TYPE LTE-NTN-TAI-Information PRESENCE optional},
...
}
-- **************************************************************
--
-- PATH SWITCH REQUEST ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Path Switch Request
--
-- **************************************************************
PathSwitchRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { PathSwitchRequestIEs} },
...
}
PathSwitchRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-E-RABToBeSwitchedDLList CRITICALITY reject TYPE E-RABToBeSwitchedDLList PRESENCE mandatory}|
{ ID id-SourceMME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-EUTRAN-CGI CRITICALITY ignore TYPE EUTRAN-CGI PRESENCE mandatory}|
{ ID id-TAI CRITICALITY ignore TYPE TAI PRESENCE mandatory}|
{ ID id-UESecurityCapabilities CRITICALITY ignore TYPE UESecurityCapabilities PRESENCE mandatory}|
{ ID id-CSG-Id CRITICALITY ignore TYPE CSG-Id PRESENCE optional}|
{ ID id-CellAccessMode CRITICALITY ignore TYPE CellAccessMode PRESENCE optional}|
{ ID id-SourceMME-GUMMEI CRITICALITY ignore TYPE GUMMEI PRESENCE optional}|
{ ID id-CSGMembershipStatus CRITICALITY ignore TYPE CSGMembershipStatus PRESENCE optional}|
-- Extension for Release 11 to support BBAI --
{ ID id-Tunnel-Information-for-BBF CRITICALITY ignore TYPE TunnelInformation PRESENCE optional}|
{ ID id-LHN-ID CRITICALITY ignore TYPE LHN-ID PRESENCE optional}|
{ ID id-RRC-Resume-Cause CRITICALITY ignore TYPE RRC-Establishment-Cause PRESENCE optional }|
{ ID id-NRUESecurityCapabilities CRITICALITY ignore TYPE NRUESecurityCapabilities PRESENCE optional}|
{ ID id-PSCellInformation CRITICALITY ignore TYPE PSCellInformation PRESENCE optional }|
{ ID id-LTE-NTN-TAI-Information CRITICALITY ignore TYPE LTE-NTN-TAI-Information PRESENCE optional},
...
}
E-RABToBeSwitchedDLList ::= E-RAB-IE-ContainerList { {E-RABToBeSwitchedDLItemIEs} }
E-RABToBeSwitchedDLItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABToBeSwitchedDLItem CRITICALITY reject TYPE E-RABToBeSwitchedDLItem PRESENCE mandatory },
...
}
E-RABToBeSwitchedDLItem ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
transportLayerAddress TransportLayerAddress,
gTP-TEID GTP-TEID,
iE-Extensions ProtocolExtensionContainer { { E-RABToBeSwitchedDLItem-ExtIEs} } OPTIONAL,
...
}
E-RABToBeSwitchedDLItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-SecurityIndication CRITICALITY ignore EXTENSION SecurityIndication PRESENCE optional},
...
}
-- **************************************************************
--
-- Path Switch Request Acknowledge
--
-- **************************************************************
PathSwitchRequestAcknowledge ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { PathSwitchRequestAcknowledgeIEs} },
...
}
PathSwitchRequestAcknowledgeIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-uEaggregateMaximumBitrate CRITICALITY ignore TYPE UEAggregateMaximumBitrate PRESENCE optional}|
{ ID id-E-RABToBeSwitchedULList CRITICALITY ignore TYPE E-RABToBeSwitchedULList PRESENCE optional}|
{ ID id-E-RABToBeReleasedList CRITICALITY ignore TYPE E-RABList PRESENCE optional}|
{ ID id-SecurityContext CRITICALITY reject TYPE SecurityContext PRESENCE mandatory}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional}|
{ ID id-MME-UE-S1AP-ID-2 CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE optional}|
{ ID id-CSGMembershipStatus CRITICALITY ignore TYPE CSGMembershipStatus PRESENCE optional}|
{ ID id-ProSeAuthorized CRITICALITY ignore TYPE ProSeAuthorized PRESENCE optional}|
{ ID id-UEUserPlaneCIoTSupportIndicator CRITICALITY ignore TYPE UEUserPlaneCIoTSupportIndicator PRESENCE optional}|
{ ID id-V2XServicesAuthorized CRITICALITY ignore TYPE V2XServicesAuthorized PRESENCE optional}|
{ ID id-UESidelinkAggregateMaximumBitrate CRITICALITY ignore TYPE UESidelinkAggregateMaximumBitrate PRESENCE optional}|
{ ID id-EnhancedCoverageRestricted CRITICALITY ignore TYPE EnhancedCoverageRestricted PRESENCE optional}|
{ ID id-NRUESecurityCapabilities CRITICALITY ignore TYPE NRUESecurityCapabilities PRESENCE optional}|
{ ID id-CE-ModeBRestricted CRITICALITY ignore TYPE CE-ModeBRestricted PRESENCE optional}|
{ ID id-AerialUEsubscriptionInformation CRITICALITY ignore TYPE AerialUEsubscriptionInformation PRESENCE optional}|
{ ID id-PendingDataIndication CRITICALITY ignore TYPE PendingDataIndication PRESENCE optional}|
{ ID id-Subscription-Based-UE-DifferentiationInfo CRITICALITY ignore TYPE Subscription-Based-UE-DifferentiationInfo PRESENCE optional}|
{ ID id-HandoverRestrictionList CRITICALITY ignore TYPE HandoverRestrictionList PRESENCE optional}|
{ ID id-AdditionalRRMPriorityIndex CRITICALITY ignore TYPE AdditionalRRMPriorityIndex PRESENCE optional }|
{ ID id-NRV2XServicesAuthorized CRITICALITY ignore TYPE NRV2XServicesAuthorized PRESENCE optional }|
{ ID id-NRUESidelinkAggregateMaximumBitrate CRITICALITY ignore TYPE NRUESidelinkAggregateMaximumBitrate PRESENCE optional }|
{ ID id-PC5QoSParameters CRITICALITY ignore TYPE PC5QoSParameters PRESENCE optional }|
{ ID id-UERadioCapabilityID CRITICALITY reject TYPE UERadioCapabilityID PRESENCE optional}|
{ ID id-UESecurityCapabilities CRITICALITY ignore TYPE UESecurityCapabilities PRESENCE optional}|
{ ID id-E-RABToBeUpdatedList CRITICALITY ignore TYPE E-RABToBeUpdatedList PRESENCE optional},
...
}
E-RABToBeSwitchedULList ::= E-RAB-IE-ContainerList { {E-RABToBeSwitchedULItemIEs} }
E-RABToBeSwitchedULItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABToBeSwitchedULItem CRITICALITY ignore TYPE E-RABToBeSwitchedULItem PRESENCE mandatory },
...
}
E-RABToBeSwitchedULItem ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
transportLayerAddress TransportLayerAddress,
gTP-TEID GTP-TEID,
iE-Extensions ProtocolExtensionContainer { { E-RABToBeSwitchedULItem-ExtIEs} } OPTIONAL,
...
}
E-RABToBeSwitchedULItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
E-RABToBeUpdatedList ::= E-RAB-IE-ContainerList { {E-RABToBeUpdatedItemIEs} }
E-RABToBeUpdatedItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABToBeUpdatedItem CRITICALITY ignore TYPE E-RABToBeUpdatedItem PRESENCE mandatory },
...
}
E-RABToBeUpdatedItem ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
securityIndication SecurityIndication OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { E-RABToBeUpdatedItem-ExtIEs} } OPTIONAL,
...
}
E-RABToBeUpdatedItem-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Path Switch Request Failure
--
-- **************************************************************
PathSwitchRequestFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { PathSwitchRequestFailureIEs} },
...
}
PathSwitchRequestFailureIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- HANDOVER CANCEL ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Handover Cancel
--
-- **************************************************************
HandoverCancel ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { HandoverCancelIEs} },
...
}
HandoverCancelIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
-- **************************************************************
--
-- Handover Cancel Request Acknowledge
--
-- **************************************************************
HandoverCancelAcknowledge ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { HandoverCancelAcknowledgeIEs} },
...
}
HandoverCancelAcknowledgeIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- HANDOVER SUCCESS ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Handover Success
--
-- **************************************************************
HandoverSuccess ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { HandoverSuccessIEs} },
...
}
HandoverSuccessIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory},
...
}
-- **************************************************************
--
-- eNB EARLY STATUS TRANSFER ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- eNB Early Status Transfer
--
-- **************************************************************
ENBEarlyStatusTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ENBEarlyStatusTransferIEs} },
...
}
ENBEarlyStatusTransferIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-EarlyStatusTransfer-TransparentContainer CRITICALITY reject TYPE ENB-EarlyStatusTransfer-TransparentContainer PRESENCE mandatory},
...
}
-- **************************************************************
--
-- MME EARLY STATUS TRANSFER ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MME Early Status Transfer
--
-- **************************************************************
MMEEarlyStatusTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {MMEEarlyStatusTransferIEs} },
...
}
MMEEarlyStatusTransferIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-EarlyStatusTransfer-TransparentContainer CRITICALITY reject TYPE ENB-EarlyStatusTransfer-TransparentContainer PRESENCE mandatory},
...
}
-- **************************************************************
--
-- E-RAB SETUP ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- E-RAB Setup Request
--
-- **************************************************************
E-RABSetupRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {E-RABSetupRequestIEs} },
...
}
E-RABSetupRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-uEaggregateMaximumBitrate CRITICALITY reject TYPE UEAggregateMaximumBitrate PRESENCE optional }|
{ ID id-E-RABToBeSetupListBearerSUReq CRITICALITY reject TYPE E-RABToBeSetupListBearerSUReq PRESENCE mandatory },
...
}
E-RABToBeSetupListBearerSUReq ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { {E-RABToBeSetupItemBearerSUReqIEs} }
E-RABToBeSetupItemBearerSUReqIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABToBeSetupItemBearerSUReq CRITICALITY reject TYPE E-RABToBeSetupItemBearerSUReq PRESENCE mandatory },
...
}
E-RABToBeSetupItemBearerSUReq ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
e-RABlevelQoSParameters E-RABLevelQoSParameters,
transportLayerAddress TransportLayerAddress,
gTP-TEID GTP-TEID,
nAS-PDU NAS-PDU,
iE-Extensions ProtocolExtensionContainer { {E-RABToBeSetupItemBearerSUReqExtIEs} } OPTIONAL,
...
}
E-RABToBeSetupItemBearerSUReqExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-Correlation-ID CRITICALITY ignore EXTENSION Correlation-ID PRESENCE optional}|
{ ID id-SIPTO-Correlation-ID CRITICALITY ignore EXTENSION Correlation-ID PRESENCE optional}|
{ ID id-BearerType CRITICALITY reject EXTENSION BearerType PRESENCE optional}|
{ ID id-Ethernet-Type CRITICALITY ignore EXTENSION Ethernet-Type PRESENCE optional}|
{ ID id-SecurityIndication CRITICALITY reject EXTENSION SecurityIndication PRESENCE optional},
...
}
-- **************************************************************
--
-- E-RAB Setup Response
--
-- **************************************************************
E-RABSetupResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {E-RABSetupResponseIEs} },
...
}
E-RABSetupResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-E-RABSetupListBearerSURes CRITICALITY ignore TYPE E-RABSetupListBearerSURes PRESENCE optional }|
{ ID id-E-RABFailedToSetupListBearerSURes CRITICALITY ignore TYPE E-RABList PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional }|
{ ID id-UserLocationInformation CRITICALITY ignore TYPE UserLocationInformation PRESENCE optional },
...
}
E-RABSetupListBearerSURes ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { {E-RABSetupItemBearerSUResIEs} }
E-RABSetupItemBearerSUResIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABSetupItemBearerSURes CRITICALITY ignore TYPE E-RABSetupItemBearerSURes PRESENCE mandatory },
...
}
E-RABSetupItemBearerSURes ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
transportLayerAddress TransportLayerAddress,
gTP-TEID GTP-TEID,
iE-Extensions ProtocolExtensionContainer { {E-RABSetupItemBearerSUResExtIEs} } OPTIONAL,
...
}
E-RABSetupItemBearerSUResExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- E-RAB MODIFY ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- E-RAB Modify Request
--
-- **************************************************************
E-RABModifyRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {E-RABModifyRequestIEs} },
...
}
E-RABModifyRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-uEaggregateMaximumBitrate CRITICALITY reject TYPE UEAggregateMaximumBitrate PRESENCE optional }|
{ ID id-E-RABToBeModifiedListBearerModReq CRITICALITY reject TYPE E-RABToBeModifiedListBearerModReq PRESENCE mandatory }|
{ ID id-SecondaryRATDataUsageRequest CRITICALITY ignore TYPE SecondaryRATDataUsageRequest PRESENCE optional },
...
}
E-RABToBeModifiedListBearerModReq ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { {E-RABToBeModifiedItemBearerModReqIEs} }
E-RABToBeModifiedItemBearerModReqIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABToBeModifiedItemBearerModReq CRITICALITY reject TYPE E-RABToBeModifiedItemBearerModReq PRESENCE mandatory },
...
}
E-RABToBeModifiedItemBearerModReq ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
e-RABLevelQoSParameters E-RABLevelQoSParameters,
nAS-PDU NAS-PDU,
iE-Extensions ProtocolExtensionContainer { {E-RABToBeModifyItemBearerModReqExtIEs} } OPTIONAL,
...
}
E-RABToBeModifyItemBearerModReqExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-TransportInformation CRITICALITY reject EXTENSION TransportInformation PRESENCE optional},
...
}
-- **************************************************************
--
-- E-RAB Modify Response
--
-- **************************************************************
E-RABModifyResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {E-RABModifyResponseIEs} },
...
}
E-RABModifyResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-E-RABModifyListBearerModRes CRITICALITY ignore TYPE E-RABModifyListBearerModRes PRESENCE optional }|
{ ID id-E-RABFailedToModifyList CRITICALITY ignore TYPE E-RABList PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional }|
{ ID id-SecondaryRATDataUsageReportList CRITICALITY ignore TYPE SecondaryRATDataUsageReportList PRESENCE optional }|
{ ID id-UserLocationInformation CRITICALITY ignore TYPE UserLocationInformation PRESENCE optional },
...
}
E-RABModifyListBearerModRes ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { {E-RABModifyItemBearerModResIEs} }
E-RABModifyItemBearerModResIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABModifyItemBearerModRes CRITICALITY ignore TYPE E-RABModifyItemBearerModRes PRESENCE mandatory},
...
}
E-RABModifyItemBearerModRes ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
iE-Extensions ProtocolExtensionContainer { {E-RABModifyItemBearerModResExtIEs} } OPTIONAL,
...
}
E-RABModifyItemBearerModResExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- E-RAB RELEASE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- E-RAB Release Command
--
-- **************************************************************
E-RABReleaseCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {E-RABReleaseCommandIEs} },
...
}
E-RABReleaseCommandIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-uEaggregateMaximumBitrate CRITICALITY reject TYPE UEAggregateMaximumBitrate PRESENCE optional }|
{ ID id-E-RABToBeReleasedList CRITICALITY ignore TYPE E-RABList PRESENCE mandatory }|
{ ID id-NAS-PDU CRITICALITY ignore TYPE NAS-PDU PRESENCE optional },
...
}
-- **************************************************************
--
-- E-RAB Release Response
--
-- **************************************************************
E-RABReleaseResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { E-RABReleaseResponseIEs } },
...
}
E-RABReleaseResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-E-RABReleaseListBearerRelComp CRITICALITY ignore TYPE E-RABReleaseListBearerRelComp PRESENCE optional }|
{ ID id-E-RABFailedToReleaseList CRITICALITY ignore TYPE E-RABList PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional }|
-- Extension for Release 12 to support User Location Information --
{ ID id-UserLocationInformation CRITICALITY ignore TYPE UserLocationInformation PRESENCE optional }|
{ ID id-SecondaryRATDataUsageReportList CRITICALITY ignore TYPE SecondaryRATDataUsageReportList PRESENCE optional },
...
}
E-RABReleaseListBearerRelComp ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { {E-RABReleaseItemBearerRelCompIEs} }
E-RABReleaseItemBearerRelCompIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABReleaseItemBearerRelComp CRITICALITY ignore TYPE E-RABReleaseItemBearerRelComp PRESENCE mandatory },
...
}
E-RABReleaseItemBearerRelComp ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
iE-Extensions ProtocolExtensionContainer { {E-RABReleaseItemBearerRelCompExtIEs} } OPTIONAL,
...
}
E-RABReleaseItemBearerRelCompExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- E-RAB RELEASE INDICATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- E-RAB Release Indication
--
-- **************************************************************
E-RABReleaseIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {E-RABReleaseIndicationIEs} },
...
}
E-RABReleaseIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-E-RABReleasedList CRITICALITY ignore TYPE E-RABList PRESENCE mandatory }|
-- Extension for Release 12 to support User Location Information --
{ ID id-UserLocationInformation CRITICALITY ignore TYPE UserLocationInformation PRESENCE optional }|
{ ID id-SecondaryRATDataUsageReportList CRITICALITY ignore TYPE SecondaryRATDataUsageReportList PRESENCE optional },
...
}
-- **************************************************************
--
-- INITIAL CONTEXT SETUP ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Initial Context Setup Request
--
-- **************************************************************
InitialContextSetupRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {InitialContextSetupRequestIEs} },
...
}
InitialContextSetupRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-uEaggregateMaximumBitrate CRITICALITY reject TYPE UEAggregateMaximumBitrate PRESENCE mandatory}|
{ ID id-E-RABToBeSetupListCtxtSUReq CRITICALITY reject TYPE E-RABToBeSetupListCtxtSUReq PRESENCE mandatory}|
{ ID id-UESecurityCapabilities CRITICALITY reject TYPE UESecurityCapabilities PRESENCE mandatory}|
{ ID id-SecurityKey CRITICALITY reject TYPE SecurityKey PRESENCE mandatory}|
{ ID id-TraceActivation CRITICALITY ignore TYPE TraceActivation PRESENCE optional}|
{ ID id-HandoverRestrictionList CRITICALITY ignore TYPE HandoverRestrictionList PRESENCE optional}|
{ ID id-UERadioCapability CRITICALITY ignore TYPE UERadioCapability PRESENCE optional}|
{ ID id-SubscriberProfileIDforRFP CRITICALITY ignore TYPE SubscriberProfileIDforRFP PRESENCE optional}|
{ ID id-CSFallbackIndicator CRITICALITY reject TYPE CSFallbackIndicator PRESENCE optional}|
{ ID id-SRVCCOperationPossible CRITICALITY ignore TYPE SRVCCOperationPossible PRESENCE optional}|
{ ID id-CSGMembershipStatus CRITICALITY ignore TYPE CSGMembershipStatus PRESENCE optional}|
{ ID id-RegisteredLAI CRITICALITY ignore TYPE LAI PRESENCE optional}|
{ ID id-GUMMEI-ID CRITICALITY ignore TYPE GUMMEI PRESENCE optional}|
{ ID id-MME-UE-S1AP-ID-2 CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE optional}|
{ ID id-ManagementBasedMDTAllowed CRITICALITY ignore TYPE ManagementBasedMDTAllowed PRESENCE optional}|
{ ID id-ManagementBasedMDTPLMNList CRITICALITY ignore TYPE MDTPLMNList PRESENCE optional}|
{ ID id-AdditionalCSFallbackIndicator CRITICALITY ignore TYPE AdditionalCSFallbackIndicator PRESENCE conditional}|
{ ID id-Masked-IMEISV CRITICALITY ignore TYPE Masked-IMEISV PRESENCE optional}|
{ ID id-ExpectedUEBehaviour CRITICALITY ignore TYPE ExpectedUEBehaviour PRESENCE optional}|
{ ID id-ProSeAuthorized CRITICALITY ignore TYPE ProSeAuthorized PRESENCE optional}|
{ ID id-UEUserPlaneCIoTSupportIndicator CRITICALITY ignore TYPE UEUserPlaneCIoTSupportIndicator PRESENCE optional}|
{ ID id-V2XServicesAuthorized CRITICALITY ignore TYPE V2XServicesAuthorized PRESENCE optional}|
{ ID id-UESidelinkAggregateMaximumBitrate CRITICALITY ignore TYPE UESidelinkAggregateMaximumBitrate PRESENCE optional}|
{ ID id-EnhancedCoverageRestricted CRITICALITY ignore TYPE EnhancedCoverageRestricted PRESENCE optional}|
{ ID id-NRUESecurityCapabilities CRITICALITY ignore TYPE NRUESecurityCapabilities PRESENCE optional}|
{ ID id-CE-ModeBRestricted CRITICALITY ignore TYPE CE-ModeBRestricted PRESENCE optional}|
{ ID id-AerialUEsubscriptionInformation CRITICALITY ignore TYPE AerialUEsubscriptionInformation PRESENCE optional}|
{ ID id-PendingDataIndication CRITICALITY ignore TYPE PendingDataIndication PRESENCE optional}|
{ ID id-Subscription-Based-UE-DifferentiationInfo CRITICALITY ignore TYPE Subscription-Based-UE-DifferentiationInfo PRESENCE optional}|
{ ID id-AdditionalRRMPriorityIndex CRITICALITY ignore TYPE AdditionalRRMPriorityIndex PRESENCE optional }|
{ ID id-IAB-Authorized CRITICALITY ignore TYPE IAB-Authorized PRESENCE optional}|
{ ID id-NRV2XServicesAuthorized CRITICALITY ignore TYPE NRV2XServicesAuthorized PRESENCE optional }|
{ ID id-NRUESidelinkAggregateMaximumBitrate CRITICALITY ignore TYPE NRUESidelinkAggregateMaximumBitrate PRESENCE optional }|
{ ID id-PC5QoSParameters CRITICALITY ignore TYPE PC5QoSParameters PRESENCE optional }|
{ ID id-UERadioCapabilityID CRITICALITY reject TYPE UERadioCapabilityID PRESENCE optional},
...
}
E-RABToBeSetupListCtxtSUReq ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { {E-RABToBeSetupItemCtxtSUReqIEs} }
E-RABToBeSetupItemCtxtSUReqIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABToBeSetupItemCtxtSUReq CRITICALITY reject TYPE E-RABToBeSetupItemCtxtSUReq PRESENCE mandatory },
...
}
E-RABToBeSetupItemCtxtSUReq ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
e-RABlevelQoSParameters E-RABLevelQoSParameters,
transportLayerAddress TransportLayerAddress,
gTP-TEID GTP-TEID,
nAS-PDU NAS-PDU OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {E-RABToBeSetupItemCtxtSUReqExtIEs} } OPTIONAL,
...
}
E-RABToBeSetupItemCtxtSUReqExtIEs S1AP-PROTOCOL-EXTENSION ::= {
{ ID id-Correlation-ID CRITICALITY ignore EXTENSION Correlation-ID PRESENCE optional}|
{ ID id-SIPTO-Correlation-ID CRITICALITY ignore EXTENSION Correlation-ID PRESENCE optional}|
{ ID id-BearerType CRITICALITY reject EXTENSION BearerType PRESENCE optional}|
{ ID id-Ethernet-Type CRITICALITY ignore EXTENSION Ethernet-Type PRESENCE optional}|
{ ID id-SecurityIndication CRITICALITY reject EXTENSION SecurityIndication PRESENCE optional},
...
}
-- **************************************************************
--
-- Initial Context Setup Response
--
-- **************************************************************
InitialContextSetupResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {InitialContextSetupResponseIEs} },
...
}
InitialContextSetupResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-E-RABSetupListCtxtSURes CRITICALITY ignore TYPE E-RABSetupListCtxtSURes PRESENCE mandatory }|
{ ID id-E-RABFailedToSetupListCtxtSURes CRITICALITY ignore TYPE E-RABList PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
E-RABSetupListCtxtSURes ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { {E-RABSetupItemCtxtSUResIEs} }
E-RABSetupItemCtxtSUResIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABSetupItemCtxtSURes CRITICALITY ignore TYPE E-RABSetupItemCtxtSURes PRESENCE mandatory },
...
}
E-RABSetupItemCtxtSURes ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
transportLayerAddress TransportLayerAddress,
gTP-TEID GTP-TEID,
iE-Extensions ProtocolExtensionContainer { {E-RABSetupItemCtxtSUResExtIEs} } OPTIONAL,
...
}
E-RABSetupItemCtxtSUResExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- Initial Context Setup Failure
--
-- **************************************************************
InitialContextSetupFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {InitialContextSetupFailureIEs} },
...
}
InitialContextSetupFailureIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- PAGING ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Paging
--
-- **************************************************************
Paging ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{PagingIEs}},
...
}
PagingIEs S1AP-PROTOCOL-IES ::= {
{ ID id-UEIdentityIndexValue CRITICALITY ignore TYPE UEIdentityIndexValue PRESENCE mandatory}|
{ ID id-UEPagingID CRITICALITY ignore TYPE UEPagingID PRESENCE mandatory}|
{ ID id-pagingDRX CRITICALITY ignore TYPE PagingDRX PRESENCE optional}|
{ ID id-CNDomain CRITICALITY ignore TYPE CNDomain PRESENCE mandatory}|
{ ID id-TAIList CRITICALITY ignore TYPE TAIList PRESENCE mandatory}|
{ ID id-CSG-IdList CRITICALITY ignore TYPE CSG-IdList PRESENCE optional}|
{ ID id-PagingPriority CRITICALITY ignore TYPE PagingPriority PRESENCE optional}|
{ ID id-UERadioCapabilityForPaging CRITICALITY ignore TYPE UERadioCapabilityForPaging PRESENCE optional}|
-- Extension for Release 13 to support Paging Optimisation and Coverage Enhancement paging --
{ ID id-AssistanceDataForPaging CRITICALITY ignore TYPE AssistanceDataForPaging PRESENCE optional}|
{ ID id-Paging-eDRXInformation CRITICALITY ignore TYPE Paging-eDRXInformation PRESENCE optional}|
{ ID id-extended-UEIdentityIndexValue CRITICALITY ignore TYPE Extended-UEIdentityIndexValue PRESENCE optional}|
{ ID id-NB-IoT-Paging-eDRXInformation CRITICALITY ignore TYPE NB-IoT-Paging-eDRXInformation PRESENCE optional}|
{ ID id-NB-IoT-UEIdentityIndexValue CRITICALITY ignore TYPE NB-IoT-UEIdentityIndexValue PRESENCE optional}|
{ ID id-EnhancedCoverageRestricted CRITICALITY ignore TYPE EnhancedCoverageRestricted PRESENCE optional}|
{ ID id-CE-ModeBRestricted CRITICALITY ignore TYPE CE-ModeBRestricted PRESENCE optional}|
{ ID id-DataSize CRITICALITY ignore TYPE DataSize PRESENCE optional}|
{ ID id-WUS-Assistance-Information CRITICALITY ignore TYPE WUS-Assistance-Information PRESENCE optional}|
{ ID id-NB-IoT-PagingDRX CRITICALITY ignore TYPE NB-IoT-PagingDRX PRESENCE optional}|
{ ID id-PagingCause CRITICALITY ignore TYPE PagingCause PRESENCE optional},
...
}
TAIList::= SEQUENCE (SIZE(1.. maxnoofTAIs)) OF ProtocolIE-SingleContainer {{TAIItemIEs}}
TAIItemIEs S1AP-PROTOCOL-IES ::= {
{ ID id-TAIItem CRITICALITY ignore TYPE TAIItem PRESENCE mandatory },
...
}
TAIItem ::= SEQUENCE {
tAI TAI,
iE-Extensions ProtocolExtensionContainer { {TAIItemExtIEs} } OPTIONAL,
...
}
TAIItemExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE CONTEXT RELEASE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- UE Context Release Request
--
-- **************************************************************
UEContextReleaseRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UEContextReleaseRequest-IEs}},
...
}
UEContextReleaseRequest-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-GWContextReleaseIndication CRITICALITY reject TYPE GWContextReleaseIndication PRESENCE optional }|
{ ID id-SecondaryRATDataUsageReportList CRITICALITY ignore TYPE SecondaryRATDataUsageReportList PRESENCE optional },
...
}
-- **************************************************************
--
-- UE Context Release Command
--
-- **************************************************************
UEContextReleaseCommand ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UEContextReleaseCommand-IEs}},
...
}
UEContextReleaseCommand-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-UE-S1AP-IDs CRITICALITY reject TYPE UE-S1AP-IDs PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
-- **************************************************************
--
-- UE Context Release Complete
--
-- **************************************************************
UEContextReleaseComplete ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UEContextReleaseComplete-IEs}},
...
}
UEContextReleaseComplete-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional}|
-- Extension for Release 12 to support User Location Information --
{ ID id-UserLocationInformation CRITICALITY ignore TYPE UserLocationInformation PRESENCE optional}|
-- Extension for Release 13 to support Paging Optimisation
{ ID id-InformationOnRecommendedCellsAndENBsForPaging CRITICALITY ignore TYPE InformationOnRecommendedCellsAndENBsForPaging PRESENCE optional}|
-- Extension for Release 13 to support coverage enhancement paging --
{ ID id-CellIdentifierAndCELevelForCECapableUEs CRITICALITY ignore TYPE CellIdentifierAndCELevelForCECapableUEs PRESENCE optional}|
{ ID id-SecondaryRATDataUsageReportList CRITICALITY ignore TYPE SecondaryRATDataUsageReportList PRESENCE optional }|
{ ID id-TimeSinceSecondaryNodeRelease CRITICALITY ignore TYPE TimeSinceSecondaryNodeRelease PRESENCE optional },
...
}
-- **************************************************************
--
-- UE CONTEXT MODIFICATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- UE Context Modification Request
--
-- **************************************************************
UEContextModificationRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UEContextModificationRequestIEs} },
...
}
UEContextModificationRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-SecurityKey CRITICALITY reject TYPE SecurityKey PRESENCE optional}|
{ ID id-SubscriberProfileIDforRFP CRITICALITY ignore TYPE SubscriberProfileIDforRFP PRESENCE optional}|
{ ID id-uEaggregateMaximumBitrate CRITICALITY ignore TYPE UEAggregateMaximumBitrate PRESENCE optional}|
{ ID id-CSFallbackIndicator CRITICALITY reject TYPE CSFallbackIndicator PRESENCE optional}|
{ ID id-UESecurityCapabilities CRITICALITY reject TYPE UESecurityCapabilities PRESENCE optional}|
{ ID id-CSGMembershipStatus CRITICALITY ignore TYPE CSGMembershipStatus PRESENCE optional}|
{ ID id-RegisteredLAI CRITICALITY ignore TYPE LAI PRESENCE optional}|
{ ID id-AdditionalCSFallbackIndicator CRITICALITY ignore TYPE AdditionalCSFallbackIndicator PRESENCE conditional}|
{ ID id-ProSeAuthorized CRITICALITY ignore TYPE ProSeAuthorized PRESENCE optional}|
{ ID id-SRVCCOperationPossible CRITICALITY ignore TYPE SRVCCOperationPossible PRESENCE optional}|
{ ID id-SRVCCOperationNotPossible CRITICALITY ignore TYPE SRVCCOperationNotPossible PRESENCE optional}|
{ ID id-V2XServicesAuthorized CRITICALITY ignore TYPE V2XServicesAuthorized PRESENCE optional}|
{ ID id-UESidelinkAggregateMaximumBitrate CRITICALITY ignore TYPE UESidelinkAggregateMaximumBitrate PRESENCE optional}|
{ ID id-NRUESecurityCapabilities CRITICALITY ignore TYPE NRUESecurityCapabilities PRESENCE optional}|
{ ID id-AerialUEsubscriptionInformation CRITICALITY ignore TYPE AerialUEsubscriptionInformation PRESENCE optional}|
{ ID id-AdditionalRRMPriorityIndex CRITICALITY ignore TYPE AdditionalRRMPriorityIndex PRESENCE optional}|
{ ID id-IAB-Authorized CRITICALITY ignore TYPE IAB-Authorized PRESENCE optional}|
{ ID id-NRV2XServicesAuthorized CRITICALITY ignore TYPE NRV2XServicesAuthorized PRESENCE optional }|
{ ID id-NRUESidelinkAggregateMaximumBitrate CRITICALITY ignore TYPE NRUESidelinkAggregateMaximumBitrate PRESENCE optional }|
{ ID id-PC5QoSParameters CRITICALITY ignore TYPE PC5QoSParameters PRESENCE optional }|
{ ID id-UERadioCapabilityID CRITICALITY reject TYPE UERadioCapabilityID PRESENCE optional},
...
}
-- **************************************************************
--
-- UE Context Modification Response
--
-- **************************************************************
UEContextModificationResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UEContextModificationResponseIEs} },
...
}
UEContextModificationResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- UE Context Modification Failure
--
-- **************************************************************
UEContextModificationFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UEContextModificationFailureIEs} },
...
}
UEContextModificationFailureIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- UE RADIO CAPABILITY MATCH ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- UE Radio Capability Match Request
--
-- **************************************************************
UERadioCapabilityMatchRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UERadioCapabilityMatchRequestIEs} },
...
}
UERadioCapabilityMatchRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-UERadioCapability CRITICALITY ignore TYPE UERadioCapability PRESENCE optional }|
{ ID id-UERadioCapabilityID CRITICALITY reject TYPE UERadioCapabilityID PRESENCE optional },
...
}
-- **************************************************************
--
-- UE Radio Capability Match Response
--
-- **************************************************************
UERadioCapabilityMatchResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UERadioCapabilityMatchResponseIEs} },
...
}
UERadioCapabilityMatchResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-VoiceSupportMatchIndicator CRITICALITY reject TYPE VoiceSupportMatchIndicator PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- NAS TRANSPORT ELEMENTARY PROCEDURES
--
-- **************************************************************
-- **************************************************************
--
-- DOWNLINK NAS TRANSPORT
--
-- **************************************************************
DownlinkNASTransport ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DownlinkNASTransport-IEs}},
...
}
DownlinkNASTransport-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-NAS-PDU CRITICALITY reject TYPE NAS-PDU PRESENCE mandatory}|
{ ID id-HandoverRestrictionList CRITICALITY ignore TYPE HandoverRestrictionList PRESENCE optional}|
{ ID id-SubscriberProfileIDforRFP CRITICALITY ignore TYPE SubscriberProfileIDforRFP PRESENCE optional}|
{ ID id-SRVCCOperationPossible CRITICALITY ignore TYPE SRVCCOperationPossible PRESENCE optional}|
{ ID id-UERadioCapability CRITICALITY ignore TYPE UERadioCapability PRESENCE optional}|
{ ID id-DLNASPDUDeliveryAckRequest CRITICALITY ignore TYPE DLNASPDUDeliveryAckRequest PRESENCE optional}|
{ ID id-EnhancedCoverageRestricted CRITICALITY ignore TYPE EnhancedCoverageRestricted PRESENCE optional}|
{ ID id-NRUESecurityCapabilities CRITICALITY ignore TYPE NRUESecurityCapabilities PRESENCE optional}|
{ ID id-CE-ModeBRestricted CRITICALITY ignore TYPE CE-ModeBRestricted PRESENCE optional}|
{ ID id-UECapabilityInfoRequest CRITICALITY ignore TYPE UECapabilityInfoRequest PRESENCE optional}|
{ ID id-EndIndication CRITICALITY ignore TYPE EndIndication PRESENCE optional}|
{ ID id-PendingDataIndication CRITICALITY ignore TYPE PendingDataIndication PRESENCE optional}|
{ ID id-Subscription-Based-UE-DifferentiationInfo CRITICALITY ignore TYPE Subscription-Based-UE-DifferentiationInfo PRESENCE optional}|
{ ID id-AdditionalRRMPriorityIndex CRITICALITY ignore TYPE AdditionalRRMPriorityIndex PRESENCE optional}|
{ ID id-UERadioCapabilityID CRITICALITY reject TYPE UERadioCapabilityID PRESENCE optional}|
{ ID id-Masked-IMEISV CRITICALITY ignore TYPE Masked-IMEISV PRESENCE optional},
...
}
-- **************************************************************
--
-- INITIAL UE MESSAGE
--
-- **************************************************************
InitialUEMessage ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{InitialUEMessage-IEs}},
...
}
InitialUEMessage-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-NAS-PDU CRITICALITY reject TYPE NAS-PDU PRESENCE mandatory}|
{ ID id-TAI CRITICALITY reject TYPE TAI PRESENCE mandatory}|
{ ID id-EUTRAN-CGI CRITICALITY ignore TYPE EUTRAN-CGI PRESENCE mandatory}|
{ ID id-RRC-Establishment-Cause CRITICALITY ignore TYPE RRC-Establishment-Cause PRESENCE mandatory}|
{ ID id-S-TMSI CRITICALITY reject TYPE S-TMSI PRESENCE optional}|
{ ID id-CSG-Id CRITICALITY reject TYPE CSG-Id PRESENCE optional}|
{ ID id-GUMMEI-ID CRITICALITY reject TYPE GUMMEI PRESENCE optional}|
{ ID id-CellAccessMode CRITICALITY reject TYPE CellAccessMode PRESENCE optional}|
{ ID id-GW-TransportLayerAddress CRITICALITY ignore TYPE TransportLayerAddress PRESENCE optional}|
{ ID id-RelayNode-Indicator CRITICALITY reject TYPE RelayNode-Indicator PRESENCE optional}|
{ ID id-GUMMEIType CRITICALITY ignore TYPE GUMMEIType PRESENCE optional}|
-- Extension for Release 11 to support BBAI --
{ ID id-Tunnel-Information-for-BBF CRITICALITY ignore TYPE TunnelInformation PRESENCE optional}|
{ ID id-SIPTO-L-GW-TransportLayerAddress CRITICALITY ignore TYPE TransportLayerAddress PRESENCE optional}|
{ ID id-LHN-ID CRITICALITY ignore TYPE LHN-ID PRESENCE optional}|
{ ID id-MME-Group-ID CRITICALITY ignore TYPE MME-Group-ID PRESENCE optional}|
{ ID id-UE-Usage-Type CRITICALITY ignore TYPE UE-Usage-Type PRESENCE optional}|
{ ID id-CE-mode-B-SupportIndicator CRITICALITY ignore TYPE CE-mode-B-SupportIndicator PRESENCE optional}|
{ ID id-DCN-ID CRITICALITY ignore TYPE DCN-ID PRESENCE optional}|
{ ID id-Coverage-Level CRITICALITY ignore TYPE Coverage-Level PRESENCE optional}|
{ ID id-UE-Application-Layer-Measurement-Capability CRITICALITY ignore TYPE UE-Application-Layer-Measurement-Capability PRESENCE optional}|
{ ID id-EDT-Session CRITICALITY ignore TYPE EDT-Session PRESENCE optional}|
{ ID id-IAB-Node-Indication CRITICALITY reject TYPE IAB-Node-Indication PRESENCE optional}|
{ ID id-LTE-NTN-TAI-Information CRITICALITY ignore TYPE LTE-NTN-TAI-Information PRESENCE optional},
...
}
-- **************************************************************
--
-- UPLINK NAS TRANSPORT
--
-- **************************************************************
UplinkNASTransport ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UplinkNASTransport-IEs}},
...
}
UplinkNASTransport-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-NAS-PDU CRITICALITY reject TYPE NAS-PDU PRESENCE mandatory}|
{ ID id-EUTRAN-CGI CRITICALITY ignore TYPE EUTRAN-CGI PRESENCE mandatory}|
{ ID id-TAI CRITICALITY ignore TYPE TAI PRESENCE mandatory}|
{ ID id-GW-TransportLayerAddress CRITICALITY ignore TYPE TransportLayerAddress PRESENCE optional}|
{ ID id-SIPTO-L-GW-TransportLayerAddress CRITICALITY ignore TYPE TransportLayerAddress PRESENCE optional}|
{ ID id-LHN-ID CRITICALITY ignore TYPE LHN-ID PRESENCE optional}|
{ ID id-PSCellInformation CRITICALITY ignore TYPE PSCellInformation PRESENCE optional }|
{ ID id-LTE-NTN-TAI-Information CRITICALITY ignore TYPE LTE-NTN-TAI-Information PRESENCE optional},
...
}
-- **************************************************************
--
-- NAS NON DELIVERY INDICATION
--
-- **************************************************************
NASNonDeliveryIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{NASNonDeliveryIndication-IEs}},
...
}
NASNonDeliveryIndication-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-NAS-PDU CRITICALITY ignore TYPE NAS-PDU PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
-- **************************************************************
--
-- REROUTE NAS REQUEST
--
-- **************************************************************
RerouteNASRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{RerouteNASRequest-IEs}},
...
}
-- WS modification, add a definition for S1 Message
S1-Message ::= OCTET STRING
RerouteNASRequest-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE optional}|
-- WS modification, add a definition for S1 Message
-- { ID id-S1-Message CRITICALITY reject TYPE OCTET STRING PRESENCE mandatory}|
{ ID id-S1-Message CRITICALITY reject TYPE S1-Message PRESENCE mandatory}|
{ ID id-MME-Group-ID CRITICALITY reject TYPE MME-Group-ID PRESENCE mandatory}|
{ ID id-Additional-GUTI CRITICALITY ignore TYPE Additional-GUTI PRESENCE optional}|
{ ID id-UE-Usage-Type CRITICALITY ignore TYPE UE-Usage-Type PRESENCE optional},
...
}
-- **************************************************************
--
-- NAS DELIVERY INDICATION
--
-- **************************************************************
NASDeliveryIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { NASDeliveryIndicationIEs} },
...
}
NASDeliveryIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory},
...
}
-- **************************************************************
--
-- RESET ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Reset
--
-- **************************************************************
Reset ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ResetIEs} },
...
}
ResetIEs S1AP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-ResetType CRITICALITY reject TYPE ResetType PRESENCE mandatory },
...
}
ResetType ::= CHOICE {
s1-Interface ResetAll,
partOfS1-Interface UE-associatedLogicalS1-ConnectionListRes,
...
}
ResetAll ::= ENUMERATED {
reset-all,
...
}
UE-associatedLogicalS1-ConnectionListRes ::= SEQUENCE (SIZE(1.. maxnoofIndividualS1ConnectionsToReset)) OF ProtocolIE-SingleContainer { { UE-associatedLogicalS1-ConnectionItemRes } }
UE-associatedLogicalS1-ConnectionItemRes S1AP-PROTOCOL-IES ::= {
{ ID id-UE-associatedLogicalS1-ConnectionItem CRITICALITY reject TYPE UE-associatedLogicalS1-ConnectionItem PRESENCE mandatory},
...
}
-- **************************************************************
--
-- Reset Acknowledge
--
-- **************************************************************
ResetAcknowledge ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ResetAcknowledgeIEs} },
...
}
ResetAcknowledgeIEs S1AP-PROTOCOL-IES ::= {
{ ID id-UE-associatedLogicalS1-ConnectionListResAck CRITICALITY ignore TYPE UE-associatedLogicalS1-ConnectionListResAck PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
UE-associatedLogicalS1-ConnectionListResAck ::= SEQUENCE (SIZE(1.. maxnoofIndividualS1ConnectionsToReset)) OF ProtocolIE-SingleContainer { { UE-associatedLogicalS1-ConnectionItemResAck } }
UE-associatedLogicalS1-ConnectionItemResAck S1AP-PROTOCOL-IES ::= {
{ ID id-UE-associatedLogicalS1-ConnectionItem CRITICALITY ignore TYPE UE-associatedLogicalS1-ConnectionItem PRESENCE mandatory },
...
}
-- **************************************************************
--
-- ERROR INDICATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Error Indication
--
-- **************************************************************
ErrorIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ErrorIndicationIEs}},
...
}
ErrorIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE optional }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE optional }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional }|
{ ID id-S-TMSI CRITICALITY ignore TYPE S-TMSI PRESENCE optional },
...
}
-- **************************************************************
--
-- S1 SETUP ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- S1 Setup Request
--
-- **************************************************************
S1SetupRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {S1SetupRequestIEs} },
...
}
S1SetupRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-Global-ENB-ID CRITICALITY reject TYPE Global-ENB-ID PRESENCE mandatory}|
{ ID id-eNBname CRITICALITY ignore TYPE ENBname PRESENCE optional}|
{ ID id-SupportedTAs CRITICALITY reject TYPE SupportedTAs PRESENCE mandatory}|
{ ID id-DefaultPagingDRX CRITICALITY ignore TYPE PagingDRX PRESENCE mandatory}|
{ ID id-CSG-IdList CRITICALITY reject TYPE CSG-IdList PRESENCE optional}|
{ ID id-UE-RetentionInformation CRITICALITY ignore TYPE UE-RetentionInformation PRESENCE optional}|
{ ID id-NB-IoT-DefaultPagingDRX CRITICALITY ignore TYPE NB-IoT-DefaultPagingDRX PRESENCE optional}|
{ ID id-ConnectedengNBList CRITICALITY ignore TYPE ConnectedengNBList PRESENCE optional},
...
}
-- **************************************************************
--
-- S1 Setup Response
--
-- **************************************************************
S1SetupResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {S1SetupResponseIEs} },
...
}
S1SetupResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MMEname CRITICALITY ignore TYPE MMEname PRESENCE optional}|
{ ID id-ServedGUMMEIs CRITICALITY reject TYPE ServedGUMMEIs PRESENCE mandatory}|
{ ID id-RelativeMMECapacity CRITICALITY ignore TYPE RelativeMMECapacity PRESENCE mandatory}|
{ ID id-MMERelaySupportIndicator CRITICALITY ignore TYPE MMERelaySupportIndicator PRESENCE optional}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional}|
{ ID id-UE-RetentionInformation CRITICALITY ignore TYPE UE-RetentionInformation PRESENCE optional}|
{ ID id-ServedDCNs CRITICALITY ignore TYPE ServedDCNs PRESENCE optional}|
{ ID id-IAB-Supported CRITICALITY ignore TYPE IAB-Supported PRESENCE optional},
...
}
-- **************************************************************
--
-- S1 Setup Failure
--
-- **************************************************************
S1SetupFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {S1SetupFailureIEs} },
...
}
S1SetupFailureIEs S1AP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-TimeToWait CRITICALITY ignore TYPE TimeToWait PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- ENB CONFIGURATION UPDATE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- eNB Configuration Update
--
-- **************************************************************
ENBConfigurationUpdate ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ENBConfigurationUpdateIEs} },
...
}
ENBConfigurationUpdateIEs S1AP-PROTOCOL-IES ::= {
{ ID id-eNBname CRITICALITY ignore TYPE ENBname PRESENCE optional}|
{ ID id-SupportedTAs CRITICALITY reject TYPE SupportedTAs PRESENCE optional}|
{ ID id-CSG-IdList CRITICALITY reject TYPE CSG-IdList PRESENCE optional}|
{ ID id-DefaultPagingDRX CRITICALITY ignore TYPE PagingDRX PRESENCE optional}|
{ ID id-NB-IoT-DefaultPagingDRX CRITICALITY ignore TYPE NB-IoT-DefaultPagingDRX PRESENCE optional}|
{ ID id-ConnectedengNBToAddList CRITICALITY ignore TYPE ConnectedengNBList PRESENCE optional}|
{ ID id-ConnectedengNBToRemoveList CRITICALITY ignore TYPE ConnectedengNBList PRESENCE optional},
...
}
-- **************************************************************
--
-- eNB Configuration Update Acknowledge
--
-- **************************************************************
ENBConfigurationUpdateAcknowledge ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ENBConfigurationUpdateAcknowledgeIEs} },
...
}
ENBConfigurationUpdateAcknowledgeIEs S1AP-PROTOCOL-IES ::= {
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- eNB Configuration Update Failure
--
-- **************************************************************
ENBConfigurationUpdateFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ENBConfigurationUpdateFailureIEs} },
...
}
ENBConfigurationUpdateFailureIEs S1AP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-TimeToWait CRITICALITY ignore TYPE TimeToWait PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- MME CONFIGURATION UPDATE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MME Configuration Update
--
-- **************************************************************
MMEConfigurationUpdate ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {MMEConfigurationUpdateIEs} },
...
}
MMEConfigurationUpdateIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MMEname CRITICALITY ignore TYPE MMEname PRESENCE optional }|
{ ID id-ServedGUMMEIs CRITICALITY reject TYPE ServedGUMMEIs PRESENCE optional }|
{ ID id-RelativeMMECapacity CRITICALITY reject TYPE RelativeMMECapacity PRESENCE optional }|
{ ID id-ServedDCNs CRITICALITY ignore TYPE ServedDCNs PRESENCE optional},
...
}
-- **************************************************************
--
-- MME Configuration Update Acknowledge
--
-- **************************************************************
MMEConfigurationUpdateAcknowledge ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {MMEConfigurationUpdateAcknowledgeIEs} },
...
}
MMEConfigurationUpdateAcknowledgeIEs S1AP-PROTOCOL-IES ::= {
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- MME Configuration Update Failure
--
-- **************************************************************
MMEConfigurationUpdateFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {MMEConfigurationUpdateFailureIEs} },
...
}
MMEConfigurationUpdateFailureIEs S1AP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory }|
{ ID id-TimeToWait CRITICALITY ignore TYPE TimeToWait PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- DOWNLINK S1 CDMA2000 TUNNELLING ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Downlink S1 CDMA2000 Tunnelling
--
-- **************************************************************
DownlinkS1cdma2000tunnelling ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {DownlinkS1cdma2000tunnellingIEs} },
...
}
DownlinkS1cdma2000tunnellingIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-E-RABSubjecttoDataForwardingList CRITICALITY ignore TYPE E-RABSubjecttoDataForwardingList PRESENCE optional }|
{ ID id-cdma2000HOStatus CRITICALITY ignore TYPE Cdma2000HOStatus PRESENCE optional }|
{ ID id-cdma2000RATType CRITICALITY reject TYPE Cdma2000RATType PRESENCE mandatory }|
{ ID id-cdma2000PDU CRITICALITY reject TYPE Cdma2000PDU PRESENCE mandatory },
...
}
-- **************************************************************
--
-- UPLINK S1 CDMA2000 TUNNELLING ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Uplink S1 CDMA2000 Tunnelling
--
-- **************************************************************
UplinkS1cdma2000tunnelling ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UplinkS1cdma2000tunnellingIEs} },
...
}
UplinkS1cdma2000tunnellingIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-cdma2000RATType CRITICALITY reject TYPE Cdma2000RATType PRESENCE mandatory }|
{ ID id-cdma2000SectorID CRITICALITY reject TYPE Cdma2000SectorID PRESENCE mandatory }|
{ ID id-cdma2000HORequiredIndication CRITICALITY ignore TYPE Cdma2000HORequiredIndication PRESENCE optional }|
{ ID id-cdma2000OneXSRVCCInfo CRITICALITY reject TYPE Cdma2000OneXSRVCCInfo PRESENCE optional }|
{ ID id-cdma2000OneXRAND CRITICALITY reject TYPE Cdma2000OneXRAND PRESENCE optional }|
{ ID id-cdma2000PDU CRITICALITY reject TYPE Cdma2000PDU PRESENCE mandatory }|
{ ID id-EUTRANRoundTripDelayEstimationInfo CRITICALITY ignore TYPE EUTRANRoundTripDelayEstimationInfo PRESENCE optional },
-- Extension for Release 9 to assist target HRPD access with the acquisition of the UE --
...
}
-- **************************************************************
--
-- UE CAPABILITY INFO INDICATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- UE Capability Info Indication
--
-- **************************************************************
UECapabilityInfoIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UECapabilityInfoIndicationIEs} },
...
}
UECapabilityInfoIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-UERadioCapability CRITICALITY ignore TYPE UERadioCapability PRESENCE mandatory}|
{ ID id-UERadioCapabilityForPaging CRITICALITY ignore TYPE UERadioCapabilityForPaging PRESENCE optional}|
{ ID id-UE-Application-Layer-Measurement-Capability CRITICALITY ignore TYPE UE-Application-Layer-Measurement-Capability PRESENCE optional}|
{ ID id-LTE-M-Indication CRITICALITY ignore TYPE LTE-M-Indication PRESENCE optional}|
{ ID id-UERadioCapability-NR-Format CRITICALITY ignore TYPE UERadioCapability PRESENCE optional}|
{ ID id-UERadioCapabilityForPaging-NR-Format CRITICALITY ignore TYPE UERadioCapabilityForPaging PRESENCE optional},
...
}
-- **************************************************************
--
-- eNB STATUS TRANSFER ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- eNB Status Transfer
--
-- **************************************************************
ENBStatusTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ENBStatusTransferIEs} },
...
}
ENBStatusTransferIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-StatusTransfer-TransparentContainer CRITICALITY reject TYPE ENB-StatusTransfer-TransparentContainer PRESENCE mandatory},
...
}
-- **************************************************************
--
-- MME STATUS TRANSFER ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MME Status Transfer
--
-- **************************************************************
MMEStatusTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {MMEStatusTransferIEs} },
...
}
MMEStatusTransferIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-StatusTransfer-TransparentContainer CRITICALITY reject TYPE ENB-StatusTransfer-TransparentContainer PRESENCE mandatory},
...
}
-- **************************************************************
--
-- TRACE ELEMENTARY PROCEDURES
--
-- **************************************************************
-- **************************************************************
--
-- Trace Start
--
-- **************************************************************
TraceStart ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {TraceStartIEs} },
...
}
TraceStartIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-TraceActivation CRITICALITY ignore TYPE TraceActivation PRESENCE mandatory },
...
}
-- **************************************************************
--
-- Trace Failure Indication
--
-- **************************************************************
TraceFailureIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {TraceFailureIndicationIEs} },
...
}
TraceFailureIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-E-UTRAN-Trace-ID CRITICALITY ignore TYPE E-UTRAN-Trace-ID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
-- **************************************************************
--
-- DEACTIVATE TRACE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Deactivate Trace
--
-- **************************************************************
DeactivateTrace ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { DeactivateTraceIEs} },
...
}
DeactivateTraceIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-E-UTRAN-Trace-ID CRITICALITY ignore TYPE E-UTRAN-Trace-ID PRESENCE mandatory },
...
}
-- **************************************************************
--
-- CELL TRAFFIC TRACE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Cell Traffic Trace
--
-- **************************************************************
CellTrafficTrace ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { CellTrafficTraceIEs } },
...
}
CellTrafficTraceIEs S1AP-PROTOCOL-IES ::= {
{ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ID id-E-UTRAN-Trace-ID CRITICALITY ignore TYPE E-UTRAN-Trace-ID PRESENCE mandatory }|
{ID id-EUTRAN-CGI CRITICALITY ignore TYPE EUTRAN-CGI PRESENCE mandatory }|
{ID id-TraceCollectionEntityIPAddress CRITICALITY ignore TYPE TransportLayerAddress PRESENCE mandatory }|
{ID id-PrivacyIndicator CRITICALITY ignore TYPE PrivacyIndicator PRESENCE optional },
...
}
-- **************************************************************
--
-- LOCATION ELEMENTARY PROCEDURES
--
-- **************************************************************
-- **************************************************************
--
-- Location Reporting Control
--
-- **************************************************************
LocationReportingControl ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { LocationReportingControlIEs} },
...
}
LocationReportingControlIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-RequestType CRITICALITY ignore TYPE RequestType PRESENCE mandatory },
...
}
-- **************************************************************
--
-- Location Report Failure Indication
--
-- **************************************************************
LocationReportingFailureIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { LocationReportingFailureIndicationIEs} },
...
}
LocationReportingFailureIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory },
...
}
-- **************************************************************
--
-- Location Report
--
-- **************************************************************
LocationReport ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { LocationReportIEs} },
...
}
LocationReportIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-EUTRAN-CGI CRITICALITY ignore TYPE EUTRAN-CGI PRESENCE mandatory }|
{ ID id-TAI CRITICALITY ignore TYPE TAI PRESENCE mandatory }|
{ ID id-RequestType CRITICALITY ignore TYPE RequestType PRESENCE mandatory }|
{ ID id-PSCellInformation CRITICALITY ignore TYPE PSCellInformation PRESENCE optional }|
{ ID id-LTE-NTN-TAI-Information CRITICALITY ignore TYPE LTE-NTN-TAI-Information PRESENCE optional},
...
}
-- **************************************************************
--
-- OVERLOAD ELEMENTARY PROCEDURES
--
-- **************************************************************
-- **************************************************************
--
-- Overload Start
--
-- **************************************************************
OverloadStart ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {OverloadStartIEs} },
...
}
OverloadStartIEs S1AP-PROTOCOL-IES ::= {
{ ID id-OverloadResponse CRITICALITY reject TYPE OverloadResponse PRESENCE mandatory }|
{ ID id-GUMMEIList CRITICALITY ignore TYPE GUMMEIList PRESENCE optional }|
{ ID id-TrafficLoadReductionIndication CRITICALITY ignore TYPE TrafficLoadReductionIndication PRESENCE optional },
...
}
-- **************************************************************
--
-- Overload Stop
--
-- **************************************************************
OverloadStop ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {OverloadStopIEs} },
...
}
OverloadStopIEs S1AP-PROTOCOL-IES ::= {
{ ID id-GUMMEIList CRITICALITY ignore TYPE GUMMEIList PRESENCE optional },
...
}
-- **************************************************************
--
-- WRITE-REPLACE WARNING ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Write-Replace Warning Request
--
-- **************************************************************
WriteReplaceWarningRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {WriteReplaceWarningRequestIEs} },
...
}
WriteReplaceWarningRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MessageIdentifier CRITICALITY reject TYPE MessageIdentifier PRESENCE mandatory }|
{ ID id-SerialNumber CRITICALITY reject TYPE SerialNumber PRESENCE mandatory }|
{ ID id-WarningAreaList CRITICALITY ignore TYPE WarningAreaList PRESENCE optional }|
{ ID id-RepetitionPeriod CRITICALITY reject TYPE RepetitionPeriod PRESENCE mandatory }|
{ ID id-ExtendedRepetitionPeriod CRITICALITY reject TYPE ExtendedRepetitionPeriod PRESENCE optional }|
{ ID id-NumberofBroadcastRequest CRITICALITY reject TYPE NumberofBroadcastRequest PRESENCE mandatory }|
{ ID id-WarningType CRITICALITY ignore TYPE WarningType PRESENCE optional }|
{ ID id-WarningSecurityInfo CRITICALITY ignore TYPE WarningSecurityInfo PRESENCE optional }|
{ ID id-DataCodingScheme CRITICALITY ignore TYPE DataCodingScheme PRESENCE optional }|
{ ID id-WarningMessageContents CRITICALITY ignore TYPE WarningMessageContents PRESENCE optional }|
{ ID id-ConcurrentWarningMessageIndicator CRITICALITY reject TYPE ConcurrentWarningMessageIndicator PRESENCE optional }|
{ ID id-WarningAreaCoordinates CRITICALITY ignore TYPE WarningAreaCoordinates PRESENCE optional },
...
}
-- **************************************************************
--
-- Write-Replace Warning Response
--
-- **************************************************************
WriteReplaceWarningResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {WriteReplaceWarningResponseIEs} },
...
}
WriteReplaceWarningResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MessageIdentifier CRITICALITY reject TYPE MessageIdentifier PRESENCE mandatory }|
{ ID id-SerialNumber CRITICALITY reject TYPE SerialNumber PRESENCE mandatory }|
{ ID id-BroadcastCompletedAreaList CRITICALITY ignore TYPE BroadcastCompletedAreaList PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- eNB DIRECT INFORMATION TRANSFER ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- eNB Direct Information Transfer
--
-- **************************************************************
ENBDirectInformationTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ ENBDirectInformationTransferIEs}},
...
}
ENBDirectInformationTransferIEs S1AP-PROTOCOL-IES ::= {
{ ID id-Inter-SystemInformationTransferTypeEDT CRITICALITY reject TYPE Inter-SystemInformationTransferType PRESENCE mandatory },
...
}
Inter-SystemInformationTransferType ::= CHOICE {
rIMTransfer RIMTransfer,
...
}
-- **************************************************************
--
-- MME DIRECT INFORMATION TRANSFER ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MME Direct Information Transfer
--
-- **************************************************************
MMEDirectInformationTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ MMEDirectInformationTransferIEs}},
...
}
MMEDirectInformationTransferIEs S1AP-PROTOCOL-IES ::= {
{ ID id-Inter-SystemInformationTransferTypeMDT CRITICALITY reject TYPE Inter-SystemInformationTransferType PRESENCE mandatory },
...
}
-- **************************************************************
--
-- eNB CONFIGURATION TRANSFER ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- eNB Configuration Transfer
--
-- **************************************************************
ENBConfigurationTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ ENBConfigurationTransferIEs}},
...
}
ENBConfigurationTransferIEs S1AP-PROTOCOL-IES ::= {
{ ID id-SONConfigurationTransferECT CRITICALITY ignore TYPE SONConfigurationTransfer PRESENCE optional }|
{ ID id-EN-DCSONConfigurationTransfer-ECT CRITICALITY ignore TYPE EN-DCSONConfigurationTransfer PRESENCE optional }|
{ ID id-IntersystemSONConfigurationTransferECT CRITICALITY ignore TYPE IntersystemSONConfigurationTransfer PRESENCE optional },
...
}
-- **************************************************************
--
-- MME CONFIGURATION TRANSFER ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- MME Configuration Transfer
--
-- **************************************************************
MMEConfigurationTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ MMEConfigurationTransferIEs}},
...
}
MMEConfigurationTransferIEs S1AP-PROTOCOL-IES ::= {
{ ID id-SONConfigurationTransferMCT CRITICALITY ignore TYPE SONConfigurationTransfer PRESENCE optional }|
{ ID id-EN-DCSONConfigurationTransfer-MCT CRITICALITY ignore TYPE EN-DCSONConfigurationTransfer PRESENCE optional }|
{ ID id-IntersystemSONConfigurationTransferMCT CRITICALITY ignore TYPE IntersystemSONConfigurationTransfer PRESENCE optional },
...
}
-- **************************************************************
--
-- PRIVATE MESSAGE ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Private Message
--
-- **************************************************************
PrivateMessage ::= SEQUENCE {
privateIEs PrivateIE-Container {{PrivateMessageIEs}},
...
}
PrivateMessageIEs S1AP-PRIVATE-IES ::= {
...
}
-- **************************************************************
--
-- KILL PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- Kill Request
--
-- **************************************************************
KillRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {KillRequestIEs} },
...
}
KillRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MessageIdentifier CRITICALITY reject TYPE MessageIdentifier PRESENCE mandatory}|
{ ID id-SerialNumber CRITICALITY reject TYPE SerialNumber PRESENCE mandatory}|
{ ID id-WarningAreaList CRITICALITY ignore TYPE WarningAreaList PRESENCE optional}|
{ ID id-KillAllWarningMessages CRITICALITY reject TYPE KillAllWarningMessages PRESENCE optional},
...
}
-- **************************************************************
--
-- Kill Response
--
-- **************************************************************
KillResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {KillResponseIEs} },
...
}
KillResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MessageIdentifier CRITICALITY reject TYPE MessageIdentifier PRESENCE mandatory }|
{ ID id-SerialNumber CRITICALITY reject TYPE SerialNumber PRESENCE mandatory }|
{ ID id-BroadcastCancelledAreaList CRITICALITY ignore TYPE BroadcastCancelledAreaList PRESENCE optional }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
-- **************************************************************
--
-- PWS RESTART INDICATION PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- PWS Restart Indication
--
-- **************************************************************
PWSRestartIndication::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ PWSRestartIndicationIEs}},
...
}
PWSRestartIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-ECGIListForRestart CRITICALITY reject TYPE ECGIListForRestart PRESENCE mandatory}|
{ ID id-Global-ENB-ID CRITICALITY reject TYPE Global-ENB-ID PRESENCE mandatory}|
{ ID id-TAIListForRestart CRITICALITY reject TYPE TAIListForRestart PRESENCE mandatory}|
{ ID id-EmergencyAreaIDListForRestart CRITICALITY reject TYPE EmergencyAreaIDListForRestart PRESENCE optional},
...
}
-- **************************************************************
--
-- PWS Failure Indication
--
-- **************************************************************
PWSFailureIndication::= SEQUENCE {
protocolIEs ProtocolIE-Container {{ PWSFailureIndicationIEs}},
...
}
PWSFailureIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-PWSfailedECGIList CRITICALITY reject TYPE PWSfailedECGIList PRESENCE mandatory}|
{ ID id-Global-ENB-ID CRITICALITY reject TYPE Global-ENB-ID PRESENCE mandatory},
...
}
-- **************************************************************
--
-- LPPA TRANSPORT ELEMENTARY PROCEDURES
--
-- **************************************************************
-- **************************************************************
--
-- DOWNLINK UE ASSOCIATED LPPA TRANSPORT
--
-- **************************************************************
DownlinkUEAssociatedLPPaTransport ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DownlinkUEAssociatedLPPaTransport-IEs}},
...
}
DownlinkUEAssociatedLPPaTransport-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-Routing-ID CRITICALITY reject TYPE Routing-ID PRESENCE mandatory }|
{ ID id-LPPa-PDU CRITICALITY reject TYPE LPPa-PDU PRESENCE mandatory },
...
}
-- **************************************************************
--
-- UPLINK UE ASSOCIATED LPPA TRANSPORT
--
-- **************************************************************
UplinkUEAssociatedLPPaTransport ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UplinkUEAssociatedLPPaTransport-IEs}},
...
}
UplinkUEAssociatedLPPaTransport-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory }|
{ ID id-Routing-ID CRITICALITY reject TYPE Routing-ID PRESENCE mandatory }|
{ ID id-LPPa-PDU CRITICALITY reject TYPE LPPa-PDU PRESENCE mandatory },
...
}
-- **************************************************************
--
-- DOWNLINK NON UE ASSOCIATED LPPA TRANSPORT
--
-- **************************************************************
DownlinkNonUEAssociatedLPPaTransport ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{DownlinkNonUEAssociatedLPPaTransport-IEs}},
...
}
DownlinkNonUEAssociatedLPPaTransport-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-Routing-ID CRITICALITY reject TYPE Routing-ID PRESENCE mandatory }|
{ ID id-LPPa-PDU CRITICALITY reject TYPE LPPa-PDU PRESENCE mandatory },
...
}
-- **************************************************************
--
-- UPLINK NON UE ASSOCIATED LPPA TRANSPORT
--
-- **************************************************************
UplinkNonUEAssociatedLPPaTransport ::= SEQUENCE {
protocolIEs ProtocolIE-Container {{UplinkNonUEAssociatedLPPaTransport-IEs}},
...
}
UplinkNonUEAssociatedLPPaTransport-IEs S1AP-PROTOCOL-IES ::= {
{ ID id-Routing-ID CRITICALITY reject TYPE Routing-ID PRESENCE mandatory }|
{ ID id-LPPa-PDU CRITICALITY reject TYPE LPPa-PDU PRESENCE mandatory },
...
}
-- **************************************************************
--
-- E-RAB MODIFICATION INDICATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- E-RAB Modification Indication
--
-- **************************************************************
E-RABModificationIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { E-RABModificationIndicationIEs} },
...
}
E-RABModificationIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-E-RABToBeModifiedListBearerModInd CRITICALITY reject TYPE E-RABToBeModifiedListBearerModInd PRESENCE mandatory}|
{ ID id-E-RABNotToBeModifiedListBearerModInd CRITICALITY reject TYPE E-RABNotToBeModifiedListBearerModInd PRESENCE optional}|
{ ID id-CSGMembershipInfo CRITICALITY reject TYPE CSGMembershipInfo PRESENCE optional}|
-- Extension for Release 11 to support BBAI --
{ ID id-Tunnel-Information-for-BBF CRITICALITY ignore TYPE TunnelInformation PRESENCE optional}|
{ ID id-SecondaryRATDataUsageReportList CRITICALITY ignore TYPE SecondaryRATDataUsageReportList PRESENCE optional }|
{ ID id-UserLocationInformation CRITICALITY ignore TYPE UserLocationInformation PRESENCE optional },
...
}
E-RABToBeModifiedListBearerModInd ::= E-RAB-IE-ContainerList { {E-RABToBeModifiedItemBearerModIndIEs} }
E-RABToBeModifiedItemBearerModIndIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABToBeModifiedItemBearerModInd CRITICALITY reject TYPE E-RABToBeModifiedItemBearerModInd PRESENCE mandatory},
...
}
E-RABToBeModifiedItemBearerModInd ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
transportLayerAddress TransportLayerAddress,
dL-GTP-TEID GTP-TEID,
iE-Extensions ProtocolExtensionContainer { { E-RABToBeModifiedItemBearerModInd-ExtIEs} } OPTIONAL,
...
}
E-RABToBeModifiedItemBearerModInd-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
E-RABNotToBeModifiedListBearerModInd ::= E-RAB-IE-ContainerList { {E-RABNotToBeModifiedItemBearerModIndIEs} }
E-RABNotToBeModifiedItemBearerModIndIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABNotToBeModifiedItemBearerModInd CRITICALITY reject TYPE E-RABNotToBeModifiedItemBearerModInd PRESENCE mandatory},
...
}
E-RABNotToBeModifiedItemBearerModInd ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
transportLayerAddress TransportLayerAddress,
dL-GTP-TEID GTP-TEID,
iE-Extensions ProtocolExtensionContainer { { E-RABNotToBeModifiedItemBearerModInd-ExtIEs} } OPTIONAL,
...
}
E-RABNotToBeModifiedItemBearerModInd-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
CSGMembershipInfo ::= SEQUENCE {
cSGMembershipStatus CSGMembershipStatus,
cSG-Id CSG-Id,
cellAccessMode CellAccessMode OPTIONAL,
pLMNidentity PLMNidentity OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { CSGMembershipInfo-ExtIEs} } OPTIONAL,
...
}
CSGMembershipInfo-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- E-RAB Modification Confirm
--
-- **************************************************************
E-RABModificationConfirm ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {E-RABModificationConfirmIEs} },
...
}
E-RABModificationConfirmIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-E-RABModifyListBearerModConf CRITICALITY ignore TYPE E-RABModifyListBearerModConf PRESENCE optional}|
{ ID id-E-RABFailedToModifyListBearerModConf CRITICALITY ignore TYPE E-RABList PRESENCE optional}|
{ ID id-E-RABToBeReleasedListBearerModConf CRITICALITY ignore TYPE E-RABList PRESENCE optional}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional}|
{ ID id-CSGMembershipStatus CRITICALITY ignore TYPE CSGMembershipStatus PRESENCE optional},
...
}
E-RABModifyListBearerModConf ::= SEQUENCE (SIZE(1.. maxnoofE-RABs)) OF ProtocolIE-SingleContainer { {E-RABModifyItemBearerModConfIEs} }
E-RABModifyItemBearerModConfIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABModifyItemBearerModConf CRITICALITY ignore TYPE E-RABModifyItemBearerModConf PRESENCE mandatory},
...
}
E-RABModifyItemBearerModConf ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
iE-Extensions ProtocolExtensionContainer { {E-RABModifyItemBearerModConfExtIEs} } OPTIONAL,
...
}
E-RABModifyItemBearerModConfExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE CONTEXT MODIFICATION INDICATION ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- UE Context Modification Indication
--
-- **************************************************************
UEContextModificationIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UEContextModificationIndicationIEs} },
...
}
UEContextModificationIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-CSGMembershipInfo CRITICALITY reject TYPE CSGMembershipInfo PRESENCE optional},
...
}
-- **************************************************************
--
-- UE Context Modification Confirm
--
-- **************************************************************
UEContextModificationConfirm ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UEContextModificationConfirmIEs} },
...
}
UEContextModificationConfirmIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-CSGMembershipStatus CRITICALITY ignore TYPE CSGMembershipStatus PRESENCE optional}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
-- **************************************************************
--
-- UE CONTEXT SUSPEND ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- UE Context Suspend Request
--
-- **************************************************************
UEContextSuspendRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UEContextSuspendRequestIEs} },
...
}
UEContextSuspendRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-InformationOnRecommendedCellsAndENBsForPaging CRITICALITY ignore TYPE InformationOnRecommendedCellsAndENBsForPaging PRESENCE optional}|
{ ID id-CellIdentifierAndCELevelForCECapableUEs CRITICALITY ignore TYPE CellIdentifierAndCELevelForCECapableUEs PRESENCE optional}|
{ ID id-SecondaryRATDataUsageReportList CRITICALITY ignore TYPE SecondaryRATDataUsageReportList PRESENCE optional }|
{ ID id-UserLocationInformation CRITICALITY ignore TYPE UserLocationInformation PRESENCE optional }|
{ ID id-TimeSinceSecondaryNodeRelease CRITICALITY ignore TYPE TimeSinceSecondaryNodeRelease PRESENCE optional },
...
}
-- **************************************************************
--
-- UE Context Suspend Response
--
-- **************************************************************
UEContextSuspendResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UEContextSuspendResponseIEs} },
...
}
UEContextSuspendResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional}|
{ ID id-SecurityContext CRITICALITY reject TYPE SecurityContext PRESENCE optional},
...
}
-- **************************************************************
--
-- UE CONTEXT RESUME ELEMENTARY PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- UE Context Resume Request
--
-- **************************************************************
UEContextResumeRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UEContextResumeRequestIEs} },
...
}
UEContextResumeRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-E-RABFailedToResumeListResumeReq CRITICALITY reject TYPE E-RABFailedToResumeListResumeReq PRESENCE optional}|
{ ID id-RRC-Resume-Cause CRITICALITY ignore TYPE RRC-Establishment-Cause PRESENCE optional},
...
}
E-RABFailedToResumeListResumeReq ::= E-RAB-IE-ContainerList { {E-RABFailedToResumeItemResumeReqIEs} }
E-RABFailedToResumeItemResumeReqIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABFailedToResumeItemResumeReq CRITICALITY reject TYPE E-RABFailedToResumeItemResumeReq PRESENCE mandatory},
...
}
E-RABFailedToResumeItemResumeReq ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { { E-RABFailedToResumeItemResumeReq-ExtIEs} } OPTIONAL,
...
}
E-RABFailedToResumeItemResumeReq-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE Context Resume Response
--
-- **************************************************************
UEContextResumeResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UEContextResumeResponseIEs} },
...
}
UEContextResumeResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-E-RABFailedToResumeListResumeRes CRITICALITY reject TYPE E-RABFailedToResumeListResumeRes PRESENCE optional}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional}|
{ ID id-SecurityContext CRITICALITY reject TYPE SecurityContext PRESENCE optional}|
{ ID id-PendingDataIndication CRITICALITY ignore TYPE PendingDataIndication PRESENCE optional},
...
}
E-RABFailedToResumeListResumeRes ::= E-RAB-IE-ContainerList { {E-RABFailedToResumeItemResumeResIEs} }
E-RABFailedToResumeItemResumeResIEs S1AP-PROTOCOL-IES ::= {
{ ID id-E-RABFailedToResumeItemResumeRes CRITICALITY reject TYPE E-RABFailedToResumeItemResumeRes PRESENCE mandatory},
...
}
E-RABFailedToResumeItemResumeRes ::= SEQUENCE {
e-RAB-ID E-RAB-ID,
cause Cause,
iE-Extensions ProtocolExtensionContainer { { E-RABFailedToResumeItemResumeRes-ExtIEs} } OPTIONAL,
...
}
E-RABFailedToResumeItemResumeRes-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE Context Resume Failure
--
-- **************************************************************
UEContextResumeFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UEContextResumeFailureIEs} },
...
}
UEContextResumeFailureIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory}|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional},
...
}
-- **************************************************************
--
-- Connection Establishment Indication
--
-- **************************************************************
ConnectionEstablishmentIndication::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ConnectionEstablishmentIndicationIEs} },
...
}
ConnectionEstablishmentIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-UERadioCapability CRITICALITY ignore TYPE UERadioCapability PRESENCE optional }|
{ ID id-EnhancedCoverageRestricted CRITICALITY ignore TYPE EnhancedCoverageRestricted PRESENCE optional }|
{ ID id-DL-CP-SecurityInformation CRITICALITY ignore TYPE DL-CP-SecurityInformation PRESENCE optional }|
{ ID id-CE-ModeBRestricted CRITICALITY ignore TYPE CE-ModeBRestricted PRESENCE optional}|
{ ID id-EndIndication CRITICALITY ignore TYPE EndIndication PRESENCE optional}|
{ ID id-Subscription-Based-UE-DifferentiationInfo CRITICALITY ignore TYPE Subscription-Based-UE-DifferentiationInfo PRESENCE optional}|
{ ID id-UE-Level-QoS-Parameters CRITICALITY ignore TYPE E-RABLevelQoSParameters PRESENCE optional}|
{ ID id-UERadioCapabilityID CRITICALITY reject TYPE UERadioCapabilityID PRESENCE optional}|
{ ID id-Masked-IMEISV CRITICALITY ignore TYPE Masked-IMEISV PRESENCE optional},
...
}
-- **************************************************************
--
-- Retrieve UE Information
--
-- **************************************************************
RetrieveUEInformation ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { RetrieveUEInformationIEs} },
...
}
RetrieveUEInformationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-S-TMSI CRITICALITY reject TYPE S-TMSI PRESENCE mandatory},
...
}
-- **************************************************************
-- UE Information Transfer
--
-- **************************************************************
UEInformationTransfer ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UEInformationTransferIEs} },
...
}
UEInformationTransferIEs S1AP-PROTOCOL-IES ::= {
{ ID id-S-TMSI CRITICALITY reject TYPE S-TMSI PRESENCE mandatory}|
{ ID id-UE-Level-QoS-Parameters CRITICALITY ignore TYPE E-RABLevelQoSParameters PRESENCE optional}|
{ ID id-UERadioCapability CRITICALITY ignore TYPE UERadioCapability PRESENCE optional}|
{ ID id-Subscription-Based-UE-DifferentiationInfo CRITICALITY ignore TYPE Subscription-Based-UE-DifferentiationInfo PRESENCE optional}|
{ ID id-PendingDataIndication CRITICALITY ignore TYPE PendingDataIndication PRESENCE optional}|
{ ID id-Masked-IMEISV CRITICALITY ignore TYPE Masked-IMEISV PRESENCE optional},
...
}
-- **************************************************************
--
-- eNB CP Relocation Indication
--
-- **************************************************************
ENBCPRelocationIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { ENBCPRelocationIndicationIEs} },
...
}
ENBCPRelocationIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-S-TMSI CRITICALITY reject TYPE S-TMSI PRESENCE mandatory}|
{ ID id-EUTRAN-CGI CRITICALITY ignore TYPE EUTRAN-CGI PRESENCE mandatory}|
{ ID id-TAI CRITICALITY ignore TYPE TAI PRESENCE mandatory}|
{ ID id-UL-CP-SecurityInformation CRITICALITY reject TYPE UL-CP-SecurityInformation PRESENCE mandatory}|
{ ID id-LTE-NTN-TAI-Information CRITICALITY ignore TYPE LTE-NTN-TAI-Information PRESENCE optional},
...
}
-- **************************************************************
--
-- MME CP Relocation Indication
--
-- **************************************************************
MMECPRelocationIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { MMECPRelocationIndicationIEs} },
...
}
MMECPRelocationIndicationIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY reject TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY reject TYPE ENB-UE-S1AP-ID PRESENCE mandatory},
...
}
-- **************************************************************
--
-- Secondary RAT Data Usage Report
--
-- **************************************************************
SecondaryRATDataUsageReport ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { SecondaryRATDataUsageReportIEs} },
...
}
SecondaryRATDataUsageReportIEs S1AP-PROTOCOL-IES ::= {
{ ID id-MME-UE-S1AP-ID CRITICALITY ignore TYPE MME-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-eNB-UE-S1AP-ID CRITICALITY ignore TYPE ENB-UE-S1AP-ID PRESENCE mandatory}|
{ ID id-SecondaryRATDataUsageReportList CRITICALITY ignore TYPE SecondaryRATDataUsageReportList PRESENCE mandatory}|
{ ID id-HandoverFlag CRITICALITY ignore TYPE HandoverFlag PRESENCE optional}|
{ ID id-UserLocationInformation CRITICALITY ignore TYPE UserLocationInformation PRESENCE optional}|
{ ID id-TimeSinceSecondaryNodeRelease CRITICALITY ignore TYPE TimeSinceSecondaryNodeRelease PRESENCE optional },
...
}
-- **************************************************************
--
-- UE RADIO CAPABILITY ID MAPPING PROCEDURE
--
-- **************************************************************
-- **************************************************************
--
-- UE Radio Capability ID Mapping Request
--
-- **************************************************************
UERadioCapabilityIDMappingRequest::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UERadioCapabilityIDMappingRequestIEs} },
...
}
UERadioCapabilityIDMappingRequestIEs S1AP-PROTOCOL-IES ::= {
{ ID id-UERadioCapabilityID CRITICALITY reject TYPE UERadioCapabilityID PRESENCE mandatory },
...
}
-- **************************************************************
--
-- UE Radio Capability ID Mapping Response
--
-- **************************************************************
UERadioCapabilityIDMappingResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { UERadioCapabilityIDMappingResponseIEs} },
...
}
UERadioCapabilityIDMappingResponseIEs S1AP-PROTOCOL-IES ::= {
{ ID id-UERadioCapabilityID CRITICALITY reject TYPE UERadioCapabilityID PRESENCE mandatory }|
{ ID id-UERadioCapability CRITICALITY ignore TYPE UERadioCapability PRESENCE mandatory }|
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/s1ap/S1AP-PDU-Descriptions.asn | -- 3GPP TS 36.413 V17.5.0 (2023-06)
-- 9.3.2 Elementary Procedure Definitions
-- **************************************************************
--
-- Elementary Procedure definitions
--
-- **************************************************************
S1AP-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) s1ap (1) version1 (1) s1ap-PDU-Descriptions (0)}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Criticality,
ProcedureCode
FROM S1AP-CommonDataTypes
CellTrafficTrace,
DeactivateTrace,
DownlinkUEAssociatedLPPaTransport,
DownlinkNASTransport,
DownlinkNonUEAssociatedLPPaTransport,
DownlinkS1cdma2000tunnelling,
ENBDirectInformationTransfer,
ENBStatusTransfer,
ENBConfigurationUpdate,
ENBConfigurationUpdateAcknowledge,
ENBConfigurationUpdateFailure,
ErrorIndication,
HandoverCancel,
HandoverCancelAcknowledge,
HandoverCommand,
HandoverFailure,
HandoverNotify,
HandoverPreparationFailure,
HandoverRequest,
HandoverRequestAcknowledge,
HandoverRequired,
InitialContextSetupFailure,
InitialContextSetupRequest,
InitialContextSetupResponse,
InitialUEMessage,
KillRequest,
KillResponse,
LocationReportingControl,
LocationReportingFailureIndication,
LocationReport,
MMEConfigurationUpdate,
MMEConfigurationUpdateAcknowledge,
MMEConfigurationUpdateFailure,
MMEDirectInformationTransfer,
MMEStatusTransfer,
NASNonDeliveryIndication,
OverloadStart,
OverloadStop,
Paging,
PathSwitchRequest,
PathSwitchRequestAcknowledge,
PathSwitchRequestFailure,
PrivateMessage,
Reset,
ResetAcknowledge,
S1SetupFailure,
S1SetupRequest,
S1SetupResponse,
E-RABModifyRequest,
E-RABModifyResponse,
E-RABModificationIndication,
E-RABModificationConfirm,
E-RABReleaseCommand,
E-RABReleaseResponse,
E-RABReleaseIndication,
E-RABSetupRequest,
E-RABSetupResponse,
TraceFailureIndication,
TraceStart,
UECapabilityInfoIndication,
UEContextModificationFailure,
UEContextModificationRequest,
UEContextModificationResponse,
UEContextReleaseCommand,
UEContextReleaseComplete,
UEContextReleaseRequest,
UERadioCapabilityMatchRequest,
UERadioCapabilityMatchResponse,
UplinkUEAssociatedLPPaTransport,
UplinkNASTransport,
UplinkNonUEAssociatedLPPaTransport,
UplinkS1cdma2000tunnelling,
WriteReplaceWarningRequest,
WriteReplaceWarningResponse,
ENBConfigurationTransfer,
MMEConfigurationTransfer,
PWSRestartIndication,
UEContextModificationIndication,
UEContextModificationConfirm,
RerouteNASRequest,
PWSFailureIndication,
UEContextSuspendRequest,
UEContextSuspendResponse,
UEContextResumeRequest,
UEContextResumeResponse,
UEContextResumeFailure,
ConnectionEstablishmentIndication,
NASDeliveryIndication,
RetrieveUEInformation,
UEInformationTransfer,
ENBCPRelocationIndication,
MMECPRelocationIndication,
SecondaryRATDataUsageReport,
UERadioCapabilityIDMappingRequest,
UERadioCapabilityIDMappingResponse,
HandoverSuccess,
ENBEarlyStatusTransfer,
MMEEarlyStatusTransfer
FROM S1AP-PDU-Contents
id-CellTrafficTrace,
id-DeactivateTrace,
id-downlinkUEAssociatedLPPaTransport,
id-downlinkNASTransport,
id-downlinkNonUEAssociatedLPPaTransport,
id-DownlinkS1cdma2000tunnelling,
id-eNBStatusTransfer,
id-ErrorIndication,
id-HandoverCancel,
id-HandoverNotification,
id-HandoverPreparation,
id-HandoverResourceAllocation,
id-InitialContextSetup,
id-initialUEMessage,
id-ENBConfigurationUpdate,
id-Kill,
id-LocationReportingControl,
id-LocationReportingFailureIndication,
id-LocationReport,
id-eNBDirectInformationTransfer,
id-MMEConfigurationUpdate,
id-MMEDirectInformationTransfer,
id-MMEStatusTransfer,
id-NASNonDeliveryIndication,
id-OverloadStart,
id-OverloadStop,
id-Paging,
id-PathSwitchRequest,
id-PrivateMessage,
id-Reset,
id-S1Setup,
id-E-RABModify,
id-E-RABModificationIndication,
id-E-RABRelease,
id-E-RABReleaseIndication,
id-E-RABSetup,
id-TraceFailureIndication,
id-TraceStart,
id-UECapabilityInfoIndication,
id-UEContextModification,
id-UEContextRelease,
id-UEContextReleaseRequest,
id-UERadioCapabilityMatch,
id-uplinkUEAssociatedLPPaTransport,
id-uplinkNASTransport,
id-uplinkNonUEAssociatedLPPaTransport,
id-UplinkS1cdma2000tunnelling,
id-WriteReplaceWarning,
id-eNBConfigurationTransfer,
id-MMEConfigurationTransfer,
id-PWSRestartIndication,
id-UEContextModificationIndication,
id-RerouteNASRequest,
id-PWSFailureIndication,
id-UEContextSuspend,
id-UEContextResume,
id-ConnectionEstablishmentIndication,
id-NASDeliveryIndication,
id-RetrieveUEInformation,
id-UEInformationTransfer,
id-eNBCPRelocationIndication,
id-MMECPRelocationIndication,
id-SecondaryRATDataUsageReport,
id-UERadioCapabilityIDMapping,
id-HandoverSuccess,
id-eNBEarlyStatusTransfer,
id-MMEEarlyStatusTransfer
FROM S1AP-Constants;
-- **************************************************************
--
-- Interface Elementary Procedure Class
--
-- **************************************************************
S1AP-ELEMENTARY-PROCEDURE ::= CLASS {
&InitiatingMessage ,
&SuccessfulOutcome OPTIONAL,
&UnsuccessfulOutcome OPTIONAL,
&procedureCode ProcedureCode UNIQUE,
&criticality Criticality DEFAULT ignore
}
WITH SYNTAX {
INITIATING MESSAGE &InitiatingMessage
[SUCCESSFUL OUTCOME &SuccessfulOutcome]
[UNSUCCESSFUL OUTCOME &UnsuccessfulOutcome]
PROCEDURE CODE &procedureCode
[CRITICALITY &criticality]
}
-- **************************************************************
--
-- Interface PDU Definition
--
-- **************************************************************
S1AP-PDU ::= CHOICE {
initiatingMessage InitiatingMessage,
successfulOutcome SuccessfulOutcome,
unsuccessfulOutcome UnsuccessfulOutcome,
...
}
InitiatingMessage ::= SEQUENCE {
procedureCode S1AP-ELEMENTARY-PROCEDURE.&procedureCode ({S1AP-ELEMENTARY-PROCEDURES}),
criticality S1AP-ELEMENTARY-PROCEDURE.&criticality ({S1AP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value S1AP-ELEMENTARY-PROCEDURE.&InitiatingMessage ({S1AP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
SuccessfulOutcome ::= SEQUENCE {
procedureCode S1AP-ELEMENTARY-PROCEDURE.&procedureCode ({S1AP-ELEMENTARY-PROCEDURES}),
criticality S1AP-ELEMENTARY-PROCEDURE.&criticality ({S1AP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value S1AP-ELEMENTARY-PROCEDURE.&SuccessfulOutcome ({S1AP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
UnsuccessfulOutcome ::= SEQUENCE {
procedureCode S1AP-ELEMENTARY-PROCEDURE.&procedureCode ({S1AP-ELEMENTARY-PROCEDURES}),
criticality S1AP-ELEMENTARY-PROCEDURE.&criticality ({S1AP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value S1AP-ELEMENTARY-PROCEDURE.&UnsuccessfulOutcome ({S1AP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
-- **************************************************************
--
-- Interface Elementary Procedure List
--
-- **************************************************************
S1AP-ELEMENTARY-PROCEDURES S1AP-ELEMENTARY-PROCEDURE ::= {
S1AP-ELEMENTARY-PROCEDURES-CLASS-1 |
S1AP-ELEMENTARY-PROCEDURES-CLASS-2,
...
}
S1AP-ELEMENTARY-PROCEDURES-CLASS-1 S1AP-ELEMENTARY-PROCEDURE ::= {
handoverPreparation |
handoverResourceAllocation |
pathSwitchRequest |
e-RABSetup |
e-RABModify |
e-RABRelease |
initialContextSetup |
handoverCancel |
kill |
reset |
s1Setup |
uEContextModification |
uEContextRelease |
eNBConfigurationUpdate |
mMEConfigurationUpdate |
writeReplaceWarning ,
...,
uERadioCapabilityMatch |
e-RABModificationIndication |
uEContextModificationIndication |
uEContextSuspend |
uEContextResume |
uERadioCapabilityIDMapping
}
S1AP-ELEMENTARY-PROCEDURES-CLASS-2 S1AP-ELEMENTARY-PROCEDURE ::= {
handoverNotification |
e-RABReleaseIndication |
paging |
downlinkNASTransport |
initialUEMessage |
uplinkNASTransport |
errorIndication |
nASNonDeliveryIndication |
uEContextReleaseRequest |
downlinkS1cdma2000tunnelling |
uplinkS1cdma2000tunnelling |
uECapabilityInfoIndication |
eNBStatusTransfer |
mMEStatusTransfer |
deactivateTrace |
traceStart |
traceFailureIndication |
cellTrafficTrace |
locationReportingControl |
locationReportingFailureIndication |
locationReport |
overloadStart |
overloadStop |
eNBDirectInformationTransfer |
mMEDirectInformationTransfer |
eNBConfigurationTransfer |
mMEConfigurationTransfer |
privateMessage ,
...,
downlinkUEAssociatedLPPaTransport |
uplinkUEAssociatedLPPaTransport |
downlinkNonUEAssociatedLPPaTransport |
uplinkNonUEAssociatedLPPaTransport |
pWSRestartIndication |
rerouteNASRequest |
pWSFailureIndication |
connectionEstablishmentIndication |
nASDeliveryIndication |
retrieveUEInformation |
uEInformationTransfer |
eNBCPRelocationIndication |
mMECPRelocationIndication |
secondaryRATDataUsageReport |
handoverSuccess |
eNBEarlyStatusTransfer |
mMEEarlyStatusTransfer
}
-- **************************************************************
--
-- Interface Elementary Procedures
--
-- **************************************************************
handoverPreparation S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE HandoverRequired
SUCCESSFUL OUTCOME HandoverCommand
UNSUCCESSFUL OUTCOME HandoverPreparationFailure
PROCEDURE CODE id-HandoverPreparation
CRITICALITY reject
}
handoverResourceAllocation S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE HandoverRequest
SUCCESSFUL OUTCOME HandoverRequestAcknowledge
UNSUCCESSFUL OUTCOME HandoverFailure
PROCEDURE CODE id-HandoverResourceAllocation
CRITICALITY reject
}
handoverNotification S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE HandoverNotify
PROCEDURE CODE id-HandoverNotification
CRITICALITY ignore
}
pathSwitchRequest S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PathSwitchRequest
SUCCESSFUL OUTCOME PathSwitchRequestAcknowledge
UNSUCCESSFUL OUTCOME PathSwitchRequestFailure
PROCEDURE CODE id-PathSwitchRequest
CRITICALITY reject
}
e-RABSetup S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE E-RABSetupRequest
SUCCESSFUL OUTCOME E-RABSetupResponse
PROCEDURE CODE id-E-RABSetup
CRITICALITY reject
}
e-RABModify S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE E-RABModifyRequest
SUCCESSFUL OUTCOME E-RABModifyResponse
PROCEDURE CODE id-E-RABModify
CRITICALITY reject
}
e-RABRelease S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE E-RABReleaseCommand
SUCCESSFUL OUTCOME E-RABReleaseResponse
PROCEDURE CODE id-E-RABRelease
CRITICALITY reject
}
e-RABReleaseIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE E-RABReleaseIndication
PROCEDURE CODE id-E-RABReleaseIndication
CRITICALITY ignore
}
initialContextSetup S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE InitialContextSetupRequest
SUCCESSFUL OUTCOME InitialContextSetupResponse
UNSUCCESSFUL OUTCOME InitialContextSetupFailure
PROCEDURE CODE id-InitialContextSetup
CRITICALITY reject
}
uEContextReleaseRequest S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEContextReleaseRequest
PROCEDURE CODE id-UEContextReleaseRequest
CRITICALITY ignore
}
paging S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Paging
PROCEDURE CODE id-Paging
CRITICALITY ignore
}
downlinkNASTransport S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DownlinkNASTransport
PROCEDURE CODE id-downlinkNASTransport
CRITICALITY ignore
}
initialUEMessage S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE InitialUEMessage
PROCEDURE CODE id-initialUEMessage
CRITICALITY ignore
}
uplinkNASTransport S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UplinkNASTransport
PROCEDURE CODE id-uplinkNASTransport
CRITICALITY ignore
}
nASNonDeliveryIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE NASNonDeliveryIndication
PROCEDURE CODE id-NASNonDeliveryIndication
CRITICALITY ignore
}
handoverCancel S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE HandoverCancel
SUCCESSFUL OUTCOME HandoverCancelAcknowledge
PROCEDURE CODE id-HandoverCancel
CRITICALITY reject
}
reset S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Reset
SUCCESSFUL OUTCOME ResetAcknowledge
PROCEDURE CODE id-Reset
CRITICALITY reject
}
errorIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ErrorIndication
PROCEDURE CODE id-ErrorIndication
CRITICALITY ignore
}
s1Setup S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE S1SetupRequest
SUCCESSFUL OUTCOME S1SetupResponse
UNSUCCESSFUL OUTCOME S1SetupFailure
PROCEDURE CODE id-S1Setup
CRITICALITY reject
}
eNBConfigurationUpdate S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ENBConfigurationUpdate
SUCCESSFUL OUTCOME ENBConfigurationUpdateAcknowledge
UNSUCCESSFUL OUTCOME ENBConfigurationUpdateFailure
PROCEDURE CODE id-ENBConfigurationUpdate
CRITICALITY reject
}
mMEConfigurationUpdate S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MMEConfigurationUpdate
SUCCESSFUL OUTCOME MMEConfigurationUpdateAcknowledge
UNSUCCESSFUL OUTCOME MMEConfigurationUpdateFailure
PROCEDURE CODE id-MMEConfigurationUpdate
CRITICALITY reject
}
downlinkS1cdma2000tunnelling S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DownlinkS1cdma2000tunnelling
PROCEDURE CODE id-DownlinkS1cdma2000tunnelling
CRITICALITY ignore
}
uplinkS1cdma2000tunnelling S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UplinkS1cdma2000tunnelling
PROCEDURE CODE id-UplinkS1cdma2000tunnelling
CRITICALITY ignore
}
uEContextModification S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEContextModificationRequest
SUCCESSFUL OUTCOME UEContextModificationResponse
UNSUCCESSFUL OUTCOME UEContextModificationFailure
PROCEDURE CODE id-UEContextModification
CRITICALITY reject
}
uECapabilityInfoIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UECapabilityInfoIndication
PROCEDURE CODE id-UECapabilityInfoIndication
CRITICALITY ignore
}
uEContextRelease S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEContextReleaseCommand
SUCCESSFUL OUTCOME UEContextReleaseComplete
PROCEDURE CODE id-UEContextRelease
CRITICALITY reject
}
eNBStatusTransfer S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ENBStatusTransfer
PROCEDURE CODE id-eNBStatusTransfer
CRITICALITY ignore
}
mMEStatusTransfer S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MMEStatusTransfer
PROCEDURE CODE id-MMEStatusTransfer
CRITICALITY ignore
}
deactivateTrace S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DeactivateTrace
PROCEDURE CODE id-DeactivateTrace
CRITICALITY ignore
}
traceStart S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE TraceStart
PROCEDURE CODE id-TraceStart
CRITICALITY ignore
}
traceFailureIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE TraceFailureIndication
PROCEDURE CODE id-TraceFailureIndication
CRITICALITY ignore
}
cellTrafficTrace S1AP-ELEMENTARY-PROCEDURE ::={
INITIATING MESSAGE CellTrafficTrace
PROCEDURE CODE id-CellTrafficTrace
CRITICALITY ignore
}
locationReportingControl S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE LocationReportingControl
PROCEDURE CODE id-LocationReportingControl
CRITICALITY ignore
}
locationReportingFailureIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE LocationReportingFailureIndication
PROCEDURE CODE id-LocationReportingFailureIndication
CRITICALITY ignore
}
locationReport S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE LocationReport
PROCEDURE CODE id-LocationReport
CRITICALITY ignore
}
overloadStart S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE OverloadStart
PROCEDURE CODE id-OverloadStart
CRITICALITY ignore
}
overloadStop S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE OverloadStop
PROCEDURE CODE id-OverloadStop
CRITICALITY reject
}
writeReplaceWarning S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE WriteReplaceWarningRequest
SUCCESSFUL OUTCOME WriteReplaceWarningResponse
PROCEDURE CODE id-WriteReplaceWarning
CRITICALITY reject
}
eNBDirectInformationTransfer S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ENBDirectInformationTransfer
PROCEDURE CODE id-eNBDirectInformationTransfer
CRITICALITY ignore
}
mMEDirectInformationTransfer S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MMEDirectInformationTransfer
PROCEDURE CODE id-MMEDirectInformationTransfer
CRITICALITY ignore
}
eNBConfigurationTransfer S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ENBConfigurationTransfer
PROCEDURE CODE id-eNBConfigurationTransfer
CRITICALITY ignore
}
mMEConfigurationTransfer S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MMEConfigurationTransfer
PROCEDURE CODE id-MMEConfigurationTransfer
CRITICALITY ignore
}
privateMessage S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PrivateMessage
PROCEDURE CODE id-PrivateMessage
CRITICALITY ignore
}
pWSRestartIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PWSRestartIndication
PROCEDURE CODE id-PWSRestartIndication
CRITICALITY ignore
}
kill S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE KillRequest
SUCCESSFUL OUTCOME KillResponse
PROCEDURE CODE id-Kill
CRITICALITY reject
}
downlinkUEAssociatedLPPaTransport S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DownlinkUEAssociatedLPPaTransport
PROCEDURE CODE id-downlinkUEAssociatedLPPaTransport
CRITICALITY ignore
}
uplinkUEAssociatedLPPaTransport S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UplinkUEAssociatedLPPaTransport
PROCEDURE CODE id-uplinkUEAssociatedLPPaTransport
CRITICALITY ignore
}
downlinkNonUEAssociatedLPPaTransport S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE DownlinkNonUEAssociatedLPPaTransport
PROCEDURE CODE id-downlinkNonUEAssociatedLPPaTransport
CRITICALITY ignore
}
uplinkNonUEAssociatedLPPaTransport S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UplinkNonUEAssociatedLPPaTransport
PROCEDURE CODE id-uplinkNonUEAssociatedLPPaTransport
CRITICALITY ignore
}
uERadioCapabilityMatch S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UERadioCapabilityMatchRequest
SUCCESSFUL OUTCOME UERadioCapabilityMatchResponse
PROCEDURE CODE id-UERadioCapabilityMatch
CRITICALITY reject
}
e-RABModificationIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE E-RABModificationIndication
SUCCESSFUL OUTCOME E-RABModificationConfirm
PROCEDURE CODE id-E-RABModificationIndication
CRITICALITY reject
}
uEContextModificationIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEContextModificationIndication
SUCCESSFUL OUTCOME UEContextModificationConfirm
PROCEDURE CODE id-UEContextModificationIndication
CRITICALITY reject
}
rerouteNASRequest S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RerouteNASRequest
PROCEDURE CODE id-RerouteNASRequest
CRITICALITY reject
}
pWSFailureIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PWSFailureIndication
PROCEDURE CODE id-PWSFailureIndication
CRITICALITY ignore
}
uEContextSuspend S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEContextSuspendRequest
SUCCESSFUL OUTCOME UEContextSuspendResponse
PROCEDURE CODE id-UEContextSuspend
CRITICALITY reject
}
uEContextResume S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEContextResumeRequest
SUCCESSFUL OUTCOME UEContextResumeResponse
UNSUCCESSFUL OUTCOME UEContextResumeFailure
PROCEDURE CODE id-UEContextResume
CRITICALITY reject
}
connectionEstablishmentIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ConnectionEstablishmentIndication
PROCEDURE CODE id-ConnectionEstablishmentIndication
CRITICALITY reject
}
nASDeliveryIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE NASDeliveryIndication
PROCEDURE CODE id-NASDeliveryIndication
CRITICALITY ignore
}
retrieveUEInformation S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RetrieveUEInformation
PROCEDURE CODE id-RetrieveUEInformation
CRITICALITY reject
}
uEInformationTransfer S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEInformationTransfer
PROCEDURE CODE id-UEInformationTransfer
CRITICALITY reject
}
eNBCPRelocationIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ENBCPRelocationIndication
PROCEDURE CODE id-eNBCPRelocationIndication
CRITICALITY reject
}
mMECPRelocationIndication S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MMECPRelocationIndication
PROCEDURE CODE id-MMECPRelocationIndication
CRITICALITY reject
}
secondaryRATDataUsageReport S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE SecondaryRATDataUsageReport
PROCEDURE CODE id-SecondaryRATDataUsageReport
CRITICALITY ignore
}
uERadioCapabilityIDMapping S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UERadioCapabilityIDMappingRequest
SUCCESSFUL OUTCOME UERadioCapabilityIDMappingResponse
PROCEDURE CODE id-UERadioCapabilityIDMapping
CRITICALITY reject
}
handoverSuccess S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE HandoverSuccess
PROCEDURE CODE id-HandoverSuccess
CRITICALITY ignore
}
eNBEarlyStatusTransfer S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ENBEarlyStatusTransfer
PROCEDURE CODE id-eNBEarlyStatusTransfer
CRITICALITY reject
}
mMEEarlyStatusTransfer S1AP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE MMEEarlyStatusTransfer
PROCEDURE CODE id-MMEEarlyStatusTransfer
CRITICALITY ignore
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/s1ap/S1AP-SonTransfer-IEs.asn | -- 3GPP TS 36.413 V17.5.0 (2023-06)
-- B.2 ASN.1 definition
-- **************************************************************
--
-- IE definitions for the SON Transfer application
-- The IEs in this ASN.1 module shall be defined and encoded
-- using the same rules as applicable for the S1AP-IEs module.
--
-- **************************************************************
SonTransfer-IEs
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
--
-- Generic IEs for the SON Transfer application
--
SONtransferApplicationIdentity ::= ENUMERATED {
cell-load-reporting,
...,
multi-cell-load-reporting,
event-triggered-cell-load-reporting,
ho-reporting,
eutran-cell-activation,
energy-savings-indication,
failure-event-reporting
}
SONtransferRequestContainer ::= CHOICE{
cellLoadReporting NULL,
...,
multiCellLoadReporting MultiCellLoadReportingRequest,
eventTriggeredCellLoadReporting EventTriggeredCellLoadReportingRequest,
hOReporting HOReport,
eutranCellActivation CellActivationRequest,
energySavingsIndication CellStateIndication,
failureEventReporting FailureEventReport
}
SONtransferResponseContainer ::= CHOICE{
cellLoadReporting CellLoadReportingResponse,
...,
multiCellLoadReporting MultiCellLoadReportingResponse,
eventTriggeredCellLoadReporting EventTriggeredCellLoadReportingResponse,
hOReporting NULL,
eutranCellActivation CellActivationResponse,
energySavingsIndication NULL,
failureEventReporting NULL
}
SONtransferCause ::= CHOICE {
cellLoadReporting CellLoadReportingCause,
...,
multiCellLoadReporting CellLoadReportingCause,
eventTriggeredCellLoadReporting CellLoadReportingCause,
hOReporting HOReportingCause,
eutranCellActivation CellActivationCause,
energySavingsIndication CellStateIndicationCause,
failureEventReporting FailureEventReportingCause
}
CellLoadReportingCause ::= ENUMERATED {
application-container-syntax-error,
inconsistent-reporting-cell-identifier,
unspecified,
...
}
HOReportingCause ::= ENUMERATED {
application-container-syntax-error,
inconsistent-reporting-cell-identifier,
unspecified,
...
}
CellActivationCause ::= ENUMERATED {
application-container-syntax-error,
inconsistent-reporting-cell-identifier,
unspecified,
...
}
CellStateIndicationCause ::= ENUMERATED {
application-container-syntax-error,
inconsistent-reporting-cell-identifier,
unspecified,
...
}
FailureEventReportingCause ::= ENUMERATED {
application-container-syntax-error,
inconsistent-reporting-cell-identifier,
unspecified,
...
}
--
-- IEs for Cell Load Reporting application
--
CellLoadReportingResponse::= CHOICE{
eUTRAN EUTRANcellLoadReportingResponse,
uTRAN OCTET STRING,
gERAN OCTET STRING,
...,
eHRPD EHRPDSectorLoadReportingResponse
}
CompositeAvailableCapacityGroup ::= OCTET STRING
EUTRANcellLoadReportingResponse ::= SEQUENCE {
compositeAvailableCapacityGroup CompositeAvailableCapacityGroup,
...
}
--
-- IEs for Multi-Cell Load Reporting application
--
EUTRANResponse::= SEQUENCE {
cell-ID OCTET STRING,
eUTRANcellLoadReportingResponse EUTRANcellLoadReportingResponse,
...
}
EHRPD-Sector-ID ::= OCTET STRING (SIZE (16))
IRAT-Cell-ID ::= CHOICE{
eUTRAN OCTET STRING,
uTRAN OCTET STRING,
gERAN OCTET STRING,
...,
eHRPD EHRPD-Sector-ID
}
RequestedCellList ::= SEQUENCE (SIZE(1.. maxnoofIRATReportingCells)) OF IRAT-Cell-ID
MultiCellLoadReportingRequest::= SEQUENCE {
requestedCellList RequestedCellList,
...
}
ReportingCellList-Item ::= SEQUENCE {
cell-ID IRAT-Cell-ID,
...
}
ReportingCellList ::= SEQUENCE (SIZE(1.. maxnoofIRATReportingCells)) OF ReportingCellList-Item
MultiCellLoadReportingResponse ::= SEQUENCE (SIZE(1.. maxnoofIRATReportingCells)) OF MultiCellLoadReportingResponse-Item
MultiCellLoadReportingResponse-Item ::= CHOICE{
eUTRANResponse EUTRANResponse,
uTRANResponse OCTET STRING,
gERANResponse OCTET STRING,
...,
eHRPD EHRPDMultiSectorLoadReportingResponseItem
}
--
-- IEs for Event-triggered Cell Load Reporting application
--
NumberOfMeasurementReportingLevels ::= ENUMERATED {
rl2,
rl3,
rl4,
rl5,
rl10,
...
}
EventTriggeredCellLoadReportingRequest ::= SEQUENCE {
numberOfMeasurementReportingLevels NumberOfMeasurementReportingLevels,
...
}
OverloadFlag ::= ENUMERATED {
overload,
...
}
EventTriggeredCellLoadReportingResponse ::= SEQUENCE {
cellLoadReportingResponse CellLoadReportingResponse,
overloadFlag OverloadFlag OPTIONAL,
...
}
--
-- IEs for HO Reporting application
--
HOReport::= SEQUENCE {
hoType HoType,
hoReportType HoReportType,
hosourceID IRAT-Cell-ID,
hoTargetID IRAT-Cell-ID,
candidateCellList CandidateCellList,
...,
candidatePCIList CandidatePCIList OPTIONAL
}
HoType ::= ENUMERATED {
ltetoutran,
ltetogeran,
...
}
HoReportType ::= ENUMERATED {
unnecessaryhotoanotherrat,
...,
earlyirathandover
}
CandidateCellList ::= SEQUENCE (SIZE(1..maxnoofcandidateCells)) OF IRAT-Cell-ID
CandidatePCIList ::= SEQUENCE (SIZE(1..maxnoofcandidateCells)) OF CandidatePCI
CandidatePCI ::= SEQUENCE {
pCI INTEGER (0..503),
eARFCN OCTET STRING,
...
}
--
-- IEs for E-UTRAN Cell Activation application
--
CellActivationRequest ::= SEQUENCE {
cellsToActivateList CellsToActivateList,
minimumActivationTime INTEGER (1..60) OPTIONAL,
...
}
CellsToActivateList ::= SEQUENCE (SIZE(1.. maxnoofCellineNB)) OF CellsToActivateList-Item
CellsToActivateList-Item ::= SEQUENCE {
cell-ID OCTET STRING,
...
}
CellActivationResponse ::= SEQUENCE {
activatedCellsList ActivatedCellsList,
...
}
ActivatedCellsList ::= SEQUENCE (SIZE(0.. maxnoofCellineNB)) OF ActivatedCellsList-Item
ActivatedCellsList-Item ::= SEQUENCE {
cell-ID OCTET STRING,
...
}
--
-- IEs for Energy Savings Indication application
--
CellStateIndication ::= SEQUENCE {
notificationCellList NotificationCellList,
...
}
NotificationCellList ::= SEQUENCE (SIZE(1.. maxnoofCellineNB)) OF NotificationCellList-Item
NotificationCellList-Item ::= SEQUENCE {
cell-ID OCTET STRING,
notifyFlag NotifyFlag,
...
}
NotifyFlag ::= ENUMERATED {
activated,
deactivated,
...
}
FailureEventReport::= CHOICE {
tooEarlyInterRATHOReportFromEUTRAN TooEarlyInterRATHOReportReportFromEUTRAN,
...
}
TooEarlyInterRATHOReportReportFromEUTRAN ::= SEQUENCE {
uERLFReportContainer OCTET STRING,
mobilityInformation MobilityInformation OPTIONAL,
...
}
-- WS modification, already defined in S1AP-IEs.asn
--MobilityInformation ::= BIT STRING (SIZE(32))
--
-- IEs for reporting of eHRPD load
--
EHRPDCapacityValue ::= INTEGER (0..100)
EHRPDSectorCapacityClassValue ::= INTEGER (1..100, ...)
EHRPDSectorLoadReportingResponse ::= SEQUENCE {
dL-EHRPD-CompositeAvailableCapacity EHRPDCompositeAvailableCapacity,
uL-EHRPD-CompositeAvailableCapacity EHRPDCompositeAvailableCapacity,
...
}
EHRPDCompositeAvailableCapacity ::= SEQUENCE {
eHRPDSectorCapacityClassValue EHRPDSectorCapacityClassValue,
eHRPDCapacityValue EHRPDCapacityValue,
...
}
EHRPDMultiSectorLoadReportingResponseItem ::= SEQUENCE {
eHRPD-Sector-ID EHRPD-Sector-ID,
eHRPDSectorLoadReportingResponse EHRPDSectorLoadReportingResponse,
...
}
-- **************************************************************
--
-- Constants
--
-- **************************************************************
maxnoofIRATReportingCells INTEGER ::= 128
maxnoofcandidateCells INTEGER ::= 16
maxnoofCellineNB INTEGER ::= 256
END |
Configuration | wireshark/epan/dissectors/asn1/s1ap/s1ap.cnf | # s1ap.cnf
# s1ap conformation file
#.OPT
PER
ALIGNED
#.END
#.USE_VALS_EXT
CauseRadioNetwork
ProcedureCode
ProtocolIE-ID
#.EXPORTS ONLY_VALS WS_DLL
CauseRadioNetwork
CauseTransport
CauseNas
CauseProtocol
CauseMisc
Cause
#.EXPORTS
EN-DCSONConfigurationTransfer_PDU
ENB-StatusTransfer-TransparentContainer_PDU
EUTRAN-CGI_PDU
Global-ENB-ID_PDU
Global-ENB-ID
HandoverRestrictionList_PDU
IntersystemSONConfigurationTransfer_PDU
LastVisitedEUTRANCellInformation_PDU
LastVisitedGERANCellInformation_PDU
MDTMode_PDU
PSCellInformation_PDU
SourceeNB-ToTargeteNB-TransparentContainer_PDU
SONConfigurationTransfer_PDU
SONtransferApplicationIdentity_PDU
SONtransferRequestContainer_PDU
SONtransferRequestContainer
SONtransferResponseContainer_PDU
SONtransferResponseContainer
SONtransferCause_PDU
TargeteNB-ToSourceeNB-TransparentContainer_PDU
UE-HistoryInformation_PDU
#.PDU
EN-DCSONConfigurationTransfer
ENB-StatusTransfer-TransparentContainer
EUTRAN-CGI
HandoverRestrictionList
IntersystemSONConfigurationTransfer
LastVisitedEUTRANCellInformation
LastVisitedGERANCellInformation
MDTMode
PSCellInformation
S1AP-PDU
SourceeNB-ToTargeteNB-TransparentContainer
SONConfigurationTransfer
SONtransferApplicationIdentity
SONtransferRequestContainer
SONtransferResponseContainer
SONtransferCause
TargeteNB-ToSourceeNB-TransparentContainer
UE-HistoryInformation
#.MAKE_ENUM
HandoverType
ProcedureCode
ProtocolIE-ID
RAT-Type
SRVCCHOIndication
#.NO_EMIT
TBCD-STRING
SourceBSS-ToTargetBSS-TransparentContainer
TargetBSS-ToSourceBSS-TransparentContainer
SourceRNC-ToTargetRNC-TransparentContainer
TargetRNC-ToSourceRNC-TransparentContainer
SourceNgRanNode-ToTargetNgRanNode-TransparentContainer
TargetNgRanNode-ToSourceNgRanNode-TransparentContainer
ReportingCellList
ReportingCellList-Item
#.OMIT_ASSIGNMENT
# Get rid of unused code warnings
ProtocolIE-FieldPair
ProtocolIE-ContainerPair
ProtocolIE-ContainerPairList
ProtocolError-IE-ContainerList
E-RAB-IE-ContainerPairList
Presence
L3-Information
OldBSS-ToNewBSS-Information
#.END
#.TYPE_RENAME
InitiatingMessage/value InitiatingMessage_value
SuccessfulOutcome/value SuccessfulOutcome_value
UnsuccessfulOutcome/value UnsuccessfulOutcome_value
#.FIELD_RENAME
InitiatingMessage/value initiatingMessagevalue
UnsuccessfulOutcome/value unsuccessfulOutcome_value
SuccessfulOutcome/value successfulOutcome_value
PrivateIE-Field/id private_id
ProtocolExtensionField/id ext_id
#PrivateIE-Field/value private_value
ProtocolIE-Field/value ie_field_value
#.FIELD_ATTR
UE-associatedLogicalS1-ConnectionItem/eNB-UE-S1AP-ID ABBREV=ENB_UE_S1AP_ID
UE-associatedLogicalS1-ConnectionItem/mME-UE-S1AP-ID ABBREV=MME_UE_S1AP_ID
UE-S1AP-ID-pair/eNB-UE-S1AP-ID ABBREV=ENB_UE_S1AP_ID
UE-S1AP-ID-pair/mME-UE-S1AP-ID ABBREV=MME_UE_S1AP_ID
UE-S1AP-IDs/mME-UE-S1AP-ID ABBREV=MME_UE_S1AP_ID
#.FN_BODY ProtocolIE-ID VAL_PTR=&s1ap_data->protocol_ie_id
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
%(DEFAULT_BODY)s
#.FN_FTR ProtocolIE-ID
if (tree) {
proto_item_append_text(proto_item_get_parent_nth(actx->created_item, 2), ": %s",
val_to_str_ext(s1ap_data->protocol_ie_id, &s1ap_ProtocolIE_ID_vals_ext, "unknown (%d)"));
}
#.END
#.FN_PARS ProtocolIE-Field/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolIEFieldValue
# Currently not used
# FN_PARS ProtocolIE-FieldPair/firstValue FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolIEFieldPairFirstValue
# FN_PARS ProtocolIE-FieldPair/secondValue FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolIEFieldPairSecondValue
#.FN_BODY ProtocolExtensionID VAL_PTR=&s1ap_data->protocol_extension_id
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
%(DEFAULT_BODY)s
#.FN_PARS ProtocolExtensionField/extensionValue FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolExtensionFieldExtensionValue
#.FN_BODY ProcedureCode VAL_PTR = &s1ap_data->procedure_code
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
%(DEFAULT_BODY)s
#.END
#.FN_PARS InitiatingMessage/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_InitiatingMessageValue
#.FN_HDR InitiatingMessage/value
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->message_type = INITIATING_MESSAGE;
#.FN_PARS SuccessfulOutcome/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_SuccessfulOutcomeValue
#.FN_HDR SuccessfulOutcome/value
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->message_type = SUCCESSFUL_OUTCOME;
#.FN_PARS UnsuccessfulOutcome/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_UnsuccessfulOutcomeValue
#.FN_HDR UnsuccessfulOutcome/value
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->message_type = UNSUCCESSFUL_OUTCOME;
#--- Parameterization is not supported in asn2wrs ---
#ProtocolIE-ContainerList {INTEGER : lowerBound, INTEGER : upperBound, S1AP-PROTOCOL-IES : IEsSetParam} ::=
# SEQUENCE (SIZE (lowerBound..upperBound)) OF
# ProtocolIE-Container {{IEsSetParam}}
#.FN_PARS ProtocolIE-ContainerList
MIN_VAL = asn1_param_get_integer(%(ACTX)s,"lowerBound")
MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
#.FN_HDR ProtocolIE-ContainerList
static const asn1_par_def_t ProtocolIE_ContainerList_pars[] = {
{ "lowerBound", ASN1_PAR_INTEGER },
{ "upperBound", ASN1_PAR_INTEGER },
{ NULL, (asn1_par_type)0 }
};
asn1_stack_frame_check(actx, "ProtocolIE-ContainerList", ProtocolIE_ContainerList_pars);
#.END
#ProtocolIE-ContainerPairList {INTEGER : lowerBound, INTEGER : upperBound, S1AP-PROTOCOL-IES-PAIR : IEsSetParam} ::=
# SEQUENCE (SIZE (lowerBound..upperBound)) OF
# ProtocolIE-ContainerPair {{IEsSetParam}}
# Currently not used
# FN_PARS ProtocolIE-ContainerPairList
#MIN_VAL = asn1_param_get_integer(%(ACTX)s,"lowerBound")
#MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
# FN_HDR ProtocolIE-ContainerPairList
# static const asn1_par_def_t ProtocolIE_ContainerPairList_pars[] = {
# { "lowerBound", ASN1_PAR_INTEGER },
# { "upperBound", ASN1_PAR_INTEGER },
# { NULL, 0 }
# };
# asn1_stack_frame_check(actx, "ProtocolIE-ContainerPairList", ProtocolIE_ContainerPairList_pars);
# END
#E-RAB-IE-ContainerList { S1AP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxnoofE-RABs, {IEsSetParam} }
#.FN_BODY E-RAB-IE-ContainerList
asn1_stack_frame_push(%(ACTX)s, "ProtocolIE-ContainerList");
asn1_param_push_integer(%(ACTX)s, 1);
asn1_param_push_integer(%(ACTX)s, maxnoofE_RABs);
%(DEFAULT_BODY)s
asn1_stack_frame_pop(%(ACTX)s, "ProtocolIE-ContainerList");
#.END
# E-RAB-IE-ContainerPairList { S1AP-PROTOCOL-IES-PAIR : IEsSetParam } ::= ProtocolIE-ContainerPairList { 1, maxnoofE-RABs, {IEsSetParam} }
# Currently not used
# FN_BODY SAEB-IE-ContainerPairList
# asn1_stack_frame_push(%(ACTX)s, "ProtocolIE-ContainerPairList");
# asn1_param_push_integer(%(ACTX)s, 1);
# asn1_param_push_integer(%(ACTX)s, maxnoofE_RABs);
#%(DEFAULT_BODY)s
# asn1_stack_frame_pop(%(ACTX)s, "ProtocolIE-ContainerPairList");
# END
# Currently not used
# ProtocolError-IE-ContainerList { S1AP-PROTOCOL-IES : IEsSetParam } ::= ProtocolIE-ContainerList { 1, maxnoofE-RABs, {IEsSetParam} }
# FN_BODY ProtocolError-IE-ContainerList
# asn1_stack_frame_push(%(ACTX)s, "ProtocolIE-ContainerList");
# asn1_param_push_integer(%(ACTX)s, 1);
# asn1_param_push_integer(%(ACTX)s, maxnoofE_RABs);
#%(DEFAULT_BODY)s
# asn1_stack_frame_pop(%(ACTX)s, "ProtocolIE-ContainerList");
# END
#.FN_HDR PrivateIE-ID
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->obj_id = NULL;
#.FN_BODY PrivateIE-ID/global FN_VARIANT = _str VAL_PTR = &s1ap_data->obj_id
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
%(DEFAULT_BODY)s
#.FN_BODY PrivateIE-Field/value
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
if (s1ap_data->obj_id) {
offset = call_per_oid_callback(s1ap_data->obj_id, tvb, actx->pinfo, tree, offset, actx, hf_index);
} else {
%(DEFAULT_BODY)s
}
# following construction is not supported by asn2wrs
# PLMNidentity ::= TBCD-STRING (SIZE (3))
# TBCD-STRING ::= OCTET STRING
#.FN_BODY PLMNidentity VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
e212_number_type_t number_type = s1ap_data->number_type;
s1ap_data->number_type = E212_NONE;
offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
3, 3, FALSE, ¶meter_tvb);
if(tvb_reported_length(tvb)==0)
return offset;
if (!parameter_tvb)
return offset;
dissect_e212_mcc_mnc(parameter_tvb, actx->pinfo, tree, 0, number_type, FALSE);
if (s1ap_data->supported_ta) {
guint32 plmn = tvb_get_ntoh24(parameter_tvb, 0);
wmem_array_append_one(s1ap_data->supported_ta->plmn, plmn);
} else if (s1ap_data->tai) {
s1ap_data->tai->plmn = tvb_get_ntoh24(parameter_tvb, 0);
}
#.END
#.FN_BODY ENBname VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
int length;
gboolean is_ascii;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
length = tvb_reported_length(parameter_tvb);
is_ascii = tvb_ascii_isprint(parameter_tvb, 0, length);
if (is_ascii)
proto_item_append_text(actx->created_item," (%%s)",tvb_format_text(actx->pinfo->pool, parameter_tvb, 0, length));
#.FN_BODY MMEname VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
int length;
gboolean is_ascii;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
length = tvb_reported_length(parameter_tvb);
is_ascii = tvb_ascii_isprint(parameter_tvb, 0, length);
if (is_ascii)
proto_item_append_text(actx->created_item," (%%s)",tvb_format_text(actx->pinfo->pool, parameter_tvb, 0, length));
#.END
#.FN_BODY NAS-PDU VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
%(DEFAULT_BODY)s
if ((tvb_reported_length(parameter_tvb)>0)&&(nas_eps_handle))
call_dissector(nas_eps_handle,parameter_tvb,%(ACTX)s->pinfo, tree);
#.FN_BODY LPPa-PDU VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
%(DEFAULT_BODY)s
if ((tvb_reported_length(parameter_tvb)>0)&&(lppa_handle))
call_dissector(lppa_handle, parameter_tvb, %(ACTX)s->pinfo, tree);
#.FN_BODY TransportLayerAddress VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
proto_tree *subtree;
gint tvb_len;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
# The Transport Layer Address signalled in S1-AP messages is a bit string of
# a) 32 bits in case of IPv4 address according to IETF RFC 791 [6]; or
# b) 128 bits in case of IPv6 address according to IETF RFC 2460 [5]; or
# c) 160 bits if both IPv4 and IPv6 addresses are signalled, in which case the IPv4 address is contained in the first 32 bits.
/* Get the length */
tvb_len = tvb_reported_length(parameter_tvb);
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_TransportLayerAddress);
if (tvb_len==4) {
/* IPv4 */
proto_tree_add_item(subtree, hf_s1ap_transportLayerAddressIPv4, parameter_tvb, 0, 4, ENC_BIG_ENDIAN);
} else if (tvb_len==16) {
/* IPv6 */
proto_tree_add_item(subtree, hf_s1ap_transportLayerAddressIPv6, parameter_tvb, 0, 16, ENC_NA);
} else if (tvb_len==20) {
/* IPv4 */
proto_tree_add_item(subtree, hf_s1ap_transportLayerAddressIPv4, parameter_tvb, 0, 4, ENC_BIG_ENDIAN);
/* IPv6 */
proto_tree_add_item(subtree, hf_s1ap_transportLayerAddressIPv6, parameter_tvb, 4, 16, ENC_NA);
}
#.TYPE_ATTR
Port-Number TYPE = FT_UINT16 DISPLAY = BASE_DEC
#.FN_BODY Port-Number VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.FN_HDR InitialUEMessage
/* Set the direction of the message */
actx->pinfo->link_dir=P2P_DIR_UL;
#.FN_HDR DownlinkNASTransport
/* Set the direction of the message */
actx->pinfo->link_dir=P2P_DIR_DL;
#.FN_HDR UplinkNASTransport
/* Set the direction of the message */
actx->pinfo->link_dir=P2P_DIR_UL;
#.FN_BODY HandoverType VAL_PTR = &s1ap_data->handover_type_value
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
%(DEFAULT_BODY)s
#.FN_BODY SRVCCHOIndication VAL_PTR = &srvcc_ho_ind
guint32 srvcc_ho_ind;
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
%(DEFAULT_BODY)s
if (srvcc_ho_ind == cSonly)
s1ap_data->srvcc_ho_cs_only = TRUE;
#Undef the value before use
#.FN_HDR HandoverRequired
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->handover_type_value = 0xff;
s1ap_data->srvcc_ho_cs_only = FALSE;
#.FN_HDR HandoverCommand
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->handover_type_value = 0xff;
#.FN_HDR HandoverRequest
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->handover_type_value = 0xff;
#.FN_HDR HandoverRequestAcknowledge
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->handover_type_value = 0xff;
#.FN_BODY SourceeNB-ToTargeteNB-TransparentContainer
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
volatile guint32 _offset;
s1ap_data->transparent_container_type = SOURCE_TO_TARGET_TRANSPARENT_CONTAINER;
_offset = offset;
TRY {
offset = dissect_per_sequence(tvb, _offset, actx, tree, hf_index,
ett_s1ap_SourceeNB_ToTargeteNB_TransparentContainer, SourceeNB_ToTargeteNB_TransparentContainer_sequence);
} CATCH_ALL {
show_exception(tvb, actx->pinfo, tree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
offset = _offset;
#.FN_BODY Source-ToTarget-TransparentContainer VAL_PTR = ¶meter_tvb
# I think the message is "directly encoded" into the octet string(no "double encoding")
# (Compare RANAP)
# Annex A
# ...Therefore the container content is encoded according to the
# rules which are specified for the target radio system. In section 8.4.1.2,
# it is described how the container shall be encoded with respect to the scenario
# in which it is used.
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if ((g_s1ap_dissect_container)&&(parameter_tvb) && (tvb_reported_length(parameter_tvb) > 0)) {
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
/* Don't want elements inside container to write to info column */
col_set_writable(actx->pinfo->cinfo, COL_INFO, FALSE);
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_ToTargetTransparentContainer);
switch(s1ap_data->handover_type_value){
/*
HandoverType ::= ENUMERATED {
intralte,
ltetoutran,
ltetogeran,
utrantolte,
gerantolte,
...
eps_to_5gs,
fivegs_to_eps
} */
case intralte:
/* intralte
Intra E-UTRAN handover Source eNB to Target eNB
Transparent Container 36.413
*/
case utrantolte:
/* utrantolte */
case gerantolte:
/* gerantolte */
case fivegs_to_eps:
/* fivegs_to_eps */
dissect_s1ap_SourceeNB_ToTargeteNB_TransparentContainer_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
break;
case ltetoutran:
/* ltetoutran
Source RNC to Target RNC
Transparent Container 25.413
*/
dissect_ranap_SourceRNC_ToTargetRNC_TransparentContainer_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
break;
case ltetogeran:
/* ltetogeran
Source BSS to Target BSS
Transparent Container 48.018
or
Old BSS to New BSS information elements
Transparent Container 48.008
*/
if (s1ap_data->srvcc_ho_cs_only)
bssmap_old_bss_to_new_bss_info(parameter_tvb, subtree, actx->pinfo);
else
de_bssgp_source_BSS_to_target_BSS_transp_cont(parameter_tvb, subtree, actx->pinfo, 0, tvb_reported_length(parameter_tvb), NULL, 0);
break;
case eps_to_5gs:
/* eps_to_5gs */
dissect_ngap_SourceNGRANNode_ToTargetNGRANNode_TransparentContainer_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
break;
default:
break;
}
/* Enable writing of the column again */
col_set_writable(actx->pinfo->cinfo, COL_INFO, TRUE);
}
#.FN_BODY TargeteNB-ToSourceeNB-TransparentContainer
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
volatile guint32 _offset;
s1ap_data->transparent_container_type = TARGET_TO_SOURCE_TRANSPARENT_CONTAINER;
_offset = offset;
TRY {
_offset = dissect_per_sequence(tvb, _offset, actx, tree, hf_index,
ett_s1ap_TargeteNB_ToSourceeNB_TransparentContainer, TargeteNB_ToSourceeNB_TransparentContainer_sequence);
} CATCH_ALL {
show_exception(tvb, actx->pinfo, tree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
offset = _offset;
#.FN_BODY Target-ToSource-TransparentContainer VAL_PTR = ¶meter_tvb
# I think the message is "directly encoded" into the octet string(no "double encoding")
# See Target-ToSource-TransparentContainer in RANAP
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if ((g_s1ap_dissect_container)&&(parameter_tvb) && (tvb_reported_length(parameter_tvb) > 0)) {
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_ToSourceTransparentContainer);
switch(s1ap_data->handover_type_value){
/*
HandoverType ::= ENUMERATED {
intralte,
ltetoutran,
ltetogeran,
utrantolte,
gerantolte,
...
eps_to_5gs,
fivegs_to_eps
} */
case intralte:
/* intralte
Intra E-UTRAN handover Target eNB to Source eNB
Transparent Container 36.413
*/
case utrantolte:
/* utrantolte */
case gerantolte:
/* gerantolte */
case fivegs_to_eps:
/* fivegs_to_eps */
dissect_s1ap_TargeteNB_ToSourceeNB_TransparentContainer_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
break;
case ltetoutran:
/* ltetoutran
Target RNC to Source RNC
Transparent Container 25.413
*/
dissect_ranap_TargetRNC_ToSourceRNC_TransparentContainer_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
break;
case ltetogeran:
/* ltetogeran
Target BSS to Source BSS
Transparent Container 48.018
*/
de_bssgp_target_BSS_to_source_BSS_transp_cont(parameter_tvb, subtree, actx->pinfo, 0, tvb_reported_length(parameter_tvb), NULL, 0);
break;
case eps_to_5gs:
/* eps_to_5gs */
dissect_ngap_TargetNGRANNode_ToSourceNGRANNode_TransparentContainer_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
break;
default:
break;
}
}
#SourceBSS-ToTargetBSS-TransparentContainer
#SourceRNC-ToTargetRNC-TransparentContainer
#TargetRNC-ToSourceRNC-TransparentContainer
#TargetBSS-ToSourceBSS-TransparentContainer
#.FN_BODY RRC-Container VAL_PTR = ¶meter_tvb
# Extracts from the standard:
# Includes the RRC Handover Preparation Information message as defined
# in subclause 10.2.2 of [16].
# [16] 3GPP TS 36.331: "Evolved Universal Terrestrial Radio Access (E-UTRAN); Radio Resource
# Control (RRC) Protocol Specification3GPP TS 36.331:
# "Evolved Universal Terrestrial Radio Access (E-UTRAN); Radio Resource
# Control (RRC) Protocol Specification.
# :
# 9.2.1.7 Source eNB to Target eNB Transparent Container
# The Source eNB to target eNB Transparent Container IE is an information element
# that is produced by the source eNB and is transmitted to the target eNB.
# For inter-system handovers to E-UTRAN, the IE is transmitted from the external
# handover source to the target eNB. This IE is transparent to the EPC.
#
# RRC Container M OCTET STRING Includes the RRC Handover Preparation Information
# message as defined in subclause 10.2.2 of [16].
# :
# 9.2.1.8 Target eNB to Source eNB Transparent Container
# The Target eNB to Source eNB Transparent Container IE is an information element
# that is produced by the target eNB and is transmitted to the source eNB.
# For inter-system handovers to E-UTRAN, the IE is transmitted from the target
# eNB to the external relocation source.
# :
# RRC Container M OCTET STRING Includes the RRC E-UTRA Handover Command message
# as defined in subclause 10.2.2 of [16].
# --- End quote ---
# Source eNB to Target eNB Transparent Container is present in
# HandoverRequired and HandoverRequest.
# Target eNB to Source eNB Transparent Container is present in
# HandoverCommand and HandoverRequestAcknowledge.
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (g_s1ap_dissect_container) {
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_RRCContainer);
volatile int saved_offset = offset;
switch(s1ap_data->transparent_container_type){
case SOURCE_TO_TARGET_TRANSPARENT_CONTAINER:
/* 9.2.1.7 Source eNB to Target eNB Transparent Container */
if ((s1ap_is_nbiot_ue(actx->pinfo) && (g_s1ap_dissect_lte_container_as == S1AP_LTE_CONTAINER_AUTOMATIC)) ||
(g_s1ap_dissect_lte_container_as == S1AP_LTE_CONTAINER_NBIOT)) {
TRY {
dissect_lte_rrc_HandoverPreparationInformation_NB_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
} else {
TRY {
dissect_lte_rrc_HandoverPreparationInformation_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
}
break;
case TARGET_TO_SOURCE_TRANSPARENT_CONTAINER:
/* 9.2.1.8 Target eNB to Source eNB Transparent Container */
TRY {
dissect_lte_rrc_HandoverCommand_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
break;
default:
break;
}
offset = saved_offset;
}
#.FN_BODY UE-HistoryInformationFromTheUE VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (g_s1ap_dissect_container) {
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_UE_HistoryInformationFromTheUE);
TRY {
dissect_lte_rrc_VisitedCellInfoList_r12_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
}
#.FN_BODY UERadioCapability VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (g_s1ap_dissect_container) {
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
volatile dissector_handle_t handle;
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_UERadioCapability);
if (s1ap_data->protocol_ie_id == id_UERadioCapability_NR_Format) {
handle = nr_rrc_ue_radio_access_cap_info_handle;
} else if ((s1ap_is_nbiot_ue(actx->pinfo) && (g_s1ap_dissect_lte_container_as == S1AP_LTE_CONTAINER_AUTOMATIC)) ||
(g_s1ap_dissect_lte_container_as == S1AP_LTE_CONTAINER_NBIOT)) {
handle = lte_rrc_ue_radio_access_cap_info_nb_handle;
} else {
handle = lte_rrc_ue_radio_access_cap_info_handle;
}
if (handle) {
TRY {
call_dissector(handle, parameter_tvb, actx->pinfo, subtree);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
}
}
#.TYPE_ATTR
Threshold-RSRP DISPLAY = BASE_CUSTOM STRINGS = CF_FUNC(s1ap_Threshold_RSRP_fmt)
#.TYPE_ATTR
Threshold-RSRQ DISPLAY = BASE_CUSTOM STRINGS = CF_FUNC(s1ap_Threshold_RSRQ_fmt)
#.TYPE_ATTR
Hysteresis DISPLAY = BASE_CUSTOM STRINGS = CF_FUNC(s1ap_Hysteresis_fmt)
#.FN_BODY RAT-RestrictionsItem/rAT-RestrictionInformation VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if(parameter_tvb){
static int * const fields[] = {
&hf_s1ap_rAT_RestrictionInformation_LEO,
&hf_s1ap_rAT_RestrictionInformation_MEO,
&hf_s1ap_rAT_RestrictionInformation_GEO,
&hf_s1ap_rAT_RestrictionInformation_OTHERSAT,
&hf_s1ap_rAT_RestrictionInformation_Reserved,
NULL
};
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_rAT_RestrictionInformation);
proto_tree_add_bitmask_list(subtree, parameter_tvb, 0, 1, fields, ENC_BIG_ENDIAN);
}
# 9.2.3.24 RIM Information
# Contains the BSSGP RIM PDU
#.FN_BODY RIMInformation VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_RIMInformation);
if ((tvb_reported_length(parameter_tvb)>0)&&(bssgp_handle)){
col_set_fence(%(ACTX)s->pinfo->cinfo, COL_INFO);
call_dissector(bssgp_handle,parameter_tvb,%(ACTX)s->pinfo, subtree);
}
#.FN_BODY Cdma2000PDU VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (gcsna_handle) {
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_Cdma2000PDU);
call_dissector(gcsna_handle, parameter_tvb, %(ACTX)s->pinfo, subtree);
}
#.FN_BODY Cdma2000SectorID VAL_PTR = ¶meter_tvb
/* 9.2.1.25
* This IE is set to CDMA2000 Reference Cell ID
* corresponding to the HRPD/1xRTT sector under
* the HRPD AN/1xBS to which the eNB has initiated the UE
* to handover to. The CDMA2000 Reference Cell
* ID is statically configured in the eNB.
*/
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_Cdma2000SectorID);
dissect_a21_ie_common(parameter_tvb, %(ACTX)s->pinfo, NULL/* Top tree not needed */, subtree, 0, 0 /* message_type not needed */);
#.FN_BODY UERadioCapabilityForPaging VAL_PTR = ¶meter_tvb
# 9.2.1.98 UE Radio Capability for Paging
# Includes the UERadioPagingInformation message as defined in 10.2.2 of TS 36.331 [16].
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (g_s1ap_dissect_container) {
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
volatile dissector_handle_t handle;
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_UERadioPagingInformation);
if (s1ap_data->protocol_ie_id == id_UERadioCapabilityForPaging_NR_Format) {
handle = nr_rrc_ue_radio_paging_info_handle;
} else if ((s1ap_is_nbiot_ue(actx->pinfo) && (g_s1ap_dissect_lte_container_as == S1AP_LTE_CONTAINER_AUTOMATIC)) ||
(g_s1ap_dissect_lte_container_as == S1AP_LTE_CONTAINER_NBIOT)) {
handle = lte_rrc_ue_radio_paging_info_nb_handle;
} else {
handle = lte_rrc_ue_radio_paging_info_handle;
}
if (handle) {
TRY {
call_dissector(handle, parameter_tvb, actx->pinfo, subtree);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
}
}
#.FN_BODY CELevel VAL_PTR = ¶meter_tvb
# 9.2.1.109 Cell Identifier and Coverage Enhancement Level
# Includes the UEPagingCoverageInformation message as defined in 10.2.2 of TS 36.331
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (g_s1ap_dissect_container) {
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_CELevel);
volatile int saved_offset = offset;
if ((s1ap_is_nbiot_ue(actx->pinfo) && (g_s1ap_dissect_lte_container_as == S1AP_LTE_CONTAINER_AUTOMATIC)) ||
(g_s1ap_dissect_lte_container_as == S1AP_LTE_CONTAINER_NBIOT)) {
TRY {
dissect_lte_rrc_UEPagingCoverageInformation_NB_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
} else {
TRY {
dissect_lte_rrc_UEPagingCoverageInformation_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
}
offset = saved_offset;
}
#.FN_BODY UE-RLF-Report-Container VAL_PTR = ¶meter_tvb
# 9.2.3.40 RLF Report Information
# Includes the rlf-Report-r9 contained in UEInformationResponse message as defined in TS 36.331
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (g_s1ap_dissect_container) {
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_UE_RLF_Report_Container);
volatile int saved_offset = offset;
TRY {
dissect_lte_rrc_RLF_Report_r9_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
offset = saved_offset;
}
#.FN_BODY UE-RLF-Report-Container-for-extended-bands VAL_PTR = ¶meter_tvb
# 9.2.3.40 RLF Report Information
# Includes the rlf-Report-v9e0 contained in UEInformationResponse message as defined in TS 36.331
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (g_s1ap_dissect_container) {
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_UE_RLF_Report_Container_for_extended_bands);
volatile int saved_offset = offset;
TRY {
dissect_lte_rrc_RLF_Report_v9e0_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
offset = saved_offset;
}
#.FN_BODY NB-IoT-RLF-Report-Container VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (g_s1ap_dissect_container) {
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_NB_IoT_RLF_Report_Container);
volatile int saved_offset = offset;
TRY {
dissect_lte_rrc_RLF_Report_NB_r16_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
offset = saved_offset;
}
#.FN_BODY TooEarlyInterRATHOReportReportFromEUTRAN/uERLFReportContainer VAL_PTR = ¶meter_tvb
# B.1.17 Failure Event Report
# Includes the RLF Report contained in the UEInformationResponse message (TS 36.331 [16])
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (g_s1ap_dissect_container) {
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_UE_RLF_Report_Container);
volatile int saved_offset = offset;
TRY {
dissect_lte_rrc_RLF_Report_r9_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
offset = saved_offset;
}
#.TYPE_ATTR
ProtocolExtensionID TYPE = FT_UINT8 DISPLAY = BASE_DEC|BASE_EXT_STRING STRINGS = &s1ap_ProtocolIE_ID_vals_ext
#.FN_BODY S1-Message VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_S1_Message);
col_set_fence(actx->pinfo->cinfo, COL_INFO);
call_dissector(s1ap_handle, parameter_tvb, actx->pinfo, subtree);
#.FN_BODY E-UTRAN-Trace-ID VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_E_UTRAN_Trace_ID);
dissect_e212_mcc_mnc(parameter_tvb, actx->pinfo, subtree, 0, E212_NONE, FALSE);
proto_tree_add_item(subtree, hf_s1ap_E_UTRAN_Trace_ID_TraceID, parameter_tvb, 3, 3, ENC_BIG_ENDIAN);
proto_tree_add_item(subtree, hf_s1ap_E_UTRAN_Trace_ID_TraceRecordingSessionReference, parameter_tvb, 6, 2, ENC_BIG_ENDIAN);
#.FN_BODY InterfacesToTrace VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if(parameter_tvb){
static int * const fields[] = {
&hf_s1ap_interfacesToTrace_S1_MME,
&hf_s1ap_interfacesToTrace_X2,
&hf_s1ap_interfacesToTrace_Uu,
&hf_s1ap_interfacesToTrace_F1_C,
&hf_s1ap_interfacesToTrace_E1,
&hf_s1ap_interfacesToTrace_Reserved,
NULL
};
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_InterfacesToTrace);
proto_tree_add_bitmask_list(subtree, parameter_tvb, 0, 1, fields, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
IntersystemMeasurementConfiguration/rSRP DISPLAY = BASE_CUSTOM STRINGS = CF_FUNC(s1ap_threshold_nr_rsrp_fmt)
#.TYPE_ATTR
IntersystemMeasurementConfiguration/rSRQ DISPLAY = BASE_CUSTOM STRINGS = CF_FUNC(s1ap_threshold_nr_rsrq_fmt)
#.TYPE_ATTR
IntersystemMeasurementConfiguration/sINR DISPLAY = BASE_CUSTOM STRINGS = CF_FUNC(s1ap_threshold_nr_sinr_fmt)
#.TYPE_ATTR
InterSystemMeasurementParameters/measurementDuration DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.TYPE_ATTR
BitRate DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_bit_sec
#.FN_BODY InterSystemMeasurementItem/sMTC VAL_PTR = &ssb_mtc_tvb
tvbuff_t *ssb_mtc_tvb = NULL;
%(DEFAULT_BODY)s
if (ssb_mtc_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_sMTC);
dissect_lte_rrc_MTC_SSB_NR_r15_PDU(ssb_mtc_tvb, actx->pinfo, subtree, NULL);
}
#.FN_BODY InterSystemMeasurementItem/threshRS-Index-r15 VAL_PTR = &threshold_list_tvb
tvbuff_t *threshold_list_tvb = NULL;
%(DEFAULT_BODY)s
if (threshold_list_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_threshRS_Index_r15);
dissect_lte_rrc_ThresholdListNR_r15_PDU(threshold_list_tvb, actx->pinfo, subtree, NULL);
}
#.FN_BODY InterSystemMeasurementItem/sSBToMeasure VAL_PTR = &ssb_to_meas_tvb
tvbuff_t *ssb_to_meas_tvb = NULL;
%(DEFAULT_BODY)s
if (ssb_to_meas_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_sSBToMeasure);
dissect_lte_rrc_SSB_ToMeasure_r15_PDU(ssb_to_meas_tvb, actx->pinfo, subtree, NULL);
}
#.FN_BODY InterSystemMeasurementItem/sSRSSIMeasurement VAL_PTR = &ss_rssi_meas_tvb
tvbuff_t *ss_rssi_meas_tvb = NULL;
%(DEFAULT_BODY)s
if (ss_rssi_meas_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_sSRSSIMeasurement);
dissect_lte_rrc_SS_RSSI_Measurement_r15_PDU(ss_rssi_meas_tvb, actx->pinfo, subtree, NULL);
}
#.FN_BODY InterSystemMeasurementItem/quantityConfigNR-R15 VAL_PTR = &quantity_config_nr_tvb
tvbuff_t *quantity_config_nr_tvb = NULL;
%(DEFAULT_BODY)s
if (quantity_config_nr_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_quantityConfigNR_R15);
dissect_lte_rrc_QuantityConfigNR_r15_PDU(quantity_config_nr_tvb, actx->pinfo, subtree, NULL);
}
#.FN_BODY InterSystemMeasurementItem/excludedCellsToAddModList VAL_PTR = &excluded_cells_list_tvb
tvbuff_t *excluded_cells_list_tvb = NULL;
%(DEFAULT_BODY)s
if (excluded_cells_list_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_excludedCellsToAddModList);
dissect_lte_rrc_CellsToAddModListNR_r15_PDU(excluded_cells_list_tvb, actx->pinfo, subtree, NULL);
}
#.FN_BODY GUMMEI
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->number_type = E212_GUMMEI;
%(DEFAULT_BODY)s
#.TYPE_ATTR
MME-Code TYPE = FT_UINT8 DISPLAY = BASE_DEC_HEX
#.FN_BODY MME-Code VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 1, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
MME-Group-ID TYPE = FT_UINT16 DISPLAY = BASE_DEC_HEX
#.FN_BODY MME-Group-ID VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.FN_BODY EncryptionAlgorithms VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if(parameter_tvb){
static int * const fields[] = {
&hf_s1ap_encryptionAlgorithms_EEA1,
&hf_s1ap_encryptionAlgorithms_EEA2,
&hf_s1ap_encryptionAlgorithms_EEA3,
&hf_s1ap_encryptionAlgorithms_Reserved,
NULL
};
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_EncryptionAlgorithms);
proto_tree_add_bitmask_list(subtree, parameter_tvb, 0, 2, fields, ENC_BIG_ENDIAN);
}
#.FN_BODY IntegrityProtectionAlgorithms VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if(parameter_tvb){
static int * const fields[] = {
&hf_s1ap_integrityProtectionAlgorithms_EIA1,
&hf_s1ap_integrityProtectionAlgorithms_EIA2,
&hf_s1ap_integrityProtectionAlgorithms_EIA3,
&hf_s1ap_integrityProtectionAlgorithms_Reserved,
NULL
};
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_IntegrityProtectionAlgorithms);
proto_tree_add_bitmask_list(subtree, parameter_tvb, 0, 2, fields, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
Time-UE-StayedInCell DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.TYPE_ATTR
Time-UE-StayedInCell-EnhancedGranularity DISPLAY = BASE_CUSTOM STRINGS = CF_FUNC(s1ap_Time_UE_StayedInCell_EnhancedGranularity_fmt)
#.FN_BODY TimeSinceSecondaryNodeRelease VAL_PTR=¶meter_tvb HF_INDEX=-1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 4, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
TimeSinceSecondaryNodeRelease TYPE=FT_UINT32 DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.TYPE_ATTR
LastVisitedPSCellInformation/timeStay DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.TYPE_ATTR
RecommendedCellItem/timeStayedInCell DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.FN_BODY LastVisitedNGRANCellInformation VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (g_s1ap_dissect_container) {
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_LastVisitedNGRANCellInformation);
volatile int saved_offset = offset;
TRY {
dissect_ngap_LastVisitedNGRANCellInformation_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
offset = saved_offset;
}
#.FN_BODY LastVisitedUTRANCellInformation VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (g_s1ap_dissect_container) {
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_LastVisitedUTRANCellInformation);
volatile int saved_offset = offset;
TRY {
dissect_ranap_LastVisitedUTRANCell_Item_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
CATCH_BOUNDS_ERRORS {
show_exception(parameter_tvb, actx->pinfo, subtree, EXCEPT_CODE, GET_MESSAGE);
}
ENDTRY;
offset = saved_offset;
}
#.TYPE_ATTR
MessageIdentifier TYPE = FT_UINT16 DISPLAY = BASE_DEC|BASE_EXT_STRING STRINGS = <e_rrc_messageIdentifier_vals_ext
#.FN_BODY MessageIdentifier VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.FN_BODY SerialNumber VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_SerialNumber);
proto_tree_add_item(subtree, hf_s1ap_SerialNumber_gs, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
proto_tree_add_item(subtree, hf_s1ap_SerialNumber_msg_code, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
proto_tree_add_item(subtree, hf_s1ap_SerialNumber_upd_nb, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
RepetitionPeriod DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.FN_BODY WarningType VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_WarningType);
proto_tree_add_item(subtree, hf_s1ap_WarningType_value, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
proto_tree_add_item(subtree, hf_s1ap_WarningType_emergency_user_alert, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
proto_tree_add_item(subtree, hf_s1ap_WarningType_popup, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.FN_BODY DataCodingScheme VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
proto_tree *subtree;
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_DataCodingScheme);
s1ap_data->data_coding_scheme = dissect_cbs_data_coding_scheme(parameter_tvb, actx->pinfo, subtree, 0);
}
#.TYPE_ATTR
DataSize DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_bit_bits
#.FN_BODY WarningMessageContents VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_WarningMessageContents);
dissect_s1ap_warningMessageContents(parameter_tvb, subtree, actx->pinfo, s1ap_data->data_coding_scheme, hf_s1ap_WarningMessageContents_nb_pages, hf_s1ap_WarningMessageContents_decoded_page);
}
#.FN_BODY MSClassmark2 VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_MSClassmark);
de_ms_cm_2(parameter_tvb, subtree, actx->pinfo, 0, tvb_reported_length(parameter_tvb), NULL, 0);
}
#.FN_BODY MSClassmark3 VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_MSClassmark);
de_ms_cm_3(parameter_tvb, subtree, actx->pinfo, 0, tvb_reported_length(parameter_tvb), NULL, 0);
}
#.TYPE_ATTR
EUTRANRoundTripDelayEstimationInfo DISPLAY = BASE_CUSTOM STRINGS = CF_FUNC(s1ap_EUTRANRoundTripDelayEstimationInfo_fmt)
#.TYPE_ATTR
ExtendedRepetitionPeriod DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.FN_BODY MeasurementsToActivate VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if(parameter_tvb){
static int * const fields[] = {
&hf_s1ap_measurementsToActivate_M1,
&hf_s1ap_measurementsToActivate_M2,
&hf_s1ap_measurementsToActivate_M3,
&hf_s1ap_measurementsToActivate_M4,
&hf_s1ap_measurementsToActivate_M5,
&hf_s1ap_measurementsToActivate_LoggingM1FromEventTriggered,
&hf_s1ap_measurementsToActivate_M6,
&hf_s1ap_measurementsToActivate_M7,
NULL
};
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_MeasurementsToActivate);
proto_tree_add_bitmask_list(subtree, parameter_tvb, 0, 1, fields, ENC_BIG_ENDIAN);
}
#.FN_BODY MDT-Location-Info VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if(parameter_tvb){
static int * const fields[] = {
&hf_s1ap_MDT_Location_Info_GNSS,
&hf_s1ap_MDT_Location_Info_E_CID,
&hf_s1ap_MDT_Location_Info_Reserved,
NULL
};
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_MDT_Location_Info);
proto_tree_add_bitmask_list(subtree, parameter_tvb, 0, 1, fields, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
LHN-ID TYPE=FT_STRING DISPLAY = BASE_NONE
#.FN_BODY LHN-ID VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, -1, ENC_UTF_8|ENC_NA);
#.END
#.TYPE_ATTR
ExpectedActivityPeriod DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.TYPE_ATTR
ExpectedIdlePeriod DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.FN_BODY E-RABUsageReportItem/startTimestamp VAL_PTR = ×tamp_tvb
tvbuff_t *timestamp_tvb = NULL;
%(DEFAULT_BODY)s
#.FN_FTR E-RABUsageReportItem/startTimestamp
if (timestamp_tvb) {
proto_item_append_text(actx->created_item, " (%s)", tvb_ntp_fmt_ts_sec(timestamp_tvb, 0));
}
#.FN_BODY E-RABUsageReportItem/endTimestamp VAL_PTR = ×tamp_tvb
tvbuff_t *timestamp_tvb = NULL;
%(DEFAULT_BODY)s
#.FN_FTR E-RABUsageReportItem/endTimestamp
if (timestamp_tvb) {
proto_item_append_text(actx->created_item, " (%s)", tvb_ntp_fmt_ts_sec(timestamp_tvb, 0));
}
#.TYPE_ATTR
E-RABUsageReportItem/usageCountUL DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_octet_octets
#.TYPE_ATTR
E-RABUsageReportItem/usageCountDL DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_octet_octets
#.TYPE_ATTR
ExtendedBitRate DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_bit_sec
#.FN_BODY NRencryptionAlgorithms VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
static int * const fields[] = {
&hf_s1ap_NRencryptionAlgorithms_NEA1,
&hf_s1ap_NRencryptionAlgorithms_NEA2,
&hf_s1ap_NRencryptionAlgorithms_NEA3,
&hf_s1ap_NRencryptionAlgorithms_Reserved,
NULL
};
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_NRencryptionAlgorithms);
proto_tree_add_bitmask_list(subtree, parameter_tvb, 0, 2, fields, ENC_BIG_ENDIAN);
}
#.FN_BODY NRintegrityProtectionAlgorithms VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
static int * const fields[] = {
&hf_s1ap_NRintegrityProtectionAlgorithms_NIA1,
&hf_s1ap_NRintegrityProtectionAlgorithms_NIA2,
&hf_s1ap_NRintegrityProtectionAlgorithms_NIA3,
&hf_s1ap_NRintegrityProtectionAlgorithms_Reserved,
NULL
};
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_NRintegrityProtectionAlgorithms);
proto_tree_add_bitmask_list(subtree, parameter_tvb, 0, 2, fields, ENC_BIG_ENDIAN);
}
#.FN_BODY UE-Application-Layer-Measurement-Capability VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if(parameter_tvb){
static int * const fields[] = {
&hf_s1ap_UE_Application_Layer_Measurement_Capability_QoE_Measurement_for_streaming_service,
&hf_s1ap_UE_Application_Layer_Measurement_Capability_QoE_Measurement_for_MTSI_service,
&hf_s1ap_UE_Application_Layer_Measurement_Capability_Reserved,
NULL
};
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_UE_Application_Layer_Measurement_Capability);
proto_tree_add_bitmask_list(subtree, parameter_tvb, 0, 1, fields, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
TAC TYPE = FT_UINT16 DISPLAY = BASE_DEC_HEX
#.FN_BODY TAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
if (s1ap_data->supported_ta) {
s1ap_data->supported_ta->tac = tvb_get_ntohs(parameter_tvb, 0);
} else if (s1ap_data->tai) {
s1ap_data->tai->tac = tvb_get_ntohs(parameter_tvb, 0);
}
}
#.FN_BODY LAI
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->number_type = E212_LAI;
%(DEFAULT_BODY)s
#.TYPE_ATTR
LAC TYPE = FT_UINT16 DISPLAY = BASE_DEC_HEX
#.FN_BODY LAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
RAC TYPE = FT_UINT8 DISPLAY = BASE_DEC_HEX
#.FN_BODY RAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 1, ENC_BIG_ENDIAN);
}
#.FN_BODY FiveGSTAI
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->number_type = E212_5GSTAI;
%(DEFAULT_BODY)s
#.TYPE_ATTR
FiveGSTAC TYPE = FT_UINT24 DISPLAY = BASE_DEC_HEX
#.FN_BODY FiveGSTAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 3, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
M-TMSI TYPE = FT_UINT32 DISPLAY = BASE_DEC_HEX
#.FN_BODY M-TMSI VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
proto_item *ti;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 4, ENC_BIG_ENDIAN);
ti = proto_tree_add_item(tree, hf_3gpp_tmsi, tvb, 0, 4, ENC_BIG_ENDIAN);
proto_item_set_hidden(ti);
}
#.FN_BODY IMSI VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
if (parameter_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_IMSI);
dissect_e212_imsi(parameter_tvb, actx->pinfo, subtree, 0, tvb_reported_length(parameter_tvb), FALSE);
}
#.FN_BODY NASSecurityParametersfromE-UTRAN VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
if (parameter_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_NASSecurityParameters);
de_emm_sec_par_from_eutra(parameter_tvb, subtree, actx->pinfo, 0, tvb_reported_length(parameter_tvb), NULL, 0);
}
#.FN_BODY NASSecurityParameterstoE-UTRAN VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
if (parameter_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_NASSecurityParameters);
de_emm_sec_par_to_eutra(parameter_tvb, subtree, actx->pinfo, 0, tvb_reported_length(parameter_tvb), NULL, 0);
}
#.FN_HDR SupportedTAs-Item
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
if (!PINFO_FD_VISITED(actx->pinfo) &&
(s1ap_data->message_type == INITIATING_MESSAGE) &&
((s1ap_data->procedure_code == id_S1Setup) ||
(s1ap_data->procedure_code == id_ENBConfigurationUpdate))) {
s1ap_data->supported_ta = wmem_new0(actx->pinfo->pool, struct s1ap_supported_ta);
s1ap_data->supported_ta->plmn = wmem_array_new(actx->pinfo->pool, sizeof(guint32));
}
#.FN_FTR SupportedTAs-Item
s1ap_data->supported_ta = NULL;
#.FN_BODY RAT-Type VAL_PTR = &rat_type
guint32 rat_type = 0xffffffff;
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
%(DEFAULT_BODY)s
if (s1ap_data->s1ap_conv && s1ap_data->supported_ta && rat_type <= nbiot_othersat) {
guint64 *key;
guint i;
for (i = 0; i < wmem_array_get_count(s1ap_data->supported_ta->plmn); i++) {
key = wmem_new(wmem_file_scope(), guint64);
*key = ((*(guint32*)wmem_array_index(s1ap_data->supported_ta->plmn, i)) << 16) | s1ap_data->supported_ta->tac;
wmem_map_insert(s1ap_data->s1ap_conv->nbiot_ta, key, GUINT_TO_POINTER(1));
}
}
#.FN_BODY ENB-UE-S1AP-ID VAL_PTR = &enb_ue_s1ap_id
guint32 enb_ue_s1ap_id;
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
%(DEFAULT_BODY)s
if (hf_index == hf_s1ap_eNB_UE_S1AP_ID) {
proto_item *item;
item = proto_tree_add_uint(tree, hf_s1ap_ENB_UE_S1AP_ID_PDU, tvb, offset, 0 , enb_ue_s1ap_id );
proto_item_set_hidden(item);
}
s1ap_data->enb_ue_s1ap_id = (guint16)enb_ue_s1ap_id;
#.FN_BODY MME-UE-S1AP-ID VAL_PTR = &mme_ue_s1ap_id
guint32 mme_ue_s1ap_id;
%(DEFAULT_BODY)s
if (hf_index == hf_s1ap_mME_UE_S1AP_ID) {
proto_item *item;
item = proto_tree_add_uint(tree, hf_s1ap_MME_UE_S1AP_ID_PDU, tvb, offset, 0 , mme_ue_s1ap_id );
proto_item_set_hidden(item);
}
#.FN_BODY TAI
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->number_type = E212_TAI;
s1ap_data->tai = wmem_new0(actx->pinfo->pool, struct s1ap_tai);
%(DEFAULT_BODY)s
if (!PINFO_FD_VISITED(actx->pinfo) && s1ap_data->s1ap_conv &&
(s1ap_data->message_type == INITIATING_MESSAGE) &&
(s1ap_data->procedure_code == id_initialUEMessage)) {
guint64 key = (s1ap_data->tai->plmn << 16) | s1ap_data->tai->tac;
if (wmem_map_lookup(s1ap_data->s1ap_conv->nbiot_ta, &key)) {
wmem_tree_key_t tree_key[3];
guint32 *id = wmem_new(wmem_file_scope(), guint32);
*id = s1ap_data->enb_ue_s1ap_id;
tree_key[0].length = 1;
tree_key[0].key = id;
tree_key[1].length = 1;
tree_key[1].key = &actx->pinfo->num;
tree_key[2].length = 0;
tree_key[2].key = NULL;
wmem_tree_insert32_array(s1ap_data->s1ap_conv->nbiot_enb_ue_s1ap_id, tree_key, id);
}
}
#.TYPE_ATTR
Packet-LossRate DISPLAY = BASE_CUSTOM STRINGS = CF_FUNC(s1ap_Packet_LossRate_fmt)
#.TYPE_ATTR
BluetoothName TYPE=FT_STRING DISPLAY = BASE_NONE
#.FN_BODY BluetoothName VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, -1, ENC_UTF_8|ENC_NA);
#.END
#.TYPE_ATTR
WLANName TYPE=FT_STRING DISPLAY = BASE_NONE
#.FN_BODY WLANName VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, -1, ENC_UTF_8|ENC_NA);
#.END
#.TYPE_ATTR
Subscription-Based-UE-DifferentiationInfo/periodicTime DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.TYPE_ATTR
ScheduledCommunicationTime/timeofDayStart DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.TYPE_ATTR
ScheduledCommunicationTime/timeofDayEnd DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_seconds
#.TYPE_ATTR
TrafficLoadReductionIndication DISPLAY=BASE_DEC|BASE_UNIT_STRING STRINGS=&units_percent
#.FN_BODY MDT-ConfigurationNR VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (parameter_tvb) {
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_MDT_ConfigurationNR);
dissect_ngap_MDT_Configuration_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
#.FN_BODY IntersystemSONConfigurationTransfer VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (parameter_tvb) {
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_IntersystemSONConfigurationTransfer);
dissect_ngap_SONConfigurationTransfer_PDU(parameter_tvb, actx->pinfo, subtree, NULL);
}
#.ASSIGN_VALUE_TO_TYPE # S1AP does not have constants assigned to types, they are pure INTEGER
# ProcedureCode
id-HandoverPreparation ProcedureCode
id-HandoverResourceAllocation ProcedureCode
id-HandoverNotification ProcedureCode
id-PathSwitchRequest ProcedureCode
id-HandoverCancel ProcedureCode
id-E-RABSetup ProcedureCode
id-E-RABModify ProcedureCode
id-E-RABRelease ProcedureCode
id-E-RABReleaseIndication ProcedureCode
id-InitialContextSetup ProcedureCode
id-Paging ProcedureCode
id-downlinkNASTransport ProcedureCode
id-initialUEMessage ProcedureCode
id-uplinkNASTransport ProcedureCode
id-Reset ProcedureCode
id-ErrorIndication ProcedureCode
id-NASNonDeliveryIndication ProcedureCode
id-S1Setup ProcedureCode
id-UEContextReleaseRequest ProcedureCode
id-DownlinkS1cdma2000tunnelling ProcedureCode
id-UplinkS1cdma2000tunnelling ProcedureCode
id-UEContextModification ProcedureCode
id-UECapabilityInfoIndication ProcedureCode
id-UEContextRelease ProcedureCode
id-eNBStatusTransfer ProcedureCode
id-MMEStatusTransfer ProcedureCode
id-DeactivateTrace ProcedureCode
id-TraceStart ProcedureCode
id-TraceFailureIndication ProcedureCode
id-ENBConfigurationUpdate ProcedureCode
id-MMEConfigurationUpdate ProcedureCode
id-LocationReportingControl ProcedureCode
id-LocationReportingFailureIndication ProcedureCode
id-LocationReport ProcedureCode
id-OverloadStart ProcedureCode
id-OverloadStop ProcedureCode
id-WriteReplaceWarning ProcedureCode
id-eNBDirectInformationTransfer ProcedureCode
id-MMEDirectInformationTransfer ProcedureCode
id-PrivateMessage ProcedureCode
id-eNBConfigurationTransfer ProcedureCode
id-MMEConfigurationTransfer ProcedureCode
id-CellTrafficTrace ProcedureCode
id-Kill ProcedureCode
id-downlinkUEAssociatedLPPaTransport ProcedureCode
id-uplinkUEAssociatedLPPaTransport ProcedureCode
id-downlinkNonUEAssociatedLPPaTransport ProcedureCode
id-uplinkNonUEAssociatedLPPaTransport ProcedureCode
id-UERadioCapabilityMatch ProcedureCode
id-PWSRestartIndication ProcedureCode
id-E-RABModificationIndication ProcedureCode
id-PWSFailureIndication ProcedureCode
id-RerouteNASRequest ProcedureCode
id-UEContextModificationIndication ProcedureCode
id-ConnectionEstablishmentIndication ProcedureCode
id-UEContextSuspend ProcedureCode
id-UEContextResume ProcedureCode
id-NASDeliveryIndication ProcedureCode
id-RetrieveUEInformation ProcedureCode
id-UEInformationTransfer ProcedureCode
id-eNBCPRelocationIndication ProcedureCode
id-MMECPRelocationIndication ProcedureCode
id-SecondaryRATDataUsageReport ProcedureCode
id-HandoverSuccess ProcedureCode
id-eNBEarlyStatusTransfer ProcedureCode
id-MMEEarlyStatusTransfer ProcedureCode
# ProtocolIE-ID
id-MME-UE-S1AP-ID ProtocolIE-ID
id-HandoverType ProtocolIE-ID
id-Cause ProtocolIE-ID
id-TargetID ProtocolIE-ID
id-eNB-UE-S1AP-ID ProtocolIE-ID
id-E-RABSubjecttoDataForwardingList ProtocolIE-ID
id-E-RABtoReleaseListHOCmd ProtocolIE-ID
id-E-RABDataForwardingItem ProtocolIE-ID
id-E-RABReleaseItemBearerRelComp ProtocolIE-ID
id-E-RABToBeSetupListBearerSUReq ProtocolIE-ID
id-E-RABToBeSetupItemBearerSUReq ProtocolIE-ID
id-E-RABAdmittedList ProtocolIE-ID
id-E-RABFailedToSetupListHOReqAck ProtocolIE-ID
id-E-RABAdmittedItem ProtocolIE-ID
id-E-RABFailedtoSetupItemHOReqAck ProtocolIE-ID
id-E-RABToBeSwitchedDLList ProtocolIE-ID
id-E-RABToBeSwitchedDLItem ProtocolIE-ID
id-E-RABToBeSetupListCtxtSUReq ProtocolIE-ID
id-TraceActivation ProtocolIE-ID
id-NAS-PDU ProtocolIE-ID
id-E-RABToBeSetupItemHOReq ProtocolIE-ID
id-E-RABSetupListBearerSURes ProtocolIE-ID
id-E-RABFailedToSetupListBearerSURes ProtocolIE-ID
id-E-RABToBeModifiedListBearerModReq ProtocolIE-ID
id-E-RABModifyListBearerModRes ProtocolIE-ID
id-E-RABFailedToModifyList ProtocolIE-ID
id-E-RABToBeReleasedList ProtocolIE-ID
id-E-RABFailedToReleaseList ProtocolIE-ID
id-E-RABItem ProtocolIE-ID
id-E-RABToBeModifiedItemBearerModReq ProtocolIE-ID
id-E-RABModifyItemBearerModRes ProtocolIE-ID
id-E-RABReleaseItem ProtocolIE-ID
id-E-RABSetupItemBearerSURes ProtocolIE-ID
id-SecurityContext ProtocolIE-ID
id-HandoverRestrictionList ProtocolIE-ID
id-UEPagingID ProtocolIE-ID
id-pagingDRX ProtocolIE-ID
id-TAIList ProtocolIE-ID
id-TAIItem ProtocolIE-ID
id-E-RABFailedToSetupListCtxtSURes ProtocolIE-ID
id-E-RABReleaseItemHOCmd ProtocolIE-ID
id-E-RABSetupItemCtxtSURes ProtocolIE-ID
id-E-RABSetupListCtxtSURes ProtocolIE-ID
id-E-RABToBeSetupItemCtxtSUReq ProtocolIE-ID
id-E-RABToBeSetupListHOReq ProtocolIE-ID
id-GERANtoLTEHOInformationRes ProtocolIE-ID
id-UTRANtoLTEHOInformationRes ProtocolIE-ID
id-CriticalityDiagnostics ProtocolIE-ID
id-eNBname ProtocolIE-ID
id-MMEname ProtocolIE-ID
id-Global-ENB-ID ProtocolIE-ID
id-ServedPLMNs ProtocolIE-ID
id-SupportedTAs ProtocolIE-ID
id-TimeToWait ProtocolIE-ID
id-uEaggregateMaximumBitrate ProtocolIE-ID
id-TAI ProtocolIE-ID
id-E-RABReleaseListBearerRelComp ProtocolIE-ID
id-cdma2000PDU ProtocolIE-ID
id-cdma2000RATType ProtocolIE-ID
id-cdma2000SectorID ProtocolIE-ID
id-SecurityKey ProtocolIE-ID
id-UERadioCapability ProtocolIE-ID
id-GUMMEI-ID ProtocolIE-ID
id-E-RABInformationListItem ProtocolIE-ID
id-Direct-Forwarding-Path-Availability ProtocolIE-ID
id-UEIdentityIndexValue ProtocolIE-ID
id-cdma2000HOStatus ProtocolIE-ID
id-cdma2000HORequiredIndication ProtocolIE-ID
id-E-UTRAN-Trace-ID ProtocolIE-ID
id-RelativeMMECapacity ProtocolIE-ID
id-SourceMME-UE-S1AP-ID ProtocolIE-ID
id-Bearers-SubjectToStatusTransfer-Item ProtocolIE-ID
id-eNB-StatusTransfer-TransparentContainer ProtocolIE-ID
id-UE-associatedLogicalS1-ConnectionItem ProtocolIE-ID
id-ResetType ProtocolIE-ID
id-UE-associatedLogicalS1-ConnectionListResAck ProtocolIE-ID
id-E-RABToBeSwitchedULItem ProtocolIE-ID
id-E-RABToBeSwitchedULList ProtocolIE-ID
id-S-TMSI ProtocolIE-ID
id-cdma2000OneXRAND ProtocolIE-ID
id-RequestType ProtocolIE-ID
id-UE-S1AP-IDs ProtocolIE-ID
id-EUTRAN-CGI ProtocolIE-ID
id-OverloadResponse ProtocolIE-ID
id-cdma2000OneXSRVCCInfo ProtocolIE-ID
id-E-RABFailedToBeReleasedList ProtocolIE-ID
id-Source-ToTarget-TransparentContainer ProtocolIE-ID
id-ServedGUMMEIs ProtocolIE-ID
id-SubscriberProfileIDforRFP ProtocolIE-ID
id-UESecurityCapabilities ProtocolIE-ID
id-CSFallbackIndicator ProtocolIE-ID
id-CNDomain ProtocolIE-ID
id-E-RABReleasedList ProtocolIE-ID
id-MessageIdentifier ProtocolIE-ID
id-SerialNumber ProtocolIE-ID
id-WarningAreaList ProtocolIE-ID
id-RepetitionPeriod ProtocolIE-ID
id-NumberofBroadcastRequest ProtocolIE-ID
id-WarningType ProtocolIE-ID
id-WarningSecurityInfo ProtocolIE-ID
id-DataCodingScheme ProtocolIE-ID
id-WarningMessageContents ProtocolIE-ID
id-BroadcastCompletedAreaList ProtocolIE-ID
id-Inter-SystemInformationTransferTypeEDT ProtocolIE-ID
id-Inter-SystemInformationTransferTypeMDT ProtocolIE-ID
id-Target-ToSource-TransparentContainer ProtocolIE-ID
id-SRVCCOperationPossible ProtocolIE-ID
id-SRVCCHOIndication ProtocolIE-ID
id-NAS-DownlinkCount ProtocolIE-ID
id-CSG-Id ProtocolIE-ID
id-CSG-IdList ProtocolIE-ID
id-SONConfigurationTransferECT ProtocolIE-ID
id-SONConfigurationTransferMCT ProtocolIE-ID
id-TraceCollectionEntityIPAddress ProtocolIE-ID
id-MSClassmark2 ProtocolIE-ID
id-MSClassmark3 ProtocolIE-ID
id-RRC-Establishment-Cause ProtocolIE-ID
id-NASSecurityParametersfromE-UTRAN ProtocolIE-ID
id-NASSecurityParameterstoE-UTRAN ProtocolIE-ID
id-DefaultPagingDRX ProtocolIE-ID
id-Source-ToTarget-TransparentContainer-Secondary ProtocolIE-ID
id-Target-ToSource-TransparentContainer-Secondary ProtocolIE-ID
id-EUTRANRoundTripDelayEstimationInfo ProtocolIE-ID
id-BroadcastCancelledAreaList ProtocolIE-ID
id-ConcurrentWarningMessageIndicator ProtocolIE-ID
id-Data-Forwarding-Not-Possible ProtocolIE-ID
id-ExtendedRepetitionPeriod ProtocolIE-ID
id-CellAccessMode ProtocolIE-ID
id-CSGMembershipStatus ProtocolIE-ID
id-LPPa-PDU ProtocolIE-ID
id-Routing-ID ProtocolIE-ID
id-Time-Synchronisation-Info ProtocolIE-ID
id-PS-ServiceNotAvailable ProtocolIE-ID
id-PagingPriority ProtocolIE-ID
id-x2TNLConfigurationInfo ProtocolIE-ID
id-eNBX2ExtendedTransportLayerAddresses ProtocolIE-ID
id-GUMMEIList ProtocolIE-ID
id-GW-TransportLayerAddress ProtocolIE-ID
id-Correlation-ID ProtocolIE-ID
id-SourceMME-GUMMEI ProtocolIE-ID
id-MME-UE-S1AP-ID-2 ProtocolIE-ID
id-RegisteredLAI ProtocolIE-ID
id-RelayNode-Indicator ProtocolIE-ID
id-TrafficLoadReductionIndication ProtocolIE-ID
id-MDTConfiguration ProtocolIE-ID
id-MMERelaySupportIndicator ProtocolIE-ID
id-GWContextReleaseIndication ProtocolIE-ID
id-ManagementBasedMDTAllowed ProtocolIE-ID
id-PrivacyIndicator ProtocolIE-ID
id-Time-UE-StayedInCell-EnhancedGranularity ProtocolIE-ID
id-HO-Cause ProtocolIE-ID
id-VoiceSupportMatchIndicator ProtocolIE-ID
id-GUMMEIType ProtocolIE-ID
id-M3Configuration ProtocolIE-ID
id-M4Configuration ProtocolIE-ID
id-M5Configuration ProtocolIE-ID
id-MDT-Location-Info ProtocolIE-ID
id-MobilityInformation ProtocolIE-ID
id-Tunnel-Information-for-BBF ProtocolIE-ID
id-ManagementBasedMDTPLMNList ProtocolIE-ID
id-SignallingBasedMDTPLMNList ProtocolIE-ID
id-ULCOUNTValueExtended ProtocolIE-ID
id-DLCOUNTValueExtended ProtocolIE-ID
id-ReceiveStatusOfULPDCPSDUsExtended ProtocolIE-ID
id-ECGIListForRestart ProtocolIE-ID
id-SIPTO-Correlation-ID ProtocolIE-ID
id-SIPTO-L-GW-TransportLayerAddress ProtocolIE-ID
id-TransportInformation ProtocolIE-ID
id-LHN-ID ProtocolIE-ID
id-AdditionalCSFallbackIndicator ProtocolIE-ID
id-TAIListForRestart ProtocolIE-ID
id-UserLocationInformation ProtocolIE-ID
id-EmergencyAreaIDListForRestart ProtocolIE-ID
id-KillAllWarningMessages ProtocolIE-ID
id-Masked-IMEISV ProtocolIE-ID
id-eNBIndirectX2TransportLayerAddresses ProtocolIE-ID
id-uE-HistoryInformationFromTheUE ProtocolIE-ID
id-ProSeAuthorized ProtocolIE-ID
id-ExpectedUEBehaviour ProtocolIE-ID
id-LoggedMBSFNMDT ProtocolIE-ID
id-UERadioCapabilityForPaging ProtocolIE-ID
id-E-RABToBeModifiedListBearerModInd ProtocolIE-ID
id-E-RABToBeModifiedItemBearerModInd ProtocolIE-ID
id-E-RABNotToBeModifiedListBearerModInd ProtocolIE-ID
id-E-RABNotToBeModifiedItemBearerModInd ProtocolIE-ID
id-E-RABModifyListBearerModConf ProtocolIE-ID
id-E-RABModifyItemBearerModConf ProtocolIE-ID
id-E-RABFailedToModifyListBearerModConf ProtocolIE-ID
id-SON-Information-Report ProtocolIE-ID
id-Muting-Availability-Indication ProtocolIE-ID
id-Muting-Pattern-Information ProtocolIE-ID
id-Synchronisation-Information ProtocolIE-ID
id-E-RABToBeReleasedListBearerModConf ProtocolIE-ID
id-AssistanceDataForPaging ProtocolIE-ID
id-CellIdentifierAndCELevelForCECapableUEs ProtocolIE-ID
id-InformationOnRecommendedCellsAndENBsForPaging ProtocolIE-ID
id-RecommendedCellItem ProtocolIE-ID
id-RecommendedENBItem ProtocolIE-ID
id-ProSeUEtoNetworkRelaying ProtocolIE-ID
id-ULCOUNTValuePDCP-SNlength18 ProtocolIE-ID
id-DLCOUNTValuePDCP-SNlength18 ProtocolIE-ID
id-ReceiveStatusOfULPDCPSDUsPDCP-SNlength18 ProtocolIE-ID
id-M6Configuration ProtocolIE-ID
id-M7Configuration ProtocolIE-ID
id-PWSfailedECGIList ProtocolIE-ID
id-MME-Group-ID ProtocolIE-ID
id-Additional-GUTI ProtocolIE-ID
id-S1-Message ProtocolIE-ID
id-CSGMembershipInfo ProtocolIE-ID
id-Paging-eDRXInformation ProtocolIE-ID
id-UE-RetentionInformation ProtocolIE-ID
id-UE-Usage-Type ProtocolIE-ID
id-extended-UEIdentityIndexValue ProtocolIE-ID
id-RAT-Type ProtocolIE-ID
id-BearerType ProtocolIE-ID
id-NB-IoT-DefaultPagingDRX ProtocolIE-ID
id-E-RABFailedToResumeListResumeReq ProtocolIE-ID
id-E-RABFailedToResumeItemResumeReq ProtocolIE-ID
id-E-RABFailedToResumeListResumeRes ProtocolIE-ID
id-E-RABFailedToResumeItemResumeRes ProtocolIE-ID
id-NB-IoT-Paging-eDRXInformation ProtocolIE-ID
id-V2XServicesAuthorized ProtocolIE-ID
id-UEUserPlaneCIoTSupportIndicator ProtocolIE-ID
id-CE-mode-B-SupportIndicator ProtocolIE-ID
id-SRVCCOperationNotPossible ProtocolIE-ID
id-NB-IoT-UEIdentityIndexValue ProtocolIE-ID
id-RRC-Resume-Cause ProtocolIE-ID
id-DCN-ID ProtocolIE-ID
id-ServedDCNs ProtocolIE-ID
id-UESidelinkAggregateMaximumBitrate ProtocolIE-ID
id-DLNASPDUDeliveryAckRequest ProtocolIE-ID
id-Coverage-Level ProtocolIE-ID
id-EnhancedCoverageRestricted ProtocolIE-ID
id-UE-Level-QoS-Parameters ProtocolIE-ID
id-DL-CP-SecurityInformation ProtocolIE-ID
id-UL-CP-SecurityInformation ProtocolIE-ID
id-extended-e-RAB-MaximumBitrateDL ProtocolIE-ID
id-extended-e-RAB-MaximumBitrateUL ProtocolIE-ID
id-extended-e-RAB-GuaranteedBitrateDL ProtocolIE-ID
id-extended-e-RAB-GuaranteedBitrateUL ProtocolIE-ID
id-extended-uEaggregateMaximumBitRateDL ProtocolIE-ID
id-extended-uEaggregateMaximumBitRateUL ProtocolIE-ID
id-NRrestrictioninEPSasSecondaryRAT ProtocolIE-ID
id-UEAppLayerMeasConfig ProtocolIE-ID
id-UE-Application-Layer-Measurement-Capability ProtocolIE-ID
id-SecondaryRATDataUsageReportList ProtocolIE-ID
id-SecondaryRATDataUsageReportItem ProtocolIE-ID
id-HandoverFlag ProtocolIE-ID
id-E-RABUsageReportItem ProtocolIE-ID
id-SecondaryRATDataUsageRequest ProtocolIE-ID
id-NRUESecurityCapabilities ProtocolIE-ID
id-UnlicensedSpectrumRestriction ProtocolIE-ID
id-CE-ModeBRestricted ProtocolIE-ID
id-LTE-M-Indication ProtocolIE-ID
id-DownlinkPacketLossRate ProtocolIE-ID
id-UplinkPacketLossRate ProtocolIE-ID
id-UECapabilityInfoRequest ProtocolIE-ID
id-serviceType ProtocolIE-ID
id-AerialUEsubscriptionInformation ProtocolIE-ID
id-Subscription-Based-UE-DifferentiationInfo ProtocolIE-ID
id-EndIndication ProtocolIE-ID
id-EDT-Session ProtocolIE-ID
id-CNTypeRestrictions ProtocolIE-ID
id-PendingDataIndication ProtocolIE-ID
id-BluetoothMeasurementConfiguration ProtocolIE-ID
id-WLANMeasurementConfiguration ProtocolIE-ID
id-WarningAreaCoordinates ProtocolIE-ID
id-NRrestrictionin5GS ProtocolIE-ID
id-PSCellInformation ProtocolIE-ID
id-LastNG-RANPLMNIdentity ProtocolIE-ID
id-ConnectedengNBList ProtocolIE-ID
id-ConnectedengNBToAddList ProtocolIE-ID
id-ConnectedengNBToRemoveList ProtocolIE-ID
id-EN-DCSONConfigurationTransfer-ECT ProtocolIE-ID
id-EN-DCSONConfigurationTransfer-MCT ProtocolIE-ID
id-IMSvoiceEPSfallbackfrom5G ProtocolIE-ID
id-TimeSinceSecondaryNodeRelease ProtocolIE-ID
id-RequestTypeAdditionalInfo ProtocolIE-ID
id-AdditionalRRMPriorityIndex ProtocolIE-ID
id-ContextatSource ProtocolIE-ID
id-IAB-Authorized ProtocolIE-ID
id-IAB-Node-Indication ProtocolIE-ID
id-IAB-Supported ProtocolIE-ID
id-DataSize ProtocolIE-ID
id-Ethernet-Type ProtocolIE-ID
id-NRV2XServicesAuthorized ProtocolIE-ID
id-NRUESidelinkAggregateMaximumBitrate ProtocolIE-ID
id-PC5QoSParameters ProtocolIE-ID
id-IntersystemSONConfigurationTransferMCT ProtocolIE-ID
id-IntersystemSONConfigurationTransferECT ProtocolIE-ID
id-IntersystemMeasurementConfiguration ProtocolIE-ID
id-SourceNodeID ProtocolIE-ID
id-NB-IoT-RLF-Report-Container ProtocolIE-ID
id-UERadioCapabilityID ProtocolIE-ID
id-UERadioCapability-NR-Format ProtocolIE-ID
id-MDTConfigurationNR ProtocolIE-ID
id-DAPSRequestInfo ProtocolIE-ID
id-DAPSResponseInfoList ProtocolIE-ID
id-DAPSResponseInfoItem ProtocolIE-ID
id-NotifySourceeNB ProtocolIE-ID
id-eNB-EarlyStatusTransfer-TransparentContainer ProtocolIE-ID
id-Bearers-SubjectToEarlyStatusTransfer-Item ProtocolIE-ID
id-WUS-Assistance-Information ProtocolIE-ID
id-NB-IoT-PagingDRX ProtocolIE-ID
id-TraceCollectionEntityURI ProtocolIE-ID
id-EmergencyIndicator ProtocolIE-ID
id-UERadioCapabilityForPaging-NR-Format ProtocolIE-ID
id-SourceTransportLayerAddress ProtocolIE-ID
id-lastVisitedPSCellList ProtocolIE-ID
id-RACSIndication ProtocolIE-ID
id-PagingCause ProtocolIE-ID
id-SecurityIndication ProtocolIE-ID
id-SecurityResult ProtocolIE-ID
id-E-RABSecurityResultItem ProtocolIE-ID
id-E-RABSecurityResultList ProtocolIE-ID
id-RAT-Restrictions ProtocolIE-ID
id-UEContextReferenceatSourceeNB ProtocolIE-ID
id-LTE-NTN-TAI-Information ProtocolIE-ID
id-SourceNodeTransportLayerAddress ProtocolIE-ID
id-E-RABToBeUpdatedList ProtocolIE-ID
id-E-RABToBeUpdatedItem ProtocolIE-ID
id-SourceSNID ProtocolIE-ID
id-LoggedMDTTrigger ProtocolIE-ID
id-SensorMeasurementConfiguration ProtocolIE-ID
#.END
#.REGISTER
#S1AP-PROTOCOL-IES
MME-UE-S1AP-ID N s1ap.ies id-MME-UE-S1AP-ID
HandoverType N s1ap.ies id-HandoverType
Cause N s1ap.ies id-Cause
TargetID N s1ap.ies id-TargetID
ENB-UE-S1AP-ID N s1ap.ies id-eNB-UE-S1AP-ID
E-RABSubjecttoDataForwardingList N s1ap.ies id-E-RABSubjecttoDataForwardingList
E-RABList N s1ap.ies id-E-RABtoReleaseListHOCmd
E-RABDataForwardingItem N s1ap.ies id-E-RABDataForwardingItem
E-RABReleaseItemBearerRelComp N s1ap.ies id-E-RABReleaseItemBearerRelComp
E-RABToBeSetupListBearerSUReq N s1ap.ies id-E-RABToBeSetupListBearerSUReq
E-RABToBeSetupItemBearerSUReq N s1ap.ies id-E-RABToBeSetupItemBearerSUReq
E-RABAdmittedList N s1ap.ies id-E-RABAdmittedList
E-RABFailedtoSetupListHOReqAck N s1ap.ies id-E-RABFailedToSetupListHOReqAck
E-RABAdmittedItem N s1ap.ies id-E-RABAdmittedItem
E-RABFailedToSetupItemHOReqAck N s1ap.ies id-E-RABFailedtoSetupItemHOReqAck
E-RABToBeSwitchedDLList N s1ap.ies id-E-RABToBeSwitchedDLList
E-RABToBeSwitchedDLItem N s1ap.ies id-E-RABToBeSwitchedDLItem
E-RABToBeSetupListCtxtSUReq N s1ap.ies id-E-RABToBeSetupListCtxtSUReq
TraceActivation N s1ap.ies id-TraceActivation
E-UTRAN-Trace-ID N s1ap.ies id-E-UTRAN-Trace-ID
NAS-PDU N s1ap.ies id-NAS-PDU
E-RABToBeSetupItemHOReq N s1ap.ies id-E-RABToBeSetupItemHOReq
E-RABSetupListBearerSURes N s1ap.ies id-E-RABSetupListBearerSURes
E-RABList N s1ap.ies id-E-RABFailedToSetupListBearerSURes
E-RABToBeModifiedListBearerModReq N s1ap.ies id-E-RABToBeModifiedListBearerModReq
E-RABModifyListBearerModRes N s1ap.ies id-E-RABModifyListBearerModRes
E-RABList N s1ap.ies id-E-RABFailedToModifyList
E-RABList N s1ap.ies id-E-RABToBeReleasedList
E-RABList N s1ap.ies id-E-RABFailedToReleaseList
E-RABItem N s1ap.ies id-E-RABItem
E-RABToBeModifiedItemBearerModReq N s1ap.ies id-E-RABToBeModifiedItemBearerModReq
E-RABModifyItemBearerModRes N s1ap.ies id-E-RABModifyItemBearerModRes
#SAEBearerReleaseItem N s1ap.ies id-E-RABReleaseItem
E-RABSetupItemBearerSURes N s1ap.ies id-E-RABSetupItemBearerSURes
SecurityContext N s1ap.ies id-SecurityContext
HandoverRestrictionList N s1ap.ies id-HandoverRestrictionList
UEPagingID N s1ap.ies id-UEPagingID
PagingDRX N s1ap.ies id-pagingDRX
TAIList N s1ap.ies id-TAIList
TAIItem N s1ap.ies id-TAIItem
E-RABList N s1ap.ies id-E-RABFailedToSetupListCtxtSURes
#E-RABReleaseItemHOCmd N s1ap.ies id-E-RABReleaseItemHOCmd
E-RABSetupItemCtxtSURes N s1ap.ies id-E-RABSetupItemCtxtSURes
E-RABSetupListCtxtSURes N s1ap.ies id-E-RABSetupListCtxtSURes
E-RABToBeSetupItemCtxtSUReq N s1ap.ies id-E-RABToBeSetupItemCtxtSUReq
E-RABToBeSetupListHOReq N s1ap.ies id-E-RABToBeSetupListHOReq
#UTRANtoLTEHOInformationRes N s1ap.ies id-UTRANtoLTEHOInformationRes
CriticalityDiagnostics N s1ap.ies id-CriticalityDiagnostics
Global-ENB-ID N s1ap.ies id-Global-ENB-ID
ENBname N s1ap.ies id-eNBname
MMEname N s1ap.ies id-MMEname
ServedPLMNs N s1ap.ies id-ServedPLMNs
SupportedTAs N s1ap.ies id-SupportedTAs
TimeToWait N s1ap.ies id-TimeToWait
UEAggregateMaximumBitrate N s1ap.ies id-uEaggregateMaximumBitrate
TAI N s1ap.ies id-TAI
E-RABReleaseListBearerRelComp N s1ap.ies id-E-RABReleaseListBearerRelComp
Cdma2000PDU N s1ap.ies id-cdma2000PDU
Cdma2000RATType N s1ap.ies id-cdma2000RATType
Cdma2000SectorID N s1ap.ies id-cdma2000SectorID
SecurityKey N s1ap.ies id-SecurityKey
UERadioCapability N s1ap.ies id-UERadioCapability
GUMMEI N s1ap.ies id-GUMMEI-ID
E-RABInformationListItem N s1ap.ies id-E-RABInformationListItem
Direct-Forwarding-Path-Availability N s1ap.ies id-Direct-Forwarding-Path-Availability
UEIdentityIndexValue N s1ap.ies id-UEIdentityIndexValue
Cdma2000HOStatus N s1ap.ies id-cdma2000HOStatus
Cdma2000HORequiredIndication N s1ap.ies id-cdma2000HORequiredIndication
RelativeMMECapacity N s1ap.ies id-RelativeMMECapacity
MME-UE-S1AP-ID N s1ap.ies id-SourceMME-UE-S1AP-ID
Bearers-SubjectToStatusTransfer-Item N s1ap.ies id-Bearers-SubjectToStatusTransfer-Item
ENB-StatusTransfer-TransparentContainer N s1ap.ies id-eNB-StatusTransfer-TransparentContainer
UE-associatedLogicalS1-ConnectionItem N s1ap.ies id-UE-associatedLogicalS1-ConnectionItem
ResetType N s1ap.ies id-ResetType
UE-associatedLogicalS1-ConnectionListResAck N s1ap.ies id-UE-associatedLogicalS1-ConnectionListResAck
E-RABToBeSwitchedULItem N s1ap.ies id-E-RABToBeSwitchedULItem
E-RABToBeSwitchedULList N s1ap.ies id-E-RABToBeSwitchedULList
S-TMSI N s1ap.ies id-S-TMSI
Cdma2000OneXRAND N s1ap.ies id-cdma2000OneXRAND
RequestType N s1ap.ies id-RequestType
UE-S1AP-IDs N s1ap.ies id-UE-S1AP-IDs
EUTRAN-CGI N s1ap.ies id-EUTRAN-CGI
OverloadResponse N s1ap.ies id-OverloadResponse
Cdma2000OneXSRVCCInfo N s1ap.ies id-cdma2000OneXSRVCCInfo
#SAEBearerList N s1ap.ies id-E-RABFailedToBeReleasedList
Source-ToTarget-TransparentContainer N s1ap.ies id-Source-ToTarget-TransparentContainer
ServedGUMMEIs N s1ap.ies id-ServedGUMMEIs
SubscriberProfileIDforRFP N s1ap.ies id-SubscriberProfileIDforRFP
UESecurityCapabilities N s1ap.ies id-UESecurityCapabilities
CSFallbackIndicator N s1ap.ies id-CSFallbackIndicator
CNDomain N s1ap.ies id-CNDomain
E-RABList N s1ap.ies id-E-RABReleasedList
MessageIdentifier N s1ap.ies id-MessageIdentifier
SerialNumber N s1ap.ies id-SerialNumber
WarningAreaList N s1ap.ies id-WarningAreaList
RepetitionPeriod N s1ap.ies id-RepetitionPeriod
NumberofBroadcastRequest N s1ap.ies id-NumberofBroadcastRequest
WarningType N s1ap.ies id-WarningType
WarningSecurityInfo N s1ap.ies id-WarningSecurityInfo
DataCodingScheme N s1ap.ies id-DataCodingScheme
WarningMessageContents N s1ap.ies id-WarningMessageContents
BroadcastCompletedAreaList N s1ap.ies id-BroadcastCompletedAreaList
Inter-SystemInformationTransferType N s1ap.ies id-Inter-SystemInformationTransferTypeEDT
Inter-SystemInformationTransferType N s1ap.ies id-Inter-SystemInformationTransferTypeMDT
Target-ToSource-TransparentContainer N s1ap.ies id-Target-ToSource-TransparentContainer
SRVCCOperationPossible N s1ap.ies id-SRVCCOperationPossible
SRVCCHOIndication N s1ap.ies id-SRVCCHOIndication
CSG-Id N s1ap.ies id-CSG-Id
CSG-IdList N s1ap.ies id-CSG-IdList
SONConfigurationTransfer N s1ap.ies id-SONConfigurationTransferECT
SONConfigurationTransfer N s1ap.ies id-SONConfigurationTransferMCT
TransportLayerAddress N s1ap.ies id-TraceCollectionEntityIPAddress
MSClassmark2 N s1ap.ies id-MSClassmark2
MSClassmark3 N s1ap.ies id-MSClassmark3
RRC-Establishment-Cause N s1ap.ies id-RRC-Establishment-Cause
NASSecurityParametersfromE-UTRAN N s1ap.ies id-NASSecurityParametersfromE-UTRAN
NASSecurityParameterstoE-UTRAN N s1ap.ies id-NASSecurityParameterstoE-UTRAN
PagingDRX N s1ap.ies id-DefaultPagingDRX
Source-ToTarget-TransparentContainer N s1ap.ies id-Source-ToTarget-TransparentContainer-Secondary
Target-ToSource-TransparentContainer N s1ap.ies id-Target-ToSource-TransparentContainer-Secondary
EUTRANRoundTripDelayEstimationInfo N s1ap.ies id-EUTRANRoundTripDelayEstimationInfo
BroadcastCancelledAreaList N s1ap.ies id-BroadcastCancelledAreaList
ConcurrentWarningMessageIndicator N s1ap.ies id-ConcurrentWarningMessageIndicator
ExtendedRepetitionPeriod N s1ap.ies id-ExtendedRepetitionPeriod
CellAccessMode N s1ap.ies id-CellAccessMode
CSGMembershipStatus N s1ap.ies id-CSGMembershipStatus
LPPa-PDU N s1ap.ies id-LPPa-PDU
Routing-ID N s1ap.ies id-Routing-ID
PS-ServiceNotAvailable N s1ap.ies id-PS-ServiceNotAvailable
PagingPriority N s1ap.ies id-PagingPriority
GUMMEIList N s1ap.ies id-GUMMEIList
TransportLayerAddress N s1ap.ies id-GW-TransportLayerAddress
GUMMEI N s1ap.ies id-SourceMME-GUMMEI
MME-UE-S1AP-ID N s1ap.ies id-MME-UE-S1AP-ID-2
LAI N s1ap.ies id-RegisteredLAI
RelayNode-Indicator N s1ap.ies id-RelayNode-Indicator
TrafficLoadReductionIndication N s1ap.ies id-TrafficLoadReductionIndication
MMERelaySupportIndicator N s1ap.ies id-MMERelaySupportIndicator
GWContextReleaseIndication N s1ap.ies id-GWContextReleaseIndication
ManagementBasedMDTAllowed N s1ap.ies id-ManagementBasedMDTAllowed
PrivacyIndicator N s1ap.ies id-PrivacyIndicator
VoiceSupportMatchIndicator N s1ap.ies id-VoiceSupportMatchIndicator
GUMMEIType N s1ap.ies id-GUMMEIType
TunnelInformation N s1ap.ies id-Tunnel-Information-for-BBF
MDTPLMNList N s1ap.ies id-ManagementBasedMDTPLMNList
ECGIListForRestart N s1ap.ies id-ECGIListForRestart
TransportLayerAddress N s1ap.ies id-SIPTO-L-GW-TransportLayerAddress
LHN-ID N s1ap.ies id-LHN-ID
AdditionalCSFallbackIndicator N s1ap.ies id-AdditionalCSFallbackIndicator
TAIListForRestart N s1ap.ies id-TAIListForRestart
UserLocationInformation N s1ap.ies id-UserLocationInformation
KillAllWarningMessages N s1ap.ies id-KillAllWarningMessages
Masked-IMEISV N s1ap.ies id-Masked-IMEISV
ProSeAuthorized N s1ap.ies id-ProSeAuthorized
ExpectedUEBehaviour N s1ap.ies id-ExpectedUEBehaviour
UERadioCapabilityForPaging N s1ap.ies id-UERadioCapabilityForPaging
E-RABToBeModifiedListBearerModInd N s1ap.ies id-E-RABToBeModifiedListBearerModInd
E-RABToBeModifiedItemBearerModInd N s1ap.ies id-E-RABToBeModifiedItemBearerModInd
E-RABNotToBeModifiedListBearerModInd N s1ap.ies id-E-RABNotToBeModifiedListBearerModInd
E-RABNotToBeModifiedItemBearerModInd N s1ap.ies id-E-RABNotToBeModifiedItemBearerModInd
E-RABModifyListBearerModConf N s1ap.ies id-E-RABModifyListBearerModConf
E-RABModifyItemBearerModConf N s1ap.ies id-E-RABModifyItemBearerModConf
E-RABList N s1ap.ies id-E-RABFailedToModifyListBearerModConf
SONInformationReport N s1ap.ies id-SON-Information-Report
E-RABList N s1ap.ies id-E-RABToBeReleasedListBearerModConf
AssistanceDataForPaging N s1ap.ies id-AssistanceDataForPaging
CellIdentifierAndCELevelForCECapableUEs N s1ap.ies id-CellIdentifierAndCELevelForCECapableUEs
InformationOnRecommendedCellsAndENBsForPaging N s1ap.ies id-InformationOnRecommendedCellsAndENBsForPaging
RecommendedCellItem N s1ap.ies id-RecommendedCellItem
RecommendedENBItem N s1ap.ies id-RecommendedENBItem
PWSfailedECGIList N s1ap.ies id-PWSfailedECGIList
MME-Group-ID N s1ap.ies id-MME-Group-ID
Additional-GUTI N s1ap.ies id-Additional-GUTI
S1-Message N s1ap.ies id-S1-Message
CSGMembershipInfo N s1ap.ies id-CSGMembershipInfo
Paging-eDRXInformation N s1ap.ies id-Paging-eDRXInformation
UE-RetentionInformation N s1ap.ies id-UE-RetentionInformation
UE-Usage-Type N s1ap.ies id-UE-Usage-Type
Extended-UEIdentityIndexValue N s1ap.ies id-extended-UEIdentityIndexValue
NB-IoT-DefaultPagingDRX N s1ap.ies id-NB-IoT-DefaultPagingDRX
E-RABFailedToResumeListResumeReq N s1ap.ies id-E-RABFailedToResumeListResumeReq
E-RABFailedToResumeItemResumeReq N s1ap.ies id-E-RABFailedToResumeItemResumeReq
E-RABFailedToResumeListResumeRes N s1ap.ies id-E-RABFailedToResumeListResumeRes
E-RABFailedToResumeItemResumeRes N s1ap.ies id-E-RABFailedToResumeItemResumeRes
NB-IoT-Paging-eDRXInformation N s1ap.ies id-NB-IoT-Paging-eDRXInformation
UEUserPlaneCIoTSupportIndicator N s1ap.ies id-UEUserPlaneCIoTSupportIndicator
CE-mode-B-SupportIndicator N s1ap.ies id-CE-mode-B-SupportIndicator
SRVCCOperationNotPossible N s1ap.ies id-SRVCCOperationNotPossible
NB-IoT-UEIdentityIndexValue N s1ap.ies id-NB-IoT-UEIdentityIndexValue
RRC-Establishment-Cause N s1ap.ies id-RRC-Resume-Cause
V2XServicesAuthorized N s1ap.ies id-V2XServicesAuthorized
UESidelinkAggregateMaximumBitrate N s1ap.ies id-UESidelinkAggregateMaximumBitrate
EnhancedCoverageRestricted N s1ap.ies id-EnhancedCoverageRestricted
DLNASPDUDeliveryAckRequest N s1ap.ies id-DLNASPDUDeliveryAckRequest
DCN-ID N s1ap.ies id-DCN-ID
Coverage-Level N s1ap.ies id-Coverage-Level
ServedDCNs N s1ap.ies id-ServedDCNs
DL-CP-SecurityInformation N s1ap.ies id-DL-CP-SecurityInformation
E-RABLevelQoSParameters N s1ap.ies id-UE-Level-QoS-Parameters
UL-CP-SecurityInformation N s1ap.ies id-UL-CP-SecurityInformation
E-RABUsageReportItem N s1ap.ies id-E-RABUsageReportItem
SecondaryRATDataUsageReportItem N s1ap.ies id-SecondaryRATDataUsageReportItem
NRUESecurityCapabilities N s1ap.ies id-NRUESecurityCapabilities
SecondaryRATDataUsageRequest N s1ap.ies id-SecondaryRATDataUsageRequest
SecondaryRATDataUsageReportList N s1ap.ies id-SecondaryRATDataUsageReportList
UE-Application-Layer-Measurement-Capability N s1ap.ies id-UE-Application-Layer-Measurement-Capability
HandoverFlag N s1ap.ies id-HandoverFlag
EmergencyAreaIDListForRestart N s1ap.ies id-EmergencyAreaIDListForRestart
CE-ModeBRestricted N s1ap.ies id-CE-ModeBRestricted
AerialUEsubscriptionInformation N s1ap.ies id-AerialUEsubscriptionInformation
UECapabilityInfoRequest N s1ap.ies id-UECapabilityInfoRequest
EndIndication N s1ap.ies id-EndIndication
EDT-Session N s1ap.ies id-EDT-Session
LTE-M-Indication N s1ap.ies id-LTE-M-Indication
Subscription-Based-UE-DifferentiationInfo N s1ap.ies id-Subscription-Based-UE-DifferentiationInfo
PendingDataIndication N s1ap.ies id-PendingDataIndication
WarningAreaCoordinates N s1ap.ies id-WarningAreaCoordinates
PSCellInformation N s1ap.ies id-PSCellInformation
ConnectedengNBList N s1ap.ies id-ConnectedengNBList
ConnectedengNBList N s1ap.ies id-ConnectedengNBToAddList
ConnectedengNBList N s1ap.ies id-ConnectedengNBToRemoveList
EN-DCSONConfigurationTransfer N s1ap.ies id-EN-DCSONConfigurationTransfer-ECT
EN-DCSONConfigurationTransfer N s1ap.ies id-EN-DCSONConfigurationTransfer-MCT
TimeSinceSecondaryNodeRelease N s1ap.ies id-TimeSinceSecondaryNodeRelease
AdditionalRRMPriorityIndex N s1ap.ies id-AdditionalRRMPriorityIndex
IAB-Authorized N s1ap.ies id-IAB-Authorized
IAB-Node-Indication N s1ap.ies id-IAB-Node-Indication
IAB-Supported N s1ap.ies id-IAB-Supported
DataSize N s1ap.ies id-DataSize
NRV2XServicesAuthorized N s1ap.ies id-NRV2XServicesAuthorized
NRUESidelinkAggregateMaximumBitrate N s1ap.ies id-NRUESidelinkAggregateMaximumBitrate
PC5QoSParameters N s1ap.ies id-PC5QoSParameters
IntersystemSONConfigurationTransfer N s1ap.ies id-IntersystemSONConfigurationTransferMCT
IntersystemSONConfigurationTransfer N s1ap.ies id-IntersystemSONConfigurationTransferECT
UERadioCapabilityID N s1ap.ies id-UERadioCapabilityID
UERadioCapability N s1ap.ies id-UERadioCapability-NR-Format
DAPSResponseInfoItem N s1ap.ies id-DAPSResponseInfoItem
NotifySourceeNB N s1ap.ies id-NotifySourceeNB
ENB-EarlyStatusTransfer-TransparentContainer N s1ap.ies id-eNB-EarlyStatusTransfer-TransparentContainer
Bearers-SubjectToEarlyStatusTransfer-Item N s1ap.ies id-Bearers-SubjectToEarlyStatusTransfer-Item
WUS-Assistance-Information N s1ap.ies id-WUS-Assistance-Information
NB-IoT-PagingDRX N s1ap.ies id-NB-IoT-PagingDRX
UERadioCapabilityForPaging N s1ap.ies id-UERadioCapabilityForPaging-NR-Format
PagingCause N s1ap.ies id-PagingCause
E-RABSecurityResultItem N s1ap.ies id-E-RABSecurityResultItem
LTE-NTN-TAI-Information N s1ap.ies id-LTE-NTN-TAI-Information
E-RABToBeUpdatedList N s1ap.ies id-E-RABToBeUpdatedList
E-RABToBeUpdatedItem N s1ap.ies id-E-RABToBeUpdatedItem
#S1AP-PROTOCOL-IES-PAIR
#RAB-SetupOrModifyItemFirst N s1ap.ies.pair.first id-RAB-SetupOrModifyItem
#RAB-SetupOrModifyItemSecond N s1ap.ies.pair.second id-RAB-SetupOrModifyItem
#S1AP-PROTOCOL-EXTENSION
#RAB-Parameters N s1ap.extension id-AlternativeRABConfiguration
#Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf N s1ap.extension id-Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf
Data-Forwarding-Not-Possible N s1ap.extension id-Data-Forwarding-Not-Possible
TimeSynchronisationInfo N s1ap.extension id-Time-Synchronisation-Info
X2TNLConfigurationInfo N s1ap.extension id-x2TNLConfigurationInfo
ENBX2ExtTLAs N s1ap.extension id-eNBX2ExtendedTransportLayerAddresses
Correlation-ID N s1ap.extension id-Correlation-ID
MDT-Configuration N s1ap.extension id-MDTConfiguration
Time-UE-StayedInCell-EnhancedGranularity N s1ap.extension id-Time-UE-StayedInCell-EnhancedGranularity
Cause N s1ap.extension id-HO-Cause
M3Configuration N s1ap.extension id-M3Configuration
M4Configuration N s1ap.extension id-M4Configuration
M5Configuration N s1ap.extension id-M5Configuration
MDT-Location-Info N s1ap.extension id-MDT-Location-Info
MobilityInformation N s1ap.extension id-MobilityInformation
MDTPLMNList N s1ap.extension id-SignallingBasedMDTPLMNList
COUNTValueExtended N s1ap.extension id-ULCOUNTValueExtended
COUNTValueExtended N s1ap.extension id-DLCOUNTValueExtended
ReceiveStatusOfULPDCPSDUsExtended N s1ap.extension id-ReceiveStatusOfULPDCPSDUsExtended
Correlation-ID N s1ap.extension id-SIPTO-Correlation-ID
TransportInformation N s1ap.extension id-TransportInformation
ENBIndirectX2TransportLayerAddresses N s1ap.extension id-eNBIndirectX2TransportLayerAddresses
LoggedMBSFNMDT N s1ap.extension id-LoggedMBSFNMDT
UE-HistoryInformationFromTheUE N s1ap.extension id-uE-HistoryInformationFromTheUE
MutingAvailabilityIndication N s1ap.extension id-Muting-Availability-Indication
MutingPatternInformation N s1ap.extension id-Muting-Pattern-Information
SynchronisationInformation N s1ap.extension id-Synchronisation-Information
ProSeUEtoNetworkRelaying N s1ap.extension id-ProSeUEtoNetworkRelaying
COUNTvaluePDCP-SNlength18 N s1ap.extension id-ULCOUNTValuePDCP-SNlength18
COUNTvaluePDCP-SNlength18 N s1ap.extension id-DLCOUNTValuePDCP-SNlength18
ReceiveStatusOfULPDCPSDUsPDCP-SNlength18 N s1ap.extension id-ReceiveStatusOfULPDCPSDUsPDCP-SNlength18
M6Configuration N s1ap.extension id-M6Configuration
M7Configuration N s1ap.extension id-M7Configuration
RAT-Type N s1ap.extension id-RAT-Type
BearerType N s1ap.extension id-BearerType
ExtendedBitRate N s1ap.extension id-extended-e-RAB-MaximumBitrateDL
ExtendedBitRate N s1ap.extension id-extended-e-RAB-MaximumBitrateUL
ExtendedBitRate N s1ap.extension id-extended-e-RAB-GuaranteedBitrateDL
ExtendedBitRate N s1ap.extension id-extended-e-RAB-GuaranteedBitrateUL
NRrestrictioninEPSasSecondaryRAT N s1ap.extension id-NRrestrictioninEPSasSecondaryRAT
UEAppLayerMeasConfig N s1ap.extension id-UEAppLayerMeasConfig
ExtendedBitRate N s1ap.extension id-extended-uEaggregateMaximumBitRateDL
ExtendedBitRate N s1ap.extension id-extended-uEaggregateMaximumBitRateUL
UnlicensedSpectrumRestriction N s1ap.extension id-UnlicensedSpectrumRestriction
CNTypeRestrictions N s1ap.extension id-CNTypeRestrictions
Packet-LossRate N s1ap.extension id-DownlinkPacketLossRate
Packet-LossRate N s1ap.extension id-UplinkPacketLossRate
ServiceType N s1ap.extension id-serviceType
BluetoothMeasurementConfiguration N s1ap.extension id-BluetoothMeasurementConfiguration
WLANMeasurementConfiguration N s1ap.extension id-WLANMeasurementConfiguration
NRrestrictionin5GS N s1ap.extension id-NRrestrictionin5GS
PLMNidentity N s1ap.extension id-LastNG-RANPLMNIdentity
PSCellInformation N s1ap.extension id-PSCellInformation
IMSvoiceEPSfallbackfrom5G N s1ap.extension id-IMSvoiceEPSfallbackfrom5G
RequestTypeAdditionalInfo N s1ap.extension id-RequestTypeAdditionalInfo
ContextatSource N s1ap.extension id-ContextatSource
Ethernet-Type N s1ap.extension id-Ethernet-Type
IntersystemMeasurementConfiguration N s1ap.extension id-IntersystemMeasurementConfiguration
SourceNodeID N s1ap.extension id-SourceNodeID
NB-IoT-RLF-Report-Container N s1ap.extension id-NB-IoT-RLF-Report-Container
MDT-ConfigurationNR N s1ap.extension id-MDTConfigurationNR
DAPSRequestInfo N s1ap.extension id-DAPSRequestInfo
DAPSResponseInfoList N s1ap.extension id-DAPSResponseInfoList
URI-Address N s1ap.extension id-TraceCollectionEntityURI
EmergencyIndicator N s1ap.extension id-EmergencyIndicator
TransportLayerAddress N s1ap.extension id-SourceTransportLayerAddress
LastVisitedPSCellList N s1ap.extension id-lastVisitedPSCellList
RACSIndication N s1ap.extension id-RACSIndication
SecurityIndication N s1ap.extension id-SecurityIndication
E-RABSecurityResultList N s1ap.extension id-E-RABSecurityResultList
RAT-Restrictions N s1ap.extension id-RAT-Restrictions
ENB-UE-S1AP-ID N s1ap.extension id-UEContextReferenceatSourceeNB
LTE-NTN-TAI-Information N s1ap.extension id-LTE-NTN-TAI-Information
TransportLayerAddress N s1ap.extension id-SourceNodeTransportLayerAddress
Global-RAN-NODE-ID N s1ap.extension id-SourceSNID
LoggedMDTTrigger N s1ap.extension id-LoggedMDTTrigger
SensorMeasurementConfiguration N s1ap.extension id-SensorMeasurementConfiguration
#S1AP-ELEMENTARY-PROCEDURE
HandoverRequired N s1ap.proc.imsg id-HandoverPreparation
HandoverCommand N s1ap.proc.sout id-HandoverPreparation
HandoverPreparationFailure N s1ap.proc.uout id-HandoverPreparation
HandoverRequest N s1ap.proc.imsg id-HandoverResourceAllocation
HandoverRequestAcknowledge N s1ap.proc.sout id-HandoverResourceAllocation
HandoverFailure N s1ap.proc.uout id-HandoverResourceAllocation
HandoverNotify N s1ap.proc.imsg id-HandoverNotification
PathSwitchRequest N s1ap.proc.imsg id-PathSwitchRequest
PathSwitchRequestAcknowledge N s1ap.proc.sout id-PathSwitchRequest
PathSwitchRequestFailure N s1ap.proc.uout id-PathSwitchRequest
E-RABSetupRequest N s1ap.proc.imsg id-E-RABSetup
E-RABSetupResponse N s1ap.proc.sout id-E-RABSetup
E-RABModifyRequest N s1ap.proc.imsg id-E-RABModify
E-RABModifyResponse N s1ap.proc.sout id-E-RABModify
E-RABReleaseCommand N s1ap.proc.imsg id-E-RABRelease
E-RABReleaseResponse N s1ap.proc.sout id-E-RABRelease
E-RABReleaseIndication N s1ap.proc.imsg id-E-RABReleaseIndication
InitialContextSetupRequest N s1ap.proc.imsg id-InitialContextSetup
InitialContextSetupResponse N s1ap.proc.sout id-InitialContextSetup
InitialContextSetupFailure N s1ap.proc.uout id-InitialContextSetup
UEContextReleaseRequest N s1ap.proc.imsg id-UEContextReleaseRequest
Paging N s1ap.proc.imsg id-Paging
DownlinkNASTransport N s1ap.proc.imsg id-downlinkNASTransport
InitialUEMessage N s1ap.proc.imsg id-initialUEMessage
UplinkNASTransport N s1ap.proc.imsg id-uplinkNASTransport
NASNonDeliveryIndication N s1ap.proc.imsg id-NASNonDeliveryIndication
HandoverCancel N s1ap.proc.imsg id-HandoverCancel
HandoverCancelAcknowledge N s1ap.proc.sout id-HandoverCancel
Reset N s1ap.proc.imsg id-Reset
ResetAcknowledge N s1ap.proc.sout id-Reset
ErrorIndication N s1ap.proc.imsg id-ErrorIndication
S1SetupRequest N s1ap.proc.imsg id-S1Setup
S1SetupResponse N s1ap.proc.sout id-S1Setup
S1SetupFailure N s1ap.proc.uout id-S1Setup
DownlinkS1cdma2000tunnelling N s1ap.proc.imsg id-DownlinkS1cdma2000tunnelling
ENBConfigurationUpdate N s1ap.proc.imsg id-ENBConfigurationUpdate
ENBConfigurationUpdateAcknowledge N s1ap.proc.sout id-ENBConfigurationUpdate
ENBConfigurationUpdateFailure N s1ap.proc.uout id-ENBConfigurationUpdate
MMEConfigurationUpdate N s1ap.proc.imsg id-MMEConfigurationUpdate
MMEConfigurationUpdateAcknowledge N s1ap.proc.sout id-MMEConfigurationUpdate
MMEConfigurationUpdateFailure N s1ap.proc.uout id-MMEConfigurationUpdate
UplinkS1cdma2000tunnelling N s1ap.proc.imsg id-UplinkS1cdma2000tunnelling
UEContextModificationRequest N s1ap.proc.imsg id-UEContextModification
UEContextModificationResponse N s1ap.proc.sout id-UEContextModification
UEContextModificationFailure N s1ap.proc.uout id-UEContextModification
UECapabilityInfoIndication N s1ap.proc.imsg id-UECapabilityInfoIndication
UEContextReleaseCommand N s1ap.proc.imsg id-UEContextRelease
UEContextReleaseComplete N s1ap.proc.sout id-UEContextRelease
ENBStatusTransfer N s1ap.proc.imsg id-eNBStatusTransfer
MMEStatusTransfer N s1ap.proc.imsg id-MMEStatusTransfer
DeactivateTrace N s1ap.proc.imsg id-DeactivateTrace
TraceStart N s1ap.proc.imsg id-TraceStart
TraceFailureIndication N s1ap.proc.imsg id-TraceFailureIndication
LocationReportingControl N s1ap.proc.imsg id-LocationReportingControl
LocationReportingFailureIndication N s1ap.proc.imsg id-LocationReportingFailureIndication
LocationReport N s1ap.proc.imsg id-LocationReport
OverloadStart N s1ap.proc.imsg id-OverloadStart
OverloadStop N s1ap.proc.imsg id-OverloadStop
WriteReplaceWarningRequest N s1ap.proc.imsg id-WriteReplaceWarning
WriteReplaceWarningResponse N s1ap.proc.sout id-WriteReplaceWarning
ENBDirectInformationTransfer N s1ap.proc.imsg id-eNBDirectInformationTransfer
MMEDirectInformationTransfer N s1ap.proc.imsg id-MMEDirectInformationTransfer
ENBConfigurationTransfer N s1ap.proc.imsg id-eNBConfigurationTransfer
MMEConfigurationTransfer N s1ap.proc.imsg id-MMEConfigurationTransfer
CellTrafficTrace N s1ap.proc.imsg id-CellTrafficTrace
PrivateMessage N s1ap.proc.imsg id-PrivateMessage
PWSRestartIndication N s1ap.proc.imsg id-PWSRestartIndication
KillRequest N s1ap.proc.imsg id-Kill
KillResponse N s1ap.proc.sout id-Kill
DownlinkUEAssociatedLPPaTransport N s1ap.proc.imsg id-downlinkUEAssociatedLPPaTransport
UplinkUEAssociatedLPPaTransport N s1ap.proc.imsg id-uplinkUEAssociatedLPPaTransport
DownlinkNonUEAssociatedLPPaTransport N s1ap.proc.imsg id-downlinkNonUEAssociatedLPPaTransport
UplinkNonUEAssociatedLPPaTransport N s1ap.proc.imsg id-uplinkNonUEAssociatedLPPaTransport
UERadioCapabilityMatchRequest N s1ap.proc.imsg id-UERadioCapabilityMatch
UERadioCapabilityMatchResponse N s1ap.proc.sout id-UERadioCapabilityMatch
E-RABModificationIndication N s1ap.proc.imsg id-E-RABModificationIndication
E-RABModificationConfirm N s1ap.proc.sout id-E-RABModificationIndication
UEContextModificationIndication N s1ap.proc.imsg id-UEContextModificationIndication
UEContextModificationConfirm N s1ap.proc.sout id-UEContextModificationIndication
RerouteNASRequest N s1ap.proc.imsg id-RerouteNASRequest
PWSFailureIndication N s1ap.proc.imsg id-PWSFailureIndication
ConnectionEstablishmentIndication N s1ap.proc.imsg id-ConnectionEstablishmentIndication
UEContextSuspendRequest N s1ap.proc.imsg id-UEContextSuspend
UEContextSuspendResponse N s1ap.proc.sout id-UEContextSuspend
UEContextResumeRequest N s1ap.proc.imsg id-UEContextResume
UEContextResumeResponse N s1ap.proc.sout id-UEContextResume
UEContextResumeFailure N s1ap.proc.uout id-UEContextResume
NASDeliveryIndication N s1ap.proc.imsg id-NASDeliveryIndication
RetrieveUEInformation N s1ap.proc.imsg id-RetrieveUEInformation
UEInformationTransfer N s1ap.proc.imsg id-UEInformationTransfer
ENBCPRelocationIndication N s1ap.proc.imsg id-eNBCPRelocationIndication
MMECPRelocationIndication N s1ap.proc.imsg id-MMECPRelocationIndication
SecondaryRATDataUsageReport N s1ap.proc.imsg id-SecondaryRATDataUsageReport
UERadioCapabilityIDMappingRequest N s1ap.proc.imsg id-UERadioCapabilityIDMapping
UERadioCapabilityIDMappingResponse N s1ap.proc.sout id-UERadioCapabilityIDMapping
HandoverSuccess N s1ap.proc.imsg id-HandoverSuccess
ENBEarlyStatusTransfer N s1ap.proc.imsg id-eNBEarlyStatusTransfer
MMEEarlyStatusTransfer N s1ap.proc.imsg id-MMEEarlyStatusTransfer
#.FN_HDR HandoverRequired
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "HandoverRequired");
#.FN_HDR HandoverCommand
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "HandoverCommand");
#.FN_HDR HandoverPreparationFailure
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "HandoverPreparationFailure");
#.FN_HDR HandoverRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "HandoverRequest");
#.FN_HDR HandoverRequestAcknowledge
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "HandoverRequestAcknowledge");
#.FN_HDR HandoverFailure
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "HandoverFailure");
#.FN_HDR HandoverNotify
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "HandoverNotify");
#.FN_HDR PathSwitchRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "PathSwitchRequest");
#.FN_HDR PathSwitchRequestAcknowledge
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "PathSwitchRequestAcknowledge");
#.FN_HDR PathSwitchRequestFailure
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "PathSwitchRequestFailure");
#.FN_HDR HandoverCancel
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "HandoverCancel");
#.FN_HDR HandoverCancelAcknowledge
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "HandoverCancelAcknowledge");
#.FN_HDR E-RABSetupRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "E-RABSetupRequest");
#.FN_HDR E-RABSetupResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "E-RABSetupResponse");
#.FN_HDR E-RABModifyRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "E-RABModifyRequest");
#.FN_HDR E-RABModifyResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "E-RABModifyResponse");
#.FN_HDR E-RABReleaseCommand
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "E-RABReleaseCommand");
#.FN_HDR E-RABReleaseResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "E-RABReleaseResponse");
#.FN_HDR E-RABReleaseIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "E-RABReleaseIndication");
#.FN_HDR InitialContextSetupRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "InitialContextSetupRequest");
#.FN_HDR InitialContextSetupResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "InitialContextSetupResponse");
#.FN_HDR InitialContextSetupFailure
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "InitialContextSetupFailure");
#.FN_HDR Paging
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "Paging");
#.FN_HDR UEContextReleaseRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextReleaseRequest");
#.FN_HDR UEContextReleaseCommand
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextReleaseCommand");
#.FN_HDR UEContextReleaseComplete
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextReleaseComplete");
#.FN_HDR UEContextModificationRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextModificationRequest");
#.FN_HDR UEContextModificationResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextModificationResponse");
#.FN_HDR UEContextModificationFailure
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextModificationFailure");
#.FN_HDR UERadioCapabilityMatchRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UERadioCapabilityMatchRequest");
#.FN_HDR UERadioCapabilityMatchResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UERadioCapabilityMatchResponse");
#.FN_HDR DownlinkNASTransport
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "DownlinkNASTransport");
#.FN_HDR InitialUEMessage
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "InitialUEMessage");
#.FN_HDR UplinkNASTransport
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UplinkNASTransport");
#.FN_HDR NASNonDeliveryIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "NASNonDeliveryIndication");
#.FN_HDR RerouteNASRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "RerouteNASRequest");
#.FN_HDR Reset
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "Reset");
#.FN_HDR ResetAcknowledge
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "ResetAcknowledge");
#.FN_HDR ErrorIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "ErrorIndication");
#.FN_HDR S1SetupRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "S1SetupRequest");
#.FN_HDR S1SetupResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "S1SetupResponse");
#.FN_HDR S1SetupFailure
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "S1SetupFailure");
#.FN_HDR ENBConfigurationUpdate
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "ENBConfigurationUpdate");
#.FN_HDR ENBConfigurationUpdateAcknowledge
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "ENBConfigurationUpdateAcknowledge");
#.FN_HDR ENBConfigurationUpdateFailure
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "ENBConfigurationUpdateFailure");
#.FN_HDR MMEConfigurationUpdate
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "MMEConfigurationUpdate");
#.FN_HDR MMEConfigurationUpdateAcknowledge
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "MMEConfigurationUpdateAcknowledge");
#.FN_HDR MMEConfigurationUpdateFailure
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "MMEConfigurationUpdateFailure");
#.FN_HDR DownlinkS1cdma2000tunnelling
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "DownlinkS1cdma2000tunnelling");
#.FN_HDR UplinkS1cdma2000tunnelling
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UplinkS1cdma2000tunnelling");
#.FN_HDR UECapabilityInfoIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UECapabilityInfoIndication");
#.FN_HDR ENBStatusTransfer
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "ENBStatusTransfer");
#.FN_HDR MMEStatusTransfer
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "MMEStatusTransfer");
#.FN_HDR TraceStart
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "TraceStart");
#.FN_HDR TraceFailureIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "TraceFailureIndication");
#.FN_HDR DeactivateTrace
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "DeactivateTrace");
#.FN_HDR CellTrafficTrace
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "CellTrafficTrace");
#.FN_HDR LocationReportingControl
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "LocationReportingControl");
#.FN_HDR LocationReportingFailureIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "LocationReportingFailureIndication");
#.FN_HDR LocationReport
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "LocationReport");
#.FN_HDR OverloadStart
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "OverloadStart");
#.FN_HDR OverloadStop
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "OverloadStop");
#.FN_HDR WriteReplaceWarningRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "WriteReplaceWarningRequest");
#.FN_HDR WriteReplaceWarningResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "WriteReplaceWarningResponse");
#.FN_HDR ENBDirectInformationTransfer
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "ENBDirectInformationTransfer");
#.FN_HDR MMEDirectInformationTransfer
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "MMEDirectInformationTransfer");
#.FN_HDR ENBConfigurationTransfer
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "ENBConfigurationTransfer");
#.FN_HDR MMEConfigurationTransfer
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "MMEConfigurationTransfer");
#.FN_HDR PrivateMessage
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "PrivateMessage");
#.FN_HDR KillRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "KillRequest");
#.FN_HDR KillResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "KillResponse");
#.FN_HDR PWSRestartIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "PWSRestartIndication");
#.FN_HDR PWSFailureIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "PWSFailureIndication");
#.FN_HDR DownlinkUEAssociatedLPPaTransport
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "DownlinkUEAssociatedLPPaTransport");
#.FN_HDR UplinkUEAssociatedLPPaTransport
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UplinkUEAssociatedLPPaTransport");
#.FN_HDR DownlinkNonUEAssociatedLPPaTransport
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "DownlinkNonUEAssociatedLPPaTransport");
#.FN_HDR UplinkNonUEAssociatedLPPaTransport
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UplinkNonUEAssociatedLPPaTransport");
#.FN_HDR E-RABModificationIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "E-RABModificationIndication");
#.FN_HDR E-RABModificationConfirm
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "E-RABModificationConfirm");
#.FN_HDR UEContextModificationIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextModificationIndication");
#.FN_HDR UEContextModificationConfirm
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextModificationConfirm");
#.FN_HDR UEContextSuspendRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextSuspendRequest");
#.FN_HDR UEContextSuspendResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextSuspendResponse");
#.FN_HDR UEContextResumeRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextResumeRequest");
#.FN_HDR UEContextResumeResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextResumeResponse");
#.FN_HDR UEContextResumeFailure
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEContextResumeFailure");
#.FN_HDR ConnectionEstablishmentIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "ConnectionEstablishmentIndication");
#.FN_HDR NASDeliveryIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "NASDeliveryIndication");
#.FN_HDR RetrieveUEInformation
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "RetrieveUEInformation");
#.FN_HDR UEInformationTransfer
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UEInformationTransfer");
#.FN_HDR ENBCPRelocationIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "ENBCPRelocationIndication");
#.FN_HDR MMECPRelocationIndication
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "MMECPRelocationIndication");
#.FN_HDR SecondaryRATDataUsageReport
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "SecondaryRATDataUsageReport");
#.FN_HDR UERadioCapabilityIDMappingRequest
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UERadioCapabilityIDMappingRequest");
#.FN_HDR UERadioCapabilityIDMappingResponse
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "UERadioCapabilityIDMappingResponse");
#.FN_HDR HandoverSuccess
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "HandoverSuccess");
#.FN_HDR ENBEarlyStatusTransfer
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "ENBEarlyStatusTransfer");
#.FN_HDR MMEEarlyStatusTransfer
col_append_sep_str(actx->pinfo->cinfo, COL_INFO, NULL, "MMEEarlyStatusTransfer");
#.END
# Whenever a Cause appears, look up the reason and show it in the Info column
#.FN_BODY CauseRadioNetwork VAL_PTR=&value
guint32 value;
%(DEFAULT_BODY)s
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " [RadioNetwork-cause=%%s]", val_to_str_const(value, s1ap_CauseRadioNetwork_vals, "Unknown"));
#.FN_BODY CauseTransport VAL_PTR=&value
guint32 value;
%(DEFAULT_BODY)s
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " [Transport-cause=%%s]", val_to_str_const(value, s1ap_CauseTransport_vals, "Unknown"));
#.FN_BODY CauseNas VAL_PTR=&value
guint32 value;
%(DEFAULT_BODY)s
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " [NAS-cause=%%s]", val_to_str_const(value, s1ap_CauseNas_vals, "Unknown"));
#.FN_BODY CauseProtocol VAL_PTR=&value
guint32 value;
%(DEFAULT_BODY)s
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " [Protocol-cause=%%s]", val_to_str_const(value, s1ap_CauseProtocol_vals, "Unknown"));
#.FN_BODY CauseMisc VAL_PTR=&value
guint32 value;
%(DEFAULT_BODY)s
col_append_fstr(actx->pinfo->cinfo, COL_INFO, " [Misc-cause=%%s]", val_to_str_const(value, s1ap_CauseMisc_vals, "Unknown"));
#.END
#.FN_BODY CGI
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->number_type = E212_CGI;
%(DEFAULT_BODY)s
#.FN_BODY EUTRAN-CGI
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->number_type = E212_ECGI;
%(DEFAULT_BODY)s
#.FIELD_ATTR
EUTRAN-CGI/cell-ID ABBREV=CellIdentity TYPE=FT_UINT32 DISPLAY=BASE_HEX BITMASK=0xFFFFFFF0
#.FN_BODY CellIdentity VAL_PTR = &cell_id_tvb HF_INDEX=-1
tvbuff_t *cell_id_tvb = NULL;
%(DEFAULT_BODY)s
if (cell_id_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, cell_id_tvb, 0, 4, ENC_BIG_ENDIAN);
}
#.END
#.FN_BODY NR-CGI
struct s1ap_private_data *s1ap_data = s1ap_get_private_data(actx->pinfo);
s1ap_data->number_type = E212_NRCGI;
%(DEFAULT_BODY)s
#
# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 2
# tab-width: 8
# indent-tabs-mode: nil
# End:
#
# vi: set shiftwidth=2 tabstop=8 expandtab:
# :indentSize=2:tabSize=8:noTabs=true:
# |
Text | wireshark/epan/dissectors/asn1/sabp/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME sabp )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
SABP-CommonDataTypes.asn
SABP-Constants.asn
SABP-Containers.asn
SABP-IEs.asn
SABP-PDU-Contents.asn
SABP-PDU-Descriptions.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
ASN2WRS() |
C | wireshark/epan/dissectors/asn1/sabp/packet-sabp-template.c | /* packet-sabp-template.c
* Routines for UTRAN Iu-BC Interface: Service Area Broadcast Protocol (SABP) packet dissection
* Copyright 2007, Tomas Kukosa <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Ref: 3GPP TS 25.419 version V9.0.0 (2009-12)
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/asn1.h>
#include "packet-tcp.h"
#include "packet-per.h"
#include "packet-e212.h"
#include "packet-gsm_map.h"
#include "packet-gsm_sms.h"
#include <epan/sctpppids.h>
#include "packet-cell_broadcast.h"
#define PNAME "UTRAN IuBC interface SABP signaling"
#define PSNAME "SABP"
#define PFNAME "sabp"
#include "packet-sabp-val.h"
void proto_register_sabp(void);
void proto_reg_handoff_sabp(void);
/* Initialize the protocol and registered fields */
static int proto_sabp = -1;
static int hf_sabp_no_of_pages = -1;
static int hf_sabp_cb_inf_len = -1;
static int hf_sabp_cb_msg_inf_page = -1;
static int hf_sabp_cbs_page_content = -1;
#include "packet-sabp-hf.c"
/* Initialize the subtree pointers */
static int ett_sabp = -1;
static int ett_sabp_e212 = -1;
static int ett_sabp_cbs_data_coding = -1;
static int ett_sabp_bcast_msg = -1;
static int ett_sabp_cbs_serial_number = -1;
static int ett_sabp_cbs_new_serial_number = -1;
static int ett_sabp_cbs_page = -1;
static int ett_sabp_cbs_page_content = -1;
#include "packet-sabp-ett.c"
/* Global variables */
static guint32 ProcedureCode;
static guint32 ProtocolIE_ID;
static guint32 ProtocolExtensionID;
static guint8 sms_encoding;
#define SABP_PORT 3452
/* Dissector tables */
static dissector_table_t sabp_ies_dissector_table;
static dissector_table_t sabp_extension_dissector_table;
static dissector_table_t sabp_proc_imsg_dissector_table;
static dissector_table_t sabp_proc_sout_dissector_table;
static dissector_table_t sabp_proc_uout_dissector_table;
static dissector_handle_t sabp_handle;
static dissector_handle_t sabp_tcp_handle;
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static void dissect_sabp_cb_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
#include "packet-sabp-fn.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint(sabp_ies_dissector_table, ProtocolIE_ID, tvb, pinfo, tree)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint(sabp_extension_dissector_table, ProtocolExtensionID, tvb, pinfo, tree)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint(sabp_proc_imsg_dissector_table, ProcedureCode, tvb, pinfo, tree)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint(sabp_proc_sout_dissector_table, ProcedureCode, tvb, pinfo, tree)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint(sabp_proc_uout_dissector_table, ProcedureCode, tvb, pinfo, tree)) ? tvb_captured_length(tvb) : 0;
}
/* 3GPP TS 23.041 version 11.4.0
* 9.4.2.2.5 CB Data
*/
static void
dissect_sabp_cb_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
proto_item *cbs_page_item;
proto_tree *subtree;
tvbuff_t *page_tvb, *unpacked_tvb;
int offset = 0;
int n;
guint8 nr_pages, len, cb_inf_msg_len;
/* Octet 1 Number-of-Pages */
nr_pages = tvb_get_guint8(tvb, offset);
proto_tree_add_item(tree, hf_sabp_no_of_pages, tvb, offset, 1, ENC_BIG_ENDIAN);
offset++;
/*
* NOTE: n equal to or less than 15
*/
if(nr_pages > 15){
/* Error */
return;
}
for (n = 0; n < nr_pages; n++) {
subtree = proto_tree_add_subtree_format(tree, tvb, offset, 83, ett_sabp_cbs_page, NULL,
"CB page %u data", n+1);
/* octet 2 - 83 CBS-Message-Information-Page 1 */
cbs_page_item = proto_tree_add_item(subtree, hf_sabp_cb_msg_inf_page, tvb, offset, 82, ENC_NA);
cb_inf_msg_len = tvb_get_guint8(tvb,offset+82);
page_tvb = tvb_new_subset_length(tvb, offset, cb_inf_msg_len);
unpacked_tvb = dissect_cbs_data(sms_encoding, page_tvb, subtree, pinfo, 0);
len = tvb_captured_length(unpacked_tvb);
if (unpacked_tvb != NULL){
if (tree != NULL){
proto_tree *cbs_page_subtree = proto_item_add_subtree(cbs_page_item, ett_sabp_cbs_page_content);
proto_tree_add_item(cbs_page_subtree, hf_sabp_cbs_page_content, unpacked_tvb, 0, len, ENC_UTF_8);
}
}
offset = offset+82;
/* 84 CBS-Message-Information-Length 1 */
proto_tree_add_item(subtree, hf_sabp_cb_inf_len, tvb, offset, 1, ENC_BIG_ENDIAN);
offset++;
}
}
static int
dissect_sabp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U_)
{
proto_item *sabp_item = NULL;
proto_tree *sabp_tree = NULL;
/* make entry in the Protocol column on summary display */
col_set_str(pinfo->cinfo, COL_PROTOCOL, PSNAME);
/* create the sabp protocol tree */
sabp_item = proto_tree_add_item(tree, proto_sabp, tvb, 0, -1, ENC_NA);
sabp_tree = proto_item_add_subtree(sabp_item, ett_sabp);
return dissect_SABP_PDU_PDU(tvb, pinfo, sabp_tree, NULL);
}
/* Note a little bit of a hack assumes length max takes two bytes and that the length starts at byte 4 */
static int
dissect_sabp_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data)
{
guint32 type_length, msg_len;
guint tvb_length;
int bit_offset;
gboolean is_fragmented;
asn1_ctx_t asn1_ctx;
asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
tvb_length = tvb_reported_length(tvb);
if (tvb_length < 5) {
pinfo->desegment_offset = 0;
pinfo->desegment_len = DESEGMENT_ONE_MORE_SEGMENT;
return tvb_captured_length(tvb);
}
/* Length should be in the 3:d octet */
bit_offset = 24;
/* Get the length of the sabp packet. Offset in bits */
do {
bit_offset = dissect_per_length_determinant(tvb, bit_offset, &asn1_ctx, NULL, -1, &type_length, &is_fragmented);
bit_offset += 8*type_length;
msg_len = (bit_offset + 7) >> 3;
if (is_fragmented) {
/* Next length field will take 1 or 2 bytes; let's ask for the maximum */
msg_len += 2;
}
if (msg_len > tvb_length) {
pinfo->desegment_offset = 0;
pinfo->desegment_len = msg_len - tvb_length;
return tvb_captured_length(tvb);
}
} while (is_fragmented);
return dissect_sabp(tvb, pinfo, tree, data);
}
/*--- proto_register_sabp -------------------------------------------*/
void proto_register_sabp(void) {
/* List of fields */
static hf_register_info hf[] = {
{ &hf_sabp_no_of_pages,
{ "Number-of-Pages", "sabp.no_of_pages",
FT_UINT8, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_sabp_cb_msg_inf_page,
{ "CBS-Message-Information-Page", "sabp.cb_msg_inf_page",
FT_BYTES, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_sabp_cbs_page_content,
{ "CBS Page Content", "sabp.cb_page_content",
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_sabp_cb_inf_len,
{ "CBS-Message-Information-Length", "sabp.cb_inf_len",
FT_UINT8, BASE_DEC, NULL, 0,
NULL, HFILL }},
#include "packet-sabp-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_sabp,
&ett_sabp_e212,
&ett_sabp_cbs_data_coding,
&ett_sabp_bcast_msg,
&ett_sabp_cbs_serial_number,
&ett_sabp_cbs_new_serial_number,
&ett_sabp_cbs_page,
&ett_sabp_cbs_page_content,
#include "packet-sabp-ettarr.c"
};
/* Register protocol */
proto_sabp = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_sabp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
/* Register dissector */
sabp_handle = register_dissector("sabp", dissect_sabp, proto_sabp);
sabp_tcp_handle = register_dissector("sabp.tcp", dissect_sabp_tcp, proto_sabp);
/* Register dissector tables */
sabp_ies_dissector_table = register_dissector_table("sabp.ies", "SABP-PROTOCOL-IES", proto_sabp, FT_UINT32, BASE_DEC);
sabp_extension_dissector_table = register_dissector_table("sabp.extension", "SABP-PROTOCOL-EXTENSION", proto_sabp, FT_UINT32, BASE_DEC);
sabp_proc_imsg_dissector_table = register_dissector_table("sabp.proc.imsg", "SABP-ELEMENTARY-PROCEDURE InitiatingMessage", proto_sabp, FT_UINT32, BASE_DEC);
sabp_proc_sout_dissector_table = register_dissector_table("sabp.proc.sout", "SABP-ELEMENTARY-PROCEDURE SuccessfulOutcome", proto_sabp, FT_UINT32, BASE_DEC);
sabp_proc_uout_dissector_table = register_dissector_table("sabp.proc.uout", "SABP-ELEMENTARY-PROCEDURE UnsuccessfulOutcome", proto_sabp, FT_UINT32, BASE_DEC);
}
/*--- proto_reg_handoff_sabp ---------------------------------------*/
void
proto_reg_handoff_sabp(void)
{
dissector_add_uint_with_preference("udp.port", SABP_PORT, sabp_handle);
dissector_add_uint_with_preference("tcp.port", SABP_PORT, sabp_tcp_handle);
dissector_add_uint("sctp.ppi", SABP_PAYLOAD_PROTOCOL_ID, sabp_handle);
#include "packet-sabp-dis-tab.c"
} |
ASN.1 | wireshark/epan/dissectors/asn1/sabp/SABP-CommonDataTypes.asn | -- SABP-CommonDataTypes.asn
--
-- Taken from 3GPP TS 25.419 V11.1.0 (2013-03)
-- http://www.3gpp.org/ftp/Specs/archive/25_series/25.419/25419-700.zip/25419-700.DOC
--
-- 9.3.5 Common Definitions
--
-- **************************************************************
--
-- Common definitions
--
-- **************************************************************
SABP-CommonDataTypes {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) sabp (3) version1 (1) sabp-CommonDataTypes (3) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
Criticality ::= ENUMERATED { reject, ignore, notify }
Presence ::= ENUMERATED { optional, conditional, mandatory }
ProcedureCode ::= INTEGER (0..255)
ProtocolExtensionID ::= INTEGER (0..65535)
ProtocolIE-ID ::= INTEGER (0..65535)
TriggeringMessage ::= ENUMERATED {initiating-message, successful-outcome, unsuccessful-outcome, outcome}
END |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.