fixeria submitted this change.
s1ap_proxy: add a TODO about an optional IE
Change-Id: I3980ae86a61e59af5cec8e7138062cc72a6cd130
---
M src/s1ap_proxy.erl
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/s1ap_proxy.erl b/src/s1ap_proxy.erl
index 86c2bed..5cacb59 100644
--- a/src/s1ap_proxy.erl
+++ b/src/s1ap_proxy.erl
@@ -365,6 +365,7 @@
value = C0} = Msg}, S0) ->
?LOG_DEBUG("Processing INITIAL CONTEXT SETUP RESPONSE"),
s1gw_metrics:ctr_inc(?S1GW_CTR_S1AP_PROXY_IN_PKT_INIT_CTX_RSP),
+ %% TODO: handle optional E-RAB Failed to Setup List IE
case handle_ies(C0#'InitialContextSetupResponse'.protocolIEs,
?'id-E-RABSetupListCtxtSURes', S0) of
{{ok, IEs}, S1} ->
To view, visit change 39110. To unsubscribe, or for help writing mail filters, visit settings.