This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgPau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10583
Change subject: Add testsuite + scenarios to test nanoBTS multiTRX
......................................................................
Add testsuite + scenarios to test nanoBTS multiTRX
Currently only 2 nanoBTS in the 900 band are attached together as a
multiTRX setup. We thus set num_trx to 2 and set channel allocator
descending to force the BTS to use the 2nd TRX when allocating channels.
Change-Id: I12e1bcb047c4efac5693cf725739e0ce2e0532ee
---
M example/default-suites.conf
M example/defaults.conf
A example/scenarios/mod-bts0-chanallocdescend.conf
3 files changed, 18 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/83/10583/1
diff --git a/example/default-suites.conf b/example/default-suites.conf
index 7ff8470..8d692fa 100644
--- a/example/default-suites.conf
+++ b/example/default-suites.conf
@@ -53,8 +53,10 @@
- voice:nanobts+band-900+mod-bts0-ts-tchf
- voice:nanobts+band-900+mod-bts0-ts-tchh
- voice:nanobts+band-900+mod-bts0-dynts-ipa
+- voice:nanobts+band-900+mod-bts0-numtrx2+mod-bts0-chanallocdescend
- gprs:nanobts+band-900
- gprs:nanobts+band-900+mod-bts0-dynts-ipa
+- gprs:nanobts+band-900+mod-bts0-numtrx2+mod-bts0-chanallocdescend
- smpp
- aoip_smpp
- aoip_encryption
diff --git a/example/defaults.conf b/example/defaults.conf
index 73188d5..61b09fb 100644
--- a/example/defaults.conf
+++ b/example/defaults.conf
@@ -54,11 +54,22 @@
- phys_chan_config: TCH/F
- phys_chan_config: TCH/F
- phys_chan_config: TCH/F
- - phys_chan_config: TCH/F
- - phys_chan_config: TCH/F
+ - phys_chan_config: PDCH
+ - phys_chan_config: PDCH
osmo_bts_octphy:
max_trx: 2
nanobts:
max_trx: 2
+ trx_list:
+ - {}
+ - timeslot_list:
+ - {}
+ - {}
+ - {}
+ - {}
+ - {}
+ - {}
+ - phys_chan_config: TCH/F # nanobts only supports PDCH in TRX0.
+ - phys_chan_config: TCH/F
diff --git a/example/scenarios/mod-bts0-chanallocdescend.conf b/example/scenarios/mod-bts0-chanallocdescend.conf
new file mode 100644
index 0000000..78cd02c
--- /dev/null
+++ b/example/scenarios/mod-bts0-chanallocdescend.conf
@@ -0,0 +1,3 @@
+modifiers:
+ bts:
+ - channel_allocator: descending
--
To view, visit https://gerrit.osmocom.org/10583
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I12e1bcb047c4efac5693cf725739e0ce2e0532ee
Gerrit-Change-Number: 10583
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180823/c53f81c9/attachment.htm>