From Pascal Quantin:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 3 Jan 2012 22:12:16 +0000 (22:12 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 3 Jan 2012 22:12:16 +0000 (22:12 +0000)
Display Home eNodeB name.

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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40363 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/lte-rrc/lte-rrc.cnf
epan/dissectors/packet-lte-rrc.c

index 8d5d2352c34c2ade213d23d3c2146b50ae5f9815..ee7497bce6b83d4c75696996b04e272ee7abf742 100644 (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 ");
index ee30f06c90ef1a56d466f4d4b6ff19c4ad5cbc7b..c5c73a5a404e7920021ffbc11d3478a99d2f0f6d 100644 (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",