aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-08-27 12:53:41 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-08-29 10:18:05 +0000
commit5dc245938b5c87e5c3d1d90098506869b3e52c3d (patch)
tree189383ff6eebe0757324a57a0af57e31b82fccdd /example
parentc264d3df9d1020e01f9d41921d59c90464b61b3c (diff)
osmo-bsc: Parametrize codec-list VTY cfg
Diffstat (limited to 'example')
-rw-r--r--example/defaults.conf2
-rw-r--r--example/scenarios/cfg-codec-fr1.conf5
-rw-r--r--example/scenarios/cfg-codec-fr2.conf5
-rw-r--r--example/scenarios/cfg-codec-fr3.conf5
-rw-r--r--example/scenarios/cfg-codec-hr1.conf5
-rw-r--r--example/scenarios/cfg-codec-hr2.conf5
-rw-r--r--example/scenarios/cfg-codec-hr3.conf5
7 files changed, 32 insertions, 0 deletions
diff --git a/example/defaults.conf b/example/defaults.conf
index 61b09fb..5bdf257 100644
--- a/example/defaults.conf
+++ b/example/defaults.conf
@@ -14,6 +14,8 @@ bsc:
short_name: osmo-gsm-tester-msc
long_name: osmo-gsm-tester-msc
encryption: a5_0
+ codec_list:
+ - hr3
msc:
net:
diff --git a/example/scenarios/cfg-codec-fr1.conf b/example/scenarios/cfg-codec-fr1.conf
new file mode 100644
index 0000000..f58a82d
--- /dev/null
+++ b/example/scenarios/cfg-codec-fr1.conf
@@ -0,0 +1,5 @@
+config:
+ bsc:
+ net:
+ codec_list:
+ - fr1
diff --git a/example/scenarios/cfg-codec-fr2.conf b/example/scenarios/cfg-codec-fr2.conf
new file mode 100644
index 0000000..1ad63de
--- /dev/null
+++ b/example/scenarios/cfg-codec-fr2.conf
@@ -0,0 +1,5 @@
+config:
+ bsc:
+ net:
+ codec_list:
+ - fr2
diff --git a/example/scenarios/cfg-codec-fr3.conf b/example/scenarios/cfg-codec-fr3.conf
new file mode 100644
index 0000000..fcc47cc
--- /dev/null
+++ b/example/scenarios/cfg-codec-fr3.conf
@@ -0,0 +1,5 @@
+config:
+ bsc:
+ net:
+ codec_list:
+ - fr3
diff --git a/example/scenarios/cfg-codec-hr1.conf b/example/scenarios/cfg-codec-hr1.conf
new file mode 100644
index 0000000..50a092c
--- /dev/null
+++ b/example/scenarios/cfg-codec-hr1.conf
@@ -0,0 +1,5 @@
+config:
+ bsc:
+ net:
+ codec_list:
+ - hr1
diff --git a/example/scenarios/cfg-codec-hr2.conf b/example/scenarios/cfg-codec-hr2.conf
new file mode 100644
index 0000000..e2cc9d2
--- /dev/null
+++ b/example/scenarios/cfg-codec-hr2.conf
@@ -0,0 +1,5 @@
+config:
+ bsc:
+ net:
+ codec_list:
+ - hr2
diff --git a/example/scenarios/cfg-codec-hr3.conf b/example/scenarios/cfg-codec-hr3.conf
new file mode 100644
index 0000000..c54b924
--- /dev/null
+++ b/example/scenarios/cfg-codec-hr3.conf
@@ -0,0 +1,5 @@
+config:
+ bsc:
+ net:
+ codec_list:
+ - hr3