fixeria has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
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;