X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=asn1c_defs%2FRANparameter-ID.c;fp=asn1c_defs%2FRANparameter-ID.c;h=dcb435508d4bf2717909197c0787672f0d54229a;hb=28b894594573ab1e7087ed8fb50b208d7b135b07;hp=de87c0b93216d11fef72225a0eb3fa02303df50a;hpb=6d677813b02deda27db8039ec0de86a5332caa1f;p=ric-app%2Fhw.git diff --git a/asn1c_defs/RANparameter-ID.c b/asn1c_defs/RANparameter-ID.c index de87c0b..dcb4355 100644 --- a/asn1c_defs/RANparameter-ID.c +++ b/asn1c_defs/RANparameter-ID.c @@ -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 */ };