aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lte-rrc/EUTRA-UE-Variables.asn
blob: ac1eb4b9fe16ddb9821519cd46ac964f5719d1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
-- 3GPP TS 36.331 V8.4.0 Release 8
-- $Id:$
--
EUTRA-UE-Variables DEFINITIONS AUTOMATIC TAGS ::=
 
BEGIN


VarMeasurementConfiguration ::=		SEQUENCE {
	-- Measurement identities
	measIdList							MeasIdToAddModifyList				OPTIONAL,
	-- Measurement objects
	measObjectList						MeasObjectToAddModifyList			OPTIONAL,
	-- Reporting configurations
	reportConfigList					ReportConfigToAddModifyList			OPTIONAL,
	-- Other parameters
	quantityConfig						QuantityConfig						OPTIONAL,
	s-Measure							RSRP-Range							OPTIONAL,
	cdma2000-SystemTimeInfo				CDMA2000-SystemTimeInfo				OPTIONAL,
	neighbourCellConfiguration			NeighbourCellConfiguration			OPTIONAL,
	speedDependentParameters			SEQUENCE {
		mobilityStateParameters				MobilityStateParameters,
		speedDependentScalingParameters		ConnectedModeSpeedDependentScalingParameters
	}																		OPTIONAL
}


VarMeasurementReports ::=				SEQUENCE (SIZE (1..maxMeasId)) OF SEQUENCE {
	-- List of measurement that have been triggered
	measId								MeasId,
	cellsTriggeredList					CellsTriggeredList				OPTIONAL,
	numberOfReportsSent					INTEGER
}

CellsTriggeredList ::=				SEQUENCE (SIZE (1..maxCellMeas)) OF SEQUENCE {
	cellIdentity						PhysicalCellIdentity
}


VarShortMAC-Input ::=					SEQUENCE {
	cellIdentity							CellIdentity,
	physicalCellIdentity					PhysicalCellIdentity,
	c-RNTI									C-RNTI
}



END