aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-04-08 19:54:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-04-08 19:54:07 +0000
commit842d4ff53ea7e071cbc800ce4204088451f90e04 (patch)
tree98d4a5fde2c2990be73ce868a3d031d573eb3948 /asn1
parentfbe119c3c5a9d6cfb9182f8138b6ef263c549f2a (diff)
From Pascal Quantin:
A patch adding the missing hunks (it looks like extract_asn1_from_spec.pl script is mixing Windows and Linux line endings). svn path=/trunk/; revision=36524
Diffstat (limited to 'asn1')
-rw-r--r--asn1/lte-rrc/EUTRA-InterNodeDefinitions.asn24
-rw-r--r--asn1/lte-rrc/EUTRA-RRC-Definitions.asn4
-rw-r--r--asn1/lte-rrc/EUTRA-UE-Variables.asn27
3 files changed, 51 insertions, 4 deletions
diff --git a/asn1/lte-rrc/EUTRA-InterNodeDefinitions.asn b/asn1/lte-rrc/EUTRA-InterNodeDefinitions.asn
index a69cbae8c0..d818345f34 100644
--- a/asn1/lte-rrc/EUTRA-InterNodeDefinitions.asn
+++ b/asn1/lte-rrc/EUTRA-InterNodeDefinitions.asn
@@ -2,9 +2,29 @@
-- $Id$
--
EUTRA-InterNodeDefinitions DEFINITIONS AUTOMATIC TAGS ::=
-
+
BEGIN
+IMPORTS
+ AntennaInfoCommon,
+ CellIdentity,
+ C-RNTI,
+ DL-DCCH-Message,
+ ARFCN-ValueEUTRA,
+ MasterInformationBlock,
+ MeasConfig,
+ OtherConfig-r9,
+ PhysCellId,
+ RadioResourceConfigDedicated,
+ SecurityAlgorithmConfig,
+ ShortMAC-I,
+ SystemInformationBlockType1,
+ SystemInformationBlockType1-v890-IEs,
+ SystemInformationBlockType2,
+ UECapabilityInformation,
+ UE-CapabilityRAT-ContainerList
+FROM EUTRA-RRC-Definitions;
+
HandoverCommand ::= SEQUENCE {
criticalExtensions CHOICE {
@@ -134,3 +154,5 @@ maxReestabInfo INTEGER ::= 32 -- Maximum number of KeNB* and shortMAC-I forwa
END
+
+
diff --git a/asn1/lte-rrc/EUTRA-RRC-Definitions.asn b/asn1/lte-rrc/EUTRA-RRC-Definitions.asn
index 24b4fb7581..0b49dea804 100644
--- a/asn1/lte-rrc/EUTRA-RRC-Definitions.asn
+++ b/asn1/lte-rrc/EUTRA-RRC-Definitions.asn
@@ -2,7 +2,7 @@
-- $Id$
--
EUTRA-RRC-Definitions DEFINITIONS AUTOMATIC TAGS ::=
-
+
BEGIN
@@ -3334,3 +3334,5 @@ maxUTRA-TDD-Carrier INTEGER ::= 16 -- Maximum number of UTRA TDD carrier frequ
END
+
+
diff --git a/asn1/lte-rrc/EUTRA-UE-Variables.asn b/asn1/lte-rrc/EUTRA-UE-Variables.asn
index aca43284a5..52582b2455 100644
--- a/asn1/lte-rrc/EUTRA-UE-Variables.asn
+++ b/asn1/lte-rrc/EUTRA-UE-Variables.asn
@@ -1,11 +1,32 @@
-- 3GPP TS 36.331 V9.6.0 (2011-03)
-- $Id$
--
-
EUTRA-UE-Variables DEFINITIONS AUTOMATIC TAGS ::=
-
+
BEGIN
+IMPORTS
+ CarrierFreqGERAN,
+ CellIdentity,
+ SpeedStateScaleFactors,
+ C-RNTI,
+ MeasId,
+ MeasIdToAddModList,
+ MeasObjectToAddModList,
+ MobilityStateParameters,
+ NeighCellConfig,
+ PhysCellId,
+ PhysCellIdCDMA2000,
+ PhysCellIdGERAN,
+ PhysCellIdUTRA-FDD,
+ PhysCellIdUTRA-TDD,
+ QuantityConfig,
+ ReportConfigToAddModList,
+ RSRP-Range,
+ maxCellMeas,
+ maxMeasId
+FROM EUTRA-RRC-Definitions;
+
VarMeasConfig ::= SEQUENCE {
-- Measurement identities
@@ -58,3 +79,5 @@ VarShortMAC-Input ::= SEQUENCE {
END
+
+