From Jan Lübbe:

packet-gsm_a_rr.c: flip gsm_a_rr_mv_vals, 0 means vaild.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3915

svn path=/trunk/; revision=29472
This commit is contained in:
Anders Broman 2009-08-19 09:32:56 +00:00
parent 100aeddafe
commit 87da96be52
1 changed files with 2 additions and 2 deletions

View File

@ -2614,8 +2614,8 @@ static const value_string gsm_a_rr_rxlev_vals [] = {
};
static const true_false_string gsm_a_rr_mv_vals = {
"The measurement results are valid",
"The measurement results are not valid"
"The measurement results are not valid",
"The measurement results are valid"
};
static const value_string gsm_a_rr_rxqual_vals [] = {