summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm48_cc.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-08-28 03:40:14 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-10-03 18:43:08 +0700
commit2fbf4d1c67e80715c7cc8d82053b72d31b75fc41 (patch)
tree40d25e8fb7f42fdd32a8e681b607d9a2da61bc9e /src/host/layer23/src/mobile/gsm48_cc.c
parent3ceba3476d6156d965686972f1b24daca3c7286f (diff)
mobile/voice.c: abstract gsm_send_voice() from MNCC
Diffstat (limited to 'src/host/layer23/src/mobile/gsm48_cc.c')
-rw-r--r--src/host/layer23/src/mobile/gsm48_cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/gsm48_cc.c b/src/host/layer23/src/mobile/gsm48_cc.c
index f1e81098..28576d29 100644
--- a/src/host/layer23/src/mobile/gsm48_cc.c
+++ b/src/host/layer23/src/mobile/gsm48_cc.c
@@ -1970,7 +1970,7 @@ int mncc_tx_to_cc(void *inst, int msg_type, void *arg)
switch (msg_type) {
case GSM_TCHF_FRAME:
- return gsm_send_voice(ms, arg);
+ return gsm_send_voice_mncc(ms, arg);
case MNCC_LCHAN_MODIFY:
return 0;
case MNCC_FRAME_RECV: