aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/vty_interface_layer3.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-12libmsc: add support for both comp128v2 and comp128v3Vadim Yanitskiy1-2/+10
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-2/+0
2017-09-13fix vty tests: vty no longer goes to parent node implicitlyNeels Hofmeyr1-0/+1
2017-07-10Add VTY commands for experimentation with TS 04.14 commandsHarald Welte1-0/+94
2017-07-10libmsc: Fix VTY output for handover counters.Alexander Chemeris1-5/+5
2017-05-12fix VTY parsing: subscriber-create-on-demand randomNeels Hofmeyr1-1/+1
2017-03-31LU counters: count completion and failure, not messages sentNeels Hofmeyr1-3/+3
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr1-4/+10
2017-02-24vty: fix subscr ref count leak in 'subscriber name' cmdNeels Hofmeyr1-0/+1
2017-02-18remove compiler warning: unused rc in vty_interface_layer3Neels Hofmeyr1-1/+0
2017-01-23Add VTY command to immediately expire user (set expire_lu to now)Keith1-0/+24
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr1-2/+1
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr1-1/+1
2016-12-02factor out gen of USSD notify and release complete to libosmocoreNeels Hofmeyr1-2/+2
2016-11-26Fix possible non-null-terminated bufferHarald Welte1-0/+1
2016-09-18debug log for sms: fix/addNeels Hofmeyr1-0/+1
2016-09-18vty l3 help: fix typo 'comamnds'; fix english s/his//Neels Hofmeyr1-5/+5
2016-08-29libmsc/bsc: split rate counters into bsc and msc groupAlexander Couzens1-20/+20
2016-08-27libbsc/libmsc: convert old osmo counter into rate_ctrgsAlexander Couzens1-20/+28
2016-07-09Make random MSISDN assignment optionalMax1-15/+16
2016-06-14Make random extension range configurableMax1-1/+29
2016-06-05Add regexp authorization policy for IMSIMax1-4/+11
2016-05-20Make extending subscriber creation easierMax1-3/+3
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte1-3/+3
2016-04-06subscr: Make db_create_subscriber fail on duplicatesHolger Hans Peter Freyther1-5/+11
2015-08-08paging: Provide information about pending requestsHolger Hans Peter Freyther1-2/+8
2015-08-0364bit: Fix compiler warnings in regard to 64bitHolger Hans Peter Freyther1-2/+2
2015-08-01nitb: Add a mode to not use TMSI for normal operationHolger Hans Peter Freyther1-0/+22
2015-04-29sub: Remove the queue from the subscriber codeHolger Hans Peter Freyther1-0/+2
2015-04-29sub: Remove introspection of the "channel queue"Holger Hans Peter Freyther1-77/+4
2015-04-07nitb: Check source string length before calling strncpy (Coverity)Jacob Erlbeck1-0/+14
2015-01-31meas: Install the scenario command and test itHolger Hans Peter Freyther1-0/+6
2015-01-31meas: Add VTY documentation for the measurement commandsHolger Hans Peter Freyther1-2/+3
2015-01-27nitb: Make the last change configurableHolger Hans Peter Freyther1-0/+47
2015-01-02logging: Only compare the subscr addressHolger Hans Peter Freyther1-0/+28
2015-01-01Initial support for export + curses-visualization of measurementsHarald Welte1-0/+35
2014-12-05msc: Add and use gsm_subscriber_groupJacob Erlbeck1-7/+7
2014-10-03nitb: Add subscriber delete commandRuben Pollan1-1/+33
2014-08-02vty: Fix interactive VTY help for silent-sms transmissionHarald Welte1-3/+3
2014-06-18nitb: Only print channel activations once in show statisticsHolger Hans Peter Freyther1-3/+0
2014-04-04bsc/msc: Extension can never be NULL use strlen insteadHolger Hans Peter Freyther1-1/+1
2014-04-04msc: Name is never NULL use strlen to check if it is emptyHolger Hans Peter Freyther1-1/+1
2013-10-30vty: Use vty_install_default() instead of bsc_install_default()Jacob Erlbeck1-1/+1
2013-10-13db: Remove the struct gsm_network from the database layerHolger Hans Peter Freyther1-1/+1
2013-10-05nitb: Add "subscriber create" VTY command.Alexander Chemeris1-0/+27
2013-09-02vty: Use generic 'end' and 'exit' commandsJacob Erlbeck1-3/+1
2013-07-27expiration: Print the "expire_lu" time in show subscriberHolger Hans Peter Freyther1-0/+9
2013-07-14nitb: The subscr->imsi is an array will never be NULLHolger Hans Peter Freyther1-2/+1
2013-07-04nitb: Add a missing NULL check for searching the subscriberHolger Hans Peter Freyther1-1/+8
2013-03-03vty: Document some previously undocumented parametersHolger Hans Peter Freyther1-2/+4