[PATCH] osmo-bts[master]: lc15/oml.c: rename ts_connect() to ts_opstart()

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
Mon Jul 25 20:14:00 UTC 2016


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

lc15/oml.c: rename ts_connect() to ts_opstart()

ts_connect() is only called during OPSTART. Name it such because a special
case for OPSTART will be added there for dyn TS.

Change-Id: Iba6880d94142096a8371b08f7404035912cadbb0
---
M src/osmo-bts-litecell15/oml.c
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/08/608/1

diff --git a/src/osmo-bts-litecell15/oml.c b/src/osmo-bts-litecell15/oml.c
index 4d88ac5..c3bf800 100644
--- a/src/osmo-bts-litecell15/oml.c
+++ b/src/osmo-bts-litecell15/oml.c
@@ -494,7 +494,7 @@
 	return l1if_gsm_req_compl(fl1h, msg, cb, NULL);
 }
 
-static int ts_connect(struct gsm_bts_trx_ts *ts)
+static int ts_opstart(struct gsm_bts_trx_ts *ts)
 {
 	return ts_connect_as(ts, ts->pchan, opstart_compl_cb, NULL);
 }
@@ -1695,7 +1695,7 @@
 		rc = trx_init(obj);
 		break;
 	case NM_OC_CHANNEL:
-		rc = ts_connect(obj);
+		rc = ts_opstart(obj);
 		break;
 	case NM_OC_BTS:
 	case NM_OC_SITE_MANAGER:

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

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



More information about the gerrit-log mailing list