aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_ss7_asp_peer.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-04asp: Support removing local & remote addressesPau Espin Pedrol1-0/+59
The local address is removed dynamically from the socket if it is already created. For remote addresses, it doesn't make any sense (and there's no API to do so) because the remote address list passed to it is only used at connect() time, when the socket is created. During the initial hanshake, the remote provides its own list of remote addresses. Related: OS#6077 Related: OS#4607 Depends: libosmocore.git Change-Id Ifc6e7d643c2a0c53f479bfd0d5c36d08c0c01953 Change-Id: I554aee92285bd72eb90c6daf47b37055cb3067aa
2023-09-29Split osmo_ss7_asp_peer functionalities to its own filePau Espin Pedrol1-0/+235
Change-Id: I4fe457dc0ee1e904e05423557cfba2505b315a75