aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-21cbch: Support Extended CBCHHarald Welte6-37/+69
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 Welte2-13/+38
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-20Revert "debian: create -doc subpackage with pdf manuals"Oliver Smith4-18/+2
2019-05-20debian: create -doc subpackage with pdf manualsOliver Smith4-2/+18
2019-05-10README.md: remove OS#1865 from 'Known limitations'Vadim Yanitskiy1-1/+0
2019-05-10Remove 11-bit RACH support from 'Known Limitations'Alexander Huemer1-1/+0
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 Yanitskiy2-3/+3
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 Welte4-9/+73
2019-03-27oml: use oml_tx_failure_event_rep() instead of signals to SS_FAILPhilipp Maier4-17/+10
2019-03-27oml: use oml_tx_failure_event_rep() instead of oml_fail_rep()Philipp Maier6-34/+26
2019-03-27main: remove wrong call to oml_fail_rep() on SIGUSR1/2 and SIGABRTPhilipp Maier1-3/+0
2019-03-27vty: add function gsmnet_from_vty() to vty.hPhilipp Maier1-0/+2
2019-03-27contrib: Remove deprecated screen script helpersPau Espin Pedrol6-72/+1
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_*() parametersMax3-5/+5
2019-03-18Make gsm_pchan2chan_nr() staticMax2-3/+1