aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-06subscr: Stop stopping paging requests behind the back of subscrHolger Hans Peter Freyther1-3/+6
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-01paging: Give the msgb that caused paging_stop up to the paging callbackSylvain Munaut1-1/+1
2010-06-30msc: Add includes to silence a compiler warning.Holger Hans Peter Freyther1-0/+1
2010-06-30handover: Attempt to use the same gsm_subscriber_conn for new/old channelHolger Hans Peter Freyther1-26/+0
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther1-7/+10
2010-06-21bsc_api: Use conn->bts directly...Holger Hans Peter Freyther1-1/+1
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-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-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-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