aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2020-10-18Migrate from BSC_FD_* to OSMO_FD_*Harald Welte1-1/+1
2019-03-28Replace broken ipa_ccm_idtag APIs with new ipa_ccm_id onesPau Espin Pedrol1-3/+1
2018-07-12bsc: ctrl: Avoid sending back received ERROR msgsPau Espin Pedrol1-2/+3
2018-07-12bsc: ctrl: Use ctrl_cmd_parse2 to obtain detailed errorPau Espin Pedrol1-10/+2
2018-06-28bsc_vty: Write access list entries when storing bsc configPau Espin Pedrol1-0/+2
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-15bsc-sccplite: Add -V param to print versionPau Espin Pedrol1-1/+7
2018-03-27bsc: Improve handling of paging_request return valuePau Espin Pedrol2-6/+20
2018-03-22backport support for 3-digit MNC with leading zerosneels/mnc3Neels Hofmeyr5-59/+47
2017-11-11osmo-bsc-sccplite: Implement incoming RESET procedureHarald Welte2-1/+34
2017-11-11osmo-bsc: Print NOTICE message on unimplemented BSSMAP UDTHarald Welte1-0/+4
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-2/+0
2017-10-26rename osmo-bsc to osmo-bsc-sccpliteHarald Welte2-4/+4
2017-10-26osmo-bsc: Initialize logging before initializing rate_ctrHarald Welte1-3/+3
2017-09-23CTRL: cleanup write-only command functionsMax1-31/+3
2017-08-20Treat SIGTERM just like SIGINT in our programsHarald Welte1-0/+2
2017-06-22Enable optional static buildsMax1-1/+0
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte2-10/+10
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso2-8/+4
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr4-34/+39
2017-02-24cosmetic: rename struct osmo_msc_data to bsc_msc_dataNeels Hofmeyr9-92/+92
2017-02-24cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr10-10/+10
2017-02-08vty: remove ignored logging parametersMax1-1/+1
2016-12-20Fix some typos in stdout outputRuben Undheim1-1/+1
2016-12-09bsc_ctrl: Ensure we don't pass NULL string into strtok_r()Harald Welte1-0/+1
2016-12-02split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr3-4/+4
2016-12-02Move timezone settings up to network levelNeels Hofmeyr2-30/+24
2016-12-02global gsm_network: move allocation further upNeels Hofmeyr1-5/+8
2016-12-02split bsc_bootstrap_network() in alloc and configNeels Hofmeyr1-2/+6
2016-12-02factor out gen of USSD notify and release complete to libosmocoreNeels Hofmeyr5-10/+10
2016-11-24move to libcommon-cs: net init 3: actual moveNeels Hofmeyr1-0/+1
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr1-0/+1
2016-09-30log CTRL bind only onceNeels Hofmeyr1-2/+0
2016-09-28COSMETIC: 'if' is not a function, so there is space before '('Harald Welte1-1/+1
2016-09-26mscsplit: bsc_vty_init(): decouple from global bsc_gsmnetNeels Hofmeyr1-1/+1
2016-09-26mscsplit: move subscriber conns list into struct gsm_networkNeels Hofmeyr1-1/+1
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-16/+50
2016-05-21drop unneccessary duplicate linking: osmo-bscNeels Hofmeyr1-1/+0
2016-03-27osmo-bsc: fix compiler warning: store struct in vty->indexNeels Hofmeyr1-2/+2
2016-03-15bsc_scan_msc_msg: check protocol discriminatorNeels Hofmeyr1-0/+5
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr2-9/+9
2016-02-29minor commentNeels Hofmeyr1-0/+1
2016-02-29osmo_bsc_filter.c: add fixme noteNeels Hofmeyr1-0/+3
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr1-1/+9
2016-02-24osmo-bsc: fix checking wrong pointer for ctrl setup successNeels Hofmeyr1-1/+1
2016-01-30gsm0408: Provide unique strings for the gsm 04.08 messageHolger Hans Peter Freyther1-1/+1
2016-01-15bsc/vty: Provide a hint of available inputHolger Hans Peter Freyther1-1/+1
2015-11-02stats: Enable stats for sgsn, gbproxy, nitb, bsc, natJacob Erlbeck1-0/+2
2015-10-02amr: Attempt to unbreak the AMR support in the BSCHolger Hans Peter Freyther1-11/+25