From c072ad6e299a5930937d336bb13c407c02aefd7b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 23 Jul 2009 21:25:08 +0200 Subject: add missing files to git --- openbsc/include/openbsc/transaction.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 openbsc/include/openbsc/transaction.h (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/transaction.h b/openbsc/include/openbsc/transaction.h new file mode 100644 index 000000000..8f3e7de81 --- /dev/null +++ b/openbsc/include/openbsc/transaction.h @@ -0,0 +1,16 @@ +#ifndef _TRANSACT_H +#define _TRANSACT_H + +#include +#include + +struct gsm_trans *trans_find_by_id(struct gsm_lchan *lchan, u_int8_t trans_id); +struct gsm_trans *trans_find_by_callref(struct gsm_network *net, + u_int32_t callref); + +struct gsm_trans *trans_alloc(struct gsm_subscriber *subscr, + u_int8_t protocol, u_int8_t trans_id, + u_int32_t callref); +void trans_free(struct gsm_trans *trans); + +#endif -- cgit v1.2.3