aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
2014-05-06Add traffic forwarding via RTP to remote applicationAndreas Eversberg2-0/+12
2014-05-06HACK: Make mgcp_test compileAndreas Eversberg1-1/+1
2014-05-06nitb: Add ctrl command to get/set maximum amount of SMS delivery failuresfairwaves/ctrl-interfaceIvan Kluchnikov1-0/+15
2014-05-06nitb/ctrl: Add ctrl command to get/set arfcnIvan Kluchnikov1-0/+15
2014-05-06nitb/ctrl: Add ctrl command to get/set bandIvan Kluchnikov1-0/+19
2014-05-06nitb/ctrl: Add ctrl command to get/set auth policyIvan Kluchnikov1-0/+18
2014-05-01db: Fix next fall-out with make distcheckHolger Hans Peter Freyther2-1/+2
2014-04-30db: Add testcase for the db migration.Holger Hans Peter Freyther5-2/+40
2014-04-30db: Add testcase for storing/loading/comparing a smsHolger Hans Peter Freyther1-0/+61
2014-04-24ctrl: Extend the testcase for using '09' as numbers on the interfaceHolger Hans Peter Freyther1-0/+43
2014-03-23sgsn/ctrl: Add ctrl interface, implement listing subscribersHolger Hans Peter Freyther1-0/+23
2014-03-23nitb/ctrl: Implement a command to list all active subscribersHolger Hans Peter Freyther1-0/+7
2014-03-23nitb/ctrl: Implement creating and deleting subscribersHolger Hans Peter Freyther1-1/+9
2014-03-23nitb/ctrl: Add command to add/modify a subscriber to the databaseHolger Hans Peter Freyther1-0/+32
2014-03-23nitb/ctrl: Add ctrl command to set the TRX max_power_reductionHolger Hans Peter Freyther1-0/+20
2014-03-20mncc: Complete definitions for all speech traffic frames at MNCC interfaceAndreas Eversberg1-1/+1
2014-03-11trau: Fix linking on FreeBSD by using LIBRAY_DLNikola1-1/+1
2014-03-09db: Add more tests for retrieving subscribers from a DB.Alexander Chemeris1-2/+36
2014-03-06nitb/smpp: Add simple test runner for the issues found by danielHolger Hans Peter Freyther2-1/+140
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 Freyther2-3/+49
2014-03-04libbsc: Add command to set MNC/MCC and apply it if something changedHolger Hans Peter Freyther1-1/+45
2014-02-20sms: Increment the RP Message Reference for each transactionHolger Hans Peter Freyther2-0/+29
2014-02-20tests: Remove unused fileHolger Hans Peter Freyther1-50/+0
2014-02-03mgcp: Round the frame time otherwise we have porting issuesHolger Hans Peter Freyther3-70/+71
2014-02-03mgcp: transit is a signed variable and should be printed like thisHolger Hans Peter Freyther2-89/+89
2014-02-03mgcp: Use the length modifier for the size_t in the printfHolger Hans Peter Freyther1-1/+1
2014-01-31mgcp/rtp: Base jitter calculation on input timestampsJacob Erlbeck1-78/+78
2014-01-31mgcp/rtp: Compute delta timestamp based on wallclockJacob Erlbeck1-8/+8
2014-01-31mgcp/rtp: Fix transit computation unitsJacob Erlbeck1-116/+116
2014-01-31mgcp/test: Fake wallclock for RTP timing/stats testsJacob Erlbeck2-0/+184
2014-01-31mgcp/test: Only include conn_mode into test outputJacob Erlbeck2-15/+24
2014-01-20nat: Make the access-list deny cause configurableHolger Hans Peter Freyther1-0/+38
2014-01-20nat: Introduce reject cause to bsc_nat_acc_lst_entryHolger Hans Peter Freyther1-1/+102
2014-01-20mgcp/test: Don't reset conn_mode between messagesJacob Erlbeck2-3/+2
2014-01-20mgcp: Synchronize conn mode bits and output enabled flagsJacob Erlbeck1-7/+26
2014-01-20mgcp: Disable output enabled on initialisationJacob Erlbeck1-2/+2
2014-01-17openbsc: Fix coverity issuesJacob Erlbeck1-3/+3
2014-01-16mgcp: Send RTP keepalive dummy packets to netJacob Erlbeck1-0/+6
2014-01-16mgcp: Set output_enabled flags based on the MGCP modeJacob Erlbeck1-7/+7
2014-01-16mgcp/test: Show the number of dummy packets sentJacob Erlbeck2-1/+34
2014-01-16mgcp/test: Reset pkt_period_* after each testJacob Erlbeck2-1/+3
2014-01-16mgcp/test: Test the connection mode parserJacob Erlbeck2-3/+50
2014-01-16si: Implement range 128, 256, 1024 encodingJacob Erlbeck1-11/+6
2014-01-16si: Fix range1024 encodingJacob Erlbeck1-12/+12
2014-01-16si: Fix range512 encodingJacob Erlbeck1-9/+2
2014-01-16si/test: Merge si tests into gsm48 testsJacob Erlbeck7-195/+167
2014-01-16si/test: Add tests for range encoding/decodingJacob Erlbeck3-0/+265
2014-01-16si: Add a config option to disable SI2ter/SI2bis/SI5ter/SI5bis messagesJacob Erlbeck1-0/+18
2013-12-27db: Avoid crash we have seen with the dbi code when reading a SMSHolger Hans Peter Freyther1-0/+1