aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsc: On older versions it is still ipaccess_prepend_headeron-waves/bsc-0.13.1Holger Hans Peter Freyther2014-09-041-1/+1
* bsc: Add a "IPA PING" to the SCCP CR messagesHolger Hans Peter Freyther2014-09-046-13/+89
* mgcp: Use l16 in the testHolger Hans Peter Freyther2014-09-042-8/+8
* mgcp: Deal with receiving another payload typeHolger Hans Peter Freyther2014-09-043-1/+115
* mgcp: Store one more codec/payload type if it is presentHolger Hans Peter Freyther2014-09-044-9/+144
* mgcp: Group codec reset and put it to a separate method.Holger Hans Peter Freyther2014-09-041-9/+15
* mgcp: Move the "codec" params to a structHolger Hans Peter Freyther2014-09-049-97/+111
* mgcp: Use the rtp_hdr structure and extract ts/seq from thereHolger Hans Peter Freyther2014-09-042-6/+9
* bsc: Add a ctrl command to send a ussdNotify for a callHolger Hans Peter Freyther2014-08-085-4/+89
* ctrl: Allow the value to contain spaces. No need to split the stringHolger Hans Peter Freyther2014-08-081-1/+1
* gbproxy/test: Fix BSSGP RESET message sizeJacob Erlbeck2014-08-082-92/+92
* gbproxy: Track all TLLIs (not only LOCAL)Jacob Erlbeck2014-08-081-5/+0
* sgsn: Make P-TMSI a local TLLI to avoid clashHolger Hans Peter Freyther2014-08-051-1/+1
* gprs: Refactor gbprox_register_tlli()Jacob Erlbeck2014-08-051-32/+54
* gbproxy/test: Test TLLI expiryHolger Hans Peter Freyther2014-08-054-39/+237
* gbproxy: Remove broken TLLI comparisonJacob Erlbeck2014-08-041-1/+0
* gbproxy: Kill the global gbprox_global_patch_state structHolger Hans Peter Freyther2014-08-044-22/+25
* gbproxy: Add a hint to the compiler that all parameters are not NULLHolger Hans Peter Freyther2014-08-041-0/+8
* gbproxy: Remove global state from the gbproxyHolger Hans Peter Freyther2014-08-045-134/+143
* gprs: The methods moved to gprs_utils.h remove them hereHolger Hans Peter Freyther2014-08-041-3/+0
* gprs: Add testcases for the APN string/octet conversion and fix itHolger Hans Peter Freyther2014-08-046-9/+119
* gbproxy: Use gbprox_delete_tlli if possibleHolger Hans Peter Freyther2014-08-041-8/+4
* gprs: Create a gprs_utils file and move to be shared code in thereHolger Hans Peter Freyther2014-08-048-136/+201
* gbproxy: Use gbproxy_ for all structuresHolger Hans Peter Freyther2014-08-044-97/+97
* gbproxy: The dump routines are only used by the test, move it thereHolger Hans Peter Freyther2014-08-043-130/+129
* gbproxy: Have a clear namespace for the public functionsHolger Hans Peter Freyther2014-08-043-7/+6
* gbproxy: Remove the global rate counter and place it in the configHolger Hans Peter Freyther2014-08-043-33/+25
* gbproxy: Correct the method name. We work on TLLIsHolger Hans Peter Freyther2014-08-043-4/+4
* gbproxy: Move the VTY code into the vty file and create public APIHolger Hans Peter Freyther2014-08-045-294/+308
* MNCC: Add IMSI to CALL CONFIRM messageAndreas Eversberg2014-08-041-0/+4
* dyn PDCH: Cleanup of rsl_chan_activate_lchan() and usersAndreas Eversberg2014-08-044-9/+13
* vty: Fix interactive VTY help for silent-sms transmissionHarald Welte2014-08-021-3/+3
* DB: produce a backtrace in case of a DB errorHarald Welte2014-08-021-0/+1
* openbsc: Add new fields for the osmo-bts softwareHolger Hans Peter Freyther2014-07-301-0/+12
* Fix some packaging mistakes detected by lintian.Max2014-07-303-5/+9
* trau: Cast to remove compiler warningHolger Hans Peter Freyther2014-07-241-1/+1
* bts: Remember the last AMR mode that we receivedHolger Hans Peter Freyther2014-07-241-0/+1
* gprs: Move LLC IE length fix to BSSGP levelJacob Erlbeck2014-07-221-20/+35
* gprs: Parse PTMSI and update TLLI accordinglyJacob Erlbeck2014-07-222-12/+66
* gprs: Use struct to pass context informationJacob Erlbeck2014-07-221-36/+63
* gprs: Use shift functions instead of manual parsingJacob Erlbeck2014-07-221-76/+60
* gprs: Add TLV parse functionsJacob Erlbeck2014-07-223-0/+353
* gprs: Fix TLLI cache size computationJacob Erlbeck2014-07-222-9/+10
* gprs/test: Rearrange for PTMSI parsingJacob Erlbeck2014-07-223-34/+219
* gprs: Add counters related to LLC layer patchingJacob Erlbeck2014-07-222-0/+19
* gprs/vty: Add commands to manage the TLLI listJacob Erlbeck2014-07-223-0/+114
* gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck2014-07-225-48/+465
* gprs: Store gbproxy patching state per peerJacob Erlbeck2014-07-223-83/+146
* gprs/test: Add Detach messages to testJacob Erlbeck2014-07-222-3/+74
* gprs/test: Added GMM Info and fixed TLLIJacob Erlbeck2014-07-222-8/+36