pespin has submitted this change. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  osmith: Looks good to me, but someone else must approve
  fixeria: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved




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: merged
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I322633a90566dbd4fae10ab6b1fbbedf55907e8b
Gerrit-Change-Number: 38966
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to