aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g
AgeCommit message (Expand)AuthorFilesLines
2020-10-19remove dead oml_router codeHarald Welte4-157/+2
2020-10-19use osmo_fd_setup() everywhereHarald Welte2-14/+4
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy1-4/+4
2020-08-03Constify the 'trx' argument of trx_get_hlayer1() everywhereVadim Yanitskiy2-4/+4
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 Pedrol3-12/+12
2020-04-26osmo-bts-{sysmo,oc2g,lc15}: fix segfault on 'dsp-trace-flag'Vadim Yanitskiy1-2/+2
2020-04-25oc2g: Fix mismatching signature in callback providedPau Espin Pedrol1-1/+2
2020-04-25oc2g: Fix returning values on void functionPau Espin Pedrol1-6/+5
2020-04-20fix compilation with gcc-10Harald Welte1-11/+11
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/+8
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 Hauke5-11/+11
2019-10-11log: set L1 SAPI log contextOliver Smith1-0/+44
2019-10-05struct gsm_bts: Add model_priv pointer handing bts_model specific dataPau Espin Pedrol2-2/+11
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-oc2g: Fix status LED responsibilitiesDaniel Willmann1-10/+2
2019-05-28lc15,sysmo,oc2g: fix dsp-trace-flag commandNeels Hofmeyr1-1/+1
2019-05-25Add severity to OML FAILURE EVENT REPORTHarald Welte1-3/+3
2019-04-15oc2gbts_mgr: use osmo_init_logging2() instead of osmo_init_logging()Philipp Maier1-3/+3
2019-04-08oc2gbts_mgr_calib: do not return NULL on integer functionPhilipp Maier1-2/+2
2019-04-08oc2gbts_mgr_calib: don't use fsync() on *FILE pointerPhilipp Maier1-1/+1
2019-04-08l1_if: add include for missing header filePhilipp Maier1-0/+1
2019-03-27oc2g: change log level for calibration file errors to FATALPhilipp Maier1-3/+3
2019-03-27oc2g: generate failure event report in case of bad calibrationPhilipp Maier1-30/+7
2019-03-20oc2gbts_mgr: use msgb_talloc_ctx_init() instead of msgb_set_talloc_ctx()Philipp Maier1-1/+1
2019-03-19oc2g: l1if: delay trx initialization to avoid race conditionPhilipp Maier1-2/+14
2019-03-18oc2gbts_mgr_vty: remove calls to vty_install_default()Philipp Maier1-15/+0
2019-03-18oc2g: remove unused define constant FACTORY_ROM_PATHPhilipp Maier1-1/+0
2019-03-05OC-2G: Nominal transmit power is 25 dBm, not 40Harald Welte2-4/+4
2019-02-20oc2g: vty: Compilation error fixes due to commented codePau Espin Pedrol1-2/+5
2019-02-20oc2g: Remove unused static functionPau Espin Pedrol1-12/+0
2019-02-20oc2g: Remove unused variablesPau Espin Pedrol4-5/+0
2019-02-19oc2g: fsync requires fd instead of file streamPau Espin Pedrol1-3/+3
2019-02-19oc2g: led_sleep_cb: pass correct ptr to llist_move_tailPau Espin Pedrol1-1/+1
2019-02-19oc2g: Cleanup of get_hwversion_descPau Espin Pedrol1-8/+3
2019-02-19oc2g: Add get_hwversion_desc to header filePau Espin Pedrol1-0/+1
2019-02-19oc2g: Fix compilation error (comment mark inside comment)Pau Espin Pedrol4-18/+19
2018-12-04oc2g: Fix headers missing during make distcheckPau Espin Pedrol1-1/+1