aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2014-09-25gprs: Move log message about mm context after NULL checkDaniel Willmann1-3/+3
2014-09-22gprs: Improve loglevels and log messages for SGSNDaniel Willmann4-64/+63
2014-09-19sgsn: Reset local LLC parameters when sending XID resetJacob Erlbeck1-1/+8
2014-09-19gbproxy: Separate SGSN numeric namespacesJacob Erlbeck3-20/+58
2014-09-19gbproxy: Check other tlli_infos for matching TLLI/P-TMSIJacob Erlbeck1-0/+38
2014-09-19gbproxy: Parse RA_UPD_REJ and invalidate TLLIJacob Erlbeck1-0/+33
2014-09-19gbproxy: Delete and show detached entries via VTYJacob Erlbeck1-34/+65
2014-09-19gbproxy: Replace LOGP by LOGPC for continued linesJacob Erlbeck1-11/+11
2014-09-19gbproxy: Avoid multiple tlli_info entries with the same IMSIJacob Erlbeck1-22/+37
2014-09-19gbproxy: Keep tlli_info after detachJacob Erlbeck3-15/+110
2014-09-18gbproxy: Only patch what has been configuredJacob Erlbeck1-21/+21
2014-09-18gbproxy: Remove gbproxy_register_tlliJacob Erlbeck1-63/+20
2014-09-18gbproxy: Send DETACH_ACC if the IMSI has not been acquiredJacob Erlbeck1-9/+57
2014-09-18gbproxy: Fixed RAI patching in Attach Request messagesJacob Erlbeck3-6/+7
2014-09-18gbproxy: Replace 'mi_data' by 'imsi'Jacob Erlbeck3-21/+21
2014-09-18gbproxy: Rework gbproxy_imsi_acquisitionJacob Erlbeck1-30/+30
2014-09-18gbproxy: Refactor gbprox_process_bssgp_ul into smaller functionsJacob Erlbeck1-132/+195
2014-09-09gbproxy: Remove patch_mode, update initial checksJacob Erlbeck3-78/+6
2014-09-09gbproxy: Reset IMSI acquisition and free stored messages in tlli_infoJacob Erlbeck2-5/+47
2014-09-09gbproxy: Fix P-TMSI reassignmentJacob Erlbeck1-14/+25
2014-09-09gbproxy: Change creation of tlli_info for SGSN originated messagesJacob Erlbeck2-37/+60
2014-09-08gbproxy: Reorganize VTY commandsJacob Erlbeck1-53/+70
2014-09-08gbproxy: Show number of stored messages in VTY showJacob Erlbeck1-3/+12
2014-09-08gbproxy: Forward SGSN originated STATUS messages with BVCIJacob Erlbeck1-4/+8
2014-09-08gbproxy: Make STATUS messages spec compliantJacob Erlbeck1-4/+4
2014-09-08gbproxy: Check tlli_info when patching, fix APN patchingJacob Erlbeck3-10/+4
2014-09-08gbproxy: Add missing commands to VTY writeJacob Erlbeck1-0/+8
2014-09-08gbproxy: Copy uplink messages to SGSN 2Jacob Erlbeck1-1/+41
2014-09-08gbproxy: Use secondary SGSN if IMSI matchesJacob Erlbeck1-1/+15
2014-09-08gbproxy: Support a secondary SGSNJacob Erlbeck2-9/+45
2014-09-08gbproxy: Add missing gbprox_process_bssgp_ul() return checkJacob Erlbeck1-1/+4
2014-09-07gbproxy: Fix warningsJacob Erlbeck2-3/+0
2014-09-02gbproxy: Implement IMSI acquisitionJacob Erlbeck3-9/+210
2014-09-02gbproxy: Create STATUS message with original PDUJacob Erlbeck2-18/+44
2014-09-02gbproxy: Move PTP message handling into separate functionsJacob Erlbeck1-32/+57
2014-08-29gprs: Document the stale option in delete-gbproxy-tlliHolger Hans Peter Freyther1-0/+1
2014-08-29gbproxy: Fix issues found by CoverityJacob Erlbeck2-2/+5
2014-08-25gprs: Link gbproxy to -lrt for clock_gettimeHolger Hans Peter Freyther1-1/+1
2014-08-24Use port number #defines for VTY and CTRL portsHarald Welte2-3/+6
2014-08-24move GSM_RESERVED_TMSI to libosmocoreHarald Welte3-3/+4
2014-08-24gbproxy: Move peer definitions to gb_proxy_peer.cJacob Erlbeck4-179/+219
2014-08-24gbproxy: Refactor gb_proxy.c into several filesJacob Erlbeck7-1743/+1756
2014-08-24gbproxy: Use different TLLI/P-TMSI for BSS and SGSNJacob Erlbeck1-2/+49
2014-08-24gbproxy: Add context info to log messagesJacob Erlbeck1-3/+9
2014-08-24gbproxy: Patch TLLI/P-TMSIJacob Erlbeck1-0/+123
2014-08-24gbproxy: Fix TLLI state handlingJacob Erlbeck1-19/+44
2014-08-24gbproxy: Also handle LLC non UI and LL11 messagesJacob Erlbeck1-3/+3
2014-08-24gbproxy: Refactor gbprox_patch_raid(), use different RAI types properlyJacob Erlbeck1-31/+85
2014-08-24gbproxy: Refactor gbprox_get_detached_tlli_infoJacob Erlbeck1-19/+27
2014-08-24gbproxy: Add 'patch-ptmsi' command to enable TLLI/P-TMSI patchingJacob Erlbeck1-0/+29