aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2019-02-23OML: Ensure minimum required attributes are set before accepting OPSTARTlaforge/omlHarald Welte1-1/+53
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-18Enable statsd supportMax2-0/+4
2019-02-14Log lchan kind on PCU-related errorMax1-2/+2
2019-02-12OML: Work around OsmoBSC sending "GET ATTRIBUTES" with short lengthHarald Welte1-4/+11
2019-02-12OML: Properly reject short messages and truncate over-long messagesHarald Welte1-0/+23
2019-02-12OML: Reject segmented OML messagesHarald Welte1-1/+9
2019-02-12OML: Use 'const struct abis_oml_mo *' whenever users only readHarald Welte1-14/+14
2019-02-12OML: Report short messages even for invalid TRX numbers in down_fom()Harald Welte1-5/+3
2019-02-12OML: Reduce code duplication in down_mom/down_fomHarald Welte1-18/+10
2019-02-12OML: send proper OML alerts in case of errorsHarald Welte1-9/+21
2019-02-09OML: remove double-logging on oml_tx_failure_event_rep()Harald Welte1-6/+0
2019-02-09OML: Don't overwrite MO instance before oml_tx_failure_event_rep()Harald Welte1-11/+1
2019-02-09OML: Ensure MOs are initialized with valid "Administrative State'Harald Welte1-1/+4
2019-02-09OML: Return attributes in ACK/NACK messagesHarald Welte1-11/+8
2019-02-08OML: some more comments on what functions doHarald Welte1-0/+6
2019-01-27common/vty.c: fix 'cfg_phy_no_inst_cmd' command descriptionVadim Yanitskiy1-2/+2
2018-12-23rsl: Send PDCH ACT NACK if TCH chan is still activePau Espin Pedrol1-0/+6
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol1-10/+22
2018-11-26cosmetic: fix whitespacePau Espin Pedrol1-1/+1
2018-11-23rsl: Avoid sending ipa PDCH DEACT NACK followed by ACKPau Espin Pedrol1-2/+1
2018-11-23rsl: Log lchan state during dynts PDCH->TCHPau Espin Pedrol1-2/+3
2018-11-22Drop unused functionMax1-24/+0
2018-11-22Fix type mismatchMax1-1/+1
2018-11-22common/vty.c: fix deprecated osmo_str2lower() usageVadim Yanitskiy1-5/+5
2018-11-21bts: Fix TRX0 param initializationPau Espin Pedrol3-2/+7
2018-11-20common: Implement OML for trx_set_available(1)Pau Espin Pedrol1-6/+4
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol3-41/+50
2018-10-27Add OC-2G BTS sourcesOmar Ramadan1-0/+1
2018-10-25common/scheduler.c: track TDMA frame loss per logical channelsVadim Yanitskiy1-67/+142
2018-10-22Convert lchan CCCH_LCHAN to chan_nr BCCH and viceversaPau Espin Pedrol1-4/+5
2018-10-22gsm_pchan2chan_nr: Fix conversion of CCCH_LCHANPau Espin Pedrol1-1/+1
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-30Fix computing CCCH block number from frame numberHarald Welte1-2/+37
2018-09-26vty: mark 'rtp bind-ip' deprecated, not hiddenNeels Hofmeyr1-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: 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-17l1sap/scheduler: Consistently print chan_nr as hex numberHarald Welte2-7/+7
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