aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_bssgp_vty.c
AgeCommit message (Collapse)AuthorFilesLines
2016-04-07Add missing docs for bssgp bvc reset vty commandMax1-2/+8
Fixes the build failure with extended tests enabled.
2016-04-05Add vty command to explicitly reset given BVCIMax1-0/+20
It's useful for debugging and is similar to existing reset command for nsvc.
2015-04-29bssgp: Fix output of the VTY 'show bssgp stats' commandJacob Erlbeck1-2/+3
The output is terminated by a '\n' instead of VTY_NEWLINE. This is fixed by the commit. Sponsored-by: On-Waves ehf
2014-11-10bssgp: Fix VTY command 'show bssgp nsei N'Jacob Erlbeck1-1/+1
Currently this command segfaults (at least when ASAN is enabled), because when getting the NSEI the index to argv is wrong and out of bounds. This patch fixes the offset. Sponsored-by: On-Waves ehf
2014-10-26Change license of libosmogb from AGPLv3+ to GPLv2+Harald Welte1-4/+4
The copyright holders Harald Welte, Holger Freyther, Andreas Eversberg and sysmocom - s.f.m.c. GmbH (represented by Holger and Harald) agree that the license of libosmogb should be GPLv2+ and not AGPLv3+. The reason the source files stated AGPLv3+ is due to the history, as they were moved from OpenBSC to libosmocore at the time we needed to use them from osmo-pcu. It was an oversight back then to not re-license them accordingly.
2012-09-07BSSGP: print per-bvc flow control parameters on vtyHarald Welte1-1/+12
2012-06-17libosmogb: move files to proper location and fix build0.5.0Harald Welte1-0/+187