2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "SUPL-RESPONSE"
4 * found in "../asn1src/SUPL-RESPONSE.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
16 #include <constr_CHOICE.h>
23 typedef enum SETAuthKey_PR
{
24 SETAuthKey_PR_NOTHING
, /* No components present */
25 SETAuthKey_PR_shortKey
,
26 SETAuthKey_PR_longKey
,
27 /* Extensions may appear below */
32 typedef struct SETAuthKey
{
33 SETAuthKey_PR present
;
35 BIT_STRING_t shortKey
;
38 * This type is extensible,
39 * possible extensions are below.
43 /* Context for parsing across buffer boundaries */
44 asn_struct_ctx_t _asn_ctx
;
48 extern asn_TYPE_descriptor_t asn_DEF_SETAuthKey
;
54 #endif /* _SETAuthKey_H_ */
55 #include <asn_internal.h>