This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgHello Harald Welte, Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/712
to look at the new patch set (#3).
doc: add example osmo-hnbgw.cfg
Note that all *.cfg files are added to 'make dist' by the
doc/examples/Makefile.am.
Change-Id: I424ccdea02578edc7816e4d23a9ea7c5729315d8
---
A doc/examples/osmo-hnbgw.cfg
1 file changed, 32 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/12/712/3
diff --git a/doc/examples/osmo-hnbgw.cfg b/doc/examples/osmo-hnbgw.cfg
new file mode 100644
index 0000000..1cc98c2
--- /dev/null
+++ b/doc/examples/osmo-hnbgw.cfg
@@ -0,0 +1,32 @@
+!
+! OsmoHNBGW (0) configuration saved from vty
+!!
+!
+log stderr
+ logging filter all 1
+ logging color 1
+ logging print category 0
+ logging timestamp 0
+ logging level all everything
+ logging level main debug
+ logging level hnbap debug
+ logging level sua debug
+ logging level rua debug
+ logging level ranap debug
+ logging level lglobal notice
+ logging level llapd notice
+ logging level linp notice
+ logging level lmux notice
+ logging level lmi notice
+ logging level lmib notice
+ logging level lsms notice
+ logging level lctrl notice
+ logging level lgtp notice
+ logging level lstats notice
+!
+line vty
+ no login
+!
+hnbgw
+ iuh
+ bind 192.168.0.132
--
To view, visit https://gerrit.osmocom.org/712
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I424ccdea02578edc7816e4d23a9ea7c5729315d8
Gerrit-PatchSet: 3
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: neels_test_account <neels at hofmeyr.de>