summaryrefslogtreecommitdiff
path: root/gsmdecode/src/data_out.h
blob: 6d3f740b6aabe6dc979e885fee98e2c776e333ac (plain)
1
2
3
4
5


void l2_data_out_Bbis(int fn, const unsigned char *data, int len);
void l2_data_out_B(int fn, const unsigned char *data, int len, int logicalchannel, int direction);

personal git repositories of Harald Welte. Your mileage may vary