FR/FRNET: add Frame Relay emulation

Add frame relay testcase for BSS and SGSN side.
The test cases require hdlc interfaces (based on
dadhi with super channels and no lmi).

Change-Id: I95d64dc26a8d2ff02d6cf2bfcd22a97e5481f957
diff --git a/fr-net/regen_makefile.sh b/fr-net/regen_makefile.sh
new file mode 100755
index 0000000..0a05f6c
--- /dev/null
+++ b/fr-net/regen_makefile.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+FILES="*.ttcn *.ttcnpp BSSGP_EncDec.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc "
+FILES+="AF_PACKET_PT.cc "
+FILES+="Native_FunctionDefs.cc "
+FILES+="NS_CodecPort_CtrlFunctDef.cc LLC_EncDec.cc LLC_Types.cc TELNETasp_PT.cc "
+
+export CPPFLAGS_TTCN3="-DNS_EMULATION_FR"
+
+../regen-makefile.sh FRNET_Tests.ttcn $FILES