aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-09-21 20:00:12 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-09-21 20:00:12 +0000
commit8b6bc1630a1d381454516961c4ef08dcd0dd1ce2 (patch)
tree29dfa203ffac72a2eaf5fa2bebea345e2b72ea0b /epan/dissectors/packet-gsm_a_common.h
parent6dedc6628becefd93da74df40dc612b89a151d4b (diff)
Dissect Update UE Location Information message
svn path=/trunk/; revision=45047
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.h')
-rw-r--r--epan/dissectors/packet-gsm_a_common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.h b/epan/dissectors/packet-gsm_a_common.h
index 510068bdbe..daa353a2f4 100644
--- a/epan/dissectors/packet-gsm_a_common.h
+++ b/epan/dissectors/packet-gsm_a_common.h
@@ -1053,7 +1053,7 @@ typedef enum
DE_TP_PDU_DESCRIPTION, /* GPRS Test Mode Cmd PDU description */
DE_TP_MODE_FLAG, /* GPRS Test Mode Cmd Mode flag */
DE_TP_EGPRS_MODE_FLAG, /* EGPRS Start Radio Block Loopback Cmd Mode flag */
- DE_TP_MS_POSITIONING_TECHNOLOGY, /* MS Positioning Technology */
+ DE_TP_MS_POSITIONING_TECHNOLOGY, /* MS Positioning Technology */
DE_TP_UE_TEST_LOOP_MODE, /* Close UE Test Loop Mode */
DE_TP_UE_POSITIONING_TECHNOLOGY, /* UE Positioning Technology */
DE_TP_RLC_SDU_COUNTER_VALUE, /* RLC SDU Counter Value */
@@ -1063,6 +1063,9 @@ typedef enum
DE_TP_EPC_UE_TL_C_SETUP, /* UE Test Loop Mode C Setup */
DE_TP_EPC_UE_POSITIONING_TECHNOLOGY,/* UE Positioning Technology */
DE_TP_EPC_MBMS_PACKET_COUNTER_VALUE,/* MBMS Packet Counter Value */
+ DE_TP_EPC_ELLIPSOID_POINT_WITH_ALT, /* ellipsoidPointWithAltitude */
+ DE_TP_EPC_HORIZONTAL_VELOCITY, /* horizontalVelocity */
+ DE_TP_EPC_GNSS_TOD_MSEC, /* gnss-TOD-msec */
DE_NONE /* NONE */
}
dtap_elem_idx_t;