diff options
Diffstat (limited to 'example/scenarios')
-rw-r--r-- | example/scenarios/cipher-a50.conf | 7 | ||||
-rw-r--r-- | example/scenarios/cipher-a51.conf | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/example/scenarios/cipher-a50.conf b/example/scenarios/cipher-a50.conf new file mode 100644 index 0000000..107172b --- /dev/null +++ b/example/scenarios/cipher-a50.conf @@ -0,0 +1,7 @@ +resources: + bts: + - ciphers: + - a5_0 + modem: + - ciphers: + - a5_0 diff --git a/example/scenarios/cipher-a51.conf b/example/scenarios/cipher-a51.conf new file mode 100644 index 0000000..8539867 --- /dev/null +++ b/example/scenarios/cipher-a51.conf @@ -0,0 +1,7 @@ +resources: + bts: + - ciphers: + - a5_1 + modem: + - ciphers: + - a5_1 |