Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / UE-HistoryInformation.c
diff --git a/asn1c_defs/all-defs/UE-HistoryInformation.c b/asn1c_defs/all-defs/UE-HistoryInformation.c
new file mode 100755 (executable)
index 0000000..f2ce3e3
--- /dev/null
@@ -0,0 +1,50 @@
+/*\r
+ * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
+ * From ASN.1 module "X2AP-IEs"\r
+ *     found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
+ *     `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
+ */\r
+\r
+#include "UE-HistoryInformation.h"\r
+\r
+#include "LastVisitedCell-Item.h"\r
+static asn_per_constraints_t asn_PER_type_UE_HistoryInformation_constr_1 CC_NOTUSED = {\r
+       { APC_UNCONSTRAINED,    -1, -1,  0,  0 },\r
+       { APC_CONSTRAINED,       4,  4,  1,  16 }       /* (SIZE(1..16)) */,\r
+       0, 0    /* No PER value map */\r
+};\r
+static asn_TYPE_member_t asn_MBR_UE_HistoryInformation_1[] = {\r
+       { ATF_POINTER, 0, 0,\r
+               -1 /* Ambiguous tag (CHOICE?) */,\r
+               0,\r
+               &asn_DEF_LastVisitedCell_Item,\r
+               0,\r
+               { 0, 0, 0 },\r
+               0, 0, /* No default value */\r
+               ""\r
+               },\r
+};\r
+static const ber_tlv_tag_t asn_DEF_UE_HistoryInformation_tags_1[] = {\r
+       (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))\r
+};\r
+static asn_SET_OF_specifics_t asn_SPC_UE_HistoryInformation_specs_1 = {\r
+       sizeof(struct UE_HistoryInformation),\r
+       offsetof(struct UE_HistoryInformation, _asn_ctx),\r
+       2,      /* XER encoding is XMLValueList */\r
+};\r
+asn_TYPE_descriptor_t asn_DEF_UE_HistoryInformation = {\r
+       "UE-HistoryInformation",\r
+       "UE-HistoryInformation",\r
+       &asn_OP_SEQUENCE_OF,\r
+       asn_DEF_UE_HistoryInformation_tags_1,\r
+       sizeof(asn_DEF_UE_HistoryInformation_tags_1)\r
+               /sizeof(asn_DEF_UE_HistoryInformation_tags_1[0]), /* 1 */\r
+       asn_DEF_UE_HistoryInformation_tags_1,   /* Same as above */\r
+       sizeof(asn_DEF_UE_HistoryInformation_tags_1)\r
+               /sizeof(asn_DEF_UE_HistoryInformation_tags_1[0]), /* 1 */\r
+       { 0, &asn_PER_type_UE_HistoryInformation_constr_1, SEQUENCE_OF_constraint },\r
+       asn_MBR_UE_HistoryInformation_1,\r
+       1,      /* Single element */\r
+       &asn_SPC_UE_HistoryInformation_specs_1  /* Additional specs */\r
+};\r
+\r