blob: f313ecb67ec2b333efb4515b5da2d2d40f7f320e [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 */
Lev Walkina9cc46e2004-09-22 16:06:28 +00005#include <asn_internal.h>
Lev Walkinf15320b2004-06-03 03:38:44 +00006#include <VideotexString.h>
7
8/*
9 * VideotexString basic type description.
10 */
11static ber_tlv_tag_t asn1_DEF_VideotexString_tags[] = {
Lev Walkin188ed2c2004-09-13 08:31:01 +000012 (ASN_TAG_CLASS_UNIVERSAL | (21 << 2)), /* [UNIVERSAL 21] IMPLICIT */
13 (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)) /* ... OCTET STRING */
Lev Walkinf15320b2004-06-03 03:38:44 +000014};
15asn1_TYPE_descriptor_t asn1_DEF_VideotexString = {
16 "VideotexString",
Lev Walkina9cc46e2004-09-22 16:06:28 +000017 OCTET_STRING_free,
18 OCTET_STRING_print, /* non-ascii string */
Lev Walkinf15320b2004-06-03 03:38:44 +000019 asn_generic_unknown_constraint,
20 OCTET_STRING_decode_ber, /* Implemented in terms of OCTET STRING */
21 OCTET_STRING_encode_der, /* Implemented in terms of OCTET STRING */
Lev Walkina9cc46e2004-09-22 16:06:28 +000022 0, /* Not implemented yet */
23 OCTET_STRING_encode_xer, /* Implemented in terms of OCTET STRING */
Lev Walkinf15320b2004-06-03 03:38:44 +000024 0, /* Use generic outmost tag fetcher */
25 asn1_DEF_VideotexString_tags,
26 sizeof(asn1_DEF_VideotexString_tags)
Lev Walkin188ed2c2004-09-13 08:31:01 +000027 / sizeof(asn1_DEF_VideotexString_tags[0]) - 1,
28 asn1_DEF_VideotexString_tags,
29 sizeof(asn1_DEF_VideotexString_tags)
Lev Walkinf15320b2004-06-03 03:38:44 +000030 / sizeof(asn1_DEF_VideotexString_tags[0]),
Lev Walkinf15320b2004-06-03 03:38:44 +000031 -1, /* Both ways are fine */
Lev Walkin449f8322004-08-20 13:23:42 +000032 0, 0, /* No members */
Lev Walkind9bd7752004-06-05 08:17:50 +000033 0 /* No specifics */
Lev Walkinf15320b2004-06-03 03:38:44 +000034};
35