dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-mgw/+/31308 )
Change subject: mgcp_e1: fix log output
......................................................................
mgcp_e1: fix log output
Its not the E1 timeslot that is updated, its the E1 line instead
(which includes the timeslot)
Change-Id: Ic72cf90ebdba1b5e395089417c6df5b962f8ffc8
---
M src/libosmo-mgcp/mgcp_e1.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/08/31308/1
diff --git a/src/libosmo-mgcp/mgcp_e1.c b/src/libosmo-mgcp/mgcp_e1.c
index 7f30c1d..24f297f 100644
--- a/src/libosmo-mgcp/mgcp_e1.c
+++ b/src/libosmo-mgcp/mgcp_e1.c
@@ -401,7 +401,7 @@
}
rc = e1inp_line_update(e1_line);
if (rc < 0) {
- LOGPTRUNK(trunk, DE1, LOGL_ERROR, "failed to update E1 timeslot %u.\n",
ts_nr);
+ LOGPTRUNK(trunk, DE1, LOGL_ERROR, "failed to update E1 line %u.\n", ts_nr);
return -EINVAL;
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/31308
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Ic72cf90ebdba1b5e395089417c6df5b962f8ffc8
Gerrit-Change-Number: 31308
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange