aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-05-24osmo-bts-lc15: Change LED behaviour to be the same as oc2gdaniel/oc2g-ledDaniel Willmann1-10/+30
2019-05-24osmo-bts-oc2g: Fix status LED responsibilitiesDaniel Willmann1-10/+2
2019-05-23cbch: Improve verbosity and extend logging; Always indicate BASIC/EXTD CBCHHarald Welte1-19/+35
2019-05-23cbch: Add counters; queue length limits and CBCH LOAD reportingHarald Welte4-2/+123
2019-05-22sysmo: Fix "nominal power" / BS power display in VTYHarald Welte1-1/+1
2019-05-21cbch: Keep SMSCB queue length counterHarald Welte2-14/+5
2019-05-21cbch: Support Extended CBCHHarald Welte4-29/+58
2019-05-21cbch: Fix memory leak and send error message on invalid SMSCB commandHarald Welte2-3/+10
2019-05-21cbch: Implement support for DEFAULT messageHarald Welte1-13/+37
2019-05-21cbch: Log every RSL SMSCB COMMAND with type and number of blocksHarald Welte1-3/+15
2019-05-21cbch: Refactor get_smscb_block() / remove smscb_msg.next_segHarald Welte1-19/+25
2019-05-21cbch: Implement handling of "Schedule" messageHarald Welte1-2/+10
2019-05-21RSL: Fix off-by-one error when parsing SACCH INFO IE in RSL CHAN ACTHarald Welte1-1/+1
2019-05-21RSL: Reject RLL messages for lchans that are not active yetHarald Welte1-0/+8
2019-05-20rsl: Include Channel Nr and Link ID in Error reports whenever possibleHarald Welte1-13/+27
2019-05-20rsl: Send RSL Error Report in case of unknown/unsupported msg_typeHarald Welte1-1/+14
2019-05-10osmo-bts-sysmo: fix: indicate BTS_FEAT_CBCH support on OMLVadim Yanitskiy1-0/+1
2019-05-09osmo-bts-trx: distinguish 11-bit Access Bursts by synch. sequenceVadim Yanitskiy1-43/+124
2019-05-08handle NULL return from rate_ctr_group_alloc()Harald Welte1-0/+4
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