You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osmo-gsm-tester/sysmocom
Andre Puschmann 6c985372a1
ms_srs: add 5G NSA support
2 years ago
..
scenarios enb_srs: add support for eNB traces 2 years ago
suites ping: add a short delay after UE is attached before starting ping 2 years ago
ttcn3 ttcn3/lib/testlib.py: increase test suite execution timeout 3 years ago
README.md Cmdline arg -c sets main configuration file (old paths.conf) instead of dir containing it 3 years ago
default-suites.conf run handover_2G in default-suites.conf 3 years ago
defaults.conf ms_srs: add 5G NSA support 2 years ago
handover-suites.conf add handover_2G suite, with handover.py test 3 years ago
main.conf config: suites_dir and scenarios_dir are now a list of paths 3 years ago
resources.conf.prod sysmocom resources.conf.prod: Update modem paths + add new modems after HW upgrade 3 years ago
resources.conf.rnd configure fixed ARFCN per bts 3 years ago
resources.conf.virtual sysmocom/resources.conf.virtual: remove no longer existing arfcn resources 2 years ago

README.md

This a real 2G test suite configured and ready to use. The only thing missing is a trial dir containing binaries.

You can point osmo-gsm-tester.py at this config using the '-c $DIR/main.conf' command line argument, where DIR is the directory path where this README file resides.

If you have your trial with binary tar archives in ~/my_trial you can run the suite for example like this:

osmo-gsm-tester.py -c $DIR/main.conf ~/my_trial

Alternatively you can setup this example as default config for your user by doing something like:

mkdir -p ~/.config
ln -s "$DIR" ~/.config/osmo-gsm-tester

A ./state dir will be created to store the current osmo-gsm-tester state. If you prefer not to write to $DIR, set up an own configuration pointing at a different path (see main.conf: 'state_dir').