[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]F1AP codec update
[o-du/l2.git] / src / codec_utils / F1AP / RRC-Version.c
old mode 100755 (executable)
new mode 100644 (file)
index cec77bd..6155946
@@ -1,8 +1,8 @@
 /*
  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  * From ASN.1 module "F1AP-IEs"
- *     found in "F1.asn1"
- *     `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
+ *     found in "../F1.asn1"
+ *     `asn1c -D ../F1_output/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
  */
 
 #include "RRC-Version.h"
@@ -13,13 +13,11 @@ memb_latest_RRC_Version_constraint_1(const asn_TYPE_descriptor_t *td, const void
                        asn_app_constraint_failed_f *ctfailcb, void *app_key) {
        const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
        size_t size;
-        printf ("Inside %s:%d \n", __FILE__, __LINE__);
        
        if(!sptr) {
                ASN__CTFAIL(app_key, td, sptr,
                        "%s: value not given (%s:%d)",
                        td->name, __FILE__, __LINE__);
-                printf ("Fail %d \n", __LINE__);
                return -1;
        }
        
@@ -37,7 +35,6 @@ memb_latest_RRC_Version_constraint_1(const asn_TYPE_descriptor_t *td, const void
                ASN__CTFAIL(app_key, td, sptr,
                        "%s: constraint failed (%s:%d)",
                        td->name, __FILE__, __LINE__);
-                printf ("Fail %d \n", __LINE__);
                return -1;
        }
 }