blob: e6fc423868956f9d1cce592212c4c491afd0a515 [file] [log] [blame]
Harald Welte92c45f32010-06-12 18:59:38 +02001/*-
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 <asn_internal.h>
6#include <VideotexString.h>
7
8/*
9 * VideotexString basic type description.
10 */
Harald Welte41b85d52015-08-31 08:56:53 +020011static const ber_tlv_tag_t asn_DEF_VideotexString_tags[] = {
Harald Welte92c45f32010-06-12 18:59:38 +020012 (ASN_TAG_CLASS_UNIVERSAL | (21 << 2)), /* [UNIVERSAL 21] IMPLICIT */
13 (ASN_TAG_CLASS_UNIVERSAL | (4 << 2)) /* ... OCTET STRING */
14};
15asn_TYPE_descriptor_t asn_DEF_VideotexString = {
16 "VideotexString",
17 "VideotexString",
18 OCTET_STRING_free,
19 OCTET_STRING_print, /* non-ascii string */
20 asn_generic_unknown_constraint,
21 OCTET_STRING_decode_ber, /* Implemented in terms of OCTET STRING */
22 OCTET_STRING_encode_der,
23 OCTET_STRING_decode_xer_hex,
24 OCTET_STRING_encode_xer,
Harald Welteec0e2172010-07-20 00:03:44 +020025 OCTET_STRING_decode_uper, /* Implemented in terms of OCTET STRING */
26 OCTET_STRING_encode_uper,
Harald Welte41b85d52015-08-31 08:56:53 +020027 OCTET_STRING_decode_aper,
28 OCTET_STRING_encode_aper,
Harald Welte92c45f32010-06-12 18:59:38 +020029 0, /* Use generic outmost tag fetcher */
30 asn_DEF_VideotexString_tags,
31 sizeof(asn_DEF_VideotexString_tags)
32 / sizeof(asn_DEF_VideotexString_tags[0]) - 1,
33 asn_DEF_VideotexString_tags,
34 sizeof(asn_DEF_VideotexString_tags)
35 / sizeof(asn_DEF_VideotexString_tags[0]),
36 0, /* No PER visible constraints */
37 0, 0, /* No members */
38 0 /* No specifics */
39};
40