[PATCH] openbsc[master]: OM2000: Add FIXME comments for missing resolving of RX/TX 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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Mon Mar 13 08:42:11 UTC 2017


Review at  https://gerrit.osmocom.org/2034

OM2000: Add FIXME comments for missing resolving of RX/TX MO!

Change-Id: I45708df724c5fc3316eca6bd2ac2c0738b19a45b
---
M openbsc/src/libbsc/abis_om2000.c
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/34/2034/1

diff --git a/openbsc/src/libbsc/abis_om2000.c b/openbsc/src/libbsc/abis_om2000.c
index 6c987d8..62e8f6a 100644
--- a/openbsc/src/libbsc/abis_om2000.c
+++ b/openbsc/src/libbsc/abis_om2000.c
@@ -835,11 +835,13 @@
 		trx = gsm_bts_trx_num(bts, mo->inst);
 		if (!trx)
 			return NULL;
+		/* FIXME */
 		break;
 	case OM2K_MO_CLS_RX:
 		trx = gsm_bts_trx_num(bts, mo->inst);
 		if (!trx)
 			return NULL;
+		/* FIXME */
 		break;
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/2034
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I45708df724c5fc3316eca6bd2ac2c0738b19a45b
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list