blob: e925823fe97252a6fbdf6b4814e23d9c00c42f46 [file] [log] [blame]
Peter Szilagyifbc56f92019-07-23 19:29:46 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
kalnagy1455c852019-10-21 13:06:23 +02004 * found in "X2AP-15-4-0.asn1"
5 * `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
Peter Szilagyifbc56f92019-07-23 19:29:46 +00006 */
7
8#include "MBMS-Service-Area-Identity.h"
9
10int
11MBMS_Service_Area_Identity_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
12 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13 const OCTET_STRING_t *st = (const OCTET_STRING_t *)sptr;
14 size_t size;
15
16 if(!sptr) {
17 ASN__CTFAIL(app_key, td, sptr,
18 "%s: value not given (%s:%d)",
19 td->name, __FILE__, __LINE__);
20 return -1;
21 }
22
23 size = st->size;
24
25 if((size == 2)) {
26 /* Constraint check succeeded */
27 return 0;
28 } else {
29 ASN__CTFAIL(app_key, td, sptr,
30 "%s: constraint failed (%s:%d)",
31 td->name, __FILE__, __LINE__);
32 return -1;
33 }
34}
35
36/*
37 * This type is implemented using OCTET_STRING,
38 * so here we adjust the DEF accordingly.
39 */
40static asn_oer_constraints_t asn_OER_type_MBMS_Service_Area_Identity_constr_1 CC_NOTUSED = {
41 { 0, 0 },
42 2 /* (SIZE(2..2)) */};
43asn_per_constraints_t asn_PER_type_MBMS_Service_Area_Identity_constr_1 CC_NOTUSED = {
44 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
45 { APC_CONSTRAINED, 0, 0, 2, 2 } /* (SIZE(2..2)) */,
46 0, 0 /* No PER value map */
47};
48static const ber_tlv_tag_t asn_DEF_MBMS_Service_Area_Identity_tags_1[] = {
49 (ASN_TAG_CLASS_UNIVERSAL | (4 << 2))
50};
51asn_TYPE_descriptor_t asn_DEF_MBMS_Service_Area_Identity = {
52 "MBMS-Service-Area-Identity",
53 "MBMS-Service-Area-Identity",
54 &asn_OP_OCTET_STRING,
55 asn_DEF_MBMS_Service_Area_Identity_tags_1,
56 sizeof(asn_DEF_MBMS_Service_Area_Identity_tags_1)
57 /sizeof(asn_DEF_MBMS_Service_Area_Identity_tags_1[0]), /* 1 */
58 asn_DEF_MBMS_Service_Area_Identity_tags_1, /* Same as above */
59 sizeof(asn_DEF_MBMS_Service_Area_Identity_tags_1)
60 /sizeof(asn_DEF_MBMS_Service_Area_Identity_tags_1[0]), /* 1 */
61 { &asn_OER_type_MBMS_Service_Area_Identity_constr_1, &asn_PER_type_MBMS_Service_Area_Identity_constr_1, MBMS_Service_Area_Identity_constraint },
62 0, 0, /* No members */
63 &asn_SPC_OCTET_STRING_specs /* Additional specs */
64};
65