aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/transaction.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-19Never allocate transaction ID 7Sylvain Munaut1-1/+1
According to GSM 04.07 11.2.3.1.3 , TID 7 is "reserved for future extensions". Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2009-12-18[handover] lchan use count handling in case of trans_lchan_change()Harald Welte1-0/+5
2009-12-17introduce trans_lchan_change() to update transaction about lchan changeHarald Welte1-0/+19
2009-10-22Fix warnings by removing unused variablesHolger Hans Peter Freyther1-2/+0
2009-09-28[paging] Use paging_request_stop to stop all paging requestsHolger Hans Peter Freyther1-9/+1
This loop looks a lot like the one inside the paging code. Call it instead and change the code in paging_request_stop to cope with a NULL _bts.
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-1/+1
the various constructors get called in a non-obvious, linker determined order, which makes certain objects disappear from the talloc report. This change moves the talloc context creation into a new talloc_ctx.c file
2009-08-14fix sms layer timer leak/corruiption using trans_free()Harald Welte (local)1-0/+3
we only stopped the cp1* timer on reception of cp-ack, but not in error cases like rx of cp-error.
2009-08-10misc: Add prototypes to header files, include more header filesHolger Hans Peter Freyther1-0/+2
Fix various warnings about implicit declarations of functions.
2009-07-23look-up by (subscriber, protocol, transaction_id) tupleHarald Welte1-3/+6
... rather than the previous incomplete (lchan, transaction_id) tuple
2009-07-23move allocating new transaction_ids to transaction.cHarald Welte1-2/+12
2009-07-23add missing files to gitHarald Welte1-0/+134