aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/main.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-02main,abis: change model name from sysmoBTS to osmo-btsPhilipp Maier1-1/+1
2021-05-09[VAMOS] struct gsm_bts_trx: fix the PHY instance pointerVadim Yanitskiy1-1/+1
2021-02-16GSMTAP: make remote host for Um logging configurable via VTYNeels Hofmeyr1-10/+28
2021-02-13GSMTAP: move 'struct gsmtap_inst' and masks to 'struct gsm_bts'Vadim Yanitskiy1-3/+3
2021-02-13main: cosmetic: tweak deprecation warning messagesVadim Yanitskiy1-4/+4
2021-02-06vty: register libosmocore's FSM introspection commandsVadim Yanitskiy1-0/+1
2020-11-25common: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-3/+13
2020-11-25common: Enable SIGABRT signal handlerPau Espin Pedrol1-1/+1
2020-11-04main: do not print asciiart to stdout, use stderr insteadVadim Yanitskiy1-2/+2
2020-11-02vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy1-12/+13
2020-11-02main: move general options from bts_vty_init()Vadim Yanitskiy1-0/+6
2020-11-02main: register VTY commands before handle_options()Vadim Yanitskiy1-3/+3
2020-10-24main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy1-10/+32
2020-10-24main: increase spacing between commands and descriptionVadim Yanitskiy1-10/+10
2020-10-24main: do not print deprecated '-r' / '--realtime' in helpVadim Yanitskiy1-1/+0
2020-10-09main: add commandline option --vty-ref-xmlPhilipp Maier1-0/+12
2020-08-10common: Support setting rt prio through new libosmovty sched VTY cmdsPau Espin Pedrol1-1/+5
2020-08-02osmo-bts-trx/scheduler: fix CLCK.ind handling during ramping downVadim Yanitskiy1-1/+1
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-05-25Add severity to OML FAILURE EVENT REPORTHarald Welte1-1/+1
2019-03-27oml: use oml_tx_failure_event_rep() instead of oml_fail_rep()Philipp Maier1-2/+3
2019-03-27main: remove wrong call to oml_fail_rep() on SIGUSR1/2 and SIGABRTPhilipp Maier1-3/+0
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