aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/common_cs.h
blob: 097d3b157f5ec9339cab9d790c905b54b98fe7fa (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <stdint.h>

struct msgb;
struct gsm_network;

typedef int (*mncc_recv_cb_t)(struct gsm_network *, struct msgb *);

struct gsm_network *gsm_network_init(void *ctx, mncc_recv_cb_t mncc_recv);