aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Support mnc_t.Michael McTernan5-36/+43
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 Erlbeck2-0/+112
2014-07-22gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck2-41/+444
2014-07-22gprs: Store gbproxy patching state per peerJacob Erlbeck1-63/+132
2014-07-22gprs: Add APN patch support for LLC/GSM messagesJacob Erlbeck2-4/+264
2014-07-22gprs: Add MCC/MNC patch support for LLC/GMM messagesJacob Erlbeck2-1/+327
2014-07-22gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck4-2/+187
2014-07-22gprs: Use imsi field instead of imeiJacob Erlbeck1-1/+1
2014-07-07gprs_llc: Prevent llme_alloc/lle_init from reading invalid memoryDaniel Willmann1-1/+1
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
2014-06-04gprs: Separate LLC parsing from LLC state handlingJacob Erlbeck3-237/+244
2014-04-04gprs: Fix compiler warnings ini gprs_sndcp_vty.cHolger Hans Peter Freyther1-2/+0
2014-04-04gprs: Fix compiler warnings in sgsn_libgtp.cHolger Hans Peter Freyther1-4/+2
2014-04-04gprs: Fix compiler warnings in the gprs_llc.c codeHolger Hans Peter Freyther1-1/+9
2014-04-04gprs: Fix compiler warnings in gprs_sndcp.cHolger Hans Peter Freyther1-4/+2
2014-04-04gprs: Reduce the number of compiler warnings in gprs_gmm.cHolger Hans Peter Freyther1-11/+12
2014-04-04sgsn: Comparing array to NULL is not usefulHolger Hans Peter Freyther1-1/+1
2014-03-23sgsn/ctrl: Add ctrl interface, implement listing subscribersHolger Hans Peter Freyther4-4/+158
2013-11-03gbproxy: The "[stats]" option was not documented, document itHolger Hans Peter Freyther1-1/+1
2013-10-30vty: Use vty_install_default() instead of bsc_install_default()Jacob Erlbeck2-2/+2
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 Erlbeck2-23/+115
2013-10-24gbproxy: Add a command to delete peers from the GBProxyHolger Hans Peter Freyther2-2/+27
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 Erlbeck2-61/+65
2013-10-15gbproxy: Add test program to test gbproxy message handlingJacob Erlbeck1-0/+23
2013-09-02vty: Use generic 'end' and 'exit' commandsJacob Erlbeck2-6/+2
2013-07-31gprs_gmm: Avoid assertion in the sending code during routing area updateHolger Hans Peter Freyther1-1/+1
2013-07-31gprs_llc: Assert that we send frames with either tlli or old_tlliHolger Hans Peter Freyther1-15/+21
2013-07-31gprs_llc: Work on finding the right LLE/LLME in case of routing area updateHolger Hans Peter Freyther1-65/+94
2013-07-31gprs_llc: Lookup lle based on the real TLLIHolger Hans Peter Freyther1-3/+1
2013-07-31gprs_sgsn: In case of a Activate PDP Context timeout we should free pdpHolger Hans Peter Freyther1-0/+9
2013-07-28gprs: Fix a typo in the commentHolger Hans Peter Freyther1-1/+1
2013-07-21sgsn: spelling fixes inside commentsHarald Welte2-3/+3
2013-07-21sgsn: Add "auth-policy" VTY command to enable/disable ACLHarald Welte2-1/+19
2013-07-21sgsn: add a minimalistic ACLHarald Welte3-2/+82