aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_udp.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10gprs_ns2_sns: rework IP-SNS initial remoteAlexander Couzens1-0/+49
2020-12-10gprs_ns2: add member name to bindAlexander Couzens1-0/+13
2020-12-10gprs_ns2: introduce NS dialectsAlexander Couzens1-3/+8
2020-12-01gprs_ns2_udp.c: Fix typo - it's a DSCP and not a DCSPHarald Welte1-1/+1
2020-12-01gprs_ns_vty: Unify display of NSVCI on VTY in 'show ns entities'Harald Welte1-1/+1
2020-11-24ns2: move link layer type into NSEAlexander Couzens1-7/+3
2020-11-24ns2: move LL into public apiAlexander Couzens1-4/+4
2020-11-20ns2: check if ns_vc_alloc() fails in bind_connect()Alexander Couzens1-0/+3
2020-11-03libosmocore: change the memory management of NS2Alexander Couzens1-3/+3
2020-10-12gprs_ns2: add gprs_ns2_ip_vc_equal()Alexander Couzens1-0/+34
2020-10-12gprs_ns2: gprs_ns2_ip_vc_remote() the nsvc can be also constAlexander Couzens1-1/+1
2020-10-12gprs_ns2: add gprs_ns2_ip_vc_local() return the local sockaddrAlexander Couzens1-0/+17
2020-10-12gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remoteAlexander Couzens1-1/+1
2020-10-12gprs_ns2: const the return value of gprs_ns2_ip_vc_sockaddr / gprs_ns2_ip_bin...Alexander Couzens1-3/+3
2020-10-12gprs_ns2: gprs_ns2_ip_bind() check if the bind already existsAlexander Couzens1-1/+8
2020-10-12gprs_ns2: add gprs_ns2_ip_bind_by_sockaddr() to search for binds by sockaddrAlexander Couzens1-0/+26
2020-10-09gprs_ns2: make struct osmo_sockaddr pointers constVadim Yanitskiy1-3/+4
2020-10-09gprs_ns2_udp: Avoid dangling freed struct in list if binding failsPau Espin Pedrol1-2/+1
2020-10-05ns2: vty: on `show ns` add information of NS bindsAlexander Couzens1-0/+29
2020-09-26ns2: fix a msg leak when receiving REJECTED messagesAlexander Couzens1-2/+2
2020-09-25ns2: refactor handle_nsip_read/handle_nsfrgre_readAlexander Couzens1-6/+3
2020-09-25ns2: ns2_recv_vc: remove unused parameter nsiAlexander Couzens1-3/+3
2020-09-25ns2: refactor nsvc_by_ functionsAlexander Couzens1-11/+6
2020-09-18ns2: Improve/extend doxygen comments for new ns2 implementationHarald Welte1-13/+28
2020-09-15Gb: add a second NS implementationAlexander Couzens1-0/+378