From 2fbf4d1c67e80715c7cc8d82053b72d31b75fc41 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 28 Aug 2018 03:40:14 +0700 Subject: mobile/voice.c: abstract gsm_send_voice() from MNCC Change-Id: I37241555cd648a8e2b57fa072c708f93cd1ba5a9 --- src/host/layer23/include/osmocom/bb/mobile/voice.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/host/layer23/include/osmocom/bb/mobile/voice.h') diff --git a/src/host/layer23/include/osmocom/bb/mobile/voice.h b/src/host/layer23/include/osmocom/bb/mobile/voice.h index b9817f8a..689361c3 100644 --- a/src/host/layer23/include/osmocom/bb/mobile/voice.h +++ b/src/host/layer23/include/osmocom/bb/mobile/voice.h @@ -1,4 +1,10 @@ #pragma once +#include + +#include +#include + int gsm_voice_init(struct osmocom_ms *ms); -int gsm_send_voice(struct osmocom_ms *ms, struct gsm_data_frame *data); +int gsm_send_voice(struct osmocom_ms *ms, struct msgb *msg); +int gsm_send_voice_mncc(struct osmocom_ms *ms, struct gsm_data_frame *frame); -- cgit v1.2.3