pespin submitted this change.

View Change


Approvals: pespin: Looks good to me, approved daniel: Looks good to me, but someone else must approve fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified
Fix wrong string prefix in log line

Change-Id: Ifd16ff671d842ae90ec70c2e819a43174f3aa09a
---
M src/osmo_ss7_asp.c
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/osmo_ss7_asp.c b/src/osmo_ss7_asp.c
index 90c72a9..1ce159a 100644
--- a/src/osmo_ss7_asp.c
+++ b/src/osmo_ss7_asp.c
@@ -823,7 +823,7 @@

if (flags & OSMO_STREAM_SCTP_MSG_FLAGS_NOTIFICATION) {
union sctp_notification *notif = (union sctp_notification *) msgb_data(msg);
- log_sctp_notification(asp, "xUA CLNT", notif);
+ log_sctp_notification(asp, "xUA SRV", notif);
asp_handle_sctp_notif_monitor_primary_address(asp, notif);

switch (notif->sn_header.sn_type) {

To view, visit change 36584. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Ifd16ff671d842ae90ec70c2e819a43174f3aa09a
Gerrit-Change-Number: 36584
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <daniel@totalueberwachung.de>
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: jolly <andreas@eversberg.eu>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged