Fix incorrect value (typo) in value-string array.

svn path=/trunk/; revision=44639
This commit is contained in:
Bill Meier 2012-08-23 17:22:13 +00:00
parent 4922d9ed17
commit 2c616e40af
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ static const value_string rsl_ie_type_vals[] = {
/* 0x03 */ { RSL_IE_ACT_TYPE, "Activation Type" }, /* 9.3.3 */
/* 0x04 */ { RSL_IE_BS_POW, "BS Power" }, /* 9.3.4 */
/* 0x05 */ { RSL_IE_CH_ID, "Channel Identification" }, /* 9.3.5 */
/* 0x06 */ { RSL_IE_ENC_INF, "Channel Mode" }, /* 9.3.6 */
/* 0x06 */ { RSL_IE_CH_MODE, "Channel Mode" }, /* 9.3.6 */
/* 0x07 */ { RSL_IE_ENC_INF, "Encryption Information" }, /* 9.3.7 */
/* 0x08 */ { RSL_IE_FRAME_NO, "Frame Number" }, /* 9.3.8 */
/* 0x09 */ { RSL_IE_HO_REF, "Handover Reference" }, /* 9.3.9 */