aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/iu_cs.h
blob: 4be2ae96aa2cb18dc5f9ba68238f3c75acdc0252 (plain)
1
2
3
4
5
#pragma once

int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg, uint8_t link_id);
struct gsm_subscriber_connection *subscr_conn_allocate_iu(struct gsm_bts *bts);
	/* TODO "bts"? this is an hNodeB, really. */