osmo-gsm-tester/src/osmo_gsm_tester/core
Nils Fürste a81801558e enb: Set cipher and integrity via scenario file
This patch enables setting cipher and integrity algorithms
in Amarisoft eNB and srsENB via scenario files. If no
settings are defined following defaults are applied:
- Cipher algorithm: EEA0, EEA2, EEA1
- Integrity algorithm: EIA2, EIA1, EIA0

Example of setting cipher algorithms:
- 4g:srsue-rftype@uhd+srsenb-rftype@uhd+mod-enb-cipher@eea1+mod-enb-cipher@eea0+mod-enb-nprb@6

Change-Id: I595206b7d49016fb6d0aec175c828d9537c53886
2021-02-08 17:48:09 +01:00
..
__init__.py Create core directory to contain most of code not in object classes used by tests 2020-04-11 19:15:53 +02:00
config.py config: Allow empty config files 2020-06-15 14:28:00 +02:00
event_loop.py EventLoop: Fix log error "Origin parent loop" during wait() 2020-06-10 19:50:12 +02:00
log.py report fragment: strip ansi colors from junit XML 2020-12-11 00:19:13 +01:00
process.py enb,ue,process: move stdout counter helper to process objects 2021-02-08 17:48:09 +01:00
remote.py Process: Add remote_port as new parameter 2020-11-30 16:32:51 +00:00
report.py report fragment: strip ansi colors from junit XML 2020-12-11 00:19:13 +01:00
resource.py resource: Fix next_zmq_port_range using bvci file name 2020-12-17 15:51:39 +01:00
scenario.py config: suites_dir and scenarios_dir are now a list of paths 2020-05-25 13:33:50 +02:00
schema.py enb: Set cipher and integrity via scenario file 2021-02-08 17:48:09 +01:00
suite.py log reserved resources 2020-12-11 00:19:13 +01:00
template.py testenv: Support test overlaying a directory to look for templates 2020-06-04 20:03:07 +02:00
test.py add test.report_fragment() 2020-12-11 00:19:13 +01:00
trial.py test: Store brief log per test and use as default report_stdout 2020-06-11 18:07:08 +02:00
util.py resource: Support waiting for reserved resources until available 2020-11-11 11:38:35 +00:00