aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lpp
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-07-08 08:20:26 +0200
committerAnders Broman <a.broman58@gmail.com>2014-07-08 06:30:33 +0000
commit55ce1bc6a65423b31cdd055eb58051d61f7532bb (patch)
tree55e7f87855111c125e28ce010bc8b15d058b1310 /asn1/lpp
parenta6fc598aa79f45f0ece6c17656b15e323815cccf (diff)
Upgrade LPP dissector to v11.5.0
Change-Id: I8c51cebec5b234b9d0667aaf3f70b0a48bb842f6 Reviewed-on: https://code.wireshark.org/review/2933 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1/lpp')
-rw-r--r--asn1/lpp/LPP.asn25
-rw-r--r--asn1/lpp/lpp.cnf2
-rw-r--r--asn1/lpp/packet-lpp-template.c2
-rw-r--r--asn1/lpp/packet-lpp-template.h2
4 files changed, 16 insertions, 15 deletions
diff --git a/asn1/lpp/LPP.asn b/asn1/lpp/LPP.asn
index de1a93664b..2617174de3 100644
--- a/asn1/lpp/LPP.asn
+++ b/asn1/lpp/LPP.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 36.355 V11.5.0 (2013-12)
+-- 3GPP TS 36.355 V11.6.0 (2014-06)
--
LPP-PDU-Definitions {
@@ -666,7 +666,7 @@ OTDOA-SignalMeasurementInformation ::= SEQUENCE {
NeighbourMeasurementList ::= SEQUENCE (SIZE(1..24)) OF NeighbourMeasurementElement
NeighbourMeasurementElement ::= SEQUENCE {
- physCellIdNeighbor INTEGER (0..503),
+ physCellIdNeighbour INTEGER (0..503),
cellGlobalIdNeighbour ECGI OPTIONAL,
earfcnNeighbour ARFCN-ValueEUTRA OPTIONAL, -- Cond NotSameAsRef2
rstd INTEGER (0..12711),
@@ -697,7 +697,8 @@ OTDOA-ProvideCapabilities ::= SEQUENCE {
supportedBandListEUTRA SEQUENCE (SIZE (1..maxBands)) OF SupportedBandEUTRA OPTIONAL,
supportedBandListEUTRA-v9a0 SEQUENCE (SIZE (1..maxBands)) OF SupportedBandEUTRA-v9a0
OPTIONAL,
- interFreqRSTDmeasurement-r10 ENUMERATED { supported } OPTIONAL
+ interFreqRSTDmeasurement-r10 ENUMERATED { supported } OPTIONAL,
+ additionalNeighbourCellInfoList-r10 ENUMERATED { supported } OPTIONAL
}
maxBands INTEGER ::= 64
@@ -1473,9 +1474,9 @@ GNSS-GenericAssistDataReqElement ::= SEQUENCE {
GNSS-ReferenceTimeReq ::= SEQUENCE {
- gnss-TimeReqPrefList SEQUENCE (SIZE (1..8)) OF GNSS-ID,
- gps-TOW-assistReq BOOLEAN OPTIONAL, -- Cond gps
- notOfLeapSecReq BOOLEAN OPTIONAL, -- Cond glonass
+ gnss-TimeReqPrefList SEQUENCE (SIZE (1..8)) OF GNSS-ID,
+ gps-TOW-assistReq BOOLEAN OPTIONAL, -- Cond gps
+ notOfLeapSecReq BOOLEAN OPTIONAL, -- Cond glonass
...
}
@@ -1532,15 +1533,15 @@ SatListRelatedDataList ::= SEQUENCE (SIZE (1..64)) OF SatListRelatedDataElement
SatListRelatedDataElement ::= SEQUENCE {
svID SV-ID,
- iod BIT STRING (SIZE(11)),
- clockModelID INTEGER (1..8) OPTIONAL,
- orbitModelID INTEGER (1..8) OPTIONAL,
- ...
+ iod BIT STRING (SIZE(11)),
+ clockModelID INTEGER (1..8) OPTIONAL,
+orbitModelID INTEGER (1..8) OPTIONAL,
+ ...
}
ReqNavListInfo ::= SEQUENCE {
svReqList BIT STRING (SIZE (64)),
- clockModelID-PrefList SEQUENCE (SIZE (1..8)) OF INTEGER (1..8) OPTIONAL,
+ clockModelID-PrefList SEQUENCE (SIZE (1..8)) OF INTEGER (1..8) OPTIONAL,
orbitModelID-PrefList SEQUENCE (SIZE (1..8)) OF INTEGER (1..8) OPTIONAL,
addNavparamReq BOOLEAN OPTIONAL, -- Cond orbitModelID-2
...
@@ -1736,7 +1737,7 @@ GNSS-SupportElement ::= SEQUENCE {
}
AssistanceDataSupportList ::= SEQUENCE {
- gnss-CommonAssistanceDataSupport GNSS-CommonAssistanceDataSupport,
+ gnss-CommonAssistanceDataSupport GNSS-CommonAssistanceDataSupport,
gnss-GenericAssistanceDataSupport GNSS-GenericAssistanceDataSupport,
...
}
diff --git a/asn1/lpp/lpp.cnf b/asn1/lpp/lpp.cnf
index e2622cc8f1..ca80a47719 100644
--- a/asn1/lpp/lpp.cnf
+++ b/asn1/lpp/lpp.cnf
@@ -1,6 +1,6 @@
# lpp.cnf
# llp conformation file
-# Copyright 2011-2013 Pascal Quantin
+# Copyright 2011-2014 Pascal Quantin
#.OPT
PER
diff --git a/asn1/lpp/packet-lpp-template.c b/asn1/lpp/packet-lpp-template.c
index 4e473740ba..c39ddb3410 100644
--- a/asn1/lpp/packet-lpp-template.c
+++ b/asn1/lpp/packet-lpp-template.c
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * Ref 3GPP TS 36.355 version 11.5.0 Release 11
+ * Ref 3GPP TS 36.355 version 11.6.0 Release 11
* http://www.3gpp.org
*/
diff --git a/asn1/lpp/packet-lpp-template.h b/asn1/lpp/packet-lpp-template.h
index f0f1d691e6..b7c605b465 100644
--- a/asn1/lpp/packet-lpp-template.h
+++ b/asn1/lpp/packet-lpp-template.h
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * Ref 3GPP TS 36.355 version 11.5.0 Release 11
+ * Ref 3GPP TS 36.355 version 11.6.0 Release 11
* http://www.3gpp.org
*/