core implementation

code bomb implementing the bulk of the osmo-gsm-tester

Change-Id: I53610becbf643ed51b90cfd9debc6992fe211ec9
diff --git a/Makefile b/Makefile
index f972675..eb2f8d8 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
 	./update_version.sh
 
 check:
-	$(MAKE) -C test check	
+	$(MAKE) -C selftest check	
 	@echo "make check: success"
 
 # vim: noexpandtab tabstop=8 shiftwidth=8