aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_09_11.h
blob: 324befcd15b9dc95b6fbe9b5677fee818594a53b (plain)
1
2
3
4
5
6
7
8
9
#pragma once

struct msc_a;
struct mgsb;
struct gsup_client_mux;
struct osmo_gsup_message;

int gsm0911_rcv_nc_ss(struct msc_a *msc_a, struct msgb *msg);
int gsm0911_gsup_rx(struct gsup_client_mux *gcm, void *data, const struct osmo_gsup_message *msg);