dexter has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/42/31442/1
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;
}


To view, visit change 31442. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I3687e131a29160a32e37c7546a820808b3c19c9a
Gerrit-Change-Number: 31442
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-MessageType: newchange