aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/msc_vty.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-06VTY: always print MNCC handler type (internal/external)Vadim Yanitskiy1-0/+2
2023-12-18GSUP: set default ipa-name at application levelMychaela N. Falconia1-1/+1
2023-07-21msc_vty: support spaces in short/long network nameVadim Yanitskiy1-4/+8
2023-07-21ASCI: Add VTY to configure GCR (Group Call Register)Andreas Eversberg1-0/+2
2023-06-14Use new mgcp_client_conf_alloc() API to alloc mgcp_client_confPau Espin Pedrol1-1/+1
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy1-1/+1
2022-10-19vty: Make use of new mgcp_client_pool_config_write() APIPau Espin Pedrol1-1/+3
2022-10-19Introduce support for libosmo-mgcp-client MGW poolingPau Espin Pedrol1-0/+4
2022-05-19sms: Give smsc its own VTY config nodeHarald Welte1-53/+2
2022-05-17sms: Encapsulate SMS queue related config parametersHarald Welte1-3/+3
2021-11-28VTY: clarify deprecation message for cfg_net_per_loc_upd_cmdVadim Yanitskiy1-2/+2
2021-11-05Make UTRAN encryption algorithms configurableHarald Welte1-27/+9
2021-10-25Add support for LCLS to the MSCKeith Whyte1-0/+22
2021-06-24vty: allow A5/4 encryption in configEric Wild1-1/+2
2021-06-04Use new osmo stat items/ctr APIsPau Espin Pedrol1-23/+23
2020-09-26Convert paging response timer into an osmocom own X4 timerAlexander Couzens1-6/+16
2020-08-28vty: allow configuring db path from cfg fileKeith Whyte1-0/+12
2020-07-29vty: fix vsub reference counting: call vlr_subscr_put()Vadim Yanitskiy1-0/+2
2020-06-24vty 'show connection': show msc_a->via_cell instead of vsub->cgiNeels Hofmeyr1-1/+1
2020-06-19add rudimentary NRI support for MSC poolingNeels Hofmeyr1-0/+77
2020-06-18msc_vty: remove emergency-call command from networkPhilipp Maier1-5/+0
2020-01-27VTY: cosmetic: make struct cmd_node for GSMNET_NODE staticVadim Yanitskiy1-1/+1
2020-01-25libmsc: move subscriber expiration timer T3212 to libvlrVadim Yanitskiy1-27/+31
2020-01-25VTY: add osmo_tdef introspection and configuration commandsVadim Yanitskiy1-0/+7
2020-01-25VTY: mark 'subscriber create imsi' command as deprecatedVadim Yanitskiy1-7/+6
2019-12-02libmsc: fix potential NULL-pointer dereferences detected by GCC's LTOVadim Yanitskiy1-0/+5
2019-11-19Fix some typosMartin Hauke1-1/+1
2019-09-16vty: fix access to wrong argv in paging response-timerPau Espin Pedrol1-1/+1
2019-09-03Implement a global switch on the network to disable call waiting.Keith Whyte1-0/+28
2019-08-13add 'encryption uea 1 2' cfg / fix ttcn3 iu testsNeels Hofmeyr1-5/+49
2019-08-05do not force encryption on UTRANNeels Hofmeyr1-1/+4
2019-07-29minor comments in msc_vty.cNeels Hofmeyr1-0/+2
2019-07-09libmsc/msc_vty.c: print subscriber expiration timeVadim Yanitskiy1-0/+17
2019-06-03libmsc/msc_vty.c: do not abuse strlen() to check char buffersVadim Yanitskiy1-4/+3
2019-06-03libmsc/msc_vty.c: refactor 'show subscr / conn / trans' commandsVadim Yanitskiy1-162/+283
2019-05-19vty: Add option to enable osmux towards BSCsPau Espin Pedrol1-0/+23
2019-05-16libmsc/msc_vty.c: use llist_count() in subscr_dump_full_vty()Vadim Yanitskiy1-6/+3
2019-05-16libmsc/msc_vty.c: fix documentation of 'show subscriber id'Vadim Yanitskiy1-1/+1
2019-05-16libmsc/msc_vty.c: fix: use msub_for_vsub() in subscr_dump_full_vty()Vadim Yanitskiy1-1/+1
2019-05-15vty: make retrieve-imeisv-early configurableOliver Smith1-7/+21
2019-05-09vty/cfg: add missing write-back of inter-BSC and inter-MSC HO configNeels Hofmeyr1-0/+2
2019-05-08rename bscconfig.h to config.h, cleanupNeels Hofmeyr1-1/+1
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr1-85/+141
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr1-22/+26
2019-03-19msc_vty: add missing header filePhilipp Maier1-0/+1
2019-03-14libmsc: Allow different channel types to be requested as silent callsSylvain Munaut1-11/+61
2019-03-08vty: add cmd subscriber ID sms delete-allNeels Hofmeyr1-0/+25
2019-02-28libmsc/msc_vty.c: drop dead comparison against nullVadim Yanitskiy1-1/+1
2019-02-20libmsc/gsm_09_11.c: implement guard timer for NCSS sessionsVadim Yanitskiy1-0/+15
2019-02-13libmsc/gsm_04_80.c: use gsm0480_create_release_complete()Vadim Yanitskiy1-1/+3