aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-04gbproxy: Remove broken TLLI comparisonJacob Erlbeck1-1/+0
2014-08-04gbproxy: Kill the global gbprox_global_patch_state structHolger Hans Peter Freyther1-17/+12
2014-08-04gbproxy: Add a hint to the compiler that all parameters are not NULLHolger Hans Peter Freyther1-0/+8
2014-08-04gbproxy: Remove global state from the gbproxyHolger Hans Peter Freyther1-113/+121
2014-08-04gbproxy: Use gbprox_delete_tlli if possibleHolger Hans Peter Freyther1-8/+4
2014-08-04gprs: Create a gprs_utils file and move to be shared code in thereHolger Hans Peter Freyther1-131/+8
2014-08-04gbproxy: Use gbproxy_ for all structuresHolger Hans Peter Freyther1-77/+77
2014-08-04gbproxy: The dump routines are only used by the test, move it thereHolger Hans Peter Freyther1-92/+0
2014-08-04gbproxy: Have a clear namespace for the public functionsHolger Hans Peter Freyther1-4/+4
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