aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lcsap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-03-12 15:12:58 -0700
committerGuy Harris <guy@alum.mit.edu>2014-03-12 22:13:19 +0000
commit13d635bf0f3b041f418acfd5ad11aecb2482a53c (patch)
treeef15e2ed8b4ba8377a0546b774b1c256d858ce13 /epan/dissectors/packet-lcsap.c
parentc8b6b7699635cd5f9039d6a90d2267ac06e205c5 (diff)
Get rid of space-before-tab in indentation.
Change-Id: If747e7b2af34e27ca8558293140a74691a0113b4 Reviewed-on: https://code.wireshark.org/review/624 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-lcsap.c')
-rw-r--r--epan/dissectors/packet-lcsap.c116
1 files changed, 58 insertions, 58 deletions
diff --git a/epan/dissectors/packet-lcsap.c b/epan/dissectors/packet-lcsap.c
index 4de99bab0e..100139d97b 100644
--- a/epan/dissectors/packet-lcsap.c
+++ b/epan/dissectors/packet-lcsap.c
@@ -324,86 +324,86 @@ static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, p
* Coding of positioning method (bits 8-4)
*/
static const value_string lcsap_pos_method_vals[] = {
- { 0x00, "Cell ID" },
- { 0x01, "Reserved" },
- { 0x02, "E-CID" },
- { 0x03, "Reserved" },
- { 0x04, "OTDOA" },
- { 0x05, "Reserved" },
- { 0x06, "Reserved" },
- { 0x07, "Reserved" },
- { 0x08, "U-TDOA" },
- { 0x09, "Reserved" },
- { 0x0a, "Reserved" },
- { 0x0b, "Reserved" },
- { 0x0c, "Reserved for other location technologies" },
- { 0x0d, "Reserved for other location technologies" },
- { 0x0e, "Reserved for other location technologies" },
- { 0x0f, "Reserved for other location technologies" },
- { 0x10, "Reserved for network specific positioning methods" },
- { 0x11, "Reserved for network specific positioning methods" },
- { 0x12, "Reserved for network specific positioning methods" },
- { 0x13, "Reserved for network specific positioning methods" },
- { 0x14, "Reserved for network specific positioning methods" },
- { 0x15, "Reserved for network specific positioning methods" },
- { 0x16, "Reserved for network specific positioning methods" },
- { 0x17, "Reserved for network specific positioning methods" },
- { 0x18, "Reserved for network specific positioning methods" },
- { 0x19, "Reserved for network specific positioning methods" },
- { 0x1a, "Reserved for network specific positioning methods" },
- { 0x1b, "Reserved for network specific positioning methods" },
- { 0x1c, "RReserved for network specific positioning methods" },
- { 0x1d, "Reserved for network specific positioning methods" },
- { 0x1e, "Reserved for network specific positioning methods" },
- { 0x0f, "Reserved for network specific positioning methods" },
+ { 0x00, "Cell ID" },
+ { 0x01, "Reserved" },
+ { 0x02, "E-CID" },
+ { 0x03, "Reserved" },
+ { 0x04, "OTDOA" },
+ { 0x05, "Reserved" },
+ { 0x06, "Reserved" },
+ { 0x07, "Reserved" },
+ { 0x08, "U-TDOA" },
+ { 0x09, "Reserved" },
+ { 0x0a, "Reserved" },
+ { 0x0b, "Reserved" },
+ { 0x0c, "Reserved for other location technologies" },
+ { 0x0d, "Reserved for other location technologies" },
+ { 0x0e, "Reserved for other location technologies" },
+ { 0x0f, "Reserved for other location technologies" },
+ { 0x10, "Reserved for network specific positioning methods" },
+ { 0x11, "Reserved for network specific positioning methods" },
+ { 0x12, "Reserved for network specific positioning methods" },
+ { 0x13, "Reserved for network specific positioning methods" },
+ { 0x14, "Reserved for network specific positioning methods" },
+ { 0x15, "Reserved for network specific positioning methods" },
+ { 0x16, "Reserved for network specific positioning methods" },
+ { 0x17, "Reserved for network specific positioning methods" },
+ { 0x18, "Reserved for network specific positioning methods" },
+ { 0x19, "Reserved for network specific positioning methods" },
+ { 0x1a, "Reserved for network specific positioning methods" },
+ { 0x1b, "Reserved for network specific positioning methods" },
+ { 0x1c, "RReserved for network specific positioning methods" },
+ { 0x1d, "Reserved for network specific positioning methods" },
+ { 0x1e, "Reserved for network specific positioning methods" },
+ { 0x0f, "Reserved for network specific positioning methods" },
{ 0, NULL }
};
/* Coding of usage (bits 3-1)*/
static const value_string lcsap_pos_usage_vals[] = {
- { 0x00, "Attempted unsuccessfully due to failure or interruption - not used" },
- { 0x01, "Attempted successfully: results not used to generate location - not used." },
- { 0x02, "Attempted successfully: results used to verify but not generate location - not used." },
- { 0x03, "Attempted successfully: results used to generate location" },
- { 0x04, "Attempted successfully: case where UE supports multiple mobile based positioning methods and the actual method or methods used by the UE cannot be determined." },
- { 0x05, "Reserved" },
- { 0x06, "Reserved" },
- { 0x07, "Reserved" },
+ { 0x00, "Attempted unsuccessfully due to failure or interruption - not used" },
+ { 0x01, "Attempted successfully: results not used to generate location - not used." },
+ { 0x02, "Attempted successfully: results used to verify but not generate location - not used." },
+ { 0x03, "Attempted successfully: results used to generate location" },
+ { 0x04, "Attempted successfully: case where UE supports multiple mobile based positioning methods and the actual method or methods used by the UE cannot be determined." },
+ { 0x05, "Reserved" },
+ { 0x06, "Reserved" },
+ { 0x07, "Reserved" },
{ 0, NULL }
};
/* Coding of Method (Bits 8-7) */
static const value_string lcsap_gnss_pos_method_vals[] = {
{ 0x00, "UE-Based" },
- { 0x01, "UE-Assisted" },
- { 0x02, "Conventional" },
- { 0x03, "Reserved" },
+ { 0x01, "UE-Assisted" },
+ { 0x02, "Conventional" },
+ { 0x03, "Reserved" },
{ 0, NULL }
};
/* Coding of GNSS ID (Bits 6-4) */
static const value_string lcsap_gnss_id_vals[] = {
- { 0x00, "GPS" },
- { 0x01, "Galileo" },
- { 0x02, "SBAS" },
- { 0x03, "Modernized GPS" },
- { 0x04, "QZSS" },
- { 0x05, "GLONASS" },
- { 0x06, "Reserved" },
+ { 0x00, "GPS" },
+ { 0x01, "Galileo" },
+ { 0x02, "SBAS" },
+ { 0x03, "Modernized GPS" },
+ { 0x04, "QZSS" },
+ { 0x05, "GLONASS" },
+ { 0x06, "Reserved" },
{ 0x07, "Reserved" },
{ 0, NULL }
};
/* Coding of usage (bits 3- 1) */
static const value_string lcsap_gnss_pos_usage_vals[] = {
- { 0x00, "Attempted unsuccessfully due to failure or interruption" },
- { 0x01, "Attempted successfully: results not used to generate location" },
- { 0x02, "Attempted successfully: results used to verify but not generate location" },
- { 0x03, "Attempted successfully: results used to generate location" },
- { 0x04, "Attempted successfully: case where UE supports multiple mobile based positioning methods and the actual method or methods used by the UE cannot be determined." },
- { 0x05, "Reserved" },
- { 0x06, "Reserved" },
- { 0x07, "Reserved" },
+ { 0x00, "Attempted unsuccessfully due to failure or interruption" },
+ { 0x01, "Attempted successfully: results not used to generate location" },
+ { 0x02, "Attempted successfully: results used to verify but not generate location" },
+ { 0x03, "Attempted successfully: results used to generate location" },
+ { 0x04, "Attempted successfully: case where UE supports multiple mobile based positioning methods and the actual method or methods used by the UE cannot be determined." },
+ { 0x05, "Reserved" },
+ { 0x06, "Reserved" },
+ { 0x07, "Reserved" },
{ 0, NULL }
};