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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to