aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-02-08 08:09:31 -0600
committerDan Williams <dcbw@redhat.com>2013-04-18 10:23:50 -0500
commit3c8bdffe8cb9fb0a0965d8025e2cd9508ca3cc44 (patch)
tree0c6c15b0ff925b1fcbc76bab42bd14007d09107e
parent0c683699f89d86253e9a8a4399afee12a7057d1c (diff)
qcdm: fix log item struct build errors
Wasn't built until now.
-rw-r--r--libqcdm/src/dm-log-items.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqcdm/src/dm-log-items.h b/libqcdm/src/dm-log-items.h
index ad0200f7..753d69d1 100644
--- a/libqcdm/src/dm-log-items.h
+++ b/libqcdm/src/dm-log-items.h
@@ -37,7 +37,7 @@ enum {
DM_LOG_ITEM_EVDO_REV_POWER_CONTROL = 0x1063,
DM_LOG_ITEM_EVDO_ARQ_EFFECTIVE_RECEIVE_RATE = 0x1066,
DM_LOG_ITEM_EVDO_AIR_LINK_SUMMARY = 0x1068,
- DM_LOG_ITEM_EVDO_POWER = 0x1069
+ DM_LOG_ITEM_EVDO_POWER = 0x1069,
DM_LOG_ITEM_EVDO_FWD_LINK_PACKET_SNAPSHOT = 0x106A,
DM_LOG_ITEM_EVDO_ACCESS_ATTEMPT = 0x106C,
DM_LOG_ITEM_EVDO_REV_ACTIVITY_BITS_BUFFER = 0x106D,
@@ -98,7 +98,7 @@ struct DMLogItemWcdmaTaFingerInfo {
u_int8_t non_coherent_interval_len;
u_int8_t num_paths;
u_int32_t path_enr;
- int32_t pn_pos_path
+ int32_t pn_pos_path;
int16_t pri_cpich_psc;
u_int8_t unknown1;
u_int8_t sec_cpich_ssc;
@@ -164,7 +164,7 @@ typedef struct DMLogItemGsmBurstMetric DMLogItemGsmBurstMetric;
struct DMLogItemGsmBurstMetrics {
u_int8_t channel;
- DMLogItemBurstMetric metrics[4];
+ DMLogItemGsmBurstMetric metrics[4];
} __attribute__ ((packed));
typedef struct DMLogItemGsmBurstMetrics DMLogItemGsmBurstMetrics;