aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
index f19cb4c97..c5254c158 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
@@ -342,7 +342,7 @@ static void remember_pending_dlcx(struct nat_sccp_connection *con, uint32_t tran
stats->net_os = endp->net_end.octets;
stats->bts_pr = endp->bts_end.packets;
stats->bts_or = endp->bts_end.octets;
- mgcp_state_calc_loss(&endp->bts_state, &endp->bts_end,
+ mgcp_state_calc_loss(&endp->bts_state,
&stats->bts_expected, &stats->bts_loss);
stats->bts_jitter = mgcp_state_calc_jitter(&endp->bts_state);