aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/main.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Enable statsd supportMax1-0/+2
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol1-14/+4
2018-04-04use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-1/+1
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-5/+3
2018-03-13common/main.c: track talloc NULL contexts by defaultVadim Yanitskiy1-0/+3
2018-02-24BTS: add rate_ctr about CCCH (paging, agch, pch)Harald Welte1-0/+1
2018-02-14osmo-bts: Add talloc context introspection via VTYHarald Welte1-0/+1
2018-02-08main.c: bts_main: fix typo in error messagePau Espin Pedrol1-1/+1
2017-08-20Treat SIGTERM just like SIGINT in our programsHarald Welte1-0/+2
2017-08-14Fix build after recent gsm_bts_alloc() changeHarald Welte1-1/+1
2017-01-25OML: internalize failure reportingMax1-8/+5
2017-01-24build: Do not require more headers from OpenBSCHolger Hans Peter Freyther1-1/+0
2017-01-10CTRL: make the CTRL-Interface IP address configurablePhilipp1-1/+6
2017-01-08Add Abis OML failure event reportingMax1-1/+10
2016-11-09fix 'osmo-bts-* --version' segfaultNeels Hofmeyr1-1/+1
2016-10-14msgb ctx: use new msgb_talloc_ctx_init() in various main()sNeels Hofmeyr1-3/+1
2016-09-22heed VTY 'line vty'/'bind' commandNeels Hofmeyr1-1/+2
2016-06-17fix typo in error message ('at lEast')Neels Hofmeyr1-1/+1
2016-02-15make PCU socket and telnet port configurableHarald Welte1-5/+5
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-0/+20
2016-01-23main: Return something from the methodHolger Hans Peter Freyther1-0/+2
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte1-0/+332