From 03f42edb2cd8beaec1946dc99a9714e12f884abf Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 23 Oct 2021 20:44:57 +0200 Subject: [PATCH] add osmo-bts.cfg --- net/templates/osmo-bts.cfg | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 net/templates/osmo-bts.cfg diff --git a/net/templates/osmo-bts.cfg b/net/templates/osmo-bts.cfg new file mode 100644 index 0000000..6a1d02e --- /dev/null +++ b/net/templates/osmo-bts.cfg @@ -0,0 +1,34 @@ +! +! OsmoBTS () configuration saved from vty +!! +! +log stderr + logging filter all 1 + logging print category 1 + logging print category-hex 0 + logging print level 1 + logging print file basename last + logging print extended-timestamp 1 + logging level set-all notice + logging level meas error + logging level pag error + logging level l1c error + logging level l1p error + logging level dsp error + logging level abis error +! +line vty + no login +! +phy 0 + instance 0 + osmotrx ip local 127.0.0.1 + osmotrx ip remote 127.0.0.1 +bts 0 + band ${BTS_BAND} + ipa unit-id ${BTS0_IPA_UNIT} + oml remote-ip ${BSC_IP} + gsmtap-sapi ccch + gsmtap-sapi pdtch + trx 0 + phy 0 instance 0