Change in osmo-bts[master]: [VAMOS] osmo-bts-omldummy: create shadow TRXes iff VAMOS is enabled

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Thu May 6 00:46:41 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/24155 )


Change subject: [VAMOS] osmo-bts-omldummy: create shadow TRXes iff VAMOS is enabled
......................................................................

[VAMOS] osmo-bts-omldummy: create shadow TRXes iff VAMOS is enabled

Change-Id: I4aa9a8bb35bd828d6f25d5690297e727dace5974
Related: SYS#5315, OS#4940
---
M src/osmo-bts-omldummy/main.c
1 file changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/55/24155/1

diff --git a/src/osmo-bts-omldummy/main.c b/src/osmo-bts-omldummy/main.c
index 9ab23c5..dd6c47a 100644
--- a/src/osmo-bts-omldummy/main.c
+++ b/src/osmo-bts-omldummy/main.c
@@ -135,6 +135,12 @@
 
 	set_bts_features(bts->features, cmdline.features);
 
+	/* VAMOS: set up a shadow TRX for each primary TRX */
+	if (osmo_bts_has_feature(bts->features, BTS_FEAT_VAMOS)) {
+		llist_for_each_entry(trx, &bts->trx_list, list)
+			gsm_bts_trx_alloc_shadow(trx);
+	}
+
 	//btsb = bts_role_bts(bts);
 	abis_init(bts);
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/24155
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I4aa9a8bb35bd828d6f25d5690297e727dace5974
Gerrit-Change-Number: 24155
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210506/237d7ca1/attachment.htm>


More information about the gerrit-log mailing list