aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/abis.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Fix license headers.Harald Welte1-1/+1
2023-09-19Move trx->rsl_link to trx->bb_transc.rsl.linkPau Espin Pedrol1-7/+7
2023-09-19oml: Store RSL connect related fields in bb_transcPau Espin Pedrol1-1/+1
2022-09-16abis: Avoid TCP/IPA RSL sockets continue conn establishment while shutting downPau Espin Pedrol1-0/+8
2021-11-03abis: Try one reconnect to previously connected BSC before trying next onePau Espin Pedrol1-0/+11
2021-11-03abis: Drop unneded if condition in else clausePau Espin Pedrol1-1/+1
2021-10-04abis: fix memory leak in abis_oml_sendmsg()Vadim Yanitskiy1-0/+1
2021-09-30Delay abis reconnect while bts is shutting downPau Espin Pedrol1-0/+7
2021-09-30abis: Fix line leaked & recreated upon every reconnectPau Espin Pedrol1-12/+5
2021-09-23Revert "abis: Fix line leaked & recreated upon every reconnect"Pau Espin Pedrol1-11/+11
2021-09-23abis: Fix line leaked & recreated upon every reconnectPau Espin Pedrol1-11/+11
2021-09-23abis: Fix memory leak of bts->osmo_link upon link going downPau Espin Pedrol1-0/+7
2021-09-23Avoid sending Load Indications when BTS is not RSL-connectedPau Espin Pedrol1-0/+2
2021-09-23bts_trx: Drop non-executed path in trx_link_estab()Pau Espin Pedrol1-0/+8
2021-09-23abis: Call bts_model_abis_close() when Abis link goes downPau Espin Pedrol1-7/+3
2021-09-20abis: Drop internal OML msg queuePau Espin Pedrol1-20/+6
2021-09-20abis.c: Loop over list of BSCs until connection succeedsPau Espin Pedrol1-6/+25
2021-09-20abis.c: Fix mess with priv->bsc_oml_hostPau Espin Pedrol1-19/+31
2021-09-20abis.c: Transition to CONNECTED state only when OML link is upPau Espin Pedrol1-46/+72
2021-09-20abis: Shorten string names of eventsPau Espin Pedrol1-2/+2
2021-09-20abis: Move FSM registration to constructor functionPau Espin Pedrol1-1/+5
2021-09-15abis.c: Convert early return to assert()Pau Espin Pedrol1-2/+1
2021-09-15abis.c: Rearrange code to follow logic state orderPau Espin Pedrol1-55/+55
2021-09-15cosmetic: fix typo in commentPau Espin Pedrol1-1/+1
2021-09-15abis: Clear code and drop code not executedPau Espin Pedrol1-8/+2
2021-07-19allow to configure multiple oml remote-ip addressesPhilipp Maier1-58/+219
2021-06-30Support forwarding proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol1-1/+12
2021-06-02main,abis: change model name from sysmoBTS to osmo-btsPhilipp Maier1-1/+1
2021-05-26Fix regression in 'bts: Clean up TS selection in sign_link_up'Pau Espin Pedrol1-4/+2
2021-05-25bts: Clean up TS selection in sign_link_upPau Espin Pedrol1-15/+18
2021-04-30common/abis: fix the use of deprecated e1inp_line_get() APIVadim Yanitskiy1-3/+3
2020-10-13Drop unused param in oml_init()Pau Espin Pedrol1-1/+1
2020-07-14Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.*Pau Espin Pedrol1-0/+1
2020-06-23abis.c: Use LOGPIL when logging signalling link downPau Espin Pedrol1-1/+1
2020-06-12abis.c: Grab reference to e1inp_line_get if already createdPau Espin Pedrol1-2/+4
2020-01-11common/abis.c: make use of RSL TEI from OML IPA RSL ConnectVadim Yanitskiy1-1/+2
2019-12-02common/abis.c: use tall_bts_ctx as talloc-context for libosmo_abis_init()Vadim Yanitskiy1-1/+1
2019-12-02common/abis.c: pass gsm_bts_trx to e1inp_sign_link_create()Vadim Yanitskiy1-4/+2
2019-10-17Fix common misspellings and typosMartin Hauke1-3/+3
2018-10-03abis: inp_s_cbfn: Improve logging signal related informationPau Espin Pedrol1-1/+3
2018-08-24cosmetic: abis.c: typo "exixt"Neels Hofmeyr1-1/+1
2018-05-15let osmo-bts log a special notice if OML connection is closed earlyStefan Sperling1-1/+18
2018-03-17omldummy: Suppress RSL transmission errorsHarald Welte1-0/+7
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-4/+2
2017-01-25OML: internalize failure reportingMax1-1/+1
2016-06-14common/abis.c: fix 100% CPU usage after disconnecting OML/RSL link (Bug #1703)Minh-Quang Nguyen1-1/+0
2016-02-15abis.c: Fix segfault on OML link lossHarald Welte1-4/+6
2016-02-03abis: Add a queue of OML messagesHarald Welte1-4/+25
2016-01-22ABIS: Support for multiple RSL connectionsAndreas Eversberg1-14/+24
2015-09-22ABIS: Introduce bts_model_abis_close to indicate ABIS link failure.Andreas Eversberg1-1/+2