From 5e19b9a0bf5846af427df76ce737e2949333a594 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 27 Apr 2019 19:09:14 +0200 Subject: mncc: send payload type matching chosen codec Change-Id: Id32f32d77d24b753adb96b5393c0363439e312c2 --- include/osmocom/msc/mncc_call.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/osmocom/msc') diff --git a/include/osmocom/msc/mncc_call.h b/include/osmocom/msc/mncc_call.h index ad0f0f841..e887cbe7a 100644 --- a/include/osmocom/msc/mncc_call.h +++ b/include/osmocom/msc/mncc_call.h @@ -22,6 +22,7 @@ */ #pragma once +#include #include #include @@ -138,3 +139,5 @@ int mncc_call_tx_msgt(struct mncc_call *mncc_call, uint32_t msg_type); struct mncc_call *mncc_call_find_by_callref(uint32_t callref); void mncc_call_release(struct mncc_call *mncc_call); + +uint32_t mgcp_codec_to_mncc_payload_msg_type(enum mgcp_codecs codec); -- cgit v1.2.3