aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/bsc_init.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-15bsc_init: Forget which SIs are valid for the trxMax1-2/+4
2017-06-15Update SI data structures and generationMax1-1/+5
2017-06-15Move SI-related definesMax1-1/+1
2017-06-09Get TRX attributesMax1-5/+11
2017-05-29libbsc: Create pcu-socket only as specified in config fileHarald Welte1-14/+0
2017-05-25Use new e1inp_signal_names from libosmo-abis to print input signal namesHarald Welte1-2/+2
2017-05-25pcu_sock: add basic pcu interface supportPhilipp Maier1-0/+22
2017-05-25libbsc: add debug log message to S_L_INP_* callbacksPhilipp Maier1-0/+2
2017-05-17Get basic BTS attributesMax1-0/+6
2017-03-16Don't drop OML links for Get Attributes NACKMax1-10/+10
2017-01-06Cosmetic fixes around SI generationMax1-1/+1
2016-12-02split bsc_bootstrap_network() in alloc and configNeels Hofmeyr1-5/+9
2016-11-24move to libcommon-cs: net init 2: move bsc_network_init decl to new .hNeels Hofmeyr1-1/+1
2016-11-24move to libcommon-cs: net init 1: rename to bsc_network_initNeels Hofmeyr1-1/+2
2016-11-24define mncc_recv_cb_t to avoid code dupNeels Hofmeyr1-2/+1
2016-10-13Log use of incompatible BS-AG-BLKS-RES valueMax1-2/+7
2016-09-27log VTY telnet bind only onceNeels Hofmeyr1-2/+0
2016-09-26mscsplit: gsm_network_init(): add explicit root talloc ctxNeels Hofmeyr1-1/+1
2016-09-26mscsplit: bsc_init: don't pass telnet dummy connNeels Hofmeyr1-4/+1
2016-08-29libmsc/bsc: split rate counters into bsc and msc groupAlexander Couzens1-2/+2
2016-08-27libbsc/libmsc: convert old osmo counter into rate_ctrgsAlexander Couzens1-2/+2
2016-06-14dyn PDCH: send PDCH ACT for each TCH/F_PDCH on TS EnableNeels Hofmeyr1-3/+1
2016-06-14dyn PDCH: Automatically deactivate/activate PDCH on TCH/F+PDCH channelAndreas Eversberg1-1/+3
2016-05-17Move DTX settings to BTSMax1-6/+0
2016-04-16Add basic SI2quater supportMax1-3/+3
2016-04-16Add SI2quater support to SI3Max1-0/+1
2016-04-11Fix segfault with broken configMax1-0/+3
2016-02-25enable telnet VTY bind address config for various programsNeels Hofmeyr1-1/+5
2015-11-20Fix TSC/BSIC handling bug and remove bts->tscHarald Welte1-2/+2
2015-08-17Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg1-3/+0
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 Chemeris1-1/+21
2014-11-21bsc: Allow to generate new system information onlineHolger Hans Peter Freyther1-2/+2
2014-08-24Use port number #defines for VTY and CTRL portsHarald Welte1-1/+2
2013-07-03hsl: Remove the support for the HSL bts from OpenBSCHolger Hans Peter Freyther1-22/+3
2013-01-08si: Do not schedule SI1 to SI4 on the second TRXAndreas Eversberg1-3/+5
2012-11-11bts: Really drop the BTS in case of an OML NACKHolger Hans Peter Freyther1-7/+5
2012-10-18Allow setting of Control Channel Description parameters via VTYAndreas Eversberg1-4/+4
2012-10-09bsc: Do not print "SI 18" but SI2ter when the SI generation failsHolger Hans Peter Freyther1-2/+2
2012-10-08bsc_init: Don't drop all BTSs because a single BTS had an errorHarald Welte1-6/+8
2012-09-11bsc_init: Initialize rc on all paths to address a compiler warningHolger Hans Peter Freyther1-0/+1
2012-03-01Improved generation of SYSTEM INFORMATIONs 2* and 5* for neighbour bandsAndreas Eversberg1-20/+43
2012-01-29ARFCNs are in the range of 0..1023, not 0..1024Harald Welte1-2/+2
2011-10-12bsc: Drop the BTS instead of exiting the applicationHolger Hans Peter Freyther1-7/+12
2011-09-06fix some "implicit declaration" warnings in libbscAlexander Huemer1-0/+2
2011-08-19src: port openBSC over libosmo-abisopenbsc/0.9.15Pablo Neira Ayuso1-14/+7
2011-08-10Initial version of Support for Nokia *Site BTSDieter Spaar1-0/+29
2011-07-18bts-init: Initialize the BTS like it will look after a resetHolger Hans Peter Freyther1-0/+3
2011-06-29properly reset the MO state of all MO on Abis disconnectopenbsc/0.9.14Harald Welte1-7/+1