aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gprs
AgeCommit message (Collapse)AuthorFilesLines
2018-04-16use osmo_init_logging2(), fix regression test memleaksNeels Hofmeyr1-1/+2
Particularly gbproxy_test.c had various mem leaks, which (will) show up with gcc (Debian 7.3.0-15) 7.3.0 address sanitizer. Fix those leaks to verify that we don't have memleaks in the production code. Change-Id: Ia4204c8b3d895b42c103edecb61b99d3d22bd36f
2017-09-06move include/openbsc to include/osmocom/sgsnNeels Hofmeyr1-3/+3
Change-Id: I281ef585fffc2644682c8282224fb1c2da5ca795
2017-08-27Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str()Harald Welte1-96/+0
In 2015, Jacob moved/copied related functions to libosmocore, but for some reason didn't remove the copies here. Let's follow-up on that and remove duplicated code. The libosmocore commit introducing osmo_apn_to_str() was 8114294bf29ac6e44822c0ae43d4b0819f11b022 Change-Id: I7315ffcbed8a54cca2056f313bb7783ad82d0ee9
2017-08-27move openbsc/* to repos rootNeels Hofmeyr3-0/+263
This is the first step in creating this repository from the legacy openbsc.git. Like all other Osmocom repositories, keep the autoconf and automake files in the repository root. openbsc.git has been the sole exception, which ends now. Change-Id: I9c6f2a448d9cb1cc088cf1cf6918b69d7e69b4e7