aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr1-2/+2
2018-12-11bsc_main: filter_fn: Compare imsi values instead of subscr pointersPau Espin Pedrol1-2/+5
2018-10-08codec_pref: check codec configuration before startPhilipp Maier1-0/+5
2018-10-04osmo_bsc_main.c: initialize rate countersOliver Smith1-0/+1
2018-09-27vty: add SCCP related vty commandsNeels Hofmeyr1-0/+1
2018-08-23Fix heap-use-after-free due to OML link destructionPau Espin Pedrol1-1/+1
2018-08-17bsc: Use libosmocore API to track osmo_signal structsPau Espin Pedrol1-2/+1
2018-07-28create separate logging categories for lchan,ts,as FSMsNeels Hofmeyr1-0/+18
2018-07-28fix: dispatch TS_EV_RSL_DOWN when losing RSLNeels Hofmeyr1-14/+14
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-16/+19
2018-07-11call osmo_xua_msg_tall_ctx_init()Neels Hofmeyr1-0/+3
2018-07-11cosmetic: name osmo-bsc's root ctx 'osmo-bsc', not 'openbsc'Neels Hofmeyr1-1/+1
2018-06-28Rename bsc_msg_acc_lst_vty_init to have more uniform prefixPau Espin Pedrol1-1/+1
2018-06-28Init access_lists before passing it as a parameterPau Espin Pedrol1-3/+1
2018-06-15osmo-bsc: Add -V param to print versionPau Espin Pedrol1-1/+8
2018-06-15osmo-bsc: Clean help description of cmd line parametersPau Espin Pedrol1-10/+10
2018-06-09Remove unused logging subsystems DCC and DMGCPHarald Welte1-12/+4
2018-06-07remove struct bsc_apiNeels Hofmeyr1-1/+0
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr1-0/+369
2018-06-02Add initial 3GPP LCLS support to OsmoBSCHarald Welte1-0/+6
2018-05-27Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRLHarald Welte1-4/+0
2018-04-16Cosmetic: Fix typo: Siganlling->SignallingKeith1-1/+1
2018-03-28ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2()Neels Hofmeyr1-1/+1
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte1-4/+1
2018-02-19HO: Implement load based handover, as handover_decision_2.cNeels Hofmeyr1-0/+2
2018-02-19logging: Remove obsolete log categoriesHarald Welte1-72/+0
2018-02-14libcommon: eliminate talloc_ctx.cNeels Hofmeyr1-0/+12
2018-02-14libcommon: eliminate debug.cNeels Hofmeyr1-0/+186
2018-02-14libcommon: eliminate common_vty.cNeels Hofmeyr1-1/+84
2018-02-14libcommon: eliminate bsc_version.cNeels Hofmeyr1-2/+7
2018-02-14osmo-bsc: Add talloc context introspection via VTYHarald Welte1-0/+1
2018-01-19HO: enable handover by initializing at startup; rename init functionNeels Hofmeyr1-0/+3
2018-01-19osmo_bsc_mgcp: cosmetic: introduce mgcp_init(), soak up fsm initNeels Hofmeyr1-0/+3
2017-12-19remove libosmo-sccp dependency for osmo-bscHarald Welte1-4/+0
2017-12-19Remove dead code left over from NITB splitHarald Welte1-1/+1
2017-11-07mgcp: use osmo-mgw to switch RTP streamsPhilipp Maier1-0/+13
2017-10-24osmo-bsc: Initialize logging before initializing rate_ctrHarald Welte1-3/+3
2017-09-06move include/openbsc to include/osmocom/bscNeels Hofmeyr1-11/+11
2017-08-30split off osmo-bsc: remove files, apply buildNeels Hofmeyr1-1/+1
2017-08-30Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring)Philipp Maier1-3/+7
2017-08-27Treat SIGTERM just like SIGINT in our programsHarald Welte1-0/+2
2017-08-27move openbsc/* to repos rootNeels Hofmeyr1-0/+301