Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / NRFreqInfo.h
diff --git a/asn1c_defs/all-defs/NRFreqInfo.h b/asn1c_defs/all-defs/NRFreqInfo.h
new file mode 100755 (executable)
index 0000000..9c37245
--- /dev/null
@@ -0,0 +1,59 @@
+/*\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
+#ifndef        _NRFreqInfo_H_\r
+#define        _NRFreqInfo_H_\r
+\r
+\r
+#include <asn_application.h>\r
+\r
+/* Including external dependencies */\r
+#include <NativeInteger.h>\r
+#include <asn_SEQUENCE_OF.h>\r
+#include <constr_SEQUENCE_OF.h>\r
+#include <constr_SEQUENCE.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+/* Forward declarations */\r
+struct SULInformation;\r
+struct ProtocolExtensionContainer;\r
+struct FreqBandNrItem;\r
+\r
+/* NRFreqInfo */\r
+typedef struct NRFreqInfo {\r
+       long     nRARFCN;\r
+       struct NRFreqInfo__freqBandListNr {\r
+               A_SEQUENCE_OF(struct FreqBandNrItem) list;\r
+               \r
+               /* Context for parsing across buffer boundaries */\r
+               asn_struct_ctx_t _asn_ctx;\r
+       } freqBandListNr;\r
+       struct SULInformation   *sULInformation;        /* OPTIONAL */\r
+       struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
+       /*\r
+        * This type is extensible,\r
+        * possible extensions are below.\r
+        */\r
+       \r
+       /* Context for parsing across buffer boundaries */\r
+       asn_struct_ctx_t _asn_ctx;\r
+} NRFreqInfo_t;\r
+\r
+/* Implementation */\r
+extern asn_TYPE_descriptor_t asn_DEF_NRFreqInfo;\r
+extern asn_SEQUENCE_specifics_t asn_SPC_NRFreqInfo_specs_1;\r
+extern asn_TYPE_member_t asn_MBR_NRFreqInfo_1[4];\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* _NRFreqInfo_H_ */\r
+#include <asn_internal.h>\r