Change in osmo-bts[master]: [VAMOS] osmo-bts-omldummy: allocate shadow timeslots

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
Sun Jun 6 01:09:27 UTC 2021


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

Change subject: [VAMOS] osmo-bts-omldummy: allocate shadow timeslots
......................................................................

[VAMOS] osmo-bts-omldummy: allocate shadow timeslots

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

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve



diff --git a/src/osmo-bts-omldummy/main.c b/src/osmo-bts-omldummy/main.c
index 9ab23c5..a36e0db 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: allocate shadow timeslots for each TRX */
+	if (osmo_bts_has_feature(bts->features, BTS_FEAT_VAMOS)) {
+		llist_for_each_entry(trx, &bts->trx_list, list)
+			gsm_bts_trx_init_shadow_ts(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: 6
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210606/1ea00e05/attachment.htm>


More information about the gerrit-log mailing list