pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-mgw/+/28187 )

Change subject: iuup: Fix caps in logging message
......................................................................

iuup: Fix caps in logging message

Change-Id: Icf836f770f22a9460378f91ef037997a73464faa
---
M src/libosmo-mgcp/mgcp_iuup.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/src/libosmo-mgcp/mgcp_iuup.c b/src/libosmo-mgcp/mgcp_iuup.c
index 1fea392..120b330 100644
--- a/src/libosmo-mgcp/mgcp_iuup.c
+++ b/src/libosmo-mgcp/mgcp_iuup.c
@@ -270,7 +270,7 @@
                return ft;
        }
        msgb_pull_to_l3(msg);
-       LOGP(DLMGCP, LOGL_DEBUG, "Convert Iuup -> AMR: ft %d, len %d\n", ft, 
msgb_l3len(msg));
+       LOGP(DLMGCP, LOGL_DEBUG, "Convert IuUP -> AMR: ft %d, len %d\n", ft, 
msgb_l3len(msg));

        if (mgcp_codec_amr_is_octet_aligned(conn_rtp_dst->end.codec)) {
                amr_hdr = (struct amr_hdr *) msgb_push(msg, sizeof(struct 
amr_hdr));

--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/28187
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Icf836f770f22a9460378f91ef037997a73464faa
Gerrit-Change-Number: 28187
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to