aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15
AgeCommit message (Expand)AuthorFilesLines
2020-11-05osmo-bts-lc15: use consistent name for containing directoryVadim Yanitskiy43-12145/+0
2020-11-03fixup: vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy1-2/+0
2020-11-02vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy1-18/+14
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-20Introduce NM Channel FSMPau Espin Pedrol2-28/+30
2020-10-20Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol2-22/+26
2020-10-20Introduce NM BTS FSMPau Espin Pedrol1-1/+3
2020-10-20Introduce NM BTS Site Manager FSMPau Espin Pedrol1-1/+4
2020-10-20Change NM Channel availability Dependency->Offline when RadioCarrier becomes ...Pau Espin Pedrol1-0/+12
2020-10-19remove dead oml_router codeHarald Welte4-157/+2
2020-10-19use osmo_fd_setup() everywhereHarald Welte1-10/+2
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy1-5/+5
2020-08-03Constify the 'trx' argument of trx_get_hlayer1() everywhereVadim Yanitskiy2-5/+5
2020-06-23bts_model: Convert bts_model_trx_close() to return asynchronouslyPau Espin Pedrol1-2/+6
2020-06-18power_ramp: Add support to get callback when ramping process completesPau Espin Pedrol2-3/+3
2020-06-18cosmetic: {oc2g,lc15}bts_bty.c: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-06-11Do not mix public and private BTS features, use libosmocore's APIVadim Yanitskiy1-10/+11
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol2-10/+10
2020-04-26osmo-bts-{sysmo,oc2g,lc15}: fix segfault on 'dsp-trace-flag'Vadim Yanitskiy1-2/+2
2020-04-25lc15: Fix mismatching signature in callback providedPau Espin Pedrol1-1/+2
2020-04-25lc15: Fix returning values on void functionPau Espin Pedrol1-5/+4
2020-04-25osmo-bts-litecell15: Implement missing features.Rafael Diniz7-13/+568
2020-04-20fix compilation with gcc-10Harald Welte1-10/+10
2020-04-14logging: use only LOGL_NOTICE as defualt loglevelPhilipp Maier1-5/+5
2020-02-25cosmetic: Fix some typos with codespellPau Espin Pedrol1-1/+1
2020-02-17osmo-bts-sysmo: merge measurement data and payloadPhilipp Maier1-2/+2
2020-02-17Do not depend on pcu_direct flag when populating ph_data_indPhilipp Maier1-5/+4
2020-02-12l1_if: Fix strange formatting of Meas info loggingPau Espin Pedrol1-10/+7
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-17Fix common misspellings and typosMartin Hauke4-12/+12
2019-10-11log: set L1 SAPI log contextOliver Smith1-0/+44
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-07-21Move Access Burst link quality handling to L1SAPVadim Yanitskiy1-7/+1
2019-07-21Clarify and refactor link quality (C/I) handlingVadim Yanitskiy1-1/+1
2019-06-05Use #define RSL_CHAN_RACH for RSL Channel Number of RACHVadim Yanitskiy1-1/+1
2019-05-29osmo-bts-lc15: Change LED behaviour to be the same as oc2gDaniel Willmann1-10/+30
2019-05-28lc15,sysmo,oc2g: fix dsp-trace-flag commandNeels Hofmeyr1-1/+1
2019-03-18lc15: remove unused define constant FACTORY_ROM_PATHPhilipp Maier1-1/+0
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol1-3/+7
2018-11-22Fix deprecated gsm_arfcn2band(), use gsm_arfcn2band_rc()Vadim Yanitskiy1-1/+4
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol1-5/+7
2018-09-30Fix computing CCCH block number from frame numberHarald Welte1-1/+1
2018-09-25lc15bts_mgr_vty: Ensure writing well-formed config filesHarald Welte1-5/+5
2018-09-21lc15: led_sleep_cb: pass correct ptr to llist_move_tailPau Espin Pedrol1-1/+1
2018-09-17CBCH: Fix CBCH via L1SAP for osmo-bts-{sysmo,octphy,litecell15}Harald Welte1-1/+3
2018-09-16lc15: rewrite and refactor code to print hwversion descriptionPau Espin Pedrol4-35/+26
2018-09-16lc15: fsync requires fd instead of file streamPau Espin Pedrol1-3/+3
2018-09-16lc15: vty: Add missing include for lchan_deactivatePau Espin Pedrol1-0/+1