summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/voice.h
blob: b9817f8a9188601546199e19b09ad910f757ddb2 (plain)
1
2
3
4
#pragma once

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