aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/VisibleString.c
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/VisibleString.c')
-rw-r--r--skeletons/VisibleString.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/skeletons/VisibleString.c b/skeletons/VisibleString.c
index 8e361e71..7170b542 100644
--- a/skeletons/VisibleString.c
+++ b/skeletons/VisibleString.c
@@ -14,13 +14,14 @@ static ber_tlv_tag_t asn_DEF_VisibleString_tags[] = {
};
asn_TYPE_descriptor_t asn_DEF_VisibleString = {
"VisibleString",
+ "VisibleString",
OCTET_STRING_free,
- OCTET_STRING_print_ascii, /* ASCII subset */
+ OCTET_STRING_print_utf8, /* ASCII subset */
VisibleString_constraint,
OCTET_STRING_decode_ber, /* Implemented in terms of OCTET STRING */
- OCTET_STRING_encode_der, /* Implemented in terms of OCTET STRING */
- 0, /* Not implemented yet */
- OCTET_STRING_encode_xer_ascii,/* Implemented in terms of OCTET STRING */
+ OCTET_STRING_encode_der,
+ OCTET_STRING_decode_xer_utf8,
+ OCTET_STRING_encode_xer_utf8,
0, /* Use generic outmost tag fetcher */
asn_DEF_VisibleString_tags,
sizeof(asn_DEF_VisibleString_tags)