Change in osmo-bts[master]: pcu_sock: Transmit SI2

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

pespin gerrit-no-reply at lists.osmocom.org
Wed Jun 16 10:41:53 UTC 2021


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

Change subject: pcu_sock: Transmit SI2
......................................................................

pcu_sock: Transmit SI2

OsmoPCU will need this SI2 in order to gain knowledge of the BCCH
Frequency List being broadcasted, in order to build a per-MS specific
Neighbour List using NC_FREQUENCY_LIST bits in Packet Measurement Order.

Related: SYS#5303
Change-Id: If70c64f941f621a9a68aef2c846639b5c7f2f74b
---
M src/common/pcu_sock.c
M src/common/rsl.c
2 files changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  fixeria: Looks good to me, approved



diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index 83aa0a1..3a73570 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -770,8 +770,8 @@
 
 static int pcu_tx_si_all(struct gsm_bts *bts)
 {
-	const enum osmo_sysinfo_type si_types[3] =
-	    { SYSINFO_TYPE_1, SYSINFO_TYPE_3, SYSINFO_TYPE_13 };
+	const enum osmo_sysinfo_type si_types[] =
+	    { SYSINFO_TYPE_1, SYSINFO_TYPE_2, SYSINFO_TYPE_3, SYSINFO_TYPE_13 };
 	unsigned int i;
 	int rc = 0;
 
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 7f9af84..a4b1b7d 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -550,6 +550,7 @@
 			}
 			break;
 		case SYSINFO_TYPE_1:
+		case SYSINFO_TYPE_2:
 		case SYSINFO_TYPE_13:
 			pcu_tx_si(trx->bts, osmo_si, true);
 			break;

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: If70c64f941f621a9a68aef2c846639b5c7f2f74b
Gerrit-Change-Number: 24617
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
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/20210616/db939b2c/attachment.htm>


More information about the gerrit-log mailing list