updated image tag version to 1.0.3
[ric-app/rc.git] / e2sm / headers / E2SM-RC-ControlHeader.h
old mode 100644 (file)
new mode 100755 (executable)
index aead9e3..a9b57df
@@ -1,7 +1,7 @@
 /*
  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
- * From ASN.1 module "E2SM-KPM-RC"
- *     found in "e2sm-kpm-rc.asn"
+ * From ASN.1 module "E2SM-RC-IEs"
+ *     found in "e2sm-rc-nov2021.asn"
  *     `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
  */
 
 
 /* Including external dependencies */
 #include <constr_CHOICE.h>
+#include <constr_SEQUENCE.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 /* Dependencies */
-typedef enum E2SM_RC_ControlHeader_PR {
-       E2SM_RC_ControlHeader_PR_NOTHING,       /* No components present */
-       E2SM_RC_ControlHeader_PR_controlHeader_Format1
+typedef enum E2SM_RC_ControlHeader__ric_controlHeader_formats_PR {
+       E2SM_RC_ControlHeader__ric_controlHeader_formats_PR_NOTHING,    /* No components present */
+       E2SM_RC_ControlHeader__ric_controlHeader_formats_PR_controlHeader_Format1
        /* Extensions may appear below */
        
-} E2SM_RC_ControlHeader_PR;
+} E2SM_RC_ControlHeader__ric_controlHeader_formats_PR;
 
 /* Forward declarations */
 struct E2SM_RC_ControlHeader_Format1;
 
 /* E2SM-RC-ControlHeader */
 typedef struct E2SM_RC_ControlHeader {
-       E2SM_RC_ControlHeader_PR present;
-       union E2SM_RC_ControlHeader_u {
-               struct E2SM_RC_ControlHeader_Format1    *controlHeader_Format1;
-               /*
-                * This type is extensible,
-                * possible extensions are below.
-                */
-       } choice;
+       struct E2SM_RC_ControlHeader__ric_controlHeader_formats {
+               E2SM_RC_ControlHeader__ric_controlHeader_formats_PR present;
+               union E2SM_RC_ControlHeader__ric_controlHeader_formats_u {
+                       struct E2SM_RC_ControlHeader_Format1    *controlHeader_Format1;
+                       /*
+                        * This type is extensible,
+                        * possible extensions are below.
+                        */
+               } choice;
+               
+               /* Context for parsing across buffer boundaries */
+               asn_struct_ctx_t _asn_ctx;
+       } ric_controlHeader_formats;
+       /*
+        * This type is extensible,
+        * possible extensions are below.
+        */
        
        /* Context for parsing across buffer boundaries */
        asn_struct_ctx_t _asn_ctx;