aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-05-07common/oml.c: fix: properly encode NM_ATT_SW_CONFIGVadim Yanitskiy1-6/+33
2019-05-07common/oml.c: refactor Get Attribute Response message generationVadim Yanitskiy1-67/+53
2019-05-05common/oml.c: fix broken debug print in down_mom()Vadim Yanitskiy1-2/+2
2019-05-05common/oml.c: use proper format specifier for uint16_tVadim Yanitskiy1-2/+1
2019-05-05common/oml.c: introduce and use both LOGPFOH and DEBUGPFOHVadim Yanitskiy1-51/+44
2019-04-24common/paging.c: fix unaligned pointer accessVadim Yanitskiy1-6/+22
2019-04-24common/rsl.c: fix unaligned pointers in rsl_add_rtp_stats()Vadim Yanitskiy1-24/+24
2019-04-23common/rsl.c: fix size argument in memcmp() callVadim Yanitskiy1-1/+1
2019-04-21common/l1sap.c: fix: add missing new line to a debug messageVadim Yanitskiy1-1/+1
2019-04-19common/oml.c: fix total length calculation in cleanup_attr_msg()Vadim Yanitskiy1-1/+1
2019-04-19common/oml.c: use proper OML object for Get Attribute ResponseVadim Yanitskiy1-11/+20
2019-04-19common/oml.c: use proper NACK reason in oml_tx_attr_resp()Vadim Yanitskiy1-1/+1
2019-04-19common/oml.c: constify argument 'trx' of handle_attrs_trx()Vadim Yanitskiy1-2/+2
2019-04-16pcu_sock: use %zu conversion specifier for printing sizeof() resultPhilipp Maier1-1/+1
2019-04-15oc2gbts_mgr: use osmo_init_logging2() instead of osmo_init_logging()Philipp Maier1-3/+3
2019-04-12common/pcu_sock.c: fix possible memleaks in pcu_sock_read()Vadim Yanitskiy1-1/+4
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-04-01common/oml.c: fix: properly push abis_nm_ipa_magicVadim Yanitskiy1-3/+3
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