Reenable the commented out code. I was able to reproducably break

the compilation but after a complete removal of the build directory
and a rebuild the problem is gone.

svn path=/trunk/; revision=38123
This commit is contained in:
Jörg Mayer 2011-07-19 19:36:26 +00:00
parent ba2aae0f8e
commit eedc9b880a

View file

@ -391,12 +391,11 @@ rlc_lte_stat_packet(void *phs, packet_info *pinfo, epan_dissect_t *edt _U_,
/* Common channel stats */
switch (si->channelType) {
/* case CHANNEL_TYPE_BCCH_BCH:
case CHANNEL_TYPE_BCCH_BCH:
case CHANNEL_TYPE_BCCH_DL_SCH:
hs->common_stats.bcch_frames++;
hs->common_stats.bcch_bytes += si->pduLength;
return 1;
*/
case CHANNEL_TYPE_PCCH:
hs->common_stats.pcch_frames++;
hs->common_stats.pcch_bytes += si->pduLength;