aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/msc_vty.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-16Add vty option to globally enable LCLSMax1-0/+14
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
2019-02-04Add SGs InterfaceHarald Welte1-2/+14
2019-01-17vty: make 'sh connect/transact' readable againMax1-9/+24
2019-01-09msc_vty.c: make check-imei-rqd configurableOliver Smith1-0/+16
2019-01-09Cosmetic: msc_vty: remove redundant "0 =", "1 ="Oliver Smith1-2/+2
2019-01-04use osmo_rat_type from libosmocoreNeels Hofmeyr1-2/+2
2019-01-04vty cfg: move 'ipa-name' from 'msc' to 'hlr' sectionNeels Hofmeyr1-22/+21
2018-12-30libmsc/VTY: introduce kill-switch for routing SMS over GSUPVadim Yanitskiy1-0/+23
2018-12-21use vty->type instead of local variableStefan Sperling1-1/+1
2018-12-19msc_vty: also show IMEI and IMEISVPhilipp Maier1-0/+4
2018-12-19Remove redundancy in LAC processingMax1-1/+1
2018-12-19msc_vty: display current RAN typePhilipp Maier1-0/+2
2018-12-19msc_vty: display subscriber flagsPhilipp Maier1-0/+19
2018-12-18vty: show subscriber: put() before printing the use countNeels Hofmeyr1-2/+5
2018-12-13require 'ipa-name' option to be set via config fileStefan Sperling1-0/+6