2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "RRLP-Components"
4 * found in "../asn1src/RRLP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "AccuracyOpt.h"
17 #include <constr_CHOICE.h>
24 typedef enum MethodType_PR
{
25 MethodType_PR_NOTHING
, /* No components present */
26 MethodType_PR_msAssisted
,
27 MethodType_PR_msBased
,
28 MethodType_PR_msBasedPref
,
29 MethodType_PR_msAssistedPref
33 typedef struct MethodType
{
34 MethodType_PR present
;
36 AccuracyOpt_t msAssisted
;
38 Accuracy_t msBasedPref
;
39 Accuracy_t msAssistedPref
;
42 /* Context for parsing across buffer boundaries */
43 asn_struct_ctx_t _asn_ctx
;
47 extern asn_TYPE_descriptor_t asn_DEF_MethodType
;
53 #endif /* _MethodType_H_ */
54 #include <asn_internal.h>