osmo-bts[master]: lc15: make default config usable

2017-07-18 Thread Harald Welte

Patch Set 2: Code-Review+2

-- 
To view, visit https://gerrit.osmocom.org/3252
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I50bc4a4314a8b48e4000de445f4f05795e1a2d8b
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Max 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


[MERGED] osmo-bts[master]: lc15: make default config usable

2017-07-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged.

Change subject: lc15: make default config usable
..


lc15: make default config usable

* add trx-calibration path
* change GSM band to 900

Change-Id: I50bc4a4314a8b48e4000de445f4f05795e1a2d8b
Related: SYS#3722
---
M doc/examples/litecell15/osmo-bts.cfg
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/doc/examples/litecell15/osmo-bts.cfg 
b/doc/examples/litecell15/osmo-bts.cfg
index e38428a..3036283 100644
--- a/doc/examples/litecell15/osmo-bts.cfg
+++ b/doc/examples/litecell15/osmo-bts.cfg
@@ -29,10 +29,12 @@
 !
 phy 0
  instance 0
+ trx-calibration-path /mnt/rom/factory/calib
 phy 1
  instance 0
+ trx-calibration-path /mnt/rom/factory/calib
 bts 0
- band 1800
+ band 900
  ipa unit-id 1500 0
  oml remote-ip 192.168.234.185
  trx 0

-- 
To view, visit https://gerrit.osmocom.org/3252
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I50bc4a4314a8b48e4000de445f4f05795e1a2d8b
Gerrit-PatchSet: 3
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Max 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max 
Gerrit-Reviewer: Pau Espin Pedrol 


[PATCH] osmo-bts[master]: lc15: make default config usable

2017-07-18 Thread Max
Hello Pau Espin Pedrol, Jenkins Builder,

I'd like you to reexamine a change.  Please visit

https://gerrit.osmocom.org/3252

to look at the new patch set (#2).

lc15: make default config usable

* add trx-calibration path
* change GSM band to 900

Change-Id: I50bc4a4314a8b48e4000de445f4f05795e1a2d8b
Related: SYS#3722
---
M doc/examples/litecell15/osmo-bts.cfg
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/52/3252/2

diff --git a/doc/examples/litecell15/osmo-bts.cfg 
b/doc/examples/litecell15/osmo-bts.cfg
index 4eb9f29..de81587 100644
--- a/doc/examples/litecell15/osmo-bts.cfg
+++ b/doc/examples/litecell15/osmo-bts.cfg
@@ -30,10 +30,12 @@
 !
 phy 0
  instance 0
+ trx-calibration-path /mnt/rom/factory/calib
 phy 1
  instance 0
+ trx-calibration-path /mnt/rom/factory/calib
 bts 0
- band 1800
+ band 900
  ipa unit-id 1500 0
  oml remote-ip 192.168.234.185
  trx 0

-- 
To view, visit https://gerrit.osmocom.org/3252
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I50bc4a4314a8b48e4000de445f4f05795e1a2d8b
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Max 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max 
Gerrit-Reviewer: Pau Espin Pedrol