laforge submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
nokia_site: Add new BTS types to the list

This commit adds Flexi EDGE, Flexi Multiradio and Flexi Multiradio 10
BTS types to the supported device list.

Keep in mind that this was not yet tested as we lack actual HW,
but the OML logic should be the same.

Change-Id: Ia0dbbf148394d8205dc9219b41cfba3cf62bdeaa
---
M src/osmo-bsc/bts_nokia_site.c
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/osmo-bsc/bts_nokia_site.c b/src/osmo-bsc/bts_nokia_site.c
index e5f2c9d..3800d45 100644
--- a/src/osmo-bsc/bts_nokia_site.c
+++ b/src/osmo-bsc/bts_nokia_site.c
@@ -576,6 +576,18 @@
{ 0x16, "UltraSite GSM/US-TDMA 850" },
{ 0x18, "MetroSite GSM/US-TDMA 850" },
{ 0x19, "UltraSite GSM 800/1900" },
+ { 0x1a, "Flexi EDGE GSM 900" },
+ { 0x1b, "Flexi EDGE GSM 1800" },
+ { 0x1c, "Flexi EDGE GSM 1900" },
+ { 0x1d, "Flexi EDGE GSM 850" },
+ { 0x1e, "Flexi EDGE GSM 900 & 1800" },
+ { 0x1f, "Flexi EDGE GSM 800 & 1900" }, /* Nokia 800 is actual 850 MHz */
+ { 0x20, "Flexi MultiRadio (no shared radio modules)" },
+ { 0x21, "Flexi MultiRadio (some or all radios shared, SW=GSM)" },
+ { 0x25, "Flexi MultiRadio (some or all radios shared, SW is other than GSM)" },
+ { 0x28, "Flexi MultiRadio 10 (no shared radio modules)" },
+ { 0x29, "Flexi MultiRadio 10 (some or all radios shared, SW=GSM)" },
+ { 0x2a, "Flexi MultiRadio 10 (some or all radios shared, SW is other than GSM)" },
{ 0, NULL }
};


To view, visit change 42246. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ia0dbbf148394d8205dc9219b41cfba3cf62bdeaa
Gerrit-Change-Number: 42246
Gerrit-PatchSet: 2
Gerrit-Owner: csaba.sipos <metro4@freemail.hu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: falconia <falcon@freecalypso.org>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-CC: domi <domi@tomcsanyi.net>
Gerrit-CC: pespin <pespin@sysmocom.de>