aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2013-12-12 13:25:12 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2013-12-12 13:25:12 +0000
commitaad04d59638f03884228d8c6a735c67bda5f7a6f (patch)
tree3551ee74d6c868a842ee316713a5d1d9e6c5aa92 /epan
parent25cc056590077831a117cd77cc3a41da24209aa0 (diff)
Remove some TODOs that have now been addressed
svn path=/trunk/; revision=53961
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-mac-lte.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mac-lte.c b/epan/dissectors/packet-mac-lte.c
index 1b1df76ff4..0c55e9ac23 100644
--- a/epan/dissectors/packet-mac-lte.c
+++ b/epan/dissectors/packet-mac-lte.c
@@ -1536,11 +1536,9 @@ static void update_drx_info(packet_info *pinfo, mac_lte_info *p_mac_lte_info)
}
ue_state->state_before.currentTicks++;
- /* TODO: need to actually move time on in state if want to see timers expiring!!!! */
}
/* Set current time to now */
- /* TODO: increment only by number of ms should do according to change in SF */
ue_state->state_before.currentTime = pinfo->fd->abs_ts;
}
}
@@ -1716,7 +1714,6 @@ static void show_drx_info(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb,
PROTO_ITEM_SET_GENERATED(ti);
/* Is short-cycle-timer running? */
- /* TODO: do we need this and the boolean above? */
if (!mac_lte_drx_has_timer_expired(frame_state, drx_short_cycle_timer, 0, before_event, &time_until_expires)) {
if (time_until_expires) {
ti = proto_tree_add_uint(drx_state_tree, hf_mac_lte_drx_state_short_cycle_remaining, tvb,