osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-dev/+/33461 )
Change subject: net/config_2g3g: set a valid BTS1_ARFCN
......................................................................
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(-)
Approvals:
pespin: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
osmith: Verified
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
https://gerrit.osmocom.org/c/osmo-dev/+/33461
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I569b407736713cefd46a1c927d9ee85f91332553
Gerrit-Change-Number: 33461
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged