osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37699?usp=email )
Change subject: sgsn: initial testenv.cfg ...................................................................... sgsn: initial testenv.cfg Change-Id: Ib72dcfba64252990b5cabf9752df86d76c8ae318 --- A sgsn/testenv_generic.cfg A sgsn/testenv_sns.cfg 2 files changed, 39 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/99/37699/1 diff --git a/sgsn/testenv_generic.cfg b/sgsn/testenv_generic.cfg new file mode 100644 index 0000000..89181c6 --- /dev/null +++ b/sgsn/testenv_generic.cfg @@ -0,0 +1,15 @@ +[testsuite] +program=SGSN_Tests +config=SGSN_Tests.cfg + +[stp] +program=osmo-stp +make=libosmo-sccp +package=osmo-stp +copy=osmo-stp.cfg + +[sgsn] +program=osmo-sgsn +make=osmo-sgsn +package=osmo-sgsn +copy=osmo-sgsn.cfg diff --git a/sgsn/testenv_sns.cfg b/sgsn/testenv_sns.cfg new file mode 100644 index 0000000..e60e45e --- /dev/null +++ b/sgsn/testenv_sns.cfg @@ -0,0 +1,15 @@ +[testsuite] +program=SGSN_Tests +config=SGSN_Tests_SNS.cfg + +[stp] +program=osmo-stp +make=libosmo-sccp +package=osmo-stp +copy=osmo-stp.cfg + +[sgsn] +program=osmo-sgsn -c osmo-sgsn.sns.cfg +make=osmo-sgsn +package=osmo-sgsn +copy=osmo-sgsn.sns.cfg -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37699?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: Ib72dcfba64252990b5cabf9752df86d76c8ae318 Gerrit-Change-Number: 37699 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-MessageType: newchange
