aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lpp
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-09-28 15:40:14 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-09-28 15:40:14 +0000
commit559a26361a2e1316c0a956a7cad34d383e158026 (patch)
tree15ffc5e3f271eed7fdbaa95e0fe4adaed1488074 /asn1/lpp
parent7ebba8f64d90fd18b86e0b9948f0469e39592fe8 (diff)
Upgrade LTE Positioning Protocol to V11.0.0
svn path=/trunk/; revision=45193
Diffstat (limited to 'asn1/lpp')
-rw-r--r--asn1/lpp/LPP.asn16
-rw-r--r--asn1/lpp/packet-lpp-template.c2
-rw-r--r--asn1/lpp/packet-lpp-template.h2
3 files changed, 14 insertions, 6 deletions
diff --git a/asn1/lpp/LPP.asn b/asn1/lpp/LPP.asn
index dbd2c0a7ea..c9629ac679 100644
--- a/asn1/lpp/LPP.asn
+++ b/asn1/lpp/LPP.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 36.355 V10.5.0 (2012-06)
+-- 3GPP TS 36.355 V11.0.0 (2012-09)
-- $Id$
--
@@ -1097,7 +1097,8 @@ GNSS-DataBitsSgnElement ::= SEQUENCE {
GNSS-AcquisitionAssistance ::= SEQUENCE {
gnss-SignalID GNSS-SignalID,
gnss-AcquisitionAssistList GNSS-AcquisitionAssistList,
- ...
+ ...,
+ confidence-r10 INTEGER (0..100) OPTIONAL -- Need ON
}
GNSS-AcquisitionAssistList ::= SEQUENCE (SIZE(1..64)) OF GNSS-AcquisitionAssistElement
@@ -1113,7 +1114,12 @@ GNSS-AcquisitionAssistElement ::= SEQUENCE {
azimuth INTEGER (0..511),
elevation INTEGER (0..127),
...,
- codePhase1023 BOOLEAN OPTIONAL -- Need OP
+ codePhase1023 BOOLEAN OPTIONAL, -- Need OP
+ dopplerUncertaintyExt-r10 ENUMERATED { d60,
+ d80,
+ d100,
+ d120,
+ noInformation, ... } OPTIONAL -- Need ON
}
GNSS-Almanac ::= SEQUENCE {
@@ -1679,7 +1685,9 @@ GNSS-DataBitAssistanceSupport ::= SEQUENCE {
}
GNSS-AcquisitionAssistanceSupport ::= SEQUENCE {
- ...
+ ...,
+ confidenceSupport-r10 ENUMERATED { true } OPTIONAL,
+ dopplerUncertaintyExtSupport-r10 ENUMERATED { true } OPTIONAL
}
GNSS-AlmanacSupport ::= SEQUENCE {
diff --git a/asn1/lpp/packet-lpp-template.c b/asn1/lpp/packet-lpp-template.c
index f0dc78f157..16bb3d5abf 100644
--- a/asn1/lpp/packet-lpp-template.c
+++ b/asn1/lpp/packet-lpp-template.c
@@ -22,7 +22,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 10.5.0 Release 10
+ * Ref 3GPP TS 36.355 version 11.0.0 Release 11
* http://www.3gpp.org
*/
diff --git a/asn1/lpp/packet-lpp-template.h b/asn1/lpp/packet-lpp-template.h
index a8bb987e9e..706ed493c5 100644
--- a/asn1/lpp/packet-lpp-template.h
+++ b/asn1/lpp/packet-lpp-template.h
@@ -22,7 +22,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 10.5.0 Release 10
+ * Ref 3GPP TS 36.355 version 11.0.0 Release 11
* http://www.3gpp.org
*/