pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/38966?usp=email )
Change subject: abis: Log line and ts nr of signal
......................................................................
abis: Log line and ts nr of signal
Change-Id: I322633a90566dbd4fae10ab6b1fbbedf55907e8b
---
M src/common/abis.c
1 file changed, 5 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/66/38966/1
diff --git a/src/common/abis.c b/src/common/abis.c
index 5629cf2..3e0f6dc 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -476,8 +476,11 @@
return 0;
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));
+ DEBUGP(DABIS, "Input Signal %s received for ts-%u-%u link_type=%s\n",
+ get_value_string(e1inp_signal_names, signal),
+ isd->line ? isd->line->num : -1,
+ isd->ts_nr,
+ e1inp_signtype_name(isd->link_type));
return 0;
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/38966?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I322633a90566dbd4fae10ab6b1fbbedf55907e8b
Gerrit-Change-Number: 38966
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>