aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/GeneralString.c
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/GeneralString.c')
-rw-r--r--skeletons/GeneralString.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/skeletons/GeneralString.c b/skeletons/GeneralString.c
index f846c026..e4ea6f8a 100644
--- a/skeletons/GeneralString.c
+++ b/skeletons/GeneralString.c
@@ -14,13 +14,14 @@ static ber_tlv_tag_t asn_DEF_GeneralString_tags[] = {
};
asn_TYPE_descriptor_t asn_DEF_GeneralString = {
"GeneralString",
+ "GeneralString",
OCTET_STRING_free,
OCTET_STRING_print, /* non-ascii string */
asn_generic_unknown_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, /* Implemented in terms of OCTET STRING */
+ OCTET_STRING_encode_der,
+ OCTET_STRING_decode_xer_hex,
+ OCTET_STRING_encode_xer,
0, /* Use generic outmost tag fetcher */
asn_DEF_GeneralString_tags,
sizeof(asn_DEF_GeneralString_tags)