aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-12 19:14:07 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 11:36:01 +0200
commitac5e3e222a8ada3fa6e3a3253d4776310a58324d (patch)
treeb08970d395ddb69da075320d913d0fda2d0e0a7f /doc
parent516697e29a090c0137c49c66731b5d93125e8f7e (diff)
Move examples/ to doc/examples/
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/examples/Makefile.am4
-rw-r--r--doc/examples/osmo-pcu.cfg6
3 files changed, 11 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 00000000..aee2d7ba
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = examples
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
new file mode 100644
index 00000000..15001494
--- /dev/null
+++ b/doc/examples/Makefile.am
@@ -0,0 +1,4 @@
+pcuconfdir = $(sysconfdir)/osmocom
+pcuconf_DATA = osmo-pcu.cfg
+
+EXTRA_DIST = osmo-pcu.cfg
diff --git a/doc/examples/osmo-pcu.cfg b/doc/examples/osmo-pcu.cfg
new file mode 100644
index 00000000..b88e6e7b
--- /dev/null
+++ b/doc/examples/osmo-pcu.cfg
@@ -0,0 +1,6 @@
+pcu
+ flow-control-interval 10
+ cs 2
+ alloc-algorithm dynamic
+ alpha 0
+ gamma 0