-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAccessControl.c
40 lines (37 loc) · 1.43 KB
/
AccessControl.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
* Generated by asn1c-0.9.29-DF (http://lionet.info/asn1c)
* From ASN.1 module "Iso21177AdaptorLayer"
* found in "../../asn1/../ttcn/Ats21177/21177/EN_ISO_21177_adaptor_layer.asn"
* `asn1c -no-gen-example -pdu=Iso21177AccessControlPdu -pdu=ExtendedAuthPdu -pdu=EnhancedAuthPdu -pdu=SecurityMgmtInfoPdu -pdu=SessionExtensionPdu -pdu=Iso21177AdaptorLayerPdu -pdu=EtsiTs103097Data -pdu=EtsiTs103097Certificate -fcompound-names`
*/
#include "AccessControl.h"
/*
* This type is implemented using Iso21177AccessControlPdu,
* so here we adjust the DEF accordingly.
*/
static const ber_tlv_tag_t asn_DEF_AccessControl_tags_1[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
};
asn_TYPE_descriptor_t asn_DEF_AccessControl = {
"AccessControl",
"AccessControl",
&asn_OP_SEQUENCE,
asn_DEF_AccessControl_tags_1,
sizeof(asn_DEF_AccessControl_tags_1)
/sizeof(asn_DEF_AccessControl_tags_1[0]), /* 1 */
asn_DEF_AccessControl_tags_1, /* Same as above */
sizeof(asn_DEF_AccessControl_tags_1)
/sizeof(asn_DEF_AccessControl_tags_1[0]), /* 1 */
{
#if !defined(ASN_DISABLE_OER_SUPPORT)
0,
#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
0,
#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
SEQUENCE_constraint
},
asn_MBR_Iso21177AccessControlPdu_1,
2, /* Elements count */
&asn_SPC_Iso21177AccessControlPdu_specs_1 /* Additional specs */
};