Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / InterfaceProtocolIE-Value.c
diff --git a/asn1c_defs/all-defs/InterfaceProtocolIE-Value.c b/asn1c_defs/all-defs/InterfaceProtocolIE-Value.c
new file mode 100755 (executable)
index 0000000..b6b3858
--- /dev/null
@@ -0,0 +1,92 @@
+/*\r
+ * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
+ * From ASN.1 module "E2SM-gNB-X2-IEs"\r
+ *     found in "../../asn_defs/asn1/e2sm-gNB-X2-release-1-v041.asn.txt"\r
+ *     `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
+ */\r
+\r
+#include "InterfaceProtocolIE-Value.h"\r
+\r
+asn_per_constraints_t asn_PER_type_InterfaceProtocolIE_Value_constr_1 CC_NOTUSED = {\r
+       { APC_CONSTRAINED | APC_EXTENSIBLE,  3,  3,  0,  4 }    /* (0..4,...) */,\r
+       { APC_UNCONSTRAINED,    -1, -1,  0,  0 },\r
+       0, 0    /* No PER value map */\r
+};\r
+asn_TYPE_member_t asn_MBR_InterfaceProtocolIE_Value_1[] = {\r
+       { ATF_NOFLAGS, 0, offsetof(struct InterfaceProtocolIE_Value, choice.valueInt),\r
+               (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
+               -1,     /* IMPLICIT tag at current level */\r
+               &asn_DEF_NativeInteger,\r
+               0,\r
+               { 0, 0, 0 },\r
+               0, 0, /* No default value */\r
+               "valueInt"\r
+               },\r
+       { ATF_NOFLAGS, 0, offsetof(struct InterfaceProtocolIE_Value, choice.valueEnum),\r
+               (ASN_TAG_CLASS_CONTEXT | (1 << 2)),\r
+               -1,     /* IMPLICIT tag at current level */\r
+               &asn_DEF_NativeInteger,\r
+               0,\r
+               { 0, 0, 0 },\r
+               0, 0, /* No default value */\r
+               "valueEnum"\r
+               },\r
+       { ATF_NOFLAGS, 0, offsetof(struct InterfaceProtocolIE_Value, choice.valueBool),\r
+               (ASN_TAG_CLASS_CONTEXT | (2 << 2)),\r
+               -1,     /* IMPLICIT tag at current level */\r
+               &asn_DEF_BOOLEAN,\r
+               0,\r
+               { 0, 0, 0 },\r
+               0, 0, /* No default value */\r
+               "valueBool"\r
+               },\r
+       { ATF_NOFLAGS, 0, offsetof(struct InterfaceProtocolIE_Value, choice.valueBitS),\r
+               (ASN_TAG_CLASS_CONTEXT | (3 << 2)),\r
+               -1,     /* IMPLICIT tag at current level */\r
+               &asn_DEF_BIT_STRING,\r
+               0,\r
+               { 0, 0, 0 },\r
+               0, 0, /* No default value */\r
+               "valueBitS"\r
+               },\r
+       { ATF_NOFLAGS, 0, offsetof(struct InterfaceProtocolIE_Value, choice.valueOctS),\r
+               (ASN_TAG_CLASS_CONTEXT | (4 << 2)),\r
+               -1,     /* IMPLICIT tag at current level */\r
+               &asn_DEF_OCTET_STRING,\r
+               0,\r
+               { 0, 0, 0 },\r
+               0, 0, /* No default value */\r
+               "valueOctS"\r
+               },\r
+};\r
+static const asn_TYPE_tag2member_t asn_MAP_InterfaceProtocolIE_Value_tag2el_1[] = {\r
+    { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* valueInt */\r
+    { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* valueEnum */\r
+    { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* valueBool */\r
+    { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* valueBitS */\r
+    { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* valueOctS */\r
+};\r
+asn_CHOICE_specifics_t asn_SPC_InterfaceProtocolIE_Value_specs_1 = {\r
+       sizeof(struct InterfaceProtocolIE_Value),\r
+       offsetof(struct InterfaceProtocolIE_Value, _asn_ctx),\r
+       offsetof(struct InterfaceProtocolIE_Value, present),\r
+       sizeof(((struct InterfaceProtocolIE_Value *)0)->present),\r
+       asn_MAP_InterfaceProtocolIE_Value_tag2el_1,\r
+       5,      /* Count of tags in the map */\r
+       0, 0,\r
+       5       /* Extensions start */\r
+};\r
+asn_TYPE_descriptor_t asn_DEF_InterfaceProtocolIE_Value = {\r
+       "InterfaceProtocolIE-Value",\r
+       "InterfaceProtocolIE-Value",\r
+       &asn_OP_CHOICE,\r
+       0,      /* No effective tags (pointer) */\r
+       0,      /* No effective tags (count) */\r
+       0,      /* No tags (pointer) */\r
+       0,      /* No tags (count) */\r
+       { 0, &asn_PER_type_InterfaceProtocolIE_Value_constr_1, CHOICE_constraint },\r
+       asn_MBR_InterfaceProtocolIE_Value_1,\r
+       5,      /* Elements count */\r
+       &asn_SPC_InterfaceProtocolIE_Value_specs_1      /* Additional specs */\r
+};\r
+\r