aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/misc
AgeCommit message (Expand)AuthorFilesLines
2024-03-02sysmobts_mgr_temp: Migrate to ctrl_cmd_send2()Harald Welte1-1/+1
2024-02-17Fix license headers.Harald Welte11-11/+11
2023-10-05Drop use of deprectated vty callback is_config_nodePau Espin Pedrol1-18/+0
2023-01-02osmo-bts: Transition to use of 'telnet_init_default'arehbein1-1/+1
2022-06-21bts-sysmo: Replace use of deprecated ipa_client_conn_create APIPau Espin Pedrol1-2/+2
2021-05-28sysmobts-mgr: Fix path to hwmon in /sysKeith1-1/+1
2021-02-15add support for sysmoBTS 1003 aka "1002 with GPS and PoE"Harald Welte2-0/+3
2021-02-03Use osmo_fd_*_{disable,enable}Harald Welte1-1/+1
2021-01-04cosmetic: sysmobts-mgr: fix whitespace indentationPau Espin Pedrol1-1/+1
2020-11-25sysmobts-mgr: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-3/+14
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-4/+4
2019-10-17Rename variable: CALIB_SUCESS -> CALIB_SUCCESSMartin Hauke1-3/+3
2019-10-17Fix common misspellings and typosMartin Hauke4-8/+8
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-1/+1
2018-12-18sysmobts_mgr: Add support for gpsd < 2.96Pau Espin Pedrol2-2/+21
2018-12-18sysmobts_mgr: Prepare code for gpsd < 2.96 supportPau Espin Pedrol2-8/+10
2018-10-29{oc2g,sysmo}-mgr-calib: Fix build against gpsd >= 3.18Pau Espin Pedrol1-2/+11
2018-04-04use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-7/+1
2018-01-16Move sysmobts-calib into osmo-bts-sysmoMax3-0/+1382
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-8/+0
2017-09-19vty: mgr: sysmobts, lc15: install default commands for ACT_NORM_NODENeels Hofmeyr1-0/+1
2017-08-20Treat SIGTERM just like SIGINT in our programsHarald Welte1-0/+2
2017-06-22Copy sysmobts.service to osmo-bts-sysmoMax2-6/+6
2017-05-15Prepare for BTS attribute reporting via OMLMax4-23/+37
2017-04-30sysmobts: Store a simple network config in the EEPROM as wellHolger Hans Peter Freyther4-8/+168
2017-04-29sysmobts: Make reservation for mode/netmask/ip and sucHolger Hans Peter Freyther2-1/+16
2017-03-14Handle ctrl cmd allocation failuresMax1-18/+19
2017-02-24Use oml-alert CTRL command for temp reportMax3-12/+64
2017-02-02sysmobts_eeprom.h: Fix/extend model number definitionsHarald Welte1-1/+2
2016-10-14msgb ctx: use new msgb_talloc_ctx_init() in various main()sNeels Hofmeyr1-3/+1
2016-09-24sysmobts_mgr, lc15bts_mgr: fix tall context for telnet vtyNeels Hofmeyr1-1/+1
2016-07-07sysmobts: Fix eeprom padding before gpg keyHolger Hans Peter Freyther2-1/+7
2016-06-15sysmobts: Add the barebox boot state reservationHolger Hans Peter Freyther1-1/+2
2016-01-04fix large amount of compiler warnings in common and sysmobts codeHarald Welte1-1/+1
2015-01-10sysmobts: Check mgr->calib.bts_conn for NULLHolger Hans Peter Freyther1-1/+1
2015-01-10sysmobts: Improve some log messages for calib controlHolger Hans Peter Freyther1-2/+11
2015-01-09sysmobts: Create a calibration loop that will be runHolger Hans Peter Freyther2-21/+64
2015-01-09sysmobts: Start the calibration the first time the link is upHolger Hans Peter Freyther2-0/+13
2015-01-09sysmobts: Initial version to use libgps to determine FIX stateHolger Hans Peter Freyther2-2/+113
2015-01-09sysmobts: The correction for GPS is in the reverse directionHolger Hans Peter Freyther1-3/+18
2015-01-09sysmobts: Use the ctrl interface for calibrationHolger Hans Peter Freyther3-4/+260
2015-01-09sysmobts: Begin with calib control from the sysmobts managerHolger Hans Peter Freyther4-0/+152
2014-12-26sysmobts: Include the serial number in the find responseHolger Hans Peter Freyther1-1/+10
2014-12-16sysmobts: Add slave on/off action for the sysmoBTS2050Holger Hans Peter Freyther5-10/+97
2014-12-16sysmobts: Comment out the varpoware options that are not implementedHolger Hans Peter Freyther1-0/+4
2014-12-16sysmobts: Add "normal" actions to executeHolger Hans Peter Freyther3-10/+113
2014-12-16sysmobts: Read the clock calibration from another placeHolger Hans Peter Freyther3-9/+39
2014-12-16sysmobts: Don't list non integer parameters in the helpHolger Hans Peter Freyther3-2/+23