aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-msc
AgeCommit message (Expand)AuthorFilesLines
2018-12-17log: by default start with all categories on LOGL_NOTICENeels Hofmeyr1-4/+4
2018-12-13require 'ipa-name' option to be set via config fileStefan Sperling1-0/+5
2018-12-05add VTY commands: mncc internal / external (== -M)Neels Hofmeyr1-2/+11
2018-12-05msc_main: mncc: move mncc socket decision to after read_cfgNeels Hofmeyr1-5/+4
2018-12-05cosmetic: msc_main.c: default args definition styleNeels Hofmeyr1-5/+3
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr1-1/+0
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-1/+1
2018-09-27vty: add SCCP related vty commandsNeels Hofmeyr1-0/+1
2018-08-17msc: Set talloc ctx for osmo_signal structuresPau Espin Pedrol1-0/+1
2018-08-14osmo-msc: track the use of talloc NULL memory contextsVadim Yanitskiy1-0/+3
2018-08-14osmo-msc: free the VTY talloc context on exitVadim Yanitskiy1-0/+3
2018-08-13osmo-msc: Improve shutdown due to signal and print talloc report on exitPau Espin Pedrol1-5/+26
2018-08-05RRLP: fix: actually init the RRLP signal handlersVadim Yanitskiy1-0/+3
2018-08-05Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte1-1/+2
2018-06-15msc_main: Fix typo in description of version paramPau Espin Pedrol1-1/+1
2018-03-30use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-1/+1
2018-03-22remove empty libcommon-csNeels Hofmeyr1-1/+0
2018-03-22rename libcommon to libgsupclientNeels Hofmeyr1-1/+1
2018-03-22dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.cNeels Hofmeyr1-1/+9
2018-03-22dissolve libcommon: drop debug.cNeels Hofmeyr1-0/+112
2018-03-22dissolve libcommon,libcommon-cs: clean up vty definitionsNeels Hofmeyr1-4/+47
2018-03-10msc_main: do not say 'osmo-nitb' in the usageNeels Hofmeyr1-1/+1
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-3/+1
2018-02-27cosmetic: gsm_network_init(): imply default 001-01 PLMNNeels Hofmeyr1-1/+1
2018-02-14osmo-msc: Add talloc context introspection via VTYHarald Welte1-0/+3
2018-02-14remove unused dyn_ts_allow_tch_f VTY optionHarald Welte1-14/+0
2018-02-09cosmetic: Use msgb_hexdump*() rather than manual osmo_hexdump() on msgHarald Welte1-3/+1
2018-01-25debug: Remove dead log categoriesHarald Welte1-2/+2
2018-01-25remove dead ctrl.h header fileHarald Welte1-1/+0
2018-01-25remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.hHarald Welte1-1/+0
2018-01-25Massive removal of unused code/structs/headersHarald Welte1-4/+0
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max1-2/+0
2017-12-05mncc: remove deprecated commandline option.Philipp Maier1-6/+1
2017-11-24use only 0.23.1 as point code for both A and IuNeels Hofmeyr1-7/+5
2017-10-28osmo-msc: Don't link against libasn1cHarald Welte1-1/+0
2017-09-18main: remove cmdline args no longer available for osmo-mscNeels Hofmeyr1-27/+1
2017-09-15Remove unused osmo_bsc_rf.h headerMax1-1/+0
2017-09-15Remove BTS-specific attributesMax1-1/+0
2017-09-08use separated libosmo-mgcp-client, apply rename to mgcp_client_*Neels Hofmeyr2-8/+7
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-18/+18
2017-08-29split off osmo-msc: remove files, apply build, renameNeels Hofmeyr1-1/+0
2017-08-29move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcpNeels Hofmeyr2-2/+4
2017-08-29move libiu to osmo-iuh/libosmo-ranapNeels Hofmeyr2-6/+9
2017-08-29Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring)Philipp Maier1-5/+76
2017-08-27Treat SIGTERM just like SIGINT in our programsHarald Welte1-0/+2
2017-08-27NITB: remove 'help' output about '-a' option that is removed for agesHarald Welte1-2/+0
2017-08-08Implement IuCS (large refactoring and addition)Neels Hofmeyr2-0/+571