ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_rc / lib / GNB-CU-UE-F1AP-ID.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-COMMON-IEs"
4  *      found in "e2sm.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #include "GNB-CU-UE-F1AP-ID.h"
9
10 int
11 GNB_CU_UE_F1AP_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  */
30 static asn_oer_constraints_t asn_OER_type_GNB_CU_UE_F1AP_ID_constr_1 CC_NOTUSED = {
31         { 4, 1 }        /* (0..4294967295) */,
32         -1};
33 asn_per_constraints_t asn_PER_type_GNB_CU_UE_F1AP_ID_constr_1 CC_NOTUSED = {
34         { APC_CONSTRAINED,       32, -1,  0,  4294967295 }      /* (0..4294967295) */,
35         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
36         0, 0    /* No PER value map */
37 };
38 const asn_INTEGER_specifics_t asn_SPC_GNB_CU_UE_F1AP_ID_specs_1 = {
39         0,      0,      0,      0,      0,
40         0,      /* Native long size */
41         1       /* Unsigned representation */
42 };
43 static const ber_tlv_tag_t asn_DEF_GNB_CU_UE_F1AP_ID_tags_1[] = {
44         (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
45 };
46 asn_TYPE_descriptor_t asn_DEF_GNB_CU_UE_F1AP_ID = {
47         "GNB-CU-UE-F1AP-ID",
48         "GNB-CU-UE-F1AP-ID",
49         &asn_OP_NativeInteger,
50         asn_DEF_GNB_CU_UE_F1AP_ID_tags_1,
51         sizeof(asn_DEF_GNB_CU_UE_F1AP_ID_tags_1)
52                 /sizeof(asn_DEF_GNB_CU_UE_F1AP_ID_tags_1[0]), /* 1 */
53         asn_DEF_GNB_CU_UE_F1AP_ID_tags_1,       /* Same as above */
54         sizeof(asn_DEF_GNB_CU_UE_F1AP_ID_tags_1)
55                 /sizeof(asn_DEF_GNB_CU_UE_F1AP_ID_tags_1[0]), /* 1 */
56         { &asn_OER_type_GNB_CU_UE_F1AP_ID_constr_1, &asn_PER_type_GNB_CU_UE_F1AP_ID_constr_1, GNB_CU_UE_F1AP_ID_constraint },
57         0, 0,   /* No members */
58         &asn_SPC_GNB_CU_UE_F1AP_ID_specs_1      /* Additional specs */
59 };
60