aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2015-07-30fix: extension-prefix equal to 0 is used as default valueIvan Kluchnikov1-1/+1
2015-07-22sub: Add the ability to set prefix for randomly generated extensionsIvan Kluchnikov2-0/+15
2015-05-30libbsc: Update a BTS's SIs when ms_max_power is changed from VTY.Alexander Chemeris1-0/+8
2015-05-30libbsc: Abstract out SIs update/generation for a BTS into a separate function.Alexander Chemeris2-14/+27
2015-05-27libmsc: Update 'max_power_red' VTY command.Alexander Chemeris1-9/+24
2015-05-26If requested TCH/H channel is not available, try assigning TCH/FAndreas Eversberg1-0/+10
2015-05-26Fix: If paging for half rate was requested, use hr, if supported by MSAndreas Eversberg1-1/+1
2015-05-26Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg6-38/+459
2015-05-26Send RADIO LINK TIMEOUT value via OML attribute to BTSAndreas Eversberg1-0/+4
2015-05-26Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg2-3/+17
2015-05-26Add traffic forwarding via RTP to remote applicationAndreas Eversberg2-0/+2
2015-04-29sub: Remove paging requests before dispatchingHolger Hans Peter Freyther1-4/+10
2015-04-04bts: "Repair" broken channels if we receive the release ackHolger Hans Peter Freyther1-3/+14
2015-02-10ctrl: Implement a global result for rf_locked0.14.0Holger Hans Peter Freyther1-2/+27
2015-02-10ctrl: Add a command to check how many bts are configuredHolger Hans Peter Freyther1-0/+10
2015-02-10nitb: Move the rf-lock commands from osmo-bsc to libbscHolger Hans Peter Freyther1-0/+83
2015-02-07nokia: Allow to set the reset time for the nokia btsSipos Csaba2-4/+23
2015-01-31bsc/nitb: Allow to set the GPRS mode through the ctrl commandHolger Hans Peter Freyther2-11/+44
2015-01-31ctrl/bsc: Fix copy and paste error and update textHolger Hans Peter Freyther1-0/+2
2015-01-31rsl: Remove unused code for channel activationHolger Hans Peter Freyther1-35/+0
2015-01-27nitb: Allow the network to decide if a subscriber should be createdHolger Hans Peter Freyther1-0/+2
2015-01-05RSL: Change "... is back in operation" to an INFO level messageHarald Welte1-1/+1
2015-01-05Don't return an error to caller if we are out of lchan on CHAN RQDHarald Welte1-1/+1
2015-01-02logging: Only compare the subscr addressHolger Hans Peter Freyther2-22/+1
2015-01-02logging: Set the context for paging requests as well.Holger Hans Peter Freyther1-0/+11
2015-01-02lchan: Remember why a channel is broken using static stringsHolger Hans Peter Freyther3-9/+22
2015-01-01smscb: Prepare to fill in the info for CBCH in SI4Holger Hans Peter Freyther2-3/+3
2015-01-01chan_alloc: remove ts_alloc() and ts_free()Harald Welte1-106/+1
2015-01-01Fix most compiler warnings with gcc-4.9.2Harald Welte1-2/+3
2015-01-01chan_alloc: Fix missing break statementHarald Welte1-0/+1
2015-01-01chan_alloc.c: Don't remove SDCCH/8 without CBCHHarald Welte1-0/+1
2014-12-30libbsc/system_information.c: Fix off-by-one error in si4 generation with CBCH...Daniel Willmann1-3/+3
2014-12-30move gsm_bts_get_cbch() to gsm_data_shared() as its needed in osmo-btsHarald Welte1-22/+1
2014-12-30Add basic support for CBCH / SMS-CB (Cell Brroadcast)Harald Welte4-14/+117
2014-12-18ho: Copy the multirate config to the new lchanHolger Hans Peter Freyther1-0/+1
2014-12-17ho: Make sure the timer is always stoppedHolger Hans Peter Freyther1-14/+16
2014-12-17bts: When one link drops.. check what needs to be droppedHolger Hans Peter Freyther1-0/+16
2014-12-17bts: Add some simple dependency between different BTSHolger Hans Peter Freyther2-0/+70
2014-12-05msc: Add and use gsm_subscriber_groupJacob Erlbeck4-4/+12
2014-12-05ctrl: Allow to query if the OML link is connected or notHolger Hans Peter Freyther1-0/+27
2014-12-05ctrl: Add command to get the current load of a BTSHolger Hans Peter Freyther1-0/+53
2014-11-21bsc: Add ctrl command to set the TRX ARFCNHolger Hans Peter Freyther1-0/+3
2014-11-21bsc: Allow to generate new system information onlineHolger Hans Peter Freyther2-2/+38
2014-11-21bts: Store the bcch_change_mark in the bts structureHolger Hans Peter Freyther1-0/+3
2014-11-21bsc: Allow to set the call-identityHolger Hans Peter Freyther1-0/+2
2014-11-21bsc: Allow to apply configuration for an individual BTSHolger Hans Peter Freyther1-2/+30
2014-11-11bsc: Move gsm_subscriber_base.c to libcommonJacob Erlbeck2-157/+0
2014-11-11bsc: Move gsm_network_init function to libbscJacob Erlbeck2-1/+104
2014-11-10bts: Allow to set the LAC through the CTRL interfaceHolger Hans Peter Freyther1-0/+5
2014-11-10bsc: Fix use-after-free on OML NM messages from the BTSJacob Erlbeck1-4/+6