fixeria submitted this change.

View Change

Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
s1ap_proxy: cosmetic: fix wrong arity in comment

Change-Id: Idfe81c8905a61a23f2a44057ddcf17184e75b85f
---
M src/s1ap_proxy.erl
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/s1ap_proxy.erl b/src/s1ap_proxy.erl
index 3414e79..365f141 100644
--- a/src/s1ap_proxy.erl
+++ b/src/s1ap_proxy.erl
@@ -574,7 +574,7 @@


%% Iterate over the given list of 'ProtocolIE-Field' IEs,
-%% calling function handle_ie/1 for IEs matching the given IEI.
+%% calling function handle_ie/3 for IEs matching the given IEI.
%% Additionally look for {MME,eNB}-UE-S1AP-ID IEs and store their values.
-type handle_ies_result() :: {ok, list()} | {error, term()}.
-spec handle_ies(s1ap_ie_id(), list(), proxy_state()) -> {handle_ies_result(), proxy_state()}.

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

Gerrit-MessageType: merged
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: Idfe81c8905a61a23f2a44057ddcf17184e75b85f
Gerrit-Change-Number: 39387
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>