Change in osmo-bsc[master]: abis_om2000: Handle DP object in get_om2k_mo()

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

laforge gerrit-no-reply at lists.osmocom.org
Sat Jan 2 22:47:19 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/21894 )

Change subject: abis_om2000: Handle DP object in get_om2k_mo()
......................................................................

abis_om2000: Handle DP object in get_om2k_mo()

This was somehow forgotten for the DP MO...

Change-Id: Ie2ef736eb712e01a3c657ae30c8422c9aa32062a
---
M src/osmo-bsc/abis_om2000.c
1 file changed, 3 insertions(+), 0 deletions(-)

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



diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c
index 15c0431..90d558a 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -776,6 +776,9 @@
 	struct gsm_bts_trx *trx;
 
 	switch (abis_mo->class) {
+	case OM2K_MO_CLS_DP:
+		mo = &bts->rbs2000.dp.om2k_mo;
+		break;
 	case OM2K_MO_CLS_CF:
 		mo = &bts->rbs2000.cf.om2k_mo;
 		break;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie2ef736eb712e01a3c657ae30c8422c9aa32062a
Gerrit-Change-Number: 21894
Gerrit-PatchSet: 4
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210102/de7a0aea/attachment.htm>


More information about the gerrit-log mailing list