aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/GeneralString.c
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-10-09 12:07:58 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-10-09 12:07:58 +0000
commit86380d312e117733e22a58c645bc7093efbdcb47 (patch)
treebeb220b84af6cfba1f1afebcd478d682ac1f41b3 /skeletons/GeneralString.c
parentf9230bff89a0d68644d4dc43593434be0cfff9ae (diff)
more PER support
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1245 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'skeletons/GeneralString.c')
-rw-r--r--skeletons/GeneralString.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletons/GeneralString.c b/skeletons/GeneralString.c
index 55bb6643..01b606be 100644
--- a/skeletons/GeneralString.c
+++ b/skeletons/GeneralString.c
@@ -22,7 +22,8 @@ asn_TYPE_descriptor_t asn_DEF_GeneralString = {
OCTET_STRING_encode_der,
OCTET_STRING_decode_xer_hex,
OCTET_STRING_encode_xer,
- 0, 0,
+ OCTET_STRING_decode_uper, /* Implemented in terms of OCTET STRING */
+ OCTET_STRING_encode_uper,
0, /* Use generic outmost tag fetcher */
asn_DEF_GeneralString_tags,
sizeof(asn_DEF_GeneralString_tags)