[PATCH] openbsc[master]: abis_om2k: fix typo that declared non-existent struct gsm_bt...

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Fri Dec 2 00:59:36 UTC 2016


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

abis_om2k: fix typo that declared non-existent struct gsm_bts_trx_s

The typo was recently committed in 80ccb952676cb4a068410991c5d53d19f228f695,
"OM2000: Fix missing dynamic TCH initialization"

Change-Id: I8e3eec8cf63494962fa31d85a0ec9db9a9e5df46
---
M openbsc/src/libbsc/abis_om2000.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/54/1354/1

diff --git a/openbsc/src/libbsc/abis_om2000.c b/openbsc/src/libbsc/abis_om2000.c
index 0dffb15..6b334d4 100644
--- a/openbsc/src/libbsc/abis_om2000.c
+++ b/openbsc/src/libbsc/abis_om2000.c
@@ -1682,7 +1682,7 @@
 	/* if we have just received opinfo accept for the timeslot,
 	 * start dynamic TCH switching procedures */
 	if (omfp->mo->addr.class == OM2K_MO_CLS_TS) {
-		struct gsm_bts_trx_s *ts;
+		struct gsm_bts_trx_ts *ts;
 		ts = mo2obj(omfp->trx->bts, &omfp->mo->addr);
 		dyn_ts_init(ts);
 	}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8e3eec8cf63494962fa31d85a0ec9db9a9e5df46
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list