E2AP Abstraction Changes
[ric-app/hw.git] / asn1c_defs / RANparameter-ID.c
index de87c0b..dcb4355 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  * From ASN.1 module "E2SM-HelloWorld-IEs"
- *     found in "/home/sjana/ASN-Defns/e2sm-HelloWorld-v002.asn"
+ *     found in "e2sm-HelloWorld-v001.asn"
  *     `asn1c -fno-include-deps -fcompound-names -findirect-choice -gen-PER -no-gen-OER`
  */
 
@@ -21,7 +21,7 @@ RANparameter_ID_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
        
        value = *(const long *)sptr;
        
-       if((value >= 0 && value <= 255)) {
+       if((value >= 0 && value <= 100)) {
                /* Constraint check succeeded */
                return 0;
        } else {
@@ -37,7 +37,7 @@ RANparameter_ID_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
  * so here we adjust the DEF accordingly.
  */
 asn_per_constraints_t asn_PER_type_RANparameter_ID_constr_1 CC_NOTUSED = {
-       { APC_CONSTRAINED,       8,  8,  0,  255 }      /* (0..255) */,
+       { APC_CONSTRAINED,       7,  7,  0,  100 }      /* (0..100) */,
        { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
        0, 0    /* No PER value map */
 };