comparison ater/read_ts.c @ 18:61862af2247f

ater: E1 timeslot output (osmo_i460 mux)
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Jun 2024 07:26:20 +0000
parents 4ffe22f5b4b5
children
comparison
equal deleted inserted replaced
17:42373f9992cc 18:61862af2247f
29 exit(1); 29 exit(1);
30 } 30 }
31 if (record_file) 31 if (record_file)
32 fwrite(readbuf, 1, 160, record_file); 32 fwrite(readbuf, 1, 160, record_file);
33 osmo_i460_demux_in(&i460_ts, readbuf, 160); 33 osmo_i460_demux_in(&i460_ts, readbuf, 160);
34 /* transmit_e1_ts(); */ 34 transmit_e1_ts();
35 return 0; 35 return 0;
36 } 36 }