aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/vty_test_runner.py
AgeCommit message (Expand)AuthorFilesLines
2016-04-19Add support of virtual networks for sending network name to ms depending on imsifairwaves/masterIvan Kluchnikov1-0/+41
2015-08-20sms: Add a way to always route SMS through SMPP systemsHolger Hans Peter Freyther1-0/+22
2015-04-23nat: Make mode-set patching optionalHolger Hans Peter Freyther1-0/+17
2015-04-07nitb: Check source string length before calling strncpy (Coverity)Jacob Erlbeck1-0/+26
2015-04-01bsc: Allow to use different LAC/CI for the core-networkHolger Hans Peter Freyther1-0/+15
2015-02-06sgsn: Add easy APN commands with just the nameHolger Hans Peter Freyther1-0/+18
2015-02-06sgsn: Add functions to handle APN contextsJacob Erlbeck1-0/+21
2015-01-31meas: Install the scenario command and test itHolger Hans Peter Freyther1-0/+19
2015-01-30gprs: Support cancellation typeJacob Erlbeck1-1/+1
2015-01-28gprs: Don't use subscr->keep_in_ram in normal operationJacob Erlbeck1-0/+3
2015-01-20sgsn: Restructure the 'update-subscriber' commandJacob Erlbeck1-5/+5
2014-12-09sgsn: Add VTY commands to manage subscriber cacheJacob Erlbeck1-0/+16
2014-12-09sgsn: Integrate subscriber handling into the SGSNJacob Erlbeck1-0/+3
2014-11-19mgcp: Allow to omit sending the audio name at allHolger Hans Peter Freyther1-0/+15
2014-11-14sgsn: Add 'acl-only' authentication policyJacob Erlbeck1-0/+16
2014-11-14sgsn/test: Add VTY tests for the SGSNJacob Erlbeck1-0/+53
2014-10-29bsc: Allow to disable sending ping/pong to the MSCHolger Hans Peter Freyther1-0/+42
2014-10-03nitb: Add subscriber delete commandRuben Pollan1-1/+9
2014-07-07mgcp: Verify that the force-ptime is written back to the fileHolger Hans Peter Freyther1-0/+22
2014-03-06nitb: Add a test for "show network" in the python testsuite.Ciaby1-0/+8
2014-03-06nat: Add CTRL command test case for the new control commandsHolger Hans Peter Freyther1-1/+1
2014-01-20nat: Make the access-list deny cause configurableHolger Hans Peter Freyther1-0/+38
2014-01-16si: Add a config option to disable SI2ter/SI2bis/SI5ter/SI5bis messagesJacob Erlbeck1-0/+18
2013-11-22bsc: Add a VTY command to show the paging group for a BSC/IMSIHolger Hans Peter Freyther1-0/+6
2013-10-30vty: Enable the end/exit test for libosmocore nodesJacob Erlbeck1-13/+6
2013-10-24gbproxy/vty: Enhance delete-gbproxy-peer commandJacob Erlbeck1-0/+16
2013-10-24gbproxy: Add basic VTY testsJacob Erlbeck1-0/+40
2013-10-24vty: Fix whitespace in test scriptJacob Erlbeck1-7/+7
2013-10-05nitb: Add "subscriber create" VTY command.Alexander Chemeris1-0/+16
2013-09-19bsc/mminfo: Patch timezone and DST in MM Info messagesJacob Erlbeck1-0/+34
2013-09-18bsc: Add vty command for setting Access control classes.Ivan Kluchnikov1-0/+35
2013-09-11vty: Hide unconfigured BTS on 'write'Jacob Erlbeck1-0/+11
2013-09-11ussd: Send USSD on call setup on MSC errorsJacob Erlbeck1-2/+33
2013-09-02vty: Attempt to fix the build when SMPP is not enabledHolger Hans Peter Freyther1-8/+19
2013-09-02vty: Rename 'mgcp-through-msc-ipa' command to 'use-msc-ipa-for-mgcp'Jacob Erlbeck1-4/+4
2013-09-02vty: Use generic 'end' and 'exit' commandsJacob Erlbeck1-19/+5
2013-09-02vty: Add test to check vty node hierarchy and related commandsJacob Erlbeck1-3/+152
2013-08-28bsc/vty: Add 'no bsc-welcome-text' commandJacob Erlbeck1-0/+7
2013-08-28bsc/ussd: Optionally send USSD message on MSC disconnectionJacob Erlbeck1-0/+41
2013-08-14nat/ussd: Add 'show ussd-connection' vty commandJacob Erlbeck1-0/+49
2013-07-31nat: Implement a post-routing for the NAT softwareHolger Hans Peter Freyther1-0/+8
2013-07-31nat: Allow to use the prefix lookup to rewrite numbersHolger Hans Peter Freyther1-0/+21
2013-07-31nat: Add a no number-rewrite command and call it through a VTY testHolger Hans Peter Freyther1-2/+6
2013-07-27tests: TestCase.assertGreater is not available on Python 2.5Holger Hans Peter Freyther1-2/+2
2013-07-27expiration: Allow to disable the periodic location updating procedureHolger Hans Peter Freyther1-0/+32
2013-06-24tests: Add a custom test runner to test the VTY functionality.Holger Hans Peter Freyther1-0/+110