aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
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:39:00 +0200
commitb49248bf48b0856e3b156810681ea3fca44c728a (patch)
treeec284f436f8400673d1ad84554094e86fa8220d2 /openbsc/include
parentc072ad6e299a5930937d336bb13c407c02aefd7b (diff)
move allocating new transaction_ids to transaction.c
Diffstat (limited to 'openbsc/include')
-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