aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/chan_alloc.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-10move openbsc into its own subdirectoryHarald Welte1-49/+0
2009-01-04Add implementation to find a lchan by the struct gsm_subscriberHolger Freyther1-0/+24
Really compare pointers to check if the one gsm_subscriber is equal to the other... gsm_subscriber should be unique for a given IMSI so comparing the pointers should be fine.
2009-01-01Do not call rsl_chan_release directly but use the use_count of the lchanHolger Freyther1-0/+3
Call use_lchan early in allocate_loc_updating_req, do not directly call rsl_chan_release but go through channel alloc to take the use_count into account.
2008-12-25no reasonable commit message possible. tons of changes of the last 2 daysHarald Welte1-0/+22