aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
2017-03-04implement utran security mode with vlrNeels Hofmeyr3-17/+69
2017-03-04implement utran security mode with vlrNeels Hofmeyr3-11/+54
2017-03-04Always assign TMSI on UTRANNeels Hofmeyr3-20/+118
2017-03-04vlr on utran: transmit CommonIDNeels Hofmeyr2-0/+9
2017-03-03decouple from bsc_api and btsNeels Hofmeyr10-54/+52
2017-03-03make python tests pass for new OsmoMSCNeels Hofmeyr3-224/+33
2017-03-03python tests: vty and smpp: speed up >10 timesNeels Hofmeyr2-2/+0
2017-03-03vty tests: allow picking specific tests to run by nameNeels Hofmeyr1-0/+5
2017-03-03python tests: allow running from separate build dirNeels Hofmeyr3-4/+9
2017-03-03wip: make msc_vlr tests passNeels Hofmeyr13-440/+265
2017-03-03wip pagingNeels Hofmeyr2-10/+9
2017-03-02wipNeels Hofmeyr6-23/+55
2017-03-02mgcp parsing, mgcp testNeels Hofmeyr6-10/+235
2017-03-02mgcp: handle responses from the MGCP GWNeels Hofmeyr1-4/+8
2017-03-02IuCS: rapidly release connectionsNeels Hofmeyr1-0/+3
2017-03-02bridge calls via mgcpgwNeels Hofmeyr1-0/+4
2017-03-02IuCS: implement msc_call_assignment() for IuCSNeels Hofmeyr2-0/+26
2017-03-02IuCS: send RANAP CommonIDNeels Hofmeyr1-0/+6
2017-03-02gsm0408_test: use NULL for root ctx -- TODO really?Neels Hofmeyr1-2/+2
2017-03-02remove unneccessary linking from some testsNeels Hofmeyr3-4/+0
2017-03-02cut off libbsc paging, pending paging in libmscNeels Hofmeyr2-1/+3
2017-03-02add libiudummy, to avoid linking Iu deps in testsNeels Hofmeyr5-0/+55
2017-03-02conn timeout: implement conn_fsm COMMUNICATING stateNeels Hofmeyr9-56/+1580
2017-03-02vlr: get SMS working, by SMS recipient MSISDN round-robinNeels Hofmeyr6-0/+366
2017-03-02msc_vlr tests: add tests to reject concurrenct connsNeels Hofmeyr7-107/+1991
2017-03-02Add msc_vlr test suite for MSC+VLR end-to-end testsNeels Hofmeyr29-1/+12953
2017-03-02Use libvlr in libmsc (large refactoring)Neels Hofmeyr11-601/+46
2017-03-02Add libvlr implementationHarald Welte2-0/+715
2017-03-02add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr7-2/+187
2017-02-28ctrl_test_runner: speed up more than 10 fold by sleeping lessNeels Hofmeyr1-3/+13
2017-02-28vty test: nat_msc_test: setsockopt REUSE to avoid TIME_WAIT problemsNeels Hofmeyr1-0/+1
2017-02-27SGSN: Integrate support for UMTS AKANeels Hofmeyr1-0/+1
2017-02-25smpp_test_runner.py: fix socket leakNeels Hofmeyr1-0/+2
2017-02-25python tests: remove process 'Launch' message, now at osmoutilNeels Hofmeyr3-3/+0
2017-02-25vty_rest_runner.py: remove debug monitoring for TCP socketsNeels Hofmeyr1-22/+0
2017-02-25add struct gprs_subscr, separating gprs from gsm_subscriberNeels Hofmeyr2-40/+61
2017-02-24cosmetic: rename struct osmo_msc_data to bsc_msc_dataNeels Hofmeyr1-2/+2
2017-02-24cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr1-1/+1
2017-02-24vty_test_runner.py: fix socket leakNeels Hofmeyr1-0/+2
2017-02-21Handle DSD from HLRMax1-1/+2
2017-02-07gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb()Alexander Couzens1-1/+1
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens1-23/+23
2017-02-07vty tests: more attempts to resolve 'Broken Pipe' errorNeels Hofmeyr1-7/+39
2017-02-03Revert "vty tests: more attempts to resolve sporadic 'Broken Pipe' error"Neels Hofmeyr1-3/+1
2017-02-03vty tests: testBSCreload: ipa_handle_small: ensure rx of 4 bytesNeels Hofmeyr1-0/+2
2017-02-03vty tests: more attempts to resolve sporadic 'Broken Pipe' errorNeels Hofmeyr1-1/+3
2017-02-02vty tests: attempt to get at sporadic 'Broken Pipe' errorNeels Hofmeyr1-1/+15
2017-01-25CTRL: remove boilerplateMax1-4/+4
2017-01-23SI2q: add support for multiple UARFCNsMax2-2/+32
2017-01-23Prevent segfault in range encodingMax2-0/+20