aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-24ns2: move link layer type into NSEAlexander Couzens1-12/+7
2020-11-24ns2: move LL into public apiAlexander Couzens1-7/+7
2020-11-24ns2: implement link sharing selectorAlexander Couzens1-13/+129
2020-11-24ns2: add support for frame relayAlexander Couzens1-1/+9
2020-11-09ns2: fixup gprs_ns2_prim_strsAlexander Couzens1-1/+1
2020-11-06ns2: Send NSVC representation in NS_AFF_CAUSE_VC_* status indicationDaniel Willmann1-4/+9
2020-11-06ns2: Add gprs_ns2_nsvc_state_name() to get the current state of a VCDaniel Willmann1-0/+8
2020-11-03libosmocore: change the memory management of NS2Alexander Couzens1-1/+1
2020-10-27gprs_ns2: convert gprs_ns2_cause_str into an static inlineAlexander Couzens1-8/+1
2020-10-27ns2: add value strings for ns2_affecting_cause_prim_str & ns2_prim_strAlexander Couzens1-0/+17
2020-10-12gprs_ns2: Partial revert 48f63867 allow to create NS_ALIVE NSVCAlexander Couzens1-15/+10
2020-10-12gprs_ns2: add gprs_ns2_nse_foreach_nsvc()Alexander Couzens1-0/+22
2020-10-12gprs_ns2: rename gprs_ns2_ip_vc_sockaddr -> gprs_ns2_ip_vc_remoteAlexander Couzens1-2/+2
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: add gprs_ns2_free_nses() to free all NS-EAlexander Couzens1-6/+10
2020-10-12gprs_ns2: add gprs_ns2_free_binds() to free all bindsAlexander Couzens1-4/+10
2020-10-12gprs_ns2: add gprs_ns2_nse_nsei() to get the nsei of a nseAlexander Couzens1-0/+9
2020-10-12gprs_ns2: fix empty prefix in TLV Parse errorAlexander Couzens1-4/+4
2020-10-10gprs_ns2: gprs_ns2_free(): add missing talloc_freeAlexander Couzens1-0/+2
2020-10-09gprs_ns2: make struct osmo_sockaddr pointers constVadim Yanitskiy1-5/+5
2020-10-09gprs_ns2: Fix parsing of SNS-{ADD,DEL,CHANGE_WEIGHT}Harald Welte1-2/+2
2020-10-03ns2: status ind: add additional flags (first and persistent)Alexander Couzens1-0/+4
2020-10-03ns2: refactor ns2_prim_status_ind()Alexander Couzens1-12/+8
2020-09-25ns2: ns2_recv_vc: remove unused parameter nsiAlexander Couzens1-3/+1
2020-09-25ns2: refactor nsvc_by_ functionsAlexander Couzens1-1/+1
2020-09-18ns2: Use NULL and not '0' when returning a NULL-PointerHarald Welte1-1/+1
2020-09-18ns2: Improve/extend doxygen comments for new ns2 implementationHarald Welte1-72/+108
2020-09-15libgb/ns: allow to create NS_ALIVE NSVCAlexander Couzens1-13/+28
2020-09-15Gb: add a second NS implementationAlexander Couzens1-0/+1010