2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "SUPL-AUTH-RESP"
4 * found in "../asn1src/SUPL-AUTH-RESP.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 SPCAuthKey_PR
{
24 SPCAuthKey_PR_NOTHING
, /* No components present */
25 SPCAuthKey_PR_shortKey
,
26 SPCAuthKey_PR_longKey
,
27 /* Extensions may appear below */
32 typedef struct SPCAuthKey
{
33 SPCAuthKey_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_SPCAuthKey
;
54 #endif /* _SPCAuthKey_H_ */
55 #include <asn_internal.h>