SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / per_opentype.h
1 /*
2  * Copyright (c) 2007-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
3  * Redistribution and modifications are permitted subject to BSD license.
4  */
5 #ifndef _PER_OPENTYPE_H_
6 #define _PER_OPENTYPE_H_
7
8 #include <asn_internal.h>
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 asn_dec_rval_t uper_sot_suck(
15         const asn_codec_ctx_t *,
16         const asn_TYPE_descriptor_t *td,
17         const asn_per_constraints_t *constraints,
18         void **sptr, asn_per_data_t *pd);
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif  /* _PER_OPENTYPE_H_ */