blob: ec7f2222cfcfaa2397926db6dc83e4000f5c0375 [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
4 * found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6 */
7
8#include "SgNB-UE-X2AP-ID.h"
9
10int
11SgNB_UE_X2AP_ID_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
12 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13
14 if(!sptr) {
15 ASN__CTFAIL(app_key, td, sptr,
16 "%s: value not given (%s:%d)",
17 td->name, __FILE__, __LINE__);
18 return -1;
19 }
20
21
22 /* Constraint check succeeded */
23 return 0;
24}
25
26/*
27 * This type is implemented using NativeInteger,
28 * so here we adjust the DEF accordingly.
29 */
30static asn_per_constraints_t asn_PER_type_SgNB_UE_X2AP_ID_constr_1 CC_NOTUSED = {
31 { APC_CONSTRAINED, 32, -1, 0, 4294967295 } /* (0..4294967295) */,
32 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
33 0, 0 /* No PER value map */
34};
35static const asn_INTEGER_specifics_t asn_SPC_SgNB_UE_X2AP_ID_specs_1 = {
36 0, 0, 0, 0, 0,
37 0, /* Native long size */
38 1 /* Unsigned representation */
39};
40static const ber_tlv_tag_t asn_DEF_SgNB_UE_X2AP_ID_tags_1[] = {
41 (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
42};
43asn_TYPE_descriptor_t asn_DEF_SgNB_UE_X2AP_ID = {
44 "SgNB-UE-X2AP-ID",
45 "SgNB-UE-X2AP-ID",
46 &asn_OP_NativeInteger,
47 asn_DEF_SgNB_UE_X2AP_ID_tags_1,
48 sizeof(asn_DEF_SgNB_UE_X2AP_ID_tags_1)
49 /sizeof(asn_DEF_SgNB_UE_X2AP_ID_tags_1[0]), /* 1 */
50 asn_DEF_SgNB_UE_X2AP_ID_tags_1, /* Same as above */
51 sizeof(asn_DEF_SgNB_UE_X2AP_ID_tags_1)
52 /sizeof(asn_DEF_SgNB_UE_X2AP_ID_tags_1[0]), /* 1 */
53 { 0, &asn_PER_type_SgNB_UE_X2AP_ID_constr_1, SgNB_UE_X2AP_ID_constraint },
54 0, 0, /* No members */
55 &asn_SPC_SgNB_UE_X2AP_ID_specs_1 /* Additional specs */
56};
57