aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* contrib: Import BER testing tooltnt/berSylvain Munaut2019-05-154-0/+628
* README.md: remove OS#1865 from 'Known limitations'Vadim Yanitskiy2019-05-101-1/+0
* Remove 11-bit RACH support from 'Known Limitations'Alexander Huemer2019-05-101-1/+0
* osmo-bts-sysmo: fix: indicate BTS_FEAT_CBCH support on OMLVadim Yanitskiy2019-05-101-0/+1
* osmo-bts-trx: distinguish 11-bit Access Bursts by synch. sequenceVadim Yanitskiy2019-05-091-43/+124
* handle NULL return from rate_ctr_group_alloc()Harald Welte2019-05-081-0/+4
* common/oml.c: fix: properly encode NM_ATT_SW_CONFIGVadim Yanitskiy2019-05-071-6/+33
* common/oml.c: refactor Get Attribute Response message generationVadim Yanitskiy2019-05-071-67/+53
* common/oml.c: fix broken debug print in down_mom()Vadim Yanitskiy2019-05-051-2/+2
* common/oml.c: use proper format specifier for uint16_tVadim Yanitskiy2019-05-051-2/+1
* common/oml.c: introduce and use both LOGPFOH and DEBUGPFOHVadim Yanitskiy2019-05-051-51/+44
* common/paging.c: fix unaligned pointer accessVadim Yanitskiy2019-04-241-6/+22
* common/rsl.c: fix unaligned pointers in rsl_add_rtp_stats()Vadim Yanitskiy2019-04-241-24/+24
* common/rsl.c: fix size argument in memcmp() callVadim Yanitskiy2019-04-231-1/+1
* common/l1sap.c: fix: add missing new line to a debug messageVadim Yanitskiy2019-04-211-1/+1
* common/oml.c: fix total length calculation in cleanup_attr_msg()Vadim Yanitskiy2019-04-191-1/+1
* common/oml.c: use proper OML object for Get Attribute ResponseVadim Yanitskiy2019-04-191-11/+20
* common/oml.c: use proper NACK reason in oml_tx_attr_resp()Vadim Yanitskiy2019-04-191-1/+1
* common/oml.c: constify argument 'trx' of handle_attrs_trx()Vadim Yanitskiy2019-04-192-3/+3
* pcu_sock: use %zu conversion specifier for printing sizeof() resultPhilipp Maier2019-04-161-1/+1
* oc2gbts_mgr: use osmo_init_logging2() instead of osmo_init_logging()Philipp Maier2019-04-151-3/+3
* common/pcu_sock.c: fix possible memleaks in pcu_sock_read()Vadim Yanitskiy2019-04-121-1/+4
* oc2gbts_mgr_calib: do not return NULL on integer functionPhilipp Maier2019-04-081-2/+2
* oc2gbts_mgr_calib: don't use fsync() on *FILE pointerPhilipp Maier2019-04-081-1/+1
* l1_if: add include for missing header filePhilipp Maier2019-04-081-0/+1
* common/oml.c: fix: properly push abis_nm_ipa_magicVadim Yanitskiy2019-04-011-3/+3
* Forward GPRS SUSPEND REQ from DCCH to PCU socketHarald Welte2019-03-274-9/+73
* oml: use oml_tx_failure_event_rep() instead of signals to SS_FAILPhilipp Maier2019-03-274-17/+10
* oml: use oml_tx_failure_event_rep() instead of oml_fail_rep()Philipp Maier2019-03-276-34/+26
* main: remove wrong call to oml_fail_rep() on SIGUSR1/2 and SIGABRTPhilipp Maier2019-03-271-3/+0
* vty: add function gsmnet_from_vty() to vty.hPhilipp Maier2019-03-271-0/+2
* contrib: Remove deprecated screen script helpersPau Espin Pedrol2019-03-276-72/+1
* rsl.c: Add missing #include of gsm0808.hHarald Welte2019-03-271-0/+1
* oc2g: change log level for calibration file errors to FATALPhilipp Maier2019-03-271-3/+3
* oc2g: generate failure event report in case of bad calibrationPhilipp Maier2019-03-271-30/+7
* oc2gbts_mgr: use msgb_talloc_ctx_init() instead of msgb_set_talloc_ctx()Philipp Maier2019-03-201-1/+1
* oc2g: l1if: delay trx initialization to avoid race conditionPhilipp Maier2019-03-191-2/+14
* Constify pcu_rx_*() parametersMax2019-03-183-5/+5
* Make gsm_pchan2chan_nr() staticMax2019-03-182-3/+1
* oc2gbts_mgr_vty: remove calls to vty_install_default()Philipp Maier2019-03-181-15/+0
* oml: make oml_tx_failure_event_rep() publicPhilipp Maier2019-03-182-2/+5
* lc15: remove unused define constant FACTORY_ROM_PATHPhilipp Maier2019-03-181-1/+0
* oc2g: remove unused define constant FACTORY_ROM_PATHPhilipp Maier2019-03-181-1/+0
* OC-2G: Nominal transmit power is 25 dBm, not 40Harald Welte2019-03-052-4/+4
* OML: Don't advertise baseband transceiver as UNLOCKED at startupHarald Welte2019-02-231-2/+0
* OML: Store merged attributes of IPA OML Managed ObjectsHarald Welte2019-02-231-2/+10
* oc2g: vty: Compilation error fixes due to commented codePau Espin Pedrol2019-02-201-2/+5
* oc2g: Remove unused static functionPau Espin Pedrol2019-02-201-12/+0
* oc2g: Remove unused variablesPau Espin Pedrol2019-02-204-5/+0
* oc2g: fsync requires fd instead of file streamPau Espin Pedrol2019-02-191-3/+3