mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
sctp_handle_new_association_req() performed a bind() on a local address. However, that is not necessary: in all cases (NGAP, S1AP, F1AP, ...) the connecting side opens a client connection to a server, so bind() is not necessary, and a simple connect() is enough. Remove also all references to sctp_new_association_req_t.local in sctp_new_association_req_t(). Future work can remove all references to this variable, which is simply not used as of this commit. Signed-off-by: Robert Schmidt <robert.schmidt@openairinterface.org>
34 KiB
34 KiB