aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2016-04-01bsc: Add code to send ip.access reboot command to nanoBTSHolger Hans Peter Freyther1-0/+39
2016-04-01abis: Send the message without enforcing to wait for a responseHolger Hans Peter Freyther1-1/+1
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr1-3/+5
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr1-2/+4
2016-02-25enable telnet VTY bind address config for various programsNeels Hofmeyr1-1/+5
2016-02-24minor fixes in bsc_vty.c and bsc_nat.cNeels Hofmeyr1-1/+0
2016-01-30gsm0408: Provide unique strings for the gsm 04.08 messageHolger Hans Peter Freyther1-8/+8
2016-01-28fix bsc_vty out: timeslot indented too deeply.Neels Hofmeyr1-8/+8
2015-12-12indicate the GSM 04.08 channel mode in 'show lchan'Harald Welte1-0/+16
2015-11-20vty: Print NCC/BCC and not just integer value of BSICHarald Welte1-1/+2
2015-11-20Fix TSC/BSIC handling bug and remove bts->tscHarald Welte2-27/+8
2015-11-02stats: Enable stats for sgsn, gbproxy, nitb, bsc, natJacob Erlbeck1-0/+2
2015-10-02amr: Attempt to unbreak the AMR support in the BSCHolger Hans Peter Freyther1-1/+1
2015-10-02amr: Kill more duplication and let the code work one of the modesHolger Hans Peter Freyther1-34/+25
2015-10-02amr: Instead of putting ms/bts into the same struct.. use it twiceHolger Hans Peter Freyther3-38/+24
2015-10-02amr: Remove some code duplication in preparationHolger Hans Peter Freyther2-15/+18
2015-09-22Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg6-38/+459
2015-09-04system_information.c: Distinguish two previously identical log msgsHarald Welte1-2/+2
2015-09-04Fix neighbor channel list generation for 1900 MHz PCS bandHarald Welte1-3/+3
2015-08-17Send RADIO LINK TIMEOUT value via OML attribute to BTSAndreas Eversberg1-0/+4
2015-08-17Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg2-3/+17
2015-08-03paging: Go through all BTS to stop pagingHolger Hans Peter Freyther1-16/+9
2015-08-03paging: In case paging failed stop it everywhereHolger Hans Peter Freyther1-1/+3
2015-07-01bsc: Check for the rand and then generate a resHolger Hans Peter Freyther1-1/+6
2015-07-01bsc/nat: Fix the structure of the identity request messageHolger Hans Peter Freyther1-2/+15
2015-06-20bts: Arfcn can never be smaller than 0Holger Hans Peter Freyther1-2/+1
2015-06-19Fix GSM900 ARFCN range checkMichael McTernan1-2/+2
2015-06-02libbsc: Move SIs update/generation for a BTS into a separate function.Alexander Chemeris2-14/+26
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