dexter has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/31442 )
Change subject: trau_pcu_ericsson: fix log line ......................................................................
trau_pcu_ericsson: fix log line
The log line contains the wrong E bit range.
Change-Id: I3687e131a29160a32e37c7546a820808b3c19c9a Related: OS#5198 --- M src/trau/trau_pcu_ericsson.c 1 file changed, 13 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
diff --git a/src/trau/trau_pcu_ericsson.c b/src/trau/trau_pcu_ericsson.c index 2f2bf0e..585e847 100644 --- a/src/trau/trau_pcu_ericsson.c +++ b/src/trau/trau_pcu_ericsson.c @@ -1871,7 +1871,7 @@ ind->est_acc_del_dev = -2; break; default: - LOGP(DLINP, LOGL_ERROR, "CCU-DATA-IND-64: invalid estimated access delay (E11-E13)\n"); + LOGP(DLINP, LOGL_ERROR, "CCU-DATA-IND-64: invalid estimated access delay (E8-E10)\n"); return -EINVAL; }