aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpascal <pascal@localhost>2012-04-11 12:06:15 +0000
committerpascal <pascal@localhost>2012-04-11 12:06:15 +0000
commit8152ef94e4ee16b9d7ef6d1d590d8c75dd4213df (patch)
treeef2a59e1c63178eb2d0d110d68921ae27f387fdb
parent8a2d50951b5d5830349b4a3ce63924cbc49eefdc (diff)
Display Home NodeB name.
svn path=/trunk/; revision=42022
-rw-r--r--asn1/rrc/rrc.cnf3
-rw-r--r--epan/dissectors/packet-rrc.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/asn1/rrc/rrc.cnf b/asn1/rrc/rrc.cnf
index b71be51149..9ba69fb567 100644
--- a/asn1/rrc/rrc.cnf
+++ b/asn1/rrc/rrc.cnf
@@ -543,5 +543,8 @@ tvbuff_t *parameter_tvb=NULL;
curr_bit_offset++;
}
+#.TYPE_ATTR
+HNBName TYPE=FT_STRING DISPLAY=BASE_NONE
+
#.END
diff --git a/epan/dissectors/packet-rrc.c b/epan/dissectors/packet-rrc.c
index 9c47d1366e..c534eb9f7a 100644
--- a/epan/dissectors/packet-rrc.c
+++ b/epan/dissectors/packet-rrc.c
@@ -153255,7 +153255,7 @@ void proto_register_rrc(void) {
NULL, HFILL }},
{ &hf_rrc_hNBName,
{ "hNBName", "rrc.hNBName",
- FT_BYTES, BASE_NONE, NULL, 0,
+ FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_rrc_nonCriticalExtensions_205,
{ "nonCriticalExtensions", "rrc.nonCriticalExtensions",