summaryrefslogtreecommitdiff
path: root/asn1/lte-rrc/EUTRA-UE-Variables.asn
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/lte-rrc/EUTRA-UE-Variables.asn')
-rw-r--r--asn1/lte-rrc/EUTRA-UE-Variables.asn18
1 files changed, 14 insertions, 4 deletions
diff --git a/asn1/lte-rrc/EUTRA-UE-Variables.asn b/asn1/lte-rrc/EUTRA-UE-Variables.asn
index 414140a6fb..9ec841378f 100644
--- a/asn1/lte-rrc/EUTRA-UE-Variables.asn
+++ b/asn1/lte-rrc/EUTRA-UE-Variables.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 36.331 V8.8.0 (2009-12)
+-- 3GPP TS 36.331 V9.1.0 (2009-12)
-- $Id$
--
EUTRA-UE-Variables DEFINITIONS AUTOMATIC TAGS ::=
@@ -35,8 +35,18 @@ VarMeasReport ::= SEQUENCE {
numberOfReportsSent INTEGER
}
-CellsTriggeredList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF PhysCellId
-
+CellsTriggeredList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF CHOICE {
+ physCellIdEUTRA PhysCellId,
+ physCellIdUTRA CHOICE {
+ fdd PhysCellIdUTRA-FDD,
+ tdd PhysCellIdUTRA-TDD
+ },
+ physCellIdGERAN SEQUENCE {
+ carrierFreq CarrierFreqGERAN,
+ physCellId PhysCellIdGERAN
+ },
+ physCellIdCDMA2000 PhysCellIdCDMA2000
+}
VarShortMAC-Input ::= SEQUENCE {
cellIdentity CellIdentity,
@@ -46,4 +56,4 @@ VarShortMAC-Input ::= SEQUENCE {
-END \ No newline at end of file
+END