mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-27 01:53:33 +00:00
[mgcp] Improve the language of the comments.
This commit is contained in:
@@ -177,7 +177,7 @@ static int rtp_data_cb(struct bsc_fd *fd, unsigned int what)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* throw away dummy message */
|
/* throw away the dummy message */
|
||||||
if (rc == 1 && buf[0] == DUMMY_LOAD) {
|
if (rc == 1 && buf[0] == DUMMY_LOAD) {
|
||||||
LOGP(DMGCP, LOGL_NOTICE, "Filtered dummy on 0x%x\n",
|
LOGP(DMGCP, LOGL_NOTICE, "Filtered dummy on 0x%x\n",
|
||||||
ENDPOINT_NUMBER(endp));
|
ENDPOINT_NUMBER(endp));
|
||||||
@@ -190,7 +190,7 @@ static int rtp_data_cb(struct bsc_fd *fd, unsigned int what)
|
|||||||
else
|
else
|
||||||
++endp->in_remote;
|
++endp->in_remote;
|
||||||
|
|
||||||
/* dispatch */
|
/* For loop toggle the destination and then dispatch. */
|
||||||
if (cfg->audio_loop)
|
if (cfg->audio_loop)
|
||||||
dest = !dest;
|
dest = !dest;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user