aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb
AgeCommit message (Expand)AuthorFilesLines
2014-10-23gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsgJacob Erlbeck1-18/+26
2014-10-10bssgp: Free msgb in case of error when calling into gprs_ns_sendmsgHolger Hans Peter Freyther1-0/+3
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-10-03build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt1-1/+2
2014-09-25misc: Look into the build directory for generated filesHolger Hans Peter Freyther1-1/+1
2014-09-23gprs: Set bssgph field in bssgp_msgb_alloc()Jacob Erlbeck1-1/+3
2014-09-23gprs: Fix bssgp_rcvmsg to handle signalling msgs with BVCI IEJacob Erlbeck1-3/+7
2014-09-23gprs: Fix and check BVCI in BSSGP STATUS messagesJacob Erlbeck2-1/+15
2014-08-21prepare for 0.7.0 release0.7.0Harald Welte1-1/+1
2014-07-07gprs-ns: Re-initialize the list head and free the unknown_nsvcHolger Hans Peter Freyther1-0/+3
2013-11-22gb: Remove comment about ABI changes from the MakefileHolger Hans Peter Freyther1-3/+0
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-24gb/vty: Fix the VTY node string for L_NS_NODEJacob Erlbeck1-1/+1
2013-10-24gb/vty: Perform NS-VC operations based on NS-VCIJacob Erlbeck1-5/+15
2013-10-17gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck1-2/+2
2013-10-15release: Prepare the 0.6.4 release of libosmocore0.6.4Holger Hans Peter Freyther1-1/+1
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 Erlbeck2-6/+40
2013-10-14gb: When sending on a NS-VC group use the first active NS-VCJacob Erlbeck1-18/+29
2013-10-11tests/gb: Show invoked signals in test outputJacob Erlbeck1-0/+1
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 Freyther2-7/+13
2013-06-29BSSGP: prevent divide-by-zero in flow controlHarald Welte1-10/+33
2013-03-25gprs_ns: Allow to set the DSCP for the UDP socket.Holger Hans Peter Freyther3-0/+24
2013-01-12Fix build on CygwinEvgeny Zverev1-1/+5
2012-12-11build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut1-2/+1
2012-10-27Do not use --version-script linker flag on OSXTobias Engel1-1/+1
2012-10-27Define struct iphdr for OSXTobias Engel1-1/+1
2012-09-30Doc: Adding new parameter descriptions in gprs_bssgp_bss.cAndreas Eversberg1-1/+9
2012-09-30Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_udAndreas Eversberg2-9/+28
2012-09-29Fix: gprs_ns_destroy() now frees all NSVCs and its timersAndreas Eversberg1-4/+14
2012-09-10Gb: Add functions for sending flow control messages from BSS sideHarald Welte1-0/+105
2012-09-10Gb: Add header file for BSS-side BSSGP functionsHarald Welte1-0/+1
2012-09-08libosmogb: make build conditional, disable in embedded buildHarald Welte1-0/+2
2012-09-07BSSGP: print per-bvc flow control parameters on vtyHarald Welte1-1/+12
2012-09-07BSSGP: make bvc_ctx->fc a dynamic talloc allocationHarald Welte1-5/+7
2012-09-07BSSGP flow-control: various fixesHarald Welte2-10/+36
2012-09-07libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branchHarald Welte2-4/+225