Upgrade LTE RRC dissector to v11.0.0

svn path=/trunk/; revision=44875
This commit is contained in:
Pascal Quantin 2012-09-11 10:08:41 +00:00
parent a406bb1a50
commit 1bdf9a8912
5 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.331 V10.6.0 (2012-06)
-- 3GPP TS 36.331 V11.0.0 (2012-06)
-- $Id$
--
EUTRA-InterNodeDefinitions DEFINITIONS AUTOMATIC TAGS ::=

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.331 V10.6.0 (2012-06)
-- 3GPP TS 36.331 V11.0.0 (2012-06)
-- $Id$
--
EUTRA-RRC-Definitions DEFINITIONS AUTOMATIC TAGS ::=
@ -1585,7 +1585,7 @@ SystemInformationBlockType5 ::= SEQUENCE {
}
SystemInformationBlockType5-v8h0-IEs ::= SEQUENCE {
interFreqCarrierFreqList-v8h0 SEQUENCE (SIZE (1..maxFreq)) OF InterFreqCarrierFreqInfo-v8h0 OPTIONAL, -- Need OP
interFreqCarrierFreqList-v8h0 SEQUENCE (SIZE (1..maxFreq)) OF InterFreqCarrierFreqInfo-v8h0 OPTIONAL, -- Need OP
nonCriticalExtension SEQUENCE {} OPTIONAL -- Need OP
}
@ -2923,10 +2923,10 @@ NextHopChainingCount ::= INTEGER (0..7)
SecurityAlgorithmConfig ::= SEQUENCE {
cipheringAlgorithm ENUMERATED {
eea0, eea1, eea2, spare5, spare4, spare3,
eea0, eea1, eea2, eea3-v11xy, spare4, spare3,
spare2, spare1, ...},
integrityProtAlgorithm ENUMERATED {
eia0-v920, eia1, eia2, spare5, spare4, spare3,
eia0-v920, eia1, eia2, eia3-v11xy, spare4, spare3,
spare2, spare1, ...}
}

View File

@ -1,4 +1,4 @@
-- 3GPP TS 36.331 V10.6.0 (2012-06)
-- 3GPP TS 36.331 V11.0.0 (2012-06)
-- $Id$
--
EUTRA-UE-Variables DEFINITIONS AUTOMATIC TAGS ::=

View File

@ -1,7 +1,7 @@
/* packet-lte-rrc-template.c
* Routines for Evolved Universal Terrestrial Radio Access (E-UTRA);
* Radio Resource Control (RRC) protocol specification
* (3GPP TS 36.331 V10.6.0 Release 10) packet dissection
* (3GPP TS 36.331 V11.0.0 Release 11) packet dissection
* Copyright 2008, Vincent Helfre
*
* $Id$

View File

@ -9,7 +9,7 @@
/* packet-lte-rrc-template.c
* Routines for Evolved Universal Terrestrial Radio Access (E-UTRA);
* Radio Resource Control (RRC) protocol specification
* (3GPP TS 36.331 V10.6.0 Release 10) packet dissection
* (3GPP TS 36.331 V11.0.0 Release 11) packet dissection
* Copyright 2008, Vincent Helfre
*
* $Id$
@ -17725,7 +17725,7 @@ static const value_string lte_rrc_T_cipheringAlgorithm_vals[] = {
{ 0, "eea0" },
{ 1, "eea1" },
{ 2, "eea2" },
{ 3, "spare5" },
{ 3, "eea3-v11xy" },
{ 4, "spare4" },
{ 5, "spare3" },
{ 6, "spare2" },
@ -17747,7 +17747,7 @@ static const value_string lte_rrc_T_integrityProtAlgorithm_vals[] = {
{ 0, "eia0-v920" },
{ 1, "eia1" },
{ 2, "eia2" },
{ 3, "spare5" },
{ 3, "eia3-v11xy" },
{ 4, "spare4" },
{ 5, "spare3" },
{ 6, "spare2" },