aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2015-11-06 20:56:29 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-11-07 12:33:40 +0100
commit86fc3c8787a9c29f566a44969d528a604ee7e11f (patch)
treef77af870d00411e1b6b4054467ab0db35d1b035c /include
parent3cef39b03cb46de4a7aba65137d724a000b184cb (diff)
export lapd_tei_alloc(), used in libosmo-netif
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/abis/lapd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/abis/lapd.h b/include/osmocom/abis/lapd.h
index 2457cde..2987633 100644
--- a/include/osmocom/abis/lapd.h
+++ b/include/osmocom/abis/lapd.h
@@ -50,6 +50,8 @@ enum lapd_recv_errors {
__LAPD_ERR_MAX
};
+struct lapd_tei *lapd_tei_alloc(struct lapd_instance *li, uint8_t tei);
+
int lapd_receive(struct lapd_instance *li, struct msgb *msg, int *error);
void lapd_transmit(struct lapd_instance *li, uint8_t tei, uint8_t sapi,