aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/vty_interface_layer3.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-12VTY: backwards compatibility for 'logging level sms'Harald Welte1-0/+14
2013-01-01libmsc: Allow to set sender id when sending SMS from the VTYSylvain Munaut1-12/+42
2012-12-25nitb: Add a VTY command to initiate a handover to another BTSHolger Hans Peter Freyther1-0/+53
2012-11-21sms: Use the DLSMS instead of the DSMS category throughout our codeHolger Hans Peter Freyther1-1/+1
2012-08-17VTY: improve VTY prompt and make sure exit/end works everywhereHarald Welte1-1/+3
2012-08-17Some more VTY documentation / help fixesHarald Welte1-1/+0
2012-08-16complete the VTY help messages so we don't get "null" in the manualHarald Welte1-4/+8
2012-07-21nitb: Document missing parameters, reword documentation, combine paramHolger Hans Peter Freyther1-3/+3
2011-09-03Add VTY command to specify default speech codecHarald Welte1-0/+70
2011-08-19src: port openBSC over libosmo-abis0.9.15Pablo Neira Ayuso1-1/+1
2011-05-07src: use namespace prefix osmo_* for misc utilsPablo Neira Ayuso1-5/+5
2011-05-06src: use namespace prefix osmo_counter*Pablo Neira Ayuso1-22/+22
2011-05-06src: use namespace prefix osmo_signal*Pablo Neira Ayuso1-1/+1
2011-05-04msc: bail out if subscriber VTY command failsPablo Neira Ayuso1-1/+10
2011-04-18misc: Fix possible crash with setting an extensionHolger Hans Peter Freyther1-3/+3
2011-04-18misc: Remove sys/types.h includes from the filesHolger Hans Peter Freyther1-1/+0
2011-04-18misc: Move from u_int to uint types of stdint.hHolger Hans Peter Freyther1-1/+1
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-4/+4
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte1-0/+790