aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
2017-02-07gsup: Update code after rebase to updated gsup implementationIvan Klyuchnikov1-1/+1
2017-02-07osmo-nitb: Send purge ms to reg-proxy and handle responseIvan Kluchnikov1-0/+1
2017-02-07add test for registerSSSergey.Kostanbaev1-0/+13
2017-02-07add forgotten filesSergey.Kostanbaev2-0/+198
2017-02-07manual merge SS from sup-ussd-on-master-ss-wipSergey.Kostanbaev1-0/+1
2017-02-07debian: build only osmo-nitb package - enable smpp support - disable the gbpr...Ivan Kluchnikov1-6/+0
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
2016-12-13oap: rename public API from oap_ to oap_client_Neels Hofmeyr1-27/+27
2016-12-13move OAP messages implementations to libosmocoreHarald Welte3-4/+1
2016-12-13rename gprs_gsup_client.h to gsup_client.hNeels Hofmeyr1-1/+1
2016-12-13gprs_gsup_client*: remove the gprs_ prefixNeels Hofmeyr2-15/+15
2016-12-13Use IPA module for vty testsMax1-31/+9
2016-12-13Revert "Support Deactivate PDP Context Request from network"Neels Hofmeyr2-140/+0
2016-12-12Support Deactivate PDP Context Request from networkPravin Kumarvel2-0/+140
2016-12-09gsm0408_test.c: Don't pass negative value to strerror()Harald Welte1-1/+1
2016-12-09sgsn_test: Fix missing = in == type checkHarald Welte1-1/+1
2016-12-02Move timezone settings up to network levelNeels Hofmeyr3-20/+19
2016-12-02reinvent connection_for_subscr() and move to libmscNeels Hofmeyr1-2/+0
2016-12-02tests: drop unused libmsc, unneeded duplicate libbsc linkingNeels Hofmeyr3-5/+0
2016-12-02sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr1-3/+3
2016-11-24move to libcommon-cs: net init 3: actual moveNeels Hofmeyr7-1/+7
2016-11-24move to libcommon-cs: net init 2: move bsc_network_init decl to new .hNeels Hofmeyr2-0/+2
2016-11-24move to libcommon-cs: net init 1: rename to bsc_network_initNeels Hofmeyr2-3/+3
2016-11-15test/gbproxy: Test for possible memory corruption when link_info is freedDaniel Willmann2-0/+276
2016-11-01OML: Improve OML attribute handlingPhilipp5-0/+351
2016-10-28sndcp: Fixups for sndcp layer based on coverity-scan suggestionsPhilipp2-0/+3
2016-10-13msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctxNeels Hofmeyr1-4/+3
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr6-0/+8