aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_msc_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/osmo_msc_data.h')
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h
index caf49ef19..5c769c1cd 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -29,10 +29,11 @@
#include <osmocore/timer.h>
struct osmo_bsc_rf;
+struct gsm_network;
struct gsm_audio_support {
- u_int8_t hr : 1,
- ver : 7;
+ uint8_t hr : 1,
+ ver : 7;
};
struct osmo_msc_data {
@@ -71,4 +72,6 @@ int osmo_bsc_msc_init(struct gsm_network *network);
int osmo_bsc_sccp_init(struct gsm_network *gsmnet);
int msc_queue_write(struct bsc_msc_connection *conn, struct msgb *msg, int proto);
+int osmo_bsc_audio_init(struct gsm_network *network);
+
#endif