summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/voice.h
blob: a052418351ef8157a268594f3dfaa7c850418f1a (plain)
1
2
3
4
5
6
7
#ifndef _voice_h
#define _voice_h

int gsm_voice_init(struct osmocom_ms *ms);
int gsm_send_voice(struct osmocom_ms *ms, struct gsm_data_frame *data);

#endif /* _voice_h */