asn1c
asn1c copied to clipboard
The ASN.1 Compiler
Hi, I am trying to encode a 40bit unsigned integer. Constraint generated by ASN compiler: asn_per_constraints_t asn_PER_type_NGAP_AMF_UE_NGAP_ID_constr_1 CC_NOTUSED = { { APC_CONSTRAINED, 40, -1, 0, 1099511627775 } /* (0..1099511627775) */,...
Hi, I just downloaded asn1c master branch and followed the instruction to build it. ``` $ test -f configure || autoreconf -iv $ ./configure $ make $ make check ```...
MessageFrame_t *msgFrame = NULL; asn_dec_rval_t rval; /* Decoder return value */ rval = asn_decode(0, ATS_UNALIGNED_BASIC_PER, &asn_DEF_MessageFrame, (void **)&msgFrame, chbuf, eSize); Need Help!! Uper decoder returns an error when attempting to...
The constructed bit for BER TLV encoding seems to be set in the function `der_write_TL` However it is done in the if checking the callback. Is this normal ? I...
I was trying to decode a fixed BasicSaftyMessages I received in my Qt demo, I compiled my asn1 file into a static library and add it into my Qt project....
Hi, I work at Intel, and we have developed a tool that detects anomalous programming language expressions that can possibly lead to bugs. We scanned the code repository for this...
For example, in TS 38.331 , IE "SIB2->rangeToBestCell" has child relations "SIB2->rangeToBestCell"->RangeToBestCell->O-offsetRange->Enumerate value", the compiled rangeToBestCell.c is incorrect, which would cause SIB2 encoding failed. If I modify its child relations...
the ngap message only takes the sctp first slice。After decoding, the value of the first package cannot be taken?
As the latest 0.9.28 version was released in 2017 (4 years ago), and the current branch contains dozens of commits, fixes and additional features, so I want to know when...