aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/bsc_api.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Use libvlr in libmsc (large refactoring)Neels Hofmeyr1-4/+6
2017-03-02subscriber conn: add indicator for originating RANNeels Hofmeyr1-0/+1
2017-02-09Expand chan allocation loggingMax1-1/+2
2016-12-20Fix some typos in stdout outputRuben Undheim1-2/+2
2016-12-02split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr1-6/+5
2016-11-01gsm0408: Adding log output for 3g specific RR messagesPhilipp1-5/+9
2016-09-26mscsplit: directly access gsm_network backpointer from gsm_subscriber_connectionNeels Hofmeyr1-6/+6
2016-09-26mscsplit: add gsm_network backpointer to gsm_subscriber_connectionNeels Hofmeyr1-0/+1
2016-09-26mscsplit: move subscriber conns list into struct gsm_networkNeels Hofmeyr1-7/+3
2016-09-18cosmetic: various comment, whitespace tweaksNeels Hofmeyr1-1/+0
2016-04-22Add extra debug output with channel mode and typeMax1-2/+4
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr1-3/+5
2015-10-02amr: Attempt to unbreak the AMR support in the BSCHolger Hans Peter Freyther1-1/+1
2015-10-02amr: Instead of putting ms/bts into the same struct.. use it twiceHolger Hans Peter Freyther1-2/+2
2015-09-22Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg1-7/+21
2015-01-01Fix most compiler warnings with gcc-4.9.2Harald Welte1-2/+3
2014-08-08bsc: Add a ctrl command to send a ussdNotify for a callHolger Hans Peter Freyther1-0/+5
2014-08-04dyn PDCH: Cleanup of rsl_chan_activate_lchan() and usersAndreas Eversberg1-1/+2
2014-01-27Add function to update TRAU muxer after assignment or handoverAndreas Eversberg1-0/+5
2013-07-27misc: Fix compilation warningsHolger Hans Peter Freyther1-2/+2
2013-01-07audio: Make the BSC handle the new mr_config request of the BSC APIHolger Hans Peter Freyther1-0/+6
2012-12-23rsl: Call the release function with the enum name and not the numberHolger Hans Peter Freyther1-7/+7
2012-08-29reimplement chan_compat_with_mode() to take care of CSDHarald Welte1-9/+34
2012-08-29bsc_api: Invert logic of chan_compat_with_mode()Harald Welte1-4/+4
2012-07-16BSC API: Don't treat a RRLP message as NOTICE eventHarald Welte1-0/+6
2012-04-26bsc_api: Fix wrong order of log category and level argumentsHarald Welte1-1/+1
2012-04-26bsc_api: log RR STATUS from MS as NOTICE, not DEBUG levelHarald Welte1-1/+1
2012-04-18lchan: Fix the name of the SACCH in the variable namesHolger Hans Peter Freyther1-2/+2
2012-04-17bsc_api: Send RR Release and de-activate the SACCH on errorHolger Hans Peter Freyther1-2/+2
2012-04-11bsc: Allow to run a mixed TCH/H, TCH/F configurationHolger Hans Peter Freyther1-4/+22
2012-01-23Move the bulk of RR processing from MSC into BSCHarald Welte1-11/+72
2012-01-23Move processing of CLASSMARK CHANGE behind bsc_apiHarald Welte1-0/+42
2011-12-27bsc: Assume assignment_complete/assignment_fail is setHolger Hans Peter Freyther1-4/+4
2011-09-13bsc_api: Add some more comments to the codeHarald Welte1-0/+10
2011-09-03bsc_api: Make sure to use correct MS Power on ASSIGNMENT CMDDieter Spaar1-1/+1
2011-08-30bsc: Fix a crash in case we get a NACK from the BTS for a new channelHolger Hans Peter Freyther1-5/+5
2011-08-22audio: Move the setting of MultiRateConfig to one placeHolger Hans Peter Freyther1-14/+19
2011-08-19src: use new msg->dst pointer instead of deprecated msg->trxPablo Neira Ayuso1-1/+1
2011-08-13bsc: Crash fix for the osmo-nitb/MNCC codeHolger Hans Peter Freyther1-1/+2
2011-08-10libbsc: Don't free secondary lchan if it is NULL.Daniel Willmann1-1/+5
2011-05-06src: use namespace prefix osmo_signal*Pablo Neira Ayuso1-1/+1
2011-05-06src: use namespace prefix osmo_timer* for timer functionsPablo Neira Ayuso1-6/+6
2011-04-18misc: Move from u_int to uint types of stdint.hHolger Hans Peter Freyther1-3/+3
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-2/+2
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte1-0/+675