Install sample cfg file to /etc/osmocom
Change-Id: Id898e920b934fbfb0b9abe1e3085ac817fa4634dchanges/17/10917/2
parent
97ba4062f8
commit
96696a87f4
|
@ -1,3 +1,4 @@
|
|||
etc/osmocom/osmo-gbproxy.cfg
|
||||
lib/systemd/system/osmo-gbproxy.service
|
||||
usr/bin/osmo-gbproxy
|
||||
usr/share/doc/osmo-sgsn/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg usr/share/doc/osmo-gbproxy/examples
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
etc/osmocom/osmo-gtphub.cfg
|
||||
lib/systemd/system/osmo-gtphub.service
|
||||
usr/bin/osmo-gtphub
|
||||
usr/share/doc/osmo-sgsn/examples/osmo-gtphub/osmo-gtphub-1iface.cfg usr/share/doc/osmo-gtphub/examples
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/etc/osmocom/osmo-sgsn.cfg
|
||||
lib/systemd/system/osmo-sgsn.service
|
||||
usr/bin/osmo-sgsn
|
||||
usr/share/doc/osmo-sgsn/examples/osmo-sgsn/osmo-sgsn.cfg usr/share/doc/osmo-sgsn/examples
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
OSMOCONF_FILES = \
|
||||
osmo-gtphub/osmo-gtphub.cfg \
|
||||
osmo-sgsn/osmo-sgsn.cfg \
|
||||
osmo-gbproxy/osmo-gbproxy.cfg
|
||||
|
||||
osmoconfdir = $(sysconfdir)/osmocom
|
||||
osmoconf_DATA = $(OSMOCONF_FILES)
|
||||
|
||||
EXTRA_DIST = $(OSMOCONF_FILES)
|
||||
|
||||
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'
|
||||
|
||||
dist-hook:
|
||||
|
|
Loading…
Reference in New Issue