blob: 31d67eaeefd7abe5def0cf58523e2a44e79ddd34 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
Lev Walkina9cc46e2004-09-22 16:06:28 +00002 * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
Lev Walkinf15320b2004-06-03 03:38:44 +00003 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _BMPString_H_
6#define _BMPString_H_
7
8#include <constr_TYPE.h>
9#include <OCTET_STRING.h>
10
11typedef OCTET_STRING_t BMPString_t; /* Implemented in terms of OCTET STRING */
12
13extern asn1_TYPE_descriptor_t asn1_DEF_BMPString;
14
15asn_struct_print_f BMPString_print; /* Human-readable output */
Lev Walkina9cc46e2004-09-22 16:06:28 +000016xer_type_encoder_f BMPString_encode_xer;
Lev Walkinf15320b2004-06-03 03:38:44 +000017
18#endif /* _BMPString_H_ */