mgcp_e1: rewrite comment

Change-Id: I5e6db4e29ae4af1ec790a4e8b201930206cc5828
This commit is contained in:
Philipp Maier 2023-02-28 09:54:47 +01:00 committed by laforge
parent 263a1a3e8f
commit 544016d8e6
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ skip:
return;
}
/* Function to handle outgoing E1 traffic */
/* handle outgoing E1 traffic */
static void e1_send(struct e1inp_ts *ts, struct mgcp_trunk *trunk)
{
struct msgb *msg = msgb_alloc_c(trunk, E1_TS_BYTES, "E1-TX-timeslot-bytes");