summaryrefslogtreecommitdiffstats
path: root/src/gb
Commit message (Expand)AuthorAgeFilesLines
* gb: Remove comment about ABI changes from the MakefileHolger Hans Peter Freyther2013-11-221-3/+0
* gprs: Fix VTY NSVC initialisation bug by changing gprs_nsvc_create()Jacob Erlbeck2013-11-111-3/+3
* gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESETJacob Erlbeck2013-10-301-0/+17
* gprs: Address coverity warning for gprs_ns_tx_status resultHolger Hans Peter Freyther2013-10-251-8/+10
* gprs: Address coverity warning on unchecked return of gprs_ns_tx_reset_ackHolger Hans Peter Freyther2013-10-251-1/+5
* gprs: Address coverity warning on unchecked return of gprs_ns_tx_statusHolger Hans Peter Freyther2013-10-251-1/+4
* gprs: Make sure that the buf is NULL terminated at the endHolger Hans Peter Freyther2013-10-251-0/+1
* gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck2013-10-241-4/+12
* gb: Fix RESET handling with changing NSEIJacob Erlbeck2013-10-241-28/+40
* gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck2013-10-241-56/+215
* gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck2013-10-241-0/+1
* gb/vty: Fix the VTY node string for L_NS_NODEJacob Erlbeck2013-10-241-1/+1
* gb/vty: Perform NS-VC operations based on NS-VCIJacob Erlbeck2013-10-241-5/+15
* gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck2013-10-171-2/+2
* release: Prepare the 0.6.4 release of libosmocoreHolger Hans Peter Freyther2013-10-151-1/+1
* gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck2013-10-151-74/+149
* gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck2013-10-152-6/+40
* gb: When sending on a NS-VC group use the first active NS-VCJacob Erlbeck2013-10-141-18/+29
* tests/gb: Show invoked signals in test outputJacob Erlbeck2013-10-111-0/+1
* gb: Use the NS-VCI to find an existing NS-VCJacob Erlbeck2013-10-081-4/+4
* gb: Fix NS-RESET response message orderJacob Erlbeck2013-10-081-5/+7
* gb: Separate nsvc creation from NS message processingJacob Erlbeck2013-10-081-55/+144
* libosmogb: Add function to close NS instance without destroying itHolger Hans Peter Freyther2013-07-062-7/+13
* BSSGP: prevent divide-by-zero in flow controlHarald Welte2013-06-291-10/+33
* gprs_ns: Allow to set the DSCP for the UDP socket.Holger Hans Peter Freyther2013-03-253-0/+24
* Fix build on CygwinEvgeny Zverev2013-01-121-1/+5
* build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut2012-12-111-2/+1
* Do not use --version-script linker flag on OSXTobias Engel2012-10-271-1/+1
* Define struct iphdr for OSXTobias Engel2012-10-271-1/+1
* Doc: Adding new parameter descriptions in gprs_bssgp_bss.cAndreas Eversberg2012-09-301-1/+9
* Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_udAndreas Eversberg2012-09-302-9/+28
* Fix: gprs_ns_destroy() now frees all NSVCs and its timersAndreas Eversberg2012-09-291-4/+14
* Gb: Add functions for sending flow control messages from BSS sideHarald Welte2012-09-101-0/+105
* Gb: Add header file for BSS-side BSSGP functionsHarald Welte2012-09-101-0/+1
* libosmogb: make build conditional, disable in embedded buildHarald Welte2012-09-081-0/+2
* BSSGP: print per-bvc flow control parameters on vtyHarald Welte2012-09-071-1/+12
* BSSGP: make bvc_ctx->fc a dynamic talloc allocationHarald Welte2012-09-071-5/+7
* BSSGP flow-control: various fixesHarald Welte2012-09-072-10/+36
* libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branchHarald Welte2012-09-072-4/+225
* BSSGP: fix unused variable compiler warningsHarald Welte2012-09-071-8/+2
* libosmogb: build without strict aliasing rulesHarald Welte2012-09-071-1/+1
* gb: Make suspend_ref a plain uint8_t instead of a uint8_t*Holger Hans Peter Freyther2012-08-031-1/+1
* libgb: Link to the libraries used by libgbHolger Hans Peter Freyther2012-08-021-1/+4
* Fix encoding of BSSGP_IE_NUM_OCT_AFF in bssgp_tx_llc_discarded()Andreas Eversberg2012-07-211-1/+1
* freebsd: Make libgb compile on FreeBSDHolger Hans Peter Freyther2012-07-122-0/+38
* bssgp: check for IMSI being a null pointer, not just an empty string.Harald Welte2012-07-041-1/+1
* build: use LT_INIT(pic-only) instead of forcing -fPIC.Diego Elio Pettenò2012-06-301-1/+1
* add missing Makefile.am for libosmo-gbHarald Welte2012-06-191-0/+21
* libosmogb: export btsctx_* functionsHarald Welte2012-06-181-0/+4
* libosmogb: export missing symbolsHarald Welte2012-06-171-0/+2