aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/msc_vty.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-11make gsup ipa name configurable in osmo-msc.cfgStefan Sperling1-0/+16
2018-12-05add VTY commands: mncc internal / external (== -M)Neels Hofmeyr1-0/+23
2018-12-05vty: mncc cfg: separate the 'mncc' from 'mncc-guard-timeout'Neels Hofmeyr1-4/+14
2018-11-30move gsm_auth_tuple to vlr.h as vlr_auth_tupleNeels Hofmeyr1-1/+1
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr1-1/+0
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-7/+7
2018-11-30rename gsm_encr to geran_encr, it is only applicable on GERANNeels Hofmeyr1-1/+1
2018-11-29libmsc/gsm_04_11.c: refactor MT SMS message handlingVadim Yanitskiy1-2/+2
2018-11-19msc: vty: Fix integer printf formattingPau Espin Pedrol1-9/+9
2018-11-13vty: add command to show all known BSCMax1-0/+17
2018-10-24gsm_04_08_cc: Add global guard timer for MNCCPhilipp Maier1-0/+13