Attention is currently required from: pespin.
Patch set 1:Code-Review +2
1 comment:
File src/s1ap_proxy.erl:
Patch Set #1, Line 240: {{forward, OrigData}, S0} %% XXX: proxy as-is or drop?
... once processing of packets is split into multiple steps (parsing, processing, transmitting)
If you carefully look at the code, you'll see that it's already done in three steps:
... the best would be to look at the parsed message type and answer accordingly eg. rejecting the request?
The message type is already known here, as well as the criticality, so we can improve this aspect in follow-up patches. For now I simply want to address one specific problem: crashing process and loosing all E-RABs if something goes wrong in `handle_pdu/2`.
To view, visit change 39556. To unsubscribe, or for help writing mail filters, visit settings.