I tried this code but facing problem with buffer handling :-
able to process only message 1
How can I process all records :-
#include <stdio.h>
#include <sys/types.h>
#include "CallDetailOutputRecord.h"
int main(int argc, char *argv[]) {
/*char buf1[300000];
char buf2[300000];
*/
int buf_size=2000;
char *buf1;
char *buf2;
char...
2009-07-03 10:26:44 UTC in The ASN.1 Compiler