Mouse
Mouse
I can answer this - because (a) one might not remember what exact names executables in the project have, (b) for a simple project (one "target" exe, one "test" exe)...
Alas, no. For (a), the name of a sole executable could be , or , or something altogether different. While looking it up should be as simple as browsing the...
@copilot proposed fix is insufficient - still does not handle correctly: ```text $ ./converter-example -P -ixer -otext f1ap_reset_3.xer XER/CHOICE checked [ 1, step => 1 (constr_SEQUENCE_xer.c:132) XER/SEQUENCE: tcv = 5,...
@copilot here is the complete output: ```text $ ./converter-example -P -ixer -otext f1ap_reset_3.xer XER/CHOICE checked [ 1, step => 1 (constr_SEQUENCE_xer.c:132) XER/SEQUENCE: tcv = 5, ph=1 [initiatingMessage] (constr_SEQUENCE_xer.c:158) XER/SEQUENCE: tcv=5,...
@copilot I recommend to look closer at this part of the log: ```text OPEN_TYPE_xer_get: elm->type=value, elements=0x0, elements_count=0, selected.presence_index=1, selected.type=Reset (OPEN_TYPE_xer.c:49) Open Type InitiatingMessage->value: presence index 1 out of bounds (max...
@copilot > The output still appears to be truncated. This is the complete output that your generated code gave. Repeating it: ```text $ ./converter-example -dd -P -ixer -otext f1ap_reset_3.xer AD:...
@copilot now XER and APER decoding appears to work: ```text $ ./converter-example -ixer -onull f1ap_reset_3.xer (Suppressing binary output to a terminal.) XER/CHOICE checked [ 1, step => 1 (constr_SEQUENCE_xer.c:132) XER/SEQUENCE:...
@copilot please fix the encoders too
@copilot make sure all encoders and decoders (DER, OER, PER, JER, XER) function correctly with these types
@copilot decoding appears to be successful in the sense that it processes the entire message without error or crash. However, the main part of the message - the hierarchical `...`...