aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g/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-09-15osmo-bts-{oc2g,lc15}: signal CBCH support to BSCVadim Yanitskiy1-0/+1
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-5/+6
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/+2
2020-10-24main: increase spacing between commands and descriptionVadim Yanitskiy1-3/+4
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-10/+11
2019-11-14Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSPPau Espin Pedrol1-0/+1
2019-11-14cosmetic: Fix trailing whitespacePau Espin Pedrol1-1/+1
2019-10-05struct gsm_bts: Add model_priv pointer handing bts_model specific dataPau Espin Pedrol1-2/+4
2019-05-29osmo-bts-oc2g: Fix status LED responsibilitiesDaniel Willmann1-10/+2
2019-03-05OC-2G: Nominal transmit power is 25 dBm, not 40Harald Welte1-1/+1
2019-02-20oc2g: Remove unused variablesPau Espin Pedrol1-1/+0
2019-02-19oc2g: Fix compilation error (comment mark inside comment)Pau Espin Pedrol1-2/+2
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol1-5/+7
2018-10-27Add OC-2G BTS sourcesOmar Ramadan1-0/+240