aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/T61String.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2017-07-25 07:58:05 -0700
committerLev Walkin <vlm@lionet.info>2017-08-02 13:32:22 -0700
commit1d76f3c4d3be55280d02ef990d3af2ca7d299faa (patch)
tree296ddfe02450981d50a3aedbb336a12f610732a7 /skeletons/T61String.c
parentca84c46db91cc9b5469634c729bd7e8d7e40d7aa (diff)
add OER codec for string types
Diffstat (limited to 'skeletons/T61String.c')
-rw-r--r--skeletons/T61String.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/skeletons/T61String.c b/skeletons/T61String.c
index 43d14795..afea666a 100644
--- a/skeletons/T61String.c
+++ b/skeletons/T61String.c
@@ -26,8 +26,8 @@ asn_TYPE_descriptor_t asn_DEF_T61String = {
0,
0,
#else
- 0,
- 0,
+ OCTET_STRING_decode_oer,
+ OCTET_STRING_encode_oer,
#endif /* ASN_DISABLE_OER_SUPPORT */
#ifdef ASN_DISABLE_PER_SUPPORT
0,