aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-10rsl_rx_chan-activ: Improve logging informationPau Espin Pedrol1-2/+3
2018-10-10l1sap: Log name of chan_nr instead of hex valuePau Espin Pedrol1-25/+27
2018-10-10lchan_meas_check_compute: Log value during incorrect num of SUB measurementes...Pau Espin Pedrol1-1/+2
2018-10-07common/pcu_sock.c: cosmetic: explicitly address lchanVadim Yanitskiy1-2/+2
2018-10-03abis: inp_s_cbfn: Improve logging signal related informationPau Espin Pedrol1-1/+3
2018-09-30sysmo, virtual: properly handle BS-AG-BLKS-RES as received from BSCHarald Welte2-2/+3
2018-09-30Fix computing CCCH block number from frame numberHarald Welte4-5/+40
2018-09-26vty: mark 'rtp bind-ip' deprecated, not hiddenNeels Hofmeyr1-1/+1
2018-09-25lc15bts_mgr_vty: Ensure writing well-formed config filesHarald Welte1-5/+5
2018-09-21lc15: led_sleep_cb: pass correct ptr to llist_move_tailPau Espin Pedrol1-1/+1
2018-09-19common/rsl.c: tweak log message in lapdm_rll_tx_cb()Vadim Yanitskiy1-2/+3
2018-09-17CBCH: Some more scheduler_mframe cleanupHarald Welte1-14/+14
2018-09-17CBCH: Fix CBCH implementation for osmo-bts-trxHarald Welte1-2/+6
2018-09-17CBCH: sprinkle some OMSO_ASSERT() and guard against talloc failureHarald Welte1-0/+5
2018-09-17CBCH: Add FIXME comments on queue overflow/underflow handlingHarald Welte1-1/+4
2018-09-17get_lchan_by_chan_nr(): Fix resolution of CBCHHarald Welte1-1/+12
2018-09-17CBCH: Fix CBCH via L1SAP for osmo-bts-{sysmo,octphy,litecell15}Harald Welte3-3/+9
2018-09-17l1sap/scheduler: Consistently print chan_nr as hex numberHarald Welte2-7/+7
2018-09-16lc15: rewrite and refactor code to print hwversion descriptionPau Espin Pedrol4-35/+26
2018-09-16lc15: fsync requires fd instead of file streamPau Espin Pedrol1-3/+3
2018-09-16lc15: vty: Add missing include for lchan_deactivatePau Espin Pedrol1-0/+1
2018-09-16osmo-bts-trx/l1_if.c: cosmetic: fix typo in debug msgVadim Yanitskiy1-1/+1
2018-09-13measurement: fix unit-test test_lchan_meas_process_measurementPhilipp Maier1-2/+2
2018-09-13measurement: remove missed interval end detectionPhilipp Maier1-144/+2
2018-09-13cosmetic: fix typo in commentPhilipp Maier1-1/+1
2018-09-11fix handling of odd pchans in bts_supports_cm()Keith Whyte1-2/+11
2018-09-11log: add error log for RSL Chan Mode ModifKeith Whyte1-1/+4
2018-09-11fix RSL Chan Mode Modif for dyn TSNeels Hofmeyr1-1/+1
2018-09-09CBCH: Use llist_first_entry_or_null() instead of reinventing itHarald Welte1-4/+2
2018-09-09CBCH: Implement CBCH support for osmo-bts-{trx,virtual}Harald Welte4-1/+222
2018-09-09CBCH: Move processing via L1SAPHarald Welte4-15/+15
2018-09-09[sysmo,lc15]: Consider CBCH channel combinations in chan_nr_by_sapi()Harald Welte2-0/+8
2018-09-09CBCH: Fix rejecting SMS-CB related RSL messagesHarald Welte1-2/+6
2018-09-06measurement: display fn_mod when measuremnet is addedPhilipp Maier1-7/+32
2018-08-31paging: add unit-test to check different bs_ag_blks_res settingsPhilipp Maier1-3/+12
2018-08-30measurement: substitue missing measurementsPhilipp Maier1-40/+226
2018-08-29cosmetic: rename *_meas_rep_fn10* to *_meas_rep_fn10*_by_*sPhilipp Maier1-16/+16
2018-08-29measurement: fix is_meas_overdue() and increase testcoveragePhilipp Maier1-7/+15
2018-08-29measurement: add unit tests for ts45008_83_is_sub()Philipp Maier1-2/+3
2018-08-29measurement: fix sub frame table for TCH/H, SS1Philipp Maier1-1/+1
2018-08-29measurement: add unit tests for is_meas_complete()Philipp Maier1-2/+4
2018-08-28fix ip.access dyn TS for osmo-bts-trxNeels Hofmeyr1-0/+14
2018-08-24cosmetic: abis.c: typo "exixt"Neels Hofmeyr1-1/+1
2018-08-23osmo_mcast_sock: make sure SO_REUSEADDR is appliedPhilipp Maier1-2/+3
2018-08-23Revert "send TCH/F fill frames in DTX mode (WIP)"Stefan Sperling1-64/+13
2018-08-22measurement: fix measurement interval end detectionPhilipp Maier1-3/+1
2018-08-22send TCH/F fill frames in DTX mode (WIP)Stefan Sperling1-13/+64
2018-08-22fix conditions for sending fill frames during RTS INDStefan Sperling1-3/+10
2018-08-20measurement: make sure measurement interval end is detectedPhilipp Maier1-6/+150
2018-08-20measurement: make sure state is reset on chan act.Philipp Maier2-1/+9