aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g/misc
AgeCommit message (Expand)AuthorFilesLines
2020-10-19use osmo_fd_setup() everywhereHarald Welte1-4/+2
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol1-2/+2
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
2019-10-17Fix common misspellings and typosMartin Hauke2-8/+8
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-1/+1
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-03-20oc2gbts_mgr: use msgb_talloc_ctx_init() instead of msgb_set_talloc_ctx()Philipp Maier1-1/+1
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-02-20oc2g: Remove unused static functionPau Espin Pedrol1-12/+0
2019-02-20oc2g: Remove unused variablesPau Espin Pedrol2-3/+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
2018-10-29{oc2g,sysmo}-mgr-calib: Fix build against gpsd >= 3.18Pau Espin Pedrol1-1/+11
2018-10-27Add OC-2G BTS sourcesOmar Ramadan27-0/+6171