aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/abis.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-22Fix: Call e1inp_vty_init() before reading config fileAndreas Eversberg1-1/+0
2014-11-10abis: Fix compiler warning and remove const from syntaxHolger Hans Peter Freyther1-2/+2
2014-08-20adopt to recent libosmocore ipa renameHarald Welte1-0/+1
2014-08-18Migrate to osmo_get_macaddr() in recent libosmocoreHarald Welte1-27/+2
2014-05-15abis: Separate initialization from connect for AbisHolger Hans Peter Freyther1-12/+11
2014-03-12misc: Fix the build breakage now that we have btsconfig.hHolger Hans Peter Freyther1-0/+2
2013-11-14rsl: Rename abis_rsl_sendmsg to avoid symbol clash with libosmo-abisHolger Hans Peter Freyther1-1/+1
2013-10-10misc: Fix resource leak when the ioctl is failingHolger Hans Peter Freyther1-2/+2
2013-10-06abis: Use OML remote (BSC) address if RSL CONNECT contains no IPHarald Welte1-0/+21
2013-10-06Call e1inp_vty_init() to make abis interface accessible from VTYHarald Welte1-0/+1
2013-10-06migrate away from our own abis.c code to libosmoabisHarald Welte1-433/+145
2012-06-21make sure we don't send CCCH LOAD IND before we have an Abis linkHarald Welte1-1/+1
2012-06-03Use git-generated PACKAGE_VERSION in IPA IDTAG_SWVERSIONHarald Welte1-2/+1
2012-04-05Increase head-room in IPA messages receivedHarald Welte1-1/+1
2011-09-01abis.c: Remove dead codeHarald Welte1-3/+0
2011-07-01make it clear why we terminateHarald Welte1-2/+3
2011-07-01fix various compiler warningsHarald Welte1-0/+1
2011-07-01fix BTS initialization orderHarald Welte1-2/+7
2011-06-29deactivate RF + exit when the Abis link is goneHarald Welte1-0/+8
2011-06-29Fix memory leak in abis code: Free msgb after tx'ing itHarald Welte1-0/+1
2011-06-27re-work original osmo-bts with support for sysmocom femtobtsHarald Welte1-58/+86
2011-05-22abis: use ipaccess protocol header from libosmogsmHarald Welte1-6/+6
2011-05-22[partial] port to new libosmocore-0.3 APIsHarald Welte1-13/+13
2011-03-04Import all C and Header files from jolly/bts branch of osmocom-bb.gitHarald Welte1-0/+488