aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-07libosmogb: Support multiple instances also from VTYHarald Welte1-0/+29
2016-09-22add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr1-2/+2
2016-04-24Fix unaligned access found by addr. sanitizerMax1-2/+2
2015-12-17ns: Force a defined state when sending NS RESETJacob Erlbeck1-0/+6
2015-12-17ns/stats: Add missing osmo_stat_item_group_free to gprs_nsvc_deleteJacob Erlbeck1-0/+1
2015-11-04gprs-ns/stats: When the NSVCI is updated, update the stats counterHolger Hans Peter Freyther1-0/+2
2015-08-22ns/stats: Fix class_id of "NSVC Peer Statistics" rate_ctr groupJacob Erlbeck1-0/+1
2015-11-02stats: Limit reporting by class idJacob Erlbeck1-0/+2
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck1-4/+4
2015-10-28ns: Add statistics for some eventsJacob Erlbeck1-0/+36
2015-04-07ns: Log when sending fails (Coverity)Jacob Erlbeck1-0/+19
2014-10-26Change license of libosmogb from AGPLv3+ to GPLv2+Harald Welte1-4/+4
2014-10-09gprs-ns: Fix reset state handlingJacob Erlbeck1-5/+4
2014-10-09gprs-ns: Let gprs_nsvc_reset return a valueJacob Erlbeck1-2/+7
2014-07-07gprs-ns: Re-initialize the list head and free the unknown_nsvcHolger Hans Peter Freyther1-0/+3
2013-11-11gprs: Fix VTY NSVC initialisation bug by changing gprs_nsvc_create()Jacob Erlbeck1-3/+3
2013-10-30gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESETJacob Erlbeck1-0/+17
2013-10-25gprs: Address coverity warning for gprs_ns_tx_status resultHolger Hans Peter Freyther1-8/+10
2013-10-25gprs: Address coverity warning on unchecked return of gprs_ns_tx_reset_ackHolger Hans Peter Freyther1-1/+5
2013-10-25gprs: Address coverity warning on unchecked return of gprs_ns_tx_statusHolger Hans Peter Freyther1-1/+4
2013-10-25gprs: Make sure that the buf is NULL terminated at the endHolger Hans Peter Freyther1-0/+1
2013-10-24gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck1-4/+12
2013-10-24gb: Fix RESET handling with changing NSEIJacob Erlbeck1-28/+40
2013-10-24gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck1-56/+215
2013-10-24gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck1-0/+1
2013-10-17gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck1-2/+2
2013-10-15gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck1-74/+149
2013-10-15gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck1-5/+37
2013-10-14gb: When sending on a NS-VC group use the first active NS-VCJacob Erlbeck1-18/+29
2013-10-08gb: Use the NS-VCI to find an existing NS-VCJacob Erlbeck1-4/+4
2013-10-08gb: Fix NS-RESET response message orderJacob Erlbeck1-5/+7
2013-10-08gb: Separate nsvc creation from NS message processingJacob Erlbeck1-55/+144
2013-07-06libosmogb: Add function to close NS instance without destroying itHolger Hans Peter Freyther1-7/+12
2013-03-25gprs_ns: Allow to set the DSCP for the UDP socket.Holger Hans Peter Freyther1-0/+7
2012-09-29Fix: gprs_ns_destroy() now frees all NSVCs and its timersAndreas Eversberg1-4/+14
2012-07-12freebsd: Make libgb compile on FreeBSDHolger Hans Peter Freyther1-0/+2
2012-06-17libosmogb: move files to proper location and fix build0.5.0Harald Welte1-0/+1103