aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-23OML: Ensure minimum required attributes are set before accepting OPSTARTlaforge/omlHarald Welte1-1/+53
2019-02-23OML: Don't advertise baseband transceiver as UNLOCKED at startupHarald Welte1-2/+0
2019-02-23OML: Store merged attributes of IPA OML Managed ObjectsHarald Welte1-2/+10
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
2019-02-18Enable statsd supportMax2-0/+4
2019-02-15scheduler_trx: use stored fn for pdtch data indicationsPhilipp Maier1-1/+1
2019-02-14Log lchan kind on PCU-related errorMax1-2/+2
2019-02-14osmo-bts-trx: add extended (11-bit) RACH supportMax1-10/+38
2019-02-12OML: Work around OsmoBSC sending "GET ATTRIBUTES" with short lengthHarald Welte1-4/+11
2019-02-12OML: Properly reject short messages and truncate over-long messagesHarald Welte1-0/+23
2019-02-12OML: Reject segmented OML messagesHarald Welte1-1/+9
2019-02-12OML: Use 'const struct abis_oml_mo *' whenever users only readHarald Welte1-14/+14
2019-02-12OML: Report short messages even for invalid TRX numbers in down_fom()Harald Welte1-5/+3
2019-02-12OML: Reduce code duplication in down_mom/down_fomHarald Welte1-18/+10
2019-02-12OML: send proper OML alerts in case of errorsHarald Welte1-9/+21
2019-02-09OML: remove double-logging on oml_tx_failure_event_rep()Harald Welte1-6/+0
2019-02-09OML: Don't overwrite MO instance before oml_tx_failure_event_rep()Harald Welte1-11/+1
2019-02-09OML: Ensure MOs are initialized with valid "Administrative State'Harald Welte1-1/+4
2019-02-09OML: Return attributes in ACK/NACK messagesHarald Welte1-11/+8
2019-02-08OML: some more comments on what functions doHarald Welte1-0/+6
2019-02-05scheduler_trx: Fix erroneous multiply-by-fourHarald Welte1-4/+4
2019-01-27common/vty.c: fix 'cfg_phy_no_inst_cmd' command descriptionVadim Yanitskiy1-2/+2
2018-12-23osmo-bts-trx/loops.c: Make code control flow more readableHarald Welte1-20/+9
2018-12-23osmo-bts-trx/loops.c: Use lchan name based loggingHarald Welte1-56/+36
2018-12-23osmo-bts-trx/loops.[ch]: Make functions "void" if they always return 0Harald Welte2-54/+35
2018-12-23osmo-bts-trx/loops.c: Add comments documenting TA + MS power control loopHarald Welte1-0/+30
2018-12-23rsl: Send PDCH ACT NACK if TCH chan is still activePau Espin Pedrol1-0/+6
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-12-04bts-trx: (n)ack PDCH DEACT only after TRX answered SETSLOTPau Espin Pedrol3-9/+81
2018-12-04oc2g: Fix headers missing during make distcheckPau Espin Pedrol1-1/+1
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol8-32/+56
2018-11-26cosmetic: fix whitespacePau Espin Pedrol3-3/+3
2018-11-23bts-trx: early return on POWERON successPau Espin Pedrol1-0/+1
2018-11-23rsl: Avoid sending ipa PDCH DEACT NACK followed by ACKPau Espin Pedrol1-2/+1
2018-11-23rsl: Log lchan state during dynts PDCH->TCHPau Espin Pedrol1-2/+3
2018-11-22Drop unused functionMax1-24/+0
2018-11-22Fix type mismatchMax1-1/+1
2018-11-22Fix deprecated gsm_arfcn2band(), use gsm_arfcn2band_rc()Vadim Yanitskiy5-11/+26
2018-11-22common/vty.c: fix deprecated osmo_str2lower() usageVadim Yanitskiy1-5/+5
2018-11-21bts: Fix TRX0 param initializationPau Espin Pedrol3-2/+7
2018-11-20bts-trx: Allow re-try without exit if POWERON fails in osmo-trxPau Espin Pedrol1-10/+44
2018-11-20common: Implement OML for trx_set_available(1)Pau Espin Pedrol1-6/+4