aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc/rrc.cnf
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-06-19 19:25:01 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-06-19 19:25:01 +0000
commitfe8280ce5ecf2b35c5667131239b66dc871f61f4 (patch)
treed93a5f280227ddb290ff7511e42c225c7d09eecb /asn1/rrc/rrc.cnf
parentd50353013b525564a97e5b2d73dc95d9bf26982d (diff)
Use tvb_get_ephemeral_string_enc() in combination with proto_tree_add_unicode_string() (as recommended by Jakub on the mailing list)
svn path=/trunk/; revision=43385
Diffstat (limited to 'asn1/rrc/rrc.cnf')
-rw-r--r--asn1/rrc/rrc.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/rrc/rrc.cnf b/asn1/rrc/rrc.cnf
index 7b3381415a..96f6593482 100644
--- a/asn1/rrc/rrc.cnf
+++ b/asn1/rrc/rrc.cnf
@@ -604,7 +604,7 @@ HNBName TYPE=FT_STRING DISPLAY=BASE_NONE
%(DEFAULT_BODY)s
proto_tree_add_unicode_string(tree, hf_index, hnbname_tvb, 0, -1,
- tvb_get_ephemeral_string(hnbname_tvb, 0, tvb_length(hnbname_tvb)));
+ tvb_get_ephemeral_string_enc(hnbname_tvb, 0, tvb_length(hnbname_tvb), ENC_UTF_8 | ENC_NA));
#.FN_BODY CN-DomainIdentity VAL_PTR = (guint32*)(&rrc_nas_sys_info_gsm_map_type)
%(DEFAULT_BODY)s