aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Update SI data structures and generationMax2-28/+150
2017-06-15Move SI-related definesMax1-1/+1
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte1-1/+1
2017-05-20Add missing _CFLAGS and _LIBSAlexander Huemer1-1/+2
2017-05-15SI2quater: fix EARFCN inclusion checkMax2-32/+86
2017-05-15Restructure SI2quater generationMax2-52/+43
2017-05-12fix subscriber random extension allocation rangeNeels Hofmeyr1-0/+11
2017-05-12fix VTY parsing: subscriber-create-on-demand randomNeels Hofmeyr1-0/+11
2017-05-08Use libosmocore for SW Description parsingMax2-101/+17
2017-05-08Use ipa.py for ctrl testsMax1-16/+8
2017-04-28Prepare for extended SI2quater supportMax1-3/+2
2017-03-20python tests: allow running from separate build dirNeels Hofmeyr3-4/+9
2017-03-14python tests: vty and smpp: speed up >10 timesNeels Hofmeyr2-2/+0
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr7-2/+187
2017-03-05vty tests: close msc socket after nat_msc_testNeels Hofmeyr1-23/+27
2017-03-02vty tests: allow picking specific tests to run by nameNeels Hofmeyr1-0/+5
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
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr2-18/+12
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr2-2/+4
2017-01-23undup: gtphub_test: use libosmocore's llist_count()Neels Hofmeyr1-17/+5
2016-12-23sndcp: Allow empty SNDCP-XID indicationsPhilipp1-4/+6
2016-12-13oap_client: make use of OAP optional: disable for NULL configNeels Hofmeyr2-0/+5
2016-12-13oap_client: reject all messages in disabled/uninitialized stateNeels Hofmeyr2-20/+14
2016-12-13oap_client_test: show bug: disabled state does not reject messageNeels Hofmeyr2-4/+41
2016-12-13oap_client: move logging to DLOAP logging categoryNeels Hofmeyr2-22/+18
2016-12-13oap_client_test: print test descr to stderr, check stderrNeels Hofmeyr5-30/+56
2016-12-13oap_test.c: rename to avoid clash with libosmocore oap_test.cNeels Hofmeyr4-7/+7
2016-12-13move grps_gsup_client.c to libcommon/gsup_client.cNeels Hofmeyr1-1/+0
2016-12-13move gprs/oap.c to libcommon/oap_client.cNeels Hofmeyr2-2/+0
2016-12-13rename oap.h to oap_client.hNeels Hofmeyr1-1/+1