aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/transaction.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-23 21:36:44 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-23 21:36:44 +0200
commit78283ef151aa4cac6eaf9728b3df65a117108186 (patch)
treeaf4480ce858125f787f92684ab77a512746e2161 /openbsc/include/openbsc/transaction.h
parent9ee4825bbf71d2fdcf87e484a716a3d96787baba (diff)
move allocating new transaction_ids to transaction.c
Diffstat (limited to 'openbsc/include/openbsc/transaction.h')
-rw-r--r--openbsc/include/openbsc/transaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/transaction.h b/openbsc/include/openbsc/transaction.h
index 8f3e7de81..1450dbca5 100644
--- a/openbsc/include/openbsc/transaction.h
+++ b/openbsc/include/openbsc/transaction.h
@@ -13,4 +13,6 @@ struct gsm_trans *trans_alloc(struct gsm_subscriber *subscr,
u_int32_t callref);
void trans_free(struct gsm_trans *trans);
+int trans_assign_trans_id(struct gsm_subscriber *subscr,
+ u_int8_t protocol, u_int8_t ti_flag);
#endif