aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-27Forward GPRS SUSPEND REQ from DCCH to PCU socketHarald Welte2-9/+63
2019-03-27oml: use oml_tx_failure_event_rep() instead of signals to SS_FAILPhilipp Maier3-16/+10
2019-03-27oml: use oml_tx_failure_event_rep() instead of oml_fail_rep()Philipp Maier5-32/+26
2019-03-27main: remove wrong call to oml_fail_rep() on SIGUSR1/2 and SIGABRTPhilipp Maier1-3/+0
2019-03-27rsl.c: Add missing #include of gsm0808.hHarald Welte1-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-18Constify pcu_rx_*() parametersMax2-4/+4
2019-03-18Make gsm_pchan2chan_nr() staticMax1-1/+1
2019-03-18oc2gbts_mgr_vty: remove calls to vty_install_default()Philipp Maier1-15/+0
2019-03-18oml: make oml_tx_failure_event_rep() publicPhilipp Maier1-2/+2
2019-03-18lc15: remove unused define constant FACTORY_ROM_PATHPhilipp Maier1-1/+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-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