aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_udp.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-03gprs_ns2: unify the handling of **result when bind already present.Alexander Couzens1-3/+4
2021-02-01ns2: Memory allocation failures are ENOMEM, not ENOSPCHarald Welte1-1/+1
2021-02-01ns2: Move to one common/shared ns2_bind_alloc()Harald Welte1-24/+6
2021-01-28gprs_ns2: refactor: ensure all enums have GPRS_NS2_Alexander Couzens1-1/+1
2021-01-25gprs_ns2: drop prefix of all internal exposed functionAlexander Couzens1-6/+6
2021-01-25gprs_ns2: drop GPRS_ prefix of gprs_ns2_csAlexander Couzens1-5/+5
2021-01-20ns2: Unify logging context via log macrosHarald Welte1-13/+12
2021-01-19gprs_ns2: allow to use free_vc() with NULLAlexander Couzens1-0/+3
2021-01-19gprs_ns2: add assert on most bind callsAlexander Couzens1-0/+9
2021-01-18gprs_ns2: Give NS-VC FSMs a proper name/identifierHarald Welte1-1/+7
2021-01-05gprs_ns2: set transfer cap in NS Status primitiveAlexander Couzens1-0/+4
2020-12-15gprs_ns2_sns: rework IP-SNS initial remoteAlexander Couzens1-0/+49
2020-12-15gprs_ns2: add member name to bindAlexander Couzens1-0/+13
2020-12-15gprs_ns2: introduce NS dialectsAlexander Couzens1-3/+9
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