fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/39109?usp=email )
Change subject: s1ap_proxy: use erab_uid() to log unique E-RAB ID
......................................................................
s1ap_proxy: use erab_uid() to log unique E-RAB ID
Change-Id: I89d8bedcd6acc1d8cdd6f56bf36ffa3001f2c8c2
---
M src/s1ap_proxy.erl
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/09/39109/1
diff --git a/src/s1ap_proxy.erl b/src/s1ap_proxy.erl
index ec729d0..86c2bed 100644
--- a/src/s1ap_proxy.erl
+++ b/src/s1ap_proxy.erl
@@ -438,7 +438,7 @@
{{error, Reason}, S}
end;
error ->
- ?LOG_ERROR("E-RAB-ID ~p is not registered", [ERABId]),
+ ?LOG_ERROR("E-RAB-ID ~p is not registered", [erab_uid(ERABId,
S)]),
{{error, erab_not_registered}, S}
end;
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/39109?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I89d8bedcd6acc1d8cdd6f56bf36ffa3001f2c8c2
Gerrit-Change-Number: 39109
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>