aboutsummaryrefslogtreecommitdiffstats
path: root/stp/STP_Tests_Common.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'stp/STP_Tests_Common.ttcn')
-rw-r--r--stp/STP_Tests_Common.ttcn13
1 files changed, 0 insertions, 13 deletions
diff --git a/stp/STP_Tests_Common.ttcn b/stp/STP_Tests_Common.ttcn
index aee5a886..a540b102 100644
--- a/stp/STP_Tests_Common.ttcn
+++ b/stp/STP_Tests_Common.ttcn
@@ -19,19 +19,6 @@ import from Osmocom_VTY_Functions all;
import from IPL4asp_Types all;
-modulepar {
- charstring mp_stp_ip := "127.0.0.1";
- charstring mp_local_ip := "127.0.0.1";
-}
-
-friend template (value) SctpTuple ts_SCTP(template (omit) integer ppid := 3,
- template (omit) integer stream := 0) := {
- sinfo_stream := stream,
- sinfo_ppid := ppid,
- remSocks := omit,
- assocId := omit
-}
-
type component Test_CT {
port TELNETasp_PT VTY;
timer g_Tguard := 30.0;