aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/osmo_bsc_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-05vty: fix: restore removed DNAT category as deprecatedVadim Yanitskiy1-0/+1
2020-04-01remove 'NAT' log categoryHarald Welte1-6/+1
2020-03-19main: exit on mutually exclusive codecs settingsOliver Smith1-2/+10
2020-01-15bsc_main: use higher default loglevels.Philipp Maier1-3/+3
2019-12-03exit(2) on unsupported positional arguments on command lineHarald Welte1-0/+5
2019-12-01check for osmo_ss7_init() error return valueHarald Welte1-1/+1
2019-11-23fsm: use deferred deallocationNeels Hofmeyr1-1/+3
2019-11-13Fix some typosMartin Hauke1-1/+1
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 Yanitskiy1-0/+10
2019-09-02Cell Broadcast: CBSP and CBCH scheduling supportHarald Welte1-0/+13
2019-07-16Fix some spelling errors found by lintianRuben Undheim1-1/+1
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