Change in osmo-bts[master]: abis: inp_s_cbfn: Improve logging signal related information

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Oct 3 21:38:01 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/11214 )

Change subject: abis: inp_s_cbfn: Improve logging signal related information
......................................................................

abis: inp_s_cbfn: Improve logging signal related information

Change-Id: Ia63b69882c74155bcae2e027a21ea7e319647256
---
M src/common/abis.c
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/common/abis.c b/src/common/abis.c
index c0bccdb..84a3a04 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -226,7 +226,9 @@
 	if (subsys != SS_L_INPUT)
 		return 0;
 
-	DEBUGP(DABIS, "Input Signal %u received\n", signal);
+	struct input_signal_data *isd = signal_data;
+	DEBUGP(DABIS, "Input Signal %s received for link_type=%s\n",
+	       get_value_string(e1inp_signal_names, signal), e1inp_signtype_name(isd->link_type));
 
 	return 0;
 }

-- 
To view, visit https://gerrit.osmocom.org/11214
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia63b69882c74155bcae2e027a21ea7e319647256
Gerrit-Change-Number: 11214
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181003/415adfd8/attachment.htm>


More information about the gerrit-log mailing list