osmith has uploaded this change for review.
net/config_2g3g: set a valid BTS1_ARFCN
Even if only one BTS is used, both ARFCNs are written to the osmo-bsc
config and osmo-bsc refuses to start up if there is an invalid ARFCN.
Change-Id: I569b407736713cefd46a1c927d9ee85f91332553
---
M net/config_2g3g
1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/61/33461/1
diff --git a/net/config_2g3g b/net/config_2g3g
index 8cf642d..21a2772 100644
--- a/net/config_2g3g
+++ b/net/config_2g3g
@@ -46,7 +46,7 @@
BTS1_DESCRIPTION="my test BTS 1"
BTS1_IPA_UNIT="1 0"
-BTS1_ARFCN=125
+BTS1_ARFCN=512
BTS1_CI=${BTSn}
BTS1_BSIC=${BTSn}
BTS1_GPRS_MODE=gprs
To view, visit change 33461. To unsubscribe, or for help writing mail filters, visit settings.