aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-11/+12
2010-03-25lchan: Change transaction to work on the GSM Subscriber ConnectionHolger Hans Peter Freyther1-13/+10
2010-03-25lchan: Create a structure for MSC data of the lchanHolger Hans Peter Freyther1-4/+8
2010-03-24Specify a release reason for the lchanHolger Hans Peter Freyther1-2/+2
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-4/+9
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
2009-12-24transaction: Change id allocator method to be 'circular'Sylvain Munaut1-3/+8
2009-12-22Merge commit 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-1/+25
2009-12-19Never allocate transaction ID 7Sylvain Munaut1-1/+1
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-11-20[lchan] Release the channel ones its' usecount drops to zeroHolger Hans Peter Freyther1-3/+4
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
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-1/+1
2009-08-14fix sms layer timer leak/corruiption using trans_free()Harald Welte (local)1-0/+3
2009-08-10misc: Add prototypes to header files, include more header filesHolger Hans Peter Freyther1-0/+2
2009-07-23look-up by (subscriber, protocol, transaction_id) tupleHarald Welte1-3/+6
2009-07-23move allocating new transaction_ids to transaction.cHarald Welte1-2/+12
2009-07-23add missing files to gitHarald Welte1-0/+134