aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05gprs_ns2: set transfer cap in NS Status primitiveAlexander Couzens1-1/+65
2020-12-26gprs_ns2: rework frame relay load distribution functionAlexander Couzens1-21/+16
2020-12-20gprs_ns2: don't pass the return code of reject_status_msgAlexander Couzens1-10/+5
2020-12-20gprs_ns2: improve handling of TLV errors on new nsvcsAlexander Couzens1-8/+20
2020-12-15gprs_ns2: on ns2_create_vc parse the tlv before using itAlexander Couzens1-9/+9
2020-12-15gprs_ns2_sns: introduce SNS Size/Config retriesAlexander Couzens1-0/+2
2020-12-15gprs_ns2_sns: rework IP-SNS initial remoteAlexander Couzens1-36/+0
2020-12-15gprs_ns2: add gprs_ns2_free_nsvcs() to free all NS-VC of a NSEAlexander Couzens1-6/+16
2020-12-15gprs_ns2: add member name to bindAlexander Couzens1-0/+19
2020-12-15gprs_ns2: move allocation of the SNS fsm into create_nseAlexander Couzens1-6/+13
2020-12-15gprs_ns2: introduce NS dialectsAlexander Couzens1-17/+42
2020-12-04gprs_ns2: Use TLVP_PRES_LEN instead of TLVP_PRESENTHarald Welte1-4/+4
2020-12-03ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receiveDaniel Willmann1-0/+4
2020-12-03gprs_ns2: use switch() case instead of multiple if in ns2_create_vc()Alexander Couzens1-19/+14
2020-12-03gprs_ns2: fix typo in commentAlexander Couzens1-1/+1
2020-12-01gprs_ns2: Don't return an empty string in case of unknown LLHarald Welte1-1/+1
2020-12-01gprs-ns2: Fix stringification of NS/FR NSVCIHarald Welte1-5/+0
2020-11-30gprs_ns2: Introduce gprs_ns2_lltype_str() for link layer nameHarald Welte1-0/+7
2020-11-24ns2: remove obsolete type GPRS_NS2_LL_E1Alexander Couzens1-3/+0
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