Fix the broken build.

svn path=/trunk/; revision=26666
This commit is contained in:
Jaap Keuter 2008-11-01 10:17:29 +00:00
parent ba21bba78e
commit e652ccc7ee
2 changed files with 3 additions and 2 deletions

View File

@ -2010,7 +2010,7 @@ de_rr_meas_res(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, g
/* BSIC-NCELL 2 (low part) */
/* RXLEV-NCELL 3 (high part) */
/* Octet 10 */
/* RXLEV-NCELL 3 (low part) /*
/* RXLEV-NCELL 3 (low part) */
/* BCCH-FREQ-NCELL 3 */
/* BSICNCELL 3 (high part) */
/* BSIC-NCELL 3 (low part) */

View File

@ -182,7 +182,7 @@ de_ta(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add
/*
* 5.12 Measurement Report IE
*/
#if 0
static guint8
de_meas_rep(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
@ -194,6 +194,7 @@ de_meas_rep(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *a
return(len);
}
#endif
/*
* 5.14 Cause IE
*/