aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/calib_file.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-06-21 18:55:01 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2016-07-07 23:14:50 +0200
commit3eaaa18e2aa4b831ea83155c7a6fc282b17aa749 (patch)
tree2f848a63469c6cb8fb576b0985a3bb462dada205 /src/osmo-bts-litecell15/calib_file.c
parent1c1b0e843d50b3bc6d82bb78e09242a4d0b7b21f (diff)
Revert "LC15: Hardware changes:"neels/lc15_dyn_pdch_old_numbering
This reverts commit cbbce0be0965c3160c4916384c3d3d5303c57ae2.
Diffstat (limited to 'src/osmo-bts-litecell15/calib_file.c')
-rw-r--r--src/osmo-bts-litecell15/calib_file.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/osmo-bts-litecell15/calib_file.c b/src/osmo-bts-litecell15/calib_file.c
index ac39e464..12c4ba2e 100644
--- a/src/osmo-bts-litecell15/calib_file.c
+++ b/src/osmo-bts-litecell15/calib_file.c
@@ -57,31 +57,31 @@ struct calib_file_desc {
static const struct calib_file_desc calib_files[] = {
{
- .fname = "calib_rx0a.conf",
+ .fname = "calib_rx1a.conf",
.rx = 1,
.trx = 0,
.rxpath = 0,
}, {
- .fname = "calib_rx0b.conf",
+ .fname = "calib_rx1b.conf",
.rx = 1,
.trx = 0,
.rxpath = 1,
}, {
- .fname = "calib_rx1a.conf",
+ .fname = "calib_rx2a.conf",
.rx = 1,
.trx = 1,
.rxpath = 0,
}, {
- .fname = "calib_rx1b.conf",
+ .fname = "calib_rx2b.conf",
.rx = 1,
.trx = 1,
.rxpath = 1,
}, {
- .fname = "calib_tx0.conf",
+ .fname = "calib_tx1.conf",
.rx = 0,
.trx = 0,
}, {
- .fname = "calib_tx1.conf",
+ .fname = "calib_tx2.conf",
.rx = 0,
.trx = 1,
},