Osmocom Home NodeB Gateway, for attaching femtocells to the 3G CN (OsmoMSC, OsmoSGSN)
https://osmocom.org/projects/osmohnbgw
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
788 B
26 lines
788 B
1 year ago
|
EXTRA_DIST = \
|
||
|
osmohnbgw-usermanual.adoc \
|
||
|
osmohnbgw-usermanual-docinfo.xml \
|
||
|
chapters \
|
||
|
osmohnbgw-vty-reference.xml \
|
||
|
regen_doc.sh \
|
||
|
vty
|
||
|
|
||
|
if BUILD_MANUALS
|
||
|
ASCIIDOC = osmohnbgw-usermanual.adoc
|
||
|
ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
|
||
|
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
|
||
|
|
||
|
VTY_REFERENCE = osmohnbgw-vty-reference.xml
|
||
|
|
||
|
BUILT_REFERENCE_XML = $(builddir)/vty/hnbgw_vty_reference.xml
|
||
|
$(builddir)/vty/hnbgw_vty_reference.xml: $(top_builddir)/src/osmo-hnbgw/osmo-hnbgw
|
||
|
mkdir -p $(builddir)/vty
|
||
|
$(top_builddir)/src/osmo-hnbgw/osmo-hnbgw --vty-ref-xml > $@
|
||
|
|
||
|
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
|
||
|
|
||
|
OSMO_REPOSITORY = osmo-hnbgw
|
||
|
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
|
||
|
endif
|