From Pascal Quantin:

Display Home eNodeB name.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6691

svn path=/trunk/; revision=40363
This commit is contained in:
Anders Broman 2012-01-03 22:12:16 +00:00
parent 1b98cbfe97
commit c7db6a5d4d
2 changed files with 4 additions and 1 deletions

View File

@ -356,6 +356,9 @@ if(ue_eutra_cap_tvb){
}
}
#.TYPE_ATTR
SystemInformationBlockType9/hnb-Name TYPE=FT_STRING DISPLAY=BASE_NONE
#.FN_HDR MasterInformationBlock
col_append_str(actx->pinfo->cinfo, COL_INFO, "MasterInformationBlock ");

View File

@ -22173,7 +22173,7 @@ void proto_register_lte_rrc(void) {
"INTEGER_0_7", HFILL }},
{ &hf_lte_rrc_hnb_Name,
{ "hnb-Name", "lte-rrc.hnb_Name",
FT_BYTES, BASE_NONE, NULL, 0,
FT_STRING, BASE_NONE, NULL, 0,
"OCTET_STRING_SIZE_1_48", HFILL }},
{ &hf_lte_rrc_messageIdentifier,
{ "messageIdentifier", "lte-rrc.messageIdentifier",