aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Fix license headers.Harald Welte1-1/+1
2023-09-21oml: implement handling of NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy1-0/+13
2023-07-21sysmo: Enable VGSCS + VBS feature flagsHarald Welte1-0/+2
2023-05-27all models, HR1 codec: select RTP output format via vty optionMychaela N. Falconia1-0/+6
2022-04-25src/common/bts.c: set BTS_FEAT_PAGING_COORDINATIONOliver Smith1-1/+0
2022-04-21model_init: set BTS_FEAT_PAGINATION_COORDINATIONOliver Smith1-0/+1
2022-04-21model_init: order features alphabeticallyOliver Smith1-6/+7
2021-05-17sysmo,oc2g,lc15: Make RadioChannel MO depend on RadioCarrier MOPau Espin Pedrol1-0/+1
2020-11-03fixup: vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy1-2/+0
2020-10-24main: separate model-specific arguments in helpVadim Yanitskiy1-1/+1
2020-10-24main: increase spacing between commands and descriptionVadim Yanitskiy1-3/+3
2020-10-19remove dead oml_router codeHarald Welte1-10/+0
2020-06-11Do not mix public and private BTS features, use libosmocore's APIVadim Yanitskiy1-12/+13
2020-02-17osmo-bts-sysmo: merge measurement data and payloadPhilipp Maier1-0/+1
2019-11-14Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSPPau Espin Pedrol1-0/+1
2019-05-10osmo-bts-sysmo: fix: indicate BTS_FEAT_CBCH support on OMLVadim Yanitskiy1-0/+1
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol1-0/+5
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-3/+1
2018-02-22bts: use feature list instead of speech codec tablePhilipp Maier1-12/+0
2018-02-22octphy: ensure all BTS models set featuresPhilipp Maier1-0/+5
2018-02-19rsl: do not allow MODE MODIFY request with unsupp. codec/ratePhilipp Maier1-0/+12
2017-07-05sysmo: Remove non longer valid -p option from helpPau Espin Pedrol1-1/+0
2017-06-15Set and report BTS featuresMax1-0/+5
2017-05-10Set BTS variant while initializing BTS modelMax1-0/+1
2016-02-15declare pcu_direct in pcu_if.hHarald Welte1-2/+1
2016-02-15LC15/sysmobts: Don't try to refer to fl1h from PHY configHarald Welte1-28/+0
2016-02-15sysmobts/LC15: Fix startup-time DSP trace flage configurationHarald Welte1-7/+1
2016-02-15sysmobts: make clock calibration eeprom default (again?)Harald Welte1-0/+1
2016-02-15port sysmobts to phy_link/phy_instance abstractionHarald Welte1-28/+14
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte1-259/+65
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte1-3/+0
2016-01-16sysmoBTS: port 'press Ctrl+C twice for immediate exit' from osmo-bts-trxHarald Welte1-2/+5
2015-12-06use talloc pool for msgb and ortp libraryHarald Welte1-1/+1
2015-12-05osmo-bts-sysmo: Disable DSP trace flags by defaultHarald Welte1-1/+1
2015-09-22Allow TRX 0..254 at VTY, even if less TRX are availableAndreas Eversberg1-1/+1
2015-09-22Allow one or more TRX to configure via VTYAndreas Eversberg1-1/+1
2015-09-22ABIS: Introduce bts_model_abis_close to indicate ABIS link failure.Andreas Eversberg1-0/+6
2015-09-22Fix: Call e1inp_vty_init() before reading config fileAndreas Eversberg1-0/+1
2015-09-22Add gsmtap option to command line to main.c of osmo-bts-sysmoAndreas Eversberg1-1/+19
2015-09-22Move gsmtap VTY commands from osmo-bts-sysmo to common partAndreas Eversberg1-2/+2
2014-12-16sysmobts: Remove unused global variablesHolger Hans Peter Freyther1-2/+0
2014-11-10bts: In case the line isn't created do not exit with code 1Holger Hans Peter Freyther1-1/+1
2014-08-24ctrl: Add sysmobts control interfaceHarald Welte1-0/+1
2014-08-24fix build problem introduced with control interfaceHarald Welte1-1/+0
2014-08-24use libocmocore #defines for VTY port numbersHarald Welte1-1/+2
2014-08-24ctrl_if: Move control interface to port 4238Harald Welte1-1/+2
2014-08-24add control interface to common BTS (for thermal attenuation)Harald Welte1-0/+5
2014-08-24New generic transmit power handlingHarald Welte1-5/+1
2014-07-31sysmobts: Make sure that the omlrouter is in a FHS pathHolger Hans Peter Freyther1-2/+3
2014-07-31sysmobts: Begin with an OML router that will be used by the managerHolger Hans Peter Freyther1-0/+8