fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmocore/+/33568 )


Change subject: ipa: fix a typo in ipa_ccm_rcvmsg_base(): PING -> PONG
......................................................................

ipa: fix a typo in ipa_ccm_rcvmsg_base(): PING -> PONG

Change-Id: I83e7326758e533a008eec28641dae619216ea84a
---
M src/gsm/ipa.c
1 file changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/68/33568/1

diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c
index 93e34df..4092614 100644
--- a/src/gsm/ipa.c
+++ b/src/gsm/ipa.c
@@ -479,7 +479,7 @@
        case IPAC_MSGT_PING:
                ret = ipa_ccm_send_pong(bfd->fd);
                if (ret < 0) {
-                       LOGP(DLINP, LOGL_ERROR, "Cannot send PING "
+                       LOGP(DLINP, LOGL_ERROR, "Cannot send PONG "
                             "message. Reason: %s\n", strerror(errno));
                        break;
                }

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I83e7326758e533a008eec28641dae619216ea84a
Gerrit-Change-Number: 33568
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to