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
Tue Dec 29 19:55:24 UTC 2020


laforge has uploaded this change for review. ( 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(-)



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

diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c
index 96573ea..b21070a 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: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201229/66964534/attachment.htm>


More information about the gerrit-log mailing list