aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-04gbproxy: Remove the global rate counter and place it in the configHolger Hans Peter Freyther1-31/+21
2014-08-04gbproxy: Correct the method name. We work on TLLIsHolger Hans Peter Freyther1-2/+2
2014-08-04gbproxy: Move the VTY code into the vty file and create public APIHolger Hans Peter Freyther1-289/+18
2014-07-22gprs: Move LLC IE length fix to BSSGP levelJacob Erlbeck1-20/+35
2014-07-22gprs: Parse PTMSI and update TLLI accordinglyJacob Erlbeck1-2/+54
2014-07-22gprs: Use struct to pass context informationJacob Erlbeck1-36/+63
2014-07-22gprs: Use shift functions instead of manual parsingJacob Erlbeck1-76/+60
2014-07-22gprs: Add TLV parse functionsJacob Erlbeck1-0/+116
2014-07-22gprs: Fix TLLI cache size computationJacob Erlbeck1-1/+6
2014-07-22gprs/test: Rearrange for PTMSI parsingJacob Erlbeck1-0/+20
2014-07-22gprs: Add counters related to LLC layer patchingJacob Erlbeck1-0/+15
2014-07-22gprs/vty: Add commands to manage the TLLI listJacob Erlbeck1-0/+110
2014-07-22gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck1-12/+312
2014-07-22gprs: Store gbproxy patching state per peerJacob Erlbeck1-63/+132
2014-07-22gprs: Add APN patch support for LLC/GSM messagesJacob Erlbeck1-1/+197
2014-07-22gprs: Add MCC/MNC patch support for LLC/GMM messagesJacob Erlbeck1-1/+293
2014-07-22gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck1-0/+132
2014-07-07gprs/test: Remove verbose parameter of gbprox_dump_* functionsJacob Erlbeck1-8/+2
2014-06-15gprs: Use area terms LAI/RAI as defined in GSM 03.03Jacob Erlbeck1-27/+27
2013-11-03gbproxy: The "[stats]" option was not documented, document itHolger Hans Peter Freyther1-1/+1
2013-10-24gbproxy: Fix handling of NSEI changesJacob Erlbeck1-3/+6
2013-10-24gbproxy: Add test for NSEI and NSVCI changesJacob Erlbeck1-0/+11
2013-10-24gbproxy/vty: Enhance delete-gbproxy-peer commandJacob Erlbeck1-22/+113
2013-10-24gbproxy: Add a command to delete peers from the GBProxyHolger Hans Peter Freyther1-2/+25
2013-10-24gbproxy: Fix rate counter group leak in peer_free()Jacob Erlbeck1-0/+1
2013-10-19gbproxy: Reject SGSN UNITDATA messages with an invalid BVCIJacob Erlbeck1-5/+7
2013-10-19gbproxy: Test invalid BVCI from SGSNJacob Erlbeck1-1/+35
2013-10-19gbproxy: Add global and per peer countersJacob Erlbeck1-6/+165
2013-10-19gbproxy: Fix warning and log messageJacob Erlbeck1-1/+2
2013-10-15gbproxy: Replace NS-VC references by NSEIJacob Erlbeck1-60/+64
2013-10-15gbproxy: Add test program to test gbproxy message handlingJacob Erlbeck1-0/+23
2012-12-19misc: Fix compilation now that the method is located in libosmocoreHolger Hans Peter Freyther1-7/+0
2012-09-11gbproxy: Address two unaligned memory access warningsHolger Hans Peter Freyther1-8/+14
2012-06-17libgb: prefix all NS related functions with gprs_Harald Welte1-2/+2
2012-06-17libgb: don't call directly into GMM / LLC layerHarald Welte1-0/+5
2012-06-16libgb: Use library SS_L_NS instead lf local SS_NSHarald Welte1-1/+1
2012-06-16libgb: move GPRS specific msgb CB definitions to separate headerHarald Welte1-3/+3
2012-06-16split libgb into a separate library for outside useHarald Welte1-2/+3
2011-04-18misc: Remove sys/types.h includes from the filesHolger Hans Peter Freyther1-1/+0
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-2/+2
2011-02-06[gb_proxy] vty: display the BVC BLOCKED status in 'show gbproxy'Harald Welte1-4/+6
2011-02-06[gb_proxy] make sure bssgp cell id is copied correctlyHarald Welte1-1/+3
2011-02-06[gb proxy] treat BVCI=1 consistently like signallingHarald Welte1-2/+2
2011-02-06[gb_proxy] Convert a NS-BLOCK from BSS into BVC-RESET to SGSNHarald Welte1-12/+31
2011-02-06[gb_proxy] Track the state of blocked/unblocked BVC in the proxyHarald Welte1-13/+59
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-10-06misc: Once again go from "On Waves" to "On-Waves"..Holger Hans Peter Freyther1-1/+1
2010-06-09GPRS: Copy the content of the msgb instead of creating one that points to the...Holger Hans Peter Freyther1-4/+26
2010-06-09GPRS: Fix crash when the peer can not be found...Holger Hans Peter Freyther1-2/+2
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-1/+1