Change in osmo-bsc[master]: RSL: set default TEI according to TRX number

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

neels gerrit-no-reply at lists.osmocom.org
Tue May 25 15:24:07 UTC 2021


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/24395 )


Change subject: RSL: set default TEI according to TRX number
......................................................................

RSL: set default TEI according to TRX number

Change-Id: I3c500f7a5afc9143d4ea7102ab96e52aeb67b4b6
---
M src/osmo-bsc/bts_trx.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/95/24395/1

diff --git a/src/osmo-bsc/bts_trx.c b/src/osmo-bsc/bts_trx.c
index de1662a..8ad0a6f 100644
--- a/src/osmo-bsc/bts_trx.c
+++ b/src/osmo-bsc/bts_trx.c
@@ -67,7 +67,7 @@
 	trx->bts = bts;
 	trx->nr = bts->num_trx++;
 
-	gsm_bts_trx_set_tei(trx, 0);
+	gsm_bts_trx_set_tei(trx, trx->nr);
 
 	trx->mo.fi = osmo_fsm_inst_alloc(&nm_rcarrier_fsm, trx, trx,
 					 LOGL_INFO, NULL);

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I3c500f7a5afc9143d4ea7102ab96e52aeb67b4b6
Gerrit-Change-Number: 24395
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210525/ea6e295a/attachment.htm>


More information about the gerrit-log mailing list