aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_frgre.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29ns2: migrate from osmo_sock_set_dscp() to OSMO_SOCK_F_DSCP()Harald Welte1-11/+2
2021-04-29gprs_ns2_frgre: Ensure DSCP is sin premitted value rangeHarald Welte1-0/+3
2021-03-04gprs_ns2: Pass peer/remote sockaddr argument to ns2_create_vc()Harald Welte1-1/+1
2021-02-16gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSEAlexander Couzens1-0/+4
2021-02-03gprs_ns2_frgre: check iph/ip6h before passing them to rx functionsAlexander Couzens1-2/+8
2021-02-03gprs_ns2_frgre: set a correct gre pointer for ipv6Alexander Couzens1-1/+5
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-21/+11
2021-01-25gprs_ns2: drop the public prefix gprs_ from all static functions/structs/..Alexander Couzens1-4/+4
2021-01-25gprs_ns2: drop prefix of all internal exposed functionAlexander Couzens1-1/+1
2021-01-25gprs_ns2: drop GPRS_ prefix of gprs_ns2_csAlexander Couzens1-5/+5
2021-01-20ns2: Unify logging context via log macrosHarald Welte1-31/+23
2021-01-07ns2_frgre: Fix missing break statement for recv from IPV6Daniel Willmann1-0/+1
2021-01-05gprs_ns2: set transfer cap in NS Status primitiveAlexander Couzens1-0/+2
2020-12-15gprs_ns2: add member name to bindAlexander Couzens1-0/+13
2020-12-15gprs_ns2: introduce NS dialectsAlexander Couzens1-2/+0
2020-11-24ns2: move link layer type into NSEAlexander Couzens1-0/+1
2020-10-09gprs_ns2: make struct osmo_sockaddr pointers constVadim Yanitskiy1-1/+1
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-18ns2: Improve/extend doxygen comments for new ns2 implementationHarald Welte1-0/+7
2020-09-15Gb: add a second NS implementationAlexander Couzens1-0/+596