aboutsummaryrefslogtreecommitdiffstats
path: root/bsc
AgeCommit message (Expand)AuthorFilesLines
2018-01-29bsc: Expect CRCX and send an ACK backDaniel Willmann1-3/+7
2018-01-29bsc: Reply to CRCX with ACKDaniel Willmann1-0/+5
2018-01-29bsc: Register expect criteria for MGCP CRCXDaniel Willmann1-0/+6
2018-01-29bsc: Start MGCP_Emulation and extend MSC_ConnectionHandler for MGCPDaniel Willmann2-3/+39
2018-01-29BSC_Tests: Add MGCP_Emulation to gen_linksDaniel Willmann1-1/+1
2018-01-24MSC_Tests: Use enum instead of magic numbers for CM_SERVICE_TYPEHarald Welte1-1/+1
2018-01-21BSSMAP_Emulation: Decode DTAPHarald Welte1-1/+3
2018-01-21Move BSSAP_Adapter.ttcn to library so it can be reusedHarald Welte2-163/+1
2018-01-21bsc test: Abstract out CTRL handling so it can be re-used from MSC testHarald Welte2-52/+4
2018-01-21BSSAP_Adapter: De-couple from BSC-testing MSC_ConnectionHandlerHarald Welte2-8/+10
2018-01-17Add "SourceInfoFormat := Single;" to all test configsHarald Welte1-0/+1
2018-01-12Test control connection status query for MSC 0.Stefan Sperling1-0/+11
2018-01-09Fix BTS location area code assignment in test configuration.Stefan Sperling1-2/+2
2017-12-28GSUP Support and first test against OsmoHLRHarald Welte1-1/+1
2017-12-28bsc-test: Fix compilation after IuUP support was introducedHarald Welte1-1/+1
2017-12-25RTP_Emulation: Integrate IuUP supportHarald Welte1-1/+1
2017-12-25BSC_Tests: Fix TC_assignment_fr_a5_4Harald Welte2-6/+15
2017-12-23MSC_ConnectionHandler: fix f_rsl_reply() for RSL_MT_ENCR_CMDHarald Welte1-1/+1
2017-12-23convert TC_assignment_sign to 'new style' testsHarald Welte1-9/+19
2017-12-22BSSAP_Adapter: Fix missing 'repeat' in as_reset_ack()Harald Welte1-0/+1
2017-12-18BSC_Tests: remove bogus line sfrom osmo-bsc.cfgHarald Welte1-5/+0
2017-12-17BSC_Tests: Delete unused/dead codeHarald Welte3-86/+0
2017-12-17BSC_Tests: Update readme + source code commentsHarald Welte2-5/+75
2017-12-17MSC_ConnHdlr: Fix f_rsl_reply() for RSL_MT_ENCR_CMDHarald Welte1-0/+5
2017-12-17BSC_Tests: reduce amount of sleeping to speed up test suiteHarald Welte1-2/+1
2017-12-17fix TC_ctrl expectation: We expect 3 BTSsHarald Welte1-1/+1
2017-12-17BSC_Tests: Only start the number of BTSs required for a givenHarald Welte1-29/+29
2017-12-17BSC_Tests: Implement ecnryption related proceduresHarald Welte2-11/+35
2017-12-17MSC_ConnHdlr: Tighten permitted messagesHarald Welte1-4/+8
2017-12-17BSC_Tests: Migrate various ASSIGNMENT tests over to MSC_ConnHdlrHarald Welte1-76/+108
2017-12-17BSC_Tests: Re-wire MSC_ConnectionHandler to handle BSSAP and RSLHarald Welte2-103/+158
2017-12-17BSC_Tests: Prepare for tests based on {RSL,BSSMAP}_EmulationHarald Welte4-12/+42
2017-12-17BSSMAP_Emulation: use BSSAP_CodecPortHarald Welte1-1/+2
2017-12-15update README.txt with status of current implementationHarald Welte1-18/+33
2017-12-15BSC_Tests: Update CFG with list of test casesHarald Welte1-0/+35
2017-12-15BSC_Tests: Ensure MSC passes SpeechCodecList in AoIP ASSIGNMENTHarald Welte1-0/+19
2017-12-15BSC_Tests: Add whole bunch of new assignment testsHarald Welte1-1/+121
2017-12-15BSC_Tests: Add TC_outbound_connect to test if BSC rejects inbound SCCP connec...Harald Welte1-0/+15
2017-12-15BSSMAP_Templates: Enable use for AoIP, not just E1-CICHarald Welte2-3/+5
2017-12-15BSC_Tests: Add TC_assignment_cic_only (AoIP Assign. must fail with only CIC)Harald Welte1-0/+25
2017-12-14BSC_Tests: Add test case for RSL link drop counterHarald Welte1-0/+20
2017-12-14BSC_Tests: Add TC_chan_exhaustion to test for channel exhaustionHarald Welte1-0/+51
2017-12-14BSC_Tests: Add TC_chan_act_nack to test RSL Channel Activate NACKHarald Welte1-0/+26
2017-12-14BSC_Tests: Add TC_paging_counter to test paging related countersHarald Welte2-0/+40
2017-12-14BSC_Tests / RSL_Types: Add enumerated for RSL Cause valueHarald Welte1-1/+1
2017-12-13BSC_Tests: Add more tests about invalid channel activationsHarald Welte1-0/+107
2017-12-13BSC_Tests: remove copy+paste CHAN RQD -> CHAN ACT -> CHAN ACKHarald Welte1-20/+15
2017-12-13BSC_Tests: Make as_Tguard() more robust (don't abort after RESET)Harald Welte1-0/+1
2017-12-13bsc: Run three virtual BTSs (2 in one lac, 1 in another)Harald Welte2-24/+247
2017-12-13generalize shared code from regen_makefile.sh into shared helper scriptHarald Welte1-9/+1