aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-03-05 23:08:10 +0100
committerHarald Welte <laforge@osmocom.org>2020-04-21 22:57:31 +0200
commit4526da9a22fbb3928226b7c8cc8548c82077d10c (patch)
tree445015c6ca42454575acbc90b25d740c05d59d7f /Makefile
parent88b3ccbf5b6acbb9168deef456216935199ea1f3 (diff)
pgw: Initial testsuite for a PGW (Packet Gateway in the EPC)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90bbcea8..03e7a70b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-SUBDIRS=bsc bsc-nat bts ccid ggsn_tests hlr mgw mme msc pcu remsim sccp selftest sgsn \
+SUBDIRS=bsc bsc-nat bts ccid ggsn_tests hlr mgw mme msc pcu pgw remsim sccp selftest sgsn \
simtrace sip stp sysinfo
NPROC=$(shell nproc 2>/dev/null)