aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-08gsm_data: Update trx_is_usable for ericsson BTSSylvain Munaut1-0/+4
2020-05-08chan_alloc: Don't re-invent trx_is_usable and use existing helperSylvain Munaut1-2/+1
2020-05-08om2k: Wait for OM TRX links to stabilize before trying to bring up TRXSylvain Munaut1-10/+31
2020-05-08om2k: Properly update the 'fake' 12.21 states using OM2000 statusSylvain Munaut1-3/+39
2020-05-08om2k: Add support for MCTR configurationSylvain Munaut1-1/+79
2020-05-08om2k: Rename MCTR config request constants for consistencySylvain Munaut1-6/+6
2020-05-08om2k: Add option to limit OML version during negotiationSylvain Munaut2-8/+87
2020-05-08bts_ericsson_rbs2000: Whitelist the E1d input driverSylvain Munaut1-2/+4
2020-05-08bts_ericsson_rbs2000: Init all the TRX, not just C0Sylvain Munaut1-2/+6
2020-05-08om2k: Fix the frequency specifier for TX/RX/TS conf requestsSylvain Munaut1-7/+38
2020-05-08om2k: Dispatch TS_EV_OML_READY to TS FSM only when it's actually readySylvain Munaut1-6/+10
2020-05-08om2k: Use the "from config" TS config to setup OM objectsSylvain Munaut1-3/+3
2020-05-08om2k: Properly name message 0x0136, found to be MCTR Statistics ReportSylvain Munaut1-2/+9
2020-05-08bts_nokia_site: Fix LAPD segfault during reset procedureHarald Welte1-24/+31
2020-05-05om2k: Acknowledge the unknown MCTR messages we get from time to timeSylvain Munaut1-0/+3
2020-05-05om2k: Acknowledge the HW Infos ReportsSylvain Munaut1-0/+7
2020-05-05om2k: Fix type of msg_type in abis_om2k_tx_simpleSylvain Munaut1-1/+1
2020-05-05om2k: Fix TS channel config payload for non-superchannel caseSylvain Munaut1-4/+8
2020-05-05om2k: Don't use slashes in FSM IDs and use dashes insteadSylvain Munaut1-3/+4
2020-05-04timers: T->X: 23002, 23004, 23005, 23006Oliver Smith2-5/+5
2020-04-28om2k: Add VTY command to allow TX of arbitrary message for testingSylvain Munaut2-0/+44
2020-04-28om2k: Allow the CON configuration request to be triggered via VTYSylvain Munaut1-0/+3
2020-04-28om2k: Allow TG and MCTR to be manipulated via VTYSylvain Munaut1-1/+3
2020-04-28om2k: Add definitions for the TG objectSylvain Munaut1-0/+1
2020-04-14vty: clarify EGPRS Packet Channel Request message supportVadim Yanitskiy3-20/+66
2020-04-06vty: 'gprs 11bit_rach_support_for_egprs': clarify error messageVadim Yanitskiy1-2/+1
2020-04-06vty: 'gprs 11bit_rach_support_for_egprs': drop redundant checkVadim Yanitskiy1-7/+1
2020-04-05vty: fix: restore removed DNAT category as deprecatedVadim Yanitskiy1-0/+1
2020-04-01remove 'NAT' log categoryHarald Welte2-7/+2
2020-03-29Meas Tools, Avoid compiler format warningsKeith1-3/+3
2020-03-29Meas Tools: Avoid unusable terminal in case of error on osmo_sock_initKeith1-5/+4
2020-03-28Meas Tools: Avoid OSMO_ASSERT due to uninitialised logging.Keith2-0/+29
2020-03-27VTY: let all descriptions end in \nosmith/alert-bufferOliver Smith3-18/+18
2020-03-27VTY: add show bts failure reportOliver Smith3-0/+78
2020-03-26abis_nm: move fail report parsing to extra funcOliver Smith1-40/+60
2020-03-23abis_nm.c: rx_fail_evt_rep: fix sd.btsOliver Smith1-1/+1
2020-03-19main: exit on mutually exclusive codecs settingsOliver Smith2-2/+25
2020-03-16osmo-bsc/bsc_vty: fail on get_amr_from_arg errorOliver Smith1-11/+20
2020-03-12osmo-bsc/bsc_vty: set default gprs cell bvci to 2Oliver Smith1-0/+3
2020-02-12bssap: Avoid logging error if no optional Global Call Ref IE receivedPau Espin Pedrol1-11/+15
2020-01-29OM2000: Add some more message types and IEs we now understandHarald Welte1-0/+41
2020-01-18VTY: fix writing of custom timer values to a configuration fileVadim Yanitskiy1-2/+0
2020-01-15bsc_main: use higher default loglevels.Philipp Maier1-3/+3
2020-01-06Introduce nm_fail_rep_signal_data for "SS_NM, S_NM_FAIL_REP" signalHarald Welte1-1/+19
2019-12-06gsm_04_80: Avoid using deprecated APIHarald Welte1-1/+2
2019-12-03exit(2) on unsupported positional arguments on command lineHarald Welte3-0/+13
2019-12-02abis_nm.c: fix RSL connection timeout for trx->nr > 0Vadim Yanitskiy1-4/+21
2019-12-01Move a_reset_fsm regstration to __attribute__((contructor))Harald Welte1-4/+5
2019-12-01check for osmo_ss7_init() error return valueHarald Welte1-1/+1
2019-12-01check for osmo_fsm_register() error return valueHarald Welte2-4/+4