blob: 09f3eb6a0b5da8aac6aeb148b9b7d4a2b14f5f9a [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
2 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#include <TeletexString.h>
6
7/*
8 * TeletexString basic type description.
9 */
10static ber_tlv_tag_t asn1_DEF_TeletexString_tags[] = {
Lev Walkin188ed2c2004-09-13 08:31:01 +000011 (ASN_TAG_CLASS_UNIVERSAL | (20 << 2)), /* [UNIVERSAL 20] IMPLICIT ...*/
12 (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)), /* ... OCTET STRING */
Lev Walkinf15320b2004-06-03 03:38:44 +000013};
14asn1_TYPE_descriptor_t asn1_DEF_TeletexString = {
15 "TeletexString",
16 asn_generic_unknown_constraint,
17 OCTET_STRING_decode_ber, /* Implemented in terms of OCTET STRING */
18 OCTET_STRING_encode_der, /* Implemented in terms of OCTET STRING */
19 OCTET_STRING_print, /* non-ascii string */
20 OCTET_STRING_free,
21 0, /* Use generic outmost tag fetcher */
22 asn1_DEF_TeletexString_tags,
23 sizeof(asn1_DEF_TeletexString_tags)
Lev Walkin188ed2c2004-09-13 08:31:01 +000024 / sizeof(asn1_DEF_TeletexString_tags[0]) - 1,
25 asn1_DEF_TeletexString_tags,
26 sizeof(asn1_DEF_TeletexString_tags)
Lev Walkinf15320b2004-06-03 03:38:44 +000027 / sizeof(asn1_DEF_TeletexString_tags[0]),
Lev Walkinf15320b2004-06-03 03:38:44 +000028 -1, /* Both ways are fine */
Lev Walkin449f8322004-08-20 13:23:42 +000029 0, 0, /* No members */
Lev Walkind9bd7752004-06-05 08:17:50 +000030 0 /* No specifics */
Lev Walkinf15320b2004-06-03 03:38:44 +000031};
32