[PATCH] osmo-bts[master]: debug log: log TS pchan type on connect

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 Jun 17 01:51:25 UTC 2016


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

debug log: log TS pchan type on connect

A whitespace error is fixed along the way.

Change-Id: Iff373ba934937435a175ed3a5d9cfb6f2514735d
---
M src/osmo-bts-sysmo/oml.c
1 file changed, 5 insertions(+), 1 deletion(-)


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

diff --git a/src/osmo-bts-sysmo/oml.c b/src/osmo-bts-sysmo/oml.c
index 559c6a5..0700561 100644
--- a/src/osmo-bts-sysmo/oml.c
+++ b/src/osmo-bts-sysmo/oml.c
@@ -493,7 +493,11 @@
 		       l1p_handle_for_ts(ts));
 	cr->u8Tn = ts->nr;
 	cr->logChComb = pchan_to_logChComb[pchan];
-	
+
+	DEBUGP(DL1C, "%s pchan=%s ts_connect_as(%s) logChComb=%d\n",
+	       gsm_lchan_name(ts->lchan), gsm_pchan_name(ts->pchan),
+	       gsm_pchan_name(pchan), cr->logChComb);
+
 	return l1if_gsm_req_compl(fl1h, msg, cb, NULL);
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff373ba934937435a175ed3a5d9cfb6f2514735d
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