From 842d4ff53ea7e071cbc800ce4204088451f90e04 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Fri, 8 Apr 2011 19:54:07 +0000 Subject: 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 --- asn1/lte-rrc/EUTRA-InterNodeDefinitions.asn | 24 +++++++++++++++++++++++- asn1/lte-rrc/EUTRA-RRC-Definitions.asn | 4 +++- asn1/lte-rrc/EUTRA-UE-Variables.asn | 27 +++++++++++++++++++++++++-- 3 files changed, 51 insertions(+), 4 deletions(-) (limited to 'asn1/lte-rrc') 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 + + -- cgit v1.2.1