Hello,
I am using asn1 compiler to send some PER and XER based data. For PER I use uper_encode_to_buffer function to write the PER encodings directly into a buffer but for XER there is no such fucntion prototype defioned in the libary, so for this I use the normal XER_encode finction to write the XER encoded data into a file.txt and read it to contents of buffer. But with this method I don't get the correct data expected. So can you tell me if there is a function available to write XER encoding directly in to buffer like the uper_encode_to_buffer. Also how much does it cost get the BSD licence so that I can define my own XER function or alter it?. Thank you in advance for your help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am using asn1 compiler to send some PER and XER based data. For PER I use uper_encode_to_buffer function to write the PER encodings directly into a buffer but for XER there is no such fucntion prototype defioned in the libary, so for this I use the normal XER_encode finction to write the XER encoded data into a file.txt and read it to contents of buffer. But with this method I don't get the correct data expected. So can you tell me if there is a function available to write XER encoding directly in to buffer like the uper_encode_to_buffer. Also how much does it cost get the BSD licence so that I can define my own XER function or alter it?. Thank you in advance for your help.