aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-26abisip-find: hide sensitive info for 36c3 status screen36c3Neels Hofmeyr1-1/+5
2019-12-26abisip-find -l: sort by IPNeels Hofmeyr1-4/+23
2019-12-26abisip-find: print shorter IPA CCM labelsNeels Hofmeyr1-3/+37
2019-12-11debian, osmoappdesc.py, tests: switch to python 3osmith/fix-python3Oliver Smith4-226/+226
2019-12-06gsm_04_80: Avoid using deprecated APIHarald Welte1-1/+2
2019-12-05doc: osmux: use generated svg instead of pychartOliver Smith2-45/+824
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-01manual: Fix copy+paste errorHarald Welte1-1/+1
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
2019-11-23fsm: use deferred deallocationNeels Hofmeyr1-1/+3
2019-11-20bsc: Send MS Power Control msg upon max MS power changePau Espin Pedrol10-3/+33
2019-11-19abis_nm.c: replace magic numbers with NM_CHANC_* constantsVadim Yanitskiy1-3/+3
2019-11-19abis_nm.c: fix error message in verify_chan_comb()Vadim Yanitskiy1-1/+1
2019-11-19cosmetic: bs11_config: clean trailing whitespacePau Espin Pedrol1-4/+4
2019-11-19bsc: Adapt maximum MS Power Ctrl level based on band and MS Power classPau Espin Pedrol6-14/+133
2019-11-13Fix some typosMartin Hauke48-88/+88
2019-11-02osmo_bsc_main.c: fix CCCH_CONF computation: use pchan_from_configVadim Yanitskiy1-4/+4
2019-11-02osmo_bsc_main.c: simplify computation of CCCH_CONFIGVadim Yanitskiy1-23/+10
2019-11-02osmo_bsc_main.c: verify the physical channel mapping at startupVadim Yanitskiy3-0/+63
2019-11-02VTY: also print the active phan config in ts_dump_vty()Vadim Yanitskiy1-2/+3
2019-10-31gsm_data.h: Remove unused func declarationsPau Espin Pedrol1-3/+0
2019-10-31gsm_data.h: Remove unused field classmark from gsm_subscriber_connectionPau Espin Pedrol1-3/+0
2019-10-31Remove unused API classmark_is_r99()Pau Espin Pedrol2-12/+0
2019-10-29rsl: Send IE MS Power Param to osmocom BTS models onlyPau Espin Pedrol1-2/+10
2019-10-29rsl.c: Clean up some repeated use of long chains of pointersPau Espin Pedrol1-5/+9
2019-10-28rsl: Send IE MS Power Param during CHAN ACT and MS PWR CTRL messagesPau Espin Pedrol1-0/+5
2019-10-28bsc_vty: Fix typo in 'no depends-on-bts' cmdPau Espin Pedrol1-1/+1
2019-10-11sigtran: Set default remote ip to localhost instead of nullPau Espin Pedrol1-1/+2
2019-10-03gsm_08_08.c: Mark func bsc_find_msc() staticPau Espin Pedrol2-2/+1
2019-09-18bsc_subscr_conn_fsm: Cleanly clear BSSAP conn if associated channel closed du...Pau Espin Pedrol1-5/+28
2019-09-08SMSCB: Send ETWS Primary Notifiation via RSL to BTSHarald Welte4-6/+44
2019-09-07bsc: gsm_08_08.c: Remove repeated conn not null checkPau Espin Pedrol1-1/+1
2019-09-07a_reset.c: Don't wait 2 seconds to send first BSSMAP RESETPau Espin Pedrol1-4/+3
2019-09-06SMSCB: Send ETWS primary warning message via all dedicated channelsHarald Welte3-2/+85
2019-09-04manual: Update statements regarding SCCPliteHarald Welte1-14/+7
2019-09-02doc: update bsc_vty_reference.xmlHarald Welte1-34/+140
2019-09-02Cell Broadcast: CBSP and CBCH scheduling supportHarald Welte19-7/+1898
2019-08-28gsm_08_08.c: always pick first msc for unsolicit paging responsesPhilipp Maier1-3/+16
2019-08-23lchan_select.c: tune log level in lchan_select_by_type()Vadim Yanitskiy1-1/+1
2019-08-23abis_nm.c: use LOGP() macro instead of LOGPC()Vadim Yanitskiy1-3/+3
2019-08-13neighbor config: allow re-using ARFCN+BSIC pairsNeels Hofmeyr8-60/+240
2019-08-13add vty 'no neighbors' to remove all HO targetsNeels Hofmeyr2-0/+111
2019-08-12bsc_msc_data: remove unused member is_authenticatedPhilipp Maier3-10/+0
2019-08-07Bump version: 1.4.0.109-caec1-dirty → 1.5.01.5.0Pau Espin Pedrol3-11/+146
2019-08-05Remove undefined param passed to logging_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-07-26rest_octets: add Serving Cell Priority ParametersPhilipp Maier2-70/+87
2019-07-24osmo-bsc.cfg: work with osmo-bts example cfgOliver Smith2-3/+3