Files
openairinterface5g/openair3/SCTP/sctp_eNB_task.c
Robert Schmidt 444eda3438 SCTP conn assoc: don't bind on IP address
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>
2026-05-29 07:45:58 +02:00

34 KiB