laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/38682?usp=email )

Change subject: s1ap_proxy: do not expose {en,de}code_pdu() API
......................................................................

s1ap_proxy: do not expose {en,de}code_pdu() API

Change-Id: Ifb9f5c1991c31b5383c46e149286f8eb99a778a5
---
M src/s1ap_proxy.erl
1 file changed, 1 insertion(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve




diff --git a/src/s1ap_proxy.erl b/src/s1ap_proxy.erl
index 17ae7d4..62c3bf2 100644
--- a/src/s1ap_proxy.erl
+++ b/src/s1ap_proxy.erl
@@ -37,9 +37,7 @@
 -export([init/0,
          deinit/1,
          process_pdu/2,
-         handle_exit/2,
-         encode_pdu/1,
-         decode_pdu/1]).
+         handle_exit/2]).

 -include_lib("kernel/include/logger.hrl").


--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/38682?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: Ifb9f5c1991c31b5383c46e149286f8eb99a778a5
Gerrit-Change-Number: 38682
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to