aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-msc
AgeCommit message (Expand)AuthorFilesLines
2023-09-15make two functions staticNeels Hofmeyr1-2/+2
2023-07-21ASCI: Add VTY to configure GCR (Group Call Register)Andreas Eversberg1-0/+10
2023-07-09ASCI: Add log category for VGCS/VBS call and channel FSMAndreas Eversberg1-0/+5
2023-07-09ASCI: Add log categories for GCC/BCC (call control)Andreas Eversberg1-0/+12
2023-06-14Use new mgcp_client_conf_alloc() API to alloc mgcp_client_confPau Espin Pedrol1-4/+4
2023-04-05msc_main: close SMS db on startup errorOliver Smith1-10/+21
2023-04-04msc_mgw_setup: use mgcp_client_pool_empty()Oliver Smith1-2/+6
2023-02-25Transition to use of 'telnet_init_default'arehbein1-2/+1
2023-02-05fix msc_vty_go_parent(): add missing case for MGW_NODEVadim Yanitskiy1-0/+5
2023-02-05msc_main: fix wrong comment: HLR is a separate projectVadim Yanitskiy1-1/+1
2022-12-17ctrl: take both address and port from vty configMax1-2/+1
2022-10-19Introduce support for libosmo-mgcp-client MGW poolingPau Espin Pedrol1-6/+37
2022-09-15cosmetic: use proper name for SMPP handlersMax1-2/+2
2022-08-05Introduce libsmpputilMax2-2/+10
2022-05-19sms: Give smsc its own VTY config nodeHarald Welte1-1/+1
2022-05-17sms: Encapsulate SMS queue related config parametersHarald Welte1-17/+3
2022-05-17switch from libdbi to lbsqlite3Harald Welte2-2/+2
2022-05-15switch sqlite3 to single-threaded modeHarald Welte1-0/+2
2022-05-13call rate_ctr_init() to make rate counters work properlyHarald Welte1-0/+1
2021-11-12Do not mention deprecated -l / --database optionsVadim Yanitskiy1-2/+3
2021-11-12Do not mention deprecated -M / --mncc-sock-path optionsVadim Yanitskiy1-2/+3
2021-10-25Add support for LCLS to the MSCKeith Whyte1-0/+1
2021-06-22osmo-msc main: use osmo_select_shutdown()Neels Hofmeyr1-5/+15
2020-11-25main: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-6/+15
2020-10-24main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy1-11/+34
2020-08-28vty: allow configuring db path from cfg fileKeith Whyte1-3/+5
2020-08-24Change default SCTP conn NULL->127.0.0.1 to localhost->localhostPau Espin Pedrol1-2/+3
2020-08-20Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol1-0/+2
2020-06-23add osmo-msc --vty-ref-xml: dump VTY ref XML to stdoutNeels Hofmeyr1-8/+20
2020-01-29osmo-msc: use stderr to print error messages, not stdoutVadim Yanitskiy1-11/+12
2020-01-19osmo-msc: fix: properly initialize default values for MGW timersVadim Yanitskiy1-1/+3
2019-12-03msc: exit(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-01fsm: use deferred deallocationNeels Hofmeyr1-2/+2
2019-09-03Implement a global switch on the network to disable call waiting.Keith Whyte1-0/+1
2019-08-05Remove undefined param passed to logging_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-05-19build osmo-msc: add "missing" LIBASN1C_LIBSNeels Hofmeyr1-6/+2
2019-05-15remove msc specific db countersAlexander Couzens1-26/+2
2019-05-12add DSS logging categoryNeels Hofmeyr1-2/+5
2019-05-08rename bscconfig.h to config.h, cleanupNeels Hofmeyr1-1/+1
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr2-68/+89
2019-04-12enable osmo_fsm_term_safely(), apply logging changesNeels Hofmeyr1-0/+2
2019-03-28libmsc: fix: properly initialize the SGs serverVadim Yanitskiy1-0/+6
2019-02-04Add SGs InterfaceHarald Welte2-0/+11
2018-12-21use vty->type instead of local variableStefan Sperling1-4/+0
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