[PATCH] export lapd_tei_alloc(), used in libosmo-netif

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Alexander Huemer alexander.huemer at xx.vu
Fri Nov 6 19:56:29 UTC 2015


---
 include/osmocom/abis/lapd.h | 2 ++
 1 file changed, 2 insertions(+)

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,
-- 
2.6.2




More information about the OpenBSC mailing list